@charset "utf-8";

@import url("default.css");

/* ===================================================================

 file name  :common.css

 style info :共通部分

=================================================================== */


/*--- raiout ---------------------------------------*/


/*--- 3カラム --------*/

#wrapp {
	width:980px;
	margin:0 auto;
	text-align:left;
}


#contents {
	width:761px;
	float:left;
}

#main {
	float:right;
	width:500px;
}

#sub {
	float:left;
	width:244px;
}

#ex {
	float:right;
	width:200px;
}


/*--- 1カラム --------*/

#culum1{
	width:730px;
	margin:0 auto;
	}


/*--- 2カラム --------*/

#culum2{
	width:980px;
	margin:0 auto;
	}

#culum2 #main{
	float:right;
	width:710px;
	}

#culum2 .mainBg{
	background:url(../images/culum2_main_bg.gif) 0 0 repeat-y;
	}

#culum2 #main2{
	float:right;
	width:640px;
	}

#culum2 #sub{
	float:left;
	width:250px;
	}

#culum2 #sub2{
	float:left;
	width:320px;
	}

#culum2 #sub3{
	float:left;
	width:244px;
}

/*--- header ---------------------------------------*/

#header{
	background:url(../images/header_bg.gif) 0 0 repeat-x;
	height:125px;
}

#header02{
	background:url(../images/header_bg02.gif) 0 100% repeat-x;
	height:110px;
}

#headerInner{
	background:url(../images/header_inner_bg.gif) 0 0 no-repeat;
width:980px;
height: 84px;
margin-left:auto;
margin-right:auto;
}

#header p#logo{
width:282px;
float:left;
}

#header .rightArea{
text-align:right;
float:right;
width:680px;
position:relative;
}

#header .rightArea h1{
	/** float:right; **/
	padding-top:5px;
	text-align:right;
	font-weight:normal;
	padding-right:10px;
	color:#aaaaaa;
	/** 2017.03.11 add by taneike **/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


#header .rightArea p a{
float:right;
margin-bottom:5px;
font-size:90%;
background:url(../images/header_arrow.gif) 0 10px no-repeat;
padding-left:9px;
margin-left:13px;
padding-top:5px;
}



#header .searchArea{
	clear:both;
	width:180px;
	position:absolute;
	left:380px;
	}

#header .searchArea .search{
	width:180px;
	text-align:left;
}

#header .searchArea .search input{
	width:130px;
	display:inline;
	vertical-align:middle;
	}

#header .searchArea .search img{
	display:inline;
	vertical-align:middle;
	}

#header .searchArea #listBtn {
	background:url(../images/header_btn_list.gif) 0 0 no-repeat;
	width:177px;
	height:26px;
	}

#header .searchArea #listBtn .list a{
	color:#333;
	text-decoration:none;
	display:block;
	text-align:left;
	padding-left:140px;
	font-weight:bold;
	line-height:26px;
	}

#header .searchArea #listBtn .list a span{
	font-size:120%;
}

#header #navi{
width:980px;
margin-left:auto;
margin-right:auto;
clear:both;
height:29px;
/*padding-top:10px;	*/
}

#header #navi li{
float:left;
line-height:0;
font-size:1px;
height:40px;
}

#header #navi li a{
display:inline;
line-height:normal;
}

#topicPathArea{
	margin-bottom:5px;
	}

#topicPath {
	float:left;
}

#topicPath li {
    display:inline;
    line-height:2em;
    list-style-type:none;
	font-size:11px;
}

#topicPath li a {
    padding-right:10px;
    background:url(../images/i_topicpath.gif) no-repeat right center;
	font-size:11px;
}


#header02 p#logo{
width:271px;
float:left;
padding-top:14px;
}


#header02 #headerInner  h1{
	float:right;
	padding-top:5px;
	text-align:right;
	font-weight:normal;
	padding-right:10px;
}


p#pageTitle02 {
	width:950px;
	margin:15px auto 0;
	clear:both;
	text-align:right;
	}


