@charset "utf-8"; 
/* CSS Document */
/***********************************************************

リセット用

***********************************************************/
h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd, caption, img, form {
        margin: 0;
        padding: 0;
        border: none;
        list-style-type: none;
}

textarea { font-size: 100%; }


hr { display: none; }

html {width: 100%;height: 100%;} 
* html body {padding-left: 1px;}

/* クリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear{
	clear: both;
}
/******************共通********************/
body{
	background:#FFF4C8;
	text-align:center;
	font-size:12px;
	color:#666666;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 180%;
	font-weight: normal;
	margin:0;padding:0;

}

.pink{color:#E4017B;}
.pink20{color:#E4017B;font-size:20px;}

.red{color:#CC0000;}
.red_b{color:#CC0000;font-weight:bold;}


.pagetop{float:right;margin:30px 0 0 0;}
/***************パンくず***************/

#pan_top{
}



#pan_top li{
	float:left;
	font-size:10px;
}

#pan{
    width:960px;
	margin:5px 0 0 0;
	float:left;
	display:block;
}



#pan li{
	float:left;
	font-size:10px;
	height:10px;
	margin:0 5px 0 0;
}
.left{
    float:left;
}

/********************共通********************/
#wrapper{
	width:960px;
	margin:0 auto;
    padding:0 20px;
	background-color:#FFFFFF;
	text-align:left;
}
#contents_wrapper{
    width:960px;
    margin:15px 0 0 0;
	padding:0 0 20px 0;
	background:url(../img/bg.gif) repeat-y;
	text-align:left;
	float:left;
	display:inline;
}


/********************左カラム********************/
#slider{
	 width:290px;
    height: 325px;
    overflow: hidden;
	position: relative;
	margin: 10px 0;
    float:left;
	display:inline;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover{
    width: 1500px;
	position: relative;    
	float:left;
}

.slide{
    padding: 40px 0;
    width: 290px;
	float:left;
	position: relative;
	display:inline;
}

.slide dt{
	font-size: 10px;
	width: 290px;
    position: absolute;
	top: 0px;
	left:0px;text-transform: uppercase;
}
.slide dd{
	font-size: 10px;
	line-height:150%;
	width: 290px;
    position: absolute;
	top: 280px;	left:0px;
	text-transform: uppercase;
	float:left;
}

.slide img{
    position: absolute;
	top: 35px;
	left: 0px;
}


#left_wrapper{
	width:290px;
	float:left;
	padding:5px;
	display:inline;
}

.slide dt a:link,.slide dt a:visited{
	text-decoration: none;
	width:287px;
	background:#E4027C;
	font-size:13px;
	padding:3px 0;
	float:left;
	display:inline;
	color:#FFFFFF;
	border-left:3px solid #E4027C;
}

.slide dt a:hover,.slide dt a:active{
	text-decoration: underline;
}


h2.coupon{
	background:url(../img/coupon_tit.gif);
	width:186px;
	height:33px;
	line-height:33px;
	margin:10px 0 0 0;
	padding:0 0 0 104px;
	font-size:10px;
	float:left;
	display:inline;
}
/*ie6*/
* html h2.coupon{width:290px;}

#coupon_txt{
}

#coupon_txt li{
    width:260px;
	float:left;
	display:block;
	background:url(../img/list_mark01.gif) no-repeat center left;
	
/* ▼ 100308-UPD  IBJ maeda ▼ */
	line-height:150%;
	padding:5px 0 5px 20px;
/* ▲ 100308-UPD  IBJ maeda ▲ */
/* ▼ 100308-ADD  IBJ maeda ▼ */
/* ▲ 100308-ADD  IBJ maeda ▲ */


	border-bottom:dotted 1px #818181;
}

h2.select{
	background:url(../img/select_tit.gif);
	width:196px;
	height:33px;
	line-height:33px;
	margin:10px 0 0 0;
	padding:0 0 0 94px;
	font-size:10px;
	float:left;
	display:inline;
}
/*ie6*/
* html h2.select{width:290px;}


.select_salon{
	width:262px;
	padding:14px;
	border-top:1px solid #EBEBEB;
	background:#FFF;
	float:left;
}
/*ie6*/
* html .select_salon{width:290px;}

.select_salon img{
    float:left;
	margin:0 10px 0 0;
}
.select_salon dl{
	width:160px;
	float:left;
	color:#000000;
	font-size:10px;
}
.select_salon dt{
}

.select_salon dd{
	line-height:160%;
	float:left;
}

h2.sf{
	background:url(../img/sf_tit.gif);
	width:120px;
	height:33px;
	line-height:35px;
	margin:10px 0 0 0;
	padding:0 0 0 170px;
	font-size:10px;
	float:left;
	display:inline;
}
/*ie6*/
* html h2.sf{width:290px;}

