/*メインカラム*/
.main{
	z-index:1000;
	position:absolute;
	top:80px;
	left:40px;
}


.topics{
	z-index:1000;
	position:absolute;
	top:420px;
	left:40px;
}

.oe_wrapper{
	position:absolute;
	background:#FFF url(../images/texture_header.jpg) no-repeat;
	top:0px;
	left:0px;
	height:100%;
	width:300px;
	box-shadow:0 0 10px #666;
}



/*コンテンツ*/
.content{
	position:absolute;
	top:30px;
	left:334px;
	margin-right:30px;
	width:70%;
}

.content p{
	line-height:1.6!important;
}

.section{
	padding:15px;
	border:1px solid #CCC;
	float:left;
	margin:0 15px 15px 0;
}

.section h4{
	font-size:110%;
}

.section h4 a{
	color:#000099;
}

.section h4 a:hover{
	color:#6CF;
}

.section img{
	padding:1px;
	border:1px solid #CCC;
	margin:15px 0 0 0;
}

div.detail{
	margin:0 0 20px 0;
	line-height:2.0!important;
}

h2{
	margin:0 0 10px 0;
}

h2 span{
	display:block;
	font-size:60%;
	color:#666666;
}

h3{
	font-size:180%;
	margin:0 0 15px 0;
	color:#039;
}

h3.name{
	font-size:120%;
	margin:0 0 15px 0;
	color:#039;
}

/*画像*/

img.alignLeft{
	float:left;
	margin:0 10px 10px 0;
}


/*メニューリスト*/
dl.menu{
	margin:20px 0;
}

dl.menu dt{
	font-weight:bold;
	font-size:110%;
	border-bottom:1px dotted #000;
	margin:0 0 5px 0;
}

dl.menu dd{
	margin:0 0 20px 0;
}


/*サロン*/
.lead{
	text-align:center;
	color:#FFFFFF;
	width:100%;
	line-height:3;
}


/*コース*/
div.text{
	margin:0 0 20px 0;
}


/*お客様の声*/
h5.name{
	font-size:110%;
	color:#C36;
	border-bottom:1px solid #ccc;
	margin:0 0 7px 0;
}

h5.name span{
	font-size:90%;
	color:#666;
}

/*アクセス*/
.map{
	width:60%;
	float:left;
}

.access{
	width:38%;
	float:right;
}


/*めくれた紙*/
.box
{
    position: relative;
    width: 90%;
    padding: 20px;
	display:block;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
				margin:0 0 20px 0;
				behavior:url(/PIE.htc);
			
}

.box:before, .box:after
{
    position: absolute;
    width: 30%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1;
				behavior:url(/PIE.htc);
}
.box:after
{
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
				behavior:url(/PIE.htc);
}
