@charset "UTF-8";

/*==================================================*/
/* 初期化											*/
/*==================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;  強調表示を有効とする*/
	/*vertical-align: baseline; 20190426 検索アイテム上下位置調整*/
}

blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}


/*==================================================*/
/* 基本スタイル										*/
/*==================================================*/
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
* { -webkit-text-size-adjust: none; }
html {
  overflow-y: scroll;
}
body { 
  font: 13px 'Helvetica', Arial, sans-serif;
  color: #444;
  line-height: 1.6em;
}
h1, h2, h3 {
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
p, ul, ol, pre, dl {
  margin-bottom: 0;
}
strong { font-weight: bold; }
pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
  background: #111;
  color: #F5F5F5;
}
p code {
  padding: 1px 3px;
}
pre {
  margin: 1em 0;
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
ul, ol { padding-left: 1.5em;}		/*外枠の右余白 1.3-1.5*/
blockquote {
	margin: 0;
	font: italic 18px Georgia, serif;
}




dt {
  font-weight: bold;
  font-size: 14px;
}
dd + dt {
  margin-top: 0.5em;
}
dd {
  margin-left: 1.0em;
}
button {
  -webkit-appearance: push-button;
}


/*==================================================*/
/* リンク											*/
/*==================================================*/
a {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	background: hsla( 0, 100%, 100%, 0.5 );
}
a img {
	border: none;
}


/*==================================================*/
/* wide img											*/
/*==================================================*/
.wide img, .wide img, .wide img {
	display:block;
	max-width: 100%;
	height: auto;
}


/*==================================================*/
/* ページトップ										*/
/*==================================================*/
.pagetop {
	text-align: right;
}
.pagetop a {
}


/*==================================================*/
/* Body												*/
/*==================================================*/
body { 
	background: #eee;
	background: url(../images/body_bgimg.gif) repeat 0 0;
	max-width: 1210px;
	width:expression(document.body.clientWidth > 1212? "1210px" : "auto");
	padding: 0 8px;
	margin: 0 auto;
}
.ie body {
	min-width: 820px;
}


/*==================================================*/
/* clearfix											*/
/*==================================================*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*==================================================*/
/* loading											*/
/*==================================================*/
.loading {
	margin: 15px;
	text-align:center;
}

/*==================================================*/
/* container										*/
/*==================================================*/
#container {
	background: #ccc;
	background: url(../images/body_bgimg.gif) repeat 0 0\9; /*IE8 Hack*/
	background-color: rgba(0,0,0,0.03);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#70cccccc',EndColorStr='#70cccccc')"; /*IE8 The two-byte transmission CD*/

	padding: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
	clear: both;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

}
.ie #container {
	background: #bbb;
}

