/*CSSリセット
------------------------------*/
* { 
	
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

strong {

	font-weight: bold;
}

body {
	font-size: 75%;
	background-color: #06306E;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

/*2009-11-30 追加

------------------------------*/

body {
	color: #000000; /*このテンプレの基本色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}
/*共通チップス
------------------------------*/
.clear {
	clear:both;
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
.hide {
	display:none;
}

a {
	color:#06306E;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
/*全体wrapper
------------------------------*/
#wrapper {
	width: 812px;
	margin: 0 auto 0 auto;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
}

#wrapper2 {
	width: 802px;
	margin: 0 auto 0 auto;
	border-left:3px solid #06306E;
	border-right:3px solid #06306E;
	background-color:#FFFFFF;
	padding:18px 0 0 0;
} 




/*リード
------------------------------*/
#lead {
	border-top:4px solid #418EFF;

}
#leadIn {
	padding:0 4px 0 40px;
	background-color:#418EFF;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
}
#leadL {
	float:left;
    width: 380px;
}
#leadR {
	float:right;
	width: 361px;
}
#leadR2 {
	float:right;
	padding:38px 53px 0 0;
}

#site_title {
	padding:10px 0 12px 0;
}
#site_title a {
	color: #FFFFFF;
	font-size:2em;
	text-decoration:none;
	font-weight:bold;
}

#site_description {
	line-height: 150%;
	display: block;
	font-size:1em;
	color: #FFFFFF;
	padding:0 20px 18px 0;
}
#inquiry_lead {
	text-align:center;
	padding:0 36px 12px 0;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:722px;
	padding:0px 0 1px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:301px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:301px !important;
	width:722px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:722px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #eee;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #2A5EA9;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2A5EA9;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:36px;
	height:36px;
	margin:0;
	top:132px;
	cursor:pointer;
	-moz-border-radius: 18px ;
	-webkit-border-radius: 18px ;
	border-radius: 18px ;
}
.bx-wrapper .bx-prev {
	background:url(../../images/5/btn-slider_001.png) 13px center no-repeat #2A5EA9;
	background-size:8px auto;
	left:-26px;

}
.bx-wrapper .bx-prev:hover {
	opacity:0.7;
	-moz-border-radius: 18px ;
	-webkit-border-radius: 18px ;
	border-radius: 18px ;
}
.bx-wrapper .bx-next {
	background:url(../../images/5/btn-slider_002.png) 15px center no-repeat #2A5EA9;
	background-size:8px auto;
	right:-26px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.7;
}

/*メインエリア
------------------------------*/
#main {
	border-top:4px solid #418EFF;
	border-bottom:4px solid #06306E;
}

#mainIn {
	background-image:url(../../images/5/bgi-mainline_001.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	margin:13px 0 1px 0;
/*--IE対策--*/
	padding:1px 0 1px 0;
}
/*メインR
------------------------------*/
#mainR {
	width:478px;
	float:right;
	padding:0 0 0 11px;
}

