@charset "utf-8";
/* CSS Document */


/* 基本スタイル
=============================================== */

html {
	font-size: 62.5%;
}
body {
	color: #333333;
	-webkit-text-size-adjust: none;
	font-size: 13px;
	background-repeat:no-repeat;
	background-position:center 0;
	background-color:#ECF0F1;
	/*font-size: 1.3em;*/
}
body.morning {	background-image:url(../images/index/bg_day.jpg);}
body.night {	background-image:url(../images/index/bg_night.jpg);}

a {
	text-decoration: none;
	color: #333333;
}
a:hover,
a:active {
	text-decoration: none;
	color: #999;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}



/* 共通スタイル
=============================================== */

.wrapper {
	width:960px;
	margin:0 auto;
	/*position:relative;*/
}


/* Class */
.kadomaru {
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.kage{
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
span.lang {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* 交互列色
tr:nth-child(odd){	background-color:#DEF2FD;}
tr:nth-child(even){	background-color:#DEF2FD;}
*/



/* ヘッダー
=============================================== */



header {
	width: 100%;
	height:102px;
	padding:5px 0;
	position:relative;
}

/* HEADER */
header .sitetitle {
	width:116px;
	margin:0 auto;
	z-index: 99;
}
header nav#hnav {
	position: absolute;
	top: 15px;
	right:0;
	font-size:12px;
	background:#FFF;
}
header nav#hnav dl {
	line-height:1;
}
header nav#hnav dt {
	float:left;
	padding:10px 20px;
}
header nav#hnav dd {
	float:left;
}
header nav#hnav dd a{
	display:block;
	background:url(../images/icon_pdf.png) no-repeat 0 center;
	text-decoration:underline;
	padding:10px 20px;
}

header nav#hnav dd a:hover {}







/* GLOBAL NAVIGATION */
#gnav {
	background:#FFF;
	line-height:1;
	margin-bottom:30px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
#gnav li {
	padding:10px 0;
	float:left;
	text-align:center;
}
#gnav li a {
	display: block;
	width:240px;
	padding:3px 0 4px;
	font-weight:bold;
	letter-spacing:0.1em;
	border-left:solid 1px #D7D7D7;
}
#gnav li:first-child a {
	border-left:none;
}
#gnav li:last-child a {
}
span.icon {
	margin-right:5px;
	vertical-align: -35%;
}

#gnav li {
	background-repeat:no-repeat;
	background-position:0 bottom;
}
#gnav li.gnav01:hover {	background-image:url(../images/nav01_on.png);}
#gnav li.gnav02:hover {	background-image:url(../images/nav02_on.png);}
#gnav li.gnav03:hover {	background-image:url(../images/nav03_on.png);}
#gnav li.gnav04:hover {	background-image:url(../images/nav04_on.png);}

body#index #gnav li.gnav01 {	background-image:url(../images/nav01_on.png);}
/*body#event #gnav li.gnav02 {	background-image:url(../images/nav02_on.png);}*/
body#guide #gnav li.gnav03 {	background-image:url(../images/nav03_on.png);}
body#access #gnav li.gnav04 {	background-image:url(../images/nav04_on.png);}




/* フッター
=============================================== */

footer {
	clear:both;
	width: 100%;
	font-size:12px;
	margin-top:30px;
	background:url(../images/shadow_top.png) no-repeat center 0 #FAFAFA;
	border-top:solid 1px #EFEFEF;
	border-bottom:solid 1px #EFEFEF;
}
footer section {
	position:relative;
}
footer div#foot01{	background:#F1A500;}
footer div#foot02{	background:#FFF;}
footer nav ul{	padding:20px 0;}
footer nav li{
	padding-left:7px;
	margin-left:7px;
	float:left;
	line-height:1;
	border-left:solid 1px #333;
}
footer nav li:first-child{	border:none;padding-left:0;margin-left:0;}
footer nav li.nodisp{	display:none;}
footer div#foot01 {	color:#FFF;}
footer div#foot01 li {	border-color:#FFF;}
footer div#foot01 a{
	color:#FFF;
	text-decoration:underline;
}
footer div#foot01 a:hover{
	color:#FFF;
	text-decoration:underline;
}
footer div#foot01 nav a {
}
footer div#foot01 nav li:last-child a {
	padding-left:15px;
	background-image:url(../images/icon_pdf_small.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}


