

/* スマホ向けCSS */
@media screen and (max-width:767px) {

body{
	-webkit-text-size-adjust: 100%;
}

/**************** ヘッダー内コンテンツ *****************/

.header_top{
	width:100%;
	padding:1% 0;
	background:#1676a5;
}

.header_title_and_nav{
	margin:12% 0;
}

.header_title_and_nav h2{
	color:#1676a5;
	letter-spacing:0.4em;
	font-size:200%;
    font-weight:400;
	white-space:nowrap;
	text-align:center;
}

/**************** ヘッダー内コンテンツ end *****************/

/**************** contents *****************/

#content01,#content02{
	color:#1F1F1F;
	padding-bottom:10%;
}

/**************** contents end *****************/


}
