@charset "utf-8";
/*--------------------------------------
    layout
--------------------------------------*/
html {
	font-size:62.5%;
}
body {
	font-size:1.3em;
	font-family:'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background:#fff;
	color:#333;
	line-height:100%;
}
#pagecontents {
	width:960px;
	margin:0 auto 60px auto;
}
#maincolumn {
	float:right;
	width:680px;
}
#sidecolumn {
	float:left;
	width:260px;
}
/*--------------------------------------
    link
--------------------------------------*/
a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
/*--------------------------------------
   汎用
--------------------------------------*/
.lineheight {
	line-height:140%;
}
.lineheight_l {
	line-height:200%;
}
.width33per {
	width:33.3333333%;
}
.width50per {
	width:49.5%;
}
.width99per {
	width:99%;
}
.width100per {
	width:100%;
}
.relative {
	position:relative;
}
.pointer {
	cursor:pointer;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatleft_list li {
	float:left;
	margin-right:10px;
	white-space:nowrap;
}
.inlineblock {
	display:inline-block;
}
.v_align_middle {
	vertical-align:middle;
}
.v_align_top {
	vertical-align:top;
}
.nowrap {/*折り返さない*/
	white-space:nowrap;
}
.breakall {/*折り返す*/
	word-break:break-all;
}
ul.liststyle {
	list-style:disc outside;
	margin-left:2em;
}
ul.list_kome{
	padding-left:1em;
}
ul.list_kome li{
	text-indent:-1em;
}
ol.liststyle {
	list-style:decimal outside;
	margin-left:2em;
}
/*マージン----------------------------*/
.m0auto {
	margin:0 auto;
}
.mt3 {
	margin-top:3px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.mb3 {
	margin-bottom:3px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
/*パディング----------------------------*/
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.pt10 {
	padding-top:10px;
}
.pb5 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pb20 {
	padding-bottom:20px;
}
.ptb3 {
	padding-top:3px;
	padding-bottom:3px;
}
.ptb5 {
	padding-top:5px;
	padding-bottom:5px;
}
.ptb10 {
	padding-top:10px;
	padding-bottom:10px;
}
.pr10 {
	padding-right:10px;
}
.pl10 {
	padding-left:10px;
}
.pr5 {
	padding-right:5px;
}
.pl5 {
	padding-left:5px;
}
/*文字----------------------------*/
.xsmall {
	font-size:0.7em;
}
.small {
	font-size:0.9em;
}
.large {
	font-size:1.1em;
}
.text_red {
	color:#E50000;
}
.text_brightred {
	color:#FF0000;
}
.text_yellow {
	color: #fff330;
}

.text_blue {
	color:#1B4599;
}
.text_gray{
	color:#666;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
/*背景、ボックス----------------------------*/
.bg_lightgray {
	background:#F7F7F7;
}
.bg_lightgray_border{
	background:#F7F7F7;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.bg_white{
	background:#fff;
}
.bg_blue{
	background:#0F439D;
}
.bg_lightblue{
	background:#BCE5FF;
}
.bg_lightblue02{
	background:#7892C7;
}
.bg_lightblue03{
	background:#D7DFEE;
}
.bg_yellow{
	background:#FFFF00;
}
.bg_lightyellow{
	background:#FFFFC8;
}
.bg_red{
	background:#FB8100;
}
.bg_lightred{
	background:#FFF0CA;
}

/*ボタン、リンク----------------------------*/
.link_arrow_black {
	display:inline-block;
	background:url(/shaken/img/icon/arrow_black.png) no-repeat left center;
	min-height:14px;
	padding-left:20px;
}
.link_blank {
	background:url(/shaken/img/icon/blank.png) no-repeat left center;
	min-height:15px;
	padding-left:25px;
}
/*タイトル----------------------------*/
.maintitle {
	background:url(/shaken/img/title/maintitle_bg.png) repeat-x left bottom;
	padding:5px;
	border-top:3px solid #CC0000;
	border-bottom:1px solid #ccc;
}
.maintitle.border {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.maintitle .text {
	display:inline-block;
	background:url(/shaken/img/title/maintitle_icon.png) no-repeat 5px center;
	padding:7px 0 7px 30px;
}
.maintitle .text_noicon {
	padding:7px 0 7px 7px;
}
.title_circle_red {
	background:url(/shaken/img/icon/circle_red.png) no-repeat left center;
	padding-left:20px;
	min-height:16px;
}
/*ボーダー----------------------------*/
.border_b_dashed{
	border-bottom:1px dashed #999;
}
/*--------------------------------------
    テーブル
--------------------------------------*/
.v_align_middle th, .v_align_middle td {
	vertical-align:middle;
}
.v_align_top th, .v_align_top td {
	vertical-align:top;
}
/*--------------------------------------
    フォーム
--------------------------------------*/
#business_cal {
	background:#F3F3F3;
	padding:10px;
}
#business_cal h2 {
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	margin-bottom:10px;
}
.formtable {
	width:100%;
}
.formtable th, .formtable td {
	border:1px solid #ccc;
	padding:10px;
	text-align:left;
}
.formtable th {
	background:#F7F7F7;
	width:15em;
}
#privacy_box {
	border:1px solid #ccc;
	height:140px;
	overflow-y:scroll;
	padding:10px;
}
button {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	line-height:0;
	font-size:1em;
	overflow:visible;
	cursor:pointer;
}
button .formbtn {
	display:block;
	padding:25px 45px;
	border:1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background:url(/shaken/img/form/formbtn_bg.png) no-repeat 0 center;
}
button:hover .formbtn {
	background:url(/shaken/img/form/formbtn_bg.png) no-repeat -500px center;
}
button .formbtn_submit {
	display:block;
	color:#fff;
	padding:25px 45px;
	border:1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background:url(/shaken/img/form/formbtn_submit_bg.png) no-repeat 0 center;
}
button:hover .formbtn_submit {
	background:url(/shaken/img/form/formbtn_submit_bg.png) no-repeat -500px center;
}
.formbtn_submit .big, .formbtn .big {
	font-size:1.3em;
	font-weight:bold;
}
select {
	font-family:'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:3px;
	border:1px solid #ccc;
	font-size:1em;
	background:url(/shaken/img/title/maintitle_bg.png) repeat-x left bottom;
}
input[type="text"], input[type="password"], input[type="file"] {
	width:20em;
	outline:none;
}
input[type="text"], input[type="password"], input[type="file"], textarea, select[multiple="multiple"] {
	font-family:'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:3px;
	background:#FAFAFA;
	border:1px solid #ccc;
	font-size:1em;
	-moz-box-shadow:inset 1px 1px 3px #ccc;
	-webkit-box-shadow:inset 1px 1px 3px #ccc;
	box-shadow:inset 1px 1px 3px #ccc;
}
textarea {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
input[type="text"].radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.hissu, textarea.hissu, select.hissu {
	border:1px solid #c00;
}
input.yen, input.input_s, .input_readonly.yen, .input_readonly.input_s {
	width:11em;
}
.input_readonly {
	display:inline-block;
	padding:2px;
	border:1px solid transparent;
}
input.mail, input.w30 {
	width:30em;
}
::-webkit-input-placeholder {
 color:    #aaa;
}
:-moz-placeholder {
 color:    #aaa;
}
.ui-datepicker-trigger{
	cursor:pointer;
}
/*--------------------------------------
    header 
--------------------------------------*/
#pageheader {
	margin-bottom:20px;
}
#pageheader #obi {
	background:#000;
	border-bottom:2px solid #D6D6D6;
	margin-bottom:10px;
}
#pageheader #obi span {
	display:block;
	width:960px;
	margin:0 auto;
	padding:3px 0;
	color:#FFF200;
	font-size:0.9em;
	font-weight:normal;
}
#headercontents {
	width:960px;
	margin:0 auto 8px auto;
}
#logo_hayataro {
	float:left;
}
#logo_hayataro a {
	display:block;
}
#header_tel_wrapper {
	float:right;
	padding:5px;
	background:#FFF200;
	width:400px;
	overflow:hidden;
}
#header_tel_wrapper dl {
	width:610px;
}
#header_tel_wrapper dt {
	margin-bottom:5px;
}
#header_tel_wrapper dd {
	float:left;
	margin-right:4px;
}
/*mainmenu----------------------------*/
#mainmenu {
	width:960px;
	margin:0 auto;
	position:relative;
}
#mainmenu ul {
	float:left;
	margin-left:-2px;
}
#mainmenu li {
	float:left;
}
#mainmenu li a {
	display:block;
	height:48px;
	overflow:hidden;
	position:relative;
}
#mainmenu li#home a {
	width:136px;
}
#mainmenu li#feature a {
	width:133px;
}
#mainmenu li#flow a {
	width:133px;
}
#mainmenu li#qanda a {
	width:133px;
}
#mainmenu li#price a {
	width:133px;
}
#mainmenu li#access a {
	width:134px;
}
#mainmenu li a img {
	position:absolute;
}
#mainmenu li#home a img {
	left:0;
	top:0;
}
#mainmenu li#home a:hover img, #mainmenu li#home a.active img {
	left:0;
	top:-85px;
	zoom:1;
}
#mainmenu li#feature a img {
	left:-136px;
	top:0;
}
#mainmenu li#feature a:hover img, #mainmenu li#feature a.active img {
	left:-136px;
	top:-85px;
	zoom:1;
}
#mainmenu li#flow a img {
	left:-269px;
	top:0;
}
#mainmenu li#flow a:hover img, #mainmenu li#flow a.active img {
	left:-269px;
	top:-85px;
	zoom:1;
}
#mainmenu li#qanda a img {
	left:-402px;
	top:0;
}
#mainmenu li#qanda a:hover img, #mainmenu li#qanda a.active img {
	left:-402px;
	top:-85px;
	zoom:1;
}
#mainmenu li#price a img {
	left:-535px;
	top:0;
}
#mainmenu li#price a:hover img, #mainmenu li#price a.active img {
	left:-535px;
	top:-85px;
	zoom:1;
}
#mainmenu li#access a img {
	left:-668px;
	top:0;
}
#mainmenu li#access a:hover img, #mainmenu li#access a.active img {
	left:-668px;
	top:-85px;
	zoom:1;
}
#mainmenu p#form {
	position:absolute;
	right:0;
	bottom:0;
	width:162px;
	border-bottom:3px solid #D30000;
	height:43px;
	overflow:hidden;
}
#mainmenu p#form a {
	display:block;
	width:152px;
	height:38px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
}
#mainmenu p#form a img {
	position:absolute;
	left:0;
	top:0;
}
#mainmenu p#form a:hover img, #mainmenu p#form a.active img {
	left:0;
	top:-38px;
}
/*--------------------------------------
    footer
--------------------------------------*/
#to_top {
	width:960px;
	height:45px;
	margin:0 auto;
	position:relative;
}
#to_top a {
	display:block;
	width:130px;
	height:45px;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
}
#to_top a img {
	position:absolute;
	left:0;
	top:10px;
}
#to_top a:hover img {
	left:0;
	top:0;
}
#footercontents {
	background:#F6F5F0;
	border-top:1px solid #E5E2D5;
}
#footercontents .inner {
	width:960px;
	margin:0 auto;
	padding:10px 0;
 	padding:10px 0 5px 0;
}
#footeraddres {
	float:left;
	padding-left:125px;
	background:url(/shaken/img/footer/footeraddres_bg.png) no-repeat left 15px;
}
#footeraddres table {
	margin-bottom:4px;
}
#footeraddres th, #footeraddres td {
	padding:0 10px 8px 0;
	font-size:0.9em;
}
#footer_btn_form {
	float:right;
	margin-top:5px;
}
#footer_btn_form a {
	display:block;
	position:relative;
	width:242px;
	height:48px;
	overflow:hidden;
}
#footer_btn_form a img {
	position:absolute;
	left:0;
	top:0;
}
#footer_btn_form a:hover img {
	position:absolute;
	left:0;
	top:-48px;
	zoom:1;
}
#footer_nav {
	background:#E5E2D5;
	border-top:1px solid #CCC9BA;
	padding:10px 0;
	text-align:center;
}
#footer_nav ul {
	display:inline-block;
	color:#000;
	border-left:1px solid #000;
	padding-left:8px;
}
#footer_nav li {
	display:inline-block;
	border-right:1px solid #000;
	padding-right:8px;
	margin-right:5px;
}
#footer_nav li a {
	color:#000;
}
#footer_nav li a:hover {
	text-decoration:underline;
}
#copyright {
	background:#000;
	padding:10px 0;
	color:#fff;
	font-size:0.8em;
	text-align:center;
}


