/* 
 * CSS RULES
 * fieldset は必要ない
 * フォームやテーブルの幅は wide narrow クラスを使用
 * 単純に float left, right したい div は class="xxx left" class="yyy right" を使用
 */
 
ul.loginbtn{
height:40px;
}
ul.loginbtn li{
float: left;
margin: 0 5px 0 0;
} 
ul.loginbtn li:hover{
border:1px solid #ccc;
-moz-box-shadow:0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 2px #000000;
box-shadow: 0px 0px 2px #000000;
} 
ul.loginbtn li.rakuten{
position:relative;
top:-3px;
left:0;
}
div.loginbtn_fb_frame{
clear:left;
margin: 0 0 10px 0;
} 
 
 
a.submit { background: url('/images/css/btn_submit.gif') no-repeat top; width: 262px; height: 42px; display: block; }
a.submit:hover { background: url('/images/css/btn_submit.gif') no-repeat bottom; }
a.submit span { font-size: 14px; color: #FFF; font-weight: bold; line-height: 42px; }
form { margin-bottom: 20px; }
input { padding: 3px; color:#555555; margin-right: 5px; }
input.short { width: 60px; }
input.medium { width: 60%; }
input.long { width: 70%; }
input.clean, .clean input { padding: 0px; margin: 0px;}
.buttons { text-align: center; }

textarea {
	color:#555555;
	padding: 3px;
	font-size: 12px;
	/* background-color: #FFFFD0; */
}
.legend { padding: 0px 0px 10px 0px; line-height: 20px; }
.visible_legend { background-color: #E6EFFF; margin: 5px 0px; padding: 3px; }
.visible td, .visible th { background-color: #E6EFFF; }
select { color:#555555; }
/* ikeda refactor なぜ .bold クラスが必要ですか？ <b> でいいのでは？ */

.bold{ font-weight:bold; }
#messages { width: 100%; padding:0 0 10px; }
#messages .flash { float:none; }
#actions { width: 90%; }
#actions .links a { color: #333; text-decoration: none; padding: 5px; border: 1px solid #888; background-color: #BBFF2D; }
#actions textarea { margin-top: 10px;}
#actions .links a:hover { background-color: #88AA00; color: #FFF;}
#actions .links span {
	padding: 5px;
	border: 1px solid #888;
	background-color: #E5E5E5;	
}
div.fields {padding: 3px 0px;}
.link_btn {padding: 10px 0px; }
.link_btn a { color: #333; text-decoration: none; padding: 5px; border: 1px solid #888; background-color: #BBFF2D; }
.link_btn a:hover { background-color: #88AA00; color: #FFF;}
.link_btn span { padding: 5px; border: 1px solid #888; background-color: #E5E5E5; }

.half { width: 50%; float: left; }
.form_notice { padding: 10px 0px; }
.msg { font-size: 14px; line-height:150%; padding:0 20px 30px; }
.msg ul li{ background:transparent url(/images/icons/information.gif) no-repeat scroll left 2px;
	padding:0 0 0 20px; line-height:180%; }
.msg ul.coupon li{ 
background:transparent url(/images/icons/information.gif) no-repeat scroll left 2px;
padding:0 0 0 20px; 
line-height: 170%;
font-size: 12px;
position: relative;
top: 5px;
left: -20px;
}

.msg a { color: #0066CC; text-decoration: underline; }
.msg a:hover { color: #006699; }

.msg2 { font-size: 14px; line-height:150%; padding:0 20px 30px; }
.msg2 ul li{ padding:0 10px 0 0; line-height:160%; }
.msg2 ul li b { color: #442B00; }
	
/* FF */
fieldset.type_a { padding: 15px; border: 1px solid #DDD; }
/*IE7*/
*+html fieldset.type_a { }
/*IE6*/
* html fieldset.type_a { padding: 10px; }
/*IE6*/
* html div#msg_tag { margin: 20px 0 0 0; }






/* FF */ 
#msg_form { 
/*float: left*/
}

/* For modern browsers */
#msg_form:before,
#msg_form:after {
    content:"";
    display:table;
}
 
#msg_form:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
#msg_form {
    zoom:1;
}











/*IE7*/
* html #msg_form { margin: -20px 0 0 0; }
/*IE6*/
* html #msg_form {
	margin: -20px 0 0 0;
}
/* not needed
fieldset.type_a legend {
	font-size: 14px;
	padding: 5px;
	display: block;
	border: 1px solid #DDD;
	width: 140px;
	text-align:center;	
}
*/
form em, table em { color: #FF7A01; font-weight: bold; font-size: 12px; }
/* 
 * Table Widths
 */

table.narrow {
	width: 680px; margin: 0px;
}

table.wide {
	width: 100%; margin: -1px 0px 0px;
}

/*  
 * STANDARD
 */
.standard { width: 700px; float: left; clear: both; }
.standard tr.temp { background-color: #FFB9CB; }
.standard span.temp { font-size: 10px; color: #FFF; background-color: #FF3366; padding: 2px; }
.standard form { clear: both; }
.standard table {
	}
.standard table th, .standard table td {
	border-top: 1px dashed #D6D4AA;
	text-align:left;
	word-break:break-all; 	
}

div.standard th { padding:12px; }
div.standard td { padding:9px; }
div.standard td.help { padding:9px; border: none; }
div.standard td img, table.list td img{
	padding: 0px 5px;
}
.standard .message {
	width: 90%;
	padding: 10px;
	line-height: 18px;
	float: left;
	clear: both;
	border: 1px solid #CCC;	
	margin-bottom: 20px;
}

/*
	table which just to put buttons and messages for login form
	2010/06/23 by bluesky.sora@gmail.com
*/
.message table {
	margin: 0;
	padding: 0;
	width: 99%
}

.message table th,
.message table td {
	border: 0px;
	text-align:left;
	word-break:break-all;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.message table th {
	width:150px;
}


/* For modern browsers */
div#msg_tag {
	/*margin-bottom: -1px;*/
	/*float:left;*/
	height:29px;
}

/* For modern browsers */
div#msg_tag:before,
div#msg_tag:after {
    content:"";
    display:table;
}
 
div#msg_tag:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
div#msg_tag {
    zoom:1;
}

div.notice {
	height: 20px;
	margin: 0px 0px 5px;
}














div#msg_tag a span {
	border: 1px solid #BBB;
	margin-right: -1px;
	display: block;
	padding:5px 15px;
	float: left;
	background: #F0F4F5;
	cursor: hand;
}

/*IE7*/
*+html div#msg_tag a span {
	margin-bottom: -1px;
}

/*IE6*/
* html div#msg_tag a span {
	margin-bottom: -1px;
}

div#msg_tag a.on span {
	background: #FBF7D7;
	border-bottom: 1px solid #FBF7D7;
	font-weight: bold;
}

div#msg_tag a:hover {
	background: #BBB;
}
div#msg_tag a:hover span {
	background: #BBB;
	color: #FFF;
	border: 1px solid #BBB;
}




/* Minimal Table 
 * 
 */
table.minimal { /* border: 3px solid #D6D4AA; */ }
table.minimal th, table.minimal td {
	border-bottom: 1px dashed #D6D4AA;
	border-top: 1px dashed #D6D4AA;
	font-weight:normal;
	text-align:left;
	word-break:break-all;
	padding: 10px;
}
table.minimal th { text-align: right;border-bottom: 1px dashed #D6D4AA;}
table.minimal td.help { padding:9px; border: none; }
table.minimal th.notnotice, table.minimal td.notnotice { border-bottom: none; border-top: none; }
table.minimal th.notice { border-top: 1px dashed red; border-bottom: 1px dashed red; border-left: 1px dashed red;}
table.minimal td.notice { border-top: 1px dashed red; border-bottom: 1px dashed red; border-right: 1px dashed red;}

table.list { }
table.list tr.odd_tbl { background-color: #EBEAD6; }
table.list th { padding:4px; font-weight: bold; text-align: left; background-color: #6F645F; color: #FFF;}
table.list td { padding:5px; }
table.list th, table.list td { border: 1px solid #D6D4AA; }
table.list .reg_date { color: #A8A8A8; }

div.standard td span.note {
	color:#666666;
	font-size:90%;
}
div.form_buttons {
	float: left;
	padding: 20px;
	width: 100%;
	text-align: center;
}
div.form_buttons input {
	
}
/* Options */

div.options input {
	margin-right: 5px;
}
div.options table { border: 3px solid #D6D4AA;}
div.options th, div.options td {
	border-top: 1px dashed #D6D4AA;
	font-weight:normal;
	text-align:left;
	word-break:break-all;
	padding: 10px;
}
/*
div.options td {
	border-bottom:1px solid #D6D4AA;
	border-top:1px solid #D6D4AA;
	font-weight:normal;
	padding:9px;
	text-align:left;
}
*/
/* PRO */

div.pro_item_show {
	width:100%;
	float:left;
	padding: 10px 0px;
}

div.pro_item_show div.left {
	float:left;
	width: 70px;
}
div.pro_item_show div.left img {
	border: none;
	padding:10px;
}

div.pro_item_show div.right {
	float:left;
	overflow:hidden;
	width:495px;
}
div.pro_item_show h3{
	border-bottom: 1px dashed #006699;
	padding:5px 0px;
}
div.pro_item_show_right p{
	padding:0px 10px 10px 10px;
}

div.pro_searchbar input{
	margin:10px 5px;
}

div#add_contact {
	margin-right: 10px;
	float: left;
	font-weight:bold;
}

div.block_item_show, div.fav_item_show {
	width:45%;
	float:left;
	margin:10px;
}
/*
div.block_item_show {
	width:45%;
	float:left;
	margin:10px;
	border:1px solid #AEAEAE;
}

div.block_item_show_left {
	float:left;
}
div.block_item_show_left img {
	border: none;
	padding:10px;
	width:50px;
}

div.block_item_show_right {
	float:left;
	overflow:hidden;
	width:200px;
}
div.block_item_show_right h3{
	padding:10px;
}
div.block_item_show_right p{
	padding:0px 10px 10px 10px;
}
*/

div.fav_item_show_left {
	float:left;
}
div.fav_item_show_left img {
	border: none;
	padding:10px;
	width:50px;
}

div.fav_item_show_right {
	float:left;
	overflow:hidden;
	width:200px;
}
div.fav_item_show_right h3{
	padding:10px;
}
div.fav_item_show_right p{
	padding:0px 10px 10px 10px;
}

fieldset.service {
	border:2px solid #BBBBBB;
	float:left;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 20px;
	width:274px;
	color:#363636;
}
fieldset.service p{
	word-break:break-all;
	width:250px;
    overflow:auto;
}

a.homelink{
	TEXT-DECORATION:underline;
	font-weight:bold;
}
/*
h1.search_title {
  background: transparent url(/images/ja/title_search_pro_index_1.gif) no-repeat scroll left top;
} 
h1.tutor {
	background:transparent url(../images/ja/title_profile_pro_show_1.gif) no-repeat scroll left top;
}
h1.req {
	background:transparent url(../images/ja/title_profile_pro_show_1.gif) no-repeat scroll left top;
}
h1.reset_time{
	background:transparent url(../images/ja/title_user_req_reset_1.gif) no-repeat scroll left top;
}
h1.charge_point{
	background:transparent url(../images/ja/title_user_purchase_points_index_1.gif) no-repeat scroll left top;
}
*/
.title_H1 {
    height: 36px;
    margin-bottom: 14px;
    overflow: hidden;
    text-indent: -9999px;
    width: 595px;
}
/*
div.preconditionObj ul.tab li.li1 a.active {
	background:transparent url(../images/ja/tab_01_a.gif) no-repeat scroll left top;
}
div.preconditionObj ul.tab li.li1 a {
	background:transparent url(../images/ja/tab_01.gif) no-repeat scroll left top;
}
div.preconditionObj ul.tab li.li2 a.active {
	background:transparent url(../images/ja/tab_02_a.gif) no-repeat scroll left top;
}
div.preconditionObj ul.tab li.li2 a {
	background:transparent url(../images/ja/tab_02.gif) no-repeat scroll left top;
}
div.preconditionObj ul.tab li a {
	display:block;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	width:107px;
}
ol, ul {
list-style-type:none;
}
div.preconditionObj ul.tab {
	height:34px;
	margin-bottom:1px;
}
div.preconditionObj ul.tab li {
	float:left;
	height:34px;
	margin-right:3px;
	width:107px;
}
div.precondition table {
	border:1px solid #D6D4AA;
	border-collapse:collapse;
	margin-bottom:14px;
	width:573px;
}
div.precondition th {
	background-color:#FBF7D7;
	border-bottom:1px solid #D6D4AA;
	border-top:1px solid #D6D4AA;
	font-weight:normal;
	padding:12px;
	text-align:left;
	width:100px;
}
div.precondition td {
	border-bottom:1px solid #D6D4AA;
	border-top:1px solid #D6D4AA;
	font-weight:normal;
	padding:9px;
	text-align:left;
}
div.precondition table table {
	border:none;
}
div.precondition table table td{
	border-bottom:none;
	border-top:none;
}
*/
/*
 * obsolete
div.listObj th {
	background-color:#FBF7D7;
	border-bottom:1px solid #D6D4AA;
	border-top:1px solid #D6D4AA;
	font-weight:normal;
	padding:7px;
	text-align:left;
	white-space:nowrap;
	width:86px;
}
div.listObj td {
	background-color:#FFFFFF;
	border-bottom:1px solid #D6D4AA;
	border-top:1px solid #D6D4AA;
	font-weight:normal;
	padding:12px;
	text-align:left;
	width:112px;
}
*/
div.head, div.loginObj, div.profileObj, div.row{
	display:block;
}
div.lessonObj {
	background:transparent url(../images/ja/lin_dot.gif) no-repeat scroll left bottom;
	padding:8px 0 9px 12px;
	margin:0 0 20px;
}
div.cat{
	margin-left: 10px;
	padding: 3px;
}
div.cat_multi_col div.cat {	float:left;	width:150px; }

div.block table{
	border-left:1px solid #D6D4AA;
	border-right:1px solid #D6D4AA;
	border-bottom:1px solid #D6D4AA;
	margin-bottom:12px;
}
p.more{
	margin-bottom:12px;
}
div.loginObj { /* ログインしていない場合、「ログインしてください」を表示 */
	background:#F4F2D2 url(../images/css/bg_login_b.gif) no-repeat scroll left bottom;
	margin:0 11px 20px 40px;
	width:573px;
	height:38px;
}
div.loginObj div {
	background:transparent url(../images/css/bg_login_t.gif) no-repeat scroll left top;
	padding:10px 12px 9px;
}



/* used in profile/services but will be deprecated  */
div.submitObj {	width: 90%;
	margin: 0 0 20px 50px;
}
div.submitObj div.box { 
	height:60px;
	margin-bottom:3px;
	text-align:center;
	padding-left: 160px; 
}
div.submitObj p {
	padding:0 0 0 200px;
}
/*IE7*/
/*
*+html div.submitObj div.box {
	padding:15px 0 0 0;
}
*/
/*IE7*/
/*
*+html div.submitObj div.box a {
	margin:0 0 0 -60px;
}
*/
/*IE6*/
/*
* html div.submitObj div.box {
	padding:15px 0 0 0;
}
*/
/*IE6*/
/*
* html div.submitObj div.box a {
	margin:0 0 0 -60px;
}




div.stepObj {
	height:28px;
	margin:0 11px 27px;
}
div.stepObj ul {
	background:transparent url(../images/ja/stp_arw.gif) no-repeat scroll left top;
	height:28px;
	width:573px;
}
div.stepObj ul {
	display:block;
}
*/
ol, ul {
	list-style-type:none;
}
div.stepObj li.step1 {
	margin-right:44px;
}
div.stepObj li.step2 {
	margin-right:43px;
}
div.stepObj li {
	float:left;
	height:28px;
	width:162px;
}
div.stepObj li span,div.stepObj li strong {
	display:block;
	height:28px;
	overflow:hidden;
	text-indent:-9999px;
	width:162px;
}
div.stepObj li.step1 strong {
	background:transparent url(../images/ja/stp_01_a.gif) no-repeat scroll left top;
}
div.stepObj li.step2 span {
	background:transparent url(../images/ja/stp_02.gif) no-repeat scroll left top;
}
div.stepObj li.step3 span {
	background:transparent url(../images/ja/stp_03.gif) no-repeat scroll left top;
}

div.leadObj {
	margin:0 11px 26px;
}
div.leadObj p {
	margin-bottom:8px;
}
div.leadObj ul.note {
	color:#666666;
	font-size:10px;
}
.necessary {
	color:#E71F19;
}
div.formObj {
	margin:0 0 30px;
	border: 1px solid #CCC;
	-moz-box-shadow: #ccc 0px 1px 5px;
    -webkit-box-shadow: #ccc 0px 1px 5px;
    box-shadow: #ccc 0px 1px 5px;
}
div.formObj textarea {
	resize:vertical;
}
div.formObj table {
	border:1px solid #fff;
	border-collapse:collapse;
	margin-bottom:0;
	/*width:600px;*/
}
table {
	font-size:12px;
}
div.formObj th {
	background-color: #EAE7E0;
	border-bottom: 1px solid #fff;
	border-top:1px solid #fff;
	font-weight:normal;
	padding:12px;
	text-align:left;
	width:120px;
}
div.formObj th.no-color {
	background: none;
	border-bottom: 1px solid #fff;
	border-top:1px solid #fff;
	font-weight:normal;
	padding:12px;
	text-align:left;
	width:120px;
}
div.formObj table.layout {
	border:medium none;
	margin:0;
	width:auto;
}

div.formObj td {
	border-bottom:1px solid #EAE7E0;
	border-top:0;
	font-weight:normal;
	padding:9px;
	text-align:left
}
div.formObj td.noline {
	border-bottom:0;
	/*border-top:1px solid #EAE7E0;*/
	font-weight:normal;
	padding:9px;
	text-align:left
}
div.formObj td li.data {
	border-bottom:1px solid #EAE7E0;
	line-height: 3;	
}
div.formObj td li.noline {
	border-bottom:none;
	line-height: 3;
}
div.formObj td li.noline span {
	font-weight:bold;
}
div.formObj td li.data span {
	font-weight:bold;	
}
div.formObj tr.indent {
	display:none;	
}

div.formObj p img.framed {
	padding:5px;
	border: 1px solid #ccc;
}
div.date_holder{
	width:50%;
	float:left;
	/* ikeda リクエストフォームのカレンダーに余分なマージンが入るので一時的に削除
	margin-top:10px;
	*/
}
div.calendar{
	width:50%;
	float:right;
	text-align: left;
	/* ikeda リクエストフォームのカレンダーに余分なマージンが入るので一時的に削除
	margin-top:10px;
	*/
}
div.calendar_posit{
position: relative;
top: -10px;
left:0;
}
div.formObj dl {
	float: right;
	margin:0 0 5px;
}
div.formObj dl.first {
	float: left;
	margin:0;
}
div.formObj dl.line {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 2px;
}
span.note {
	color:#666666;
	font-size:10px;
}
/* ikeda refactored このように、一度しか使わないクラスのために何行も css を定義するのはもったいない あとで削除 
div.row div.left {
	float:left;
	width:350px;
}
div.row div.right {
	float:right;
	width:350px;
}
div.row div.pressObj, div.tutorObj, div.messageObj {
	position:relative;
}
div.row div.lessonObj dl {
	border-bottom:1px solid #E4E2E1;
	margin:0 10px;
	padding:15px 0;
	vertical-align:top;
	width:270px;
}
div.row div.lessonObj dt {
	float:left;
	width:80px;
}
div.row div.lessonObj dd ul {
	margin-left:80px;
}
div.row div.lessonObj h3 {
	margin-left:80px;
}
div.row div.lessonObj h2 {
	background:transparent url(../images/ja/hed_about_01.gif) no-repeat scroll left top;
}
div.row div.tutorObj h2 {
	background:transparent url(../images/ja/hed_index_tutor.gif) no-repeat scroll left top;
}
div.row div.messageObj h2 {
	background:transparent url(../images/ja/hed_index_tutor_message.gif) no-repeat scroll left top;
}
div.row div.messageObj h2, div.row div.tutorObj h2, div.row div.lessonObj h2 {
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
	width:290px;
}
div.row p.more {
	font-size:10px;
	left:200px;
	text-align:right;
	top:5px;
	width:90px;
	margin:-20px 0 0 200px;
}
div.row div.table {
	padding:12px 0;
}
div.row div.table td{
	padding:3px 0;
	text-align:center;
}
div.row p.more a {
	background:transparent url(/images/arrow_s.gif) no-repeat scroll left center;
	padding-left:12px;
}
*/ 
#messages_list_box {
	/* width: 100%; /
	 *  !important 
	 *  すみません。これがあると表示がうまくいかないので、削除しました */
}
#messages_list_box th{
	font-weight: bolder;
}
div.msg_title_cnt {
	width: 360px;
	overflow: hidden;	
	white-space: nowrap;
}
#messages_list_box th {
	padding: 6px;
}
#messages_list_box td {
	padding: 6px;
}
#messages_list_box .msg_date {
	 width: 100px; 
	 text-align: right;
}
#messages_list_box .msg_cnt { font-size: 9px; color: #AAA; font-weight: normal; }

#msg_detail th{
border: none;
}
#msg_detail th.mid{
vertical-align: middle;
}
#msg_detail td{
border: none;
}
#msg_detail td div.line_sub{
border: 1px solid #ccc;
padding: 10px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
}
#msg_detail td div.line{
border: 1px solid #ccc;
padding: 20px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
}
#msg_detail td.notice{
}
#msg_detail th.clm_1 {
	width: 14%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px;
	font-weight: normal;
}
#msg_detail td.clm_2 {
	width: 16%;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px 9px 9px 0;
}
#msg_detail th.clm_3 {
	width: 12%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px 9px 9px 0;
	font-weight: normal;
}
#msg_detail td.clm_4 {
	width: 16%;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px 9px 9px 0;
}
#msg_detail th.clm_5 {
	width: 10%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px 9px 9px 0;
	font-weight: normal;
}
#msg_detail td.clm_6 {
	width: 32%;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px 9px 9px 0;
}
.message_files div {
	padding: 0 0 5px 0;
}