/*--- footer ---------------------------------------*/

#footer{
	background:url(../images/footer_bg.gif) 0 0 repeat-x #7dc452;
	clear:both;
	padding-top:20px;
	color: #333333;
	}

#footer02{
	background-color:#333333;
	clear:both;
	padding-top:20px;
	color:#fff;
	text-align:center;
	padding:2px 0;
	}


#footerInner{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer_inner_bg.gif) 100% 100% no-repeat;
	}


#footerNavi li{
	float:left;
	}

#footerInner .searchArea{
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	}

#footerInner .searchArea .search{
	float:right;
	padding:3px;
	margin-right:1px;
}

#footerInner .searchArea .search input{
	width:145px;
	display:inline;
	vertical-align:middle;
	}

#footerInner .searchArea .search img{
	display:inline;
	vertical-align:middle;
	}

#footerInner .searchArea #footerNavi02{
	float:left;
	color:#fff;
	padding-top:10px;
	}

#footerNavi02 a{
	color:#333333;
	text-decoration:none;
	background:url(../images/footer_i_home.gif) 0 100% no-repeat;
	line-height:24px;
	padding-left:34px;
	display:block;
	}

.footerNavi03{
	width:25%;
	float:left;
	margin-right:15px;
}

.footerNavi04{
	width:21%;
	float:left;
	margin-right:15px;
}

.footerNavi03 dl{
	margin-bottom:15px;
	}

.footerNavi03 dt{
	margin-bottom:5px;
	border-bottom:1px solid #568837;
	}

.footerNavi03 dl dd{
	padding-left:10px;
	background:url(../images/footer_arrow.gif) 0 3px no-repeat;
	}
.footerNavi03 dl dd a{
	font-size:11px;
	margin-right:15px;
	color:#333333;
	text-decoration:none;
	}


.footerNavi04 dl{
	margin-bottom:15px;
	}

.footerNavi04 dt{
	margin-bottom:5px;
	border-bottom:1px solid #568837;
	}

.footerNavi04 dl dd a{
	font-size:11px;
	background:url(../images/footer_arrow.gif) 0 1px no-repeat;
	padding-left:10px;
	margin-right:15px;
	color:#333333;
	text-decoration:none;
	}

.footerNavi05{
	border-top:1px solid #568837;
	clear:both;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:15px;
	width:800px;
}

.footerNavi05 a{
	color:#333333;
	font-size:11px;
	text-decoration:none;
}


#copy{
	color:#FFF;
	background-color:#333333;
	text-align:center;
	clear:both;
	padding-bottom:3px;
	}


.defoTitle{
	background:url(../images/defo_title.gif) 0 0 no-repeat;
	height:68px;
	width:690px;
	line-height:68px;
	margin-left:10px;
	font-size:18px;;
	font-weight:bold;
	margin-bottom:25px;
	}

.defoTitle p{
	padding-left:64px;
}

/*--- side ---------------------------------------*/

.sideBox{
	background:url(../../images/left_box_bg.gif) 0 0 repeat-y;
	}

#culum2 .sideBox{
	background:url(../../search/images/colum2_right_side_bg.gif) 0 0 repeat-y;
	margin-bottom:10px;
	}

#culum2 #sub3 .sideBox {
	background:url(../../images/left_box_bg.gif) 0 0 repeat-y;
	}

.sideKuchikomiLanking{
	width:230px;
	margin:5px auto;
	}

.sideKuchikomiLanking a{
	}

.sideKuchikomiLanking dl{
	padding-left:45px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
	padding-bottom:5px;
	}

