*{
	margin: 0;
}

html{
 	overflow-y: scroll;
}

body{
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 85%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

a{
	color:#004080;
}
a:hover{
	color:#009999;
}

a img{
	border:0;
}

img{
	vertical-align: middle;
}

a.hv_alpha,
.hv_alpha a img{
	transition: opacity 0.3s;
}

a.hv_alpha:hover img,
.hv_alpha a:hover img{
	opacity: 0.7;
}

.inner{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
}
.inner:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#header{
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 0;
}

#logo{
	float: left;
	padding-left: 42px;
}

#gr_navi{
	float: right;
	display: table;
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
}
#gr_navi a{
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 30px;
	border-left: solid 1px #B2B2B2;
	transition: background-color 0.3s;
}
#gr_navi a:last-of-type{
	border-right: solid 1px #B2B2B2;
}
#gr_navi a:hover{
	background: #F5F5F5;
	background: rgba(255, 255, 255, 0.5);
}

.ft_gothic{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* === Main === */
.page_title{
	height: 260px;
	position: relative;
}
.page_title h2{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: table;
	margin: 0 auto;
	padding: 15px;
	min-width: 350px;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 30px;
	font-family: '游明朝',serif;
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	.page_title h2{
		padding: 28px 20px 12px;
	}
}

.subtitle{
	margin-top: 40px;
	padding: 9px 10px;
	background: #166C93;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#E6D4A1), color-stop(0.5, #E6B422), to(#E6D4A1));
	background-image: linear-gradient(to right, #E6D4A1 0%, #E6B422 50%, #E6D4A1);
	color: #FFFFFF;
	text-align: center;
	line-height:36px;
	font-size: 24px;
	font-family: '游ゴシック';
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	.subtitle{
		padding-top: 17px;
		line-height: 28px;
	}
}

.line_space{
	padding-top: 40px;
}

.article_1{
	padding: 30px 40px 40px;
}
.article_1:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.article_1 p{
	line-height: 1.8em;
}

.navi_btn a{
	display: inline-block;
	padding: 12px 27px 12px 24px;
	text-align: center;
	background: #00A3B2;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	font-family: '游ゴシック';
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	.navi_btn a{
		padding-top: 18px;
		line-height: 10px;
	}
}
.navi_btn a:hover{
	background: #00C2CC;
}
.navi_btn a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 7px;
	height: 12px;
	background: url(../img/arrow.png) no-repeat;
	background-size: cover;
}

table.tbl_1{
	border-collapse: collapse;
	width: 95%;
	margin-left: auto;
    	margin-right: auto;
	border-top: solid 1px #CCCCCC;
}
.tbl_1 th,
.tbl_1 td{
	vertical-align: top;
	padding: 15px 20px;
	border-bottom: solid 1px #CCCCCC;
}
.tbl_1 th{
	background: #F2F2F2;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

.align_c{
	text-align: center;
}

.float_r{
	float: right;
	margin-left: 20px;
}

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


/* === Footer === */
#footer{
	background: #595959;
	color: #FFFFFF;
}
#footer .inner{
	text-align: center;
}

.ft_navi ul{
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
}
.ft_navi li{
	display: table-cell;
	padding-left: 20px;
	padding-right: 14px;
	background: url(../img/slash.png) no-repeat left center;
}
.ft_navi li:first-of-type{
	padding-left: 14px;
	background: none;
}
.ft_navi a{
	color: #FFFFFF;
	text-decoration: none;
}
.ft_navi a:hover{
	text-decoration: underline;
}

#copyright{
	padding-bottom: 10px;
	font-size: 12px;
}

#pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#pagetop a img{
	opacity: 0.7;
}
#pagetop a:hover img{
	opacity: 1;

/* 電話枠センタリング */
.contact_tel {
  margin:auto;
  width:;
  background: ;
}


}
