@charset "UTF-8";
body {
	font-family:'Lucida Grande',"ヒラギノ角ゴ ProN W3",  "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, Verdana, sans-serif;
	text-align:left;
	font-size: 0.8em;
	line-height : 140%;
	color:#373737;
}


body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse : collapse;
	border-spacing : 0;
}



a {
	text-decoration : none;
	color:#373737;
}


a:hover {
	text-decoration : underline;
	color: #e78108;
/* IE bug fix */
}

a img{
	border-style : none;
}



/*----------------------------------------------------------------
 *　メインコンテンツ
----------------------------------------------------------------*/
#MAIN {
	text-align:left;
	width : 960px;
	padding : 0px;
	margin : 0 auto;
}
#MAIN #left{
	float : left;
	width : 750px;
	margin-top : 10px;
}

#MAIN #right{
	float : right;
	width : 190px;
	margin-top : 10px;
}



/*----------------------------------------------------------------
 *　店舗選択（主にお問い合わせ）
----------------------------------------------------------------*/
/* 共通パーツ：店舗選択向け */

#MAIN #left #studio_selection{
	margin: 10px;
	padding: 10px;
	border: 2px solid #D7E4C1;
	background: #FFFFF3;
}


#MAIN #left #studio_selection dl.first{
	padding: 0 0 10px 10px;
}


#MAIN #left #studio_selection #studio_selection_title{
	/*font-size: 160%;*/
	/*color: #00c247;*/
}

#MAIN #left #studio_selection #studio_selection_retry{
	/*font-size: 60%;*/
	margin-left: 20px;
	text-decoration: underline;
	cursor: pointer;
	/*color: #00c247;*/
}

#MAIN #left #studio_selection #prefecture {
	margin: 0 0 10px;
}

#MAIN #left #studio_selection li.pref {
	font-size: 120%;
	color: #006247;
	cursor: pointer;
	line-style-type: none;
	display: inline;
	width: 100px;
	float: left;
}

/* 都道府県名 */
#MAIN #left #studio_selection dt.open {
	display:block;
	height:18px;
	/*font-size: 140%;*/
	padding: 0px 0px;
	/*color: #00c247;*/
	cursor: pointer;
	clear:both;
}

#MAIN #left #studio_selection dl .close {
	display:block;
	margin-bottom: 3px;
	padding: 0 0 0 20px;
	clear:both;
}

/* エリア名 */
#MAIN #left #studio_selection .first .close dl dt{
	padding: 0 0 0;
	/*font-size: 120%;*/
	/*color:#CC554C;*/
	/*font-weight: bold;*/
	clear:both;
}

#MAIN #left #studio_selection .first .close dl .close dl dd ul li ul {
	/*background: url(/commons/images/studio/menu_horizontal.png) no-repeat 0 0;*/
	padding: 5px 0;
	clear:both;
}

#MAIN #left #studio_selection .first .close dl .close dl dd ul {
	clear:both;
}

/* 店舗名 */
#MAIN #left #studio_selection .first .close dl .close dl dd ul li {
	/*font-size: 120%;*/
	padding: 0px 15px;
	float: left;
	cursor: pointer;
	text-decoration: underline;
}




/*----------------------------------------------------------------
 *　clearfix（フロート要素を含む親要素に適用させる）
----------------------------------------------------------------*/
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix{
	zoom:1;
	overflow:hidden;
}

