@charset "utf-8";

@media only screen and (min-width: 768px), print {


/* layout common setting
=========================================*/

/* container */
body{
	background: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	color:#333333;
	line-height:1.7;
}

/* link */
a:link    { color: #398fdf; text-decoration: underline; }
a:visited { color: #398fdf; text-decoration: underline; }
a:hover   { color: #62acf1; text-decoration:none; }
a:active  { color: #398fdf; }
a:hover img{
	opacity:0.8;
}


/* header
=========================================*/

#pcHeader{
	width:100%;
	height:95px;
	background:#FFF;
	box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.13);
}
#pcHeader .pcHeaderWrap{
	width:1000px;
	height:95px;
	margin:0 auto;
	position:relative;
}
#pcHeader #headLogo{
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:14px;
}

.topicNavBlock{
	background:#f8f8f8;
	padding-top:9px;
	padding-bottom:9px;
}
.topicNavBlock .topicNav{
	width:1000px;
	margin:0 auto;
}
.topicNavBlock .topicNav ul li{
	float:left;
	margin-right:10px;
	padding-right:18px;
	font-size:1.3rem;
	background:url(/site_common/img/com_ic01.png) no-repeat right 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topicNavBlock .topicNav ul li:last-child{
	background:none;
}
.topicNavBlock .topicNav ul li a{
	text-decoration:none;
}
.topicNavBlock .topicNav ul li a:hover{
	text-decoration:underline;
}


/* footer
=========================================*/

#localFooter{
	background:#FFF;
	width:100%;
	min-width:1000px;
	margin-top:60px;
	padding:17px 10px 15px 10px;
	border-top:solid 1px #dbdbdb;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#localFooter #copy{
	display:inline-block;
	text-align:center;
	font-size:10px;
	margin:0 auto;
}







/*=================================

	clearfix

=================================*/
.localFoot:after {
	content: "";
	display: block;
	clear: both;
}

}

