@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
/* [02.TOP]
/* [03.ABOUT]
/* [04.STAFF]
/* [05.MENU]
/* [06.BLOG]
/* [07.SALON]
/* [08.CONTACT]
/* [09.MEMBER/MYPAGE]
/* [10.SERVICE]
/* [11.REQUEST]
/* [12.SERVICE DETAIL]
/* [13.HOUSEMANAGEMENT DETAIL]
/* [14.LIST]
/* [19.QUESTIONNAIRE]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
--------------------------------------------------------------------------*/

.one-img-main {
    max-width: 1000px;
    margin: 0 auto;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	margin: 15px 0;
	color: #666;
	float: left;
}
div#contents h2 {
	font-size: 18px;
	line-height: 30px;
	background: url(../images/layouts/bg_dod.png) repeat-x left bottom;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 30px;
}
div#contents h2.no_bg {
	background: none;
}
div#contents h2.lh24 {
	line-height: 24px;
}
h3.ttl_li {
	font-size: 18px;
	line-height: 31px;
	background: url(../images/layouts/bg_dod.png) repeat-x left bottom;
	padding-bottom: 10px;
	position: relative;
}
h3.ttl_li span {
	background: url(../images/common/i_plain.png) no-repeat left center;
	font-weight: bold;
	display: block;
	padding-left: 50px;
}
div#entry_contents h4 {
    background: rgba(0, 0, 0, 0) url("../images/layouts/bg_dod.png") repeat-x scroll left bottom;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
div#entry_contents a {
    background: transparent none repeat scroll 0 0;
    text-decoration: underline !important;
    color: #175bcd;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: opacity 0.3s ease-out 0s;
    vertical-align: baseline;
}

div#top {
	margin-bottom: 20px;
}
p#sub {
	font-size: 12px;
	line-height: 30px;
	float: right;
	margin-top: 10px;
}
p#sub img {
	margin-left: 10px;
	vertical-align: middle;
}
div#logo {
	margin-bottom: 35px;
}
div#logo p:nth-child(1) {
	float: left;
}
div#logo p:nth-child(2) {
	float: right;
	font-size: 0;
	margin-top: 0;
}
div#logo p:nth-child(2) a img {
	margin: 0;
	padding: 0;
}
div#logo p:nth-child(2) a img {
	margin-left: 10px;
}
div#navi_wrap {
	background: url(../images/layouts/bg_navi.png) repeat-x left bottom;
}
ul#navi {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}
ul#navi li {
	float: left;
}

.main_visual_container {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}
.slide_wrap {
	width: 3000px;
	position: absolute;
	left: 50%;
	margin-left: -1500px;
}
.slide {
	width: 1000px;
}
.slide img {
	width: 100%;
	vertical-align: bottom;
}

.bx-controls-direction {
	position: absolute;
	width: 3000px;
	left: 50%;
	top: 0;
	margin-left: -1500px;
	z-index: 100;
}
.bx-prev {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -900em;
	background: url(../images/layouts/arrow_l.png) no-repeat left top;
	width: 1000px;
	height: 380px;
	display: block;
}
.bx-next {
	position: absolute;
	right: 0;
	text-indent: -900em;
	background: url(../images/layouts/arrow_r.png) no-repeat left top;
	width: 1000px;
	height: 380px;
	display: block;
}
.bx-pager {
	text-align: center;
	position: absolute;
	margin-bottom: -50px;
	bottom: 0;
	z-index: 100;
	width: 100%;
}
.bx-controls-direction a,.bx-pager-item {
	display: inline-block;
}
.bx-pager-item a{
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	border: solid 1px #8c375d;
	background: #8c375d;
	border-radius: 18px;
	margin: 0 16px;
}
.bx-pager-item a.active {
	background: #eceae3;
	border: solid 1px #cfcbbc;
}
.bx-controls-direction a{
	text-decoration: none;
}

div.breadcrumbs {
	width: 1000px;
	margin: 20px auto 30px auto;
	font-size: 12px;
	color: #999;
}
div.breadcrumbs a {
	color: #999;
	text-decoration: underline;
}
div.breadcrumbs a:hover {
	text-decoration: none;
}
div#main {
	width: 702px;
	float: left;
	margin-bottom: 100px;
}
div#category_list {
	background: #FFFBE2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	margin-bottom: 40px;
}
div#category_list h5 {
	background: #C2BD9E;
	border-bottom: solid 2px #A8A076;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;	
	line-height: 40px;
	padding: 0 20px;
	color: #FFF;
}
div#category_list ul {
	padding: 20px;
}
div#category_list ul li {
	float: left;
}
div#category_list ul li a {
	margin-right: 40px;
	color: #32A6DC;
	text-decoration: underline;
}
.ttl {
	font-size: 18px;
	line-height: 30px;
	background: url(../images/layouts/bg_dod.png) repeat-x left bottom;
	padding-bottom: 10px;
	position: relative;
}
.ttl span {
	font-weight: bold;
	display: block;
	padding-left: 50px;
}
.ttl a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	font-weight: normal;
	color: #32A6DC;
}
div#other p,
div#other div {
	font-size: 12px;
	letter-spacing: 0.04em;
}
div#other div.indent {
	padding-left: 16px;
}
div#other h4.ttl_other {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 17px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #333;
}
div#shop .ttl span {
	background: url(../images/common/i_shop.png) no-repeat left center;
}
div#shop ul {
	margin: 30px 0;
}
div#shop li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	height:96px;
}
div#shop li:nth-child(1) {
	width: 100%;
	margin-bottom: 30px;
	height:146px;
}
div#shop li a {
	display: block;
}
div#shop li a div {
	float: left;
}
div#shop li a div:nth-child(1) {
	width: 180px;
}
div#shop li a div:nth-child(1) img {
	width: 100%;
	max-width: 160px;
	height: auto;
}
div#shop li a div:nth-child(2) {
	width: 150px;
}
div#shop li:nth-child(1) a div:nth-child(1) {
	width: 240px;
}
div#shop li:nth-child(1) a div:nth-child(1) img {
	width: 100%;
	max-width: 220px;
	height: auto;
}
div#shop li:nth-child(1) a div:nth-child(2) {
	width: 440px;
}
div#shop li a p:nth-child(1) {
	margin-bottom: 8px;
}
div#column ul {
	margin: 30px 0 50px 0;
}
div#column li {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
div#column li .thumb img {
	width: 100%;
	max-width: 160px;
	height: auto;
}
div#column li:nth-child(4n) {
	width: 160px;
}
div#column li img {
	vertical-align: middle;
	margin-bottom: 10px;
}
div#column li a {
	width: 160px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
