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

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
    list-style: none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
.rhythmus-background{
	background-image: url(../img/rhythmus_background.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 560px;
	padding-top: 30px;
	padding-left: 180px;
}

.rhythmus-content{
	width: 440px;
	height: 480px;
	background-color: rgba(0, 0, 0, 0.8);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.rhythmus-content p {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
}
 
 
table.menu-table{
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	line-height: 1em;
	font-size: 18px;
	table-layout: fixed;
}

.salon-box{
    padding-bottom: 0px;
}

p.salon-title{
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 20px;
}

.salon-left{
	float: left;
	width: 340px;
	margin-left: 20px;
}

.salon-right{
	float: right;
	width: 340px;
}

.map-left{
	float: left;
	width: 410px;
}

.map-right{
	float: left;
	width: 260px;
	margin-left: 30px;
}

.map-left p,.map-right p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.salon-box p {
	margin-left: 50px;
}

.salon-box p a {
	color: #000000;
	text-decoration: none;
}

th.menu-table-th,th.menu-table-th1,th.menu-table-th2,td.menu-table-td {
	vertical-align: top;
	text-align: left;
	height: 36px;
}

th.menu-table-th{
	font-weight: normal;
	width: 390px;
}

th.menu-table-th200{
	font-weight: normal;
	width: 200px;
	text-align: left;
}

th.menu-table-th1{
	font-weight: normal;
	width: 100px;
}
th.menu-table-th2{
	font-weight: normal;
	width: 290px;
}
th.menu-table-th3{
	font-weight: normal;
	width: 560px;
	text-align: left;
	padding-top: 10px;
}
 
td.menu-table-td{
	width: 170px;
}

td.menu-table-td2{
	width: 180px;
	text-align: right;
}

td.menu-table-td3{
	width: 200px;
}

.menu-table_box {
	width: 680px;
	background-color: #EEEEEE;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


ul.menu-ul {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
li.menu-il_list {
	font-size: 14px;
	width: 560px;
	line-height: 1.5em;
}

.menu-table_box p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
}

.rhythmus-left{
	float: left;
	width: 470px;
}

.rhythmus-left p,.staff-right p {
	margin-bottom: 10px;
}

.rhythmus-right{
	width: 240px;
	float: right;
}

.staff-left{
	float: left;
	width: 240px;
}

.staff-right{
	width: 470px;
	float: right;
}

.staff-left2{
	float: left;
	width: 150px;
}


.staff-right2{
	width: 540px;
	float: right;
}


/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}
