/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}
strong, b {
	font-weight:bold;
}
body {
	font-size: 100%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 14px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
10px	>>	0.77em
11px	>>	0.83em
13px	>>	1em
14px	>>	1.08em
15px	>>	1.17em
16px	>>	1.25em
17px	>>	1.33em
19px	>>	1.46em
20px	>>	1.54em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
	line-height:150%;
}
.clear {
	clear:both;
}

/*clearfix*/
.clearfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}
.hide {
	display:none;
}
a {
	color:#c0cce9;
	text-decoration:none;
}
a:hover {
	opacity:0.5;
}
/*============================
レイアウト・背景色・基本文字色
=============================	*/
body {
	background-color:#05153a;
	color:#FFF; /*このテンプレの基本色*/
	text-align:center;
}

#bodyIn {
	height:700px;
	background:url(../../images/118/bgi_body_001.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container {
	width:100%;
	margin:0 auto;
	text-align:left;
}

#leadArea {
	width:870px;
	margin:0 auto;
	padding:24px 45px 48px;
	background:url(../../images/118/bgi_cont_001.png);
}

#leadAreaIn {
	background:url(../../images/118/img_noimg_001.png) no-repeat 20px 180px;
	height:500px;
}

#content{
	width:960px;
	margin:0 auto;
}

#sidebar{
	float:left;
	width:292px;
	margin:40px 0 120px;
}

#main{
	float:right;
	width:630px;
	margin-bottom:120px;
}

/*============================
ヘッダー
=============================*/
#header {
	width:960px;
	margin:0 auto 40px;
}

#site_title {
	width:720px;
	margin:0 auto;
	padding-top:80px;
	text-align:center;
	line-height:1em;
}

/*#site_title h1.png {	
	max-width:500px;
}*/

#site_title h1.png a {
	text-align:center;
	color:#FFF;
	text-shadow:0 0 32px #c3b56c;
  	/*-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image : -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFF), color-stop(0.00, #c3b56c));
	background-image : -webkit-linear-gradient(#c3b56c, #FFF);
	background-image : linear-gradient(#c3b56c, #FFF);
	text-shadow: 0px 15px 5px rgba(0,0,0,0.1),
                 10px 20px 5px rgba(0,0,0,0.05),
                 -10px 20px 5px rgba(0,0,0,0.05);*/
	text-decoration:none;
	font-size:48px;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
	line-height:130%;
}

#site_title h1.png a img {max-width:510px;}

/*　ヘッドメニュー */
#head_nav{
	float:right;
	background:url(../../images/118/bgi_cont_001.png);
	padding:8px 45px 8px 28px;
}

#head_nav ul {
	list-style:none;
}

#head_nav ul li {
	float:left;
}

#head_nav ul li a {
	text-decoration:none;
	color:#c0cce9;
	font-size:12px;
	font-weight:normal;	
	padding-left:32px;
	background:url(../../images/118/img_arrow_001.png) no-repeat 20px 3px;
}

#head_nav ul li a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*　ディスクリプション */
#site_discription {
	max-width:600px;
	padding-top:25px;
	margin:0 auto;
	min-height:40px;
}
#site_discription h2#discription {
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	line-height:2.000em;
}

/* スライド
------------------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	margin: -10px auto 0;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #4D67A3;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c0cce9;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
	border-radius: 20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/118/btn-slider_001.png) 15px center no-repeat #3F578E;
	left:-26px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#203461;
	opacity: 1;
}
.bx-wrapper .bx-next {
	background:url(../../images/118/btn-slider_002.png) 17px center no-repeat #3F578E;
	right:-26px;
}
.bx-wrapper .bx-next:hover {
	background-color:#203461;
	opacity: 1;
}

/*　メイン写真
------------------------------------------------*/
#cover{
	float:left;
	width:365px;
	margin-top:30px;
/*float:left;*/
}

#cover img{
}

/*　トピックス 
------------------------------------------------*/
#topics{
	margin-top:30px;
	float:right;
	width:436px;
	padding:20px;
	background:url(../../images/118/bgi_news_001.png);
}

#topics-title {
}

#topics-title p img {
	padding:0;
}

#topics-title p span{
	font-size:18px;
	color:#360;
}

#topics dl{
	max-height:244px;
	margin-top:20px;
	overflow:auto;
}