div#column li a span,
div#shop li a span,
div#area li a span,
div#teacher li a span {
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
}
span.i_cat_01 {
	background: #63A9D2;
}
span.i_cat_02 {
	background: #F18C8C;
}
span.i_cat_03 {
	background: #DfBF2A;
}
span.i_cat_04 {
	background: #237F9D;
}
span.i_cat_05 {
	background: #DFBF2A;
}
span.i_cat_06 {
	background: #8EB735;
}
span.i_cat_07 {
	background: #F3B632;
}
div#shop li a h4 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}
div#shop li a p {
	font-size: 12px;
	line-height: 21px;
}
div#area ul {
	margin: 30px 0 50px 0;
}
div#area li {
	width: 240px;
	float: left;
}
div#area li:nth-child(3n) {
	width: 220px;
}
div#area li a span {
	font-size: 12px;
}
div#area li a div.thumb {
	width: 220px;
	display: block;
	border: #F0F0F0 solid 1px;
	text-align: center;
	margin-bottom: 10px;
}
div#area li a div.thumb img {
	width: 100%;
	max-width: 222px;
	height: auto;
}
div#area li a div.txt {
	width: 220px;
}
div#area li a div.txt p {
	word-break: keep-all;
}
div#column .ttl span {
	background: url(../images/common/i_column.png) no-repeat left center;
}
div#area .ttl span {
	background: url(../images/common/i_area.png) no-repeat left center;
}
div#life .ttl span {
	background: url(../images/common/i_life.png) no-repeat left center;
}
div#teacher .ttl span {
	background: url(../images/common/i_teacher.png) no-repeat left center;
}
div#life ul {
	margin: 30px 0 50px 0;
}
div#life li {
	width: 240px;
	float: left;
	margin-bottom: 10px;
}
div#life li:nth-child(3n) {
	width: 220px;
}
div#life li img {
	vertical-align: middle;
	margin-right: 20px;
}
div#life li a {
	width: 220px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #DDD;
}
div#teacher ul {
	margin: 30px 0 50px 0;
}
div#teacher li {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
div#teacher li:nth-child(4n) {
	width: 160px;
}
div#teacher li img {
	vertical-align: middle;
	margin-bottom: 10px;
}
div#teacher li a {
	width: 160px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

div#main ul.li a {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #D8D8D8;
}
div#main ul.li span {
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
}
div#main ul.li div {
	float: left;
}
div#main ul.li div:nth-child(1) {
	width: 240px;
}
div#main ul.li div img {
	width: 100%;
	max-width: 220px;
	height: auto;
}
div#main ul.li div:nth-child(2) {
	width: 458px;
}
div#main ul.li p:nth-child(1) {
	margin-bottom: 8px;
}
div#main ul.li div h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
div#main ul.li div p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
}
div#main ul.area_li li {
	width: 50%;
	float: left;
}
div#main ul.area_li li a {
	line-height: 60px;
	display: block;
	background: #F6F6F6;
	border-bottom: solid 1px #D8D8D8;
	margin: 0 10px 10px 0;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
div#main ul.area_li li a img {
	margin-right: 20px;
	vertical-align: middle;
}

div#main ul.li_teacher a {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #D8D8D8;
}
div#main ul.li_teacher span {
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
}
div#main ul.li_teacher div:nth-child(1) {
	width: 220px;
	float: left;
	text-align: center;
	border: solid 1px #F0F0F0;
}
div#main ul.li_teacher div img {
	width: 100%;
	max-width: 220px;
	height: auto;
}
div#main ul.li_teacher div:nth-child(2) {
	width: 458px;
	float: right;
}
div#main ul.li_teacher p:nth-child(1) {
	margin-bottom: 8px;
}
div#main ul.li_teacher div h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
div#main ul.li_teacher div p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
}
div#other h5 {
	font-size: 15px;
	line-height: 30px;
	color: #5D8B08;
	border-left: solid 5px #5D8B08;
	padding-left: 10px;
}
div#other ul#sitemap {
	margin: 0 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
}
div#other ul#sitemap a {
	text-decoration: underline;
}
div#other ul#sitemap a:hover {
	text-decoration: none;
}
div#other ul#sitemap li {
}
div#other ul#sitemap li ul {
	margin: 0 0 20px 40px;
	font-size: 12px;
}
div#other ul#sitemap li li {
	list-style: none;
	display: inline;
}
div#other ul#sitemap li ul li ul {
	margin: 0 0 0 40px;
	font-weight: normal;
}

div#main ul.entry_li_teacher {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #D8D8D8;
}
div#main ul.entry_li_teacher span {
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
}
div#main ul.entry_li_teacher div:nth-child(1) {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	text-align: center;
	border: solid 1px #F0F0F0;
}
div#main ul.entry_li_teacher div:nth-child(1) img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
div#main ul.entry_li_teacher div:nth-child(2) {
	width: 398px;
	float: right;
}
div#main ul.entry_li_teacher p:nth-child(1) {
	margin-bottom: 8px;
}
div#main ul.entry_li_teacher div p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
}
div#main ul.entry_li_teacher {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #D8D8D8;
}
div#main ul.entry_li_teacher span {
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
}
div#main ul.entry_li_teacher div:nth-child(1) {
	width: 100%;
	float: left;
	text-align: center;
	border: solid 1px #F0F0F0;
}
div#main ul.entry_li_teacher div:nth-child(1) img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
div#main ul.entry_li_teacher div:nth-child(2) {
	width: 398px;
	float: right;
}
div#main ul.entry_li_teacher p:nth-child(1) {
	margin-bottom: 8px;
}
div#main ul.entry_li_teacher div p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
}

div#main ul.entry_li_oshiete span {
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
}
div#main ul.entry_li_oshiete div:nth-child(1) {
	width: 280px;
	float: left;
	text-align: center;
}
div#main ul.entry_li_oshiete div:nth-child(1) img {
	margin: 0;
	padding: 0;
}
div#main ul.entry_li_oshiete div:nth-child(2) {
	width: 398px;
	float: right;
}
div#main ul.entry_li_oshiete p:nth-child(1) {
	margin-bottom: 8px;
}
div#main ul.entry_li_oshiete div p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
}

p.pager {
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
}
div#entry_contents h5 {
	margin-bottom: 10px;
}
div#entry_contents p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
	margin-bottom: 20px;
}
div#entry_contents h6 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #000;
}
div#entry_contents ul li {
	margin-bottom: 20px;
}
div#entry_contents ul div:nth-child(1) {
	width: 260px;
	float: left;
}
div#entry_contents ul div:nth-child(2) {
	width: 420px;
	float: right;
}
div#entry_contents ul li div img {
	margin-right: 20px;
}
div#entry_contents h3 {
	font-size: 15px;
	margin-bottom: 20px;
}
div#entry_contents h3 span {
	font-size: 12px;
	background: #C33;
	color: #FFF;
	padding: 3px 8px;
	margin-right: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
div#entry_contents table {
	border-top: solid 1px #D8D8D8;
	border-left: solid 1px #D8D8D8;
	margin-bottom: 30px;
}
div#entry_contents table td {
	padding: 12px 18px;
	border-right: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
	color: #666;
	font-size: 12px;
}
div#entry_contents table td:nth-child(1) {
	width: 154px;
	background: #F4F4F4;
	font-weight: bold;
	color: #333;
}
div#entry_contents table td span {
	color: #C33;
	font-weight: bold;
}

