@charset "UTF-8";
/* CSS Document */

header{
	padding-bottom:12px;
}

#headerIn{
	width:550px;
	margin:0 auto;
}

header h1{
	width:289px;
	margin:20px auto 0;
}

header nav#txtLink_01 ul{
	overflow:hidden;
	margin:15px auto 0;
	border-right:1px solid #fff;
	width:177px;
}

header nav#txtLink_01 ul li{
	float:left;
	width:87px;
	text-align:center;
	border-left:1px solid #fff;
	font-size:14px;
	line-height:1;
}

header nav#txtLink_01 ul li a{
	color:#fff;
}

#cotentsWrap{    
	
}
#cotents{
	width:580px;
	margin:0 auto;
	clear:both;

}

#bottomBox{
	clear:both;
	width:100%;
}

#sns ul{
	overflow:hidden;
	width:140px;
	margin:0 auto;
	margin-top:35px;
}

#sns li{
	float:left;
}

#sns li:nth-child(3) a{
		pointer-events:none;
		cursor:default;
}

#sns li:not(:last-child){
	margin-right:40px;
}

footer{
	clear:both;
	margin-top:35px;
    width: 100%;
}



#footerIn{
	width:550px;
	margin:0 auto;
	color:#fff;
}


footer small{
	font-size:11px;
}

a:hover{
	opacity:0.7;
}