/*CSSリセット
------------------------------*/
* { 
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	letter-spacing:1px;
	line-height:150%;
}
strong {
	font-weight: bold;
}
body {
	font-size: 75%;
	background-color:#ffffff;
	border-top:4px solid #00cef0;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}
body {
	color:#7c7c7c; /*このテンプレの基本色*/
}

/*共通チップス
------------------------------*/
.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 */

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}
.hide {
	display:none;
}

.left {
	float:left;
}

.right {
	float:right;
}
li {
	list-style:none;
}
a {
	text-decoration:underline;
	color:#005bb5;
}
a:hover {
	text-decoration:none;	
}
/*全体wrapper
------------------------------*/
#wrapper {
}

/*headArea
------------------------------*/
#header {
	background:url(../../images/51/bgi-header_001.jpg) repeat;
}
.header2 {
	background:url(../../images/51/bgi-header_002.jpg) bottom repeat-x;
}
.headerIn {
	width:938px;
	margin:0 auto;
}
ul.headNav {
    float:right;
	width:246px;
}
ul.headNav li {
	float:right;
	padding-left:4px;
}
.site_title {
	padding:0px 0 0px 0;
	width:460px;
}
.site_title a {
	line-height:130%;
	font-size:24px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.site_title a:hover {
	text-decoration:none;
}
.site_title2 {
	padding:0px 0 104px 0;
	width:460px;
}
.site_title2 a {
	line-height:130%;
	font-size:24px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.site_title2 a:hover {
	text-decoration:none;
}

/*leadArea
------------------------------*/
.leadArea {
	width:938px;
	margin:0 auto;
	padding-bottom:16px;
	position:relative;
}
.img-ship {
	position:absolute;
	bottom:0;
	left:300px;
}
.lead_l {
	width:520px;
	float:left;
}
.site_image {
	width:371px;
	float:right;
	padding-top:37px;
	padding-bottom:18px;
}
.site_image img {
	border:3px solid #b8d7f4;
}
.site_description {
	line-height:180%;
	color:#b8d7f4;
	font-weight:bold;
	font-size:14px;
	padding-top:30px;
	padding-bottom:104px;
}
.site_description2 {
	line-height:180%;
	color:#b8d7f4;
	font-weight:bold;
	font-size:14px;
	padding:30px 0 104px 0;
}
.site_description3 {
	line-height:180%;
	color:#005bb5;
	font-weight:bold;
	font-size:14px;
	padding:20px 0 45px 0;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:940px;
	padding:15px 0 54px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:392px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:392px !important;
	width:940px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	border-radius:6px;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:940px;
	height:auto;
	border-radius:6px;
}

/* 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: #b7d3ff;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b7d3ff;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: 10px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:174px;
	cursor:pointer;
	border-radius:20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/51/btn-slider_001.png) 15px center no-repeat #fff;
	left:-26px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/51/btn-slider_001.png) 15px center no-repeat #b7d3ff;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/51/btn-slider_002.png) 17px center no-repeat #fff;
	right:-26px;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/51/btn-slider_002.png) 17px center no-repeat #b7d3ff;
	opacity:1;
}

/*main
------------------------------*/

#main {
	width:920px;
	margin:0 auto;
	margin-top:25px;
}

#mainIn {
	background:url(../../images/51/bgi-main_001.jpg) left repeat-y;
}


#mainL {
	width:246px;
	float:left;
}

#mainR {
	float:right;
	width:630px;
}




/*topics　最新情報
------------------------------*/

#topics {
	margin-bottom:45px;
}

#topics h3 {
	margin-bottom:5px;
}

#topics_ta {
	max-height:110px;
	overflow:auto;
}

#topics_ta table {
	border-collapse:collapse;
	width:100%;
}

#topics_ta table tr {
	background:url(../../images/51/lin-dot_001.jpg) 0 bottom no-repeat;
}

.topics_date {
	vertical-align:middle;
	width:91px;
}

.topics_date span {
	padding:0px 0 0px 30px;
	font-size:10px;
	color:#5a5a5a;
	line-height:150%;
	background:url(../../images/51/ico-arrow_001.jpg) 8px 0px no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
	

.topics_entry {
	padding:7px 10px 10px 15px;
	font-size:1em;
	line-height:150%;
	vertical-align:top;
	font-size:12px;
}







/*コンテンツタイトル
------------------------------*/

#cont-ttl {
	padding:0px 0px 30px 0px;
	text-align:left;
	font-size:34px;
	font-weight:bold;
	color:#0f0f0f;
}




/*パン屑リスト
------------------------------*/
#pnkz {
	padding-bottom:10px;
	font-size:10px;
}

#pnkz a {
}

#pnkz a:hover {
}

/*メニューエリア
------------------------------*/

/*メニューA
------------------------------*/

#menuA {
	width:227px;
	margin:0 auto 15px auto;
}

#menuA dt {
	width:227px;
	display:block;
}

#menuA dt a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:url(../../images/51/ico-dt_001.jpg) 10px 15px no-repeat #005bb5;
	padding-left:18px;
	padding:12px 9px 12px 28px;
	margin-bottom:2px;
	width:190px;
}



#menuA dt a:hover {
	background:url(../../images/51/ico-dt_002.jpg) 10px 15px no-repeat #00cef0;
}



#menuA dd {
}

