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

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	background: #f8f8f8 !important;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.thickbox {
	visibility: visible;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	width: 100%;
	text-align: left;
	color: #222222;
	font-size: .9em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif !important;
	line-height: 1.5;
}

#page a {
	color: #505050;
}

#page a:link {
	text-decoration: underline;
}

#page a:visited {
	text-decoration: underline;
}

#page a:hover {
	text-decoration: none;
}

#page a:hover img:not(.no_over) {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

#page a:active {
	text-decoration: underline;
}

#page * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

#header .logo {
	float: left;
	margin-right: 20px;
}

#header .box_inner {
	float: left;
	font-size: .6em;
	padding-top: 40px;
	line-height: 1;
}

#header .tel {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
#gnav {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#gnav ul {
	overflow: hidden;
	*zoom: 1;
}

#gnav ul li {
	float: left;
	height: 59px;
}

#gnav ul li a {
	height: 0;
	padding: 59px 0 0 0;
	display: block;
	overflow: hidden;
	background: left top no-repeat;
}

#gnav ul li a:hover {
	background-position: left -59px;
}

#gnav ul li.gnav_roo a {
	background-image: url(../images/nav/gnav_roo.png);
	width: 136px;
}

#gnav ul li.gnav_bre a {
	background-image: url(../images/nav/gnav_bre.png);
	width: 135px;
}

#gnav ul li.gnav_fac a {
	background-image: url(../images/nav/gnav_fac.png);
	width: 136px;
}

#gnav ul li.gnav_sig a {
	background-image: url(../images/nav/gnav_sig.png);
	width: 136px;
}

#gnav ul li.gnav_acc a {
	background-image: url(../images/nav/gnav_acc.png);
	width: 135px;
}

#gnav ul li.gnav_gro a {
	background-image: url(../images/nav/gnav_gro.png);
	width: 135px;
}

#gnav ul li.gnav_pac a {
	background-image: url(../images/nav/gnav_pac.png);
	width: 137px;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
	margin: 0 auto;
	padding-bottom: 80px;
	width: 950px;
	overflow: hidden;
}

/*	.topicpath		パンクズ
----------------------------------------------------------- */
.topicpath {
	width: 100%;
	min-height: 50px;
	padding: 15px;
	background: url(../images/common/bg_topicpath.png) 0 0 repeat-x;
}

.topicpath ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.topicpath ul li a {
	padding-right: 15px;
	background: url(../images/common/ic_topicpath.png) right center no-repeat;
}

.topicpath ul li.home {
	background: url(../images/common/ic_home.png) left center no-repeat;
	padding-left: 15px;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
#contents .btn_ptop {
	text-align: right;
	clear: both;
}

/* -----------------------------------------------------------
	.con_f_contents
		フッターコンテンツ
----------------------------------------------------------- */
.con_f_contents {
	margin-bottom: 50px;
}

.con_f_contents h3 {
	margin-bottom: 35px;
}

.con_f_contents .box_rsrv {
	margin-bottom: 65px;
}

.con_f_contents .box_rsrv ul {
	overflow: hidden;
	padding: 0 20px;
}

.con_f_contents .box_rsrv ul li {
	float: left;
	margin-right: 25px;
}

.con_f_contents .box_rsrv ul li.tel {
	float: right;
	margin-right: 0;
}

.con_f_contents .box_sub {
	background: #5a627f;
	padding: 30px 0;
}

.con_f_contents .box_sub ul {
	text-align: center;
}

.con_f_contents .box_sub ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-left: 20px;
}

.con_f_contents .box_sub ul li:first-child {
	margin-left: 0;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
.btn_ptop {
	padding-right: 20px;
	text-align: right;
	clear: both;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
	width: 100%;
	background: #242f58;
	padding: 20px 10px;
	margin-bottom: 50px;
	overflow: hidden;
}

#footer .con_footer {
	float: left;
	overflow: hidden;
}

#footer .con_footer .img {
	float: left;
	margin-right: 35px;
}

#footer .con_footer .box_footer {
	float: left;
}

#footer .con_footer .box_footer .logo {
	margin-bottom: 5px;
}

#footer .con_footer .box_footer p {
	color: #fff;
	font-size: .8em;
}

#footer .con_fnav {
	float: right;
	width: 40%;
}

#footer .con_fnav ul {
	overflow: hidden;
}

#footer .con_fnav ul li {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

#footer .con_fnav ul li a {
	color: #fff !important;
	text-decoration: none;
	background: url(../images/footer/ic_fnav_arrow.png) left center no-repeat;
	padding-left: 20px;
}

#footer .con_fnav ul li a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table {
	border: 1px dotted #d0d0d0;
	border-bottom: none;
	width: 100%;
}

table th,
table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #d0d0d0;
}

table th {
	width: 20%;
	background: #f4f4f4;
}

table td {
	background: #fff;
	border-left: 1px dotted #d0d0d0;
}