/*--------------------------------------
    index
--------------------------------------*/
#index_intro{
	background:url(/shaken/img/index/index_intro_bg.png) no-repeat;
	height:240px;
	overflow:hidden;
	position:relative;
}
#index_intro h1,#index_intro p{
	position:absolute;
}
#index_intro h1{
	left:7px;
	top:10px;
}
#index_intro p#feature01{
	left:542px;
	top:113px;
}
#index_intro p#feature02{
	left:693px;
	top:105px;
}
#index_intro p#feature03{
	left:817px;
	top:113px;
}

#index_waribiki li{
	float:left;
	margin-right:3px;
}
#index_waribiki li a{
	display:block;
	width:217px;
	height:162px;
	overflow:hidden;
	position:relative;
}
#index_waribiki li a img{
	position:absolute;
	left:0;
	top:0;
}
#index_waribiki li a:hover img{
	position:absolute;
	left:0;
	top:-172px;
}
#index_waribiki li.lastli{
	margin-right:0;
}
.btn_pricecheck a{
	display:block;
	width:682px;
	height:86px;
	overflow:hidden;
	position:relative;
}
.btn_pricecheck a img{
	position:absolute;
	left:0;
	top:0;
}
.btn_pricecheck a:hover img{
	position:absolute;
	left:0;
	top:-108px;
	zoom:1;
}