div#side {
	width: 270px;
	float: right;
	margin-bottom: 100px;
}
div#word .ttl span {
	background: url(../images/common/i_word.png) no-repeat left center;
}
.word_area{
	background: url("/common/images/layouts/comment_body.png") repeat-y;
	padding:20px;
	font-size:12px;
	line-height:1.4;
	position:relative;
	margin:40px 0 40px;
}

.word_area:before{
	content: url("/common/images/layouts/comment_top.png");
	position:absolute;
	top:-25px;
	left:0;
}

.word_area:after{
	content: url("/common/images/layouts/comment_bottom.png");
	position:absolute;
	bottom:0;
	left:0;
}

.word_area dt{
	font-weight:bold;	
	margin-bottom:8px;
}

.word_area dd{
	text-align:right;	
	font-style:oblique;
}
div#news .ttl span {
	background: url(../images/common/i_news.png) no-repeat left center;
}
div#side li {
	border-bottom: solid 1px #D8D8D8;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.08em;
}
div#side li a {
	padding: 20px 10px;
}
div#side li a p {
	color: #999;
}

div#footer {
	background: url(../images/layouts/bg_navi.png) repeat-x left top;
	padding: 50px 0 90px 0;
}
div#tel {
	float: left;
}
div#site_links {
	float: right;
	width: 630px;
}
div#site_links ul {
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	margin-bottom: 20px;
}
div#site_links ul li:nth-child(1) {
	font-weight: bold;
	margin-bottom: 10px;
}
div#site_links a {
	padding-right: 50px;
	color: #999;
	text-decoration: underline;
}
div#site_links a:hover {
	text-decoration: none;
}
div#site_links2 {
	background: url(../images/layouts/bg_footer.png) repeat left 2px;
}
div#site_links2 p {
	font-size: 12px;
	line-height: 50px;
}
div#site_links2 p a {
	color: #666;
	text-decoration: underline;
}
div#site_links2 p a:hover {
	text-decoration: none;
}
div#copyright {
	font-size: 12px;
	color: #666;
	line-height: 50px;
}
div#copyright p {
	width: 50%;
}
div#copyright p:nth-child(1) {
	float: left;
}
div#copyright p:nth-child(2) {
	float: right;
	text-align: right;
}
div#copyright img {
	vertical-align: middle;
	margin: -3px 20px 0 0;
}
div#copyright a {
	color: #666;
}

.back_top {
	background: url(../images/layouts/btn_top.png) left top;
	width: 42px;
	height: 43px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-indent: -900em;
	z-index: 200;
}

.pager {}

.pager li {
	float:left;
}

.pager li span {
	padding:10px;
	font-weight:bold;
}

.pager li a {
	padding:10px;
}

.workshop_btn {
	border: none !important;	
}
.workshop_btn p {
	height: 60px;
	width: 200px;
	margin: 20px;	
}

/* [09.MEMBER/MYPAGE]
--------------------------------------------------------------------------*/
h2.ttl_member {
	font-size: 18px;
	font-weight: bold;
	color: #9abb60;
	border-bottom: solid 2px #9abb60;
	background: none !important;
}
div#member {
	padding: 0 40px;
	margin-bottom: 175px;
}
div#member h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
}
div#member h3 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
div#member input[type="text"],
div#member input[type="password"],
div#member select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
div#member input[type="text"],
div#member input[type="password"] {
	width: 440px;
	line-height: 56px;
	font-size: 18px;
	padding: 0 10px;
	border: solid 1px #d0d0d0;
}
div#member a.btn,
div#member input[type="submit"].btn,
div.member_other a.btn,
div.member_other input[type="submit"].btn {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-style: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	background: #C72925;
	border-bottom: solid 2px #DDD;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s; /* Google Chrome、Safari */
	-moz-transition: 0.5s ease 0s; /* Firefox */
	-ms-transition: 0.5s ease 0s; /* Internet Explorer */
}
div#member a.btn:hover,
div#member input[type="submit"].btn:hover,
div.member_other a.btn:hover,
div.member_other input[type="submit"].btn:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* Internet Explorer lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* Internet Explorer 8 */
}
div#member input[type="submit"].w300,
div.member_other a.w300,
div.member_other input[type="submit"].w300 {
	width: 300px;
}
div#member a.w330,
div.member_other a.w330,
div.member_other input[type="submit"].w330 {
	width: 330px;
}
div#member a.bg_919191,
div.member_other a.bg_919191 {
	background: #919191;
}
div.caution {
	background: #f0f0f0;
	padding: 20px;
	width: 495px;
}
div.caution.w800 {
	width: 760px;
}
div.caution.mgb-20 {
	margin-bottom: 20px;
}
div.caution p {
	color: #333;
	font-size: 16px;
	line-height: 26px;
}
div.caution a {
	color: #2d88dd;
	font-size: 14px;
}
div.caution .dsp {
	margin-top: 10px;
}
div.caution .dsp.hosoku {
	font-size: 13px;
}
div.caution .tel-txt {
	display: block;
	font-size: 32px;
	font-weight: bold;
}
div.caution .tel-txt span {
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
div.caution a.btn-sub {
	width: 100%;
	max-width: 320px;
	height: 62px;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    border-style: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    border-bottom: solid 2px #DDD;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
}
div.caution a.btn-sub.btn-col-01 {
	background: #DB7763;
}
div.caution a.btn-sub.btn-col-02 {
	background: #466090;
}
span.tel-hosoku {
	display: inline-block;
	margin-right: 10px;
}
span.tel-num {
	font-size: 22px;
	font-weight: bold;
}
div#mypage div.attention,
div.form div.attention {
	background: #f9f9f9;
	padding: 20px;
}
div#mypage div.attention p,
div.form div.attention p {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
a.btn_bg919191 {
	background: #3dbfea;
	color: #FFF;
	line-height: 100px;
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: bold;
	border-radius: 8px;
	border-style: none none solid;
	border-bottom:2px solid #ddd;
}
div#point div {
	float: left;
}
div#point div:nth-child(odd) {
	background: #9abb60;
	width: 180px;
	padding: 0 50px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 120px;
}
div#point div:nth-child(even) {
	background: #FFF;
	width: 632px;
	padding: 30px 40px;
	border: solid 4px #9abb60;
	height: 52px;
}
div#point div:nth-child(even) p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
}
div#point div:nth-child(even) span {
	color: #C33;
	font-size: 34px;
	margin-right: 10px;
}
div#grade div {
	float: left;
}
div#grade div:nth-child(odd) {
	background: #9abb60;
	width: 180px;
	padding: 0 50px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 120px;
}
div#grade div:nth-child(even) {
	background: #FFF;
	width: 632px;
	padding: 30px 40px;
	border: solid 4px #9abb60;
	height: 52px;
	font-size: 34px;
	font-weight: bold;
	line-height: 52px;
}
div#mypage h4 {
	background: #fbf9ed;
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
	border-left: solid 5px #9abb60;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}