#admin_category {
	width: 600px;
}
#admin_category th {
	font-weight: bold;
}

table.table_wide .req_id {
	text-decoration: underline;
}
table.table_wide .datetime {
	font-size:10px;
	line-height:12px;
	padding:2px;
}
table.table_wide .reg_date, table.table_wide .confirmed_date {
	text-align: center;
}
table.table_wide .reg_date {
	color: #A30AC7;
}
table.table_wide .confirmed_date {
	color: #BA1C5E;
}
.btn_list {
	padding: 0 0 0 20px;
}
.btn_list ul li {
	padding: 5px 0;
}
.btn_list a {
	background: transparent url(/images/css/btn_main_m.jpg) no-repeat scroll 0 0;
	width: 155px;
	height:25px;
	padding: 5px 0 0 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.btn_list a:hover {
	background: transparent url(/images/css/btn_main_m.jpg) no-repeat scroll 0 -30px;
}
.btn_gray {
	background: #DCDCDC;
	/* width: 262px; for new button */
	height:28px;
	padding: 14px 0 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
}
.btn_l, .btn_l2 {
	background: transparent url(/images/css/btn_main_l.jpg) no-repeat scroll 0 0;
	width: 262px;
	height:28px;
	padding: 14px 0 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	cursor:pointer;
}
.btn_l2 {
	height:35px;
	padding:7px 0 0;
}
.btn_l:hover, .btn_l2:hover {
	background: transparent url(/images/css/btn_main_l.jpg) no-repeat scroll 0 -42px;
	
}
.btn_m {
	background: transparent url(/images/css/btn_main_m.jpg) no-repeat scroll 0 0;
	width: 155px;
	height:25px;
	padding: 5px 0 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	cursor:pointer;
}
.btn_m:hover {
	background: transparent url(/images/css/btn_main_m.jpg) no-repeat scroll 0 -30px;
	
}
.btn_sub_m, .btn_sub_m2 {
	background: transparent url(/images/css/btn_sub_m.jpg) no-repeat scroll 0 0;
	width: 129px;
	height:20px;
	padding: 10px 0 0 0;
	display: block;
	color: #333333;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
}
.btn_sub_m2 {
	height:30px;
	padding:4px 0 0;
}
.btn_sub_m:hover, .btn_sub_m2:hover {
	background: transparent url(/images/css/btn_sub_m.jpg) no-repeat scroll 0 -30px;
	
}
.user_private_data .data ul li {
	line-height: 20px;
}
.del_point_tip {
	padding: 10px 0;
}
.back_confirm_btns {
	padding:0 0 60px 100px;
}
.confirm_btns {
	padding:0 0 60px 200px;
}
.back_confirm_btns .btn_sub_m2, 
.back_confirm_btns .btn_sub_m, 
.back_confirm_btns .btn_m, 
.confirm_btns .btn_sub_m, 
.confirm_btns .btn_m 
{
	margin: 10px 20px 0 0;
}
.confirm_btn {
	padding:15px 0 15px 200px;
}
#req_file_table {
	padding: 30px 0 0;
}
#req_file_table table {
	width: 400px;
}
#req_file_table th {
	background-color:#FBF7D7;
	border-bottom:1px solid #D6D4AA;
	border-top:1px solid #D6D4AA;
	font-weight:normal;
	padding:12px;
	text-align:left;
	width:100px;
}
#req_file_table td {
	border-bottom:1px solid #D6D4AA;
	border-top:1px solid #D6D4AA;
	font-weight:normal;
	padding:9px;
	text-align:left;	
}
/* TITLE & CONTENTS */
.title_s {
	font-size: 12px;
	color: #993300;
}
.con_s {
	font-size: 12px;
}
.focus {
	font-weight: bold;
}
#container {
background:transparent url(/images/css/c_bg.gif) repeat scroll left top;
margin:0 auto;
text-align:left;
width:842px;
}
#pageBody {
background:transparent url(/images/css/c_bg2.gif) repeat-y scroll center bottom;
margin-bottom:34px;
margin-top:17px;
padding:0 21px;
}
#contents {
background:transparent url(/images/css/c_bg3.gif) no-repeat scroll center top;
}
#mainContents {
width:595px;
}
#mainContents h2 {
background:transparent url(/images/css/title_tutor_view.gif) no-repeat scroll left top;
}
#mainContents h2 {
height:36px;
margin-bottom:14px;
overflow:hidden;
text-indent:-9999px;
width:595px;
}
#mainContents h1 {
height:36px;
margin-bottom:14px;
overflow:hidden;
text-indent:-9999px;
width:595px;
}
#mainContents div.list {
margin-bottom:1px;
}
#mainContents div.list table.list {
border-collapse:separate;
}
#mainContents div.list td.block {
border-bottom:1px solid #E4E2E1;
padding:4px 0 9px;
vertical-align:top;
}
.helptext { color: #888888; padding-top: 5px; display: block; }
/* ikeda 使わないと思います
div.req_control_detail {
	margin:0 11px 0 0;
	width:635px;
	display:block;
}
*/
.req_files_list div {
	margin: 2px 0;
}


.feedback_list {
}
.feedback_list dl {
	clear: both;
	margin: 0 0 10px 0;
	height:50px;
}
.feedback_list dt {
	float: left;
	width: 60px;
	margin:0 0 20px;
}
.feedback_list dd {
	float: left;
	width: 400px;
	margin:0 0 0 20px;
}
.feedback_list .feed_sum {
	display: block;
	height:30px;
}
.feedback_list .feed_sum span {
	float: left;
	margin: 0 10px 0 0;
	
}
.feedback_list .feed_date {
	font-weight: bold;
	padding: 7px 0 0;
}
.feedback_list .feed_user_name {
	padding: 7px 0 0;
}
.feedback_list .feed_comment {
	margin: 2px 0 0 0;
}
.feedback_no {
	font-size:14px;
	padding:0 0 10px 18px;
}
.feedback_all {
	font-size:15px;
	font-weight:bold;
	padding: 0 0 10px 0;
}
.feedback_all div {
	float: left;
	margin:0 8px 10px 0;
}
.feedback_all .all_rating {
	padding: 3px 0 0 0;
}
div.feedback_type {
	margin: 20px 0 0;
}
div.service_list dl {
	border: 1px solid #999999;
	width: 600px;
	padding:10px;
	margin:0 0 20px;
}
div.service_list dt {
	float: left;
	width: 130px;
}
div.service_list dd {
	float: left;
	width: 450px;
}

div.lessonObj .no_ohter_service {
	font-size: 15px;
	text-align: center;
}
div.service_title {
	border-bottom:1px solid #88AA00;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 3px;
}
div.service_content ul {
	margin: 0 0 0 10px;
}
div.service_content ul li {
	line-height: 180%;
}
div.service_content .service_cache {
	margin:0 0 5px;
	font-size: 12px;
}
div.service_content .pro_schedule {
	margin:5px 0 0;
	font-size: 12px;
}
div.feedback_avg {
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px;
}
div.feedback_avg span {
	margin: 0 50px 0 0;
}


/* ↓スケジュール表 */
.pro_schedule {
	border-bottom: 2px solid #A2BBDD;
}
/*FF*/
.slot_d { width:40px; }
/*IE7*/
*+html .slot_d {
	height:19px;
}

* html .slot_d { height:19px; }		/*IE6*/
.slot { height:18px; width:90px; }	/*FF*/
*+html .slot { height:19px; }		/*IE7*/
* html .slot { height:19px; }		/*IE6*/

.even_tbl {
	border-right:1px solid #D6D4AA;
}
.odd_tbl {
	border-right:1px solid #D6D4AA;
}

.even_d, .odd_d, .hour_d {
	border-top:1px solid #A2BBDD;
	border-right:1px solid #A2BBDD;
	border-left:1px solid #A2BBDD;
	background:#C3D9FF;
	color: #446688;
}
.even {
	border-top:1px solid #A2BBDD;
	border-right:3px double #DDDDDD;
}
.odd {
	border-top:1px dashed #A2BBDD;
	border-right:3px double #DDDDDD;
}


.av, .unav {
	float:left;
	padding:2px 0 2px 2px;
	width:70px;
	height:13px;
	vertical-align: middle;
}
/*IE7*/
*+html .av {
	height:15px;
}
/*IE6*/
* html .av {
	height:15px;
}

.av {
	background: #FFF;
	z-index: 10;
	position: absolute; 
	border: 2px solid;
}
.av a {
	font-weight: bold;
}

.de {
	width:87px;
}

.av_high {
	display:block;
	height:32px;
	padding:8px 0 0;
}	

.unav_d {
	text-align: center;
	height:18px;
}
.unav_d2 {
	border-top:1px solid #C3D9FF;
	height:18px;
}
.unav {
	text-align: center;
}
.date_header {
	background:#C3D9FF none repeat scroll 0 0;
	color:#2200CC;
	height:30px;
	line-height:30px;
	text-align:center;
	width:93px;
}
.date_header_blank { width:39px; }
.reserved {
	border: 2px solid blue;
}
.cr {
	float: right;
	padding: 3px 0 0 0;
	width:15px;
	height:16px;
}
.cr a {
	height:15px;
	width:15px;
	display:block;
	background:transparent url(/images/icons/icon_alert.gif) no-repeat scroll right top;
}
/* ↑スケジュール表 */

/* ↓Pro見るスケジュール表 */
.reqs_pop {
	z-index: 100; 
	position: absolute; 
	padding: 10px; 
	width: 300px; 
	height: 160px;
	overflow-x: hidden; 
	overflow-y: auto;
	
	border: 5px solid #F6B22B; 	
	background: #FFF;
	margin-left:90px; 
	
	-moz-box-shadow:5px 5px 10px #333333;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	
	box-shadow: 5px 5px 10px #333;;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;;
}
.add_available_time_pop { width: 300px; height: 140px; }
.pop_close_img a { float: right; background: transparent url(/images/icons/cross.gif) no-repeat scroll right top;
	display:block; height:16px; width:16px; }
.pop_close_btn { text-align: center; margin:15px; }
.pop_close_btn a {
	background:#444444;
	color:#FF6600;
	font-size:12px;
	padding:5px 10px;
	width:100px;
	-moz-border-radius: 5px;
}
.pop_close_btn a:hover { color: #FFF; }
.pop_submit_btn a {
	background:#ADCE28;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
}
/*FF*/
.reqs_pop .pop_sub_title {
	border-bottom:2px solid #ADCE28;
	font-size:14px;
	margin:10px;
	padding:5px 5px 5px 15px;
	width:165px;
	font-weight:bold;
}
/*IE7*/
*+html .reqs_pop .pop_sub_title {
	margin: 0 10px 10px 10px;
}
/*IE6*/
* html .reqs_pop .pop_sub_title {
	margin: 5px 10px 10px 10px;
}
.add_available_time_pop .pop_sub_title {
	text-align:center;
	width:355px;
}

.reqs_pop .pop_reqs {
	margin:10px 15px;
	padding:5px 5px 5px 15px;
}
.reqs_pop .pop_reqs ul {
	list-style-type: circle;
}
.reqs_pop .pop_reqs ul li {
	line-height:150%;
}
.add_av_time a {
	float: right;
}
.add_av_calendar_row {
	margin:0 0 20px 20px;
	width:400px !important;
}


.pop_btns {
	padding:0 0 0 20px;
}
.pop_btns .pop_close_btn {
	float:left;
	width:80px;
	margin: 0;
}
.pop_btns .pop_submit_btn {
	float:left;
	width:160px;
	margin:0 0 0 10px;
}
.confirm_btns {
	padding:0 0 60px 200px;
}
.back_confirm_btns .btn_sub_m2, 
.back_confirm_btns .btn_sub_m, 
.back_confirm_btns .btn_m, 
.confirm_btns .btn_sub_m, 
.confirm_btns .btn_m 
{
	margin: 10px 20px 0 0;
}
.confirm_btn {
	padding:15px 0 15px 200px;
}

.ad_av, .ad_block {
	background: #87F717;
	height:14px;
	padding:2px;
	text-align:center;
	vertical-align:middle;
	width:86px;	
}
.ad_av {
	background: #87F717;
	z-index:3;
}
.ad_block {
	background: #CCC;
	z-index:6;
}

.add_additional_time ul {
}
.add_additional_time ul li {
	float:left;
	margin:0 10px 10px 0;
	padding:0 10px 2px 5px;
}

.additional_time_tbl {
	width:70% !important;
	margin:0 0 0 100px;
}
.additional_time_tbl th, .additional_time_tbl td {
	text-align: center !important;
}
.additional_time_modify .delete_btn {
	margin:0 0 0 100px;
}
/* ↑Pro見るスケジュール表 */


/* ↓User見るスケジュール表 */
/*FF*/
.av_waiting, .av_reserved {
	padding:2px 3px 2px 2px;
	width:84px;
	height:14px;
	vertical-align: middle;
	text-align:right;
}
/*IE7*/
*+html .av_waiting, *+html .av_reserved {
	height:12px;
}
/*IE6*/
* html .av_waiting, * html .av_reserved {
	height:12px;
}
.av_waiting {
	background: #BBFF2D;
}
.av_reserved {
	background: #E5E5E5;
}

.notav, .av_waiting a, .av_reserved {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.av_unav {
	background:#D8D8D8;
}
.av_waiting a {
	color: #0066CC;
}
.av_reserved {
	color: #999;
}

.time_options {
	margin:10px 15px;
	padding:5px 5px 5px 15px;
}
.time_options div {
	line-height:170%;
}
.time_option span, .time_option a {
	font-size: 13px;
	padding:0 10px 0 0;
}

.av_selected {
	float: left;
	height: 18px;
	background:#FF3366;
	width:16px;
	position:absolute;
	z-index:10;
	font-weight:bold;
	text-align:center;
}
.hope_time_1 {
	margin-left: 0;
}
.hope_time_2 {
	margin-left: 20px;
}
.hope_time_3 {
	margin-left: 40px;
}

/* ↑User見るスケジュール表 */

/* ↓User見る自分のスケジュール表 */
.schedule_navigation {
	font-weight:bolder;
}
.schedule_navigation .nav_left {
	float: left;
	margin:0 0 5px;
}
.schedule_navigation .nav_right {
	float: right;
	margin:0 40px 0 0;
	line-height:28px;
}
.schedule_navigation .pro_schedule_right {
	float: right !important;
	margin:0 40px 0 0;
}
.schedule_navigation .nav_left .nav_previous,
.schedule_navigation .nav_left .nav_next,
.schedule_navigation .nav_left .nav_daterange {
	display:inline-block;
	padding:2px;
	float: left;
}
.schedule_navigation .nav_previous,
.schedule_navigation .nav_next {
	background: #7799BB;
	color: #2200CC;
	margin:0 5px;
}
.schedule_navigation .nav_previous_invalid {
	background: #AAAAAA;
}
.schedule_navigation .nav_right span {
	/*background: #C3D9FF;*/
	margin: 2px 5px 0px 5px;
	padding:5px;
}
.schedule_navigation .nav_previous a,
.schedule_navigation .nav_next a,
.schedule_navigation .nav_previous_invalid .a_invalid {
	display:block;
	height:17px;
	width:65px;
}
.schedule_navigation .nav_previous span {
	float: left;
}
.schedule_navigation .nav_next span {
	float: right;
}
.schedule_navigation .pn_txt {
	padding: 2px;
	color: #FFF;
}
.schedule_navigation .nav_previous_invalid .pn_txt {
	padding: 2px;
	color: #FFF;
	width:61px;
	text-align:center;
}
.schedule_navigation .prev_icon,
.schedule_navigation .next_icon {
	display:block;
	height:11px;
	width:5px;
	margin:4px 3px 0;
}
.schedule_navigation .nav_previous .prev_icon {
	background:transparent url(/images/css/mix.gif) no-repeat scroll -86px -67px;
}
.schedule_navigation .nav_next .next_icon {
	background: transparent url(/images/css/mix.gif) no-repeat scroll -96px -67px;
}
.schedule_navigation .nav_left .nav_daterange {
	line-height: 23px;
	padding:0 10px;
}

.cal_month_body .date_header {
	width:98px;
}

.cal_month_body tr {
	border-bottom:1px solid #A2BBDD;
	border-left:1px solid #A2BBDD;
}
.out_month, .cur_month {
	border-right:1px solid #A2BBDD;
	height:80px;
}
.out_month dl {
	background-color: #F2F2F2;
	height:65px;
}
.out_month .day_num, .cur_month .day_num {
	text-align: right;
	height: 15px;
	background-color: #EEEEEE;
	color: #444444;
	font-size:11px;
}
.out_month dt, .cur_month dt {
	float: left;
}
.out_month dd, .cur_month dd {
	float: left;
}
.out_month .req_month, .cur_month .req_month {
	height:15px;
}
.more_link {
	clear: both;
	text-align: center;
}

.out_month .req_underway, .cur_month .req_underway {
}
.out_month .req_finished, .cur_month .req_finished {
}
.out_month .req_cancel, .cur_month .req_cancel {
	background-color: #F4FA58;
}
/* ↑User見る自分のスケジュール表 */

/* ↓Userとproのスケジュール表 */
/*  "av"の代わりに、"tip_req"を使う。　*/
#calendar {
	width: 720px;
}
.cal_week_body {
	display: block;
}
.tip_req {
	cursor:default;
	position: relative; 
	width:75px;;
	overflow: hidden;
	float: left;
}
.tip_req dl {
	border-left:1px solid;
	border-right:1px solid;
	margin:0;
	overflow:hidden;
	padding:0 0 1px;
	border:1px solid;
}
.tip_req dt {
	margin-top:0;
	overflow:hidden;
	padding:0 0 1px;
	text-align:left;
	white-space:nowrap;
	line-height:normal;
	font-family:Verdana,sans-serif;
	font-size:80%;
	font-size-adjust:none;
}
.tip_req dd {
	font-size:100%;
	font-size-adjust:none;
	font-variant:normal;
	line-height:1.3em;
	margin:0;
	overflow:hidden;
	padding:0 1px;
	text-align:left;
}
/* ↑Userとproのスケジュール表 */

/* ↓スケジュール表の色のテンプレート */
/*緑リクエスト*/
.slot .tip_req_green dl {
	background-color:#4CB052;
	border-color:#0D7813;
}
.slot .tip_req_green dt {
	background-color:#0D7813;
	color: #FFF;
}
div#yield .slot .tip_req_green a {
	color: #FFF;
}
div#yield .cur_month .tip_req_green a {
	color: #0D7813;
}
div#yield .cur_month .alert_req_red a {
	color: #A32929;
}
/*赤リクエスト*/
.slot .tip_req_red dl {
	background-color:#D96666;
	border-color:#A32929;
}
div#yield .slot .tip_req_red dt {
	background-color:#A32929;
	color: #FFF;
}
div#yield .slot .tip_req_red a { color: #FFF; }
.cur_month .tip_req_red a { color: #A32929; }
/*黒リクエスト*/
.slot .tip_req_black dl {
	background-color:#A992A9;
	border-color:#705770;
}
.slot .tip_req_black dt { background-color:#705770; color: #FFF; }
div#yield .slot .tip_req_black a { color: #FFF; }
div#yield .cur_month .tip_req_black a { color: #000; }

/*リクエスト一覧*/
.alert {
	color: #A32929;
	font-weight:bold;
}
.remind {
	color: #0D7813;
	font-weight:bold;
}
/* ↑スケジュール表の色のテンプレート */
/*
.time_options_show {
	padding:40px 0 20px 100px;
}
.time_options_show ul {
	list-style-type: circle;
}
.time_options_show ul li {
	font-size:14px;
	line-height:150%;
}
.time_options_show ul li .from_time_title {
}
.time_options_show ul li .from_time_value {
}
*/

div.time_options_status {
	margin-top:20px;
	margin-bottom:40px;

}

div.time_options_status h3 {
	font-size:20px;
	margin-bottom:10px;
}

div.time_options_show {

	border:2px solid #a48873;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	width:690px;
}

div.time_options_show table {

	width:690px;
}

div.time_options_show table th {
	width:200px;
	border:1px solid #a48873;
	padding:15px 0;
	background-color:#fbf6e5;

	font-size:16px;
	color:#330000;
	text-shadow:1px 1px 0 #FFFFFF;
}

div.time_options_show table td {
	border:1px solid #a48873;
	vertical-align:middle;

	font-size:18px;
	color:#333333;
	font-weight:bold;
}

.pro_req_control form {
	margin-bottom:0px;
	margin-top:10px;
}
.req_confirm .td_btn {
	text-align: center !important;
}
.req_confirm .td_btn form {
	margin-bottom:0px;
	margin-top:0px;
}

.home_messages ul li {
	margin:5px 20px 15px 0px;
	font-size:13px;
}
/* For modern browsers */
.home_messages ul li:before,
.home_messages ul li:after {
    content:"";
    display:table;
}
 
.home_messages ul li:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.home_messages ul li {
    zoom:1;
}

div#cafetalk_now {
	min-height:30px;
}

div#cafetalk_now .right_now {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	float:right;
	width:280px;
}
/* For modern browsers */
div#cafetalk_now .right_now:before,
div#cafetalk_now .right_now:after {
    content:"";
    display:table;
}
 