footer div#companyname {
	width:240px;
	position:absolute;
	top:5px;
	right:0;
}

footer #copyright {
	line-height:1;
	padding:18px 0 19px;
	background:#FFF;
	border-top:solid 1px #D7D7D7;
}
#copyright p.copyright{
	text-align:center;
}

#page-top {
	position:absolute;
	top:0;
	right:0;
}

#page-top a {
	display:block;
	line-height:1;
	padding:20px 50px 20px 30px;
	border-left:solid 1px #F9D37A;
	border-right:solid 1px #F9D37A;
	background:url(../images/arr_top.png) no-repeat 120px center;
	text-decoration:underline;
}
#page-top a:hover {	background-color:#F9D37A;}




/* 基本レイアウト
=============================================== */

body.column2 article {
	width: 650px;
	float: left;
}
body.column2 aside {
	width: 280px;
	float: right;
}

body.column2 article section {
	background:#FFF;
	margin-bottom:30px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


.bread {
	font-size:12px;
	padding:14px 0 14px;
	line-height: 1;
}
.bread a {
	text-decoration:underline;
}
.bread a:hover {
	color:#999;
}


/* #header */

article section#header {
	background-repeat:repeat-x;
	background-position:0 bottom;
}
body#event article section#header {	background-image:url(../images/event/border_h.png);}
body#guide article section#header {	background-image:url(../images/guide/border_h.png);}
body#access article section#header {	background-image:url(../images/access/border_h.png);}
body#profile article section#header ,
body#recruit article section#header ,
body#link article section#header {	background-image:url(../images/border_h.png);}

article section#header h1 {
	font-size:25px;
	font-weight:inherit;
	line-height:1;
	letter-spacing:0.1em;
	padding:25px 20px 35px;
}
article section#header h1 span.icon {	vertical-align:-15%;margin-right:10px;}







/* サイドナビ
=============================================== */

body.column2 aside section {
	background:#FFF;
	margin-bottom:30px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

/* #guide */
body.column2 aside section#guide {
	padding:10px;
	background:url(../images/bg_transparent.png) repeat 0 0;
}
body.column2 aside section#guide dt {
	background-repeat:no-repeat;
	background-position:center 0;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:1;
	padding:7px 0 11px;
	margin-bottom:5px;
}
body.column2 aside section#guide dt.fukidashi01 {	background-image:url(../images/fukidashi01.png);}
body.column2 aside section#guide dt.fukidashi02 {	background-image:url(../images/fukidashi02.png);}
body.column2 aside section#guide dd.info {	color:#EB5159;margin-bottom:10px;}
body.column2 aside section#guide dd.wait {	font-size:15px;text-align:center;}




/* #cal */
body.column2 aside section h3 {
	font-size:13px;
	line-height:1;
	letter-spacing:0.1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color:#FFF;
	padding:8px 10px 9px;
	text-align:center;
}


body.column2 aside section h4 {
	clear:both;
	font-size:13px;
	line-height:1;
	letter-spacing:0.1em;
	padding:8px 0 9px;
	margin:0 10px 0;
	text-align:center;
	border-top:solid 1px #D7D7D7;
	border-bottom:solid 1px #D7D7D7;
}

body.column2 aside section h5 {
	font-size:13px;
	padding:0 5px 5px;
}
body.column2 aside section#cal span.h {	vertical-align:-30%;margin:0 5px 0 -10px;}
body.column2 aside section#cal li {	float:left;line-height:1;margin-right:10px;}
body.column2 aside section#cal li span.icon {	vertical-align:-30%;}

body.column2 aside section#cal div.content ,
body.column2 aside section#cal div.cal {
	padding:10px;
}
body.column2 aside section#cal ul {
	border-top:dashed 1px #D7D7D7;
	margin:10px 10px 0;
	padding:10px 0;
}

body.column2 aside section#cal h3 {	background:#52C2E3;}





/* SNS */
body.column2 aside section#facebook h3 {background:#37569C;text-align:left;padding:12px 10px 13px;}
body.column2 aside section#twitter h3 {	background:#5AA8DF;text-align:left;padding:12px 10px 13px;}