.sideKuchikomiLanking .no01{
	background:url(../../images/left_kuchikomi_no1.gif) 0 0 no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no02{
	background:url(../../images/left_kuchikomi_no2.gif) 0 0 no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no03{
	background:url(../../images/left_kuchikomi_no3.gif) 0 0 no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no04{
	background:url(../../images/left_kuchikomi_no4.gif) 4px 3px no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no05{
	background:url(../../images/left_kuchikomi_no5.gif) 4px 3px no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no06{
	background:url(../../images/left_kuchikomi_no6.gif) 4px 3px no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no07{
	background:url(../../images/left_kuchikomi_no7.gif) 4px 3px no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no08{
	background:url(../../images/left_kuchikomi_no8.gif) 4px 3px no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no09{
	background:url(../../images/left_kuchikomi_no9.gif) 4px 3px no-repeat;
	padding-top:5px;
	}

.sideKuchikomiLanking .no10{
	background:url(../../images/left_kuchikomi_no10.gif) 4px 3px no-repeat;
	padding-top:5px;
	}

.sideJukuLanking{
	width:230px;
	margin:5px auto;
	}

.sideBoxInner{
	width:210px;
	margin:5px auto;
	}

.sideBoxInner input {
	width:210px;
	margin-bottom:5px;
	}

.sideJukuLanking a{
	}

.sideJukuLanking ul li{
	padding-left:35px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
	padding-bottom:5px;
	}

.sideJukuLanking .no01{
	background:url(../../images/left_lanking_no1.gif) 5px 5px no-repeat;
	padding-top:5px;
	}

.sideJukuLanking .no02{
	background:url(../../images/left_lanking_no2.gif) 5px 5px no-repeat;
	padding-top:5px;
	}

.sideJukuLanking .no03{
	background:url(../../images/left_lanking_no3.gif) 5px 5px no-repeat;
	padding-top:5px;
	}

.sideJukuLanking .no04{
	background:url(../../images/left_lanking_no4.gif) 5px 5px no-repeat;
	padding-top:5px;
	}

.sideJukuLanking .no05{
	background:url(../../images/left_lanking_no5.gif) 5px 5px no-repeat;
	padding-top:5px;
	}

.sideUse{
	background:url(../../images/left_use_bg.gif) 0 0 repeat-y;
	margin-bottom:10px;
	}

.sideUse li{
	width:222px;
	margin-left:auto;
	margin-right:auto;
	font-size:0px;
	line-height:0px;
}

.sideUse li a{
	width:222px;
	margin-left:auto;
	margin-right:auto;
}


.sideKuchikomiDetail{
	width:200px;
	margin:5px auto;
	background:url(../../school/images/classDetail_side_i_kuchikomi.gif) 0 0 no-repeat;
	padding-left:30px;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-bottom:3px;
	}

.sideKuchikomiDetail dd{
	font-size:11px;
	line-height:1.4em;
	}

.sideBolg{
	padding:10px;
	}

.sideBolg input{
	width:200px;
	}

/*--- common ---------------------------------------*/



.backTop{
	text-align:right;
	border-bottom:1px solid #00be16;
	margin:15px 0;
	}

.backTop02{
	text-align:right;
	margin:15px 0;
	}

.borderBox{
	border:1px solid #686868;
}

#classHeaderTop{
	background:url(../images/class_header_h.gif) 0 0 no-repeat;
	height:4px;
	overflow:hidden;
}

#classHeaderBottom{
	background:url(../images/class_header_footer.gif) 0 0 no-repeat;
	height:5px;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}

#classHeader{
	background:url(../images/class_header_bg.gif) 0 0 repeat-y;
	padding:0 10px;
	}

#classHeader .logo{
	width:130px;
	}

#classHeader dl dt{
	float:left;
	margin-right:10px;
	padding-top:6px;
}

#classHeader dl dd{
	float:left;
	margin-right:10px;
}

#classHeader .name{
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-right:10px;
	margin-top:5px;
	line-height:28px;
	}

#classHeader .kuchikomi{
	border-top:1px solid #c9c9c9;
	padding-top:10px;
	margin-top:10px;
}

#classHeader .kuchikomi .star{
	margin-right:3px;
}

#classHeader .kuchikomi .point{
/*	color:#F00;	*/
	font-size:18px;
	font-weight:bold;
	padding-top:6px;
	padding-left:5px;
}

