@charset "UTF-8";

/* CSS Document */

/* clearfix（任意で）
*:after { display:block; clear:both; } */
/* はみ出し対策 
body { width:100%; overflow:hidden; }*/



img {
	max-width: 100%;
	height: auto;
}

/* 基本設定 */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

.wrap {
	overflow: hidden;
}


.f_b {
	font-weight:bold;
}



/* sp */
@media screen and (max-width: 768px){

.pc_only {
	display: none;
}

a.anchor {
    display: block;
    padding-top: 65px;
    margin-top: -65px;
}
	
	#container {
		width: 100%;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}

}



/* pc */
@media screen and (min-width: 769px){

html { height: 100%; }

body { height: 100%; background-image: url(../img/haikei.png); color: #4D4D4D; font-size: 10px; line-height: 1.4em; }

body > #container {height:auto;}

#container { 
	width: 100%;
	height:100%;/* for IE6 */
	min-height: 100%;
	background-image: url(../img/top_haikei.png);
	background-position: center;
	background-repeat:repeat-y;
	overflow: hidden;
}
	
a { color: #4D4D4D; text-decoration: none; }
a:hover { color: #EC6E65; text-decoration: underline; }


#contents { width: 800px; margin: 30px auto 0; }

#left_conte { width: 580px; float: left; padding-bottom: 40px; overflow: hidden; }
#left_conte h3 { margin: 0 0 0 10px; }


.page_top { width: 77px; height: 14px; margin: 35px 0 0 503px; float: left; }
.page_top a { text-indent: -9999px; text-decoration: none; display: block; height: 14px; margin: 0; background-image: url(../img/page_top.png); background-repeat: no-repeat; overflow: hidden; background-position: 0 0; }
.page_top a:hover { text-decoration: none; background-image: url(../img/page_top.png); background-repeat: no-repeat; overflow: hidden; background-position: 0 -14px; }


.sp_only {
	display: none;
}

a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}


/* TOP */

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
} 

a {
	color: #333333;
	text-decoration: none;	
}

a:hover {
	color: #333333;
}


}