div#cafetalk_now .right_now:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
div#cafetalk_now .right_now {
    zoom:1;
}

div#cafetalk_now .left_now {
	width:140px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	margin:0 0 10px 0;
}

div#cafetalk_now h4 {
	border-bottom:1px solid #ececec;
	font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	font-size: 13px;
	font-style: italic;                    
	padding:5px;                
}

div#cafetalk_now div.data {
	padding:5px; 
	color:#330000;
	margin:0 0 10px;
}

div#cafetalk_now div.data p#retry {
	font-size:14px;
	line-height:150%;
}


div#cafetalk_now table {
}

div#cafetalk_now table th {
	font-size:14px;
	text-align:right;
	font-weight:normal;
}

div#cafetalk_now table td {
	font-size:13px;
	text-align:left;
}

div#cafetalk_now table#requests_table {
}

div#cafetalk_now table#requests_table th {
	font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	font-size:17px;
	text-align:right;
	font-weight:normal;
	padding-bottom:5px;
	padding-left:8px;
}

div#cafetalk_now table#requests_table td {
	padding-left:13px;
	font-size:13px;
	text-align:left;
	padding-bottom:5px;
	font-weight:bold;
}

div#cafetalk_now table#lessons_table {
}

div#cafetalk_now table#lessons_table th {
	font-size:11px;
	text-align:right;
	font-weight:normal;
	min-width:70px;
	padding-bottom:5px;
	color:#666;
}