#goaisatsu{
	background:#FBF4E8;
	padding:10px;
}
#goaisatsu h1,#goaisatsu .text{
	width:640px;
	float:right;
}
#goaisatsu .photo{
	float:left;
	margin-top:-23px;
}
.index_btn_feature_list li{
	float:left;
	margin-bottom:10px;
}
.index_btn_feature_list li.even{
	float:right;
}
.index_btn_feature_list li a{
	display:block;
	width:325px;
	height:80px;
	overflow:hidden;
	position:relative;
}
.index_btn_feature_list li a img{
	position:absolute;
}

.index_btn_feature_list li#btn_feature_01 a img{
	left:0px;
	top:0px;
}
.index_btn_feature_list li#btn_feature_01 a:hover img{
	left:0px;
	top:-566px;
	zoom:1;
}
.index_btn_feature_list li#btn_feature_02 a img{
	left:-335px;
	top:0px;
}
.index_btn_feature_list li#btn_feature_02 a:hover img{
	left:-335px;
	top:-566px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature_03 a img{
	left:0px;
	top:-89px;
}
.index_btn_feature_list li#btn_feature_03 a:hover img{
	left:0px;
	top:-655px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature_04 a img{
	left:-335px;
	top:-89px;
}
.index_btn_feature_list li#btn_feature_04 a:hover img{
	left:-335px;
	top:-655px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature_05 a img{
	left:0px;
	top:-178px;
}
.index_btn_feature_list li#btn_feature_05 a:hover img{
	left:0px;
	top:-744px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature_06 a img{
	left:-335px;
	top:-178px;
}
.index_btn_feature_list li#btn_feature_06 a:hover img{
	left:-335px;
	top:-744px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature_07 a img{
	left:0px;
	top:-266px;
}
.index_btn_feature_list li#btn_feature_07 a:hover img{
	left:0px;
	top:-832px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature_08 a img{
	left:-335px;
	top:-266px;
}
.index_btn_feature_list li#btn_feature_08 a:hover img{
	left:-335px;
	top:-832px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature_09 a img{
	left:0px;
	top:-353px;
}
.index_btn_feature_list li#btn_feature_09 a:hover img{
	left:0px;
	top:-919px;
	zoom:1;
}
.index_btn_feature_list li#btn_feature_10 a img{
	left:-335px;
	top:-353px;
}
.index_btn_feature_list li#btn_feature_10 a:hover img{
	left:-335px;
	top:-919px;
	zoom:1;
}