div#mypage h4 span {
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/member/i_minus.png) left top;
	display: block;
	top: 12px;
	right: 20px;
	text-indent: -900em;
	cursor: pointer;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s; /* Google Chrome、Safari */
	-moz-transition: 0.5s ease 0s; /* Firefox */
	-ms-transition: 0.5s ease 0s; /* Internet Explorer */
}
div#mypage h4 span.plus {
	background: url(../images/member/i_plus.png) left top;
}
div#mypage h4 span:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* Internet Explorer lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* Internet Explorer 8 */
}
.dpn {
	display: none;
}
div#mypage table,
div.form table {
	border-top: solid 4px #CCC;
	border-left: solid 4px #CCC;
	border-bottom: solid 3px #CCC;
	border-right: solid 3px #CCC;
}
div#mypage th,
div.form th {
	background: #f3f3f3;
	padding: 6px 20px;
	font-size: 16px;
	font-weight: bold;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
	color: #333;
}
div#mypage td,
div.form td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 20px;
	font-size: 16px;
	vertical-align: middle;
	color: #333;
}
div#mypage td:nth-child(1),
div.form td:nth-child(1) {
	font-weight: bold;
	background: #f3f3f3;
	width: 260px;
}
div#mypage td:nth-child(1) span,
div.form td:nth-child(1) span {
	color: #F00;
	margin-left: 5px;
}
div#mypage td:nth-child(1) span.caution,
div.form td:nth-child(1) span.caution {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

div#mypage table.tb td,
div#mypage table.tb_3c td,
div.form table.tb td,
div.form table.tb_3c td {
	background: none;
}
div#mypage td textarea,
div.form td textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: solid 1px #f3f3f3;
	background: #f3f3f3;
	font-size: 16px;
}

div#mypage table.tb td:nth-child(1),
div#mypage table.tb_3c td:nth-child(1),
div.form table.tb td:nth-child(1),
div.form table.tb_3c td:nth-child(1) {
	width: 160px;
}
div#mypage table.tb_3c td:nth-child(2),
div.form table.tb_3c td:nth-child(2) {
	width: 180px;
}
div#mypage table.tb_3c td:nth-child(3),
div.form table.tb_3c td:nth-child(3) {
	width: 380px;
}
div#mypage input[type="submit"].btn,
div#mypage a.btn,
div.form input[type="submit"].btn,
div.form a.btn {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-style: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	background: #C72925;
	border-bottom: solid 2px #DDD;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s; /* Google Chrome、Safari */
	-moz-transition: 0.5s ease 0s; /* Firefox */
	-ms-transition: 0.5s ease 0s; /* Internet Explorer */
}
div#member input[type="submit"].btn,
div#mypage input[type="submit"].btn,
div.form input[type="submit"].btn {
	height: 62px;
	line-height: 58px;
}
div#mypage input[type="submit"].btn:hover,
div#mypage a.btn:hover,
div.form input[type="submit"].btn:hover,
div.form a.btn:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* Internet Explorer lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* Internet Explorer 8 */
}

div#mypage input[type="submit"].w300,
div#mypage a.w300,
div.form input[type="submit"].w300,
div.form a.w300 {
	width: 300px;
}

div#mypage input[type="submit"].w330,
div#mypage a.w330,
div.form input[type="submit"].w330,
div.form a.w330 {
	width: 330px;
}

div#mypage input[type="submit"].bg_919191,
div#mypage a.bg_919191,
div.form input[type="submit"].bg_919191,
div.form a.bg_919191 {
	background: #919191;
}

div#mypage input[type="submit"].bg_7bb627,
div#mypage a.bg_7bb627,
div.form input[type="submit"].bg_7bb627,
div.form a.bg_7bb627 {
	background: #7bb627;
}

div#mypage input[type="text"],
div#mypage input[type="password"],
div.form input[type="text"],
div.form input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border: solid 1px #f3f3f3;
	background: #f3f3f3;
	text-indent: 10px;
}
div#mypage input[type="text"].w120,
div#mypage input[type="password"].w120,
div.form input[type="text"].w120,
div.form input[type="password"].w120 {
	width: 120px;
}
div#mypage input[type="text"].w160,
div#mypage input[type="password"].w160,
div.form input[type="text"].w160,
div.form input[type="password"].w160 {
	width: 160px;
}
div#mypage select,
div.form select {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border: solid 1px #f3f3f3;
	padding: 0 10px;
}
div#mypage input[type="radio"],
div.form input[type="radio"] {
	margin-right: 6px;
	vertical-align: middle;
	line-height: 16px;
	margin-top: -2px;
}
div#mypage label,
div.form label {
	margin-right: 20px;
}
div#mypage input.bg_FFC,
div.form input.bg_FFC,
div#mypage td textarea.bg_FFC,
div.form td textarea.bg_FFC {
	background: #FFC;
}
div#mypage a#btn_zipcode,
div.form a#btn_zipcode {
	font-size: 12px;
	line-height: 12px;
	background: #555;
	color: #FFF;
	padding: 5px 10px;
	margin-left: 10px;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div#mypage a#btn_service-area,
div.form a#btn_service-area {
	font-size: 12px;
	line-height: 12px;
	background: #9abb60;
	color: #FFF;
	padding: 5px 10px;
	margin-left: 10px;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.form a.txt {
	color: #3497ff;
	text-decoration: underline;
}
div.form a.txt:hover {
	text-decoration: none;
}
div#mypage ul.li_2c li,
div.form ul.li_2c li {
	float: left;
}

div#mypage ul.li_2c li input[type="submit"],
div#mypage ul.li_2c li a,
div.form ul.li_2c li input[type="submit"],
div.form ul.li_2c li a {
	margin-right: 30px;
	margin-bottom: 40px;
}

div#mypage span.advice,
div.form span.advice {
	font-size: 12px;
}
div#registration ul li {
	float: left;
}
div#registration ul li a {
	margin-right: 40px;
}
div#registration.registration_form ul li div {
	width: 192px;
	height: 52px;
	line-height: 52px;
	background: #fbf9ed;
	color: #9abb60;
	border: solid 4px #9abb60;
	padding: 0 30px 0 70px;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-right: 30px;
	position: relative;
}
div#registration.registration_form ul li div.on {
	background: #9abb60;
	color: #FFF;
}
div#registration.registration_form ul li div span {
	width: 24px;
	height: 42px;
	font-size: 32px;
	position: absolute;
	display: block;
	left: 30px;
	font-style: italic;
}
div#registration.registration_form h4 {
	background: #fbf9ed;
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
	border-left: solid 5px #9abb60;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}
.form input[type="checkbox"]#agree {
	font-size: 20px;
	position: relative;
	top: -2px;
}
div#required_btn {
	height: 60px;
}
div#required_btn div {
	width: 300px;
	height: 60px;
	background: #ECECEC;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tel_big {
	font-size: 18px;
	color: #212121;
	font-weight: bold;
}
.tel_big span {
	font-size: 42px;
	color: #f4525a;
}
#mypage div.detail_2 {
	border: solid 2px #e9e9e9;
	padding: 30px 30px 20px 30px;
	margin: 0 0 60px 0;
}
#mypage div.detail_2 .big-ttl {
	font-size: 20px;
	color: #212121;
	font-weight: bold;
	margin-bottom: 20px;
}
/* [10.SERVICE]
--------------------------------------------------------------------------*/