div#cafetalk_now table#lessons_table td {
	font-size:13px;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
	line-height:150%;
}

div#cafetalk_now .bottom_now {
	padding:5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	clear:both;
}

div#cafetalk_now .bottom_now .bottom_now_item {
}

.option_list {
	padding: 10px 0;
}
.option_list ul li {
	float: left;
	padding: 0 0 0 10px;
}

.online_in_appeal {
	float: right;
	padding: 0 100px 0 0;
}

table.inner { margin-bottom: 0px; }
table.inner td, table.inner th{ border: none; border-top: none; padding: 0px;}

div.verification {
	
}
div.verification td, div.verification th {
	padding: 2px; vertical-align: middle;
	
}

div#pay_method td {
	vertical-align:middle;
	padding:3px;
	
}

.notice a 		{ color: #0077E6; text-decoration: underline; }
.notice a:hover { color:#C2A334; }
.notice_link 	{ color: #0077E6; text-decoration: underline; }
.normal_link 	{ text-decoration: underline; }
.download_link  { color: #0077E6; text-decoration: underline; height:20px; padding:15px 0 15px 45px; background: url('/images/icons/download.png') no-repeat left center;line-height: 50px;}

.sort_link 		{ color: #FFF; text-decoration: underline; }

.pop_contact_window { height:360px; }
.pop_contact_list		{ border:1px solid #CCCCCC;height:160px;margin:10px 15px 0;overflow:auto;padding:12px 5px 12px 27px; }
.pop_contact_list ul	{ list-style-type: circle;}
.pop_contact_list ul li { line-height: 180%;}
.pop_contact_to			{ margin:10px 15px 0; padding:5px 5px 0 0; font-weight:bold; line-height:180%; display: inline-block; width: 260px; height:65px; overflow-y:auto; }
.pop_contact_to_names a:hover	{ text-decoration: line-through; }
#label_to_names_parent			{ float: left; }
#label_to_names_parent a:hover	{ text-decoration: line-through; }

#select_all_contacts { clear:both; float:right; margin-right:30px; }

#add_lang { font-weight:bold; }

.search_link { position:absolute; top:30px; right:150px; }
.search_link a { background: url('/images/icons/next.png') no-repeat left top; padding:0 0 0 20px; }

/*ポイントチャージ*/
div.point_purchase { width:690px; }
div.point_purchase ul#select_currency {  }
div.point_purchase ul#select_currency li {float: left; margin: 15px 15px 20px 0px; }

/*メッセージと全体通知の追加と編集画面のヘルパー*/
.message_help {
	float: left; 
	width:180px; 
	height:370px; 
	padding: 0 0 0 10px;
}

.message_help h4 {
	margin:5px 0px;
}

.message_help center { padding: 0 0 5px 0; }

.message_help ul {
	overflow-x:hidden; 
	overflow-y:auto; 
	height:200px; 
}

.message_help ul li {
	line-height:130%;
	font-size:11px;
	white-space:nowrap;
	overflow:hidden;
}


/* ↓スケジュール表で検索 */
.search_schedule .notav a { display:block; height:18px; width:90px; font-size: 11px; padding-top:2px; }
.search_schedule .notav a:hover { background: #BBFF2D; }
table.schedule_list { width:39px; }
table.schedule_list td { border:1px solid #A2BBDD; }

/* FF */
table.schedule_list tr { height: 38px;background: #C3D9FF; }
/*IE7*/
*+html table.schedule_list tr { height: 39px; }

/*FF*/
.pop_large { z-index: 1005; padding: 10px 15px 3px; width: 600px; border: 3px solid #EEEECC; 
	background: #FFF; -moz-border-radius:16px; -moz-box-shadow:0 6px 10px #999999;
	position: absolute; 
}

/*IE7*/
*+html .pop_large { padding-bottom: 13px; }
/*IE6*/
* html .pop_large { padding-bottom: 13px; }

/*FF*/
.pop_large .pop_title {
	border-bottom:1px solid #dedede;
	font-size:14px;
	color: #000;
	margin:10px 0;
	padding:5px 5px 5px 15px;
	width:573px;
	font-weight:bold;
}
/*IE7*/
*+html .pop_large .pop_title {
	margin: 0 10px 10px 10px;
}
/*IE6*/
* html .pop_large .pop_title {
	margin: 5px 10px 10px 10px;
}

.pop_pro					{
	border-bottom:1px solid #f4f4f4;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
}
.pop_large .pop_list		{ height: 400px; color: #000; padding-bottom: 10px; overflow-x: hidden; overflow-y: auto; }
.pop_pro .name				{ font-weight: bold; }
.pop_large .pop_pro_pic		{ float: left; width: 110px; padding-right: 5px; }
.pop_large .pop_pro_specs	{ float: left; width: 465px; line-height:160%; }
.pop_large .pop_pro_profile	{ word-break : break-all; overflow:hidden; }

#pop_pros div a.framed_round {
	display: block;
	padding: 0;
	color: #FFF;
	width:100px;
	height:100px;
	border:0;

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	
}
#pop_pros div a.framed_round:hover {
/*	border:1px solid #3196e1;*/
	border:0px;
	box-shadow: 0px 0px 3px #3196e1;
	-moz-box-shadow: 0px 0px 3px #003760;
	-webkit-box-shadow: 0px 0px 3px #3196e1;
}
#pop_pros div a.framed_round img { padding: 0px; border:0; }


div.pop_list div.links {
}
div.pop_list div.links a {
	float:right;
	height:15px;
	display: block;
	padding: 2px 6px 6px;
	font-size: 12px;
	color: #FFF;
}

div.pop_list div.a div.links a { /* background: #E67399; dark pink */ }
div.pop_list div.b div.links a { background: #797979; /* charcoal blue */}
div.pop_list div.c div.links a { background: #BFBF4D; /* moss green */}
div.pop_list div.d div.links a { background: #F2A640; /* orange */}
div.pop_list div.a div.links a:hover { /* background: #DD4274; v dark pink */ }
div.pop_list div.b div.links a:hover { background: #494949; /* v charcoal blue */}
div.pop_list div.c div.links a:hover { background: #969636; /* v moss green */}
div.pop_list div.d div.links a:hover { background: #FF6600; /* v orange */}
div.pop_list div.a a.framed img { padding: 2px; border:2px solid #E67399; }
div.pop_list div.b a.framed img { padding: 2px; border:2px solid #797979; }
div.pop_list div.c a.framed img { padding: 2px; border:2px solid #BFBF4D; }
div.pop_list div.d a.framed img { padding: 2px; border:2px solid #F2A640; }

div.pop_list div.item { width: 580px; }
div.pop_list div.item div.large { width: 455px; padding-right: 0; }

#loading { position:absolute; z-index:1005; }
/* ↑スケジュール表で検索 */


/* ↓管理者見るスケジュール表 */
.system_reqs_list {
  /*display: block;
  width: 680px;*/
}
.system_reqs_list .reqs_title {
  text-align:left;
  font-weight: bold;
  font-size: 15px;
  background: #F1EAD0;
  
}
.system_reqs_list .reqs_title td {
  padding: 10px 0 10px 10px;
  margin-top: 10px;
}
.system_reqs_list ul li {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}
.system_reqs_list .reqs_head {
  padding: 0 5px 0 0;
}
.system_reqs_list .reqs_head li {
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  width: 100px;
}
.system_reqs_list a {
  text-decoration: underline;
}
/* ↓管理者見るスケジュール表 */


/* ↓ユーザーリスト */
div.user_grid div.spec { text-align: left; white-space:nowrap; }
div.user_grid dl { height: 140px; overflow: hidden;}

div.user_grid ul li { float: left; width: 180px; }
div.user_grid ul li div { padding-bottom: 5px; }
div.user_grid ul li div.photo { text-align: center; }
div.user_grid ul li div.spec { line-height:160%; word-break : break-all; }
/* ↑ユーザーリスト */

/* ↓ユーザーリスト */
div#review_msg { height: 0px; clear:both; }
div#review_new_form { clear:both; }

div#review_msg div.flash { float:left; }

table.review_new_table th, table.review_new_table td { padding: 8px 4px; }
div#review_list { margin-bottom:0; }
/* ↑ユーザーリスト */

/* ↓Search General Notice */
#search_notices ul.ja { padding:0 0 0 30px; }
#search_notices ul.ja li { float:left; padding:0 0 15px; width:190px; }
#search_notices ul.zh { padding:0 0 0 30px; }
#search_notices ul.zh li { float:left; padding:0 0 15px; width:190px; }
#search_notices ul.en { padding:0 0 0 20px; }
#search_notices ul.en li { float:left; padding:0 0 15px; width:230px; }
#search_notices ul.zh-tw { padding:0 0 0 30px; }
#search_notices ul.zh-tw li { float:left; padding:0 0 15px; width:190px; }
/* ↑Search General Notice */

/* ↓生徒メニューの携帯URLを送るポップアップ */
div#user_tel_popup {
	position:absolute;
	left: 15px;
	z-index:10;
	width: 340px;
	height:138px;
	
	-moz-box-shadow:5px 5px 10px #333333;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	
	background-color:#FFFFFF;
	border:5px solid #F6B22B;
	padding:10px;

	box-shadow: 5px 5px 10px #333;;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;;
}
div#user_tel_popup div {
	padding: 0 0 20px 0;
}
div.mobile_popup_btns { text-align:center; }
div.mobile_popup_btns a { display:inline; }
/* ↑生徒メニューの携帯URLを送るポップアップ */

ul.service_material li { line-height: 200%; width:500px; }
ul.service_material div#material_book { line-height: 300%; padding:0 0 0 18px; width:500px; margin-bottom:0px; }

table.resource_count th, table.resource_count td { text-align:center; }

/*FF*/
div.standard td.mce_editor_textarea { padding-left: 40px; }
/*IE6,IE7,IE8*/
div.standard td.mce_editor_textarea { padding-left/*\**/: 0 \9}

table.standard_table { margin-bottom:14px; width:700px; }
table.standard_table tr.std th { padding:12px; }
table.standard_table tr.std td { padding:9px; }
table.standard_table tr.std th, table.standard_table tr.std td { border-top:1px dashed #D6D4AA; text-align:left; }

div.user_feedback div.rating { float:left; }
div.user_feedback h2 div.self_feedback { float: left; font-size: 12px; font-weight:normal; padding:0 0 0 100px;width: 300px; }
div.user_feedback h2 div.feedback_count { line-height:160%; float:left;padding:0 0 0 20px; }

/* General Notice */
.cnt .cnt_item {
	padding: 9px 9px 9px 20px; 
}
.cnt div.cnt_title {
	color:#423D13;
	font-size:125%;
	padding-bottom:10px;
	font-weight:bold;
}
.cnt div.cnt_detail {
	padding-bottom:6px;
}

div#rating_select img {
	padding:0;
	margin:0;
}
div#rating_select  {
	text-align: center;
}
div#rating_select div.tip1 {
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	padding-bottom:5px;
	clear:both;
}
div#rating_select div.tip2 {
	border-top:1px solid #CCC;
	margin-top:5px;
	padding-top:5px;
	clear:both;
}

div#rating_select span {
	padding:0 6px;
}


/* Feedback profile page of pro. */
div.formObj table.feedback_profile {
	width: 450px;
}
table.feedback_profile td {
	padding:10px 5px 0;
	text-align:center;
}
table.feedback_profile tr.head2 td{
	line-height:200%;
	font-weight:bold;
	padding:5px;
}
table.feedback_profile td.star {
	text-align:right;
	padding:5px;
}


div.formObj table.feedback_detail {
	width:300px;
}
div.formObj table.feedback_detail td.detail_title {
	padding:13px 5px 5px 30px;
	text-align:left;
}

div.formObj table.feedback_detail td {
	padding:10px 5px 5px 30px;
}



table.feedback_detail td,
table.feedback_detail th {
	/*padding:5px;*/
}


/* search lesson */

#outline_searchlesson {margin:0;zoom:1;}
#outline_searchlesson div.fieldBox {
background-color: #F1F0EC;
border: 4px solid white;
outline: 1px dashed #B7ADA4;
margin: 15px 0;
}
#outline_searchlesson:after {clear:both;content:".";display:block;height:0;visibility:hidden;}
#outline_searchlesson div.button-wrapper {
position: relative;
}
#outline_searchlesson div.button-wrapper a.button {
position: absolute;
right: 10px;
top: -40px;
padding: 2px 15px;
font-weight: bold;
}
#outline_searchlesson select {width:155px;margin:0 0 0 5px;}
#outline_searchlesson dt {font-size:110%;}
#outline_searchlesson span img{ vertical-align: middle;position:relative;top: -2px;}
#outline_searchlesson input#q{
width: 250px;
border: 1px solid #666;
height: 21px;
}

#outline_searchlesson fieldset.popcategory {
border:none; 
}
#outline_searchlesson fieldset.popcategory li {
border:1px solid #ccc; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 0px 6px #ccc;
box-shadow:inset 0px 0px 6px #ccc;
float: left;
width:167px;
height:87px;
padding: 4px;
margin: 0 4px 0 0;
}
#outline_searchlesson fieldset.popcategory li.last {
background: url(../images/search/pickup_bg.png)bottom left no-repeat;
margin: 0;
}
#outline_searchlesson fieldset.popcategory li.last:hover {
background: url(../images/search/pickup_bg.png)top left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu01 {
background: url(../images/search/kids_bg.png)bottom left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu01:hover {
background: url(../images/search/kids_bg.png)top left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu02 {
background: url(../images/search/monitorblog_bg.png)bottom left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu02:hover {
background: url(../images/search/monitorblog_bg.png)top left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu03 {
background: url(../images/search/matome_bg.png)bottom left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu03:hover {
background: url(../images/search/matome_bg.png)top left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu04 {
background: url(../images/search/thai_bg.png)top left no-repeat;
}
#outline_searchlesson fieldset.popcategory li.menu04:hover {
background: url(../images/search/thai_bg.png)bottom left no-repeat;
}

#outline_searchlesson fieldset.popcategory li:hover {
border:1px solid #5b6351; 
-moz-box-shadow:inset 0px 0px 6px #a5b096;
-webkit-box-shadow:inset 0px 0px 6px #a5b096;
box-shadow:inset 0px 0px 6px #a5b096;
}
#outline_searchlesson ul.word {
border: 1px solid #dedede;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
height: 31px;
margin: 0 0 15px;
background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top, #f5f6f6 72%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(72%,#f5f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f6f6 72%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f6f6 72%,#eaeaea 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f5f6f6 72%,#eaeaea 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f5f6f6 72%,#eaeaea 100%); /* W3C */
}
#outline_searchlesson ul.word li.bot {
float: left;
line-height: 2.5;
padding: 0 0 0 10px;
cursor: pointer;

}
#outline_searchlesson ul.word li.bot:hover {
background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(top, #e0e0e0 10%, #f5f6f6 59%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#e0e0e0), color-stop(59%,#f5f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e0e0e0 10%,#f5f6f6 59%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e0e0e0 10%,#f5f6f6 59%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e0e0e0 10%,#f5f6f6 59%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e0e0e0 10%,#f5f6f6 59%); /* W3C */
}
#outline_searchlesson ul.word li.bot span {
padding: 0 0 0 10px;
}
#outline_searchlesson ul.word li.pwords {
float: left;
}
#outline_searchlesson li.pwords span.a {
background-image: none;
background-color: #7b7270;
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius:  6px 0 0 6px;
border-radius:  6px 0 0 6px;
padding: 9px 2px 8px 10px;
font-weight: bold;
color: white;
text-shadow:2px 1px 1px #333333;
}
*+html #outline_searchlesson li.pwords span.a {
padding: 12px 2px 8px 10px;
}
#outline_searchlesson li.pwords span.b {
position: relative;
top:0;
left:-6px;
}
#outline_searchlesson fieldset.keyword {
border:none;
margin: 10px 0;
padding: 10px;
position: relative;
}
#outline_searchlesson a.searchbtn {
display:inline-block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #DEDCD4;
padding: 4px;
}
#outline_searchlesson a.searchbtn span.button {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px; 
-khtml-border-radius: 2px;
border-radius: 2px;
color: #5e5551;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
height: 24px;
line-height: 24px;
text-align: center;
text-decoration: none;
text-shadow: white 0px 1px 0px;
width: 105px;
}
#outline_searchlesson a.searchbtn span.light {
	background: #F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0)); 
	background: -moz-linear-gradient(top,  #f7f7f7,  #f0f0f0); 
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	}