#classHeader .kuchikomi .ken{
	font-weight:bold;
	padding-top:6px;
}


#classHeader ul{
	background:url(../images/fukidashi.gif) 0 0 no-repeat;
	height:24px;
	width:485px;
	float:left;
	padding-left:20px;
	line-height:24px;
	}

#classHeader ul li{
	float:left;
	margin-right:7px;
}

#classHeader ul li span{
	color:#ffb300;
	font-weight:bold;
}

#classHeader .line{
	background:url(../images/fukidashi_line.gif) 100% 50% no-repeat;
	padding-right:8px;
}


#request h2{
	background:url(../../school/images/i_clover.gif) 4px 50% no-repeat;
	font-size:16px;
	font-weight:bold;
	margin:5px 10px 20px 10px;
	padding-left:35px;
	line-height:40px;
	border-top:2px solid #7dc452;
	border-bottom:1px solid #7dc452;
}

#request .inner{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	}

#request .listInner{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}

#request .btnArea{
	margin-left:200px;
	}

#request .btnArea2{
	margin-left:200px;
	}

/*----- new --------------------------------*/


#page_header {
	height:124px;
	width:710px;
	background-image: url(../images/page_header.jpg);
	text-indent:-9999px;
}



#news_list {
	display: block;
	width: 620px;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
}

#news_list li {
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #00c706;
}

.day {
	color: #00BE16;
	margin-right: 40px;
}

.newIcon {
	float: right;
	height: 15px;
	width: 30px;
}

#page_menu {
	text-align: center;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	color: #02BD16;
	line-height: 20px;
	height: 20px;
}

#page_menu img {
	vertical-align: middle;
}

#page_menu a{
	color: #02BD16;
}

#page_menu .nowPage {
	height: 18px;
	width: 18px;
	border: 1px solid #02BD16;
	display: inline-block;
}

#page_top {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00BE16;
	text-align: right;
	margin-top: 40px;
}

#under_txt {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-top: 20px;
}


#newsTemp{
	width: 620px;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	line-height:2em;
	}

#newsTemp .title{
	color:#999999;
	font-size:26px;
	border-bottom:1px solid #00be16;
	padding-bottom:20px;
	margin-bottom:5px;
	}

#newsTemp .data{
	text-align:right;
	margin-bottom:15px;
}

/*--- tab ---------------------*/


#tabIndex{
	border-bottom:1px solid #cccccc;
	}

#tabIndex li{
	float:left;
	margin-right:5px;
	font-size:0px;
line-height:0px;
	}

.frame{
	background:url(../images/frame_bg.gif) 0 0 repeat-y;
	}

.panel{
	padding:20px 0;
	}

.frame .school{
	clear:both;
	margin-bottom:15px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}

.frame .schoolImg{
	float:left;
	width:321px;
}

.frame .schoolTxt{
	float:right;
	width:600px;
	background:url(../../school/images/school_txt_bg.gif) 0 100% no-repeat;
	padding-bottom:60px;
	padding-top:5px;
}

.frame .schoolTxt .title{
	font-size:18px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding-bottom:8px;
	font-weight:bold;
	}

.frame .info{
	background:url(../../school/images/school_info_bg.gif) 0 0 repeat-y;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	}

.frame .info table{
	width:900px;
	margin:0 auto;
	}

.frame .info table th{
	font-weight:bold;
	width:210px;
}

.frame .info table td{
	padding:15px;
}

.frame .info table td dl dt{
	background:url(../../school/images/i_clover.gif) 0 50% no-repeat;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:30px;
	line-height:24px;
}

.frame .result{
	background:url(../../school/images/school_result_bg.gif) 0 0 repeat-y;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	}

.frame .result table{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin:0 auto;
	}

.frame .result table th{
	font-weight:bold;
	width:210px;
	padding-left:10px;
}

.frame .result table td{
	padding:15px;
	color:#FFF;
	background:url(../../school/images/school_result_bg_bottom.gif) 100% 100% no-repeat;
}

