@charset "utf-8";

@import "../css/Custom.css";
@import "../css/mapad.css";

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
/*	#main
/*		#content
/*			.child_page_block
/*			.childPageBox
/*			.mainFoot
/*			images
/*			.navigation 
/*			.paging
/*			.infoList
/*				.infoListBox
/*			#comments
/*			contactform7
/*			.socialSet
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
/*			#comments 
/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*		facebookページ
/*			メニューを折りたたむ
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
*        {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul, ol { list-style: none; }
body,h1, h2, h3, h4, h5,p,
ul, ol, li, dl, dt, dd,
table,
form, input {margin:0;padding:0; }
hr  { display: none; }
th	{ font-weight:lighter; }
img { border: none; vertical-align: bottom; }

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/

body     { color: #333; text-align: center;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/* Text elements */
body     { font-size:87.5%; line-height:130%; -webkit-text-size-adjust : 100%; }
dt { font-weight: bold; }
strong { font-weight: bold; }
pre { background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: 1.5em; }
sup,
sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
input[type="text"],
textarea { background: #f9f9f9; border: 1px solid #ccc; padding: 2px; font-size:12px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
 }
a         { overflow: hidden; color:#0068b6; }
a:hover, 
a:active  { color:#0068b6; text-decoration:none; }
a:hover img{opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
-khtml-opacity: .80; /* Safari 1.x */
-moz-opacity: .80; /* FF lt 1.5, Netscape */ 
}

.adminEdit	{ clear:both; float:none; display:block; overflow:hidden;padding:0px 0px 20px; }
.assistive-text	{ display:none; }

/*反転時の文字色・背景色 */
::selection 		{ background-color: #0068b6; color:#fff; }
/* Firefox対応*/
::-moz-selection 	{ background-color: #0068b6; color:#fff; }


/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/

.moreLink			{ margin-bottom:3px;height:auto; display:block; }
.moreLink a			{ text-align:center; margin-top:15px; display:inline-block;overflow:hidden; font-size:11px; line-height:105%;text-decoration:none;background: url(../images/arrow_bk_s.png) right bottom no-repeat #efefef; color: #333; border-left: 4px solid #0068b6; padding: 5px 15px 5px 11px; box-shadow: 0px 1px 2px rgba(0,0,0,0.25); }
.moreLink a:hover { color:#fff; text-decoration:none !important; background: url(../images/arrow_wh_s.png) right bottom no-repeat #666; }

html,body,#wrap	{ height:100%;min-height:100%; }

/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
#header,
#pagetop,
#footMenu,
#footer		{ text-align:center;clear: both; }
.innerBox		{
	text-align:left;
	width:94%;
	margin:0px 3%;
}
.innerBox img	{ max-width:100%; }
#main		{ width:100%; margin:0px auto; }
#main #container	{ overflow:visible; }
#main #container #content	{ margin: 0 0px 0px 0px;padding-bottom:30px; } 
#main #container #sideTower	{ display:block; overflow:hidden; padding: 0 1px 30px 1px; width:100%; }
#header #headContact	{  }
#main #container #content.wide	{ width:99%;float:none;padding-bottom:30px; overflow:visible; } 

/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
#headerTop	{
	display:block;
	color:#666;
	border-top: 3px solid #0068b6;
	background:#FFFFFF;
	width:100%;
	height:20px;
	padding:0px 0px 2px 0px;
	clear:both;
	font-size:85.7%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
#headerTop #site-description { padding: 2px 0; font-size:10px;line-height:120%; font-weight:normal;}
#headerTop h1 { padding: 20px 0 2px 0; font-size:10px;line-height:120%; float:left; }
#header h1 { padding: 2px 0; font-size:10px;line-height:120%; font-weight:normal; }

/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
#header	{ display:block; overflow:hidden; }
#header	{ padding-top:0px;	text-align:left; background:#FFFFFF; border-top:#0067a9 3px solid; }
#header #site-title {
	font-size: 14px;
	line-height:20px;
	margin:0px;
	padding:10px 0;
	position:relative;
	font-weight:lighter;
	text-align: center;
	color:#555;
}
#header #site-title a { color: #333; font-weight: bold; text-decoration: none; }
#header #site-title a img	{ max-height:60px;margin-top:3px; }
#header #headContact	{ font-size:100%;line-height:110%;margin:10px 0px 0px 0px; white-space:nowrap; text-align:center; }
#header #headContactInner	{ color:#333; }
#header #headContact #headContactTxt,
#header #headContact #headContactTime	{ font-size:10px; color:#333;}
#header #headContact #headContactTxt	{ letter-spacing:0px;margin-bottom:1px; }
#header #headContact #headContactTel	{
	font-size:28px;
	font-weight:bold;
	line-height:32px;
	margin-bottom:2px;
	padding:10px;
	font-family:'Lato', sans-serif;
	color:#666666;
}
#header #headContact #headContactTime	{ font-size:12px; line-height:15px;}

/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
/* IE10, Firefox 16.0+, Opera 12.50+ */
/* #gMenu	{ border-top: 1px solid #0068b6; clear:both; display:block; border-bottom:none; overflow:visible; position:relative;width:100%;
background: linear-gradient(to bottom, #ffffff, #eeeeee); 
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
background: -moz-linear-gradient(#ffffff, #eeeeee);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#eeeeee)";
-pie-background: linear-gradient(#ffffff, #eeeeee); } */
#gMenu.itemClose .menu	{ display:none; }
#gMenu.itemOpen .menu	{ display:block;  }
#gMenu .assistive-text  {
	box-shadow: inset 0px 0px -1px rgba(200,215,200,0.6);
	display:block;
	overflow:hidden;
	position:relative;
	left:0px;
	font-weight:lighter;
	text-align:left;
	font-family:'Lato', sans-serif;
	cursor:pointer;
	color:#FFFFFF;
	background-color:#353535;
}
#gMenu .assistive-text span	{ display:block; overflow:hidden; padding: 14px 0 12px 24px; width:94%; margin:0px 3%; }
#gMenu.itemClose .assistive-text span	{ background:url(../images/iconMenuOpen.png) left 50% no-repeat; }
#gMenu.itemOpen .assistive-text span	{ background:url(../images/iconMenuClose.png) left 50% no-repeat; }

#gMenu .screen-reader-text { position: absolute; left: -9000px; }
#gMenu #gMenuInner	{ overflow:visible; display:block; position:relative;padding:0px;}
#gMenu #gMenuInner.innerBox	{ margin:0px;width:100%;}
#gMenu .menu	{ font-size: 13px;list-style: none; margin:0px 0px 0px;padding:0px; display:block; overflow:visible;border-top:1px solid #ccc;}
#gMenu .menu li { text-shadow:0 1px #ffffff; position: relative;width:100%;display:block;border-bottom:1px solid #ccc; }
#gMenu .menu li a	{ /* background:url(../common/menu_bg.png) center center repeat-x; */ color: #333; display: block; overflow:hidden;padding: 20px 15px; margin:0px; line-height:110%; text-decoration: none; letter-spacing:0px; text-align:left; position:relative; }
#gMenu .menu li a strong	{ font-weight:bold; color:#0e4887; }
#gMenu .menu li a span 		{ color:#0c8e1b; display:block; font-size:10px; line-height:140%;letter-spacing:1px; font-family:verdana, Arial, Helvetica, sans-serif; }


#gMenu .menu li.current_page_item a ,
#gMenu .menu li.current_page_ancestor a ,
#gMenu .menu li a:hover	{ background:url(../images/arrow_bk.png) right bottom no-repeat #eeeeee; }
#gMenu .menu li ul	{ display:none; }
#gMenu .menu li ul li a { }
#gMenu .menu li ul li span	{ display:none; }



/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
#panList	{ clear:both; font-size:10px; color:#999; padding:0px;display:block; overflow:hidden; width:100%; }
#panList #panListInner	{ display:block; overflow:hidden; text-align:left; padding:10px 0 0px 0; line-height:24px; border-bottom:1px solid #fff; }
.home #panList { display:none; }
#panList ul	{ display:inline-block; }
#panList ul li	{ display:inline-block; padding-right:5px; }

/*-------------------------------------------*/
/*	#pageTitBnr
/*-------------------------------------------*/
#pageTitBnr { background-color:#f5f5f5; box-shadow:inset 0px 1px 5px rgba(0,0,0,0.20); margin:0px; clear:both;border-bottom:1px solid #e5e5e5; }


#pageTitBnr #pageTitInner	{ position: relative; display:block; /*overflow:hidden;*/ height:65px;  }
#pageTitBnr #pageTitInner #pageTit	{
	text-shadow: 0 1px #ffffff;
	font-size:22px;
	display:inline;
	float:left;
	margin-right:10px;
	margin-top:20px;
	line-height:105%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:lighter;
}
#pageTitBnr #pageTitInner #titleTxtSub	{text-align:left; color:#999; font-family: 'Comfortaa', cursive; font-size:14px; letter-spacing:3px;float:left;margin-top:25px; line-height:105%;}

/*-------------------------------------------*/
/*	#main
/*-------------------------------------------*/
#main	{ display:block; overflow:visible;clear:both; }
#main { zoom: 1; }

/* facebookコメント欄が消えるのでhiddenではなくclearfix */
#main:before,#main:after { content: ""; display: table; }
#main:after { clear: both; }

#main #container	{ padding-top:15px;}

/*		#content
/*-------------------------------------------*/
#content { margin-bottom: 36px; text-align:left; display:block; overflow:visible; }
#content hr	{ clear:both; display:block; display:none; margin-bottom:20px; }
#content .post	{ padding-bottom:25px; }
#content .alert	{ color:#f00; }
#content .caption	{ font-size:11px; line-height:110%; }
#content .center{ text-align:center; }
#content .right	{ text-align:right; }
#content .nowrap	{ white-space:nowrap; }
#content .sectionBox	{ margin-bottom:30px; display:block; overflow:hidden; }
#content .entry-meta	{ margin:15px 0; font-size:11px; color:#666; }
#content h2,
#content h1.entryPostTitle	{ text-shadow: 0 1px #ffffff; clear:both; font-size:128.6%; padding:20px 15px 15px; font-weight:bold;color:#333; border-top: 1px solid #e5e5e5; border-bottom: 3px solid #0068b6; position:relative; line-height:114.3%; background:url(../images/line_wh.png) left top repeat-x #FFF; box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
behavior: url(../common/PIE.htc) ; }
#content h1.entryPostTitle	{ margin:0px 0px 5px; }
#content h2	{ margin:0px 0px 25px; }
#content h2	span{ font-weight:normal; font-size:74%; margin-left:10px; }
#content h2	a	{ text-decoration:none; }
#content h2.imageTit	{ margin:0px 0px 30px; border:none; padding:0px; background:none; }
#content h3	{ text-shadow: 0 1px #ffffff; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1); position: relative; clear:both; font-size:18px;margin:40px 0px 35px; padding:10px 10px 7px;border-left: 3px solid #0068b6; behavior: url(../common/PIE.htc); }
#content h3.ttl	{ text-shadow: 0 1px #ffffff; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1); position: relative; clear:both; font-size:18px;margin:5px 0px; padding:10px 10px 7px; background-color:#f4f4f4;border-left: 3px solid #0068b6; behavior: url(../common/PIE.htc); }
#content h3.title { background:none; box-shadow: inset 0px 0px 0px; margin:0px; } 
#content h3.topPrTit { background:#FFF; }
#content h4 { padding-top: 8px; text-shadow: 0 1px #ffffff; padding-bottom: 5px; color:#0068b6; position: relative; clear:both; font-size:18px;margin:10px 0px 10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee; background: url(../images/line_wh.png) left top repeat-x; }
#content h4.ttl { padding-top: 8px; text-shadow: 0 1px #ffffff; padding-bottom: 5px; color:#0068b6; position: relative; clear:both; font-size:18px;margin:0px 0px 10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee; background: url(../images/line_wh.png) left top repeat-x; }
#content h5 { color:#0068b6; clear:both; font-size:16px;margin:30px 0px 10px; padding:10px 0px 5px; border-bottom:1px dotted #eeeeee; }
#content h6 { clear:both; font-size:14px;margin:30px 0px 8px; padding:10px 0px 0px;}

#content p { margin-bottom: 20px;padding:0px 5px; }
#content blockquote { border: 3px solid #e6e6e6; padding:20px 15px 0px;margin-bottom:20px; clear:both; box-shadow: 0px 0px 2px rgba(0,0,0,.15); behavior: url(../common/PIE.htc); }
#content strong	{ font-weight:bold; }

#content ul	{ margin:0px 0px 20px 20px; }
#content li	{ margin-bottom:10px; }
/*#content ul li	{ list-style:disc;padding:0px; }*/
#content ul li	{ list-style:none;padding:0px; }
#content ul ul	{ margin-top:10px; }
#content ul ul li	{ list-style:circle; }
#content ol	{ margin:0px 0px 20px 40px; }
#content ol li	{ list-style:decimal;padding:0px; }
#content table { border-top: 1px solid #ccc; margin: 10px -1px 24px 0; text-align: left; width: 100%;border-collapse: collapse; border-spacing: 0;font-size:85.7%; line-height:141.7%; }
#content table.base_ta2 { margin: 10px auto; text-align: left; width: 96%; border-spacing:1; font-size:85.7%; line-height:141.7%; }
#content table thead tr th	{ font-weight:bold; }
#content table tr th,
#content table thead tr th { padding: 9px 24px; background-color:#f5f5f5; white-space:nowrap; }
#content table tfoot tr th,
#content table tfoot tr td	{font-weight:bold;}
#content table tr th { border: 1px solid #ccc; padding: 10px; vertical-align:top; }
#content table tr td { border: 1px solid #ccc; padding: 4px; vertical-align:top; }
#content table tr td.mid { border: 1px solid #ccc; padding: 10px; vertical-align: middle; }
#content table tr td p	{ margin:0px 0px 5px; padding:0px; }
#content table ol,
#content table ul	{ margin-bottom:5px;margin-left:15px;}
#content table ol li,
#content table ul li	{ margin:2px 0px; }
#content dt		{ color:#000;padding-bottom:3px;margin-bottom:10px; color:#0068b6; }
#content dd		{ margin:0px 0px 30px;padding:0px;}
/*#content iframe	{ border:1px solid #ccc; }*/




/*			images
/*-------------------------------------------*/
#content img { margin: 0; max-width:100% !important;height:auto !important; }
#content .attachment img { max-width: 900px; }
#content .alignleft,
#content img.alignleft { display: inline; float: left; margin-right: 20px; margin-top: 4px; }
#content .alignright,
#content img.alignright { display: inline; float: right; margin-left: 20px; margin-top: 4px; }
#content .aligncenter,
#content img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
#content img.alignleft,
#content img.alignright,
#content img.aligncenter { margin-bottom: 12px; }
#content .wp-smiley { margin: 0; }
#content .gallery { margin: 0 auto 18px; }
#content .gallery .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; }
#content .gallery img { border: 2px solid #cfcfcf; }
#content .gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }
#content .gallery dl { margin: 0; }
#content .gallery img { border: 10px solid #f1f1f1; }
#content .gallery br+br { display: none; }
#content .attachment img { /* single attachment images should be centered */
	display: block; margin: 0 auto; }