#outline_searchlesson a.searchbtn span.light:hover {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fff');
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fff)); 
	background: -moz-linear-gradient(top,  #eaeaea,  #fff); 
	color: #493c37;
}

#outline_searchlesson a.searchbtn span.light:active {
	background: #eee;
	color: #493c37;
	-webkit-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
}

#outline_searchlesson p.botm a.searchbtn {
display:inline-block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #DEDCD4;
padding: 4px;
/* width: 125px; */
}
#outline_searchlesson p.botm a.searchbtn span.button {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px; 
-khtml-border-radius: 2px;
border-radius: 2px;
color: #5e5551;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
height: 30px;
line-height: 30px;
text-align: center;
text-decoration: none;
text-shadow: white 0px 1px 0px;
width: 125px;
}
#outline_searchlesson p.botm a.searchbtn span.light {
	background: #F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0)); 
	background: -moz-linear-gradient(top,  #f7f7f7,  #f0f0f0); 
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	}

#outline_searchlesson p.botm a.searchbtn span.light:hover {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fff');
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fff)); 
	background: -moz-linear-gradient(top,  #eaeaea,  #fff); 
	color: #493c37;
}

#outline_searchlesson p.botm a.searchbtn span.light:active {
	background: #eee;
	color: #493c37;
	-webkit-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
}