ul#navi_service {
	border-bottom: solid 2px #8d8d8d;
}
ul#navi_service li {
	height: 58px;
	float: left;
}
ul#navi_service li a,
ul#navi_service li span {
	width: 200px;
	height: 58px;
	display: block;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	margin-left: 20px;
	border-right: solid 2px #8d8d8d;
}
ul#navi_service li a {
	background: #83b72a;
}
ul#navi_service li span {
	background: #ed7d7d;
}

ul#navi_basic li {
	float: left;
	width: 220px;
	margin-bottom: 3px;
}
ul#navi_basic li:nth-child(odd) {
	width: 220px;
}

div#point_reduction {
	background: url(../images/layouts/bg_point_reduction.png) left top;
	width: 700px;
	height: 425px;
	position: relative;
}
div#point_reduction a {
	width: 343px;
	height: 51px;
	display: block;
	background: #df7584;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-o-border-radius: 26px;
	-ms-border-radius: 26px;
	border-right: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
	line-height: 51px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -171px;
}

a#link_grade_list,
a.txt_link {
	color: #1e8de2;
	text-decoration: underline;
}
a#link_grade_list:hover,
a.txt_link:hover {
	text-decoration: none;
}

ul.service li {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #D8D8D8;
}
ul.service span {
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
}
ul.service div {
	float: left;
}
ul.service div:nth-child(1) {
	width: 280px;
}
ul.service div:nth-child(2) {
	width: 420px;
}
ul.service p:nth-child(1) {
	margin-bottom: 8px;
}
ul.service div h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
ul.service div p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
}
ul.w_660 {
	width: 660px;
	height: 70px;
	margin: 0 auto;
}
ul.w_660 li {
	float: left;
	border-bottom: 2px solid #e4e4e4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
ul.w_660 li:nth-child(even) {
	float: right;
}
ul.w_660 li a {
	width: 312px;
	height: 62px;
	line-height: 62px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
ul.w_660 li a.btn_red {
	background: #e27171;
	border: solid 4px #ce5a5a;
}
ul.w_660 li a.btn_blue {
	background: #6ac1de;
	border: solid 4px #4faac8;
}
.btn_other {
	border-bottom: 2px solid #e4e4e4;
}
.btn_other a {
	width: 100%;
	height: 62px;
	line-height: 62px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
.btn_other a.btn_red {
	background: #e27171;
	border: solid 4px #ce5a5a;
}

ul#point_save {
	background: url(../images/layouts/bg_point_save.png) left top no-repeat;
	width: 100%;
	padding: 230px 0 20px 0;
	border-bottom: dotted 1px #d8d8d8;
	margin-bottom: 20px;
}
ul#point_save li {
	width: 240px;
	float: left;
}
ul#point_save li:nth-child(3) {
	width: 220px;
	float: left;
}
ul#point_save li p {
	width: 210px;	
	font-size: 12px;
	color: #666;
	line-height: 21px;
}

ul#li_faq {
	margin-bottom: 40px;
}
ul#li_faq li {
	color: #666;
	border-bottom: dotted 1px #d8d8d8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
ul#li_faq li h5 {
	background: url(../images/common/i_q.png) left top no-repeat;
	line-height: 35px;
	padding-left: 45px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
ul#li_faq li p {
	font-size: 12px;
}

/* [11.REQUEST]
--------------------------------------------------------------------------*/
div#request_tel {
	border: solid 4px #CCC;
	padding: 22px;
}
div#request_tel div:nth-child(1) {
	width: 497px;
	float: left;
}
div#request_tel div:nth-child(1) p:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	color: #C33;
}
div#request_tel div:nth-child(1) p:nth-child(2) {
	font-size: 12px;
	color: #666;
}
div#request_tel div:nth-child(2) {
	background: url(../images/common/i_request_tel.png) left center no-repeat;
	float: left;
	font-size: 40px;
	font-weight: bold;
	line-height: 48px;
	color: #232f7f;
	padding-left: 69px;
}
div#mypage td:nth-child(1) span.sub_guide {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0;
	line-height: 16px;
}

.change_request {
	border: solid 3px #CCC;
	margin:10px 0px 50px 0px;
}
.change_request_fin {
	margin:10px 0px 50px 0px;
}

.change_request  input[type="text"]{
	
	width: 440px;
	line-height: 56px;
	font-size: 18px;
	padding: 0 10px;
	border: solid 1px #d0d0d0;
	margin:50px 30px;
}

.change_request .btn{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-style: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #C72925;
	border-bottom: solid 2px #DDD;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s; /* Google Chrome、Safari */
	-moz-transition: 0.5s ease 0s; /* Firefox */
	-ms-transition: 0.5s ease 0s; /* Internet Explorer */
}

.change_request .w300 {
	width: 300px;
}

/* [12.SERVICE DETAIL]
--------------------------------------------------------------------------*/

h3.ttl_li span.i_house {
	background: url(../images/common/i_house.png) no-repeat left center;
}
h3.ttl_li span.i_support {
	background: url(../images/common/i_support.png) no-repeat left center;
}
h3.ttl_li span.i_security {
	background: url(../images/common/i_security.png) no-repeat left center;
}
h3.ttl_li span.i_consultation {
	background: url(../images/common/i_consultation.png) no-repeat left center;
}
h3.ttl_li span.i_diagnosis {
	background: url(../images/common/i_diagnosis.png) no-repeat left center;
}
h3.ttl_li span.i_kaden {
	background: url(../images/common/i_kaden.png) no-repeat left center;
	height: 34px;
}
h3.ttl_li span.i_sougi {
	background: url(../images/common/i_sougi.png) no-repeat left center;
}
div.detail {
	background: #f7f7f7;
	padding: 20px 20px 40px 20px;
}
div.detail_2 {
	border: solid 1px #e9e9e9;
	padding: 30px 30px 20px 30px;
	margin: 10px 0;
}

div.detail_2 p {
	margin-bottom: 10px;
}
div.detail_2 h5 {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #212121;
}
div.detail img {
	margin-bottom: 15px;
}
div.detail p {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #666;
}
div.detail a {
	width: 370px;
	height: 48px;
	line-height: 48px;
	background: #FFF;
	border: solid 2px #d1d1d1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	display: block;
	margin: 35px auto 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
div.note {
	border: solid 1px #e9e9e9;
	padding: 19px;
}
div.note h5 {
	font-size: 15px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background: #666;
	margin-bottom: 15px;
}
div.note ul {
	margin: 0 5px 10px 5px;
}
div.note li {
	width: 25%;
	float: left;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
div.note p {
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
ul.w_660_youtube {
    height: 196px;
    margin: 0 auto;
    width: 660px;
}   
ul.w_660_youtube li {
    float: left;
    margin-right: 18px;
}

/* [13.HOUSEMANAGEMENT DETAIL]
--------------------------------------------------------------------------*/

#ttl_housemanagement_01 {
	background: #6dbed6;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 20px;
	margin-bottom: 40px;
}
#ttl_housemanagement_02 {
	background: #f3a715;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 20px;
	margin-bottom: 30px;
}
#ttl_housemanagement_03 {
	background: #7dbc4e;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 20px;
	margin-bottom: 30px;
}
ul#li_housemanagement_01 li p {
	background: url(../images/common/bg_li_housemanagement_01.png) no-repeat left center;
	padding: 0 30px 0 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