/*==================================================*/
/* nav メインメニュー								*/
/*==================================================*/
#gNav .logo {
	margin: 0;
}
#gNav .logo a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gNav .logo a:hover img {
    opacity: 0.6;
}
#gNav a {
	color: #333;
	text-decoration: none;
}
#gNav a:hover {
	color: #c00;
	text-decoration: underline;
}
#gNav ul {
	padding: 20px 0 0 0;
	position: relative;
	list-style: none;
}
#gNav ul li {
	padding: 5px 0;
	border-top: 1px dotted #999;
	position: relative;
	z-index: 1;
	line-height: 0;
}
#gNav ul li:last-child {
	border-bottom: 1px dotted #999;
}
#gNav ul li a.nav-first {
	display: block;
	height: 25px;
	width: 170px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 1;
	background: url(../images/nav_menu.png) no-repeat 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#gNav ul li.nav01 a.nav-first {
	background-position: 0 0;
}
#gNav ul li.nav02 a.nav-first {
	background-position: 0 -25px;
}
#gNav ul li.nav03 a.nav-first {
	background-position: 0 -50px;
}
#gNav ul li.nav04 a.nav-first {
	background-position: 0 -75px;
}
#gNav ul li.nav05 a.nav-first {
	background-position: 0 -100px;
}
#gNav ul li.nav06 a.nav-first {
	background-position: 0 -125px;
}
#gNav ul li.nav07 a.nav-first {
	background-position: 0 -150px;
}
#gNav ul li.nav08 a.nav-first {
	background-position: 0 -175px;
}
#gNav ul li.nav01.current a {
	background-position: -340px 0;
}
#gNav ul li.nav02.current a.nav-first {
	background-position: -340px -25px;
}
#gNav ul li.nav03.current a.nav-first {
	background-position: -340px -50px;
}
#gNav ul li.nav04.current a.nav-first {
	background-position: -340px -75px;
}
#gNav ul li.nav05.current a.nav-first {
	background-position: -340px -100px;
}
#gNav ul li.nav06.current a.nav-first {
	background-position: -340px -125px;
}
#gNav ul li.nav07.current a.nav-first {
	background-position: -340px -150px;
}
#gNav ul li.nav08.current a.nav-first {
	background-position: -340px -175px;
}
#gNav ul li:hover a.nav-first {
	background-color: #ececec;
}
#gNav ul li ul {
	visibility:hidden;
	opacity:0;
	position: absolute;
	top: 5px;
	left: 145px;
	padding: 5px 7px 5px 18px;
	background-color: #ececec;
	border-bottom: none;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-o-transition: opacity .5s; 
	-moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
#gNav ul li:hover {
	z-index: 100;
}
#gNav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.ie7 #gNav ul li:hover > ul {
	visibility: hidden;
	opacity: 0;
}
#gNav ul li ul {
	margin: 0;
	padding: 5px;
}
#gNav ul li ul li {
	border: none !important;
	margin: 0;
	padding: 0;
}
#gNav ul li ul li a {
	display: block;
	line-height: 1.3;
	border: none;
	padding: 5px 7px 5px 14px;
	text-indent: 0;
	width: 12em;
	padding-right: 17px;
	background-image: none;
	background: url(../images/nav_menu_sp.png) no-repeat 98% center;
}
#gNav ul li ul li:hover {
	background-color: #e0e0e0;
}
#gNav ul li ul li a:hover {
	background-image: url(../images/nav_menu_sp_cr.png);
	text-decoration: none;
}

#gNav ul li.current a.nav-first {
	background-color: #ececec;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#gNav ul li.current ul {
	visibility: visible;
	opacity:1;
	position: static;
	background-color: #ececec;
	border-bottom: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.ie7 #gNav ul li.current:hover > ul {
	visibility: visible;
	opacity:1;
}
#gNav ul li.current ul li a {
	width: auto;
}
#gNav ul li.current ul li.current a {
	color: #c00;
	background-image: url(../images/nav_menu_sp_cr.png);
}
#cNav {
	display: none;
	margin-bottom: 10px;
}
#cNav ul {
	padding: 0 5px;
}
#cNav ul li {
	display: inline-block;
	margin: 0.3em;
	padding: 0 0 0 13px;
	background: url(../images/nav_menu_sp.png) no-repeat left center !important;
}


