
/*============================
　CSSリセット
=============================*/
* { 
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}
body {
	font-size: 75%;/*font-sizeリセット*/
}
html>/**/body {
  font-size: 12px; /*font-sizeリセット Except IE */
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {outline:none;/*for firefox*/}
/*============================
　共通チップス
=============================*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#133865;
	text-decoration:underline;	
}
a:hover {
	color:#133865;
	text-decoration:none;	
}
a:hover img{
	filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    }
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	color:#133865; /*このテンプレの基本色*/
	background-color:#133865;
	width:100%;
}
#wrapper {
	background-color:#ffffff;
	z-index:-1000;
}
/*トップページ*/
#content {
	width:1100px;
	margin:0 auto;
	margin-bottom:50px;
}
#main{
	width:725px;
	float:right;
    }
#sidebar {
	width:365px;
	float:left;	
}


/*============================
	ヘッダー
=============================*/
#header {
	width:1100px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:25px;
}
#header .leadArea{
	width:740px;
	float:left;
	padding-left:10px;
}
#header #topLink{
	width:330px;
	float:right;
	padding-top:15px;
}
#header #topLink ul{
	list-style-type:none;
}
#header #topLink ul li{
	float:right;
	padding-left:8px;
}
#header #topLink ul li a{
}
#header #topLink ul li a img{
}
/*トップページサイトタイトル*/

.site_title {
	line-height:120%;
	font-size:2em;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.site_title a {
	text-decoration:none;
}
.site_title a:hover {
}
.site_title img {
}
.site_title a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site_description {
	font-size:0.92em;
	line-height:140%;
	font-weight:normal;
	padding-bottom:4px;
}
/*下層ページサイトタイトル*/
.site_title2 {
	padding-top:20px;
	font-size:1.8em;
}
.site_title2 h1{
}
.site_title2 a {
}
.site_title2 a:hover {
}
.site_title2 img {
}
.site_title2 a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*============================
	スライド
=============================*/
.mainSlideIn {
	width:1090px;
	padding:0px 0 0 10px;
	position:relative;
}
.mainSlideIn:before {
	content:"";
	display:block;
	width:1090px;
	height:46px;
	background:url(../../images/76/bgi-slide_001.png) 0 0 no-repeat;
	position:absolute;
	left:10px;
	top:-1px;
	z-index:100;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:454px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:454px !important;
	width:1090px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:1090px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ebebeb;
	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: #133865;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -24px!important;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:210px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/76/btn-slider_001.png) 15px center no-repeat #133865;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/76/btn-slider_002.png) 17px center no-repeat #133865;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.8;
}

/*============================
	サイドバー
=============================*/
#sidebar{
	padding-top:21px;
	text-align:center;
}
#sidebar.slide{
	padding-top:10px;
}
/*　メイン写真
------------------------------------------------*/
#imgBox{
}
#imgBoxIn{
	background:url(../../images/76/bgi-img_001.png) left top no-repeat;
	z-index:10000;
	height:15px;
	overflow:hidden;
	position:relative;
	left:0;
	top:0;
}
/* 
#imgBoxIn2{
	background:url(../../images/76/bgi-img_002.png) left top repeat-y;
}
#imgBoxIn3{
	background:url(../../images/76/bgi-img_003.png) left bottom no-repeat;
} */
.site_image {
	width:365px;
	position:relative;
	left:0;
	top:-15px;
	z-index:0;
}
#imgBoxIn{
	z-index:10000;
}
#wrapper {
	z-index:-1000;
}
.site_image img {
	padding:0;
	margin:0;
}

/*============================
	グローバルナビ
=============================*/
#gnavi{
	width:287px;
	padding:25px 5px 0;
	float:none;
	margin:0 auto;
	display:block;
	color:#ffffff;
}
.slide #gnavi{
	padding-top:0;
}
#gnavi a{text-decoration:none;color:#ffffff;}
#gnavi dt,#gnavi dd{
	color:#ffffff;
	display:block;
	font-size:1.174em;
	font-weight:bold;
	}
#gnavi dt a span,#gnavi dd a span{
	display:block;
	padding:10px 15px 10px 25px;
}
#gnavi dt a:hover span,#gnavi dd a:hover span{
	background:url(../../images/76/ico-navi_001.gif) left 12px no-repeat;
}

#gnavi dt{
	background:url(../../images/76/bgi-navi_001.gif) left top no-repeat;
}
#gnavi dd{
	background:url(../../images/76/bgi-navi_003.gif) center top no-repeat;
	background-color:#133865;
	margin:0 20px 0 16px;
}
#gnavi dt .In{
	display:block;
	background:url(../../images/76/bgi-navi_002.gif) left bottom no-repeat;
	padding:0px;
}
#gnavi dd .In{
	display:block;
	background:url(../../images/76/bgi-navi_004.gif) center bottom no-repeat;
	padding:0px;
}

