@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}
.fsP2 {
	font-size: 1.16em !important;
}
.fsP3 {
	font-size: 1.24em !important;
}
.fsP4 {
	font-size: 1.32em !important;
}
.fsP5 {
	font-size: 1.4em !important;
}
/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}
.fsM2 {
	font-size: 0.84em !important;
}
.fsM3 {
	font-size: 0.76em !important;
}
.fsM4 {
	font-size: 0.68em !important;
}
.fsM5 {
	font-size: 0.6em !important;
}
/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.t_center {
	text-align: center !important;
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl, .tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tap {
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
a, a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	color: #646464;
}
a:hover {
	color:#467fb8;
	text-decoration: underline;
}
a:active {
	color: #646464;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #646464;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 740px;
	/* [disabled]overflow:hidden;
*/
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	overflow: hidden;
	margin: 0 auto 6px;
	width: 1000px;
}
.h_logo {
	float: left;
	width: 580px;
}
#gHeader h1 {
	font-weight: normal;
	font-size: 12px;
	margin: 3px 0 17px;
}
.h_info {
	font-size: 12px;
	float: right;
	overflow: hidden;
	padding: 5px 0 0;
	text-align: right;
	width: 410px;
}
.h_info .btn {
	float: right;
	margin: 4px 0 0 10px;
}
.h_info .h_tel {
	letter-spacing: -0.02em;
	line-height: 1;
	font-size: 26px;
}
.h_info .h_tel span {
	color: #90CC00;
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.gNavi {
	clear: both;
}
.gNavi ul {
	overflow: hidden;
}
.gNavi ul li {
	float: left;
	margin: 0 3px 0 0;
}
.gNavi ul li:last-child {
	margin: 0;
}
/*------------------------------------------------------------
	sub
------------------------------------------------------------*/
#sub {
	float: right;
	width: 207px;
	padding: 0 5px 0 0;
	overflow: hidden;
}
#sub dl {
	background: url(../img/common/sub_f_bg.gif) no-repeat left bottom;
	padding: 0px 0px 11px;
	margin:0 0 20px;
}
#sub dl dd ul li {
	border-bottom: 2px dotted #e3e4e4;
	padding: 10px 0 10px 24px;
	background:url(../img/common/icon_sub_nav.gif) no-repeat 4px 10px;
}
#sub dl dd ul li a {
	display: block;
}
#sub dl dd ul li:last-child {
	border-bottom: none;
}

#sub dl dd ul li li {
	border-bottom: none;
}

/*#sub dl dd ul a:hover {
	 color:#467fb8;}*/



/*------------------------------------------------------------
	topic_path
------------------------------------------------------------*/

.breadcrumbs{
	margin:5px 0 0;}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/



.f_nav {
	clear: both;
	padding: 30px 0 0;
}
.f_nav li {
	text-align: center;
	float: right;
	line-height: 1;
	border-right: 1px solid #646464;
	padding: 0 10px;
	font-size: 15px;
	margin: 8px 0;
}
.f_nav li:first-child {
	border: none;
}
#gFooter {
	background: #f5f6f6;
	border-bottom: 7px solid #8bc600;
	padding: 12px 0 0;
	clear: both;
}
#gFooter .inner {
	position: relative;
	width: 1000px;
	margin: 10px auto;
}
#gFooter .fInfo {
	float: left;
	width: 350px;
	padding: 0 5px;
	overflow: hidden;
}
#gFooter .fInfo .f_tel {
	font-size: 24px;
}
#gFooter .fInfo .address {
	font-weight: bold;
	margin: 0 0 20px;
}
#gFooter .f_access {
	float: right;
	width: 560px;
	overflow: hidden;
}
#gFooter .f_access dl {
	margin: 15px 0;
	width: 230px;
	background: url(../img/common/f_icon_parking.gif) no-repeat 150px top;
	font-size: 12px;
}
#gFooter .f_access dl dt {
	font-weight: bold;
	font-size: 15px;
}
#gFooter .f_access dl dd {
	padding: 0 12px;
}
#gFooter .copyright {
	clear: both;
	text-align: right;
	padding: 20px 0 0;
}/* 上へ戻る */
.page_top {
	clear: both;
	text-align: right;
	position: absolute;
	right: -63px;
	top: -41px;
}
/*------------------------------------------------------------
	各ページ共通パーツ
------------------------------------------------------------*/

.fl {
	float: left;
}
.fr {
	float: right;
}

.clear {
	clear:both;}

.conts_wrap {
	margin: 10px 0;
	overflow: hidden;
}
.conts_wrap p {
	margin: 0 0 10px;
}
.btn, .photo {
	text-align: center;
}
.att {
	font-size: 10px;
}
/* table */
.table01, .table02 {
	width: 100%;
	margin: 0 0 15px;
}
.table01 caption, .table02 caption {
	text-align: left;
	font-size: 20px;
}
.table01 caption span {
	font-size: 16px;
}
.table01 tr th, .table01 tr td {
	border: 2px solid #FFF;
	padding: 10px 20px;
}
.table01 tr {
	background: #daf1b2;
}
.table01 tr th {
	border-right: 2px solid #FFF;
	background: #81de25;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.table01 tr td {
	border-right: none;
}
.table01 tr td span {
	color: #FF7C00;
}
.table01 tr:nth-child(3n) {
	background: #ecf8d9;
}
.table02 tr th, .table02 tr td {
	border: 2px solid #FFF;
	padding: 10px 20px;
}
.table02 tr {
	background: #ffd8b2;
}
.table02 tr th {
	border-right: 2px solid #FFF;
	background: #ff9d40;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.table02 tr td {
	border-right: none;
}
.table02 tr td span {
	color: #FF7C00;
}
.table02 tr:nth-child(3n) {
	background: #ffebd9;
}