.index_btn_feature_list li#btn_feature a img{
	left:0px;
	top:-459px;
}
.index_btn_feature_list li#btn_feature a:hover img{
	left:0px;
	top:-1025px;
	zoom:1;
}
.index_btn_feature_list li#btn_flow a img{
	left:-335px;
	top:-459px;
}
.index_btn_feature_list li#btn_flow a:hover img{
	left:-335px;
	top:-1025px;
	zoom:1;
}
/*--------------------------------------
    feature
--------------------------------------*/
#feature_upperbox{
	height:180px;
	background:#F7F7F7 url(/shaken/img/feature/feature_upperbox_bg.png) no-repeat 10px 10px;
	overflow:hidden;
	position:relative;
}
#feature_upperbox .taiwa{
	width:325px;
	height:75px;
	position:absolute;
	left:11px;
	top:10px;
	
}
#feature_upperbox .stressfree{
	width:325px;
	height:75px;
	position:absolute;
	right:9px;
	top:10px;
	
}
#feature_upperbox .taiwa dt,#feature_upperbox .stressfree dt{
	height:39px;
	line-height:39px;
	text-align:center;
	margin-bottom:4px;
}
#feature_upperbox .taiwa dd,#feature_upperbox .stressfree dd{
	margin-left:11px;
}
#feature_upperbox .text_01{
	position:absolute;
	left:46px;
	top:110px;
}
#feature_upperbox .text_02{
	position:absolute;
	left:267px;
	top:110px;
}
#feature_upperbox .text_03{
	position:absolute;
	left:505px;
	top:118px;
}
.feature_box{
	padding:10px;
}
.feature_box.even{
	background:#FEF6E5;
}
.feature_box .floatleft{
	width:440px;
}
.feature_box h2{
	min-height:65px;
	padding-bottom:10px;
	padding-left:80px;
	border-bottom:3px double #ccc;
	margin-bottom:10px;
}
#feature_01.feature_box h2{
	background:url(/shaken/img/feature/icon_01.png) no-repeat left center;
}
#feature_02.feature_box h2{
	background:url(/shaken/img/feature/icon_02.png) no-repeat left center;
}
#feature_03.feature_box h2{
	background:url(/shaken/img/feature/icon_03.png) no-repeat left center;
}
#feature_04.feature_box h2{
	background:url(/shaken/img/feature/icon_04.png) no-repeat left center;
}
#feature_05.feature_box h2{
	background:url(/shaken/img/feature/icon_05.png) no-repeat left center;
}
#feature_06.feature_box h2{
	background:url(/shaken/img/feature/icon_06.png) no-repeat left center;
}
#feature_07.feature_box h2{
	background:url(/shaken/img/feature/icon_07.png) no-repeat left center;
}
#feature_08.feature_box h2{
	background:url(/shaken/img/feature/icon_08.png) no-repeat left center;
}
#feature_09.feature_box h2{
	background:url(/shaken/img/feature/icon_09.png) no-repeat left center;
}
#feature_10.feature_box h2{
	background:url(/shaken/img/feature/icon_10.png) no-repeat left center;
}
.feature_box h2 span.upper{
	display:inline-block;
	line-height:110%;
	margin-top:14px;
}
.feature_box h2 span.lower{
	display:inline-block;
	margin-top:10px;
	color:#E50000;
	font-size:1.5em;
	line-height:100%;
}



