﻿@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 File name:      basic.css
 Author:         eb
----------------------------------------------------------- */

/* 上書き
----------------------------------------------------------- */
article ul{
	margin:0;
	padding:0;
}
article#catch ul {
	margin-left: 0em;
}
div#main ul li {
	margin-left: 0em;
}

ul.lineup{
	margin:0 0 30px 0;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.lineup li{
	margin:0 0 20px 0;
	padding:4px 0 0 40px;
	list-style:none;
	font-size:14px;
}
ul.lineup li.manto{
	background:url(images/back_manto.png) no-repeat;
}
ul.lineup li.group{
	background:url(images/back_group.png) no-repeat;
}

ul.lineup li:nth-child(odd) {
	float:left;
		width:285px;
	height:30px;
}
ul.lineup li:nth-child(even) {
	float:right;
	width:285px;
	height:30px;
}
.photo_l {
	display: block;
	float: left;
	margin: 0 1em 0.5em 0;
	padding: 2px;
	width: 154px;
	border: 1px solid #ccc;
}

.photo_r {
	display: block;
	float: right;
	margin: 0 1em 1em 0.5em;
	padding: 2px;
	border: 1px solid #ccc;
}

.photo_waku {
	display: block;
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #ccc;
}

div#catch {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/header/bg_catch3.jpg) no-repeat center 0;
}


#box{
 display:none;
 padding-top:20px;
}
div.nihei-box{width:135px; float:right; padding-right:14px;}
div.nihei-btn{padding-right:1px; float:right; width:139px;}
*+html div.nihei-btn{padding-left:8px; float:right; width:139px;}

.boxw_new{
	margin: 10px 0 20px 0;
	padding: 15px 15px 20px 15px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.boxw_new h3{
	margin:0;
	padding-bottom:20px;
}
.boxw_new p{
	padding:0 0 0.5em;
	margin:0;
	line-height:1.5em;
}
.boxw_new .left{
	float:left;
	overflow:hidden;
	text-align:left;
}

.boxw_new .right{
	float:right;
	overflow:hidden;
	text-align:left;
}
.boxw_new .w48per{
	width:48.507%;
	
}
.boxw_new .w60per{
	width:60%;
	
}
.boxw_new h4{
	margin:0;
	padding:0;
}
.boxw_new h4.icon{
	float:left;
	padding-right:10px;
}
.boxw_new p.boxtext{
	float:left;
	text-align:left;
}
.boxw_new .w186{
	width:186px;
}
.boxw_new .w540{
	width:540px;
}
.boxw_new .timetable{
	/*border-bottom:1px solid #64B9EC;
	border-top:1px solid #64B9EC;*/
	width:100%;
	font-size:0.85em;
}
.boxw_new .timetable th {
	padding:5px;
	color:#1472A9;
	font-weight:800;
	border-bottom:1px dotted #64B9EC;
	width:140px;
}
.boxw_new .timetable td {
	padding:5px ;
	border-bottom:1px dotted #64B9EC;
}
.boxw_new h5{
	font-weight:800;
	color:#1372A9;
}
.boxw_new .right h5.midashi{
	font-weight:800;
	padding:5px 0 ;
	border-bottom:1px solid #64B9EC;
}

.boxw_new .right dl {
	margin: 0 ;
	padding: 10px 10px 10px;
	width: 100%;
}
.boxw_new .right dl dt {
	float: left;
	margin: 0;
	width: 9em;
	padding: 10px 10px 10px 0 ;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
.boxw_new .right dl dd {
	margin: 0;
	padding: 10px 10px 10px 8em;
	line-height: 150%;
}
.boxw_new .tokuten{
	border:4px solid #088A68;
	padding:1px;
}
.boxw_new .tokuten-in{
	border:2px solid #EECC5E;
	background:url(images/tokuten_back.png) no-repeat top left;
	padding:20px;
}

.boxw_new .tokuten-in ol {
	margin:0 0 0 120px;
	padding:0 0 20px 20px;
	list-style:none;
}
.boxw_new .tokuten-in ol li.no1 {
	background:url(images/no1.png) no-repeat;
	padding-left:40px;
}
.boxw_new .tokuten-in ol li.no2 {
	background:url(images/no2.png) no-repeat;
	padding-left:40px;
}

.boxw_new .tokuten-in ol li.no3 {
	background:url(images/no3.png) no-repeat;
	padding-left:40px;
}
.boxw_new .tokuten-in p{
	background:url(images/tokuten.png) no-repeat;
	padding-left:110px;
}
.boxw_new .feetext{
	font-size:12px;
	text-align:right;
	clear:both;
}
.h00{
	clear:both;
	height:00px;
	width:auto;
}
.h10{
	clear:both;
	height:10px;
	width:auto;
}
.h20{
	clear:both;
	height:20px;
	width:auto;
}
.h30{
	clear:both;
	height:30px;
	width:auto;
}
.h40{
	clear:both;
	height:40px;
	width:auto;
}
.w540{
	width:540px;
}


.link_button {
  background: #87ceeb;
  padding:5px 10px;
  border-radius: 20px;
    }


.link_button:hover {
  background: #ff4500;
  }