#outline_searchlesson fieldset.keyword p span.word {
padding: 0 0 0 65px;
}
*+html #outline_searchlesson fieldset.keyword a.searchbtn {position:relative;top:2px;}
#outline_searchlesson fieldset.keyword p.keyright {
position: absolute;
right: 40px;
top: 21px;
}
#outline_searchlesson fieldset.keyword p.keyright a {
font-size: 14px;
color: #4b4236;
font-weight: bold;
}
#outline_searchlesson fieldset.keyword p.keyright a:hover {
color: #2d2315;
}

#outline_searchlesson fieldset.option p.botm {
text-align: center;
}

#outline_searchlesson fieldset.keyword p.keyrightF {float: left;font-weight: bold;margin: 8px 0px 0px 10px;width: 100px;} #outline_searchlesson fieldset.keyword p.keyright span img {top:-3px;}
#outline_searchlesson fieldset.keyword p.keyrightF span img {top:-3px;}
#outline_searchlesson fieldset.option {
padding: 20px 15px;
border:none;
border-top:1px dashed #ccc;
}
#outline_searchlesson fieldset.option dl {margin:0 0 15px 0;zoom:1;}
#outline_searchlesson fieldset.option dl:after {clear:both;content:".";display:block;height:0;visibility:hidden;}
#outline_searchlesson fieldset.option dl.price dd {font-size:95%;}
#outline_searchlesson fieldset.option dt {font-weight:bold;color:#534741;margin:0 0 7px 3px;}
#outline_searchlesson fieldset.option p {clear:left;color:#534741;font-weight:bold;margin:0 0 12px 3px;}
#outline_searchlesson fieldset.option p.more {
border-top: 1px dashed #CCC;
margin: 15px 0px 0px;
padding: 10px 5px;
}
#outline_searchlesson fieldset.option dd {
background-color:#fff;
border: 1px dashed #CCC;
float: left;
margin: 0px 6px 4px 0px;
min-height: 23px;
padding: 7px 3px 0px;
min-width: 155px;
}
#outline_searchlesson fieldset.option dd div.cat{padding:0;margin:0;}
#outline_searchlesson fieldset.option dd div div.cat{border-top: 1px dashed #CCC;margin: 11px 0px 11px 10px;padding: 8px 0px 0px;}
#outline_searchlesson fieldset.option dd span.right {float:right;}
#outline_searchlesson span.right img{top:0px;}
#outline_searchlesson fieldset.option dd div.subcat {border-bottom:1px dashed #ccc;padding:5px 0;margin:0 0 0 15px;}
#outline_searchlesson fieldset.option span {margin:0 3px 0 0;}
#outline_searchlesson fieldset.option div.field_auto select {width:80px;}
#outline_searchlesson p.ordini {float:right; margin:10px 0;}
#outline_searchlesson p.ordiniF {float:right; margin:10px 0 20px 0;}
#outline_searchlesson p.mean {margin:10px 0;}
#outline_searchlesson fieldset.option p.save_advanced_search {
margin:10px 0 0 5px;
padding: 10px 0 0;
cursor:pointer;
border-top: 1px dashed #CCC;
}
#outline_searchlesson label {cursor:pointer;}
#outline_searchlesson div#more-target{
padding:15px 0;
}

