@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/bg_stripe.jpg);
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
#container_top {
	background: url(../images/container_top_bg.jpg) repeat-x;
	width: 100%;
	height: 90px;
}

.container {
	width: 970px;
	margin: 0 auto;
	padding-top: 64px;
}

#header {
	background: url(../images/header_bg.jpg) no-repeat right bottom;
	height: 87px;
	padding-top: 5px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: 87px;
	width: 109px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.btn_access {
	float: right;
	width: 71px;
	padding-top: 15px;
}

#g_navi {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#g_navi ul {
	padding: 0px;
	margin: 0px;
}

#g_navi ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#main_img {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 340px;
}

.sidebar1 {
	float: right;
	width: 180px;
	padding-bottom: 10px;
}

.c1 {
	height: 128px;
	width: 219px;
	z-index: 100;
	margin-bottom: -96px;
	margin-left: -20px;
	position: relative;
}

.content_top {
	background: url(../images/c1_bg.png);
	height: 403px;
	width: 659px;
	z-index: 0;
	position: relative;
}

.content_bottom {
	width: 639px;
	background: url(../images/content_bg.png) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

.apply_btn {
	height: 50px;
	width: 458px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.t_bar {
}

.t1_title {
	width: 622px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}

.t1_box_4 {
	width: 614px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #E4DEC6;
	border-left: 4px solid #E4DEC6;
	font-size: 12px;
	background: #F8F7F2;
	background: #F8F7F2 url(../images/t1_4_bg.jpg) no-repeat right;
}

.t1_box_5 {
	width: 614px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #E4DEC6;
	border-left: 4px solid #E4DEC6;
	font-size: 12px;
	background: #F8F7F2;
	background: #F8F7F2 url(../images/t1_5_bg.jpg) no-repeat right;
}

p.t1 {
	margin: 0px;
	padding: 7px 0px 7px 7px;
	width: 440px;
	line-height: 1.8;
}

.t1_bottom {
	background: url(../images/t1_bottom.jpg) no-repeat;
	height: 4px;
	width: 622px;
	margin-right: auto;
	margin-left: auto;
}

dl.news {
	padding-left: 5px;

}

dl.news dt {
	color: #666;
	font-size: 12px;
	float: left;
	padding-top: 9px;
	width: 90px;
}

dl.news dd {
	font-size: 12px;
	padding-top: 9px;
	color: #06F;
}

.content {
	padding: 10px 0;
	width: 780px;
	float: right;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 160px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ フッター ~~ */

#footer_nav {
	text-align: center;
	background: #FF4562;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #FFF;
}

#footer_nav a {
	color: #FFF;
	font-size: 12px;
}

#footer_nav a:link {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

#footer_nav a:visited {
	color: #FFF;
}

#footer_nav a:hover,#footer_nav a:active,#footer_nav a:focus {
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li {
	display: inline;
	list-style: none;
	border-right: 1px solid #FFF;
	margin: 0px;
	padding: 0px 14px;
}

#footer_nav ul li:first-child {
	display: inline;
	list-style: none;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0px;
	padding: 0px 14px;
}

.footer {
	padding: 16px 0 30px;
	position: relative; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background: #525960;
	font-size: 12px;
	color: #CCC;
	width: 100%;
	text-align: center;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#form_area {
	width: 639px;
	background: url(../images/container_bg.png) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}

#form_area input {
	margin-right: 10px;
	padding: 3px;
	border: 2px solid #CCC;
}
#form_area select {
	margin-right: 10px;
	padding: 3px;
	border: 2px solid #CCC;
	margin-bottom: 5px;
}

#form_area input.chkb {
	border-style: none;
}

#form_area textarea {
	margin-right: 10px;
	padding: 3px;
	border: 2px solid #CCC;
}

.content_bg_top {
	background: url(../images/content_bg_top.png) no-repeat;
	height: 9px;
	width: 659px;
	margin-right: auto;
	margin-left: auto;
}

.page_img {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FAB4BC;
	margin-bottom: 20px;
}

.form_title {
	padding: 4px 7px;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background: #412308 url(../image/sitemainbar.jpg);
	margin-top: 30px;
}

.form_container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

table.salon_form {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

table.salon_form tr {
	padding-left: 10px;
}

table.salon_form td {
	border-bottom: 1px dotted #482709;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

table.salon_form tr.even td {
	background: #FFF4F7;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

table.button {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

button.btn_bg {
	margin: 0px;
	padding: 0px;
	border-style: none;
	background: #FFFFFF;
}

.change_btn {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.change_btn ul {
}

.change_btn li {
	list-style: none;
	display: block;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #CCC;
	background: #F7F7F7;
}

li.current {
	background: #FDE3E7;
	border-left: 5px solid #CC0000;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-left: 10px;
}




/* サンクスページ用 */
.thanks_container {
	margin-right: auto;
	margin-left: auto;
}

.c_title {
}

.content_thanks {
	width: 619px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/content_bg.png) repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}

.content_thanks p {
	margin: 0px;
	padding: 5px 0px 10px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.reception {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.pink {
	color: #FF3333;
	font-weight: bolder;
}

.note {
	background: url(../images/thanks/box_bg.jpg) repeat;
	padding: 3px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.note p {
	background: #FFF;
	margin: 0px;
	padding: 8px;
	font-weight: bolder;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.btn_area {
	padding-top: 30px;
	padding-bottom: 30px;
}

td.salon_siten {
	margin: 0px;
	padding: 0px;
}

.red {
	font-size: 10px;
	color: #F00;
}

.word_search {
	padding-left: 30px;
	font-size: 12px;
	color: #333;
}

.chkbox {
	border-bottom: 1px dotted #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
}

label:hover {
	background: #FFCCCC;
}
.youtube {
	width: 282px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}
.youtube img.value_c {
	margin-bottom:5px;
	}.media2 {
	background-position: center;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
}
.media_img {
	padding-top: 3px;
	padding-bottom: 5px;
}
.padding0-0-5-0 {
	padding-bottom: 10px;
}
.link_bana{
	text-align:center;
	margin-top:20px;
	}
.link_bana img{
	margin-bottom:10px;
	}
.bg .obi_left{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-605px;
	}
.bg .obi_right{
	position:absolute;
	top:0px;
	right:50%;
	margin-right:-605px;
	}