body.column2 aside section#facebook h3 ,
body.column2 aside section#twitter h3 {	font-size:15px;height:15px;line-height:1;}

body.column2 aside section#twitter h3 span.h {	vertical-align:-25%;margin-right:5px;}

body.column2 aside section#twitter div.sns {
	padding:0 0 -10px 0;
	height:330px;
	overflow: hidden;
}










/*--------------------------------------------------------- .lower */







/* #content */



body article section.pa10 {	padding:10px 10px 20px 10px;}
body article section p.img {	margin-bottom:30px;}

.column2 article section h2 {
	color:#FFF;
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	letter-spacing:0.1em;
	font-weight:normal;
	line-height: 1;
	padding:12px 10px 12px;
	margin-bottom:20px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
body#event article section h2 {	background:#F3A600;}
body#guide article section h2 {	background:#3DB129;}
body#access article section h2 {	background:#4BC2E5;}
body#news article section h2 {	background:#EB5159;}
body#profile article section h2 ,
body#recruit article section h2 ,
body#link article section h2 {	background:#3D7CDB;}


.column2 article section h3 {
	font-size:15px;
	font-weight:inherit;
	letter-spacing:0.1em;
	line-height: 1;
	padding:13px 0 11px 20px;
	margin-bottom:15px;
	border-bottom:solid 3px #D7D7D7;
	background-repeat:no-repeat;
	background-position:0 center;
}

body#event article section h3 {	background-image:url(../images/event/icon_h3.png);}
body#guide article section h3 {	background-image:url(../images/guide/icon_h3.png);}
body#access article section h3 {	background-image:url(../images/access/icon_h3.png);}
body#profile article section h3 ,
body#recruit article section h3 {	background-image:url(../images/icon_h3.png);}




.lower article section ul{
	margin-left:1.0em;
}
.lower article section ul li{
	text-indent:-1.0em;
}


article address {
	font-style:normal;
}
article address a {
	text-decoration:underline;
}



/* .table */

.column2 article section table.table01 {
	width:100%;
	text-align:left;
	vertical-align:top;
	margin-bottom:30px;
	border-top:solid 1px #D7D7D7;
}
.column2 article section table.table01 th {
	width:140px;
	background:#FAFAFA;
	vertical-align:top;
}

.column2 article section table.table01 th,
.column2 article section table.table01 td {
	padding:10px;
	border-bottom:solid 1px #D7D7D7;
}
.column2 article section table.table01 td img {
	margin-bottom:5px;
}

.column2 article section table.table01 td p.notes {
	font-size:12px;
	text-align:right;
}
.column2 article section table.table01 td a {
	text-decoration:underline;
}
.column2 article section table.table01 td a:hover {
	color:#3498db;
}









/* .page */

.column2 article div.page {
	position: relative;
	overflow: hidden;
}
.column2 article div.page ul.pager {
	position: relative;
	left: 50%;
	float: left;
	margin:0;
}
.column2 article div.page ul.pager li {
	position: relative;
	text-indent:0;
	left: -50%;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px #D7D7D7 solid;
}
.column2 article div.page ul.pager li.next {
      border-right: none;
}
.column2 article div.page ul.pager li a:link,
.column2 article div.page ul.pager li a:visited {
      color: #666;
      text-decoration: none;
}
.column2 article div.page ul.pager li a:hover,
.column2 article div.page ul.pager li a:active {
      color: #444;
      text-decoration: underline;
}
.column2 article div.page ul.pager li em {
      font-weight: bold;
}

.column2 article section#pagenation div.navi {	text-align:center;}
.column2 article section#pagenation div.navi a {	text-decoration:underline;}



/* aside */

body.lower aside section#facebook a ,
body.lower aside section#twitter a {
	display:block;
	font-size:15px;
	font-weight:bold;
	height:15px;
	line-height:1;
	text-align:center;
	padding:12px 10px 13px;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
body.lower aside section#facebook a {	background:#37569C;}
body.lower aside section#twitter a {	background:#5AA8DF;}



body.lower aside section#twitter a span.h {
	vertical-align:-25%;
	margin:0 5px 0 -5px;
}
body.lower aside section#facebook a:hover ,
body.lower aside section#twitter a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}






