html{
	/* スクロールバー領域：デフォルト */
	overflow-y: auto;
}

body{
	font-size: 13px;
	font-family: sans-serif;
}

img{
	max-width: 100%;
}

.hv_alpha a:hover img,
a.hv_alpha:hover img,
.hv_alpha input[type="image"]:hover,
input.hv_alpha:hover{
	opacity: 1;
}

.inner{
	width: 100%;
}

#header{
	padding: 10px;
	text-align: left;
}

#logo{
	float: none;
	padding-left: 0;
	width: 80%;
	max-width: 194px;
}
#logo img{
	width: 100%;
}

#gr_navi{
	display: none;
}

#sm_navi_btn{
	position: absolute;
	top: 0;
	right: 0;
}

#sm_navi{
	position: absolute;
	top: 72px;
	right: 0;
	width: 100%;
	z-index: 10000;
}
#sm_navi ul{
	background: #166C93;
	border-bottom-width: 0;
}


/* === Main === */
.page_title{
	height: 200px;
}
.page_title h2{
	min-width: auto;
	font-size: 20px;
	font-family: sans-serif;
}

.subtitle{
	font-size: 20px;
	font-family: sans-serif;
}

.article_1{
	padding: 30px 20px 40px;
}
.article_1 img{
	max-width: 100%;
}

.float_r{
	float: none;
	margin-left: 0;
	text-align: center;
}

.tbl_1 th,
.tbl_1 td{
	padding: 10px;
}


/* === Footer === */
.ft_navi ul{
	display: block;
	padding: 0;
	border-bottom: solid 1px #FFFFFF;
}
.ft_navi ul:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.ft_navi li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	border-bottom: solid 1px #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
}
.ft_navi li:first-of-type{
	padding-left: 0;
}
.ft_navi li:nth-of-type(odd){
	clear: both;
}
.ft_navi li:nth-of-type(odd){
	border-right: solid 1px #FFFFFF;
}
.ft_navi li:last-of-type,
.ft_navi li:nth-last-of-type(2){
	border-bottom-width: 0;
}
.ft_navi li:nth-last-of-type(2):nth-of-type(even){
	border-bottom-width: 1px;
}
.ft_navi a{
	display: block;
	padding: 15px;
	background: none;
	text-align: center;
	line-height: 1.2em;
}

#copyright{
	padding-top: 30px;
}

#pagetop{
	right: 10px;
	bottom: 10px;
}