/*			.infoList
-------------------------------------------------------------- */
#content .infoList	{ padding-bottom:20px; }
.page #content .infoList	{  }
#content .infoList ul	{ margin:10px 0px 5px; list-style:none; }
#content .infoList ul li	{ border-bottom:1px dotted #ccc; padding:12px 0px;list-style:none;margin-bottom:0px; }
#content .infoList ul li a	{  }
#content .infoList ul li a:hover	{ color:#f00; }
#content .infoList .infoDate	{ margin-right:8px; color:#dd0000; }
#content .infoList .infoCate a	{ color:#666;margin-right:4px; background-color:#efefef;  padding:1px 5px 2px;  position:relative;border:1px solid #e5e5e5;top:-2px; }
#content .infoList .infoCate a	{ font-size:10px;line-height:14px; text-decoration:none; font-family: "MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
#content .infoList .infoCate a:hover	{ background-color:#0068b6; color:#fff;text-decoration:none;}
#content .infoList ul li .infoTxt	{ margin-top: 3px; display:block; overflow:hidden; clear:both; }
#content .infoList ul li .infoTxt a	{ text-decoration:none; color:#333; display:block;overflow:hidden; }
#content .infoList ul li .infoTxt a:hover	{ color:#0068b6; text-decoration:underline; }