/*
#schoolListInner{
	padding:20px;
}
*/


.frame .movie{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}

.frame .movie h3{
	background:url(../../shared/images/i_maru_green03.gif) 5px 50% no-repeat #f6ffdb;
	padding-left:30px;
	line-height:2.3em;
	border-top:3px solid #cbeab8;
	margin-bottom:10px;
	font-size:14px;
}

.frame .movie .inner{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	}

.frame .movie .inner .contents{
	width:425px;
	text-align:center;
}

.frame .movie .inner .contents .flv{
	border:1px solid #cccccc;
	margin:10px auto;
	padding:15px;
}



#schoolList{
	padding:20px;
	clear:both;
}

#schoolList h3{
	background:url(../../school/images/i_clover.gif) 0 50% no-repeat;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:30px;
	line-height:40px;
	border-top:2px solid #7dc452;
	border-bottom:1px solid #7dc452;
	}

#schoolList .navi{
	background-color:#f3f9ef;
	padding:4px 10px;
	font-size:11px;
	clear:both;
	}

#schoolList .navi a{
	text-decoration:none;
	font-size:11px;
	text-decoration:underline;
	}

#schoolList .step{
	margin-bottom:10px;
	}

#schoolList .step li{
	float:left;
	}

#schoolList .step li.step01{
	background:url(../../school/images/school_list_step01.gif) 0 0 no-repeat;
	width:325px;
	height:31px;
	}

#schoolList .step li.step02{
	background:url(../../school/images/school_list_step02.gif) 0 0 no-repeat;
	width:331px;
	height:31px;
	}
#schoolList .step li.step03{
	background:url(/review/images/review_flow_step01-1.gif) 0 0 no-repeat;
	width:275px;
	height:31px;
	}

#schoolList .step li.step04{
	background:url(/review/images/review_flow_step02-1.gif) 0 0 no-repeat;
	width:280px;
	height:31px;
	}
#schoolList .step li.search{

	}

#schoolList .step .puldown{
	margin-left:90px;
	margin-top:5px;
	float:left;
	}

#schoolList .step p{
	float:right;
	padding-top:7px;
	padding-right:20px;
	}


#schoolList table{
	clear:both;
	border-top:1px solid #7dc452;
	border-right:1px solid #7dc452;
	margin:10px auto;
	}

#schoolList table th{
	border-bottom:1px solid #7dc452;
	border-left:1px solid #7dc452;
	background-color:#dff4d2;
	font-weight:bold;
	color:#6e9755;
	padding:5px;
	font-size:14px;
	text-align:center;
	}

#schoolList table td{
	border-bottom:1px solid #7dc452;
	border-left:1px solid #7dc452;
	padding:5px;
	}

#schoolList table td.name table{
	border:none;
	padding:0;
	}

#schoolList table td.name table a{
	font-size:120%;
	font-weight:bold;
	}

#schoolList table td.name table td,th{
	border:none;
	padding:0;
	}


/*
#schoolList table td.name ul{
	float:left;
	}
#schoolList table td.name img{
	float:right;
	vertical-align:middle;
	}
*/


#schoolList table td.tel dl{
	margin-left:auto;
	margin-right:auto;
	}

#schoolList table td.tel dl dt{
	text-align:left;
	padding-left:8px;
	padding-bottom:2px;
	}


#schoolList table td.tel dl dd{
	color:#ff7e17;
	font-size:17px;
	font-family: Meiryo, Osaka, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:17px;
	}

.aboutBox{
	clear:both;
	padding-bottom:15px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}

.aboutBox .rightBox{
	width:460px;
	border-top:2px solid #83c55b;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	float:right;
	}

.aboutBox .leftBox{
	width:460px;
	border-top:2px solid #83c55b;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	float:left;
	}

.aboutBox dl{
	margin:15px;
	}

.aboutBox dl dt{
	background:url(../../images/i_clover.gif) 0 0 no-repeat;
	padding-left:30px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin-bottom:5px;
	line-height:24px;
}