/* 201609update */

article section#sp_banner {	padding:10px;}

























/* #index 
======================================================================== */

#index article section#guide {
	padding:5px 10px;
	background:url(../images/bg_transparent.png) repeat 0 0 ;
}
#index article section.nodisp {	display:none;}




#index article section#guide table {
	width:630px;
}
#index article section#guide th {
	width:130px;
	line-height:1.3em;
	color:#FFF;
	padding:10px 15px 10px 10px;
	text-align:left;
	vertical-align:middle;
}
#index article section#guide td {
	line-height:1.3em;
	vertical-align:middle;
}
#index article section#guide tr.fukidashi01 th {
	background:url(../images/index/fukidashi_info.png) no-repeat 0 center;
}
#index article section#guide tr.fukidashi02 th {
	font-size:12px;
	background:url(../images/index/fukidashi_time.png) no-repeat 0 center;
}

#index article section#guide tr.fukidashi01 th ,
#index article section#guide tr.fukidashi01 td {
	border-bottom:solid 1px #D7D7D7;
}
#index article section#guide tr.fukidashi01 td {
	padding:15px;
	color:#EB5159;
}
#index article section#guide tr.fukidashi02 td {
	font-size:15px;
	text-align:center;
}
#index article section#guide tr.fukidashi02 td p {
	border-right:solid 1px #D7D7D7;
}


#index article p.btn {
	text-align:center;
	clear:both;
}
#index article p.btn a {
	display:block;
	width:250px;
	padding:10px 0;
	margin:0 auto;
	background:#EFEFEF;
	line-height:1;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}


/* #index */
#mv-cont {
	padding:10px;
}



/* .info */

#index article section.info  {
	padding:10px;
}

#index article section.info h3 {
	position:relative;
	color:#FFF;
	background:#DDD;
	line-height:1;
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding:12px 0 12px 50px;
	margin-bottom:10px;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#index article section#event h3 {	background:#EFA400;}
#index article section#new h3 {	background:#EA5176;}
#index article section.info h3 span {
	position:absolute;
	top:40px;
	left:10px;
	vertical-align:-50%;
	margin:-50px 0;
}
#index article section.info li{
	color:#727272;
	padding:15px;
	line-height:1.3em;
	border-bottom:dashed 1px #D7D7D7;
}
#index article section.info li span{	margin-right:20px;}
#index article section.info li a{
	color:#0099CC;
	text-decoration:underline;
}
#index article section.info li a:hover {
	color:#86DAE1;
}


#index article section.info  a.link{
	position:absolute;
	display:block;
	color:#FFF;
	background:url(../images/arr01.png) no-repeat right center;
	padding:0 20px 0 0;
	text-decoration:underline;
	font-size:12px;
	top:15px;
	right:10px;
}


/* #banner */

#index article section#banner h3 {
	line-height:1;
	text-align:center;
	font-size:16px;
	background:url(../images/index/border_surround.png) no-repeat center center;
	text-shadow:0px 1px 0px #fff, 
				1px 2px 1px rgba(0,0,0,0.3);
	border:none;
	padding:12px 0 15px;
	margin-right:25px;
	margin-bottom:10px;
}
#index article section#banner h3 span {
	vertical-align:-50%;
	margin:0 5px 0 -5px;
}

#index article section#banner {
	background:inherit;
	margin-right:-25px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0) 0px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0) 0px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0) 0px 1px 2px 0px;
}
#index article section#banner li a{
	display:block;
	padding:9px 4px;
	text-align:center;
	background:#FFF;
	float:left;
	margin:0 25px 25px 0;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#index article section#banner li.black a {
	background:#000;
}
































/* #event 
======================================================================== */

#event article section div.content a ,
#event article section div.more a {
	color:#0099CC;
	text-decoration:underline;
}
#event article section div.content a:hover ,
#event article section div.more a:hover , {
	color:#86DAE1;
}
#event article section.entry h2 a {
	color:#FFF;
}
#event article section.entry p.data {
	margin-bottom:1.0em;
}
#event article section.entry p.data a {
	text-decoration:underline;
}
#event article section.entry div.content p {
	margin-bottom:1.0em;
}
#event article section.entry div a {	text-decoration:underline;}
#event article section.entry div.content p img {
	float:left;
	margin:0 20px 20px 0;
}