/*==================================================*/
/* footer											*/
/*==================================================*/
footer {
	text-align: center;
	font-size: 11px;
	padding: 0 10px;
	margin: 10px auto;
	text-shadow: 1px 1px 1px #fff;
}
footer small {
	display: block;
	margin: 10px 0;
}
footer img {
	vertical-align: middle;
	margin-right: 8px;
}
footer ul  {
	display: inline;
	margin: 0;
	padding: 0;
}
footer ul li {
	display: inline;
	display: inline-block;
	margin: 0 0 0 0.5em;
	padding-left: 10px;
	background: url(../images/head_bar_link.gif) no-repeat 0 center;
}
.ie6 footer ul li,
.ie7 footer ul li {
	display: inline;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer a:hover {
	color: #c00;
	text-decoration: underline;
}


/*==================================================*/
/* box												*/
/*==================================================*/
.box {
	margin: 5px;
	padding: 10px;
	background: #fff;
	float: left;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;/*円い枠*/
}


/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/


/*==================================================*/
/* link												*/
/*==================================================*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #E70012;
	text-decoration: underline;
}

/*==================================================*/
/* slider											*/
/*==================================================*/
.slider {
	position: relative;
}
.slider .slides {
	height: 310px;
	overflow: hidden;
	padding: 0;
}
.slider .slides li {
	list-style: none;
}
.slider .flex-control-nav {
	line-height: 1;
}
.slider .slides li a img {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.slider .slides li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*==================================================*/
/* FlexSlider Necessary Styles						*/
/*==================================================*/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}

/*==================================================*/
/* Browser Resets									*/
/*==================================================*/
.flexslider a {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/*==================================================*/
/* FlexSlider Default Theme							*/
/*==================================================*/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}

/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: -52px 0; right: -25px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -17px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/*==================================================*/
/* box												*/
/*==================================================*/
.box {
	font-size: 12px;
	line-height: 1.61;
}

.box2:hover {
	-webkit-box-shadow: 0px 0px 3px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 3px 3px #a3a3a3;
	box-shadow: 0px 0px 5px #888;
}

/*==================================================*/
/* colmun											*/
/*==================================================*/
.col1 { width: 170px; }
.col2 { width: 370px; }
.col3 { width: 570px; }
/*.col4 { width: 770px; }*/
.col4 { width: 570px; }
.col1 img, .col2 img, .col3 img {
	//display: block;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.col1 .inline, .col2 .inline, .col3 .inline {
	display: noneinline;
}


/*==================================================*/
/* Transitions										*/
/*==================================================*/
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}


h2.img1{min-height: 20px; margin: 0px; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; text-indent: 0px; line-height: 2;}
h2.img2{min-height: 16px; margin: 0 0 5px 0; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; text-indent: 0px; line-height: 2;}
h2.img3{min-height: 18px; margin: 0 0 5px 0; overflow: hidden; text-indent: 0px; line-height: 2;}
h2.imgAll{margin: 0px; padding: 0px; font-size: 0px; line-height: 1;}

