@charset "utf-8";

/*==================================
PC専用 共通エリア
==================================*/
@media screen and (min-width: 768px){

.sp{
	display: none;
}

html,body{
	width: 100%;
}

body{
	min-width: 1100px;
}

/*==================================
ヘッダー
==================================*/

header {
	width: 1100px;
	height: 60px;
	margin: 0 auto 15px;
	background: url(../img/hd_bg_1.png) 0 0 no-repeat;
	zoom:1;
}

header:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header h1 {
	float: left;
	margin:-1px 0 0 33px;
}

header h1 a{
	display: block;
	width: 224px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/hd_logo_1.png) 0 0 no-repeat;
	margin-top: 16px;
}

header .catchcopy{
	float: left;
	margin: 33px 0 0 56px;
}

header .catchcopy img{
	display: block;
}

header .contactus{
	float: right;
	height: 43px;
	line-height: 50px;
	margin:17px 20px 0 0;
	overflow: hidden;
	font-size: 1.3rem;
}

/*==================================
グローバルナビ
==================================*/

nav {
	width: 100%;
	min-width: 1100px;
	padding:15px 0;
	margin: 0 auto;
	background-color: #f0f0f0;
	font-family:"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: bold;
	font-size: 1.5rem;
}

#sitetop nav{
	padding-bottom: 275px;
}

nav .container {
	width: 1100px;
	margin: 0 auto;
}

nav ul {
	height: 40px;
	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:nowrap;

	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:nowrap;

	box-sizing: border-box;
	border-left: 1px solid #cdcdcd;
}

nav li {
	-webkit-flex:0 1 25%;
	flex:0 1 25%;
	box-sizing: border-box;
	border-right: 1px solid #cdcdcd;
}

nav li:last-child {
	-webkit-flex:0 1 273px;
	flex:0 1 273px;
}

nav a{
	display: block;
	height: 37px;
	line-height: 40px;
	border-bottom: 3px solid #f0f0f0;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	text-align: center;
	overflow: hidden;
}

nav a:link,
nav a:visited{
	text-decoration: none;
}

nav .main .active a,
nav a:hover,
nav a:active{
	border-bottom: 3px solid #c00;
	color: #333;
	text-decoration: none;
}

nav .outside:after{
	content: "";
	display:inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/linkmarker_outside_1.png) 0 0 no-repeat;
	vertical-align:middle;
	margin-left: 7px;
}

/*==================================
フッターナビ
==================================*/

#ftnav {
	width: 100%;
	min-width: 1100px;
	padding:9px 0;
	margin: 0 auto;
	font-size: 1.2rem;
	background-color: #f0f0f0;
}

#ftnav dl {
	width: 1060px;
	margin: 0 auto;

	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:nowrap;

	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:nowrap;

	box-sizing: border-box;
}

#ftnav dt {
	-webkit-flex:0 1 117px;
	flex:0 1 117px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ftmenu_logo_2.png) 0 50% no-repeat;
}

#ftnav dd {
	-webkit-flex:0 1 auto;
	flex:0 1 auto;
}

#ftnav ul{
	zoom:1;
}

#ftnav ul:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#ftnav li {
	float: left;
	border-left: 1px solid #333;
	padding: 0 10px;
}

#ftnav li:first-child{
	border-left:0;
}

/*==================================
フッター
==================================*/

footer {
	height: 25px;
	width: 1100px;
	margin: 0 auto;
	background: #c00;
	color: #fff;
	font-size: 1.0rem;
	line-height: 25px;
	zoom:1;
}

footer:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

footer .ftlogo{
	float: left;
	margin-left: 20px;
}
footer .ftlogo img{
	vertical-align:middle;
}

footer .copyright{
	float: right;
	margin-right: 20px;
}

}/* end @media*/
