#banner {
	/* [disabled]padding-right: 10px;
*/
	/* [disabled]padding-left: 10px;
*/
	margin-bottom: 30px;
	margin-top: 30px;
}
/*共通*/
/*---------------------------------------*/
.box {
	margin-bottom: 100px;
}
/*---------------------------------------*/




/*index.html*/
/*---------------------------------------*/

#header_img {
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	border-radius: 6px;         /* CSS3 角丸 */
	-moz-border-radius: 6px;    /* Firefox 角丸 */
	-webkit-border-radius: 6px; /* Safari,Chrom 角丸e */
	height: 300px;
}
#box_right01 {
	width: 300px;
	float: right;
	font-size: 12px;
	height: 240px;
}
#box_left01 {
	float: left;
}
#box_right_02 {
	float: right;
	width: 400px;
}
#box_top {
	height: 200px;
	margin-bottom: 50px;
}
.box_lecture01 {
	height: 300px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.box_lecture02 {
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.text_box {
	font-size: 12px;
	font-weight: bold;
	width: 130px;
	float: left;
	margin-right: 48px;
	height: 45px;
}
.text_box_r {
	float: right;
	width: 130px;
	font-weight: bold;
	font-size: 12px;
	height: 45px;
	margin-right: 15px;
}
#top01 {
	height: 300px;
	margin-top: 130px;
	margin-bottom: 60px;
}
.box img {
	margin-left: 5px;
}
.box ul {
	line-height: 20px;
	font-size: 16px;
}
/*---------------------------------------*/



/*ryoukin.html*/
/*---------------------------------------*/
caption {
	display: none;
}
#charge {
	width:95%;
	border-collapse:collapse;
	border-spacing:0;
	text-align:center;
	font-size:14px;
	background-color:#E1FFC1;
}
#charge p {
	padding-top:12px;
	padding-bottom:12px;
	font-size:14px;
}
#charge thead th, #charge thead td {
	border-bottom:3px solid #97B83A;
}
#charge td, #charge th {
	border-bottom:1px solid #97B83A;
	border-right:1px solid #E1FFC1;
	font-weight:normal;
}
#charge thead tr td {
	width:34%;
}
#charge thead th {
	width:22%;
}
#charge01 {
	width:95%;
	border-collapse:collapse;
	border-spacing:0;
	text-align:center;
	font-size:14px;
	background-color:#E1FFC1;
}
#charge01 p {
	padding-top:12px;
	padding-bottom:12px;
	font-size:14px;
}
#charge01 thead th, #charge01 thead td {
	border-bottom:3px solid #97B83A;
}
#charge01 td, #charge01 th {
	border-bottom:1px solid #97B83A;
	border-right:1px solid #E1FFC1;
	font-weight:normal;
}
#charge01 thead tr td {
	width:34%;
}
#charge01 thead th {
	width:22%;
}
#charge02 {
	width:95%;
	border-collapse:collapse;
	border-spacing:0;
	text-align:center;
	font-size:14px;
	background-color:#E1FFC1;
}
#charge02 p {
	padding-top:12px;
	padding-bottom:12px;
	font-size:14px;
	text-align: center;
}
#charge02 thead th, #charge02 thead td {
	border-bottom:3px solid #97B83A;
}
#charge02 td, #charge02 th {
	border-bottom:1px solid #97B83A;
	border-right:1px solid #E1FFC1;
	font-weight:normal;
}
#charge02 thead tr td {
	width:34%;
}
#charge02 thead th {
	width:22%;
}
#cancel {
	width:95%;
	border-collapse:collapse;
	border-spacing:0;
	text-align:center;
	font-size:14px;
	background-color:#E1FFC1;
}
#cancel p {
	padding-top:12px;
	padding-bottom:12px;
	font-size:14px;
}
#cancel thead th, #cancel thead td {
	border-bottom:3px solid #97B83A;
}
#cancel td, #cancel th {
	border-bottom:1px solid #97B83A;
	border-right:1px solid #E1FFC1;
	font-weight:normal;
}
#cancel thead th {
	width:14%;
}
.answer {
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	line-height: 30px;
	width: 460px;
	float: right;
	padding-left: 30px;
}
/*---------------------------------------*/



/*reservation.html*/
/*---------------------------------------*/
#reservation {
	width: 90%;
}
input {
	border: 1px solid #C00;
}
select {
	border: 1px solid #C00;
}
textarea {
	border: 1px solid #C00;
}
#form_box {
	background-color: #DBDBDB;
	border: 1px solid #C00;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 80px;
}
.submitbutton {
	background-color: #FFF;
	border: 2px solid #C00;
}
form iframe {
	height: 200px;
	width: 500px;
	background-color: #ffffff;
	border: #999 solid 1px;
}
#privasy {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
}
/*---------------------------------------*/
.media {
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 20px;
	margin-bottom: 60px;
	height: 400px;
}
.media_left {
	width: 250px;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}
.media_right {
	width: 250px;
	float: right;
}
.space {
	height: 200px;
}
.profile {
	height: 248px;
	margin-bottom: 70px;
	padding-right: 10px;
	padding-left: 10px;
}
.profile img {
	margin-left: 9px;
	margin-right: 2px;
}
hr {
	display: none;
}
.day-font {
	background-color: #009999;
	color: #FFF;
}
.evening-font {
	color: #FFF;
	background-color: #933;
}

