@charset "utf-8";

/***** 基本タグ *****/

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
}
blockquote {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
}
img, object, embed, video {
	max-width: 100%;
}
img {
	height:auto;
	vertical-align:middle;
	border:none;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
iframe {
	width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
h2 {
	background-image: url(img/h2_bg.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #333;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #FFCFBF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 22px;
	border-radius: 5px;
	background-repeat: no-repeat;
	clear: both;
	background-position: 0px -3px;
}
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 9px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #D93600;
	color: #333333;
	clear: both;
	line-height: 22px;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #454545;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	clear: both;
	background-color: #F9E7E0;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

/***** テキストサイズ、色 *****/

.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text12 {
	font-size: 12px;
	line-height: 16px;
}
.text14 {
	font-size: 14px;
	line-height: 18px;
}
.text16 {
	font-size: 16px;
	line-height: 20px;
}
.text18 {
	font-size: 18px;
	line-height: 22px;
}
.text20 {
	font-size: 20px;
	line-height: 22px;
}
.text22 {
	font-size: 22px;
	line-height: 22px;
}
.text_normal {
	font-weight: normal;
}

.text_red {
	color: #F00;
}
.text_blue {
	color: #06C;
}
.text_white {
	color: #FFF;
}

/***** デザイン設定 *****/

.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.underline1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.table_gray {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
} 
.table_gray th {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.table_gray td{
	border: 1px solid #CCCCCC;
}

/***** フォーム *****/
.formbox {
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	margin-bottom: 20px;
	width: 94%;
	-webkit-box-shadow: 1px 1px 3px 3px #CCCCCC;
	box-shadow: 1px 1px 3px 3px #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	margin-right: 1%;
	margin-left: 1%;
	clear: both;
}

.errormsg {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px;
}

label.error {
	display: none;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px 0px 0px 10px;
}
.checkbox_block {
	display: block;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
}
dd {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.w200 {
	width: 60%;
}
.w300 {
	width: 80%;
}
.w400 {
	width: 90%;
}
.submit_button {
    padding: 15px 40px;
    font-size: 18px;
}
textarea, input[type="text"], select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #AAA;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.form_a input[type="text"] , .form_a textarea {
	width:65%;
}



/***** 開閉式メニュー *****/
.menu_btn1, .menu_btn2, .menu_btn_all {
	cursor: pointer;
}
.kaihei_btn {
	float: right;
	z-index: 50;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list1 {
	background-color: #FFEEDD;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 14px;
	line-height: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-bottom-color: #999;
	font-weight: bold;
}
.submenu1 {
	display:none;
}
.submenu2 {
	display:none;
}

.list2 {
	background-color: #F6F6F6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-image: url(img/icon_list2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	font-weight: normal;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}
.list3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 16px;
	background-image: url(img/icon_list3.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 12px;
	line-height: 16px;
}
.list_selected a {
	color: #EE0000;
	text-decoration: none;
	font-weight: bold;
}

/***** パーツ共通 *****/

#news_box {
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 160px;
	border: 1px solid #FF9999;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.photo_kage {
	-webkit-box-shadow: 5px 5px 8px 1px #AAAAAA;
	box-shadow: 5px 5px 8px 1px #AAAAAA;
}
.waku1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #CCC;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 3%;
	width: 94% !important;
	-webkit-box-shadow: inset 0px 0px 4px #FFFFFF;
	box-shadow: inset 0px 0px 4px #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 15px;
}
.waku2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #CCC;
	border-radius: 8px;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 3%;
	width: 94% !important;
	-webkit-box-shadow: inset 0px 0px 4px #FFFFFF;
	box-shadow: inset 0px 0px 4px #FFFFFF;
	background-image: url(img/parts/waku1_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.flow_next {
	background-image: url(img/parts/flow_next.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




/* Mobile Layout: 480px and below. */

.____________________mobile{
}
#container {

}
.container_padding {
	padding-top:0px;
}
#bg {
	background-image: none;
}

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#admin_panel {
	display: none;
}
#header {
	position: relative;
	height: 70px;
	border-bottom: 3px solid #B20000;
}
#header_logo {
	width: 69%;
	padding-top: 10px;
	padding-left: 1%;
}
#head_text {
width: 100%;
display: none;
}
#head_tel {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}

#head_menubtn {
	display: block;
	width: 23%;
	clear: none;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 2%;
	margin-left: 5%;

}
#snsbox_s {
	position: absolute;
	bottom: 30px;
	right: 2%;
}
#drop_menu {
	display: none;
	z-index: 20;
}
#drop_menu a {
	display: block;
	width: 90%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin:5px;
}