/*-- 記事ボックス
------------------------------*/
.box {
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

.box_title {
	background-image:url(../../images/5/ico-subtitle_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 40px  0;
}
.box_title h3 {
	font-size:1.3em;
	line-height:130%;
	color:#000000;
	padding:20px 0 0 60px; 
	font-weight:bold;
}

.box_entry1 {/*--画像あり--*/
	width:250px;
	float:left;
	font-size:1em;
	line-height:150%;
	padding:0 0 20px 5px; 
}
.box_entry2 {/*--画像なし--*/
	font-size:1em;
	line-height:150%;
	padding:0 7px 20px 5px; 
}

.box_image {
	width:200px;
	float:right;
	padding:0 7px 0 0;
}
.box_image div {
	margin-bottom:7px;
}
.box_image div img {
	border:3px solid #c4c4c4;
}
.box_image div span {
	display:block;
	font-size:0.85em;
	margin:3px 0 0 0;	
	line-height:130%;
}

/*下層ページ*/
.box2 {
	background-image:url(../../images/5/bgi-box_001.jpg);
	background-repeat:repeat-y;
	background-position:left 56px;
	margin:0 0 20px 0;
	padding:0 0 6px 0;

}
.box_title2 {
	background-image:url(../../images/5/bgi-box_ttl_002.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0 0 12px 0;
}
.box_title2 h3 {
	font-size:1.8em;
	line-height:130%;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../../images/5/bgi-box_ttl_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:18px 100px 5px 100px;
}
.box_body {
	width:466px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-top:20px;
}

/*-- お問い合わせ
------------------------------*/
#inquiry {
	text-align:center;
	margin:45px 0;

}

/*メインL
------------------------------*/
#mainL {
	float:left;
	width:294px;
	background-image:url(../../images/5/lin-mainL_001.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding:10px 0 25px 6px;
}
/*ナヴィA
------------------------------*/
#nviA {
	width:290px;
	background-color:#F2F1F1;
	margin:1px 0 12px 0;
	padding:0 0 12px 0;
}
#nviA dl {
	padding:0 0 0 12px;
	margin:0;
}
#nviA dt {
	width:268px;
	background-image:url(../../images/5/nvi-main_002.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	border-top:13px solid #F2F1F1;
}
#nviA dt a {
	width:268px;
	display:block;
	background-image:url(../../images/5/nvi-main_001.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#004293;
}
#nviA dt a span {
	display:block;
	padding:7px 10px 7px 40px;
	font-size:1.1em;
	line-height:130%;
	color:#004293;
	font-weight:bold;
}


#nviA dd {
	width:268px;
	background-image:url(../../images/5/nvi-main_002.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
#nviA dd a {
	width:268px;
	display:block;
	background-image:url(../../images/5/nvi-sub_001.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#004293;
}
#nviA dd a span {
	display:block;
	background-image:url(../../images/5/ico-nvi_001.jpg);
	background-repeat:no-repeat;
	background-position:45px 6px;
	padding:4px 10px 4px 68px;
	font-size:1em;
	line-height:130%;
	color:#004293;
	font-weight:bold;
}


/*-- 最新情報
------------------------------*/
#topics {
	padding:10px 0 0 0;
	margin:0 0 18px 0; 
	border-top:1px solid #EAEAEA;
}
#topics_title  {
	padding:0 0 5px 0;
}
#topics_title h3 {
}
#topics_ta {
	max-height:100px;
	overflow:auto;
	padding:0 0 0 5px;
}
#topics_ta table {

}
.topics_date {
	padding:0 11px 5px 4px;
	vertical-align:top;
	font-size:0.85em;
	line-height:130%;
	color:#3A9DB3
}
.topics_entry {
	padding:0 0 5px 0;
	vertical-align:top;
	font-size:0.85em;
	line-height:130%;
	color:#3A9DB3
}

/*ナヴィB
------------------------------*/
#nviB {
	padding:20px 0 0 5px;
	border-top:1px solid #EAEAEA;
}
#nviBBox {
	width:266px;
	background-image:url(../../images/5/bgi-nviB_001.jpg);
	padding:9px 7px 8px 7px;
}
#nviBBox #nviB_title {
	padding:0 45px 7px 45px;
	font-size:1.3em;
	line-height:130%;
	color:#FFFFFF;
}

#nviBBox ul {
	list-style-type:none;
	background-color:#FFFFFF;
	padding:18px 0 5px 0;
	margin:0;
}
#nviBBox li {
	padding:0 0 5px 0;
}
#nviBBox li a {
	font-size:1.2em;
	color:#06306E;
	line-height:130%;
	padding:0 0 0 22px;
	margin:0 0 0 22px;
	background-image:url(../../images/5/ico-nviB_001.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
}


/*-- ブログ
------------------------------*/
#blog_box {
	width:266px;
	background-color:#2A5EA9;
	padding:0 7px 8px 7px;
	margin:20px 0 0 5px;
}
#blog_info {
	width:150px;
	color:#FFFFFF;
	font-size:1.3em;
	float:left;
	padding:11px 0 8px 5px;
	line-height:120%;
}
#blog_btn {
	width:111px;
	float:right;
	padding:9px 0 8px 0; 

}
#blog {
	max-height:134px;
	overflow:auto;
}
#blog ul {
	background-color:#FFFFFF;
	list-style-type:none;
	padding:18px 10px 7px 0;
	margin:0;
}
#blog li {
	line-height:130%;
	padding:0 0 3px 22px;
	margin:0 0 0 22px;
	background-image:url(../../images/5/ico-nviB_001.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
}

