@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
}
body {
	font-size: 13px;
	line-height: 155%;
	/*font-family: "a-otf-jun-pro","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";*/
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	-webkit-text-size-adjust: 100%;
	color: #333;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: underline;
}
a>img:hover {
}
a:hover {
	text-decoration: underline;
}
.sp_hide {
	display: none;
}
.pc_hide {
}
/*-----------------------------------------------------------*/
/*ヘッダー*/


#header_wrap {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
#header {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	
}
/*ロゴ*/

#header h1 {
	text-align:center;
	width:100%;
	background-color:#fff;
	overflow:hidden;
	padding:10px 0px;
}

#header h1 img{
	width:auto;
	height:50px;
}
.bn_100th{
	display:none;
}

/*グローバルナビゲーション*/


.btn_sp_menu{
	display:block;
	overflow:hidden;
	width:100;
	text-align:center;
}

.btn_sp_menu a{
	display:block;
	padding:10px 0px;
	color:#fff;
	background-color:#194B87;
}

#gnavi {
	display:none;
}

#gnavi li {
	list-style-type:none;
	display:inline;
	overflow:hidden;
}
#gnavi li a{
	display:block;
	padding:1em;
	background-color: rgba(0,98,180,0.75);
	color:#fff;
	text-decoration:none;
}

/**/

.navi{
	width:100%;
	margin:0px;
	overflow:hidden;
}

.menu_list {
    width: 100%;
    margin: 0px;
    overflow: hidden;
}

.navi li{
	overflow: hidden;
    list-style-type: none;
    margin-bottom: 20px;
}

.navi li a{
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #000000;
    text-decoration: none;
    font-size: 110%;
    background-image: url(./parts/images/icon.png);
	background-repeat:no-repeat;
	background-position:left center;
    width: 74%;
    margin: 0px 0px 0px 40px;
    /* text-indent: 20px; */
    padding: 6px 0px 0px 20px;
}

/*キャッチ*/

#catch {
	width:95%;
	margin:20px auto;
	text-align:center;
}

/*電話番号*/

.head_tel {
	margin-top:20px;
	width:100%;
	overflow:hidden;
	padding:40px 0px 0px 0px;
	text-align:center;
	background-color:#fff;
	display:none;
}

.head_tel img{
}

/**/

.head_txtsize {
	display:none;
}

/**/

.head_search {
	display:none;
}

/**/

.btn_sitemap {
	display:none;
}
/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap {
	clear: both;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-color: #0062B4;
	color: #fff;
}
#footer {
	width: 95%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
#footer a {
	color: #fff;
}
/**/

.foot_menu {
	overflow: hidden;
	border-left: 1px solid #fff;
	margin-top: 12px;
	line-height: 16px;
}
.foot_menu li {
	list-style-type: none;
	float: left;
	overflow: hidden;
	border-right: 1px solid #fff;
}
.foot_menu li a {
	color: #fff;
	overflow: hidden;
	padding: 0px 1em;
	text-decoration: none;
}
/**/

.foot_outline {
	width:75%;
	float:left;
	overflow:hidden;
	padding:1em 0px;
}
.foot_outline dt {
	font-weight: bold;
}
.foot_outline dd {
}
/**/

.foot_bn01 {
	width:20%;
	float:right;
	overflow:hidden;
	padding:1em 0px;

}
/*copyright*/

.copy {
	clear:both;
	text-align: center;
	overflow: hidden;
	margin: 1em auto;
	font-size:10px;
}
/*-----------------------------------------------------------*/
/*ページタイトル*/

#title_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-color:#3383C1;
}

#title{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	color:#fff;
}

#title h1{
	text-align:center;
	margin:30px auto;
	width:90%;
	line-height:normal;
}

.breadcurmb{
	display:none;	
}

.breadcurmb a{
	color:#fff;
}

/*-----------------------------------------------------------*/
/*コンテンツコンテナ*/

.contents{
	width:100%;
	margin:40px auto;
	overflow:hidden;
	position:relative;
}

/*-----------------------------------------------------------*/
/*メインカラム*/

.main_column{
	width:100%;
	position:relative;
	overflow:hidden;
}

.main_column h2{
	overflow:hidden;
	background-image:url(regulation/images/sub_border.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0.7em 0.5em;
	font-size:1.6em;
}

/*-----------------------------------------------------------*/
/*サブカラム*/

.sub_column{
	width:100%;
	overflow:hidden;
	position:relative;
}

.submenu{
	width:90%;
	border:1px solid #0064B1;
	overflow:hidden;
	margin:0px auto;
}

.submenu dl{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

.submenu dl dt{
	color:#0064B1;
	font-size:1.8em;
	border-bottom:1px solid #0064B1;
	padding:0.5em 0px;
}

.submenu dl dd{
	overflow:hidden;
}

.submenu dl dd ul{
	margin-left:5px;
	overflow:hidden;
	margin-bottom:2em;
}

.submenu dl dd ul li{
	list-style-type:none;
	margin-top:1em;
	overflow:hidden;
	background-image:url(regulation/images/side_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.submenu dl dd ul li a{
	text-decoration:none;
}
/*-----------------------------------------------------------*/

#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
/*-----------------------------------------------------------*/
a.button01{
	font-size:1.2em;
	color:#fff;
	display:inline-block;
	padding:1em 2em 1em 2em;
	text-align:center;
	background:#0062B4;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	text-decoration: none;
}

a.button01:hover{
	background:#0078d7;
}

/* サイトマップ */
.sitemap{
	display:none;
}

a.button03{
	font-size:0.9em;
	color:#fff;
	display:inline-block;
	padding:0.3em 2em 0.3em 2em;
	text-align:center;
	background:#0062B4;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	text-decoration: none;
}

a.button03:hover{
	background:#0078d7;
}

/* フォント色 */
#fontred{
	color:#ff0000;
}
#fontblue{
	color:rgb(0, 81, 255);
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