#menubar {
	background-color: #B91F36;
	height: auto;
}

#menu_pc {
display: none;
}
#menu_tablet {
display: none;
}
#menu_sp {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#main {
	margin-bottom: 20px;
	margin-top: 15px;
	width: 99%;
	margin-left: 0.5%;
	z-index:1;
}
#pankuzu {
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 7px;
	color: #454545;
	padding-top: 0px;
}
#pagelabel {
	background-image: url(img/bg_pagelabel.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 1%;
	padding-right: 1%;
	margin: 0px;
	clear: both;
	width: 98%;
}
#pagelabel h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	color: #444444;
}

#page_image {
	margin-bottom: 20px;
}
#snsbox {
	margin-top: -10px;
	display: none;
}
#sidebar {
width: 100%;
display: none;
}
#side_menu {
}

#contents {
width: 100%;
clear: both;
margin-left: 0;
}
#page_end {
	margin-bottom: 20px;
}

#footer_freearea {
display: none;
}
#footer_freearea_s {
display: block;
}

#footer {
}
#footer_sitemap {
	background-color: #EEEEEE;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sitemap_list1 {
	display: block;
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 5px;
	margin-left: 5px;
}
.sitemap_list2 {
	display: block
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	font-size: 12px;
	line-height: 14px;
	background-image: url(img/icon_list2_s.png);
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
}
.sitemap_list3 {
	display: block
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #333;
	font-size: 12px;
	line-height: 14px;
	background-image: url(img/icon_list3_s.png);
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
}


#pagetop {
	height: 30px;
	width: 45px;
	position: fixed;
	right: 5px;
	bottom: 60px;
	z-index: 10;
}
#footer_end {
	background-color: #B91F36;
	color: #FFF;
	padding-top: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_end a {
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
}
#footer_end_menu {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
#footer_end_cr {
	width: 100%;
	clear: both;
	margin-left: 0;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 10px;
}
.pc_only {
display: none;
}
.form_q {
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	display:table-cell;
}
.form_a {
	width: 98%;
	clear: both;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	display:table-cell;
}

/***** パーツ *****/

.right_com {
width: 100%;
}
.right_photo {
width: 100%;
margin-left: 5%;
clear: both;
}
.left_photo {
width: 100%;
}
.left_com {
width: 100%;
clear: both;
}
.photo_box {
width: 42%;
margin-left: 2%;
padding: 2%;
float: left;
text-align: center;
}

.box50 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.box50_2 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.box33 {
	width: 29%;
}
.box33_2 {
	width: 30%;
	clear: none;
	margin-left: 5.2631%;
}
.box33_3 {
	width: 30%;
	clear: none;
	margin-left: 5.2631%;
}
.box25_1 {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.box25_2 {
width: 47.3684%;
clear: none;
margin-left: 5.2631%;
}
.box25_3 {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.box25_4 {
width: 47.3684%;
clear: none;
margin-left: 5.2631%;
}
.right_com {
width: 100%;
}
.right_photo {
width: 90%;
margin-left: 5%;
clear: both;
}
.left_photo {
	width: 100%;
	margin-bottom: 15px;
}
.left_com {
	width: 100%;
	clear: both;
}
.beforeafter_1 {
	background-image: url(img/parts/ya_tate.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 5px;
}
.beforeafter_3 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 5px;
}
.babox_after {
	width: 100%;
	background-image: url(img/parts/txt_after.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 325px;
	text-align: center;
	padding-top: 40px;
}
.babox_before {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/parts/txt_before.jpg);
	text-align: center;
	/*	min-height: 250px;*/
	padding-top: 45px;
}
.babox_ya {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
.babox_ya2 {
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.waku_com {
width: 100%;
}
.waku_photo {
width: 100%;
clear: both;
margin-left: 0;
}
.waku_photo img {
	width: 80%;
	margin-top: 10px;
}
.faq_q {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 1%;
	border: 1px solid #CCC;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 15px;
	width: 73% !important;
	-webkit-box-shadow: inset 0px 0px 4px #CCCCCC;
	box-shadow: inset 0px 0px 4px #CCCCCC;
	background-image: url(img/parts/faq_q.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	border-radius: 8px;
}
.faq_a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 1%;
	border: 1px solid #CCC;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 15px;
	width: 73% !important;
	-webkit-box-shadow: inset 0px 0px 4px #CCCCCC;
	box-shadow: inset 0px 0px 4px #CCCCCC;
	background-image: url(img/parts/faq_a.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	border-radius: 8px;
}
.voice {
	border-radius: 8px;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 3%;
	width: 89% !important;
	-webkit-box-shadow: inset 0px 0px 4px #FFFFFF;
	box-shadow: inset 0px 0px 4px #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 15px;
	background-image: url(img/parts/voice_bg.png);
	background-position: right bottom;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 20px;
	border-top-color: #FEECD4;
	border-right-color: #FEECD4;
	border-bottom-color: #FEECD4;
	border-left-color: #FEECD4;
	margin-left: 1%;
}



/***** 管理者モード *****/

#cms_sw {
display: none;
}
#admin_panel {
display: none;
}
.edit_box {
margin-bottom: 20px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.____________________tablet{
}
#container {
}
.container_padding {
	padding-top:0px;
}
#bg {
}

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#admin_panel {
	display: none;
}
#header {
	height: 120px;



}
#header_logo {
	width: 52%;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 1%;
}
#head_text {
	width: 100%;
	display: block;
	font-size: 10px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#head_tel {
	width: 41%;
	clear: none;
	margin-left: 5%;
	display: block;
	padding-top: 0px;
	margin-bottom: 10px;
}
#head_menubtn {
	display: block;
	width: 40%;
	clear: none;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 2%;
	margin-left: 5%;
}
#snsbox_s {
	width: 50%;
	position: absolute;
	bottom: 10px;
	right: 150px;
}