#menuA dd a {
	line-height:130%;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#005bb5;
	background:url(../../images/51/ico-dd_001.gif) 27px 6px no-repeat;
	padding:6px 10px 6px 47px;
	text-decoration:none;
}

#menuA dd a:hover {
	background:url(../../images/51/ico-dd_002.gif) 27px 6px no-repeat #dceaf8;
}

/*メニューB プロフィール
------------------------------*/

#menuB {
	width:227px;
	margin:0 auto 15px auto;
}

#menuB_title {
	background:url(../../images/51/bgi-profile_001.jpg) 0 0 no-repeat #1f71c2;
	padding:7px 8px 5px 11px;
	line-height:130%;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	letter-spacing:0;
}

#menuB ul {
	background:url(../../images/51/bgi-profile_002.jpg) right bottom no-repeat #ffffff;
	border:1px solid #1f71c2;
	padding:10px 9px 5px 7px;
}

#menuB ul li {
	padding-bottom:6px;
}

#menuB ul li a {
	padding:0px 0 0px 20px;
	background:url(../../images/51/ico-arrow_001.jpg) 0 3px no-repeat;
	display:block;
	color:#005bb5;
}

#menuB ul li a:hover {
	text-decoration:none;
}

	
/*メニュー ブログエリア
------------------------------*/

#blogBox {
	width:227px;
	margin:0 auto 15px auto;
}

#blog_ttl {
    padding:0 0 0px 0;
	margin:0;
	background-color:#1f71c2;
}
	
#blog {
	padding:8px 12px 1px 12px;
	background-color:#ffffff;
	border:1px solid #1f71c2;
}


#blog ul li {
	padding-bottom:3px;
	line-height:130%;
	color:#666;
	font-size:10px;
}

#blog ul li a {
	color:#1f71c2;
	text-decoration:underline;
	letter-spacing:0;
}

#blog ul li a:hover {
	text-decoration:none;
}

/*メニュー QRコード
------------------------------*/
	
#QRbox {
	width:227px;
	margin:0 auto 15px auto;
}

#QRboxIn {
	padding:10px 0 10px 0;
	background-color:#ffffff;
	border:1px solid #1f71c2;
}


.QR_code {
	float:right;
}

.QR_description {
	font-size:10px;
	line-height:160%;
	letter-spacing:0;
	color:#7c7c7c;
	width:105px;
	float:left;
	padding-left:9px;
	padding-top:9px;
}




/*記事ボックス　画像あり
------------------------------*/

.box {
	padding-bottom:35px;
}

.box_title {
	width:100%;
	margin-bottom:10px;
	background:url(../../images/51/lin-dot_001.jpg) 0 bottom no-repeat;
	padding-bottom:9px;
}

.box h3 {
	background:url(../../images/51/ico-dol_001.jpg) 0 0 no-repeat;
	padding:4px 0px 0px 38px;
	font-weight:bold;
	color:#0f0f0f;
	font-size:15px;
}

.box h3 span {
}

.boxIn {
	width:607px;
	margin:0 auto;
}

.box_entry1 {
	width:390px;
	float:right;
	line-height:150%;
	font-size:12px;
	color:#7c7c7c;
}

.box_entry2 {
	width:607px;
	margin:0 auto;
	line-height:150%;
	font-size:12px;
	color:#7c7c7c;
}

.box_image {
	width:206px;
	float:left;
	text-align:left;
}

.box_image span {
	font-size:10px;
	color:#666;
	padding-top:5px;
	line-height:150%;
	display:block;
	text-align:left;
}

#inquiry {
	padding-left:460px;
}

.bgi-border {
	width:800px;
	margin:0 auto;
}

.bgi-contents {
	width:808px;
	margin:0 auto;
}

#pagetop {
	text-align:right;
	right:0;
	bottom:43px;
	position:absolute;
}

#pagetop a {
	background:url(../../images/51/ico-arrow_001.gif) right 4px no-repeat;
	padding:3px 20px 3px 0px;
	text-decoration:underline;
	color:#ffffff;
	font-size:12px;
}

#pagetop a:hover {
	text-decoration:none;
}
	

#foot {
	background:url(../../images/51/bgi-footer_001.jpg) 0 bottom repeat-x;
	height:230px;
}

#footIn {
	width:920px;
	height:100%;
	display:block;
	margin:0 auto;
	position:relative;
}

#footIn p.octopus {
	position:absolute;
	bottom:36px;
	right:334px;
}

#footIn p.kujira {
	position:absolute;
	top:0;
	right:640px;
}


#copyright {
	position:absolute;
	bottom:20px;
	color:#ffffff;
	font-size:10px;
	right:0;
}

/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout:fixed;
	width:630px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #cccccc;
	background-color:#ddf5fe;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#444444;
}


#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #cccccc;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:630px;
	height:290px;
}

/*-- プロフィール
-----------------------------------*/
#lead_s{
	line-height:150%;
	margin:15px 0 15px 0;
	font-size:1em;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left: 2px;
	color:#C90;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* 20120322 */

#side-area{
   margin:16px 0;
   width:227px;
   margin:0 8px 15px;
}

#foot-area{
   margin:20px 0 32px;
}

/* スマホ対応 */
#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;
}

/* 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 テーブル基本設定
-----------------------------------------*/
.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%;
}