h2.whatnew{background: #dcdcdc;}

dl.whatsnewTxt{
	/* min-height: 81px;*/
	margin: 0 0 -0.6em 0;
	padding: 0 10px 0 10px;
	line-height: 1.6;
}
dl.whatsnewTxt dt{float: left; margin: 0 0 0 0; padding: 0.6em 0 0 0; font-weight: bold; font-size: 1em; color:#666;}
dl.whatsnewTxt dd{margin: 0 0 0 0; padding: 0.6em 0 0.6em 7em; border-top: 1px dotted #e2e2e2; font-size: 1em;}
dl.whatsnewTxt dd:nth-child(2) {border-top: none;}
dl.whatsnewTxt ul{margin: 0; padding: 0px; }
dl.whatsnewTxt li{margin: 0 0 0.5em 0; padding: 0px; }
dl.whatsnewTxt li:last-child{margin: 0; }
dl.whatsnewTxt li img{display:inline; vertical-align:middle;}
dl.whatsnewTxt a {color:#c00;}
dl.whatsnewTxt a:hover {text-decoration:underline;}

h2.guidance{margin: 0 0 10px 0; }

h3{margin: 6px 0 0 0; font-size: 1em; line-height: 1.3;}
p.addTxt01{margin: 8px 0 0 0; font-size: 1em; line-height: 1.5;}
p.addTxt02{margin: 5px 0 0 100px; font-weight: bold; line-height: 1.5;}
p.addTxt02 small{font-weight: normal; font-size: 0.9em;}
p.addTxtS01{margin: 8px 0 0 93px; font-size: 0.9em; line-height: 1.25;}
p.addTxtS02{margin: 8px 0 0 70px; font-size: 0.9em; line-height: 1.25;}

.namiIcon{display: block; float: left; margin: 1px 5px 0 0;}

.box img.subImg{margin: 5px 0 0 0;}
.box img.eventA{float: left;}
.ox img.eventB{float: right; margin: -5px 0 0 5px;}
.box img.mobileA{float: left; margin: 0 10px 0 0;}

div.exBox{width: 370px; overflow: hidden;}
div.exBox .box{float: none !important;}

img.asideImg{float: left; margin: 0 10px 0 0;}

div#pamphlet{padding-bottom: 0px;}

.mblink {
	padding-top: 10px;
	font-size: 0.95em;
}
.caption {
	font-size: 1.0em;		/*下の余白*/
}

/*==================================================*/
/* org add											*/
/*==================================================*/
.img-icon{
	PADDING-TOP: 10px;
	PADDING-bottom: 10px;
}

/* リンク関連 */
A:link {
	COLOR: #003399;
	text-decoration:none;		/*リンク下線を消す*/
	BORDER-BOTTOM-STYLE: none! important;
	/*line-height: 1.5*/
	}
A:visited {
	COLOR: #660099! important;
	TEXT-DECORATION: none;
	BORDER-BOTTOM-STYLE: none! important;
	/*line-height: 1.5*/
	}
A:hover {
	COLOR: #0099cc! important;
	TEXT-DECORATION: underline;;
	BORDER-BOTTOM-STYLE: none! important;
	/*line-height: 1.5*/
	}
A:active {
	COLOR: #003399! important;
	TEXT-DECORATION: none;
	BORDER-BOTTOM-STYLE: none! important;
	/*line-height: 1.5*/
	}
A IMG {
	BORDER-TOP-WIDTH: 0px! important;
	BORDER-LEFT-WIDTH: 0px! important;
	BORDER-BOTTOM-WIDTH: 0px! important;
	BORDER-RIGHT-WIDTH: 0px! important;
	TEXT-DECORATION: none
	}

/*[共通]トップライン*/
#C1_topline {
	text-align:left;
	/*HEIGHT: 10px;		高さ　指定しない場合AUTO　タイトルバーの高さ*/
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 3px;
	BORDER-RIGHT: #d9d9d9 0px solid;
	BORDER-TOP: #d9d9d9 0px solid;
	BORDER-LEFT: #d9d9d9 0px solid;
	BORDER-BOTTOM: #d9d9d9 0px solid;
	BACKGROUND-COLOR: #42557B;
	MARGIN: 0px 0px 0px 0px;
	}
#C1_topline H1 {
	color:#ffffff;
	background-color:#42557B;
	font-size:13px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
	margin:0;
	}
#C1_topline_navi {
	font-size:14px;
	text-align:left;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	BORDER-RIGHT: #d9d9d9 0px solid;
	BORDER-TOP: #d9d9d9 0px solid;
	BORDER-LEFT: #d9d9d9 0px solid;
	BORDER-BOTTOM: #d9d9d9 1px solid;
	MARGIN: 0px 0px 0px 0px;
	}
#C1_hdline {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(cutborder.gif) repeat-x; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 45px;
	}



/*==================================================*/
/* 821以上（PC）                       				*/
/*==================================================*/
@media only screen and (min-width:821px){
    .text_smart_only {
        display: none; /* 「表示しない」という意味 */
    }
}


/*==================================================*/
/* screen smaller than 320（スマートフォン以下）	*/
/*==================================================*/
@media only screen and (max-width:320px) {
	.slider .slides {
		height: 160px;
	}
	
	img.boxMainImg{float: left;}
	div#qrcode{display: none !important;}
}