/* schedule  */
div#outline_schedule div.guidebox{
font: 13px 'Lucida Grande', Calibri, Helvetica, Arial, Meiryo, 'MS PGothic', sans-serif;
background-color:#f8f2de;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin: 0px 0px 20px;
padding:0;
height:190px;
width:700px;
}
div#outline_schedule div.titlebox{
background-color:#c7b299;
-webkit-border-radius:  6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
padding:8px;
height:20px;
width:684px;
}
div#outline_schedule div.titlebox p{
color:#fff;
font:bold 18px verdana, Meiryo, 'MS PGothic', sans-serif;
text-align:center;
}
div#outline_schedule div.bar{
position:relative;
}
div#outline_schedule div.bar p{
margin: 15px auto 0 auto;
width: 680px;
}
div#outline_schedule div.guide{
color: #42210B;
position: relative;
}
div#outline_schedule .one {
background-color: #F9F8F4;
border: 1px dashed #DBDBDB;
height: 70px;
left: 13px;
padding: 8px 4px;
position: absolute;
text-align: center;
top: 25px;
width: 130px;
}
div#outline_schedule .one .angle, div#outline_schedule .two .angle, div#outline_schedule .tre .angle, div#outline_schedule .four .angle {		        
border-bottom: 14px solid #ECEDED;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
left: 85px;
position: absolute;
top: -15px;
}	
div#outline_schedule .one .angle .angleInner, div#outline_schedule .two .angle .angleInner, div#outline_schedule .tre .angle .angleInner, div#outline_schedule .four .angle .angleInner {		
border-bottom: 15px solid #f6f6f6;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
left: -15px;
position: absolute;
top: 2px;
}

