@charset "utf-8";
/* CSS Document */
body {
	position: relative;
	font: 16px/160% "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;

}


a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
img {
	max-width: 100%;
	height: auto;
}

html, body, main {
    height: 100%;           
}


#contents_box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 516px;
    height: 410px;
    margin: auto;
	display: block;
}

#main_logo {
	max-width: 302px;
	margin:0 auto 10%;
}

#site_link{
	width: 100%;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
#site_link li{
	line-height: 16px;
	font-size: 14px;
	display: block;
}
#site_link li:nth-of-type(1){
	width: 185px;
	float: left;
}
#site_link li:nth-of-type(2){
	width: 264px;
	float: right;
}
#copyright {
	padding: 0;
	text-align: center;
	font-size: 75%;
	color: #000;
	position: absolute;
	bottom:10px;
	width: 100%;
}
@media screen and (max-width: 640px) {
#contents_box {
    max-width: 516px;
	width: 90%;
    height: 300px;
	min-height: 410px;
}
}
@media screen and (max-width: 516px) {
#contents_box {
    max-width: 516px;
	width: 90%;
    height: 300px;
	min-height: 410px;
}
#main_logo {
	max-width: 302px;
	width: 58.5%;
	margin:0 auto 10%;
}
#site_link li:nth-of-type(1){
	max-width: 185px;
	margin: 0 auto 5%;
	float: none;
	width: 61.25%;
}
#site_link li:nth-of-type(2){
	max-width: 264px;
	width: 87.4%;
	margin: 0 auto;
	float: none;
}

}
@media only screen and (max-width: 360px)  {
#contents_box {
    position: static;
    max-width: 516px;
	width: 90%;
    height: inherit;
    margin:5% auto 0;
	display: block;
	
}
	#copyright {
	padding: 20px 0;
	margin: 8% 0 0 ;
	text-align: center;
	font-size: 75%;
	color: #000;
	position: static;
	bottom:0px;
	width: 100%;
}
}
@media only screen and (orientation:landscape)  {
#contents_box {
    position: static;
    max-width: 516px;
	width: 90%;
    height: inherit;
    margin:8% auto 0;
	display: block;
}
	#copyright {
	padding: 20px 0;
	margin: 5% 0 0 ;
	text-align: center;
	font-size: 75%;
	color: #000;
	position: static;
	bottom:0px;
	
	width: 100%;
}
}