.aboutBoxDetail{
	clear:both;
	padding-bottom:15px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	}

.aboutBoxDetail dl{
	margin:0 15px;
	border-top:2px solid #83c55b;
	padding-top:7px;
	}

.aboutBoxDetail dl dt{
	background:url(../../images/i_clover.gif) 0 -2px no-repeat;
	padding-left:30px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin-bottom:5px;
	line-height:24px;
}

.aboutBoxDetail dl dd p{
	padding-bottom:1em;
	}

.aboutBoxDetail .navi{
	border:1px solid #cecece;
	font-size:12px;
	}

.aboutBoxDetail .navi p{
	border-bottom:1px solid #cecece;
	font-weight:bold;
	background:url(../../school/images/detail_shadow.gif) 0 100% repeat-x;
	line-height:25px;
	font-size:12px;
	padding-left:10px;
}

.aboutBoxDetail .navi ul{
	padding:10px;
	}

.aboutBoxDetail .navi ul li{
	background:url(../images/arrow_orange.gif) 0 50% no-repeat;
	padding-left:10px;
	float:left;
	margin-right:15px;
	width:280px;
	padding-bottom:5px;
}



/*--- tab ---------------------*/


.frame .left{
	width:700px;
	float:left;
	}

.frame .right{
	width:240px;
	float:right;
	}

.frame .right .sideBox{
	background:url(../images/tab_right_bg.gif) 0 0 repeat-y;
	margin-bottom:15px;
	}



/*--- common teble ---------------------*/

.grayTable{
	border-top:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	margin-bottom:4px;
	}

.grayTable th{
	border-bottom:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	background-color:#f5f5f5;
	font-weight:normal;
	padding:4px;
	line-height:1.2em;
	}

.grayTable td{
	border-bottom:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	padding:4px 10px;
	}

.greenTable{
	border-top:1px solid #00be16;
	border-left:1px solid #00be16;
	margin-bottom:4px;
	}

.greenTable th{
	border-bottom:1px solid #00be16;
	border-right:1px solid #00be16;
	background-color:#e3f8e5;
	font-weight:normal;
	text-align:left;
	padding:5px 10px;
	}

.greenTable td{
	border-bottom:1px solid #00be16;
	border-right:1px solid #00be16;
	padding:5px 10px;
	}

.requestTable{
	border-top:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	margin-bottom:4px;
	}

.requestTable th{
	border-bottom:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	background-color:#f5ffda;
	font-weight:normal;
	text-align:left;
	padding:7px 10px;
	width:230px;
	}

.requestTable th.hissu{
	background:url(../images/i_hissu.gif) 210px 8px no-repeat #f5ffda;
	}

.requestTable td{
	border-bottom:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	padding:7px 10px;
	}

.jukuListTable{
	padding-left: 55px;
	margin-bottom: 20px;
}
.jukuListTable dl{
}
.jukuListTableDt{
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	clear: both;
	height: 31px;
	/*float: left;*/
}
.jukuListTableDd{
	border-bottom:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	width: 803px;
	padding-left: 35px;
	margin: 0px;
	padding-top: 0px;
	clear: both;
	/*float: left;*/
}
table.jukuListPulas{
	margin-bottom: 10px;
}
table.jukuListPulas th{
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
table.jukuListPulas th a img{
	border: 1px solid #cccccc;
}

table.jukuListPulas th a:hover img,table.jukuListPulas td a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


table.jukuListPulas td{
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
dl.kuchikomi {
	margin-left:25px;
}
dl.kuchikomiTopList{
	margin-top: 5px;
	margin-left: 7px;
	width: 92px;
}
.kuchikomi dt, .kuchikomiTopList dt{
	float: left;
	margin: 0px;
	padding: 0px;
}
.listJukuName{
	font-weight:bold;
}
.listJukuMoney{
	font-size: 14px;
	font-weight: bold;
	color: #ee846c;
}

/*--- jyuku search ---------------------*/

#nemeSearchArea .navi{
	background-color:#feffd7;
	padding:4px 10px;
	margin-bottom:10px;
	}

#nemeSearchArea .navi a{
	color:#434343;
	text-decoration:none;
	}