#drop_menu {
}
#drop_menu a {
	display:block;
	width:96%;
}

#menubar {
	max-height: 46px;
}

#menu_pc {
display: none;
}
#menu_tablet {
	display: block;
	background-color: #B91F36;
	height: 46px;
}
#menu_sp {
display: none;
}
#main {
	margin-top: 20px;
}
#pankuzu {
	padding-bottom: 16px;
	padding-top: 5px;
}
#pagelabel {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
#pagelabel h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#page_image {
}
#snsbox {
	display: none;
}
#sidebar {
width: 100%;
display: none;
}
#side_menu {
}

#contents {
width: 100%;
clear: both;
margin-left: 0;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 22px;
	height: 30px;
	background-position: 0px 0px
}

#page_end {
}

#footer_freearea {
display: block;
}
#footer_freearea_s {
display: none;
}

#footer {
}
#footer_sitemap {
}

#pagetop {
	height: 40px;
	width: 60px;
	right: 15px;
	bottom: 15px;
}
#footer_end {
}
#footer_end a {
}
#footer_end_menu {
width: 100%;
}
#footer_end_cr {
width: 100%;
clear: both;
margin-left: 0;
}
.pc_only {
display: none;
}
.form_q {
	width: 33.8974%;
}
.form_a {
	width: 59.5384%;
	clear: none;
	margin-left: 2.5641%;
}



/***** パーツ *****/

.right_com {
width: 61.5384%;
}
.right_photo {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
.left_photo {
width: 35.8974%;
}
.left_com {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
}
.photo_box {
width: 19%;
margin-left: 2%;
padding: 2%;
float: left;
text-align: center;
}
.box50 {
width: 48.7179%;
margin-left: 0;
}
.box50_2 {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
.box33 {
	width: 31.5%;
}
.box33_2 {
	width: 31.5%;
	clear: none;
	margin-left: 2.5641%;
}
.box33_3 {
	width: 31.5%;
	clear: none;
	margin-left: 2.5641%;
}
.box25_1 {
width: 23.0769%;
clear: both;
}
.box25_2 {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
.box25_3 {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
.box25_4 {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
.right_com {
width: 61.5384%;
}
.right_photo {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
.left_photo {
width: 35.8974%;
}
.left_com {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
}

.beforeafter_1 {
	background-image: url(img/parts/ya_yoko.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 42%;
	padding-right: 12%;
	padding-bottom: 5px;
}
.beforeafter_3 {
width: 42%;
clear: none;
margin-left: 4%;
}
.babox_after {
	width: 48.7179%;
}
.babox_before {
	width: 35.8974%;
	clear: none;
	margin-left: 2.5641%;
	padding-top: 85px;
}
.babox_ya {
	width: 10.2564%;
	clear: none;
	margin-left: 2.5641%;
	padding-top: 150px;
	display: block;
}
.babox_ya2 {
display: block;
}
.waku_com {
width: 61.5384%;
}
.waku_photo {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}

.faq_q {
	width: 85% !important;
}
.faq_a {
	width: 85% !important;
}
.voice {
	width: 91% !important;
}


.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}



} /* End of Tablet Layout */





/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1111px) {

.____________________PC{
}
#container {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container_padding {
	padding-top:50px;
}
#bg {
	background-image: url(img/bg_subpage.jpg);
	background-repeat: repeat-x;
}
.bg_top {
	background-image: url(img/bg_toppage.jpg) !important;
}


.gridContainer {
	width: 89.6428%;
	max-width: 980px;
	padding-left: 0.1785%;
	padding-right: 0.1785%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#admin_panel {
	display: block;
	width: 100%;
	height: 50px;
	z-index: 999;
	position: fixed;
	background-color: #666600;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}

#header {
	height: 130px;
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
}
#header_logo {
	width: 570px;
	padding-left: 0px;
}
#head_text {
	display: block;
	font-size: 10px;
	line-height: 14px;
	color: #666;
	height: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	width: 100%;
	overflow: hidden;
}
#head_tel {
	width: 410px;
	clear: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
#head_menubtn {
display: none;
width: 100%;
clear: both;
margin-left: 0;
}
#snsbox_s {
display: none;
}