#topics dl dt{/* 日付 */
	color:#c0cce9;
	font-size:0.84em;
	float:left;
	width:56px;
	clear:both;
	padding:5px 0;
}

#topics dl dd{/* トピックス本文 */
	color:#FFF;
	font-size:12px;
	padding:5px 0;
	float:right;
	width:280px;
	margin-right:40px;
}

#topics dl dd a{
	color:#c0cce9;
	text-decoration:none;
}

/*　グローバルナビ
-----------------------------------------*/
#global_nav {
}

/* 親メニュー */
#global_nav dl { 
	overflow:hidden;
	border-left:#959cac 1px solid;
	border-right:#959cac 1px solid;
	padding:20px;
}

#global_nav dl dt{
	position:relative;
	top:0;
	margin:8px 0 0;
}

#global_nav dl dt a.menu-a {
	display:block;
	padding:6px 0 6px 32px;
	background:url(../../images/118/ico_menu_001.png) 12px 8px no-repeat;
	color:#c0cce9;
	text-decoration:none;
	font-size:18px;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}

#global_nav dl dd{/* 子メニュー */
	border-top:#1a294b 1px solid;
	margin:8px;
	padding:6px 0;
}

/*#global_nav dl dd + dt a { border-top:1px dotted #454545;}*/

#global_nav dl dd a{
	font-size:1em;
	color:#c0cce9;
	display:block;
	line-height:130%;	
	padding:6px 0 0 24px;
	text-decoration:none;
}
#global_nav dl dd a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*　プロフィール
-----------------------------------------*/
#about {
	margin-bottom:50px;
	border-left:#959cac 1px solid;
	border-right:#959cac 1px solid;
	border-bottom:#959cac 1px solid;
	padding:24px;
}

h2#aboutTitle {
	position:relative;
	top:0;
	margin:0 0 8px;
	padding:6px 0 6px 32px;
	background:url(../../images/118/ico_menu_001.png) 12px 8px no-repeat;
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	width:224px;
}

#about ul li {
	width:224px;
	list-style-type:none;
	border-top:#1a294b 1px solid;
	margin:8px;
	padding:6px 0 0;
}

#about ul li a {
	display:block;
	height:24px;
	color:#c0cce9;
	padding:4px 0 0 24px;
	text-decoration:none;
}

#about ul li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*　ブログ
-----------------------------------------*/
#blog {
	width:218px;
	margin-bottom:50px;
	border-left:#959cac 1px solid;
	border-right:#959cac 1px solid;
	border-bottom:#959cac 1px solid;
	padding:24px 36px 12px;
}

#blog dl {}

#blog dl dt {
	font-size:0.750em;
	padding-bottom:2px;
	}

#blog dl dd {
	margin-bottom:16px;
}

#blog dl dd a {
	color:#c0cce9;
	text-decoration:none;
}

#blogTitle {
	padding:20px;
}

#blogTitle .more-btn-area {
	text-align:center;
	padding:8px 0;
	background:url(../../images/118/bgi_cont_001.png);
}

#blogTitle .more-btn-area a {
	color:#c0cce9;
	text-decoration:none;
	background:url(../../images/118/img_arrow_001.png) no-repeat 0px 4px;
	padding-left:8px;
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	width:218px;
	text-align:center;
	color:#333;
	border-left:#959cac 1px solid;
	border-right:#959cac 1px solid;
	border-bottom:#959cac 1px solid;
	padding:36px;
}

#qrcode h2 {
}

#qrcode img {}

#qrcode p {
	padding-top:24px;
	color:#FFF;
	font-size:10px;
	text-align:left;
	line-height:1.400em;
}

/*============================
記事ボックス
=============================*/
.article_box {
	/*position:relative;*/
	margin:40px 0 20px;
	background:url(../../images/118/bgi_cont_001.png);
	padding:24px 45px;
}

.article_title {
	padding-bottom:12px;
	margin-bottom:12px;
	background:url(../../images/118/ico_article_001.png) no-repeat 0px 12px;
}
.article_title h3 {
	font-size:26px;
	padding:6px 6px 0 24px;
	line-height:1.385em;
}
.article_box #entry-01 {
	width:310px;
	padding-left:10px;
	float:right;
	line-height:1.6;
}

.article_box #entry-02 {
	line-height:1.6;
}

.article_box #entry-02 span {
	font-size:36px;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
	line-height:150%;
}