/*--- kuchikomi ---------------------*/

#kuchikomiArea .navi{
	background-color:#feffd7;
	padding:4px 10px;
	margin-bottom:20px;
	}

#kuchikomiArea .navi a{
	color:#434343;
	text-decoration:none;
	}


.kuchikomiBox{
	border:1px solid #cbcbcb;
	clear:both;
	padding:10px;
	margin-bottom:15px;
	}

.kuchikomiBox h3{
	background:url(../images/i_line_green.gif) 0 0 no-repeat;
border-bottom:1px solid #00be16;
line-height:1.6em;
padding-left:15px;
margin-bottom:15px;
font-size:18px;
padding-bottom:3px;
font-weight:bold;
}

.kuchikomiBox .detailBtn{
position:relative;
text-align:right;
width:133px;
margin-left:auto;
margin-right:5px;
}

.kuchikomiBox .detailBtn img{
position:absolute;
display:block;
top:-46px;
right:0;
}

.kuchikomiBox .left{
	width:475px;
	float:left;
	}

.kuchikomiBox .left02{
	width:455px;
	float:left;
	}

.kuchikomiBox .user{
	width:115px;
	float:left;
	}

.kuchikomiBox .user .type{
	font-size:22px;
	font-weight:bold;
	padding-top:25px;
	padding-bottom:10px;
	}

.kuchikomiBox .user .record{
	font-size:12px;
	}

.kuchikomiBox .user .youji{
	background:url(../images/i_youji.gif) 0 0 no-repeat;
	height:115px;
	width:115px;
	text-align:center;
	margin-bottom:5px;
	}

.kuchikomiBox .user .syougaku{
	background:url(../images/i_syougaku.gif) 0 0 no-repeat;
	height:115px;
	width:115px;
	text-align:center;
	margin-bottom:5px;
	}

.kuchikomiBox .user .chugaku{
	background:url(../images/i_chugaku.gif) 0 0 no-repeat;
	height:115px;
	width:115px;
	text-align:center;
	margin-bottom:5px;
	}

.kuchikomiBox .left .user .koukou{
	background:url(../images/i_koukou.gif) 0 0 no-repeat;
	height:115px;
	width:115px;
	text-align:center;
	margin-bottom:5px;
	}

.kuchikomiBox .user .rounin{
	background:url(../images/i_rounin.gif) 0 0 no-repeat;
	height:115px;
	width:115px;
	text-align:center;
	margin-bottom:5px;
	}

.kuchikomiBox .user .koushi{
	background:url(../images/i_koushi.gif) 0 0 no-repeat;
	height:115px;
	width:115px;
	text-align:center;
	margin-bottom:5px;
	}

.kuchikomiBox .detail{
	width:340px;
	float:right;
	}

.kuchikomiBox .detail02{
	width:320px;
	float:right;
	}

.kuchikomiBlock{
	border-bottom:1px dotted #a7a7a7;
	margin-bottom:5px;
	padding-bottom:5px;
	}

.kuchikomiBlock dl{
	margin-bottom:5px;
}

.kuchikomiBlock dl dt{
	background:url(../images/i_maru_green_s.gif) 0 3px no-repeat;
	padding-left:20px;
	font-weight:bold;
	float:left;
	margin-right:10px;
	line-height:23px;
	width:100px;
}

.kuchikomiBlock02 dl{
	margin-bottom:5px;
}

.kuchikomiBlock02 dl dt{
	background:url(../images/i_maru_green_s.gif) 0 3px no-repeat;
	padding-left:20px;
	font-weight:bold;
	margin-right:10px;
	line-height:23px;
}

.kuchikomiBlock p{
	clear:both;
	line-height:1.4em;
}

