﻿@charset "utf-8";
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4;
	background-color: #F6F2F0;
	color: #333333;
	background-repeat: repeat-x;
	background-position: center 18px;
	background-image: url(../img/common/bg.png);
	-webkit-text-size-adjust:none;
	position: relative;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	color: #187FA5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	height: 71px;
	padding-top: 8px;
}
#header h1 {
	float: left;
	padding-left: 5px;
	width: 500px;
}
#header #header_nav {
	float: right;
	overflow: hidden;
	text-align: right;
	display: block;
}
#header #header_nav a {
	white-space: nowrap;
	background-image: url(../img/common/header_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	margin-left: 25px;
}
#nav {
	width: 960px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F7F4F2;
	border-left-color: #F7F4F2;
	margin-bottom: 10px;
	display: block;
}
#nav li {
	float: left;
}

#breadcrumblist_top {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	text-align:left;
	font-size:12px;
	margin-bottom: 2px;
}
#breadcrumblist {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	text-align:left;
	font-size:12px;
	margin-bottom: 33px;
}

#content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/common/content_bg_top.gif) no-repeat center top, url(../img/common/content_bg_bottom.gif) no-repeat center bottom, url(../img/common/content_bg.gif) repeat-y center top;
	-pie-background: url(../img/common/content_bg_top.gif) no-repeat center top, url(../img/common/content_bg_bottom.gif) no-repeat center bottom, url(../img/common/content_bg.gif) repeat-y center top;
	behavior: url(/css/PIE.htc);
	padding-top: 30px;
	padding-bottom: 6px;
}
#content h2 {
	background-image: url(../img/common/page_title.gif);
	height: 35px;
	width: 830px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 9px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#disc h2 { display : none; }

#content h3 {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0C369C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0C369C;
	padding-left: 15px;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 50px;
}
#content #article {
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content #content_footer {
	position: relative;
	width: 728px;
	margin-left: 130px;
	margin-top: 60px;
}
#content #content_footer #yoyaku_button {
	position: absolute;
	left: 45px;
	top: 150px;
}
#nav2 {
	display: none;
}
#footer_wrapper {
	background-color: #FFF;
	background-image: url(../img/common/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 60px;
	padding-bottom: 120px;
	margin-top: 60px;
	min-width: 960px;
}
#footer_wrapper #footer {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer_wrapper #footer_nav {
	overflow: hidden;
	text-align: right;
	display: block;
}
#footer_wrapper #footer_nav a {
	white-space: nowrap;
	background-image: url(../img/common/header_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	margin-left: 25px;
}

#footer_wrapper #footer #copyright {
	text-align: right;
	margin-right: 45px;
}
#to_pagetop {
	position: fixed;
	top: 30%;
	right: 0px;
	z-index: 5;
	_display: none;
}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml10 {
	margin-left: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.ml50 {
	margin-left: 50px;
}
.fs8 {
	font-size: 8px;
}
.fs9 {
	font-size: 9px;
}
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.fs24 {
	font-size: 24px;
}
.fs40 {
	font-size: 40px;
}
.clear {
	clear: both;
}
.fc_red {
	color: #F00;
}
.fc_red2 {
	color: #E50112;
}
.fc_white {
	color: #FFF;
}
.fc_green {
	color: #009A44;
}
.fc_blue {
	color: #2E338F;
}
.fc_blue2 {
	color: #047CC4;
}
.fw_b {
	font-weight: bold;
}
.ta_center {
	text-align: center;
}
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 640px) {
* {
 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html {
 font-size:62.5%;
}
body {
 font-size: 1.5rem;
 background-image: none;
 -webkit-text-size-adjust:none;
}
img {
 width: 100%;
 height: auto;
}
#header {
 width: 100%;
 height: auto;
 padding-bottom: 10px;
 border-bottom: solid 1px #CCCCCC;
 margin-bottom: 20px;
}
#header h1 {
 float: left;
 padding-left: 5px;
 width: 55%;
 box-sizing: border-box;
}
#header #header_nav a {
	display: block;
	text-align: left;
	margin-left: 0;
	font-size: 1.2rem;
	line-height: 1.8;
}
#nav {
 width: auto;
 border-right-width: 0px;
 border-left-width: 0px;
 border-right-style: none;
 border-left-style: none;
 margin-bottom: 30px;
 display: none;
}
#nav li {
 float: none;
}
#content {
 width: 96%;
 border:solid 4px #DDDDDD;
 padding-top: 20px;
 padding-bottom: 0px;
 background: none, none, none;
 -pie-background: none, none, none;
 background-color: #FFFFFF;
 behavior: url(css/PIE.htc);
}
#content h2 {
 width: 96%;
 height: 44px;
 font-size: 1.5rem;
 letter-spacing: -0.2rem;
 padding-left: 20px;
 padding-top: 11px;
 margin-bottom: 30px;
 border-right: solid 1px #D6D6D6;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 behavior: url(/css/PIE.htc);
}
#content h3 {
 border-left-width: 7px;
 border-left-style: solid;
 border-left-color: #0C369C;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #0C369C;
 padding-left: 5px;
 font-size: 1.5rem;
 margin-bottom: 20px;
 margin-top: 35px;
 letter-spacing: -0.1rem;
}
#content #article {
 width: 90%;
}
#content #content_footer {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#content #content_footer #yoyaku_button {
	width: 70%;
	left: 4%;
	top: 45%;
}
#nav2 {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	display: block;
	border-top: solid 1px #CCCCCC;
}
#footer_wrapper {
 margin-top: 45px;
 min-width: 320px;
}
#footer_wrapper #footer_nav a {
	display: block;
	text-align: left;
	margin-left: 0;
	font-size: 1.2rem;
	line-height: 1.8;
}
#footer_wrapper #footer {
 width: 98%;
 font-size: 1.3rem;
}
#footer_wrapper #footer #copyright {
 text-align: left;
 margin-top: 10px;
 margin-right: 0px;
 font-size: 1.1rem;
}
.fs8 {
 font-size: 1rem;
}
.fs9 {
 font-size: 1.1rem;
}
.fs11 {
 font-size: 1.2rem;
}
.fs16 {
 font-size: 1.5rem;
}
.fs18 {
 font-size: 1.6rem;
}
.fs20 {
 font-size: 1.7rem;
}
.fs22 {
 font-size: 1.8rem;
}
.fs24 {
 font-size: 1.9rem;
}
.fs40 {
 font-size: 2rem;
}
.top_icon {
 width: 12%;
}
}

@media screen and (max-width: 640px) and  (min-width: 481px){
#nav li {
	float: left;
	width: 50%;
}
#nav2 li {
	float: left;
	width: 50%;
}
}

@media screen and (max-width: 640px){
#breadcrumblist {
	width: 95%;
}
}
