/* 共通 */

body {
	font-size:18px;
}

.wrap {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	color:#111;
}

.pc_off {
	display: none;
}

/*ヘッダー*/
header {
	background-image:url(../images/h_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;v
}

#h_navi {
	text-align:center;
	padding:10px 0;
	background-color:#a3272c;
}
#h_navi li {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
	box-sizing:border-box;
	border-left:1px solid #AAA;
}
#h_navi li:last-child {
	border-right:1px solid #AAA;
}
#h_navi a {
	color:#FFF;
}

#mainimage {
	background-color:#333;
	text-align:center;
}

#contents {
	text-align:center;
	padding-bottom:100px;
	width:1033px;
	margin: 0  auto;
}

#f_contact {
	background-color:#87161A;
}

#f_navi {
	text-align:center;
	padding:10px 0;
}
#f_navi li {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
	box-sizing:border-box;
	border-left:1px solid #AAA;
}
#f_navi li:last-child {
	border-right:1px solid #AAA;
}
#f_navi a {
	color:#000;
}

#f_logo {
	padding:20px 0;
}

#f_info {
	background-color:#313131;
	padding:20px 0;
}


#top_01 {
	background-image:url(../images/bg_01.png);
	background-position: center -200px;
	background-repeat:no-repeat;
}

#top_03 {
	background-color:#cacaca;
	padding:30px 0;
}

#top_05 {
	background-image:url(../images/bg_01.png);
	background-position: center 100px;
	background-repeat:no-repeat;
}

.tbl_A {
	border-left:1px solid #666;
	border-top:1px solid #666;
	line-height:1.5;
}
.tbl_A th {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:10px;
	text-align:left;
	vertical-align:top;
	background-color:#DDD;
}
.tbl_A td {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

#staff_profile .tbl_A {
	width:48% !important;
	float:left;
	margin-bottom:10px;
}
#staff_profile .tbl_A:nth-child(2n) {
	float:right;
}
#staff_profile .tbl_A:nth-child(2n+1) {
	clear:both;
}


.h_A {
	font-size:36px;
	color:#990000;
	font-weight: bold;
	padding: 10px 0;
	border-top:10px solid #EEE;
	border-bottom:10px solid #EEE;
}
.h_A strong {
	color:#000;
}