.feature_box dt{
	margin-bottom:5px;
}
.feature_box .photo{
	float:right;
}
.feature_box .photo img{
	background:#fff;
	padding:5px;
	border:1px solid #ccc;
}
/*--------------------------------------
    feature
--------------------------------------*/
.flow_box .text{
	float:left;
	width:440px;
	line-height:140%;
}
.flow_box .photo{
	float:right;
}
#salon_box{
	background:#F7F7F7;
	border:3px double #ccc;
	padding:10px;
}
#salon_box h3{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
#salon_box li{
	float:left;
	margin-left:10px;
}
/*--------------------------------------
    price
--------------------------------------*/
.pricetable{
	width:100%;
	background:#F7F7F7;
}
.pricetable th,.pricetable td{
	border:1px solid #1B4599;
	text-align:center;
	padding:13px 3px;
	font-weight:bold;
}
.pricetable th.narrow,.pricetable td.narrow{
	padding:4px;
}
.pricetable td.narrow.hybrid{
	background: #5cbced;
}
.pricetable td.narrow.hybrid p{
	font-size: .9em;
	font-weight: normal;
	width: 94px;
	line-height: 1.2;
	color: #fff;
}
.pricetable .bg_blue,.pricetable .bg_lightblue02, .pricetable .bg_red{
	color:#fff;
}
.pricetable .bg_lightblue03{
	color:#1A4599;
}
.pricetable .b_b_w{
	border-bottom:1px solid #fff;
}
.pricetable .b_r_w{
	border-right:1px solid #fff;
}
.pricetable .large{
	font-size:1.1em;
}