#drop_menu {
	display: none;
}
#menubar {
}

#menu_pc {
	display: block;
	height: 50px;
}
#menu_tablet {
display: none;
}
#menu_sp {
display: none;
}
#main {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 30px;
}
#pankuzu {
	padding-top: 6px;
	padding-bottom: 16px;
	font-size: 12px;
}
#pagelabel {
	height: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: none;
	padding-top: 10px;
	padding-bottom: 0px;
}
#pagelabel h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
}

#page_image {
}
#snsbox {
	display: block;
	margin-bottom: 10px;
	text-align: right;
}

#sidebar {
	width: 220px;
	display: block;
}
#side_menu {
	padding-bottom: 20px;
}
#side_menu a {
	display: block;
	width: 180px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin:5px;
}

#contents {
	width: 720px;
	margin-left: 40px;
	clear: none;
}
#page_end {
}

#footer_freearea {
display: block;
}
#footer_freearea_s {
display: none;
}

#footer {
}
#footer_sitemap {
}

#pagetop {
	height: 48px;
	width: 72px;
}
#footer_end {
}
#footer_end a {
}
#footer_end_menu {
	width: 49.8007%;
	text-align: left;
}
#footer_end_cr {
	width: 49.8007%;
	margin-left: 0.3984%;
	clear: none;
	text-align: right;
}
.pc_only {
display: block;
}
.form_q {
	width: 30.2033%;
}
.form_a {
	width: 64.1016%;
	margin-left: 1.6949%;
	clear: none;
}


/***** パーツ *****/

.right_com {
width: 66.1016%;
}
.right_photo {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.left_photo {
width: 32.2033%;
}
.left_com {
width: 66.1016%;
margin-left: 1.6949%;
clear: none;
}
.box50 {
width: 49.1525%;
margin-left: 0;
}
.box50_2 {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.box33 {
width: 32.2033%;
}
.box33_2 {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.box33_3 {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.box25_1 {
width: 23.7288%;
clear: both;
}
.box25_2 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.box25_3 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.box25_4 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.right_com {
width: 66.1016%;
}
.right_photo {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.left_photo {
width: 32.2033%;
}
.left_com {
width: 66.1016%;
margin-left: 1.6949%;
clear: none;
}

.beforeafter_1 {
	width: 44%;
	padding-right: 8%;
}
.beforeafter_3 {
width: 44%;
margin-left: 4%;
clear: none;
}
.babox_after {
width: 49.1525%;
}
.babox_before {
width: 40.6779%;
margin-left: 1.6949%;
clear: none;
}
.babox_ya {
width: 6.7796%;
margin-left: 1.6949%;
clear: none;
display: block;
}
.babox_ya2 {
display: block;
}
.waku_com {
width: 57.6271%;
}
.waku_photo {
width: 40.6779%;
margin-left: 1.6949%;
clear: none;
}



/***** 管理者モード *****/

#cms_sw {
	display: block;
	height: 20px;
	width: 80px;
	top: 0px;
	right: 0px;
	font-size: 12px;
	text-align: right;
	position: absolute;
}
#cms_sw a {
	color: #FFFFFF;
	text-decoration: none;
}
#cms_sw a:hover {
	color: #0000CC;
	text-decoration:underline;
}

#admin_panel {
	display: block;
}
#admin_panel .menu_on a {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a {
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a:hover {
	background-color: #669933;
	border: 1px solid #FFF;
	color: #FFF;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}



} /* End of Desktop Layout */