ul#li_housemanagement_02 li p {
	background: url(../images/common/bg_li_housemanagement_02.png) no-repeat left center;
	padding: 0 30px 0 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
ul#li_housemanagement_03 li p {
	background: url(../images/common/bg_li_housemanagement_03.png) no-repeat left center;
	padding: 0 30px 0 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
ul#li_housemanagement_01,
ul#li_housemanagement_02,
ul#li_housemanagement_03 {
	margin-bottom: 40px;
}
ul#li_housemanagement_01 li,
ul#li_housemanagement_02 li,
ul#li_housemanagement_03 li {
	width: 190px;
	float: left;
}
ul#li_housemanagement_01 li:last-child,
ul#li_housemanagement_02 li:last-child,
ul#li_housemanagement_03 li:last-child {
	width: auto;
}
ul#housemanagement_guide {
	margin-bottom: 30px;
}
ul#housemanagement_guide li {
	width: 350px;
	float: left;
	margin-bottom: 20px;

}
ul#housemanagement_guide li div {
	float: left;
}
ul#housemanagement_guide li div:nth-child(odd) {
	width: 90px;
}
ul#housemanagement_guide li div:nth-child(even) {
	width: 240px;
}

ul#housemanagement_guide li div:nth-child(even) h6 {
	color: #5fc1bf;
	line-height: 21px;
}
ul#housemanagement_guide li div:nth-child(even) p {
	color: #666;
	font-size: 12px;
	line-height: 21px;
}

.f120 {
	font-size:120%;
}

.back_link {
	margin-top: 40px;
}

/* [14.LIST]
--------------------------------------------------------------------------*/

div.ttl_list {
	background: #f5f5f5 url(../images/common/bg_dash.png) repeat-x left bottom;
	height: 75px;
	padding: 0 20px;
	margin-bottom: 40px;
	position: relative;
}
div.ttl_list h2 {
	font-size: 16px;
	line-height: 75px;
	color: #333;
}
div.ttl_list div {
	line-height: 69px;
	min-width: 515px;
	position: absolute;
	right: 20px;
	top: 0;
	text-align: right;
}
div.ttl_list div form:nth-child(1) {
	position: absolute;
	left: 0;
	top: 19px;
}
div.ttl_list div form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 275px;
	height: 35px;
	line-height: 31px;
	padding: 0 10px;
	margin: 0;
	border: 2px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #FFF url(../images/common/i_arrow_b.png) right 50% no-repeat;
	background-size: 33px, 100%;
	box-sizing: border-box;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
div.ttl_list div form:nth-child(2) {
	position: absolute;
	right: 0;
	top: 19px;
}
div.ttl_list div form input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 230px;
	height: 36px;
	line-height: 31px;
	padding: 0 65px 0 10px;
	border: 2px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #FFF;
	color: #666;
	box-sizing: border-box;
	margin: 0 0 0 5px;
}
div.ttl_list div form input[type="image"] {
	width: 35px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
ul.li_3c_2_catch {
	margin-bottom: 30px;
}
ul.li_3c_2_catch li {
	float: left;
	width: 340px;
	margin-bottom: 20px;
}
ul.li_3c_2_catch li:nth-child(1) {
	width: 510px;
}
ul.li_3c_2_catch li:nth-child(2) {
	width: 490px;
}
ul.li_3c_2_catch li:nth-child(1),
ul.li_3c_2_catch li:nth-child(2) {
	max-height: 410px;
}
ul.li_3c_2_catch li:nth-child(3n+5) {
	width: 320px;
}
ul.li_3c_2_catch li a {
	position: relative;
	width: 320px;
	height: 216px;
	display: block;
	box-sizing: border-box;
	margin-bottom: 8px;
}
ul.li_3c_2_catch li a:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
ul.li_3c_2_catch li:nth-child(1) a,
ul.li_3c_2_catch li:nth-child(2) a {
	width: 490px;
	height: 331px;
}
ul.li_3c_2_catch li a h5 {
	position: absolute;
	height: 70px;
	bottom: 0;
	display: block;
	color: #FFF;
	box-sizing: border-box;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	z-index: 1;
}
ul.li_3c_2_catch li a:hover h5 {
	text-decoration: underline;
}
ul.li_3c_2_catch li:nth-child(1) a h5,
ul.li_3c_2_catch li:nth-child(2) a h5 {
	width: 490px;
	height: 92px;
	padding: 13px 20px;
	font-size: 22px;
	line-height: 32px;
}
ul.li_3c_2_catch li a div {
	position: absolute;
	bottom: 0;
	width: 320px;
	height: 70px;
	display: block;
	background-color: #0d0705;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	box-sizing: border-box;
	text-indent: -900em;
}
ul.li_3c_2_catch li:nth-child(1) a div,
ul.li_3c_2_catch li:nth-child(2) a div {
	width: 490px;
	height: 92px;
}
ul.li_3c_2_catch li a img {
	max-height: 216px;
	max-width: 320px;
	vertical-align: bottom;
}
ul.li_3c_2_catch li:nth-child(1) a img,
ul.li_3c_2_catch li:nth-child(2) a img {
	max-height: 331px;
	max-width:490px;
}
ul.li_3c_2_catch li p {
	width: 320px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	height: 36px;
}
ul.li_3c_2_catch li:nth-child(1) p,
ul.li_3c_2_catch li:nth-child(2) p {
	width: 490px;
}
ul.li_3c_2_catch li span {
	font-size: 12px;
	color: #333;
	border: solid 2px #333;
	box-sizing: border-box;
	padding: 5px 8px;
	line-height: 22px;
}

ul.li_2c_brand {
	margin-bottom: 30px;
}
ul.li_2c_brand li {
	float: left;
	width: 340px;
	margin-bottom: 20px;
}
ul.li_2c_brand li a {
	position: relative;
	width: 320px;
	height: 216px;
	display: block;
	box-sizing: border-box;
	margin-bottom: 8px;
}
ul.li_2c_brand li a:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
ul.li_2c_brand li a h5 {
	position: absolute;
	height: 70px;
	bottom: 0;
	display: block;
	color: #FFF;
	box-sizing: border-box;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	z-index: 1;
}
ul.li_2c_brand li a:hover h5 {
	text-decoration: underline;
}
ul.li_2c_brand li a div {
	position: absolute;
	bottom: 0;
	width: 320px;
	height: 70px;
	display: block;
	background: #0d0705;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	box-sizing: border-box;
	text-indent: -900em;
}
ul.li_2c_brand li a img {
	max-height: 216px;
	max-width: 320px;
	vertical-align: bottom;
}
ul.li_2c_brand li p {
	width: 320px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	height: 36px;
}
ul.li_2c_brand li span {
	font-size: 12px;
	color: #333;
	border: solid 2px #333;
	box-sizing: border-box;
	padding: 5px 8px;
	line-height: 22px;
}

h3.ttl_list_detail {
	font-size: 18px;
	line-height: 26px;
	border-bottom: solid 1px #333;
	padding-bottom: 15px;
}

div.entry h3 {
	border-bottom: 1px solid #333;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}


div.entry h4 {
	background: rgba(0, 0, 0, 0) url("../images/layouts/bg_dod.png") repeat-x scroll left bottom;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

div.entry h5 {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin-bottom: 10px;
}


div.entry p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
}

div.entry a {
	background: transparent none repeat scroll 0 0;
	text-decoration: underline !important;
    color: #175bcd;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: opacity 0.3s ease-out 0s;
    vertical-align: baseline;
}

div.brand {
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
div.brand img {
	float: left;
}
div.brand div {
	width: 485px;
	float: right;
}
div.brand div h4 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 12px;
	text-decoration: none;
}
div.brand div p {
	font-size: 12px;
	line-height: 21px;
	color: #666;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}
div.brand div p a {
	color: #1c8ae7;
	text-decoration: underline;
}
div.brand div p a:hover {
	text-decoration: none;
}
div.brand div p.tel_brand {
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	color: #666;
}
div.brand div p.tel_brand span {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #666;
	padding: 12px 15px;
	margin-right: 20px;
	vertical-align: middle;
}
div.brand div p.form_brand {
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	color: #ee5353;
}
div.brand div p.form_brand span {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #ee5353;
	border-color: #b43b3b;
	border-width: 1px 1px 2px;
	border-style:solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	padding: 12px 15px;
	margin-right: 20px;
	vertical-align: middle;
}
div.brand_new_entry h5 {
	font-size: 16px;
	line-height: 28px;
}
div#side #category .ttl:nth-of-type(1) span {
	background: url(../images/common/i_category.png) no-repeat left center;	
}
div#side #category .ttl:nth-of-type(2) span {
	background: url(../images/common/i_brand.png) no-repeat left center;	
}
div#side #category .ttl:nth-of-type(3) span {
	background: url(../images/common/i_new.png) no-repeat left center;	
}
div#side ul.li_ttl li {
	line-height: 50px;
}
div#side ul.thumb_li li a {
	display: block;
	padding: 20px 0;
}
div#side ul.thumb_li div:nth-child(1) {
    float: left;
    width: 70px;
}
div#side ul.thumb_li div:nth-child(2) {
	width: 200px;
	float: right;
}
div#side ul.thumb_li div p {
	line-height: 100%;
	margin-bottom: 5px;
}
div#side ul.brand_li div:nth-child(1) {
    float: left;
    width: 70px;
}
div#side ul.brand_li li a {
    display: block;
    padding: 20px 0;
}
/* [15.MYPAGE bnr]
--------------------------------------------------------------------------*/
ul#mypage_bnr {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	justify-content: space-between;
}
ul#mypage_bnr li {
    width: 49%;
    height: auto;
    margin-bottom: 2%;
}
ul#mypage_bnr li a {
	display: block;
}
ul#mypage_bnr li img {
	width: 100%;
	height: auto;
}
div.404 {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 20px;
    width: 1000px;
}
/* [16.HOUSEKEEPING AGENCY SERVICE]
--------------------------------------------------------------------------*/