.pricetable .th_sougaku{
	font-size:1.2em;
	line-height:1.2;
	background:#0077C0;
	color:#fff;
	text-shadow:-2px -2px #005AAA,
		2px -2px #005AAA,
		-2px 2px #005AAA,
		2px 2px #005AAA;
}
.pricetable .cell_sougaku{
	font-size:1.2em;
	line-height:1.2;
	background:#0098D5;
	color:#fff;
}
.pricetable .cell_sougaku .t_border{
	text-shadow:-2px -2px #017EC4,
		2px -2px #017EC4,
		-2px 2px #017EC4,
		2px 2px #017EC4;
}
.pricetable .th_discount{
	font-size:1.2em;
	line-height:1.2;
	background:#FA4071;
	color:#fff;
	text-shadow:-2px -2px #EC2323,
		2px -2px #EC2323,
		-2px 2px #EC2323,
		2px 2px #EC2323;
}

.pricetable .cell_discount{
	font-size:1.2em;
	line-height:1.2;
	background:#EF5989;
	color:#fff;
}
.pricetable .cell_discount .t_border{
	text-shadow:-2px -2px #EC2323,
		2px -2px #EC2323,
		-2px 2px #EC2323,
		2px 2px #EC2323;
}
/*--------------------------------------
    access
--------------------------------------*/
.access_infobox{
	margin-bottom:10px;
}
.access_infobox .floatleft{
	width:440px;
}
.access_infobox .photo{
	float:right;
}
.access_infobox .tel{
	background:#FFF6E4;
	padding:10px;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}
.access_infobox .tel .text_red{
	font-size:1.3em;
}

.access_infobox a.btn_form{
	display:inline-block;
	vertical-align:-4px;
	width:130px;
	height:26px;
	overflow:hidden;
	position:relative;
}
.access_infobox a.btn_form img{
	position:absolute;
	left:0;
	top:0;
}
.access_infobox a:hover.btn_form img{
	position:absolute;
	left:0;
	top:-26px;
	zoom:1;
}
.access_infobox table{
	width:100%;
}
.access_infobox th,.access_infobox td{
	border:1px solid #ccc;
	padding:10px;
}
.access_infobox th{
	text-align:left;
background:#F7F7F7;
}
.accessmap{
	border:1px solid #ccc;
}

/*--------------------------------------
    induction
--------------------------------------*/
#induction{
	background:url(/shaken/img/induction/induction_bg.png) no-repeat;
	height:181px;
	overflow:hidden;
	position:relative;
}
#induction h1{
	position:absolute;
	left:10px;
	top:10px;
}
#induction .time{
	position:absolute;
	left:0;
	top:67px;
	width:100%;
	text-align:center;
}

#induction ul{
	position:absolute;
	left:120px;
	top:100px;
}
#induction ul li{
	float:left;
	margin-right:6px;
	position:relative;
}
#induction .iwakuraopen{
	position:absolute;
	right:-6px;
	top:-44px;
}
#induction .btn a{
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:300px;
	height:41px;
	overflow:hidden;
	}