#gnavi dt,#gnavi dd{
	background-color:#133865;
	margin-bottom:10px;
	}
#gnavi dd a{
}
#gnavi dd a:hover{
}
/*
============================
	フッター
=============================*/
#footerWrap{
	background-color:#133865;
	width:100%;
	position:relative;
}
#inquiry {
	width:100%;
	height:30px;
	padding-top:10px;
	background:url(../../images/76/bgi-foot_001.gif) center top repeat-x;
	text-align:center;
	margin-top:100px;
}
#inquiryIn {
	width:1100px;
	margin:0 auto;
	text-align:right;
}
#foot{
	height:298px;
	width:100%;
	background-color:#ebebeb;
	padding-top:20px;
	text-align:center;
}
#footIn{
	width:860px;
	position: relative;
	left: -120px;
	margin:0 auto;
	text-align:left;
}

#footIn2{
	height:69px;
	background:url(../../images/76/bgi-foot_002.gif) center top repeat-x;
	position:relative;
	left:0px;
	top:-69px;
	text-align:center;
	width:100%;
}
#pagetop {
	width:1100px;
	margin: 0 auto;
	position: relative;
	height: auto;
}
#pagetop a{
/*	position:relative;
	left:320px;
	top:0;
	/top:-1px;*/
	position: absolute;
	right: 0;
	top:0px;
}
/**#pagetop a{
	_top:-1px;
}*/
#pagetop a img{

}
#footIn3{
	position:relative;
	left:0;
	top:-69px;
	width:100%;
	background-color:#133865;
	padding-top:40px;
	padding-bottom:10px;
}
#copyright{
	font-size:0.85em;
	color:#ffffff;
	width:1100px;
	margin:0 auto;
	text-align:right;
}
#copyright a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*　ブログ
------------------------------------------------*/
#blogbox{
	float:left;
	margin-right:10px;
	width:272px;
	background:url(../../images/76/bgi-foot_003.gif) left top repeat-y;
	min-height:240px;
	height:auto!important;
	height:240px;
}
#blog-ttl{
}
#blogbox a{
	display:block;
	text-align:right;
	padding:0 10px;
	text-decoration:none;
}
#blog{
	padding:7px 10px;
	list-style-type:none;
}
#blog li {
	font-size:1em;
	margin-bottom:5px;
}
#blog li span{
	display:inline-block;
	background-color:#133865;
	color:#ffffff;
	font-size:0.85em;
	font-weight:bold;
	padding:0 3px;
	margin-right:5px;
}
#blog li a{
	display:inline;
	font-weight:normal;
	text-align:left;
	padding:0;
}
#blog li a:hover{
	font-weight:bold;
}
/*　プロフィール
------------------------------------------------*/
#profilebox{
	float:left;
	margin-right:10px;
	width:272px;
	background:url(../../images/76/bgi-foot_003.gif) left top repeat-y;
	min-height:240px;
	height:auto!important;
	height:240px;
}
#profile{
	padding:7px 10px;
	list-style-type:none;
}
#profile li{
	margin-bottom:8px;
}
#profile li.profile-sitettl{
	display:inline-block;
	background-color:#133865;
	color:#ffffff;
	font-size:1.17em;
	font-weigt:bold;
	padding:0px 5px;
}
#profile li img{
	}
#profile li a{
	text-decoration:none;
}
/*　QRコード
------------------------------------------------*/
#qrBox{
	float:left;
	margin-right:10px;
	width:272px;
	background:url(../../images/76/bgi-foot_003.gif) left top repeat-y;
	min-height:240px;
	height:auto!important;
	height:240px;
}
#qr{
	padding:7px 10px;
}
#qr img{
	float:left;
	padding-right:7px;
}
.QR_description{
	padding-top:15px;
}


#footerWrap{
	position: relative;
	z-index: 1;
}
#footerWrap #footIn{
	position: relative;
	z-index: 100;
}
#footerWrap #footIn3{
	position: relative;
	z-index: 10;
}

/*============================
	トップエリア
=============================*/
#topics {
	width:725px;
	background:url(../../images/76/bgi-topics_001.gif) left top repeat-y;
}
/*　トピックス 
------------------------------------------------*/
#topicsIn{
	background:url(../../images/76/bgi-topics_002.gif) left bottom no-repeat;
	padding-bottom:5px;
}
#topics h3{
}
#topics #topics_ta{
	margin-top:3px;
	max-height:205px;
	height:auto!important;
	height:205px;
	overflow:auto;
	padding:10px;
	margin-right:12px;
}
#topics #topics_ta table {
	font-weight:bold;
	border-collapse:collapse;
}
#topics_ta table td.topics_date {
	display:block;
	background:url(../../images/76/ico-topics_001.gif) left center no-repeat;
	color:#ffffff;
	font-size:1em;
	font-weigt:bold;
	width:74px;
	height:18px;
	text-align:center;
	padding:3px 8px 3px 7px;
	vertical-align:top;
	border-bottom:solid 7px #ffffff;
}
#topics_ta table td.topics_entry {
	font-weight:normal;
	padding:0px 0 2px 10px;
	border-bottom:solid 7px #ffffff;
}
/*============================
	記事ボックス
=============================*/
.box {
	margin-top:20px;
}
.box_title{
	background:url(../../images/76/lin-article_002.gif) left bottom no-repeat;
	padding:10px 5px;
	margin-bottom:10px;
}
.boxIn{
}
.box h3{
	font-size:1.17em;
	padding:7px 0 12px 0;
}
/*記事画像あり
-----------------------------------------*/