#ttl_housekeeping_agency_service_01 {
	background: #40220f;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 20px;
	margin-bottom: 40px;
}
ul#li_housekeeping_agency_service_01 li p {
	background: url(../images/common/bg_li_housekeeping_agency_service_01.png) no-repeat left center;
	padding: 0 30px 0 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
ul#li_housekeeping_agency_service_01 {
	margin-bottom: 70px;
}
ul#li_housekeeping_agency_service_01 li {
	width: 190px;
	float: left;
}
ul#li_housekeeping_agency_service_01 li:last-child {
	width: auto;
}


/* [17.COMPANY]
--------------------------------------------------------------------------*/

table.tb_default {
	border-top: solid 1px #D8D8D8;
	border-left: solid 1px #D8D8D8;
	margin-bottom: 30px;
}
table.tb_default td {
	padding: 12px 18px;
	border-right: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
	color: #666;
	font-size: 12px;
}
table.tb_default td:nth-child(1) {
	width: 124px;
	background: #F4F4F4;
}
table.tb_default td a {
	color: #32a6dc;
	text-decoration: underline;
}
table.tb_default td a:hover {
	text-decoration: none;
}

/* [18.TOP #tab_navi] 
--------------------------------------------------------------------------*/
#tab_navi {
	background: url(../images/layouts/bg_tab.png) no-repeat left top;
	width: 700px;
	height: 361px;
	position: relative;
}
#tab_navi ul {
	width: 210px;
	top: 71px;
	left: 10px;
	position: absolute;
}
#tab_navi ul li {
	margin-bottom: 10px;
}
#tab_navi ul li a {
	width: 210px;
	height: 42px;
	display: block;
	text-indent: -900em;
}
#tab_navi ul li:nth-child(1) a {
	background: url(../images/layouts/tab_01.png) no-repeat left top;
}
#tab_navi ul li:nth-child(1) a.on {
	background: url(../images/layouts/tab_01_o.png) no-repeat left top;
}
#tab_navi ul li:nth-child(2) a {
	background: url(../images/layouts/tab_02.png) no-repeat left top;
}
#tab_navi ul li:nth-child(2) a.on {
	background: url(../images/layouts/tab_02_o.png) no-repeat left top;
}
#tab_navi ul li:nth-child(3) a {
	background: url(../images/layouts/tab_03.png) no-repeat left top;
}
#tab_navi ul li:nth-child(3) a.on {
	background: url(../images/layouts/tab_03_o.png) no-repeat left top;
}
#tab_navi ul li:nth-child(4) a {
	background: url(../images/layouts/tab_04.png) no-repeat left top;
}
#tab_navi ul li:nth-child(4) a.on {
	background: url(../images/layouts/tab_04_o.png) no-repeat left top;
}
#tab_navi ul li:nth-child(5) a {
	background: url(../images/layouts/tab_05.png) no-repeat left top;
}
#tab_navi ul li:nth-child(5) a.on {
	background: url(../images/layouts/tab_05_o.png) no-repeat left top;
}
#tab_navi div {
	width: 470px;
	height: 372px;
	position: absolute;
	top: 11px;
	left: 220px;
	z-index: 1;
}
#tab_navi #guide_01 {
	background: url(../images/layouts/bg_guide_01.png) no-repeat left top;
}
#tab_navi #guide_01 a {
	position: absolute;
	width: 210px;
	height: 60px;
	display: block;
	text-indent: -900em;
}
#tab_navi #guide_01 a:nth-child(1) {
	background: url(../images/layouts/bg_guide_01_btn_oie.png) no-repeat left top;
	left: 20px;
	top: 45px;
}
#tab_navi #guide_01 a:nth-child(2) {
	background: url(../images/layouts/bg_guide_01_btn_hoshou.png) no-repeat left top;
	left: 240px;
	top: 45px;
}
#tab_navi #guide_01 a:nth-child(3) {
	background: url(../images/layouts/bg_guide_01_btn_24365.png) no-repeat left top;
	left: 20px;
	top: 115px;
}
#tab_navi #guide_01 a:nth-child(4) {
	background: url(../images/layouts/bg_guide_01_btn_shindan.png) no-repeat left top;
	left: 240px;
	top: 115px;
}
#tab_navi #guide_01 a:nth-child(5) {
	background: url(../images/layouts/bg_guide_01_btn_bengoshi.png) no-repeat left top;
	left: 20px;
	top: 185px;
}
#tab_navi #guide_01 a:nth-child(6) {
	background: url(../images/layouts/bg_guide_01_btn_sougi.png) no-repeat left top;
	left: 240px;
	top: 185px;
}
#tab_navi #guide_01 a:nth-child(7) {
	background: url(../images/layouts/bg_guide_01_btn_error.png) no-repeat left top;
	left: 20px;
	top: 255px;
}
#tab_navi #guide_01 a:nth-child(8) {
	background: url(../images/layouts/bg_guide_01_btn_kaden.png) no-repeat left top;
	left: 240px;
	top: 255px;
}
#tab_navi #guide_02 {
	background: url(../images/layouts/bg_guide_02.png) no-repeat left top;
	display: none;
}
#tab_navi #guide_03 {
	background: url(../images/layouts/bg_guide_03.png) no-repeat left top;
	display: none;
}
#tab_navi #guide_04 {
	background: url(../images/layouts/bg_guide_04.png) no-repeat left top;
	display: none;
}
#tab_navi #guide_05 {
	background: url(../images/layouts/bg_guide_05.png) no-repeat left top;
	display: none;
}
#tab_navi #guide_02 a,
#tab_navi #guide_03 a,
#tab_navi #guide_04 a,
#tab_navi #guide_05 a {
	width: 470px;
	height: 372px;
	display: block;
	text-indent: -900em;
}


