/*===============================================
RESPONSIVE NAV
===============================================*/

#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

#nav li {
  width: 100%;
  display: block;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}

@media screen and (min-width: 40em) {
  .js #nav {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

/*===============================================
SITE STYLES
===============================================*/

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0; 
}

a{
    color: #03c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration:none;
}
a:hover {
    color: #39f;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
max-width: 850px;
margin: 27px auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

/*===============================================
deco
===============================================*/

.box {
    font:normal 14px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
margin: 5px;
padding: 10px;
background: #fff;
float: left;
word-wrap:break-word;/*eLXgΝέΎ΅*/
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);/*BOXAe*/
-webkit-border-radius:10px;/*SafariAChromepΫ*/
-moz-border-radius:10px;/*FirefoxpΫ*/
}
.main1 { width: 820px;}
.main2 { width: 820px; font-size:12px;}

.topnav{
    font:normal 12px/1.2 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
    height: 15px;
    margin:0px 0px 10px 0px;
}

.deco1{
    font:normal 14px/1.4 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
    border-left:7px solid #FFA500;
    border-bottom:1px solid #ccc;
    margin:0px 0px 10px 0px;
    padding:5px 0px 5px 5px;/*ΆJnΚu[γ][E][Ί][Ά]*/
}

span.line1{
  border-bottom:1px dotted;
}
.rtxt{
	color: #FF0000;
}
.prboxin01 {
	width: 98%;
	text-align: left;
	border: 1px dotted #999999;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.tsp2013mid {
	vertical-align: middle;
}

/*===============================================
foot
===============================================*/

.foot1{
    position:relative;
    padding: 10px 0px 0px 0px;
    width: 100%;
    font:normal 12px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
    color: #5f5f5f;/*ΆF*/
    text-align: center;/**/
    clear:both;
}

.foot2{
    position:relative;
    padding: 15px 0px 0px 0px;
    width: 100%;
    font:normal 12px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
    color: #5f5f5f;/*ΆF*/
    text-align: center;/**/
    clear:both;
}

/*===============================================
deco
===============================================*/

#decoinfo{
    font:normal 14px/1.4 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
    border-left:7px solid #808080;
    border-bottom:1px solid #ccc;
    margin:15px 0px 0px 0px;
    padding:3px 0px 3px 3px;/*ΆJnΚu[γ][E][Ί][Ά]*/
}

#textm{
    font:normal 12px/1.2 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
}

#right{
font:normal 12px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
text-align: right;
margin:10px 0px 0px 0px;/*ΆJnΚu[γ][E][Ί][Ά]*/
}

/*===============================================
deco
===============================================*/

.t_nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
}
.t_nav li{
font:normal 12px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
	display:table-cell;
	text-align:center;
	color:#fff;
	background: #808080;
}

/*===============================================
deco
===============================================*/

.c_nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
}
.c_nav li{
font:normal 14px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
	display:table-cell;
	text-align:center;
	background: #fff;
	border-bottom:1px solid #808080;
}
.c_nav li:not(:last-child){
	border-right:1px solid #808080;
}

/*===============================================
deco
===============================================*/

.l_nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
}
.l_nav li{
font:normal 12px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
	display:table-cell;
	text-align:center;
background-color: #fff;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
}
.l_nav li:not(:last-child){
	border-right:1px solid #C0C0C0;
}
.l_nav li a{
	padding:13px 0;
	display:block;
	color:#37302a;
	text-decoration:none;
}

.l_nav ul li a:hover {
color : white;
background-color : #FFA500;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*===============================================
deco
===============================================*/

.s_nav ul{
}

.s_nav ul li{
	display:table;
	width:100%;
	border-bottom:1px dotted #ccc;
}

.s_nav ul li a{
	display:block;
	padding:7px 25px 7px 7px;
	position:relative;
	text-decoration:none;
	color:#0000FF;
}

.s_nav ul li a:hover {
color : white;
background-color : #FFA500;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.s_nav ul li a:after{
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	border: 4px solid transparent;
	border-left-color: #FFFFFF;
	position:absolute;
	top:50%;
	right:10px;
}

.s_nav ul li div{
	display:table-cell;
	vertical-align:middle;
}

/*===============================================
deco
===============================================*/

.a_nav{
	margin:20px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #fff;
}

.a_nav ul{
}

.a_nav ul li{
	display:table;
	width:100%;
	border-bottom:1px dotted #ccc;
}

.a_nav ul li a{
	display:block;
	padding:7px 25px 7px 7px;
	position:relative;
	text-decoration:none;
	color:#37302a;
}

.a_nav ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.a_nav ul li a:after{
	content: "";
    display: block;
	height: 0px;
	width: 0px;
	border: 4px solid transparent;
	border-left-color: #FFA500;
	position:absolute;
	top:50%;
	right:10px;
}

.a_nav ul li figure{
	display:table-cell;
	vertical-align:middle;
	width:50px;
	padding-right:5px;
	line-height:0.1em;
	font-size:1px;
}

.a_nav ul li figure img{
	width:50px; height:auto;
}


.a_nav ul li div{
	display:table-cell;
	vertical-align:middle;
}

/*===============================================
table_pr STYLES
===============================================*/
#table_pr{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
#table_pr td,
#table_pr th{
	padding: 5px;
	border: 1px solid #ccc;
	text-align:center;
	font-weight: normal;
}
#table_pr thead th{
	font-size: 14px;
	color:#fff;
	background:#808080;
}