.box_title {
}
.box_entry1 {
	width:515px;
	float:left;
	line-height:150%;
	padding-left:5px;
}
.box_entry1 span{
	line-height:150%;
}
.box_entry1 b{
	line-height:150%;
}
.box_entry1 em{
	line-height:150%;
}
.box_entry1 img{
	max-width: 100%;
}
.box_image {
	width:200px;
	float:right;
	margin-top:2px;
}
.box_image img {
}
.box_image span {
	display:block;
	padding-top:2px;
	padding-bottom:5px;
	font-size:0.85em;
	line-height:150%;
}
/*記事画像なし
-----------------------------------------*/
.box_entry2 {
	line-height:150%;
	padding:0 5px;
}
.box_entry2 span{
	line-height:150%;
}
.box_entry2 b{
	line-height:150%;
}
.box_entry2 em{
	line-height:150%;
}
.box_entry2 img{
	max-width: 100%;
}
/*============================
	下層ページ共通
=============================*/

/*ページタイトル*/
.page_titleWrap{
	background:url(../../images/76/bgi-pagettl_002.gif) left top repeat-y;
}
.page_titleWrap2{
	background:url(../../images/76/bgi-pagettl_001.gif) left top no-repeat;
	
}
.page_title{
	background:url(../../images/76/bgi-pagettl_003.gif) left bottom no-repeat;
}
.page_title h2{
	text-align:right;
	font-size:1.5em;
	line-height:140%;
	padding:45px 50px 25px 50px;
}
/*パン屑リスト*/
#pnkz {
	font-size:0.9em;;
	padding:3px 10px;
	margin-bottom:;
}
/* 
#pnkz span{
	padding-left:26px;
	background:url(../../images/76/ico-pnkz_001.gif) 6px 3px no-repeat;
} */


/*============================
	フリーエリア
=============================*/
#side-area{
	padding-top: 30px;
}
#foot-area{
	padding-top: 40px;
}
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:100%;
    /*20190325 ADD*/
    table-layout: fixed;
}
#form01 tr:nth-child(even), #map01 tr:nth-child(even), #profile01 tr:nth-child(even) {
}
#map01 tr:nth-child(even) {
	background-color:#ebebeb;
}
#form01 tr:nth-child(odd), #map01 tr:nth-child(odd), #profile01 tr:nth-child(odd) {
	background-color:#ebebeb;
}
#map01 tr:nth-child(odd){
	background-color:#ffffff;
}

#form01 th, #map01 th, #profile01 th {
	padding:10px 20px;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
    /*20190325 ADD*/
    width: 30%;
}
#form01 td, #map01 td, #profile01 td {
	font-size:1.17em;
	vertical-align:top;
	padding:10px 10px;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
	font-size:1.3em;
}
#contact_submit th, #contact_submit td{
}
/*リード文
-----------------------------------------*/
#lead_s {
	/* 
	background:url(../../images/76/lin-article_001.gif) left bottom repeat-x;
	 */
	 padding:20px 5px 25px 5px;
	margin-bottom:5px;
	 padding:20px 20px 0px 20px;
	margin-bottom:10px;
	font-weight:bold;
}
#form01 #lead_s {
	margin-bottom:0px;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:left;
	margin:0 auto;
	margin-top:40px;
	/*  */
	background:url(../../images/76/lin-article_002.gif) left top no-repeat;
	padding-top:18px;
	
}
#frame iframe{
	border:solid 3px #133865;
	padding:5px;
	width:709px;
	height:350px;
}

/*プロフィール
-----------------------------------------*/
#profile01{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	text-align:right;
	font-size:1em;
	line-height :150%;
	padding:0px 0 5px 0;
	color:#F03;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}

 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
.box_entry1 table, 
.box_entry2 table {
    border-collapse:collapse;
    border:1px #ccc solid;
    /*20190325 ADD*/
    table-layout: fixed;
}
.box_entry1 table th,
.box_entry1 table td,
.box_entry2 table th,
.box_entry2 table td {
    border:1px #ccc solid;
    padding:1em;
}
.box_entry1 table th,
.box_entry2 table th {
    text-align:center;
    background-color:#eee;
    /*20190325 ADD*/
    width: 20%;
}

/* 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;
}


/* 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;
}