#event article section.entry div.more_link a {
	padding-left:15px;
	background:url(../images/event/arr01.jpg) no-repeat 0 center;
}
#event article section.entry div.more_link a:hover {
}



#event article section#nav {
	padding:30px 10px;
}
#event article section#nav dt ,
#event article section#nav dd {
	float:left;
}

#event article section#nav dt {	padding:0 35px;}
#event article section#nav dd {
	padding-right:15px;
	margin-right:15px;
	border-right:solid 1px #EFEFEF;
}
#event article section#nav dd:last-child {	border:none;}
#event article section#nav dd a {
	display:block;
	padding-left:15px;
	background:url(../images/event/arr01.jpg) no-repeat 0 center;
	text-decoration:underline;
}






























/* #guide 
======================================================================== */

#guide article section a {
	color:#0099CC;
	text-decoration:underline;
}
#guide article h3 span.small {
	font-size:80%;
}
#guide article p span.cap {
	font-size:90%;
}

#guide article section div.left {
	float:left;
	width:305px;
}
#guide article section div.right {
	float:right;
	width:305px;
}

#guide article section div.left table ,
#guide article section div.right table {
	margin-bottom:10px;
}
#guide article section div.left th ,
#guide article section div.right th {
	width:70px;
}
#guide article section div.right th span.small {
	display:block;
	font-weight:100;
	font-size:12px;
}

#guide article section table#charge th {
	width:170px;
}
#guide article section table#charge td {
	text-align:right;
}

#guide article section h3.clr {	clear:both;}

#guide article section#info ul li{
	text-indent:-1.0em;
}
#guide article .iframe-content {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
}
#guide article .iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}















































/* #link 
======================================================================== */




/* #banner */

#link article section#odaiba a ,
#link article section#nearby a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background:#DBF3F9;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#link article section#odaiba a:hover ,
#link article section#nearby a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#link article section#odaiba div ,
#link article section#nearby div {
	position:relative;
	padding:10px;
	background:#FFF;
	margin:0 0 25px 0;
	border:solid 1px #D7D7D7;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#link article section#odaiba div h3 ,
#link article section#nearby div h3 {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:solid 1px #D7D7D7;
	text-align:center;
}
#link article section#odaiba div p ,
#link article section#nearby div p {
	padding:0 10px;}

#link article section#nearby div.black {
	background:#000;
	color:#FFF;
}









































































































































body #gnav li.gnav05 {	display:none;	}

/* Responsive Layout ======================================================================== */





@media(max-width:960px){

/* body */

body {	background-attachment:fixed;}
.wrapper {
	width:98%;
	margin:50px auto 0;
}


/* hnav */

#hnav {	display:none;}


/* gnav */

#gnav {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	width:100%;
}
#gnav li {
	display:inline;
	float:none;
	text-align:left;
}
#gnav li a ,
#gnav  li:last-child a {
	width:auto;
	padding:5px 10px;
	border-right:none;
	border-bottom:solid 1px #EFEFEF;
}

body #gnav li.gnav05 {	display:inline;	}
body #gnav li.gnav05 a {	display:block;	}
body #gnav li.gnav05 a span img {	padding:3px 3px 4px ;	}

body#index #gnav li.gnav01 ,
body#event #gnav li.gnav02 ,
body#guide #gnav li.gnav03 ,
body#access #gnav li.gnav04 {	background:none;}
body #gnav li.gnav01:hover ,
body #gnav li.gnav02:hover ,
body #gnav li.gnav03:hover ,
body #gnav li.gnav04:hover ,
body #gnav li.gnav05:hover {	background:none;}
body #gnav li.gnav01 a:hover ,
body #gnav li.gnav02 a:hover ,
body #gnav li.gnav03 a:hover ,
body #gnav li.gnav04 a:hover ,
body #gnav li.gnav05 a:hover {	background:#FAFAFA;}


/* sidenavi */

body.column2 aside section#guide dt {
	padding-top:11px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
body.column2 aside section#guide dt.fukidashi01 {	background:#3DB129;}
body.column2 aside section#guide dt.fukidashi02 {	background:#52C2E3;}
body.column2 aside section#guide dd.info {	text-align:center;}


