@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .wrp_header, #con_gnav .gnav, #con_fixnav .gnav, #footer .con_footer {
	width: 970px;
	margin: auto;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #000000;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 108%;
}
.ie body {
	font-size: 105%;
}
body a {
	color: #000;
	text-decoration: underline;
}
body a:hover {
	text-decoration: none;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
	vertical-align: bottom;
	line-height: 1;
}

body, pre, input, textarea, select {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
@media only screen and (max-width: 767px){
	body .view_pc-tab {
    	display: none !important;
	}
}
input, select, textarea {
	font-size: 100%;
}

.mouse .over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.over:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	min-width: 970px;
	background: url(../images/common/bg_f.jpg);
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	width: 100%;
	background: #fff;
}
#header .wrp_header {
	overflow: hidden;
	padding: 10px 0;
}
#header .wrp_header .con_header {
	float: right;
	width: 795px;
}
#header .wrp_header .con_header h1 {
	font-size: 93%;
	font-weight: 100;
	margin-bottom: 5px;
}
#header .wrp_header .con_header ul.box_header {
	clear: both;
	display: table;
}
#header .wrp_header .con_header ul.box_header li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
#header .wrp_header .con_header ul.box_header li:first-child {
	padding-left: 0;
}

/* -----------------------------------------------------------
	#header .branchlist
----------------------------------------------------------- */
.branch{
	clear: both;
}
.branch p{
	text-align: center;
	font-size: 200%;
	padding: 10px;
	font-weight: bold;
	color: #f16a6d;
}
.branchlist{
	text-align: center;
	margin-bottom: 10px;
}
.branchlist li{
	display: inline-block;
	margin-left: 20px;
	text-align: center;
}
.branchlist li:first-child{
	margin-left: 0;
}
.branchlist li a{
	display: block;
	font-size: 130%;
	width: 240px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color:#ffffff;
	background: #f7a8aa;
}
/* -----------------------------------------------------------
	#gnav
----------------------------------------------------------- */
#con_gnav, #con_fixnav {
	background: #f5f1f1;
	-moz-box-shadow: 0px 4px 6px -3px rgba(180, 153, 153, 0.5) inset;
	-webkit-box-shadow: 0px 4px 6px -3px rgba(180, 153, 153, 0.5) inset;
	box-shadow: 0px 4px 6px -3px rgba(180, 153, 153, 0.5) inset;
	border-bottom: 1px solid #dbd0d0;
	min-width: 960px;
}
#con_gnav .gnav, #con_fixnav .gnav {
	overflow: hidden;
}
#con_gnav .gnav li, #con_fixnav .gnav li {
	float: left;
	padding: 20px 0;
	-moz-transition: background 0.35s;
	-o-transition: background 0.35s;
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
#con_gnav .gnav li a, #con_fixnav .gnav li a {
	display: block;
	padding: 5px 13px;
	border-left: 1px dashed #c3b8b8;
}
#con_gnav .gnav li:first-child a, #con_fixnav .gnav li:first-child a {
	border-left: none;
}
#con_gnav .gnav li:hover, #con_fixnav .gnav li:hover {
	background: #fbcfd0;
}

#con_fixnav {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 22;
	top: -80px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 0.5s, top 0.5s;
	-o-transition: opacity 0.5s, top 0.5s;
	-webkit-transition: opacity 0.5s, top 0.5s;
	transition: opacity 0.5s, top 0.5s;
}
#con_fixnav.active {
	top: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

/* -----------------------------------------------------------
	追従ボタン　　#fix_btn
----------------------------------------------------------- */
#fix_btn {
	position: fixed;
	top: 120px;
	z-index: 22;
	right: 0;
	display: none;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	background: #f1e1e3;
	border-top: 1px solid #dbd0d0;
	padding: 35px 0 40px;
	margin-top: 80px;
}
#footer .logo {
	text-align: center;
}
#footer .con_footer {
	margin-top: 45px;
	overflow: hidden;
}
#footer .con_footer .box_footer {
	float: left;
	width: 441px;
}
#footer .con_footer .box_footer .name {
	font-size: 108%;
	font-weight: 600;
	margin-bottom: 10px;
}
#footer .con_footer .box_footer address {
	margin-bottom: 15px;
}
#footer .con_footer .box_footer .box_con {
	width: 100%;
	border: 1px solid #eed2d5;
	background: #fdedef;
	padding: 15px 18px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .con_footer .box_footer .box_con .box_btn {
	letter-spacing: -.4em;
	text-align: center;
	margin-bottom: 18px;
}
#footer .con_footer .box_footer .box_con .box_btn li {
	letter-spacing: normal;
	display: inline-block;
}
#footer .con_footer .box_footer .box_con .box_btn li:first-child {
	margin-right: 10px;
}
#footer .con_footer .box_facebook {
	float: right;
	width: 500px;
}

#copyright {
	text-align: center;
	background: #e9d2d5;
	display: block;
	padding: 20px 0;
	color: #5c5c5c;
	font-size: 86%;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
	width: auto;
	background: #fff;
	font-size: 115%;
}
table.tbl_basic tr {
	border-bottom: 1px solid #dacdd1;
}
table.tbl_basic tr:first-child {
	border-bottom: none;
}
table.tbl_basic tr:last-child {
	border-bottom: none;
}
table.tbl_basic tr th:first-child, table.tbl_basic tr td:first-child {
	border-left: none;
}
table.tbl_basic tr th {
	border-left: 1px solid #e2d6d9;
	text-align: center;
	background: #ede2e5;
	padding: 1em 0;
}
table.tbl_basic tr td {
	border-left: 1px solid #ede2e5;
	padding: .7em 1.3em;
}