/* [19.QUESTIONNAIRE]
--------------------------------------------------------------------------*/
div#questionnaire {
	margin-bottom: 70px;
}
div#questionnaire h2 {
	font-size: 18px;
	font-weight: bold;
	color: #9abb60;
	border-bottom: solid 2px #9abb60;
	background: none !important;
}
div#questionnaire h5 {
	background: #f0f0f0;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #9abb60;
	padding: 10px 90px 10px 20px;
	position: relative;
	margin-bottom: 20px;
}
div#questionnaire h5 span {
	background: #ec1e1e;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	padding: 5px 10px;
	color: #FFF;
}
div#questionnaire h6 {
	background: #b6d383;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #9abb60;
	padding: 10px 90px 10px 20px;
	position: relative;
	margin-bottom: 20px;
	color: #FFF;
}
div#questionnaire p {
	color: #666;
}
div#questionnaire p.c_f00 {
	color: #f00;
}
div#questionnaire p.type_radio {
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 18px;
}
div#questionnaire input[type="checkbox"] {
	position: relative;
	vertical-align: middle;
	top: -2px;
}
div#questionnaire input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
div#questionnaire input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}
div#questionnaire textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
div#questionnaire textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	line-height: 25px;
	font-size: 16px;
	padding: 0 10px;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}
div#questionnaire select {
	background: #FFF;
	box-sizing: border-box;
	border: solid 1px #ededed;
	box-shadow: 0 1px 0 rgba(218, 218, 218, 1);
	-moz-box-shadow: 0 1px 0 rgba(218, 218, 218, 1);
	-o-box-shadow: 0 1px 0 rgba(218, 218, 218, 1);
	-ms-box-shadow: 0 1px 0 rgba(218, 218, 218, 1);
	height: 22px;
	line-height: 22px;
	color: #000;
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 20px;
}
div#questionnaire ul li {
	height: 135px;
	line-height: 135px;
	width: 50%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
div#questionnaire ul.img li {
	height: 180px;
	line-height: 180px;
	width: 50%;
	float: left;
	margin-bottom: 200px;
	position: relative;
}
div#questionnaire ul li input[type="radio"] {
	position: absolute;
	vertical-align: middle;
	top: 68px;
	margin-top: -7px;
}
div#questionnaire ul.img li input[type="radio"] {
	position: absolute;
	vertical-align: middle;
	top: 180px;
	margin-top: -7px;
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale(1.4);
}
div#questionnaire ul li iframe,
div#questionnaire ul li div {
	position: absolute;
	left: 26px;
}
div#questionnaire ul li div,
div#questionnaire p.img {
	overflow: hidden;
	position: relative;
	width: 360px;
	height: 360px;
	border: solid 1px #CCC;
	box-sizing: border-box;
}
div#questionnaire ul li div img,
div#questionnaire p.img img {
	position: absolute;
	width: auto;
	max-width: 96%;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
div#questionnaire ul li span {
	margin-left: 26px;
}
div#questionnaire ul li a {
	width: 360px;
	height: 360px;
	display: block;
	left: 26px;
	position: relative;
}

div#questionnaire ul li a div {
	position: absolute;
	left: 0px;
}
div#questionnaire div.addr {
	color: #666;
	margin-bottom: 10px;
}
div#questionnaire div.addr input,
div#questionnaire div.addr select {
	margin-bottom: 0;
}
div#questionnaire input[type="submit"].btn {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-style: none;
	width: 100%;
	height: 62px;
	line-height: 58px;
	display: block;
	text-align: center;
	background: #C72925;
	border-bottom: solid 2px #DDD;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s; /* Google Chrome、Safari */
	-moz-transition: 0.5s ease 0s; /* Firefox */
	-ms-transition: 0.5s ease 0s; /* Internet Explorer */
}
div#questionnaire input[type="submit"].btn:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* Internet Explorer lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* Internet Explorer 8 */
}
div#questionnaire input[type="submit"].w300 {
	width: 300px;
}
div#questionnaire input[type="text"].w120 {
	width: 120px;
}
div#questionnaire input[type="text"].w160,
div#questionnaire select.w160 {
	min-width: auto;
	width: 160px;
}
div#questionnaire a.btn {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-style: none;
	width: 300px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	background: #C72925;
	border-bottom: solid 2px #DDD;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s; /* Google Chrome、Safari */
	-moz-transition: 0.5s ease 0s; /* Firefox */
	-ms-transition: 0.5s ease 0s; /* Internet Explorer */
}
div#questionnaire a.btn:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* Internet Explorer lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* Internet Explorer 8 */
}
div#questionnaire a.bg_919191 {
	background: #919191;
}
div#questionnaire ul.li_2c li {
	width: 330px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}