.kuchikomiBox .graph{
	width:220px;
	float:right;
	border:1px solid #bfbfbf;
	text-align:center;
	}

.kuchikomiBox .graph .point{
	background:url(../images/value_img.gif) 0 0 no-repeat;
	width:210px;
	height:53px;
	margin:5px auto;
}

.kuchikomiBox .graph .point ul{
	width:105px;
	margin-left:102px;
	padding-top:8px;
}

.kuchikomiBox .graph .point li{
	text-align:center;
	font-weight:bold;
	line-height:1.4em;
}

.kuchikomiBox .graph .point li .txtOrange{
	font-size:20px;
}

.floatL{
float:left;
}

.floatR{
float:right;
}

.txtRed{
color:#ff0000;
}

.txtSmall{
font-size: 85%;
line-height:1.2em;
}


.txtBold{
font-weight:bold;
}

.txtGray{
color:#898989;
}

.txtOrange{
color:#ff6900;
font-weight:bold;
}

.txtBlueBold{
font-weight:bold;
color:#3b6780;
}

.center{
margin-left:auto;
margin-right:auto;
text-align:center;
}

.right{
text-align:right;
}


/*--- form ---------------------------------------*/

.form30{width:30px;}

.form60{width:60px;}

.form150{width:150px;}

.form200{width:200px;}

.form250{width:250px;}

.form300{width:300px;}

.form400{width:400px;}

.form500{width:500px;}

.form550{width:550px;}

/*--- clearfix ---------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*--- margin ---------------------------------------*/

.marB03{margin-bottom:3px;}
.marB05{margin-bottom:5px;}
.marB10{margin-bottom:10px;}
.marB15{margin-bottom:15px;}
.marB20{margin-bottom:20px;}

.marT03{margin-top:3px;}
.marT05{margin-top:5px;}
.marT08{margin-top:8px;}
.marT10{margin-top:10px;}
.marT15{margin-top:15px;}
.marT20{margin-top:20px;}
.marT25{margin-top:25px;}
.marT30{margin-top:30px;}

.marR03{margin-right:3px;}
.marR05{margin-right:5px;}
.marR10{margin-right:10px;}
.marR15{margin-right:15px;}
.marR20{margin-right:20px;}
.marR30{margin-right:30px;}

.marL03{margin-left:3px;}
.marL05{margin-left:5px;}
.marL10{margin-left:10px;}
.marL15{margin-left:15px;}
.marL20{margin-left:20px;}

.padB03{padding-bottom:3px;}
.padB05{padding-bottom:5px;}
.padB10{padding-bottom:10px;}
.padB15{padding-bottom:15px;}
.padB20{padding-bottom:20px;}

.padT03{padding-top:3px;}
.padT05{padding-top:5px;}
.padT08{padding-top:8px;}
.padT10{padding-top:10px;}
.padT15{padding-top:15px;}
.padT20{padding-top:20px;}

.padL03{padding-left:3px;}
.padL05{padding-left:5px;}
.padL10{padding-left:10px;}
.padL15{padding-left:15px;}
.padL20{padding-left:20px;}
.padL30{padding-left:30px;}

.padR03{padding-right:3px;}
.padR05{padding-right:5px;}
.padR10{padding-right:10px;}
.padR15{padding-right:15px;}
.padR20{padding-right:20px;}
.padR30{padding-right:30px;}

/*--- font ---------------------------------------*/

.fs80{ font-size: 80% !important; }
.fs85{ font-size: 85% !important;line-height:140%; }
.fs90{ font-size: 90% !important; }
.fs100{ font-size: 100% !important; }
.fs110{ font-size: 110% !important; }
.fs120{ font-size: 120% !important; }
.fs130{ font-size: 130% !important; }
.fs140{ font-size: 140% !important; }
.fs150{ font-size: 150% !important; }


/* paginate */
.navi span.prev,
.navi span.next{
	color:#898989;
}
.navi .current{
	font-weight: bold;
}

/* validate error */
.error-message{
	color:red;
}