/* 記事画像あり */
.article_box .article_figure {
	width:210px;
	float:left;
}
.article_box .article_figure img {
	width:200px;
	margin-bottom:10px;
}

.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

.article_box .article_figure span {
	font-size:10px;
	color:#FFF;
	display:block;
	padding:0 0 10px;
}

/* 記事画像なし */
.article_box.no-img {}
.article_box.no-img .entry{
	float:none!important;
	width:710px!important;
	padding:0 10px;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#999 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#999 1px solid;
	padding:10px;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin:36px 0;
}

#inquiry a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*============================
ページトップ
=============================*/
#pagetop {
	width:104px;
	height:11px;
	position:absolute;
	top:-32px;
	right:120px;
}

#pagetop a {
	display:block;
	width:100%;
	height:0;
	padding-top:11px;
	overflow:hidden;
	_zoom:1;
	background:url(../../images/118/btn_pagetop_001.png) no-repeat 0 0;
}

#pagetop a:hover { opacity:1;}

/*============================
フッター
=============================*/

#footer {
	width:100%;
	background-color:#030d23;
	position:relative;
	padding:30px 0;
}

#footer #footer-inner {
	width:800px;
	margin:0 auto;
}

/*　コピーライト */
#copyright {
	width:800px;
	margin:0 auto;
}

address {
	width:100%;
	text-align:center;
	font-size:0.92em;
	font-weight:normal;
	font-style:normal;
	color:#FFF;
}

/*============================
メイン
=============================*/

/*　メインエリア共通
------------------------------------------------*/

/*============================
下層ページ共通
=============================*/

#pageTitle {
	width:915px;
	margin:0 auto;
	padding:30px 45px 12px 0;
	background:url(../../images/118/bgi_cont_001.png);
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
}

#pageTitle h2 {
	font-size:36px;
	font-weight:normal;
	color:#FFF;
	line-height:1.5em;
	margin:0 0 0 45px;
	padding-left:42px;
	background:url(../../images/118/ico_pageTitle_001.png) no-repeat 0px 13px;
}

/*パン屑リスト*/
#pnkz {
	margin:0 45px 0 0;
	font-size:11px;	
	text-align:right;
	color:#FFF;
}

#pnkz a {
	color:#FFF;
	text-decoration:underline;
}

/*============================
フリーエリア
=============================*/
#side-area{
	margin:36px auto 0 auto;
	padding:15px;
}

#foot-area{
	margin-top:40px;
	padding:15px;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
width:630px;
margin:40px 0 20px;
}
#map iframe{
	width: 630px;
	height: 360px;
	margin:12px 0 24px;
}
#form {
}

#form table, #map table, #profile table {
width:630px;
text-align:left;
border-collapse: collapse;
margin:0 auto 30px auto;
}

#form th, #map th, #profile th {	
width:160px;	
border:1px solid #999;
background:url(../../images/118/bgi_cont_001.png);
font-size: 1em;
font-weight: normal;
text-align: center;
padding: 0.5em;
vertical-align:middle;

}
#form td, #map td, #profile td {
line-height:150%;
border:1px solid #999;
padding: 0.6em 0.7em 0.6em 0.7em;
}
.ptb {
padding:.6em 0;
}

#contact_submit td {
padding: 1.2em 0;
text-align:center;
border:none;
}
/*必須項目
-----------------------------------------*/
.warning span{
color:#ffff99;
}
.validation_span{
color:#ffff99;
}
/*リード文
-----------------------------------------*/
#lead_s{
line-height:150%;
padding-top:10px;
margin:8px 0;
font-size:1em;

}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
margin-top: 3px;
color: #cc0000;
}
.warning {
line-height :150%;
padding:5px 0 5px 0;
}

.w_mark {
color: #333;
}

.thaks {
line-height: 150%;
padding :0 16px 40px 0;
}

input,textarea {
color:#333;
padding:.3em .2em;
}
input:focus,textarea:focus {
background:#f2fbff;
border-style:solid;
border-color:#cecece;
outline:none;
}

/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th, #profile th , .map th, .profile th {
width: 20%;
}

#map td, #profile td , .map td, .profile td {
word-break:break-all;
}




/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 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 テーブル基本設定
-----------------------------------------*/
.article_box table {
    border-collapse: collapse;
}
.article_box table th, .article_box table td {
    border: #fff 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%;
}