/*==================================================*/
/* screen smaller than 540(スマートフォン)			*/
/*==================================================*/
@media only screen and (max-width:540px) {
	#gNav {
		margin-bottom: 5px;
	}
	.slider .slides {
		height: 230px;
	}
	.col1 { width: 100%; }
	.col2 { width: 100%; }
	.col3 { width: 100%; }
	.col4 { width: 100%; }
	
	.sp_2col{
		content: "";
		clear: both;
	}
	
	.sp_2col .box {
		width: 48.5%;
		float:left;
	}
	.sp_2col .box:nth-child(2n) {
		float:right;
	}
	
	img.boxMainImg{
		float: left;
		width: 48%;
		margin-right: 3%;
	}
	.box img.subImg{
		margin:0;
		width:48%;
	}
	
	div#qrcode{display: none !important;}
	
	dl.whatsnewTxt dt{
		float: none;
		padding: 1em 0 0 0;
	}
	dl.whatsnewTxt dd{
		padding-left: 1em;
	}

	/* ----main---- */
	body {
	    padding: 0 5px;
	}
	h1 {
	  font-size: 22px;
	}
	
	h1 img{
		max-width: 100%;
	}
	
	h2 {
	  font-size: 18px;
	}
	h3 {
	  font-size: 16px;
	}
	#headbar {
		text-align: center;
		padding: 0 6px;
		margin: 5px auto;
	}
	#headbar .ex-nav li {
		display: inline;
		margin: 0 0.4em;
	}
	#headbar .pamphlet {
		display:none;
	}
	#headbar {
		font-size: 9px;
	}
	footer {
		font-size: 9px;
	}
	#gNav {
		width: 100%;
		overflow:hidden;
		float: none;
		margin-bottom: 10px;
	}
	#gNav .logo {
		float:left;
		width: 47%;
		margin: 0 3% 0 0;
	}
	#gNav .logo img {
		display:block;
		width:100%;
		height:auto;
	}
	#gNav ul {
		float:left;
		width: 50%;
		padding: 0;
	}
	#gNav ul li {
		padding: 3px 0;
	}
	#gNav ul li:nth-child(8) {
		border-bottom: 1px dotted #999;
	}
	#gNav ul li a.nav-first {
		text-indent: 0;
		width: 100%;
		height: auto;
		padding: 5px;
		background: url(../images/nav_menu_sp.png) no-repeat right center !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#gNav ul li a.current {
		color: #c00;
	}
	#gNav ul li.nav01 {
		display:none;
	}
	#gNav ul li:hover > ul {
		visibility: hidden;
		opacity: 0;
	}
	#gNav ul li.current a.nav-first {
		background-color: transparent;
		color: #c00;
	}
	#gNav ul li.current ul {
		display: none;
	}
	#cNav {
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	#cNav li.current a {
		color: #333;
		text-decoration: none;
	}
	#container{
		width: auto !important;
		padding: 0 1.8%;
		background: none;
	}
	.box{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 5px 0;
	}
    .text_pc_only {
        display: none; /* 「表示しない」という意味 */
    }
}


/*==================================================*/
/* screen smaller than 820（タブレット）			*/
/*==================================================*/
@media only screen and (min-width:541px) and (max-width:820px) {
	body {
	    width: 610px;
	}
	#headbar {
		font-size: 9px;
	}
	footer {
		font-size: 10px;
	}
	#gNav {
		width: 570px;
		overflow: hidden;
		float: none;
		margin-bottom: 10px;
	}
	#gNav .logo {
		float:left;
		width: 170px;
		margin: 10px 15px 10px 10px;
	}
	#gNav ul {
		float:left;
		width: 65%;
		padding: 10px 0;
	}
	#gNav ul li {
		float:left;
		margin: 0 7px;
	}
	#gNav ul li:nth-child(7) {
		border-bottom: 1px dotted #999;
	}
	#gNav ul li:hover > ul {
		visibility: hidden;
		opacity: 0;
	}
	#gNav ul li.current a.nav-first {
		background-color: transparent;	/* 背景を透過 */
	}
	#gNav ul li.current ul {
		display: none;
	}
	#cNav {
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	#cNav li.current a {
		color: #333;
		text-decoration: none;
	}
}