.sf_salon{
	width:262px;
	margin:5px 0 0 0;
	padding:13px;
	border:1px solid #FF55AA;
	background:#FF80C0;
	float:left;
}
/*ie6*/
* html .sf_salon{width:290px;}

.sf_salon img{
    float:left;
	margin:0 10px 0 0;
}
.sf_salon dl{
	width:130px;
	float:left;
	color:#000000;
	font-size:10px;
}
.sf_salon dt{
}

.sf_salon dd{
	line-height:160%;
	float:left;
}
h2.mobile{
	background:url(../img/mobile_tit.gif);
	width:196px;
	height:33px;
	line-height:33px;
	margin:10px 0 0 0;
	padding:0 0 0 94px;
	font-size:10px;
	float:left;
	display:inline;
}
/*ie6*/
* html h2.mobile{width:290px;}

.qr{
	width:280px;
	padding:5px;
	float:left;
}
/*ie6*/
* html .qr{width:290px;}

.qr dt{
	float:left;
	margin:0 10px 0 0;
}

.qr dd{
	width:160px;
	color:#000000;
	font-size:10px;
	line-height:160%;
	float:left;
}

#left_ad{
    float:left;
    margin:10px 0 0 0;
}
#left_login{
    float:left;
    margin:10px 0 0 0;
}
/********************メインカラム********************/
#main_wrapper{
    width:640px;
	float:right;
	margin:0 0 0 20px;
	display:inline;
	position:relative;
}

/********************検索********************/
.search{
	background:url(../img/search_tit.gif);
	width:545px;
	height:37px;
	line-height:37px;
	padding:0 0 0 95px;
	font-size:10px;
	float:left;
	display:inline;
}
/*ie6*/
* html .search{width:640px;}

#search_contents{
    width:640px;
	background:url(../img/main_middle_bg.jpg) repeat-y;
	float:left;
	display:inline;
}


#search_area{
    width:292px;
	float:left;
	line-height:160%;
	margin:10px 15px 0 15px;
	display:inline;
}

.area_local ul{
}

.area_local01{
    float:left;
	margin:0 0 3px 0;
	padding:0 5px 3px 0;
    display:block;
	border-right:1px dotted #818181;
}
.area_local02{
    float:left;
	margin:0 0 3px 0;
	padding:0px 5px 3px 5px;
    display:block;
	border-right:1px dotted #818181;
}
.area_local03{
    float:left;
	margin:0 0 3px 0;
	padding:0px 0 3px 5px;
    display:block;
}
.area{
    margin:5px 0 0 0;

}
.area dt{
    width:292px;
    color:#FFB400;
	float:left;


}
.area dd{
    width:292px;
    font-size:10px;
	line-height:1.0em;
    border-bottom:dotted 1px #818181;
	float:left;
}

#search_course{
    width:292px;
    margin:10px 15px 0 0;
	float:left;
	display:inline;
}
#search_course ul{
    width:277px;
    margin:8px 0 5px 0;
	float:left;
    display:block;

}

#search_course li{
    margin:5px 10px 0 0;
	padding:0 0 0 10px;
	float:left;
	font-size:10px;
	line-height:10px;
	background:url(../img/list_mark02.gif) no-repeat center left;
}

#search_word{
 margin:10px 0 0 0;
 float:left;
}

#search_word_input{
width:292px;
position:relative;
/* ▼ 100113-ADD  IBJ maeda ▼ */
margin:10px 0 0 0;
/* ▲ 100113-ADD  IBJ maeda ▲ */
}

#search_word_input p{
    width:180px;
/* 100113-DEL IBJ maeda 
    margin:10px 0 0 0;*/
	float:left;
}
#search_word_input img{
    margin:10px 0 0 5px;
	float:right;
}

#search_word_input .input{
	width: 200px;
}

.search_ad	{
	font-size:11px;
	font-weight:normal;
	position:absolute;
	top:25px;
	left:0px;
}
.more{
width:68px;
margin:15px 15px 0 0;
line-height:11px;
font-size:10px;
float:right;
font-weight:normal;
text-align:right;
display:inline;
}
.more img{
    float:right;
	margin:0 0 0 3px;
	display:inline;
}
.more02{
width:200px;
margin:15px 15px 0 0;
line-height:11px;
font-size:10px;
float:right;
font-weight:normal;
text-align:right;
display:inline;

}
.more02 img{
    float:right;
	margin:0 0 0 3px;
	display:inline;
}


.news_attention{
background:#FD5479;
padding:3px;
color:#FFFFFF;
font-size:10px;
margin:0 0 0 5px;
}
/******************リンク**************************/
a:focus{
    outline:none;
}

a:link,a:visited{
	text-decoration: none;
	color: #333333;
}

a:hover,a:active{
	text-decoration: underline;
	color: #98CB00;
}
a:hover.nodec  {
	text-decoration:none !important;
	color:#333333 !important;
}