*+html div#outline_schedule .one .angle .angleInner, *+html div#outline_schedule .two .angle .angleInner, *+html div#outline_schedule .tre .angle .angleInner, *+html div#outline_schedule .four .angle .angleInner {		
border-bottom: 15px solid #f6f6f6;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
left: -15px;
position: absolute;
top: -15px;
}

div#outline_schedule .two {
background-color: #F9F8F4;
border: 1px dashed #DBDBDB;
height: 70px;
left: 170px;
padding: 8px 4px;
position: absolute;
text-align:center;
top: 25px;
width: 130px;
}
div#outline_schedule .tre {
background-color: #F9F8F4;
border: 1px dashed #DBDBDB;
height: 70px;
left: 330px;
padding: 8px 4px;
position: absolute;
text-align:center;
top: 25px;
width: 130px;
}
div#outline_schedule .four {
background-color: #F9F8F4;
border: 1px dashed #DBDBDB;
height: 70px;
left: 490px;
padding: 8px 4px;
position: absolute;
text-align:center;
top: 25px;
width: 190px;
}

div#outline_schedule ul {
left: 100px;
position: absolute;
top: -2px;
width: 550px;
}
div#outline_schedule li {
float: left;
margin: 0px 132px 0px 0px;
width: 26px;
}
div#outline_schedule li.nomargin {
float: left;
margin: 0;
width: 26px;
}
/* Bank  */
div#outline_bank {
font:verdana, Calibri, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
color:#42210B;
position:relative;
}
div#outline_bank div.guidebox{
background-color:#f8f2de;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
height: 440px;
width:680px;
}
div#outline_bank div.guidebox p{
color:#42210b;
font-size: 15px;
font-weight: bold;
line-height: 1.6;
text-shadow: 1px 1px 1px #fff;
padding: 15px 0 0 25px;
}
div#outline_bank div.titlebox{
background-color:#c7b299;
-webkit-border-radius:  6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
border-bottom:1px dashed #42210b;
height: 15px;
padding: 10px;
width: 660px;
}
div#outline_bank div.titlebox p{
color:#42210b;
font-size: 18px;
font-weight:bold;
line-height: 1.3;
text-shadow: 1px 1px 1px #fff;
padding:0 0 0 14px;
}
div#outline_bank div.titlebox p span{
color:#42210b;
font-size: 13px;
font-weight:bold;
padding:0 0 0 20px;
text-shadow:none;
}
div#outline_bank li{
background:url(../images/bank/bank_bg.png) 0 0 no-repeat transparent;
height:99px;
width:589px;
margin: 10px auto;
}
div#outline_bank li dt{
float:left;
width:210px;
margin:10px 8px;
}
div#outline_bank li dt.rakuten{
float:left;
width:210px;
margin:15px 8px 0 8px;
}
div#outline_bank li dt span{
color:#333;
display: block;
font-size: 12px;
font-weight: bold;
margin:0 0 0 -9px;
text-align: center;
}
div#outline_bank li dd{
float: left;
font-size: 14px;
line-height: 1.7;
margin: 15px 0px;
width: 355px;
}
div#outline_bank li dd dt{
float:left;
font-size: 13px;
width:123px;
margin: 0;
}
div#outline_bank li dd dd{
float:left;
width:225px;
margin: -1px 0px 0px;
}
div#outline_bank p.curl{
left: -26px;
position: absolute;
top: 315px;
}
/* Feedback Tutor  */
div#outline_feedTutor {
font: 13px 'Lucida Grande', Calibri, Helvetica, Arial, Meiryo, 'MS PGothic', sans-serif;
color:#42210B;
line-height:1.4;
width:680px;
}
div#outline_feedTutor h2.h2subTitle {
-webkit-border-radius:0 3px 3px 0;
-moz-border-radius:0 3px 3px 0;
border-radius:0 3px 3px 0;
background-color:#F5F1E8;
border-left:12px solid #C7B299;
font-size: 16px;
margin:15px 0 10px;
padding: 5px 10px;
text-shadow: 1px 1px 0 #fff;
}

div#outline_feedTutor a {
color:#0C316F;
}
div#outline_feedTutor a:hover {
color:#9d8327;
}

div#outline_feedTutor div.leftbox {
float:left;
margin:0 0 20px 0;
width:400px;
}
div#outline_feedTutor div.leftbox dl {
float:left;
height:130px;
width:270px;
}
div#outline_feedTutor div.leftbox dt {
font: 20px Arial, Meiryo, 'MS PGothic', sans-serif;
font-weight:bold;
margin:5px 0 ;
}
div#outline_feedTutor div.leftbox dd {
line-height:1.8;
}
div#outline_feedTutor div.leftbox p.foto {
float:left;
width:125px;
}
div#outline_feedTutor div.leftbox p.foto img {
padding:8px;
border:1px solid #ccc;
}
div#outline_feedTutor div.leftbox p.link {
-webkit-border-radius:  6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color:#f0ebe0;
clear:both;
padding:3px 20px;
text-align:center;
width:320px;
}
div#outline_feedTutor div.leftbox p.link a {
font-size: 12px;
text-decoration:underline;
}
div#outline_feedTutor div.rightbox {
float:right;
width:240px;
}
div#outline_feedTutor div.rightbox dt {
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
background-color:#c7b299;
font-size: 16px;
font-weight:bold;
text-shadow: 1px 1px 1px #fff;
text-align: center;
padding:5px 10px;
}
div#outline_feedTutor div.rightbox dt span {
font-size: 14px;
padding:0 0 0 10px;
}
div#outline_feedTutor div.rightbox dd {
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
background-color:#f9f8f4;
border:1px solid #ccc;
height: 19px;
margin: 2px 0;
padding: 7px 10px 6px;
}
div#outline_feedTutor div.rightbox dd div.rating {
position:relative;
top:-19px;
left:100px;
}
div#outline_feedTutor dl.latest {
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
background-color:#f9f8f4;
border:1px solid #ccc;
clear:both;
margin:20px 0;
padding:10px;
width:660px;
}
div#outline_feedTutor dl.latest dt {
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
background-color:#c7b299;
font-size: 16px;
font-weight:bold;
text-shadow: 1px 1px 1px #fff;
padding:5px 20px;
width:620px;
}
div#outline_feedTutor dl.latest dt span {
font-size: 14px;
padding:0 0 0 10px;
}
div#outline_feedTutor dl.latest dd {
border-bottom:1px solid #ccc;
height:38px;
}
div#outline_feedTutor dl.latest dd li {
float: left;
font-weight:bold;
height: 18px;
padding: 10px 0px;
text-align: center;
width: 165px
}
div#outline_feedTutor dl.latest dd li.color {
background-color:#f5f1e8;
}
div#outline_feedTutor ul.all_feedback li {
border-bottom: 1px solid #CCC;
min-height: 67px;
height: auto !important;
height: 67px;
padding: 15px 10px 6px;
zoom:1;
}
div#outline_feedTutor ul.all_feedback li:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
div#outline_feedTutor ul.all_feedback li dt {
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
border:2px solid #c7b299;
background-color:#fff;
float:left;
margin:0 10px 0 0;
height:54px;
width:54px;
}
div#outline_feedTutor ul.all_feedback li dt span.rate {
height: 30px;
margin: 12px 0px 0px 12px;
text-indent: -9999px;
width: 30px;
}


div#outline_feedTutor ul.all_feedback li dd{
float:left;
font-size:14px;
font-weight:bold;
width:590px;
}
div#outline_feedTutor ul.all_feedback li dd span{
color:#666;
display:block;
font-size:11px;
margin:0 0 5px 0;
}
div#outline_feedTutor ul.all_feedback li dd span.des{
color:#42210B;
font-weight:normal;
font-size:13px;
}
.supl { color: #999; } /*supplementary text */