/*-- フッタ
------------------------------*/
#foot {
	width: 812px;
	margin: 0 auto 0 auto;
	background-color:#06306E;
}

/*-- ページトップ--*/
#pagetop {
	text-align:right;
	padding:0 8px 25px 0; 
}

#copyright {
	font-size:10px;
	color:#FFFFFF;
	padding:0 130px 15px 130px;
	line-height:100%;
}





/*パン屑
------------------------------*/
#pnkz {
	font-size:0.9em;
	padding:10px 0 10px 5px;
	color:#004293;
}
#pnkz a {
	font-size:1em;
	color:#004293;
}
/*コンテンツタイトル
------------------------------*/
#ctitle_box {
	width:474px;
	background-image:url(../../images/10/bgi-ctitle_002.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0 0 10px 0;
}
#ctitle_boxIn {
	background-image:url(../../images/10/bgi-topics_001.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0 0 5px 0;

}
#contents_title  {
	background-image:url(../../images/10/bgi-ctitle_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#contents_title h3 {
	font-size:1.3em;
	color:#000000;
	font-weight:bold;
	padding:9px 9px 3px 9px;
}

/*コンテンツリード
------------------------------*/
#contents_lead {
	font-size:1em;
	line-height:150%;
	padding:0 0 1em 0;
}



/*form、map、profileのtable▼
-----------------------------------*/
#form, #map01 table, #profile01 table {
	table-layout: fixed;
	width:469px;
	text-align:left;
	border-collapse: collapse;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	margin:0 0 20px 0;
}
#form th, #map01 th, #profile01 th {
	width:125px;
	border-top:1px solid #DADADA;
	border-left:1px solid #DADADA;
	background-color:#418EFF;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.5em;
	color: #FFF;
}

#form td, #map01 td, #profile01 td {
	line-height:150%;
	border-top:1px solid #DADADA;
	border-left:1px solid #DADADA;
	padding: 0.3em 0.7em 0.3em 18px ;
	background-color:#FFF;
}

/*formのCSS▼
-----------------------------------*/
/*エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	//padding-left: 5px;
	color: #cc0000;
	/*background: url("../img/icons/icon_alert.gif") no-repeat 0 4px;*/
}

.warning {
	line-height :150%;
}

#form span ,.warning span{
	padding-left: 2px;
	color: #FFF;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/*map01のCSS
-----------------------------------*/

#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:469px;
	height:300px;
}

/*20100609add endo*/

#QRbox {
	background-color:#2A5EA9;
	padding:12px 7px 8px 7px;
	margin-top:10px;
	margin-left:5px;
	width:266px;
}

#QRbox h4 {
	font-size:1.3em;
	font-weight:normal;
	color:#fff;
	margin-bottom:10px;
}

#QRin {
	background-color:#fff;
	width:266px;
}

.QR_code {
	float:right;
	width:100px;
}

.QR_description {
	padding:10px 10px 10px 10px;
	color:#06306E;
	float:left;
	width:145px;
	line-height:130%;
}

/* 20120322 */
#side-area{
   margin:10px 0 0 6px;
   width:276px;
}

#foot-area{
   margin:16px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
 .article_box table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
 }
 .article_box table th,
 .article_box table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
 .article_box table th {
 	text-align:center;
 	background-color:#eee;
 }

/* 20160721 ADD */
.box_image img,
.box_pic1img,
.box_pic2 img,
.box_pic3 img,
.box_pic4 img,
.box_img img,
.entryContent_R div img,
.entryImgbox img,
.box-image img,
.article-img img,
.article-figure img,
.article_figure	img {
	width:200px;
}




/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.box table {
    border-collapse: collapse;
}
.box table th, .box table td {
    border: #ccc 1px solid;
    padding: 5px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
    max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}

