@charset "UTF-8";
/* CSS Document */
#page_times {
	width: 100%;
	height: 106px;
	background-image: url(../img/times-back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto 25px;
}
.entry-title, .entry-meta, .entry-utility {
	display: none;
}
#page_times h1 {
	width: 250px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#times ul {
	width: 720px;
	margin: 0 auto;
	padding: 0 0 0 0;
	border-bottom: #ECD17F 1px solid;
	overflow: hidden;
}
#times a:link {
	color: #d90000;
	font-size: 16px;
	text-decoration: none;
}
#times a:visited {
	color: #d90000;
	font-size: 16px;
	text-decoration: none;
}
#times a:hover {
	color: #f60;
	font-size: 16px;
	text-decoration: none;
}
#times a:active {
	color: #d90000;
	font-size: 16px;
	text-decoration: none;
}
.kt1 {
	color: #000;
}
#times {
	width: 720px;
	margin: 0 auto;
	padding: 60px 0 30px 0;
}
#times p {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
}
#times h2 {
	font-size: 20px;
	padding: 10px 0 10px 5px;
	background-color: #fff;
	font-weight: 600;
	margin: 0 0 10px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}
/* tab */

#tabset {
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
#tabset_tab ul {
	margin: 0;
	padding: 0;
}
#tabset_tab li {
	width: 100px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	list-style: none;
}
#tabset_tab li.last {
	width: 200px;
	height: 30px;
	float: right;
	text-align: center;
	line-height: 30px;
	list-style: none;
}
#tabset_tab li a {
	display: block;
	outline: none; /* linkline */
	background-color: #CCC;
	border-bottom: solid 1px #ECD17F;
	color: #000;
	text-decoration: none;
}
#tabset_tab li a span {
	display: block;
	background: transparent url('img/tab_topbk.gif') no-repeat left top scroll;
	border: #ECD17F 1px solid;
}
#tabset_tab li a:hover {
	text-decoration: none;
	background-color: #ECD17F;
	color: #FFF;
}
#tabset_tab li a.select {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background: #FFF url('img/tab_bk_on.gif') no-repeat left top scroll;
	border: #ECD17F 1px solid;
	border-bottom: none;
}
/* panel */

#tabset_panel {
	overflow: hidden;
	width: 100%;
	clear: both;
	padding: 0;
}
#tabset_panel div {
	padding: 0;
	margin: 0;
}
#contents {
	width: 1000px;
	margin: 15px auto 30px;
	overflow: hidden;
	position: relative;
}
article {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#right-main {
	float: right;
	width: 780px;
}

#left-main {
	float: left;
	width: 200px;
	margin: 60px 0 0 0;
}
#times_nav ul {
	border-top: 1px solid #999;
}
#times_nav li {
	font-size: 13px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #999;
}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #b20000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}



.hakk {
	font-size: 10px;
}
#ttbox {
	font-size:0;
	width: 780px;
	margin: 0 auto;
}
p.time001 {
	text-align: center;
}
.time_list {
	width: 158px;
	display:inline-block;
	border: #ddd 1px solid;
	padding: 5px;
	margin: 0 12px 15px 12px;
}
p.time-p {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
p.time-t {
	width: 150px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0 0;
}
h2#kouhuku {
	width: 500px;
	margin: 30px auto;
}
h3#kouhuku2 {
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}



/* 画面サイズが480px以下の場合に適用===================================================================================== */
@media only screen and (max-width: 480px) {
	
#page_times {
	width: 100%;
	height: 50px;
	background-image:none;
	border-bottom:#777 1px solid;
	text-align: center;
	margin: 0 auto 25px;
}
#page_times h1 {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
	
#contents {
    width: 100%;
    margin: 5px auto 30px;
    overflow: hidden;
    position: relative;
}	
#ttbox {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}	
.time_list {
    width: 30%;
    float: left;
    border: none;
    padding: 0;
    margin: 0 1% 10px 1%;
	height:210px;
}
p.time-p {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 0;
}
p.time-t {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

article {
    float: none;
    width: 100%;
	margin:0 auto;
}
#times {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
#tabset {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

#times ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	border-bottom: none;
	overflow: hidden;
}
#tabset_panel {
    overflow: hidden;
    width: 100%;
    clear: both;
    padding: 0;
}
aside {
	float: none;
	width: 100%;
}
#times_nav ul {
	overflow:hidden;
}
#times_nav li {
	float:left;
	width:45%;
    font-size: 13px;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #fff;
}
#times h2 {
    font-size: 16px;
}
	
	
article {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
}
#right-main {
	float: none;
	width: 100%;
}

#left-main {
	float: none;
	width: 100%;
	margin: 20px 0 0 0;
}
	
h2#kouhuku {
	width: 90%;
	margin: 30px auto;
}
h3#kouhuku2 {
	font-size: 15px;
	line-height: 1.6em;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}	
	
}