#induction .btn a img{
	position:absolute;
	left:0;
	top:0;
}
#induction .btn a:hover img{
	position:absolute;
	left:0;
	top:-46px;
}
/*--------------------------------------
    side_induction
--------------------------------------*/
#side_induction {
	position:relative;
}
#side_induction h1 {
	position:relative;
	z-index:2;
}
#side_induction .contents {
	background:url(/shaken/img/side_induction/induction_bg.png) no-repeat;
	height:390px;
	overflow:hidden;
	margin-top:-15px;
	position:relative;
	z-index:1;
}
#side_induction .price {
	margin-top:32px;
	margin-left:10px;
}
#side_induction ul {
	margin-top:15px;
	margin-left:17px;
}
#side_induction li {
	margin-bottom:9px;
}
#side_induction .time {
	margin-top:15px;
}
#side_induction .btn {
	margin-top:10px;
}
#side_induction .btn a {
	display:inline-block;
	width:240px;
	height:37px;
	position:relative;
	overflow:hidden;
}
#side_induction .btn a img {
	position:absolute;
	left:0;
	top:0;
}
#side_induction .btn a:hover img {
	position:absolute;
	left:0;
	top:-38px;
	zoom:1;
}
/*--------------------------------------
    topside_shopinfo
--------------------------------------*/
#topside_shopinfo {
	border:1px solid #ccc;
}
/*--------------------------------------
    side_shopinfo
--------------------------------------*/
#side_shopinfo {
	border:1px solid #ccc;
	margin-top: -60px;
}
/*--------------------------------------
    link_hayataro
--------------------------------------*/
#link_hayataro {
	background:#EDEDED;
	padding:10px;
}
#link_hayataro dt {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
#link_hayataro dd {
	margin-top:10px;
}
/*--------------------------------------
    pankuzu
--------------------------------------*/
#pankuzu {
	margin-bottom:10px;
}
#pankuzu li {
	font-weight:bold;
	display:inline-block;
	line-height:1.2em;
}
#pankuzu li a{
	font-weight:normal;
}
/*--------------------------------------
    denwademo
--------------------------------------*/
#denwademo {
	background:url(/shaken/img/form/denwademo_bg.png) no-repeat;
	height:250px;
	overflow:hidden;
}
#denwademo .title {
	margin-top:21px;
	margin-left:22px;
}
#denwademo .text {
	margin-top:7px;
	margin-left:22px;
}
#denwademo .tel {
	margin-top:7px;
	margin-left:22px;
}
#denwademo .btn_syakensyo_sample {
	margin-top:7px;
	margin-left:22px;
}
#denwademo .btn_syakensyo_sample a {
	display:block;
	width:420px;
	height:38px;
	position:relative;
	overflow:hidden;
}
#denwademo .btn_syakensyo_sample a img{
	position:absolute;
	left:0;
	top:0;
}
#denwademo .btn_syakensyo_sample a:hover img{
	position:absolute;
	left:0;
	top:-42px;
}
/*--------------------------------------
    yoyakunagare
--------------------------------------*/
#yoyakunagare ol {
	background:url(/shaken/img/form/yoyakunagare_bg.png) no-repeat;
	height:60px;
	overflow:hidden;
	position:relative;
}
#yoyakunagare li {
	position:absolute;
	top:14px;
}
#yoyakunagare li#nagare_01 {
	left:9px;
}
#yoyakunagare li#nagare_02 {
	left:174px;
}
#yoyakunagare li#nagare_03 {
	left:294px;
}
#yoyakunagare li#nagare_04 {
	left:412px;
}
#yoyakunagare li#nagare_05 {
	left:526px;
}
/*--------------------------------------
    qanda
--------------------------------------*/
.fukidashi_title{
	background:url(/shaken/img/qanda/fukidashi_title_fukidashi.png) no-repeat 29px bottom;
	padding-bottom:8px;
}
.fukidashi_title .sen{
	display:block;
	border:3px solid #CC0000;
	background:url(/shaken/img/qanda/fukidashi_title_bg.png) repeat-x left bottom;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*position:relative;*/
}
.fukidashi_title .sen .text{
	display:block;
	padding:10px 10px 10px 75px;
	background-position:left center;
	background-repeat:no-repeat;
}
.fukidashi_title .sen .q1{
	background-image:url(/shaken/img/qanda/q1.png);
}
.fukidashi_title .sen .q2{
	background-image:url(/shaken/img/qanda/q2.png);
}
.fukidashi_title .sen .q3{
	background-image:url(/shaken/img/qanda/q3.png);
}
.fukidashi_title .sen .q4{
	background-image:url(/shaken/img/qanda/q4.png);
}
.fukidashi_title .sen .q5{
	background-image:url(/shaken/img/qanda/q5.png);
}
.fukidashi_title .sen .q6{
	background-image:url(/shaken/img/qanda/q6.png);
}
.fukidashi_title .sen .q7{
	background-image:url(/shaken/img/qanda/q7.png);
}
.fukidashi_title .sen .q8{
	background-image:url(/shaken/img/qanda/q8.png);
}
.fukidashi_title .sen .q9{
	background-image:url(/shaken/img/qanda/q9.png);
}
.fukidashi_title .sen .q10{
	background-image:url(/shaken/img/qanda/q10.png);
}
.fukidashi_title .sen .q11{
	background-image:url(/shaken/img/qanda/q11.png);
}
.fukidashi_title .sen .q12{
	background-image:url(/shaken/img/qanda/q12.png);
}


.anser_box{
	background:#FFF6E3;
	padding:10px;
}
.anser_box .inner{
	background:url(/shaken/img/qanda/text_bb.png);
	line-height:30px;
}
#voicelist{
	background:url(/shaken/img/qanda/voice_bg.png) no-repeat;
	width:651px;
	height:445px;
	padding:15px 15px 0 15px;
}
#voicelist li{
	margin-bottom:10px;
}
#voicelist .odd{
	float:left;
}
#voicelist .even{
	float:right;
}
#voicelist .lastli{
	clear:both;
	text-align:center;
}
/*--------------------------------------
    clearfix
--------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
} 
/* End hide from IE-mac */