#table_mei{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
#table_mei td,
#table_mei th{
	padding: 5px;
	border: 1px solid #ccc;
	text-align:center;
	font-weight: normal;
}
#table_mei thead th{
	font-size: 14px;
	color:#fff;
	background:#808080;
}

#table_bank{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
#table_bank td,
#table_bank th{
	padding: 5px;
	border: 1px solid #ccc;
	text-align:center;
	font-weight: normal;
}
#table_bank thead th{
	font-size: 14px;
	color:#fff;
	background:#808080;
}

#table_time{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
#table_time td,
#table_time th{
	padding: 5px;
	border: 1px solid #ccc;
	text-align:center;
	font-weight: normal;
}
#table_time thead th{
	font-size: 14px;
	color:#fff;
	background:#808080;
}
#table_free{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
#table_free td{
	padding: 5px;
	border: 1px solid #ccc;
	text-align:left;
	font-weight: normal;
}
#table_free th{
	padding: 5px;
	border: 1px solid #ccc;
	text-align:center;
	font-weight: normal;
}
#table_free thead th{
	font-size: 14px;
	color:#fff;
	background:#808080;
}

/*===============================================
CALENDAR STYLES
===============================================*/

.calendar-container {
    position: relative!important;
    padding-bottom: 90%;
    padding-top: 30px;
    height: 0;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
 
@media screen and (max-width: 460px) {
    .calendar-container {
        padding-bottom: 140%;
    }
}
 
.entry-content img,#content embed,#content object,#content iframe,#content video {
    border: 1px solid #eeeeee!important;
    padding: 6px!important;
    background-color: rgba(230,230,230,0.4)!important;
    border-radius: 3px;
}
 
@media screen and (max-width: 320px) {
    iframe[src*="calendar"] {
        width: 240px!important;
        height: 300px!important;
    }
}

/*===============================================
RESPONSIVE deco
===============================================*/

#nav,
#nav * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav,
#nav ul {
  list-style: none;
  width: 100%;
  float: left;
}

#nav li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  #nav li {
    width: 12.5%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

#nav a {
font:normal 12px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
  color: #696969;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
background-color: #fff;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
}

@media screen and (min-width: 40em) {
  #nav a {
font:normal 12px/1.6 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

#nav ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

#nav ul li a:hover {
color : white;
background-color : #FFA500;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

@media screen and (min-width: 40em) {
  #nav ul ul a {
    display: none;
  }
}

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: #808080 url("img201305/hamburger.gif") no-repeat 50% 33%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("img201305/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

/*===============================================
S width 640pxάΕ
===============================================*/

@media screen and (max-width: 640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;@
}
    .box{
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 5px 2px;
    }

.main1 { width: 98%; }
.main2 { width: 98%; }

.foot2 { width: 98%; }
.topnav { width: 98%; font:normal 11px/1.1 "CI","Meiryo","qMmpS Pro W3","Hiragino Kaku Gothic Pro", Times, serif;}

#table_pr{
	display: block;
}
#table_pr thead{
	display: none;
}
#table_pr tbody{
	display: block;
}
#table_pr tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
#table_pr tbody th,
#table_pr tbody td{
	display: list-item;
	border: none;
	text-align:left;
}
#table_pr tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #808080;
	text-align:center;
}
#table_pr tbody td{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}
#table_pr tbody td:nth-of-type(1):before { content: "`[W|CgF"; }
#table_pr tbody td:nth-of-type(2):before { content: "¦ΗΑπ·θΏF"; color: #808080;font-size: 12px;}

#table_mei{
	display: block;
}
#table_mei thead{
	display: none;
}
#table_mei tbody{
	display: block;
}
#table_mei tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
#table_mei tbody th,
#table_mei tbody td{
	display: list-item;
	border: none;
	text-align:left;
}
#table_mei tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #808080;
	text-align:center;
}
#table_mei tbody td{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}
#table_mei tbody td:nth-of-type(1):before { content: "¨UέαF"; }

#table_bank{
	display: block;
}
#table_bank thead{
	display: none;
}
#table_bank tbody{
	display: block;
}
#table_bank tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
#table_bank tbody th,
#table_bank tbody td{
	display: list-item;
	border: none;
	text-align:left;
}
#table_bank tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #808080;
	text-align:center;
}
#table_bank tbody td{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}
#table_bank tbody td:nth-of-type(1):before { content: "XΤ@F"; }
#table_bank tbody td:nth-of-type(2):before { content: "ϋΐΤF"; }
#table_bank tbody td:nth-of-type(3):before { content: "ϋΐΌ`F"; }

#table_time{
	display: block;
}
#table_time thead{
	display: none;
}
#table_time tbody{
	display: block;
}
#table_time tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
#table_time tbody th,
#table_time tbody td{
	display: list-item;
	border: none;
}
#table_time tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #808080;
	text-align:center;
}
#table_time tbody td{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}
#table_time tbody td:nth-of-type(1):before { content: ""; }

#table_free{
	display: block;
}
#table_free thead{
	display: none;
}
#table_free tbody{
	display: block;
}
#table_free tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
#table_free tbody th,
#table_free tbody td{
	display: list-item;
	border: none;
}
#table_free tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #808080;
	text-align:center;
}
#table_free tbody td{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}
#table_free tbody td:nth-of-type(1):before { content: ""; }

.sp1{
	font-weight: bold;
}
.sp2{
	color: #808080;
	font-size: 12px;
}
.prboxin01 {
	width: 94%;
	text-align: left;
	border: 1px dotted #999999;
	padding: 5px;
	margin-bottom: 30px;
}

}