@charset "UTF-8";
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;

}
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
html,body{
     height:100%;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0px;
	height: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
ul, ol, dl, form {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents {
	overflow: hidden;
	line-height: 24px;
}

a {
	transition: 0.5s;
}
a:hover  {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60; 
}


@media screen and (min-width: 751px){
.PC {
}
body {
	min-width: 1026px;
}
.no_pc {
	display: none;
}

.PC_END {
}
}




@media screen and (max-width:750px){
.SP {
}
.no_sp {
	display: none;
}

.SP_END {
}
}