/* footer */

footer .wrapper {	width:100%;padding:0;margin:0;}
#page-top {	display:none;}
footer div#foot01{	background:#FFF;color:#333333;}
footer div#foot01 a{	color:#333333;}
footer nav ul{	width:100%;padding:0;margin:0;}
footer nav li{
	padding:0;
	margin:0;
	display:inline;
	float:none;
	text-align:left;
	border-left:none;
}
footer nav a {
	display:block;
	width:auto;
	padding:10px;
	border-bottom:solid 1px #EFEFEF;
	text-decoration:none;
}
footer div#foot01 {	color:#FFF;}
footer div#foot01 a{
	color:#333;
	text-decoration:none;
}

footer div#foot01 nav li:last-child a {
	padding-left:25px;
	background-position: 10px center;
}


footer div#foot01 a:hover{
	color:#999;
	text-decoration:underline;
}
footer div a:hover {	color:#999;background:#FAFAFA;}
footer div#companyname {
	width:auto;
	height:auto;
	padding:10px 0 20px;
	position:inherit;
	text-align:center;
}
footer div#companyname img {	margin-left:-10px;}


/* layout */

body.column2 article ,
body.column2 aside {
	width: 100%;
	float: none;
}


body.column2 article section img{
	float:none;
	width:100%;
	height:auto;
}


article section#header h1 img {
	width:auto;
}


/* cal */

body.column2 aside section#cal div.cal img {
	width:100%;
	height:auto;
}


/* table */

.column2 article section table.table01 {
	
}
.column2 article section table.table01 th {
	width:30%;
}



/* #index 
======================================================================== */

#index article section.nodisp {	display:block;}
#index article section#guide {	display:none;}

#index article section#inguide {
	padding:10px;
	background:url(../images/bg_transparent.png) repeat 0 0;
}
#index article section#inguide dt {
	background-repeat:no-repeat;
	background-position:center 0;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:1;
	padding:11px 0;
	margin-bottom:5px;
		border-radius: 5px;		/* CSS3草案 */
		-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;	/* Firefox用 */
}

#index article section#inguide dt.fukidashi01 {	background:#3DB129;}
#index article section#inguide dt.fukidashi02 {	background:#52C2E3;}
#index article section#inguide dd {	text-align:center;}
#index article section#inguide dd.info {	color:#EB5159;margin-bottom:10px;}
#index article section#inguide dd.wait {	font-size:15px;text-align:center;}



#index article section#banner {
	display:none;
}
/*
#index article section#banner {
	margin-right: -1.33%;
}
#index article section#banner li a {
	width: 30%;
	padding:9px 1%;
	margin:0 1.33% 1.33% 0;
}
#index article section#banner h3 {	margin-right:1%;}
#index article section#banner h3 img {
	width:auto;
}
*/

/* #event 
======================================================================== */

#event article section.entry div.content p img {	margin:0 0 20px;}
#event article section#nav {
	padding:0;
}
#event article section#nav dt ,
#event article section#nav dd {
	float:none;
	line-height:1;
	margin:0;
}

#event article section#nav dt {
	padding:10px;
	border-bottom:solid 3px #EFEFEF;
}
#event article section#nav dd {
	margin-right:0;
	border-right:none;
	border-bottom:solid 1px #EFEFEF;
}
#event article section#nav dd a {
	display:block;
	padding:10px 0 10px 25px;
	background:url(../images/event/arr01.jpg) no-repeat 10px center;
	text-decoration:underline;
}
#event article section#nav dd a:hover {	background-color:#FAFAFA;}


/* #guide 
======================================================================== */

#guide article .iframe-content {
	width: auto;
}
	#guide article section#info ul li{
	text-indent:-1.0em;
}
#guide article section div.left {
	float:left;
	width:49%;
}
#guide article section div.right {
	float:right;
	width:49%;
}


}


@media(max-width:768px){


/* #guide 
======================================================================== */

#guide article section th {
	width:40%!important;
}
#guide article section table#charge th {
	width:200px!important;
}
#guide article section div.left {
	float:none;
	width:100%;
}
#guide article section div.right {
	float:none;
	width:100%;
}


}




