/*				.infoListBox
/*-------------------------------------------*/
#content .infoList .infoListBox { display:block; overflow:hidden; padding:20px 0px; border-bottom:1px solid #eeeeee;position:relative; }
#content .infoList .infoListBox div.entryTxtBox { margin:0px;display:block; overflow:hidden; }
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail	{ float:Left; margin-right:100px; }
#content .infoList .infoListBox div.entryTxtBox p { margin-bottom:3px; padding:0px;line-height:150%; }
#content .infoList .infoListBox div.entryTxtBox p.entryMeta { margin-bottom:4px; }
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate,
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate	{ color:#666; }

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle { border-top: none; margin:0px 0px 10px;padding:0px 0px 10px; display:block;line-height:120%; font-size:114.3%;font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a { color:#0068b6; text-decoration:none; }
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover { text-decoration:underline; }
#content .infoList .infoListBox div.entryTxtBox p.moreLink	{ margin:0px; padding:0px; }

#content .infoList .infoListBox div.thumbImage { width:35%;display:block; overflow:hidden;float:right;text-align:right; position:absolute;top:20px;right:0px; }
#content .infoList .infoListBox div.thumbImage div.thumbImageInner { display:block; overflow:hidden;margin:1px; padding: 3px; }
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img	{ width:88px;height:auto;border: 4px solid #fff; box-shadow: 0px 1px 3px rgba(0,0,0,0.3); }





/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
#sideTower	{ clear:both; }
#sideTower .localSection	{ margin-bottom:50px; }
#sideTower .localHead	{ font-size:14px; padding:15px; font-weight:bold; position:relative; color:#333; border-top:1px solid #e5e5e5; border-bottom: 3px solid #0068b6; background:url(../images/line_wh.png) left top repeat-x; box-shadow: 0px 2px 3px rgba(0,0,0,0.15); text-shadow: 0 1px #ffffff; }
#sideTower .localHead2	{ font-size:14px; padding:15px 0px 10px 0px; font-weight:bold; position:relative; color:#333; /*border-top:1px solid #e5e5e5;*/ background:#FFF; text-shadow: 0 1px #ffffff; }
#sideTower .localHead2 span { font-size:70%; color:#0068b6; margin-left:5px; }
#sideTower .localHead a	{ text-decoration:none;color:#333; }
#sideTower .localHead a:hover	{ text-decoration:underline; }
#sideTower .sideWidget 	{ margin:0px; } 
#sideTower .sideWidget li	{ list-style:none;/*border-bottom:1px solid #eeeeee;*/ line-height:121.4%;  } 
#sideTower .sideWidget li a	{ display:block; padding:5px; text-decoration:none; color:#666; }
#sideTower .sideWidget li.bnr a	{ display:block; padding:5px 0px; text-decoration:none; color:#666; }
#sideTower .sideWidge ul.greenbg { background:#a2d15d; padding-bottom:10px; border-radius: 0px 0px 6px 6px; }
ul.greenbg { background:#a2d15d; padding-bottom:5px; border-radius: 0px 0px 6px 6px; }

#sideTower .sideWidget .side_bg {
	margin:0px auto 5px auto;
	border:1px #EDEDED solid;
	background:url(../common/side_bg.png) repeat center center;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	position:relative;            /* 要らなかったがPIEを動作させるために追加 */
	behavior: url(../common/PIE.htc);	      /* CSS3 PIE */
}

#sideTower .sideWidget .side_box {
	margin:0px auto 15px auto;
	padding:5px;
	border:1px #EDEDED solid;
	/*background:url(../common/side_box_bg.jpg) repeat-x center center;*/
	
	background: -moz-linear-gradient(top, #b9b9b9, #919191); /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#b9b9b9), to(#919191)); /* Webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b9b9b9', endColorstr='#919191'); /* IE5.5以上 */
	background: -prefix-linear-gradient(#b9b9b9, #E7E7E7);/* 対応しているブラウザ */
	zoom: 1;/* IE8以下で必要 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9b9b9', endColorstr='#919191', GradientType=0)"; /* IE8-9 */
	background: -ms-linear-gradient(left,  #b9b9b9,  #919191); /* IE10 */
	
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	position:relative;            /* 要らなかったがPIEを動作させるために追加 */
	behavior: url(../common/PIE.htc);	      /* CSS3 PIE */
}

#sideTower .sideWidget .side_box ul li.title {
	font-size:14px; padding:15px 5px 10px 50px; margin:0px 5px 0px 0px; /*border-bottom:#E7E7E7 1px solid;*/ font-weight:bold; position:relative; color:#333; text-shadow: 0 1px #ffffff;
}
.side_box ul li.icon1 { background:url(../common/icon_01.png) no-repeat 5px center; }
.side_box ul li.icon2 { background:url(../common/icon_02.png) no-repeat 5px center; }
.side_box ul li.icon3 { background:url(../common/icon_03.png) no-repeat 5px center; }
.side_box ul li.icon4 { background:url(../common/icon_04.png) no-repeat 5px center; }
.side_box ul li.icon5 { background:url(../common/icon_05.png) no-repeat 5px center; }
.side_box ul li.icon6 { background:url(../common/icon_06.png) no-repeat 5px center; }
.side_box ul li.icon7 { background:url(../common/icon_07.png) no-repeat 5px center; }
#sideTower .sideWidget .side_box ul li.title span { font-size:70%; color:#0068b6; margin-left:5px;}

ul.grayborder { margin:0px auto; border:1px #EDEDED solid; background:#FFF; }

#sideTower .sideWidget li.cat-item-1 a	{ display:block; padding:0px 0px 10px 0px; }
#sideTower .sideWidget li.icon	{ border-bottom:0px; font-size:12px;}
#sideTower .sideWidget li.icon a	{ display:block; padding:13px 10px 11px 40px; border-bottom:0px; }
#sideTower .sideWidget li a:hover,
#sideTower .sideWidget li.current_page_item a,
#sideTower .sideWidget li.current-cat a	{ /*background: url(../images/arrow_bk.png) right bottom no-repeat #f5f5f5;*/ }
#sideTower .sideWidget li ul { display:block;margin:0px; } 
#sideTower .sideWidget li ul li { display:block;border-bottom:none;border-top:1px solid #eeeeee; } 
#sideTower .sideWidget li ul li a	{ background: url(../images/arrow_gray.png) right bottom no-repeat; }

/* 親ページのアクティブだと背景色が子ページにも適応される為 */
#sideTower .sideWidget li ul	li a,
#sideTower .sideWidget li.current-cat ul li a,
#sideTower .sideWidget li.current_page_item ul li a	{ font-size:75%; padding: 11px 10px 9px 22px; background: url(../images/arrow_gray.png) right bottom no-repeat;  }
#sideTower .sideWidget li.current_page_item ul li a:hover	{ background: url(../images/arrow_bk.png) right bottom no-repeat; }

#sideTower .sideWidget li ul	li a:hover,
#sideTower .sideWidget li.current-cat ul li a:hover,
#sideTower .sideWidget li.current_page_item ul li a:hover	{ background-color:#f5f5f5; }

#sideTower .sideWidget li ul	li.current-cat a,
#sideTower .sideWidget li ul	li.current_page_item a,
#sideTower .sideWidget li ul	li a:hover { background-color:#f5f5f5; } 
/* 曾孫 */
#sideTower .sideWidget li ul li ul li a	{ padding-left:33px; }
#sideTower .sideWidget li ul li ul li a,
#sideTower .sideWidget li ul li.current-cat ul li a,
#sideTower .sideWidget li ul li.current_page_item ul li a	{  }

#sideTower li ul	{ margin-left:15px; }
#sideTower li.sideBnr	{ margin-bottom:10px; }
#sideTower li.sideBnr#sideContact a	{ display:block; overflow:hidden; width:auto; width:220px;margin:0px auto; text-align:center; background-color:#0068b6; }
#sideTower li.sideBnr#sideContact a:hover	{ opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
-khtml-opacity: .80; /* Safari 1.x */
-moz-opacity: .80; /* FF lt 1.5, Netscape */ }

#sideTower li.sideBnr#sideContact a:hover img	{ opacity:1.0 !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-khtml-opacity: .100; /* Safari 1.x */
-moz-opacity: .100; /* FF lt 1.5, Netscape */ }

#sideTower ul#snsBnr		{ border-top:1px solid #eeeeee;margin-bottom:20px; text-align:center }
#sideTower ul#snsBnr li		{ border-bottom:1px solid #eeeeee; }

#sideTower .sideWidget { margin-bottom:20px; }
#sideTower .sideWidget .textwidget	{ padding-top:10px; }
#sideTower .sideWidget .textwidget img	{ display:block; margin: 0 auto; }
#sideTower .sideWidget h4	{ clear:both; font-size:14px;margin:0px 0px 15px; padding:4px 0px 2px 12px; border-left-style:solid; border-left-width:3px; background-color:#f5f5f5; }

#sideTower .sideWidget ul#recentcomments li	{ padding:13px 10px 11px 10px;background:url(../images/icon_arrow1_gray.gif) 10px 50% no-repeat; }
#sideTower .sideWidget ul#recentcomments li	a	{ padding:0;background:none; }

#sideTower .sideWidget select	{ margin:10px 0; padding:5px; width:100%;border:1px solid #ccc;}
#sideTower .sideWidget select option	{ padding:2px 5px; }


/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#pagetop	{ display:block; overflow:hidden; clear:both; z-index:5; }
#pagetop a	{ color: #333; background:url(../common/footer_bg.png) center bottom no-repeat #e6e6e6; float:right; display:block; position:relative; padding:5px 15px 5px 15px;font-size:11px; text-decoration:none;margin-bottom:0px;font-family:'Lato', sans-serif; letter-spacing:1px; }
#pagetop a:hover	{
	background:url(../images/icon_arrow_top.png) center bottom no-repeat #0068b6;
	color:#FFF;
}

/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu	{ border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6; display:block; overflow:hidden;width:100%; z-index:10; position:relative; font-size:85.7%; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-moz-box-shadow: inset 0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 0 white;
box-shadow: inset 0 1px 0 white; }
#footMenu .innerBox { width: 100%;margin: 0; }
#footMenu .menu { display:block;overflow:hidden; }
#footMenu .menu li	{ list-style:none;display:block; margin:0px;padding:0px;line-height:100%; font-size:12px; }
#footMenu .menu li a	{ background: url(../images/arrow_gray.png) right bottom no-repeat; color:#333; border-bottom: 1px solid #fee6e9; padding: 15px 3%;display: block;overflow: hidden;text-decoration: none;  }
#footMenu .menu li a:hover	{ background: url(../images/arrow_bk.png) right bottom no-repeat #e6e6e6; }

/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer	{ margin:0px; padding:20px 0px 20px; display:block; overflow:hidden; font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
#footer	{ border-bottom: 1px solid #fefefe; /* background:url(../common/bg_bk.jpg) left top repeat; */ background:url(../common/footer_bg.png) center center repeat; text-align:left; }
#footer dl#footerOutline	{ margin:0px; line-height:150%;width:310px; }
#footer dl#footerOutline dt	{ color: #d2d2d3; margin-bottom:8px;line-height:150%; }
#footer dl#footerOutline dt img	{ margin-bottom:5px;max-width:260px; }
#footer dl#footerOutline dd	{ color: #111111; font-size:85.7%; line-height:150%; }

/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap						{ display:block; overflow:hidden;width:100%;padding-top:15px; }
#footerSiteMap .menu				{ font-size:87.5%; vertical-align:text-top; }
#footerSiteMap .menu a				{ color:#444444; text-decoration:none;}
#footerSiteMap .menu a:hover		{ color:#151515; }
#footerSiteMap .menu li				{ text-shadow: 0 1px #FFF; display:block; margin-bottom:6px; vertical-align:text-top; line-height:116.7%; }
#footerSiteMap .menu li	a			{ border-bottom: 1px solid #cccccc ; box-shadow: 0px 1px #fefefe; background:url(../images/arrow_gray_s.png) right bottom no-repeat; font-weight:bold; padding:8px 0px 8px 0px; overflow:hidden;display:block; }
#footerSiteMap .menu li	a:hover		{  }
#footerSiteMap .menu li	ul			{ margin-top:6px;}
#footerSiteMap .menu li	li			{ display:block; padding: 0px 0px; }
#footerSiteMap .menu li	li a		{ font-size: 12px; box-shadow:none;border-bottom:none; background:none; font-weight:normal; border-bottom: 1px solid #cccccc ; box-shadow: 0px 1px #ffffff; }
#footerSiteMap .menu li	li a:hover	{  }
#footerSiteMap .menu li li li		{ margin-right: 0; border-bottom:none; background:none; }
#footerSiteMap .menu li li li a		{ font-size: 10px; background:none;background-position: 6px 12px;}
#footerSiteMap .menu li	ul ul		{  }


/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
#siteBottom { border-top: 1px solid #ededed; text-shadow: 0 1px #fee6e9; /*background:url(../common/bg_bk.jpg) left top repeat;*/ background:url(../common/footer_bg.png) left top repeat;clear:both; padding:15px 0px 15px; font-size:88%; font-family:Arial, Helvetica, sans-serif; color: #d2d2d3; /*border-top:1px solid #8a898c;*/ }
#siteBottomInner	{ text-align:center; }
#siteBottom a	{ color: #151515; text-decoration:none; }
#siteBottom #copy	{ text-align:center; color:#444444; }
#siteBottom #powerd,
#siteBottom #powerd a	{ color:#151515; }

/*-------------------------------------------*/
/*	▼各テンプレートごとの設定
/*-------------------------------------------*/

/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
.home #gMenu	{  }
.home #main	{ padding-top:0px; }

#topMainBnr { background-color:#FFFFFF;/* background:url(../common/slide_bg.png) repeat-x center top;*/ box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25); position:relative;display:block; overflow:visible; padding:10px 0; }
#topMainBnrFrame { /* box-shadow: 0px 1px 3px rgba(0,0,0,0.15); border: 4px solid #fff; */ position:relative;height:auto; display:block; margin:0 auto; width:96%; }
#topMainBnrFrame .slideFrame	{ display:block; overflow:hidden;  }
#topMainBnrFrame #topManiBnrInnerFrame	{ /* box-shadow:1px 2px 5px rgba(0,0,0,0.2) inset; overflow:hidden; */ }

#topMainBnrFrame img	{ width:100%;position:relative; }
#topMainBnrFrame ul.slides li { overflow:hidden;/*display:block; */ }
#topMainBnrFrame ul.slides li a { }
.home #content { padding-bottom:40px; }

#topFreeArea	{ display:block; overflow:hidden;padding-bottom:25px;}
#FreeArea	{ display:block; overflow:hidden;padding-bottom:25px;}

#topPr .topPrOuter	{ display:block; overflow:hidden; margin-bottom:20px; padding-bottom:10px; }
#topPr h3			{ margin:0px 0px 15px;line-height:120%;font-size:16px; padding:0; border:none;/*background:url(../images/line_grd.png) left bottom repeat-x;*/padding-bottom:3px;box-shadow:none; }
#topPr h3 a			{ display:block; text-decoration:none;color:#333;  padding:3px 0 8px 0;border-bottom:2px solid #0068b6; }
#topPr h3 a:hover	{ color:#0068b6; text-decoration:none; }
#topPr p a	{ display:block; text-decoration:none;line-height:16px;color:#333;}
#topPr a:hover	{ text-decoration:underline; }
#topPr p.topPrDescription	{ margin-bottom:0px; font-size:14px;line-height:120%; padding:0px; }
#topPr .prImage	{ box-shadow: 0px 1px 3px rgba(0,0,0,0.3);float:left;width:70px; margin-right:10px; overflow:hidden;margin-bottom:20px; border:4px solid #fff; }
#topPr .prImage a	{  }
#topPr .prImage img.imageWide	{ display:none;}
#topPr .prImage img.imageSmall	{ display:block;}
#topPr .topPrTxtBox	{ display:block; overflow:hidden; }
#topPr .topPrDescription a:hover	{color:#0068b6;}



#category .categoryOuter	{ display:block; overflow:hidden; margin-bottom:10px; padding-bottom:10px; }
#category h3			{ margin:0px 0px 10px;line-height:120%;font-size:16px; padding:0; border:none; /*background:#FFF;*/ padding-bottom:3px;box-shadow:none; }
#category h3 a			{ display:block; text-decoration:none;color:#333;  padding:3px 0 8px 0;border-bottom:1px dotted #cbbfba; }
#category h3 a span { color:#0068b6; font-size:10px; line-height:140%;letter-spacing:1px; font-family:verdana, Arial, Helvetica, sans-serif; margin-left:5px; }
#category h3 a:hover	{ color:#0068b6; text-decoration:none; }
#category p a	{ display:block; text-decoration:none;line-height:18px;color:#333;}
#category a:hover	{ text-decoration:underline; }
#category p.categoryDescription	{ margin-bottom:0px; font-size:14px;line-height:130%; padding:0px; }
#category .prImage	{ box-shadow: 0px 1px 3px rgba(0,0,0,0.3);float:left;width:70px; margin-right:10px; overflow:hidden;margin-bottom:20px; border:4px solid #fff; }
#category .prImage a	{  }
#category .prImage img.imageWide	{ display:none;}
#category .prImage img.imageSmall	{ display:block;}
#category .categoryTxtBox	{ display:block; overflow:hidden; }
#category .categoryTxtBox img { /*margin-top:5px;*/ }
#category .categoryTxtBox img.tnl { float:left; margin-right:5px; }
#category .categoryDescription a:hover	{color:#0068b6;}

#content .infoList { position:relative; }
#content #topInfo h2,
#content #topBlog h2	{ margin-bottom:0px; }
#content #topInfo,
#content #topBlog	{ margin-bottom:50px; }
#content #topBlog.infoList ul li .infoDate	{ display:block; float:left; }
#content #topBlog.infoList ul li .infoTxt	{ clear:none; }
#content .infoList .rssBtn	{ text-align:right; position:relative;margin-top:-40px;margin-bottom:20px; }
#content .infoList .rssBtn a	{ color:#333; border: 1px solid #e6e6e6; font-family:'Lato', sans-serif; line-height:24px; font-weight:bold; text-decoration:none; padding:2px 10px; margin-right:15px; position:relative;
box-shadow: inset 0 1px 0px rgba(255,255,255,1);
background: linear-gradient(to bottom, #fcfcfc, #efefef); /* IE10, Firefox 16.0+, Opera 12.50+ */
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#efefef));
background: -moz-linear-gradient(#fcfcfc, #efefef);
background: linear-gradient(#fcfcfc, #efefef);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fcfcfc, EndColorStr=#efefef)";}
#content .infoList .rssBtn a:hover	{ box-shadow: inset 0 1px 0px rgba(255,255,255,1);
background: linear-gradient(to bottom, #fcfcfc, #d5e9cc); /* IE10, Firefox 16.0+, Opera 12.50+ */
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#d5e9cc));
background: -moz-linear-gradient(#fcfcfc, #d5e9cc);
background: linear-gradient(#fcfcfc, #d5e9cc);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fcfcfc, EndColorStr=#d5e9cc)";}
#topContentsBottom	{ margin-bottom:20px; }






/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
#content.wide	{ display:block; overflow:hidden; }
#content ul.linkList	{ margin:0px;padding:0px; font-size:85.7%; }
#content ul.linkList li	{ list-style:none;margin-bottom:0px; }
#content ul.linkList li a	{ background:url(../images/icon_arrow_bk.png) left 8px no-repeat; padding:5px 15px; display:block;text-decoration:none; color:#666;}
#content ul.linkList li a:hover	{ text-decoration:underline;color:#0068b6; }
#content ul.linkList li li a	{  }
#content ul.linkList li li a:hover	{  }
#content ul.linkList li li li a	{ background:none; }
#content ul.linkList li li li a:hover	{  }
#content ul.linkList ul	{ margin-bottom:0px;margin-top:0px;margin-left:10px; }
#content .error404	{ text-align:center; padding-bottom:30px; }


/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/

/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) { /* スクロール分余裕に20px */
#headerTop #site-description	{ line-height:150%; }
#headerTop h1	{ line-height:150%; }
#header #site-title	{ padding-bottom:30px;float:left;}
#header #headContact	{ float:right; text-align:right; }
#header #headContact #headContactTxt	{ font-size:11px; color:#FFF;}
#header #headContact #headContactTime	{ font-size:12px;}
#header #headContact #headContactTel	{ font-size:28px; font-weight:bold; margin:10px 0px 4px 0px; padding:10px 0px 0px 0px; color:#ffffff; }

#main #container	{ padding-top:20px;}
#main #container #content	{ margin:0px auto; }
#content p	{ line-height:170%; }


.paging span.pageIndex { display:inline; }

#topMainBnr { padding:2px 0; margin-top:2px; background:url(../common/topMainBnr_bg.png) repeat-x center center;}

#topPr { display:block; overflow:hidden; margin-bottom:30px; }
#topPr .topPrOuter	{ padding-bottom:0px;border-bottom:none;}
#topPr #topPrLeft 	{ width:33.1%; text-align:left; float:left;display:block; overflow:visible; }
#topPr #topPrCenter { width:33.1%; text-align:center;float:left;display:block; overflow:visible; }
#topPr #topPrRight 	{ width:33.1%; text-align:right;float:right; display:block; overflow:visible; }
#topPr #topPrLeft .topPrInner 	{ float:left; }
#topPr #topPrCenter .topPrInner	{ margin:0px auto;}
#topPr #topPrRight .topPrInner	{ float:right; }
#topPr .topPrInner	{text-align:left;width:95%;}
#topPr .topPrInner p	{ padding:0px; }
#topPr .topPrInner p.topPrDescription	{ font-size:12px; }	
#topPr .prImage	{ float:none;width:96%; margin-right:0px; }
#topPr .prImage a	{ display: block;}
#topPr .prImage a:hover	{  }
#topPr .prImage img { height:auto; }
#topPr .prImage img.imageWide	{ display:block;}
#topPr .prImage img.imageSmall	{ display:none;}


#category { display:block; overflow:hidden; margin-bottom:10px; }
#category .categoryOuter	{ padding-bottom:0px;border-bottom:none;}
#category #categoryLeft 	{ width:47.6%; text-align:left; float:left;display:block; overflow:visible; }
#category #categoryRight 	{ width:47.6%; text-align:right;float:right; display:block; overflow:visible; }
#category #categoryLeft .categoryInner 	{
	float:left;
	/*padding:0px;*/
	padding:10px;
	border:4px solid #EDEDED;
	background:#FEFEFE;
	-webkit-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	-moz-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url(../common/PIE.htc) ;	      /* CSS3 PIE */
}
#category #categoryLeft .categoryInner2 	{
	float:left;
	padding:10px;
	border:4px solid #9db6de;
	background:#d1def0;
	-webkit-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	-moz-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url(../common/PIE.htc) ;	      /* CSS3 PIE */
}

#category #categoryRight .categoryInner	{
	float:right;
	/*padding:0px;*/
	padding:10px;
	border:4px solid #EDEDED;
	background:#FEFEFE;
	-webkit-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	-moz-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url(../common/PIE.htc) ;	      /* CSS3 PIE */
}
#category #categoryRight .categoryInner2	{
	float:right;
	padding:10px;
	border:4px solid #9db6de;
	background:#d1def0;
	-webkit-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	-moz-box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	box-shadow: 0 0 0 0 #CCCCCC, inset 0 0 0 1px #E6E6E6;
	position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url(../common/PIE.htc) ;	      /* CSS3 PIE */
}
#category .categoryInner	{text-align:left;width:95%;}
#category .categoryInner p	{ padding:0px; }
#category .categoryInner p.categoryDescription	{ font-size:12px; }
#category .categoryInner2	{text-align:left;width:95%;}
#category .categoryInner2 p	{ padding:0px; }
#category .categoryInner2 p.categoryDescription	{ font-size:12px; }
#category .prImage	{ float:none;width:96%; margin-right:0px; }
#category .prImage a	{ display: block;}
#category .prImage a:hover	{  }
#category .prImage img { height:auto; }
#category .prImage img.imageWide	{ display:block;}
#category .prImage img.imageSmall	{ display:none;}



}

/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) {
body     { line-height:150%; }
#gMenu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#gMenu { border-bottom:3px solid #0067a9; background:url(../common/g_menu_bg.jpg) repeat-x center; box-shadow: inset 1px 1px 0px #fff; height:55px; }
#gMenu #gMenuInner.innerBox	{ margin:0px 3%;width:94%;}
#gMenu.itemClose .menu,
#gMenu.itemOpen .menu	{ display:block;  }
#gMenu .menu	{ border-left:1px solid #e5e5e5; border-top:none; }
#gMenu .menu:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#gMenu .assistive-text { position: absolute; top: -9000px; } /* display:noneだと読み上げない / 横にオフセットするとIEで読み込みまでの間表示される */
#gMenu .menu li { float: left;width:auto;border-bottom:none; overflow:visible;box-shadow: inset 1px 0px 0px #fff; }
#gMenu .menu li a	{ text-align:center; border-right:1px solid #e5e5e5; box-shadow: inset 1px 0px 0px #fff; }

#gMenu .menu li:hover ul	{ display:block; position:absolute;z-index:100;border-top:1px solid #ccc; position:absolute;width:200px;box-shadow:1px 1px 3px rgba(0,0,0,0.2);opacity:0.97; }
#gMenu .menu li:hover li	{ background:#fff;border-bottom:1px solid #e5e5e5;width:200px; position:relative; }
#gMenu .menu li:hover li a,
#gMenu .menu li.current_page_item li a,
#gMenu .menu li.current-menu-ancestor li a,
#gMenu .menu li.current-page-ancestor li a,
#gMenu .menu li.current_page_ancestor li a { background:none; background-color:#fff;color:#4d4d4d;text-align:left;border-right:none;}
#gMenu .menu li:hover li a:hover,
#gMenu .menu li.current_page_item li a:hover,
#gMenu .menu li.current-menu-ancestor li a:hover,
#gMenu .menu li.current-page-ancestor li a:hover,
#gMenu .menu li.current_page_ancestor li a:hover { background-color:#f5f5f5;}

#gMenu .menu li:hover ul li ul	{ position:absolute;left:200px;top:10px; border-top:none;}
#gMenu .menu li:hover ul li ul,
#gMenu .menu li:hover ul li ul li	{ display:none; }
#gMenu .menu li:hover ul li:hover ul,
#gMenu .menu li:hover ul li:hover ul li	{display:block;}
#gMenu .menu li:hover ul li:hover ul { border-top:1px solid #ccc; }

#footerSiteMap .menu	{ font-size:12px; }
#footerSiteMap .menu li	{ width: 192px; margin-right: 20px; display:inline-block; }
#footerSiteMap .menu li	a {
	padding: 2px 20px 6px 20px;
	background:url(../common/list_arrow.png) no-repeat center left;
}
#footerSiteMap .menu li.btn	a {
	padding: 2px 20px 6px 0px;
	background:none;
}
#footerSiteMap .menu li	li a	{ background-position:0px 3px; background:url(../common/list_arrow.png) no-repeat center left; }
#footerSiteMap .menu li	li li a	{ padding-left:10px; }

#footerSiteMap .menu li.sub-menu2 { width: 300px; margin-right: 10px; display:inline-block; }
#footerSiteMap .menu li.sub-menu2 ul { float:left; width:140px;}
#footerSiteMap .menu li.sub-menu2 ul li { border:none;}
#footerSiteMap .menu li.sub-menu2 a	{ padding: 2px 20px 6px 0px; }
#footerSiteMap .menu li.sub-menu2 li a { background-position:0px 3px; float:left; width:120px; border:0px;box-shadow: inset 0px 0px 0px #fff;}
#footerSiteMap .menu li.sub-menu2 li li a { padding-left:10px; float:left; border:none;box-shadow: inset 0px 0px 0px #fff; }

#content ul.linkList li a	{ padding:3px 15px; }

#footMenu {padding: 15px 0px; }
#footMenu .innerBox	{ margin:0px 3%;width:94%; }
#footMenu .menu li	{ list-style:none;display:block; margin:0px;padding:0px;float:left; line-height:100%; font-size:12px; }
#footMenu .menu li a	{ background: none; padding:0px 15px 0px; line-height:1em; text-decoration:none; border-right:1px solid #ccc; border-bottom: none;  }
#footMenu .menu li a:hover	{ color:#0068b6; text-decoration:underline; background:none; }
#footMenu .menu li.firstChild a	{ border-left:1px solid #ccc; }
}

/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/
@media (min-width: 661px) { /* スクロール分余裕に20px */
#header #site-title {
	font-size: 14px;
	line-height:20px;
	margin:0px;
	padding-bottom:10px;
	position:relative;
	font-weight:lighter;
	text-align: left;
	color:#FFF;
}
.innerBox,
#gMenu #gMenuInner.innerBox	{ width:960px; margin:0px auto; }
#main #container	{ padding-top:40px;}
#main #container #content	{ float:left; width:725px; }
#main #container #sideTower	{ float:right; width:210px;clear:none; }
body.left-sidebar #main #container #content	{ float:left; }
body.left-sidebar #main #container #sideTower	{ float:right; }
body.home.one-column #main #container #content		{ float:none;width:100%; }
body.home.one-column #main #container #sideTower	{ float:none; display:none; }
form#searchform input#s	{width:120px; }
form#searchform input#searchsubmit	{ width:20%; }

#topMainBnr			{ width:100%; }
#topMainBnr img		{ width:960px !important; }
#topMainBnrFrame .slider li { } 
#topMainBnrFrame	{ width:960px;min-height:240px; }

/*				.infoListBox
/*-------------------------------------------*/
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail	{ float:Left; margin-right:110px; }
#footerSiteMap	{ width:650px;padding:0px 0px 0px 5px; font-size:12px; }
#footer dl#footerOutline	{ float:left; }
#footMenu .innerBox	{ margin:0px auto; width:960px; }

}


/* =Print Style
-------------------------------------------------------------- */

@media print {
/*body { background: none !important; } 
#wrapper { clear: both !important; display: block !important; float: none !important; position: relative !important; }
#headerTop,
#header,
#panList,
#gMenu,
#pagetop,
#sideTower,
#footMenu,
#footer,
#siteBottom	{ display:none !important; } 

#pageTitBnr,
#content table th	{ box-shadow:none !important; }

#access,
#branding img,
#respond,
.comment-edit-link,
.edit-link,
.navigation,
.page-link { display: none !important; }
#container { margin: 0; width: 100%; } 
} */
