@charset "UTF-8";
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat-Regular'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

/*================================================================
global reset
================================================================*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td,address{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}
ul{
	list-style:none;
}
fieldset,img{
	border:0;
	vertical-align: bottom;
}
select option{
	padding:0 5px;
}
form label{
	cursor:pointer;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {font-size: 10px;}
/* for IE6 */
* html body {font-size: 62.5%;}
/* for IE7 */
*:first-child+html body {font-size: 62.5%;}
html {
}
body {
	position: relative;
	text-align: center;
	min-width: 1020px;
	line-height: 1.5;
	color: #333;
	font-family: 'Montserrat', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	-webkit-text-size-adjust: none;
	background: #F3F3F3;
}
body.home {
	background: #FFF;
}

a		{ color: #4499dd; text-decoration: none;}
a:hover	{ color:; text-decoration: underline;}
img 	{ -ms-interpolation-mode: bicubic; }
br.sm {
	display: none;
}
.clear { clear: both;}

a {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all  0.1s ease;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}

/* clearfix */
.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}

/* =========================================================
common
========================================================= */
section {
	width: 1020px;
	margin: 0 auto;
}
section h2.textTitle {
	margin: 0 0 1em !important;
	padding: 0 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	background: none !important;
}

.memberBtns .register a {
	background-color: #f35b3a !important;
	border-color: #B72303 !important;
	color: #FFF;
}
.memberBtns .login a {
	background-color: #ffe275 !important;
	border-color: #b2997f !important;
	color: #333;
}
.memberBtns .login a span {
	padding-left: 20px;
	background: url("../img/common/icon_member_lock.png") no-repeat 0 50%;
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
}

/* =========================================================
wrapper
========================================================= */
#wrapper {
	text-align: left;
}

/* =========================================================
globalHeader
========================================================= */
/* header固定のため*/
body {
	padding-top: 154px;
}

#globalHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 154px;
	background: url(../img/common/header_bg.png) #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	z-index: 1000;
	overflow: hidden;
}
#globalHeader #headerInner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 14px 0;
	color: #FFF;
	overflow: hidden;
}
#globalHeader #headerInner #headerLogo {
	float: left;
	width: 102px;
}
#globalHeader #headerInner #headerLogo a img {
	border: #FFF solid 1px;
}
#globalHeader #headerInner #headerCatch {
	float: left;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 1.5;
}
#globalHeader #headerInner .tel {
	float: right;
	width: 280px;
	padding: 5px 120px 0 0;
	line-height: 1.25;
}
#globalHeader #headerInner .tel img {
	padding-right: 10px;
	vertical-align: baseline;
}
#globalHeader #headerInner .tel .telNum {
	font-size: 32px;
	font-weight: bold;
}
html>/**/body #globalHeader #headerInner .tel .telNum {
	font-size /*\**/:30px\9
}
#globalHeader #headerInner .tel .telNum a {
	font-size: 32px;
	color: #FFF;
}
#globalHeader #headerInner .tel .reception {
	display: block;
	padding: 2px 0;
	background-color: #FFF;
	color: #000;
	border-radius: 15px;
	font-size: 12px;
	text-align: center;
}
#globalHeader #headerInner .contactImgBtn {
	position: absolute;
	width: 104px;
	top: 0;
	right: 0;
	text-align: center;
}
#globalHeader #headerInner .contactImgBtn a {
	display: block;
	width: 104px;
	height: 96px;
	margin: 5px 0 0;
	text-indent: -9999px;
	background: url(../img/common/header_btn_contact3.png) no-repeat 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#globalHeader #headerInner .contactImgBtn a:hover {
	margin: 0 0 5px;
}

.login #globalHeader #headerInner .contactImgBtn,
.logout #globalHeader #headerInner .contactImgBtn {
	right: 120px;
}
.login #globalHeader #headerInner .tel,
.logout #globalHeader #headerInner .tel {
	padding-right: 240px;
}

.login #globalHeader #headerInner .memberName {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
}
.login #globalHeader #headerInner .memberBtns {
	top: 30px;
}
#globalHeader #headerInner .memberBtns {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	width: 100px;
}
.login #globalHeader #headerInner .memberBtns,
.logout #globalHeader #headerInner .memberBtns {
	display: block;
}
#globalHeader #headerInner .memberBtns .btn {
	background-color: #FFF;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
#globalHeader #headerInner .memberBtns .btn a {
	display: block;
	margin: 0 0 4px;
	padding: 4px 12px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	border-bottom: #000 solid 2px;
	text-decoration: none;
	text-align: center;
}
#globalHeader #headerInner .memberBtns .btn a:hover {
	opacity: 0.6;
}
#globalHeader #headerInner .memberBtns .name {
	margin-bottom: 0.5em;
	text-align: center;
	line-height: 1.25;
	font-size: 10px;
}
#globalHeader #headerInner .memberBtns .name strong {
	font-size: 12px;
}

#globalHeader .trg {
	display: none;
}
#globalHeader #gNav {
	display: block;
	min-height: 56px;
	position: relative;
	clear: both;
	background: url(../img/common/header_bg_wave.png) repeat-x 50% 0 #FFF;
}
#globalHeader #gNav ul {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	border-left: #ccc solid 1px;
}
#globalHeader #gNav ul li {
	float: left;
	width: 16.66%;
}
#globalHeader #gNav ul li a {
	display: block;
	padding: 15px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right: #ccc solid 1px;
	cursor: pointer;
}
#globalHeader #gNav ul li a span {
	padding: 2px 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
	background-position: 50% 0;
}
#globalHeader #gNav ul li.gnav00 a {
	background-color: #ffe275;
}
.voice #globalHeader #gNav ul li.gnav01 a,
.case #globalHeader #gNav ul li.gnav02 a,
.concept #globalHeader #gNav ul li.gnav03 a,
.seminar #globalHeader #gNav ul li.gnav04 a,
.shop #globalHeader #gNav ul li.gnav05 a {
}
#globalHeader #gNav ul li a:hover span,
.voice #globalHeader #gNav ul li.gnav01 a span,
.case #globalHeader #gNav ul li.gnav02 a span,
.concept #globalHeader #gNav ul li.gnav03 a span,
.seminar #globalHeader #gNav ul li.gnav04 a span,
.shop #globalHeader #gNav ul li.gnav05 a span {
	background: url(../img/common/line_yellow_crayons.png) repeat-x 50% 100%;
}
.memberonly #globalHeader #gNav ul li.gnav02 a span {
	background-image: none;
}
.memberonly #globalHeader #gNav ul li.gnav02 a:hover span {
	background-image: url(../img/common/line_yellow_crayons.png);
}
#globalHeader #gNav .headerNav {
	display: none;
}
#globalHeader #gNav .headerNav li {
}
#globalHeader #gNav .headerNav li a {
}

/* =========================================================
globalFooter
========================================================= */
#globalFooter {
	padding-top: 40px;
	text-align: left;
	background: #f3f3f3;
}
#globalFooter .contactBox {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#globalFooter .contactBox .staff {
	float: left;
	width: 120px;
	margin-bottom: -10px;
}
#globalFooter .contactBox .staff img {
}
#globalFooter .contactBox .telBox {
	padding-top: 20px;
}
#globalFooter .contactBox .telBox .title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#globalFooter .contactBox .telBox .tel {
	line-height: 1;
	font-size: 48px;
	font-weight: bold;
}
html>/**/body #globalFooter .contactBox .telBox .tel {
	font-size /*\**/:40px\9
}
#globalFooter .contactBox .telBox .tel dfn img {
	padding-right: 10px;
	vertical-align: baseline;
}
#globalFooter .contactBox .telBox .fax {
	margin-bottom: 10px;
	font-size: 20px;
}
#globalFooter .contactBox .telBox .fax dfn {
	padding: 0 16px 0 0;
	font-size: 16px;
	font-style: normal;
}
#globalFooter .contactBox .telBox .caution {
	font-size: 12px;
}
#globalFooter .contactBox .telBox .caution a {
	text-decoration: underline;
}
#globalFooter .contactBox .contactShop {
	position: absolute;
	top: 15px;
	right: 0;
	width: 520px;
}
#globalFooter .contactBox .contactShop .btn {
	float: left;
	width: 163px;
	margin: 10px 0 1px 10px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border-radius: 3px;
}
#globalFooter .contactBox .contactShop .btn img {
	width: 40px;
	height: auto;
	padding-top: 5px;
	vertical-align: bottom;
}
#globalFooter .contactBox .contactShop .btn:hover {
	margin: 6px 0 5px 10px;
}
#globalFooter .contactBox .contactShop .seminar     { background-color: #56c2cf;}
#globalFooter .contactBox .contactShop .observation { background-color: #eebb00;}
#globalFooter .contactBox .contactShop .event       { background-color: #f35938;}
#globalFooter .contactBox .contactShop .sodan       { background-color: #86d3dd;}
#globalFooter .contactBox .contactShop .reservation { background-color: #f48400; clear: both;}
#globalFooter .contactBox .contactShop .estimate    { background-color: #f48400;}
#globalFooter .contactBox .contactShop .catalog     { background-color: #f48400;}

#globalFooter .contactBox .contactShop .btn a {
	display: block;
	padding: 0 0 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

#globalFooter .contactBox .contactShop .btn span {
	display: block;
	padding: 5px 0;
}
#globalFooter .contactBox .reformArea {
	margin-bottom: 20px;
	padding: 20px 30px;
	background: #FFF;
	clear: both;
}
#globalFooter .contactBox .reformArea p {
	font-size: 12px;
}
#globalFooter .contactBox .reformArea p.title {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: bold;
}
#globalFooter .contactBox .reformArea p.title span {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: normal;
}

#globalFooter .shopInfo {
	position: relative;
	min-height: 76px;
	background-color: #f08200;
	text-align: left;
	overflow: hidden;
}
#globalFooter .shopInfo .shopInfoInner {
	width: 1020px;
	margin: 0 auto;
}
#globalFooter .shopInfo .shopInfoInner .logo {
	display: inline;
	float: left;
	width: 410px;
	width: 120px;
	padding-top: 22px;
	margin-left: -5px;
}
#globalFooter .shopInfo .shopInfoInner .shopInfoTrg {
	display: none;
}
#globalFooter .shopInfo .shopInfoInner ul {
	float: left;
	width: 305px;
	width: 300px;
	padding-top: 10px;
	color: #FFF;
	font-size: 13px;
	font-size: 12px;
	font-weight: normal;
}
#globalFooter .shopInfo .shopInfoInner ul.pt30 {
	padding-top: 30px;
	padding-bottom: 20px;
}
#globalFooter .shopInfo .shopInfoInner ul.pt30 a {
	 color: #fff;
}
#globalFooter .shopInfo .shopInfoInner ul li {
}
#globalFooter .shopInfo .shopInfoInner ul li strong {
	padding-right: 1em;
}

#globalFooter .trg {
	display: none;
}
#globalFooter .footerNav {
	background: #2d2d2d;
}
#globalFooter .footerNav .footerMegaNav a {
	display: block;
	padding: 5px 2px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}
#globalFooter .footerNav .footerMegaNav a:hover {
	background: #555;
}
#globalFooter .footerNav .footerMegaNav {
	width: 1020px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav {
	float: left;
	width: 880px;
	overflow: hidden;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner {
	float: left;
	width: 279px;
	padding-left: 20px;
	border-left: #555 solid 1px;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniPlan {
	padding-left: 0;
	color: #FFF;
	border-left: none;
	overflow: hidden;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniPlan ul li ul {
	margin: 0;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniPlan ul li ul li {
	float: left;
	width: 109px;
	padding-left: 20px;
	line-height: 2;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniPlan ul li ul li a {
	padding: 2px 0;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner .title {
	margin: 0 20px 20px 0;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner .title a {
	padding: 0;
	font-size: 16px;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner ul {
	margin-right: 20px;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniPart ul li {
	float: left;
	width: 118px;
	margin-right: 10px;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniCase ul li {
	margin-bottom: 10px;
	overflow: hidden;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniCase ul li a {
	padding: 0;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniCase ul li p.photo {
	float: left;
	width: 76px;
	padding: 0 10px 10px 0;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner.fniCase ul li p.photo img {
	vertical-align: top;
}
#globalFooter .footerNav .footerMegaNav .footerMainNav .footerNavInner .toArchive {
	margin-right: 20px;
	text-align: right;
}
#globalFooter .footerNav .footerMegaNav .footerSubNav {
	float: right;
	width: 119px;
	padding-left: 20px;
	border-left: #555 solid 1px;
}
#globalFooter .footerNav .footerMegaNav .footerSubNav .footerNavInner ul li {
	border-top: #555 solid 1px;
}
#globalFooter .footerNav .footerMegaNav .footerSubNav .footerNavInner ul li.first-child {
	border-top: none;
}
#globalFooter .footerNav .footerMegaNav .footerSubNav .footerNavInner ul li a {
	padding: 6px 5px;
	font-size: 12px;
}
#globalFooter .footerNav .footerMegaNav .footerSubNav .footerNavInner ul li ul li {
	border-top: none;
}
#globalFooter .footerNav .footerMegaNav .footerSubNav .footerNavInner ul li ul li a {
	padding: 5px;
	font-size: 12px;
}
#globalFooter .footerNav .footerTextNav {
	background: #F3F3F3;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner {
	width: 1020px;
	margin: 0 auto;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner #footerSns {
	float: left;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner #footerSns ul li {
	display: inline-block;
	margin: 0 1em;
	margin-left: 0;
	vertical-align: top;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner ul {
	float: right;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner ul li {
	display: inline-block;
	/display: inline;
	padding: 20px 0 10px;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner ul li a {
	padding: 0 8px;
	font-size: 11px;
	border-left: #aaa solid 1px;
	color: #000;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner ul li:first-child a {
	padding-left: 0;
	border-left: none;
}
#globalFooter .footerNav .footerTextNav .footerTextNavInner ul li:last-child a {
	padding-right: 0;
}

/* =========================================================
footerUnder
========================================================= */
#globalFooter #footerUnder {
	clear: both;
	background: url(../img/common/footer_under_bg.png) repeat 0 0;
}
#globalFooter #footerUnder .footerUnderInner {
	width: 1020px;
	margin: 0 auto;
	padding: 40px 0 20px;
	overflow: hidden;
}
#globalFooter #footerUnder .footerUnderInner .officialSns {
	padding-bottom: 40px;
	overflow: hidden;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .officialSnsBox {
	width: 500px;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .facebookBox {
	float: left;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .twitterBox {
	float: right;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .officialSnsBox .snsTitle {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .officialSnsBox .snsTitle a {
	display: block;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .officialSnsBox .snsTitle a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#globalFooter #footerUnder .footerUnderInner .officialSns .officialSnsBox .snsTitle span {
	padding-right: 10px;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .facebookBox .snsTitle a {
	background: #3c579f;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .twitterBox .snsTitle a {
	background: #5ea9dd;
}
#globalFooter #footerUnder .footerUnderInner .officialSns .officialSnsBox .officialSnsBoxInner {
	display: none;
	width: 460px;
	height: 320px;
	padding: 20px 19px 0;
	border: 1px solid #ccc;
	border-top: none;
}
.home #globalFooter #footerUnder .footerUnderInner .officialSns .officialSnsBox .officialSnsBoxInner {
	display: block;
}
#globalFooter #footerUnder .footerUnderInner .renoveCouncil {
	width: 440px;
	margin-top: 10px;
	float: left;
	font-size: 1.2em;
}
#globalFooter #footerUnder .footerUnderInner .renoveCouncil a img {
	margin-bottom: 5px;
	vertical-align: middle;
}
#globalFooter #footerUnder .footerUnderInner .renoveCouncil a:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#globalFooter #footerUnder .footerUnderInner .renoveCouncil br.sm {
	display: none;
}
#globalFooter #footerUnder .footerUnderInner #footerRelationLinks {
	float: right;
	width: 580px;
}
#globalFooter #footerUnder .footerUnderInner #footerRelationLinks p {
	float: left;
}
#globalFooter #footerUnder .footerUnderInner #footerRelationLinks dl {
	float: right;
	width: 390px;
	text-align: center;
}
#globalFooter #footerUnder .footerUnderInner #footerRelationLinks dl dt {
	width: 390px;
	margin-bottom: 5px;
	font-size: 13px;
	background: url(../img/common/footer_group_line.png) no-repeat 50%;
}
#globalFooter #footerUnder .footerUnderInner #footerRelationLinks dl dd {
	display: inline;
	padding: 0 5px;
}
#globalFooter #footerUnder #footerCopy {
	clear: both;
	width: 1020px;
	margin: 0 auto;
	padding: 30px 0 50px;
	border-top: 1px solid #ccc;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#globalFooter #footerUnder #footerCopy {
		padding: 60px 0 120px;
	}
}
#globalFooter #footerUnder #footerCopy small {
	display: block;
	margin-top: -10px;
	font-size: 11px;
	text-align: center;
}

.pageTop {
	position: fixed;
	bottom: 40px;
	left: 50%;
	margin-left: 560px;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 1.2em;
	zoom: 2000;
}
.pageTop a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	line-height: 100px;
	color: #FFF;
	background: #EB0;
}

/* spBtn */
.spBtn {
	display: none;
}

/*================================================================
top
================================================================*/

/* =========================================================
mainImg
========================================================= */
.home #mainImg {
}
.home #mainImg #slider {
	position: relative;
	margin-bottom: 20px;
	height: 454px;
	text-align: center;
}
.home #mainImg #slider ul li img {
	display: block;
	height: 454px;
	padding: 0 20px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all  0.1s ease;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.loaded #mainImg #slider ul li img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.loaded #mainImg #slider ul li img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.home #mainImg #slider .loading {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 220px;
	left: 50%;
	margin-left: -16px;
}
/* =========================================================
container
========================================================= */
#container {
	padding-bottom: 1px;
	background: url(../img/common/bg_container.png) repeat-y 50%;
}
#container #main,
#container .containerSec {
	margin-bottom: 30px;
}
.home #container #main {
	background: none;
}
#container .containerSec {
	padding-top: 40px;
}
.flow #container .containerSec {
	margin-top: -20px;
	padding-top: 0;
}
#container .topicPath {
	padding: 15px 0;
	background: #F3F3F3;
}
#container .topicPath p {
	width: 1020px;
	margin: 0 auto;
	font-size: 12px;
}

/* =========================================================
main
========================================================= */
#container #main.withSide {
	width: 1020px;
	margin: 0 auto;
}
#container #main.withSide #contents {
	float: left;
	width: 680px;
	margin-right: 60px;
	overflow: hidden;
}
#container #main.withSide #side {
	float: left;
	width: 280px;
}

/* topCase */
#container .topCase {
	display: none;
}

/* topPickUp */
#container .topPickUp {
	margin-bottom: 20px;
	padding-top: 40px;
}
#container .topPickUp ul {
	width: 1032px;
	margin-left: -12px;
	overflow: hidden;
}
#container .topPickUp ul li {
	float: left;
	width: 330px;
	height: 216px;
	margin-left: 14px;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#container .topPickUp ul li:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#container .topPickUp ul .contents {
	background: #399139;
}
#container .topPickUp ul .contentsOpenhouse {
	background-color: #f1c700;
}
#container .topPickUp ul .contents .inner {
	float: left;
	width: 134px;
	height: 216px;
	background: url(../img/common/arrow_circle_w_27.png) no-repeat 20px 170px;
}
#container .topPickUp ul .contents .inner h2 {
	padding: 20px 10px 10px 20px;
	font-size: 22px;
}
#container .topPickUp ul .contents .inner h2 a {
	color: #FFF;
	border-bottom: #FFF solid 1px;
	text-decoration: none;
}
#container .topPickUp ul .contents .inner h2 span {
	display: block;
	font-weight: normal;
	font-size: 12px;
}
#container .topPickUp ul .contents .inner p {
	font-size: 12px;
	padding-left: 20px;
}
#container .topPickUp ul .contents .photo {
	float: right;
}
#container .topPickUp ul .concept {
	background-color: #f08200;
	text-align: center;
}
#container .topPickUp ul .concept a {
	display: block;
	padding: 30px 0 50px;
	background: url(../img/common/arrow_circle_w_27.png) no-repeat 20px 170px;
}

/* topNews */
#container .topNews {
	margin-bottom: 40px;
}
#container .topNews h2 {
	margin-bottom: 20px;
	font-weight: normal;
}
#container .topNews h2 a {
	color: #000;
	padding-right: 20px;
	background: url(../img/common/arrow_circle_g_9.png) no-repeat 100% 50%;
}
#container .EstiSec{
	display: none;
}
#container section ul.newsBox {
	width: 1044px;
	margin-left: -12px;
	overflow: hidden;
}
#container section ul.newsBox li {
	position: relative;
	float: left;
	width: 158px;
	min-height: 172px;
	margin-left: 12px;
	cursor: pointer;
	border: #ccc solid 1px;
	zoom: 1;
}
#container section ul.newsBox li:hover {
	background-color: #3f3f3f;
}
#container section ul.newsBox li a {
	display: block;
	margin-bottom: 5px;
}
#container section ul.newsBox li:hover a {
	opacity: 0.6;
}
#container section ul.newsBox li a p.photo {
	margin: 0;
	height: 110px;
	overflow: hidden;
	text-align: center;
	background-color: #f2f2f2;
}
#container section ul.newsBox li a p.photo span {
	display: table-cell;
	width: 158px;
	height: 110px;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#container section ul.newsBox li p.meta {
	padding: 0 10px;
	margin-bottom: 0;
	font-size: 10px;
	color: #999;
}
#container section ul.newsBox li h3 {
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.25;
}
#container section ul.newsBox li:hover h3 {
	color: #ffffff;
}
#container section ul.newsBox li span.category {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	margin-bottom: 0;
	padding: 0 4px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	background: #000;
}
#container section ul.newsBox li span.seminar { background: #56c2cf;}
#container section ul.newsBox li span.house   { background: #eebb00;}
#container section ul.newsBox li span.event   { background: #f18300;}
#container section ul.newsBox li span.sodan   { background: #f4582f;}
#container section ul.newsBox li span.blog    { background: #819f41;}
#container section ul.newsBox li span.press   { background: #C97619;}
#container section ul.newsBox li span.news    { background: #666666;}

#container section ul.newsBox li span.voice   { background: #edb64c;}
#container section ul.newsBox li span.case    { background: #56c2cf;}


/* planList */
#container .planList {
	width: 100%;
	margin-bottom: 60px;
	padding-top: 60px;
	background: url(../img/home/plan_bg.png) repeat-x 50% 0;
}
#container .planList h2 {
	width: 980px;
	margin: 0 auto;
	padding-left: 40px;
	color: #FFF;
	font-size: 40px;
	font-weight: normal;
	background: url(../img/common/icon_star_w.png) no-repeat 0 50%;
}
#container .planList h2 .jp {
	font-size: 14px;
}
#container .planList .planListInner {
	width: 1056px;
	margin: 0 auto;
	overflow: hidden;
}
#container .planList .planListInner .planSec {
	position: relative;
	float: left;
	width: 332px;
	margin: 0 10px;
	cursor: pointer;
}
#container .planList .planListInner .planSec .planPhoto {
	position: absolute;
	top: 0;
	left: 16px;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
#container .planList .planListInner .planSec:hover .planPhoto {
	margin-top: 0;
}
#container .planList .planListInner .planSec .planTitle {
	position: relative;
	width: 332px;
	height: 362px;
	background: url(../img/plan/bg_plan_category.png) no-repeat 0 40px;
}
#container .planList .planListInner .planSec .planTitle a {
	display: block;
	position: absolute;
	top: 255px;
	left: 0;
	width: 332px;
	padding-bottom: 25px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/common/arrow_circle_g_17.png) no-repeat 50% 100%;
}
#container .planList .planListInner .planSec .planTitle a .en {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
#container .planList .planListInner .planSecMansion .planTitle a strong { color: #ff7a00;}
#container .planList .planListInner .planSecHouse .planTitle a strong   { color: #99ce00;}
#container .planList .planListInner .planSecMother .planTitle a strong  { color: #ff6663;}
#container .planList .planListInner .planSecFather .planTitle a strong  { color: #25a8d5;}
#container .planList .planListInner .planSecFamily .planTitle a strong  { color: #cb7800;}
#container .planList .planListInner .planSecSenior .planTitle a strong  { color: #8b7bb8;}

#container .planList .planListInner .planSecMansion .planTitle a .en { color: #ff7a00;}
#container .planList .planListInner .planSecHouse .planTitle a .en   { color: #99ce00;}
#container .planList .planListInner .planSecMother .planTitle a .en  { color: #ff6663;}
#container .planList .planListInner .planSecFather .planTitle a .en  { color: #25a8d5;}
#container .planList .planListInner .planSecFamily .planTitle a .en  { color: #cb7800;}
#container .planList .planListInner .planSecSenior .planTitle a .en  { color: #8b7bb8;}

#container .planList .planListInner .planSec .planRibon {
	position: absolute;
	width: 14px;
	height: 22px;
	bottom: 120px;
	right: 30px;
	background: url(../img/common/plan_ribon_bottom.png) no-repeat bottom;
}
#container .planList .planListInner .planSecMansion .planRibon { background-color: #ff7a00;}
#container .planList .planListInner .planSecHouse .planRibon   { background-color: #99ce00;}
#container .planList .planListInner .planSecMother .planRibon  { background-color: #ff6663;}
#container .planList .planListInner .planSecFather .planRibon  { background-color: #25a8d5;}
#container .planList .planListInner .planSecFamily .planRibon  { background-color: #cb7800;}
#container .planList .planListInner .planSecSenior .planRibon  { background-color: #8b7bb8;}

#container .planList .toArchive {
	padding: 10px 0 60px;
	background: url(../img/home/plan_bg_bottom.png) repeat-x bottom;
}
#container .planList .toArchive p {
	width: 1020px;
	margin: 0 auto;
	text-align: right;
}
#container .planList .toArchive p a {
	padding: 10px 0 10px 40px;
	color: #FFF;
	font-size: 16px;
	background: url(../img/common/arrow_circle_w_27.png) no-repeat 0 50%;
}

/* pickupBnr */
#container .pickupBnr {
	margin-bottom: 20px;
}
#container .pickupBnr ul {
	width: 1042px;
	padding: 1px;
	margin-left: -20px;
	overflow: hidden;
}
#container .pickupBnr ul li {
	float: left;
	width: 240px;
	height: 170px;
	margin-left: 20px;
	text-align: center;
}
#container .pickupBnr ul li.border {
	box-shadow: 0px 0px 1px 0px rgba(150,150,150,1);
}
#container .pickupBnr ul li a {
	display: block;
	margin-bottom: 10px;
}
#container .pickupBnr ul li a:hover {
	opacity: 0.6;
}
#container .pickupBnr ul li p.photo {
	display: table-cell;
	width: 240px;
	height: 170px;
	vertical-align: middle;
}
#container .pickupBnr ul li p.photo img {
}

/* campaignBnr */
#container .campaignBnr {
	margin-bottom: 20px;
}
#container .campaignBnr ul {
	width: 1042px;
	padding: 1px;
	margin-left: -20px;
	overflow: hidden;
}
#container .campaignBnr ul li {
	float: left;
	height: 170px;
	margin-left: 20px;
	text-align: center;
}
#container .campaignBnr ul li a {
	display: block;
}
#container .campaignBnr ul li a:hover {
	opacity: 0.6;
}

/*telSec*/
#container .telSec {
	display: none;
}

/* .partList */
#container .partListWrap {
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 60px;
	overflow: hidden;
}
#container .partListWrap h2 {
	width: 980px;
	margin: 0 auto 20px;
	padding-left: 40px;
	font-size: 40px;
	font-weight: normal;
	background: url(../img/common/icon_star_b.png) no-repeat 0 50%;
}
#container .partListWrap h2 .jp {
	font-size: 14px;
}
#container .partListWrap .partList {
	width: 1056px;
	margin-left: -8px;
	overflow: hidden;
}
#container .partListWrap .partList li {
	float: left;
	width: 106px;
	height: 106px;
	margin-bottom: 8px;
	margin-left: 8px;
	text-align: center;
}
#container .partListWrap .partList li a {
	display: block;
	width: auto;
	height: 92px;
	margin: 0 !important;
	padding: 0 !important;
	border: #DDD solid 3px;
	border-radius: 2px;
	color: #999;
	font-size: 11px;
	text-decoration: none;
}
#container .partListWrap .partList li a:hover {
	border-color: #50c2d0;
	color: #50c2d0;
}
#container .partListWrap .partList li a img {
	display: block;
	margin: 0 auto;
	padding: 15px 0 5px;
	opacity: 0.4;
}
#container .partListWrap .partList li a:hover img {
	opacity: 0.8;
}

#container #main.withSide #side .partListWrap {
	padding-top: 20px;
}
#container #main.withSide #side .partListWrap .partList {
	width: 300px;
}
#container #main.withSide #side .partListWrap .partList li {
	width: 88px;
	height: 88px;
}
#container #main.withSide #side .partListWrap .partList li a {
	height: 82px;
	font-size: 10px;
}

/* =========================================================
circleLink
========================================================= */
#container #circleLink {
	position: relative;
	width: 1020px;
	height: 240px;
	margin: 0 auto 60px;
	padding: 0;
}
#container #circleLink a,
#container #circleLink a img {
  display: block;
  width: 200px;
  height: 200px;
}
#container #circleLink img.sleft {
	position: absolute;
	top: 0;
	left: 0;
}
#container #circleLink img.sright {
	position: absolute;
	top: 0;
	right: 0;
}
#container #circleLink img.sleft,
#container #circleLink img.sright {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
}

/*================================================================
sub
================================================================*/

/*
00,common
----------------------------------------------------------------*/
#container .entryPager {
	width: 1020px;
	height: 4em;
	margin: 0 auto 20px;
	padding: 0 0 40px;
	overflow: hidden;
}
#container .entryPagerArchive {
	text-align: center;
}
#container .entryPager ul {
	position: relative;
	height: 4em;
	font-size: 1.4em;
	overflow: hidden;
}
#container .entryPager ul li {
	position: absolute;
	top: 0;
	width: 33.3%;
	zoom: 1;
}
#container .entryPager ul li.left {
	left: 0;
}
#container .entryPager ul li.center {
	left: 33.3%;
	text-align: center;
}
#container .entryPager ul li.right {
	right: 0;
	text-align: right;
}

#container .entryPager ul li a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
#container .entryPager ul li.left a {
	padding: 15px 50px;
	background: url(../img/common/arrow_circle_o_27_left.png) no-repeat 5% 50%;
}
#container .entryPager ul li.center a {
	padding: 15px 0;
}
#container .entryPager ul li.right a {
	padding: 15px 50px;
	background: url(../img/common/arrow_circle_o_27.png) no-repeat 95% 50%;
}
#container .entryPager ul li a:hover {
	background-color: #EEE;
}

#container nav.localNav {
	width: 1020px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
#container nav.localNav ul {
	margin-bottom: 1px;
}
#container nav.localNav ul li {
	display: inline;
	font-size: 13px;
	padding-left: 3px;
}
#container nav.localNav ul li.parent {
	font-weight: bold;
}
#container nav.localNav ul li a {
	display: inline-block;
	padding: 10px 15px 5px 40px;
	border-bottom: #EEE solid 3px;
	text-decoration: none;
	color: #666;
	background: url(../img/common/arrow_circle_g_17.png) no-repeat 10px 60%;
}
#container nav.localNav ul li.active a,
.faq #container nav.localNav ul li.faq a,
.sitemap #container nav.localNav ul li.sitemap a,
.privacy #container nav.localNav ul li.privacy a,
.social #container nav.localNav ul li.social a,
.message #container nav.localNav ul li.message a,
.security #container nav.localNav ul li.security a,
.shop #container nav.localNav ul li.shop a,
.shop-higashi #container nav.localNav ul li.shop-higashi a,
.shop-midori #container nav.localNav ul li.shop-midori a,
.shop-nagakute #container nav.localNav ul li.shop-nagakute a,
.shop-kasugai #container nav.localNav ul li.shop-kasugai a,
.shop-tajimi #container nav.localNav ul li.shop-tajimi a,
.shop-istyle #container nav.localNav ul li.shop-istyle a,
.group #container nav.localNav ul li.group a,
.compliance #container nav.localNav ul li.compliance a,
.promise #container nav.localNav ul li.promise a,
.basic #container nav.localNav ul li.basic a,
.quality #container nav.localNav ul li.quality a,
.eco #container nav.localNav ul li.eco a,
.csr #container nav.localNav ul li.csr a,
.recruit #container nav.localNav ul li.recruit a,
.faq #container nav.localNav ul li.faq a,
.sitemap #container nav.localNav ul li.sitemap a,
.privacy #container nav.localNav ul li.privacy a,
.social #container nav.localNav ul li.social a {
	color: #58bbca;
	border-color: #58bbca;
}

#container nav.localNav ul li.parent a {
	color: #FFF;
	border-bottom: #58bbca solid 3px;
	background: url(../img/common/arrow_circle_w_17.png) no-repeat 10px 60% #58bbca;
}
#container nav.localNav ul li.parent span {
	display: inline-block;
	padding: 10px 15px 5px 15px;
	color: #FFF;
	border-bottom: #58bbca solid 3px;
	background: #58bbca;
}
#container nav.localNav ul li a:hover {
	color: #000;
	border-color: #666;
}
#container nav.localNav ul li.parent a:hover {
	color: #FFF;
	background: url(../img/common/arrow_circle_w_17.png) no-repeat 10px 60% #1b7a88;
	border-bottom: #1b7a88 solid 3px;
}

#container #main .btnSec {
	width: auto;
	padding: 30px 0 60px;
	background: url(../img/common/bg_blue_w.png) repeat-y 50%;
}
#container #main .btnSec h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 16px;
}
#container #main .btnSec .btn {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
}
#container #main .btnSec .btn a {
	display: inline-block;
	width: 48%;
	margin: 0 1%;
	padding: 20px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;
}
#container #main .btnSec .btn a:hover {
	background: #1b7a88;
}
#container #main .btnSec .btn a.kengaku {
	background: #eeba00;
	border-bottom: #9a7800 solid 5px;
}
#container #main .btnSec .btn a.kengaku:hover {
	background: #9a7800;
}


#container .mainHeader {
	width: 1020px;
	margin: 0 auto;
	padding: 60px 0;
}
#container .mainHeader h1 {
	font-size: 30px;
	font-weight: normal;
}
#container .mainHeader h1 span.no {
	display: block;
	float: left;
	width: 52px;
	margin-top: -5px;
	margin-right: 20px;
	padding-bottom: 20px;
	background: url(../img/common/icon_libon.png) no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
#container .bgImgHeader {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 150px;
	line-height: 150px;
}
.plan #container .bgImgHeader {
	background: #e0e0e0 url(../img/plan/bg_header_title.jpg) 50% 0 no-repeat;
}
.case #container .bgImgHeader {
	background: #7e612d url(../img/case/bg_header_title.jpg) 50% 0 no-repeat;
}
.seminar #container .bgImgHeader {
	background: #d0b592 url(../img/seminar/bg_header_title.jpg) 50% 0 no-repeat;
}
.flow #container .bgImgHeader {
	background: #c7a684 url(../img/flow/bg_header_title.jpg) 50% 0 no-repeat;
}
.staff #container .bgImgHeader {
	background: #77562d url(../img/staff/bg_header_title.jpg) 50% 0 no-repeat;
}
.voice #container .bgImgHeader {
	background: #b6afaf url(../img/voice/bg_header_title.jpg) 50% 0 no-repeat;
}
.openhouse #container .bgImgHeader {
	background: #000 url(../img/openhouse/bg_header_title.jpg) 50% 0 no-repeat;
}
.memberonly #container .bgImgHeader {
	background: url(../img/member/bg_header_title.png) #F35B3A;
	-webkit-background-size: 12px !important;
	     -o-background-size: 12px !important;
	        background-size: 12px !important;
}
.beginner #container .bgImgHeader {
	background: #d4c0a3 url(../img/beginner/bg_header_title.jpg) 50% 0 no-repeat;
}
.guide01 #container .bgImgHeader,
.guide02 #container .bgImgHeader,
.guide03 #container .bgImgHeader {
	background: #442c27 url(../img/beginner/guide/bg_header_title.jpg) 50% 0 no-repeat;
}
#container .mainHeader h1 {
	width: 1020px;
	margin: 0 auto;
}
#container .bgImgHeader h1 {
	color: #fff;
}
#container .bgImgHeader h1.bgw {
	color: #068;
}
#container .bgImgHeader h1 .en {
	font-size: 14px;
}

#container .slideImgHeader {
	position: relative;
	width: 100%;
	height: 470px;
	margin: 0 auto -40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#container .slideImgHeader ul {
	height: 440px;
	overflow: hidden;
}
.concept #container .slideImgHeader h1 {
	position: absolute;
	top: 130px;
	left: 50%;
	width: 158px;
	height: 162px;
	margin: 0 0 0 -81px;
	text-indent: -9999px;
	background: url(../img/home/bnr_concept.png) no-repeat;
	z-index: 100;
}


#container p.trgHidden {
	display: none;
}
#container .blogCatNav {
	position: relative;
	padding-top: 5px;
	background: url(../img/common/bg_yellow_w.png) repeat-y center;
	overflow: hidden;
}
#container .blogCatNav ul {
	width: 1020px;
	margin: 0 auto;
	padding: 10px 0 18px;
}
#container .blogCatNav li {
	float: left;
	display: block;
	width: 16.6%;
	font-size: 1.4em;
	font-weight: bold;
	/zoom: 1;
	text-align: center;
}
#container .blogCatNav li.seminar {
	width: 33.2%;
}
#container .blogCatNav li span.empty,
#container .blogCatNav li a {
	display: block;
	margin: 0;
	padding: 15px 0;
	border: 0;
	color: #333;
	border-right: #DDCC33 solid 1px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all  0.1s ease;
}
#container .blogCatNav li:first-child span.empty,
#container .blogCatNav li:first-child a {
	border-left: #DDCC33 solid 1px;
}
#container .blogCatNav li span.empty {
	color: #999;
}
#container .blogCatNav li a span {
	/padding-bottom: 10px;
	zoom: 1;
	color: #000;
}
.all #container .blogCatNav li.all a,
.seminar #container .blogCatNav li.seminar a,
.sodan #container .blogCatNav li.sodan a,
.event #container .blogCatNav li.event a,
.blog #container .blogCatNav li.blog a,
.press #container .blogCatNav li.press a,
.news #container .blogCatNav li.news a,
#container .blogCatNav li a:hover {
	/padding-bottom: 20px;
	text-decoration: none;
	background: #fff;
}
.all #container .blogCatNav li.all a span,
.seminar #container .blogCatNav li.seminar a span,
.sodan #container .blogCatNav li.sodan a span,
.event #container .blogCatNav li.event a span,
.blog #container .blogCatNav li.blog a span,
.press #container .blogCatNav li.press a span,
.news #container .blogCatNav li.news a span,
#container .blogCatNav li a:hover span {
	background: url(../img/common/line_yellow_casually.png) repeat-x 50% 100%;
}

#container .archiveStaffBlog {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
#container .archiveStaffBlog h2 {
	margin: 0 0 40px 20px;
	font-size: 30px;
	font-weight: normal;
}
#container .archiveStaffBlog div.inner {
	float: left;
	width: 320px;
	margin-left: 20px;
}
#container .archiveStaffBlog div.inner h3 {
	margin-bottom: 20px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
#container .archiveStaffBlog div.inner h3 a {
	padding-right: 30px;
	color: #000;
	background: url(../img/common/arrow_circle_g_17.png) no-repeat right 50%;
}
#container .archiveStaffBlog div.inner ul {
}
#container .archiveStaffBlog div.inner ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #DDD solid 1px;
}
#container .archiveStaffBlog div.inner ul li a {
	display: block;
	color: #000;
	font-size: 14px;
}
#container .archiveStaffBlog div.inner ul li a span {
	display: block;
	color: #999;
	font-size: 12px;
}

/* 来店予約と無料見積もりへのリンク */
#container #main section.RElinkSec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#container #main section.RElinkSec .RElinkBox,
#container #main section.RElinkSec .RElinkBox2,
#container #main section.RElinkSec .RElinkBox3 {
	position: relative;
	width: auto;
	margin: 0 -100px 60px -100px;
	padding: 0 100px 40px 100px;
	background: url(../img/common/bg_green_w.png) repeat-y 50% ;
}
#container #main section.RElinkSec .RElinkInner {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 1020px;
	margin: 0 auto;
	padding-top: 20px;
	background: url("../img/case/icon_member_arrow_bottom.png") no-repeat 50% 0;
}
#container #main section.RElinkSec .RElinkInner p {
	color: #fff;
	font-size: 24px;
}
#container #main section.RElinkSec .RElinkInner h3 {
	color: #fff100;
	font-size: 36px;
}
#container #main section.RElinkSec .RElinkInner2 {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 1020px;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
}
#container #main section.RElinkSec .RElinkInner2 .btn {
	margin: 0 20px;
}
#container #main section.RElinkSec .RElinkInner2 .btn a {
	display: inline-block;
	width: 430px;
	padding: 12px 0 15px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;	
}
#container #main section.RElinkSec .RElinkInner2 .btn a:hover {
	background: #1b7a88;	
}

/*
00,plan
----------------------------------------------------------------*/
/* common */
#container .textHeader h1 .planCat {
	margin-left: 25px;
	font-size: 0.466em;
}
#container .textHeader h1 .planMansion { color: #ff7a00;}
#container .textHeader h1 .planHouse   { color: #99ce00;}
#container .textHeader h1 .planMother  { color: #ff6663;}
#container .textHeader h1 .planFather  { color: #25a8d5;}
#container .textHeader h1 .planFamily  { color: #cb7800;}
#container .textHeader h1 .planSenior  { color: #8b7bb8;}

/* plan detail header */
#container .planDetailHeader {
	position: relative;
}
#container .planDetailHeader h1 .planCat {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-left: 0;
	padding: 3px 10px 1px;
	color: #fff;
	font-size: 12px;
}
#container .planDetailHeader h1 .planMother  { background: #f66;}
#container .planDetailHeader h1 .planMansion { background: #ff7a00;}
#container .planDetailHeader h1 .planHouse   { background: #99ce00;}
#container .planDetailHeader h1 .planMother  { background: #ff6663;}
#container .planDetailHeader h1 .planFather  { background: #25a8d5;}
#container .planDetailHeader h1 .planFamily  { background: #cb7800;}
#container .planDetailHeader h1 .planSenior  { background: #8b7bb8;}

#container .planDetailHeader .planLocalNav {
	position: absolute;
	top: 75px;
	right: 0;
}
#container .planDetailHeader .planLocalNav li {
	display: inline;
	padding-left: 20px;
}
#container .planDetailHeader .planLocalNav li a {
	padding-left: 20px;
	color: #000;
	font-size: 1.4em;
	background: url(../img/plan/arrow_localnav.png) 0 50% no-repeat;
}
#container .planDetailHeader .planLocalNav li a:hover {
	text-decoration: none;
}
#container .planDetailHeader .planLocalNav li a span {
	background: url(../img/plan/line_yellow.png) 0 100% repeat-x;
}

/* index */
.plan #container #main {
	margin-bottom: 0;
}
.plan #container .planList {
	width: 100%;
	margin-bottom: 0;
	padding-top: 40px;
	background: url(../img/plan/plan_bg.png) repeat-x 50% 0;
	overflow: hidden;
}
.plan #container .planList .planListInner {
	padding-bottom: 50px;
}
.plan #container .containerSec {
	margin-bottom: 0;
	border-top: 30px solid #f3f3f3;
}
#container .containerSec .planCaseList {
	width: 100%;
	margin-bottom: 40px;
	background: url(../img/plan/line_blue.png) 50% 100% no-repeat;
	clear: both;
}
#container .containerSec .planCaseList h2.textTitle {
	display: block;
	width: 1020px;
	margin: 0 auto 30px !important;
	font-size: 2.0em !important;
}


#container .containerSec .planCaseList .caseList {
	width: auto;
	/*margin: 0 auto;*/
	margin: 0 auto;
	padding: 0;
}
#container .containerSec .planCaseList .tabOuter {
	width: 100%;
	background: url(../img/plan/line_blue.png) 50% 100% no-repeat;
}
#container .containerSec .planCaseList .tabOuter .tab {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	z-index: 2;
}
#container .containerSec .planCaseList .tabOuter .tab li {
	float: left;
	width: 160px;
	margin-left: 12px;
}
#container .containerSec .planCaseList .tabOuter .tab li.firstChild {
	margin-left: 0;
}
#container .containerSec .planCaseList .tabOuter .tab li a {
	display: block;
	padding: 10px 0 9px;
	color: #333;
	text-align: center;
	font-size: 1.2em;
	border: solid #ccc;
	border-width: 1px 1px 0;
	transition: none;
}
#container .containerSec .planCaseList .tabOuter .tab li a:hover {
	border-color: #51beca;
}
#container .containerSec .planCaseList .tabOuter .tab li.select a {
	border: solid #51beca;
	border-width: 5px 5px 0;
	background: url(../img/plan/bg_tab_select.png) 50% 100% no-repeat;
}
#container .containerSec .planCaseList .tabOuter .tab li a:hover {
	text-decoration: none;
}
#container .containerSec .planCaseList .tabOuter .tab li a span {
	font-size: 1.6em;
}

.plan #container .planCaseList .tabContents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/plan/bg_tab_contents.png) 50% 0 repeat-y;
}
#container .containerSec .planCaseList .innerContents {
	padding-top: 60px;
}
#container .containerSec .planCaseList .tabContents .hidden {
	display: none;
}
#container .containerSec .planCaseList .tabContents .innerContents {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 160px;
}
#container .containerSec .planCaseList .tabContents .innerContents h3 {
	margin-bottom: 20px;
	color: #000;
	font-size: 3.0em;
	font-weight: normal;
}
#container .containerSec .planCaseList .tabContents .innerContents p.caseDescription {
	color: #000;
	font-size: 1.6em;
	margin-bottom: 40px;
}
#container .containerSec .planCaseList .tabContents .innerContents .caseList {
	margin-left: -36px;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}
#container .containerSec .planCaseList .tabContents .innerContents .caseListMore {
	display: none;
	padding-bottom: 40px;
}
#container p.moreBtn {
	clear: both;
	position: absolute;
	display: block;
	width: 1020px;
	bottom: 60px;
	margin-bottom: 0;
	font-size: 1.6em;
	text-align: center;
}
#container p.moreArchiveBtn {
	position: relative;
	margin: 0 auto 40px;
	bottom: 0;
}
#container p.moreBtn a {
	display: block;
	padding: 20px 0 20px 20px;
	color: #fff;
	font-weight: bold;
	background: #bfbfbf;
}
#container p.moreBtn a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#container p.moreBtn a span {
	padding-left: 25px;
	background: url(../img/plan/icon_morebtn.png) 0 50% no-repeat;
}

#container .containerSec .recommendLink {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: url(../img/plan/arrow_other_contents.png) 295px 27% no-repeat;
	overflow: hidden;
}
#container .containerSec .recommendLink h3 {
	float: left;
	width: 250px;
	margin-right: 50px;
	padding-top: 10px;
	padding-left: 50px;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.4;
	background: url(../img/plan/icon_flag.png) 0 50% no-repeat;
}
#container .containerSec .recommendLink h3 span {
	display: block;
	margin-left: 5px;
	font-size: 0.583em;
}
#container .containerSec .recommendLink ul,
#container .containerSec .recommendLink ul li {
	display: inline;
}
#container .containerSec .recommendLink ul li.caseLink {
	margin-right: 40px;
}
#container .containerSec .recommendLink ul li.contactLink {
	margin-right: 60px;
}
#container .containerSec .recommendLink ul li a {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 20px 0;
	color: #000;
	padding-left: 80px;
	font-size: 1.6em;
}
#container .containerSec .recommendLink ul li.caseLink a {      background: url(../img/common/related_photo_case.jpg) 0 50% no-repeat;}
#container .containerSec .recommendLink ul li.flowLink a {      background: url(../img/common/related_photo_flow.png) 0 50% no-repeat;}
#container .containerSec .recommendLink ul li.contactLink a {   background: url(../img/common/related_photo_contact.png) 0 50% no-repeat;}
#container .containerSec .recommendLink ul li.corporateLink a { background: url(../img/common/related_photo_corporate.png) 0 50% no-repeat;}


/* category */
#container #main .planCatIntro {
	margin-bottom: 40px;
}
#container #main .planCatIntro .mainImg {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
#container #main .planCatIntro .mainImg .planCopy {
	position: absolute;
	width: 1020px;
	bottom: 20px;
	text-align: center;
}
#container #main .planCatIntro .mainImg .planCopy p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 60px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	background: url(../img/plan/plan_catch_bg_left.png) 0 100% no-repeat;
}
#container #main .planCatIntro .mainImg .planCopy span {
	display: block;
	padding: 10px 40px 5px 0;
	background: url(../img/plan/plan_catch_bg_right.png) 100% 100% no-repeat;
}
#container #main .planCatIntro .text {
	font-size: 1.6em;
	line-height: 1.8;
}

.planCatList .planListTitle {
	padding: 5px 0 5px 20px;
	color: #fff;
	font-size: 1.6em;
}
.planMansionList .planListTitle { background-color: #ff7a00;}
.planHouseList .planListTitle   { background-color: #99ce00;}
.planMotherList .planListTitle  { background-color: #ff6663;}
.planFatherList .planListTitle  { background-color: #25a8d5;}
.planFamilyList .planListTitle  { background-color: #cb7800;}
.planSeniorList .planListTitle  { background-color: #8b7bb8;}

.planCatList ul {
	margin-bottom: 40px;
}
.planCatList ul li {
	position: relative;
	margin-bottom: -1px;
	overflow: hidden;
	zoom: 1;
	box-shadow: 0px 0px 1px 0px rgba(150,150,150,1) inset;
}
.planCatList ul li:hover {
	border: #DDD solid 5px;
	box-shadow: none;
}
.planMansionList ul li:hover { border-color: #ff7a00;}
.planHouseList ul li:hover   { border-color: #99ce00;}
.planMotherList ul li:hover  { border-color: #ff6663;}
.planFatherList ul li:hover  { border-color: #25a8d5;}
.planFamilyList ul li:hover  { border-color: #cb7800;}
.planSeniorList ul li:hover  { border-color: #8b7bb8;}

.planCatList ul li .inner {
	width: 1020px;
	height: 120px;
}
.planCatList ul li:hover .inner {
	margin: -5px;
}
.planCatList ul li a {
	position: relative;
	display: block;
	padding: 15px 0 26px 220px;
	color: #000;
	font-size: 2.4em;
	background: url(../img/common/arrow_circle_g_17.png) 97% 50% no-repeat;
	text-decoration: none;
}
.planCatList ul li a .planPlace {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-bottom: 8px;
	padding: 3px 15px 1px;
	color: #fff;
	font-size: 0.5em;
}
.planMotherList ul li a .planPlace  { background: #f66;}
.planMansionList ul li a .planPlace { background: #ff7a00;}
.planHouseList ul li a .planPlace   { background: #99ce00;}
.planMotherList ul li a .planPlace  { background: #ff6663;}
.planFatherList ul li a .planPlace  { background: #25a8d5;}
.planFamilyList ul li a .planPlace  { background: #cb7800;}
.planSeniorList ul li a .planPlace  { background: #8b7bb8;}

.planCatList ul li a img {
	position: absolute;
	top: 0;
	left: 0;
}

#container section .otherPlanBtn {
	padding-bottom: 40px;
	text-align: center;
}
#container section .otherPlanBtn a {
	padding: 4px 0 5px 50px;
	color: #000;
	font-size: 1.6em;
	line-height: 30px;
	background: url(../img/common/arrow_circle_o_27.png) 0 0 no-repeat;
}

/* detail */
#container .planDetailHeader {
	position: relative;
}
#container .planDetailHeader h1 {
	margin-top: -45px;
}
#container .planDetailHeader h1 .planMother {
	padding: 1px 10px 0;
	font-size: 0.4em;
}
.plan #slider {
	position: relative;
	width: 1020px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.plan #slider ul.slides {
	height: 480px;
}
.plan #slider ul.slides li {
	text-align: center;
}
#container #main p.photoCaution {
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: right;
}
#container #main #planDetailCopy {
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1.8;
}
#container #main #planBody .planBodyInner {
	margin-bottom: 80px;
	padding-top: 60px;
	border-top: #56c2ce solid 5px;
}
.plan #container #main #planBody .planBodyInner .textLink {
	text-align: right;
}
.plan #container #main #planBody .planBodyInner .textLink a {
	color: #333;
	padding: 5px 0 5px 30px;
	background: url(../img/common/arrow_circle_g_17.png) 0 50% no-repeat;
}
.mansion-renovation #container #main #planBody .planBodyInner {
	border-color: #ff7a00;
}
.house-renovation #container #main #planBody .planBodyInner {
	border-color: #98d000;
}

#container #main #planBody .planBodyInner h2 {
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: normal;
	text-align: center;
}
#container #main #planBody .planBodyInner p {
	margin-bottom: 1em;
	font-size: 16px;
}
#container #main #planBody .planBodyInner p.photo {
	padding-top: 20px;
}
#container #main #planBody .planBodyInner p.photoRight {
	float: right;
	margin: 0 0 40px 20px;
	padding-top: 20px;
}
#container #main #planBody .planBodyInner h3 {
	margin-bottom: 10px;
	padding-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
#container #main #planBody .planBodyInner strong.line {
	background: url(../img/common/line_yellow_casually.png) repeat-x 50% 100%;
}
#container #main #planBody .planBodyInner table.planComparison {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid #FFF;
}
#container #main #planBody .planBodyInner table.planComparison tr th,
#container #main #planBody .planBodyInner table.planComparison tr td {
	padding: 10px 20px;
	border: solid #FFF;
	border-width: 3px;
	font-size: 16px;
	text-align: center;
}
#container #main #planBody .planBodyInner table.planComparison tr th {
	font-weight: normal;
	background: #DDD;
}
#container #main #planBody .planBodyInner table.planComparison tr th.thHead {
	width: 20%;
	font-size: 16px;
	text-align: left;
}
#container #main #planBody .planBodyInner table.planComparison tr th.thCenter {
	padding: 20px 0;
	text-align: center;
	font-size: 2.0em;
}
#container #main #planBody .planBodyInner table.planComparison tr th.thCenter span {
	padding-right: 10px;
}
#container #main #planBody .planBodyInner table.planComparison tr th.thCenter span img {
	vertical-align: top;
}
#container #main #planBody .planBodyInner table.planComparison tr td {
	background: #f6f6f6;
}
#container #main #planBody .planBodyInner table.planComparison tr td.rowsSel {
	width: 40%;
	color: #000;
	font-weight: bold;
	background: #ffeca4;
}
#container #main #planBody .planBodyInner table.planComparison tr th.rowsSel,
#container #main #planBody .planBodyInner table.planComparison tr td.rowsSel {
	border-color: #FFF;
}
#container #main #planBody .planBodyInner table.planComparison tr td.rowsSel span,
#container #main #planBody .planBodyInner table.planComparison tr td span {
	font-size: 0.75em;
	font-weight: normal;
}


#container #main #planBody .inspectorBox {
	margin-top: 30px;
	padding: 30px 40px 20px;
	background: url(../img/common/bg_blue_w.png);
	border: none;
	border-radius: 10px;
}
#container #main #planBody .inspectorBox h3 {
	margin-bottom: 10px;
	padding-top: 0;
	line-height: 1.25;
}
#container #main #planBody .inspectorBox h3 span.en {
	font-size: 12px;
	font-weight: normal;
	color: #56c2ce;
}

#container #main #planBody .bgBox {
	padding: 30px 40px;
	background: url(../img/common/bg_yellow_w.png);
	border: none;
	border-radius: 10px;
}

#container #main #planBody .stepBox {
	margin-top: -30px;
	padding: 30px 10px 10px;
	position: relative;
	overflow: visible;
}
#container #main #planBody .stepBox h2 {
	margin-bottom: 30px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
}
#container #main #planBody .stepBox h2 img {
	float: left;
	margin-top: -5px;
	padding-right: 30px;
}
#container #main #planBody .stepBox p.photo {
	position: absolute;
	top: 0;
	right: 40px;
	margin-top: -50px;
}
#container #main #planBody .stepBox ol {
	width: 100%;
	margin: 0;
	list-style: none;
	background: #FFF;
	overflow: hidden;
}
#container #main #planBody .stepBox ol li {
	float: left;
	width: 13.6%;
	padding: 20px 1% 20px 2%;
	font-size: 15px;
	background: url(../img/plan/step_arrow_white.png) no-repeat 0 50% #e7f3f3;
}
#container #main #planBody .stepBox ol li:first-child {
	background-image: none;
}
#container #main #planBody .stepBox ol li.even {
	background: url(../img/plan/step_arrow_blue.png) no-repeat 0 50% #FFF;
}
#container #main #planBody .stepBox ol li span {
	display: block;
	margin: 0 auto;
	width: 2em;
	height: 2em;
	line-height: 2;
	background: #56bbcb;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
}

#container #main #planBAList,
#container #main #planTerm {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
#container #main #planBAList h2,
#container #main #planTerm h2 {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-bottom: 40px;
	color: #000;
	font-size: 2.4em;
	font-weight: normal;
	background: url(../img/plan/line_yellow.png) 0 80% repeat-x;
}
#container #main #planBAList .planBASec {
	position: relative;
	margin-bottom: 30px;
	border: 3px solid #000;
	cursor: pointer;
}
#container #main #planBAList .planBASec:hover {
	border-color: #50c2cf;
}
#container #main #planBAList .planBASec span.caseNum {
	position: absolute;
	top: -21px;
	left: -20px;
	display: block;
	width: 48px;
	height: 58px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: url(../img/common/icon_libon.png) no-repeat 50% 100%;
}
#container #main #planBAList .planBASec .planBAPhoto {
	position: relative;
	float: right;
	width: 615px;
	height: 206px;
	overflow: hidden;
	background: #efebde;
}
#container #main #planBAList .planBASec .planBAPhoto .photo {
	position: relative;
	float: left;
	width: 307px;
	height: 206px;
	text-align: center;
}
#container #main #planBAList .planBASec .planBAPhoto .photo span {
	position: absolute;
	left: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 1.4em;
	background: url(../img/plan/bg_black.png) 0 0 repeat;
}
#container #main #planBAList .planBASec .planBAPhoto .photoBefore {
	background: url(../img/plan/bg_noimage.png) 50% 50% no-repeat;
}
#container #main #planBAList .planBASec .planBAPhoto .photoAfter {
	margin-left: 1px;
}
#container #main #planBAList .planBASec .planBAPhoto .photoAfter span {
	color: #ffe152;
}

#container #main #planBAList .planBASec .planBAPhoto p.arrow {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -10px;
}

#container #main #planBAList .planBASec .planBADetail {
	float: left;
	width: 346px;
	min-height: 176px;
	padding: 30px 0 0 50px;
	font-size: 1.6em;
}
#container #main #planBAList .planBASec .planBADetail p.planType {
	margin-bottom: 5px;
}
#container #main #planBAList .planBASec .planBADetail p.planType img {
	width: 24px;
	height: 24px;
	padding: 0 14px 0 3px;
	vertical-align: middle;
}
#container #main #planBAList .planBASec .planBADetail p.planHouse {
	background: url(../img/plan/icon_home.png) 0 50% no-repeat;
}
#container #main #planBAList .planBASec .planBADetail p.planMansion {
	background: url(../img/plan/icon_mansion.png) 0 50% no-repeat;
}
#container #main #planBAList .planBASec .planBADetail dl {
}
#container #main #planBAList .planBASec .planBADetail dl dt,
#container #main #planBAList .planBASec .planBADetail dl dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#container #main #planBAList .planBASec .planBADetail dl dt {
	width: 6em;
	padding-left: 40px;
}
#container #main #planBAList .planBASec .planBADetail dl dt.price {
	background: url(../img/plan/icon_yen.png) 0 50% no-repeat;
}
#container #main #planBAList .planBASec .planBADetail dl dt.calendar {
	background: url(../img/plan/icon_calendar.png) 0 50% no-repeat;
}
#container #main #planBAList .planBASec .planBADetail dl dd span {
	font-size: 1.6em;
}
#container #main #planBAList .planBASec .planBADetail dl dd.priceDetail span { color: #f33;}
#container #main #planBAList .planBASec .planBADetail dl dd.calendarDetail span { color: #56c2ce;}
#container #main #planBAList .planBASec .planBADetail p.btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 399px;
	text-align: center;
}
#container #main #planBAList .planBASec .planBADetail p.btn a {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 0.875em;
	text-align: center;
	background: #56c2ce;
	text-decoration: none;
}
#container #main #planBAList .planBASec .planBADetail p.btn a span {
	padding-left: 30px;
	background: url(../img/common/arrow_circle_w_17.png) 0 50% no-repeat;
}

#container #main #planTerm {
	margin-bottom: 0;
}
#container #main #planTerm h2 {
	margin-bottom: 20px;
}
#container #main #planTerm .planTermInner {
	width: 1020px;
	margin-left: -1px;
	padding-bottom: 50px;
	overflow: hidden;
}
#container #main #planTerm .planTermInner dl {
	float: left;
	width: 510px;
	color: #000;
}
#container #main #planTerm .planTermInner dl dt,
#container #main #planTerm .planTermInner dl dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 2.4em;
}
#container #main #planTerm .planTermInner dl dt {
	display: inline;
	padding: 5px 80px 5px 60px;
}
#container #main #planTerm .planTermInner dl dt.price {
	background: url(../img/plan/icon_yen_l.png) 0 50% no-repeat;
}
#container #main #planTerm .planTermInner dl dt.calendar {
	padding-left: 100px;
	padding-right: 120px;
	border-left: 1px solid #ccc;
	background: url(../img/plan/icon_calendar_l.png) 40px 50% no-repeat;
}
#container #main #planTerm .planTermInner dl dd span {
	font-size: 2.0em;
}
#container #main #planTerm .planTermInner dl dd.priceDetail span { color: #f33;}
#container #main #planTerm .planTermInner dl dd.calendarDetail span { color: #56c2ce;}

.plan .containerSec {
	margin-bottom: 10px;
	padding-top: 60px;
	background: url(../img/common/bg_container.png) repeat-y 50% center;
}
.planCatList ul.col2 li {
	float: left;
	width: 510px;
	height: 60px;
	overflow: hidden;
}
.planCatList ul.col2 li:hover {
	width: 500px;
	height: 50px;
}
.planCatList ul.col2 li:hover .inner {
	margin: -5px;
}
.planCatList ul.col2 li a {
	padding: 7px 0 11px 120px;
	font-size: 1.4em;
}
.planCatList ul.col2 li a .planPlace {
	margin-bottom: 0;
	padding: 0 8px;
	font-size: 0.714em;
}

/*
00,member
----------------------------------------------------------------*/
.memberonly #container #main.withSide #contents {
	display: inline;
	float: right;
	margin: 0;
	margin-right: -10px;
}
.memberonly #container #main.withSide #contents #contactForm {
	margin-top: 40px;
}
.memberonly #container #main.withSide #contents section.memberonlySec {
	margin-bottom: 60px;
}
.memberonly #container #main.withSide #contents section.memberonlySec h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
}
.memberonly #container #main.withSide #contents section.memberonlySec .inner {
	margin-bottom: 40px;
}

.memberonly #container #main.withSide #contents section.memberonlySec .inner h3 {
	font-size: 16px;
	margin-bottom: 16px;
}
.memberonly #container #main.withSide #contents section.memberonlyContents p,
.memberonly #container #main.withSide #contents section.memberonlyContents ul li {
	font-size: 16px;
}

.memberonly #container #main.withSide #contents section.memberonlySec .link li a {
	display: inline-block;
	padding: 4px 0 4px 32px;
	color: #333;
	background: url("../img/common/arrow_circle_g_17.png") no-repeat 0 50%;
}

.memberonly #container #main.withSide #contents section.memberonlySec .download {
	width: 720px;
	margin-left: -40px;
	overflow: hidden;
}
.memberonly #container #main.withSide #contents section.memberonlySec .download li {
	float: left;
	width: 320px;
	margin-left: 40px;
	margin-bottom: 30px;
}
.memberonly #container #main.withSide #contents section.memberonlySec .download li a {
	display: block;
	padding: 16px 0 16px 88px;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	background: url("../img/member/icon_download.png") no-repeat 40px 50% #FFE275;
	border-bottom: #D0B000 solid 3px;
}
.memberonly #container #main.withSide #contents section.memberonlySec .download li a:hover {
	opacity: 0.6;
}
.memberonly #container #main.withSide #contents section.memberonlySec #bookmarkOff,
.memberonly #container #main.withSide #contents section.memberonlySec .caseList p.link {
	display: inline-block;
	padding: 4px 0 4px 32px;
	color: #333;
	background: url("../img/common/arrow_circle_g_17.png") no-repeat 0 50%;
	font-size: 16px;
}
.memberonly #container #main.withSide #contents section.memberonlySec .caseList p.nothing {
	font-size: 16px;
	padding-left: 10px;
}

#container #main section.memberRegisterSec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#container #main section.memberRegisterSec p.txt {
	font-size: 16px;
	margin-bottom: 50px;
}
#container #main section.memberRegisterSec .mBodyRight {
	position: absolute;
	margin-left: 512px;
	width: 508px;
	height: 360px;
	background-color: #f18200;
}
#container #main section.memberRegisterSec .mBodyRight h2 {
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	line-height:140%;
	margin: 40px 0 0 40px;
	text-shadow: 0px 0px 7px #808080;
}
#container #main section.memberRegisterSec .mBodyRight span.txt {
	color: #fff200;
	font-size: 34px;
}
#container #main section.memberRegisterSec .mBodyRight span.number {
	color: #fff200;
	font-size: 58px;
	font-weight: 400;
}
#container #main section.memberRegisterSec .mBodyRight p.photo {
	position:absolute;
	bottom: 0;
	right: 5px;
}
#container #main section.memberRegisterSec .mBodyLeft {
	position: relative;
	margin-bottom: 50px;
}
#container #main section.memberRegisterSec .bgBox {
	position: relative;
	background: url(../img/common/bg_yellow_w.png);
	border: none;
	margin-bottom: 50px;
	border-radius: 10px;
}
#container #main section.memberRegisterSec .bgBox h2 {
	font-size: 30px;
	margin: 40px 0 30px 0;
	padding-left: 40px;
	text-align: left;
	color: #3e3a39;
	font-weight: bold;
}
#container #main section.memberRegisterSec .bgBox h2 br {
	display: none;
}
#container #main section.memberRegisterSec .bgBox h2 img {
	float: left;
	margin-top: -25px;
	padding-right: 30px;
}
#container #main section.memberRegisterSec .bgBox .meritBox {
	position: relative;
	background: #fff;
	padding: 0 0 45px 70px;
	margin: 10px 0;
}
#container #main section.memberRegisterSec .bgBox .meritBox .mBoxLeft {
	position: absolute;
	width: 410px;
	padding-top: 45px;
}
#container #main section.memberRegisterSec .bgBox .meritBox .mBoxRight {
	position: relative;
	width: 410px;
	padding-top: 45px;
	margin-left: 460px;
}
#container #main section.memberRegisterSec .bgBox .meritBox .mBoxLeft h3,
#container #main section.memberRegisterSec .bgBox .meritBox .mBoxRight h3 {
	font-size: 24px;
	color: #000;
}
#container #main section.memberRegisterSec .bgBox .meritBox .mBoxLeft p,
#container #main section.memberRegisterSec .bgBox .meritBox .mBoxRight p {
	font-size: 16px;
	margin-top: 5px;
}


/*
00,case
----------------------------------------------------------------*/
/* case common */

/* case index */
#container #main.withSide #side {
	overflow: visible;
}
#container #main.withSide #side hr {
	height: 40px;
	border: none;
	background: none;
}
#container #main.withSide #side p.searchTitle {
	padding: 5px 0 5px 30px;
	border-bottom: #ffe275 solid 5px;
	font-size: 18px;
	background: url(../img/common/icon_search.png) no-repeat 0 50%;
}
#container #main.withSide #side p.memberTitle {
	background: url(../img/common/icon_member.png) no-repeat 0 50%;
}
#container #main.withSide #side .searchList {
	margin-bottom: 20px;
}
body.case #container #main.withSide #side .searchList {
	margin-bottom: 0;
}
body.case #container #main.withSide #side .memberList {
	margin-bottom: 20px;
}
#container #main.withSide #side .searchList ul {
}
#container #main.withSide #side .searchList ul li {
	border-bottom: #CCC solid 1px;
}
#container #main.withSide #side .searchList ul li a {
	display: block;
	padding: 20px 30px;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	background: #f8f8f8;
}
#container #main.withSide #side .searchList ul li a:hover {
	color: #FFF;
	background-color: #56C2CF;
}
#container #main.withSide #side .searchList ul li a.trg {
	background: url(../img/case/side_arrow_bottom.png) no-repeat 210px 24px #f8f8f8;
}
#container #main.withSide #side .searchList ul li a.trg:hover {
	color: #FFF;
	background: url(../img/case/side_arrow_bottom_w.png) no-repeat 210px 24px #56c2cf
}
#container #main.withSide #side .searchList ul li a.active {
	color: #FFF;
	background: url(../img/case/side_arrow_top.png) no-repeat 210px 20px #56c2cf
}
#container #main.withSide #side .searchList ul li ul {
	display: none;
	padding: 20px 0;
	background: url(../img/common/bg_blue_w.png);
}
#container #main.withSide #side .searchList ul li ul li {
	border-bottom: none;
}
#container #main.withSide #side .searchList ul li ul li a {
	padding: 8px 20px;
	font-size: 14px;
	color: #000 !important;
	background: url(../img/common/bg_blue_w.png) !important;
	background-position: 280px 50%;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all  0s ease;
}
#container #main.withSide #side .searchList ul li ul li a.active,
#container #main.withSide #side .searchList ul li ul li a:hover {
	width: auto;
	color: #FFF !important;
	background: url(../img/case/side_arrow_active.png) no-repeat 280px 50% #56c2cf !important;
}
#container #main.withSide #side .searchList ul li.all a {
	background-image: none !important;
}
#container #main.withSide #side .searchList ul li ul li ul {
	padding-top: 1px;
}
#container #main.withSide #side .searchList ul li ul li ul li a {
	padding: 7px 30px;
	font-size: 12px;
}
#container #main.withSide #side .searchBtn {
	margin-bottom: 0;
	padding: 20px 0;
	background-color: #f8f8f8;
	border-bottom: #CCC solid 1px;
}
#container #main.withSide #side .searchBtn ul {
	text-align: center;
}
#container #main.withSide #side .searchBtn ul li {
	display: inline;
}
#container #main.withSide #side .searchBtn ul li a {
	display: inline-block;
	margin: 0 8px;
	padding: 10px 14px 10px 40px;
	border: #CCC solid 1px;
	font-size: 14px;
	border-radius: 3px;
	color: #000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 24px;
	text-decoration: none;
}

#container #main.withSide #side .searchBtn ul li a.house {
	background-image: url(../img/common/icon_home.png);
}
#container #main.withSide #side .searchBtn ul li a.mansion {
	background-image: url(../img/common/icon_mansion.png);
}

#container #main.withSide #side .searchBtn ul li a:hover {
	background-color: #56c2cf;
	border-color: #56c2cf;
	color: #FFF;
}
#container #main.withSide #side .searchBtn ul li a.house.active,
#container #main.withSide #side .searchBtn ul li a.house:hover {
	background-image: url(../img/common/icon_home_w.png);
	background-color: #54c2d0;
	color: #FFF;
	border-color: #54c2d0;
}
#container #main.withSide #side .searchBtn ul li a.mansion.active,
#container #main.withSide #side .searchBtn ul li a.mansion:hover {
	background-image: url(../img/common/icon_mansion_w.png);
	background-color: #54c2d0;
	color: #FFF;
	border-color: #54c2d0;
}

#container #main.withSide #side .searchContestBtn {
	display: block;
	margin-bottom: 20px;
	background: none;
	border-bottom: none;
}
#container #main.withSide #side .searchContestBtn p + p {
	margin-top: 20px;
}
#container #main.withSide #side .searchContestBtn p a {
	display: block;
	width: auto;
	padding: 15px 20px 15px 60px;
	border: #ccc solid 1px;
	font-size: 18px;
	border-radius: 3px;
	color: #000;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	text-decoration: none;
}
#container #main.withSide #side .searchContestBtn p .contest {
	background-image: url(../img/case/icon_contest.png);
}
#container #main.withSide #side .searchContestBtn p .reform {
	background-image: url(../img/case/icon_reform.png);
}
#container #main.withSide #side .searchContestBtn p a.active,
#container #main.withSide #side .searchContestBtn p a:hover {
	background-color: #FFE275;
	border: 1px solid #E3C967;
}
#container #main.withSide #side .EstiSec{
	display: none;
}

/* =========================================================
contents
========================================================= */
.case #container #main.withSide #contents {
	display: inline;
	float: right;
	margin: 0;
	margin-right: -10px;
	padding-top: 40px;
}
.case #container #main.withSide #contents h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
}
.case #container #main.withSide #contents .caseListWrap .caseList {
	position: relative;
	width: 704px;
	overflow: hidden;
}

/* case entry */

/* =========================================================
caseEntryIntro
======================================================== */
#container .caseEntryIntro {
}
#container .caseEntryIntro .caseEntryData {
	float: left;
	width: 280px;
	padding-bottom: 60px;
}
#container .caseEntryIntro .caseEntryData h2 {
	font-size: 30px;
}
#container .caseEntryIntro .caseEntryData p {
	padding-bottom: 15px;
	font-size: 16px;
	border-bottom: #CCC solid 1px;
}
#container .caseEntryIntro .caseEntryData table {
}
#container .caseEntryIntro .caseEntryData table th,
#container .caseEntryIntro .caseEntryData table td {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
}
#container .caseEntryIntro .caseEntryData table th {
	width: 100px;
	background: #EEE;
}
#container .caseEntryIntro .caseEntryData table td strong {
	color: #F33;
	font-size: 20px;
	font-weight: normal;
}
#container .caseEntryIntro .caseEntryData table td img {
	padding-right: 10px;
	vertical-align: middle;
}
#container .caseEntryIntro .caseEntryData table td.memberOnly {
	display: block;
	color: #FFF;
	background-color: #7F7F7F;
	text-align: center;
}
#container .caseEntryIntro .caseEntryData table td.memberOnly span strong {
	color: #FFF;
}
#container .caseEntryIntro .caseEntryData table td.memberOnly span small {
	padding-left: 10px;
}
#container .caseEntryIntro .caseEntryData table td.memberOnly span small img {
	padding-left: 4px;
	vertical-align: baseline;
}
#container .caseEntryIntro .caseEntryData p.caseID {
	padding-top: 5px;
	font-size: 10px;
	color: #666;
	text-align: left;
}
#container .caseEntryIntro .caseEntryData p.contestLabel {
	padding: 15px 0 15px 35px;
	color: #F33;
	background: url(../img/case/icon_contest.png) no-repeat 0 50%;
}
#container .caseEntryIntro .caseEntryData p.reformLabel {
	padding: 15px 0 15px 35px;
	color: #11AABB;
	background: url(../img/case/icon_reform.png) no-repeat 0 50%;
	-webkit-background-size: 20px auto;
	     -o-background-size: 20px auto;
	        background-size: 20px auto;
}
#container .caseEntryIntro .caseEntryData .share {
	padding-top: 15px;
	overflow: hidden;
}
#container .caseEntryIntro .caseEntryData .share ul li {
	display: block;
	float: left;
	height: 24px;
	padding-right: 5px;
	vertical-align: top;
}
#container .caseEntryIntro .caseEntryData .share ul li:first-child {
	width: 100px;
}
#container .caseEntryIntro .caseEntryData .share ul li.line {
	display: none;
}
#container .caseEntryIntro .bookmark {
	padding: 20px 0;
}
#container .caseEntryIntro .bookmark p {
	border: none;
}
#container .caseEntryIntro .bookmark p.btn {
	padding-bottom: 0;
	background-color: #56C2CF;
	border-bottom: #1B7A88 solid 2px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	transition: all  0.2s ease !important;
}
#container .caseEntryIntro .bookmark p.btn:hover {
	opacity: 0.6;
}
#container .caseEntryIntro .bookmark p.btn.added:hover {
	opacity: 1;
}
#container .caseEntryIntro .bookmark p.btn a {
	display: block;
	color: #FFF;
	padding: 12px 12px 12px 80px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 32px 50%;
	background-image: url(../img/case/icon_bookmark.png);
	text-decoration: none;
}
#container .caseEntryIntro .bookmark p.btn.added {
	display: none;
	background-color: #7f7f7f;
	border: none;
}
#container .caseEntryIntro .bookmark p.btn.added a {
	background-image: url(../img/case/icon_bookmark_added.png);
	cursor: inherit;
}
#container .caseEntryIntro .bookmark p.btn.noMember {
	background-color: #f35b3a;
	border-color: #b72303;
}
#container .caseEntryIntro .bookmark p.btn.noMember a {
	background-image: url(../img/case/icon_bookmark_nomember.png);
}
#container .caseEntryIntro .bookmark p.btn.noMember a span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
#container .caseEntryIntro .bookmark p.textLink {
	padding-top: 10px;
	font-size: 14px;
	text-align: right;
}
#container .caseEntryIntro .bookmark p.textLink a {
	display: inline-block;
	padding-left: 24px;
	background: url("../img/common/arrow_circle_g_17.png") no-repeat 0 50%;
}

#container .caseEntryIntro .caseEntryGallery {
	float: right;
	width: 680px;
	padding-bottom: 60px;
}
#container .caseEntryIntro .caseEntryGallery #mainImg {
	margin-bottom: 20px;
}
#container .caseEntryIntro .caseEntryGallery #mainImg #slider {
	position: relative;
	width: 680px;
	text-align: center;
}
#container .caseEntryIntro .caseEntryGallery p {
	font-size: 16px;
	line-height: 1.75;
}
#container .caseEntryIntro .caseEntryGallery #mainImg #slider .slides {
	height: 454px;
	overflow: hidden;
}
#container .caseEntryIntro .caseEntryGallery #mainImg #slider .slides ul li span {
	display: table-cell;
	width: 680px;
	vertical-align: middle;
	overflow: hidden;
}
#container .caseEntryIntro .caseEntryGallery #mainImg #slider .slides ul li img {
	max-height: 454px;
}
#container .caseEntryMemberonlyOuter {
	position: relative;
	width: auto;
	margin-bottom: 60px;
	padding: 0 0 40px;
	background: url(../img/member/bg_header_title.png) repeat-y 50%;
	clear: both;
}
#container .caseEntryMemberonly {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	background: url("../img/case/icon_member_arrow_bottom.png") no-repeat 50% 0;
	clear: both;
}
#container .caseEntryMemberonly h2 {
	padding: 30px 0 10px;
	font-size: 20px;
	color: #FFF;
}
#container .caseEntryMemberonly p {
	font-size: 14px;
	color: #FFF;
}
#container .caseEntryMemberonly figure img {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 140px;
	height: 180px;
	margin-top: -40px;
}
#container .caseEntryMemberonly figure img.left {
	margin-left: -400px;
}
#container .caseEntryMemberonly figure img.right {
	margin-left: 300px;
}
#container .caseEntryMemberonly .inner {
	position: relative;
	margin-top: 16px;
	padding-top: 24px;
	background: url("../img/common/header_bg_wave.png") repeat-x top #FFF;
}
#container .caseEntryMemberonly .inner p {
	color: #333;
}
#container .caseEntryMemberonly .inner ul {
	padding: 16px 0 24px;
}
#container .caseEntryMemberonly .inner ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 0 16px 0 32px;
	background: url("../img/case/icon_member_check.png") no-repeat 0 50%
}
#container .caseEntryMemberonly .inner .memberBtns {
	padding-bottom: 20px;
}
#container .caseEntryMemberonly .inner .memberBtns .btn {
	display: inline-block;
}
#container .caseEntryMemberonly .inner .memberBtns .btn a {
	display: block;
	margin: 0 8px;
	padding: 12px 40px;
	font-size: 18px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	border-bottom: #000 solid 2px;
	text-decoration: none;
}
#container .caseEntryMemberonly .inner .memberBtns .btn a:hover {
	opacity: 0.6;
}

#container .caseEntryInterviewOuter {
	width: auto;
	margin-bottom: 60px;
	padding: 30px 0 10px;
	background: url(../img/case/bg_interview.png) repeat-y 50%;
	overflow: hidden;
	clear: both;
}
#container .caseEntryInterview {
	position: relative;
	width: 680px;
	padding-left: 340px;
}
#container .caseEntryInterview h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	font-size: 24px;
	font-weight: normal;
	padding-left: 34px;
	background: url(../img/case/icon_mike.png) no-repeat 0 0.35em;
}
#container .caseEntryInterview h2 .jp {
	display: block;
	margin-left: -34px;
	font-size: 14px;
}
#container .caseEntryInterview .photo {
	float: right;
	width: 100px;
	margin: 0 0 20px 20px;
	text-align: right;
}
#container .caseEntryInterview .photo img {
}
#container .caseEntryInterview p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.75;
}
#container .caseEntryPlan {
	position: relative;
	width: 680px;
	padding-left: 340px;
	margin-bottom: 60px;
	clear: both;
}
#container .caseEntryPlan h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	font-size: 24px;
	font-weight: normal;
	padding-left: 34px;
	background: url(../img/case/icon_plan.png) no-repeat 0 0.35em;
}
#container .caseEntryPlan h2 .jp {
	display: block;
	margin-left: -34px;
	font-size: 14px;
}
#container .caseEntryPlan p {
	padding: 10px;
	background-color: #eeebe2;
	text-align: center;
}
#container .caseEntryReformpoint {
	clear: both;
}
#container .caseEntryReformpoint h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	padding-left: 34px;
	background: url(../img/case/icon_star.png) no-repeat 0 0.3em;
}
#container .caseEntryReformpoint h2 .jp {
	display: block;
	margin-left: -34px;
	font-size: 14px;
}
#container .caseEntryReformpoint .pointWrap {
	width: 1080px;
	margin-left: -60px;
	margin-bottom: 40px;
	overflow: hidden;
}
#container .caseEntryReformpoint .pointWrap .point {
	float: left;
	width: 480px;
	margin-bottom: 40px;
	margin-left: 60px;
	overflow: hidden;
}
#container .caseEntryReformpoint .pointWrap .point .photo {
	display: table-cell;
	width: 480px;
	vertical-align: middle;
	overflow: hidden;
}
* html #container .caseEntryReformpoint .pointWrap .point .photo {
	display: inline;
	zoom: 1;
}
*:first-child+html #container .caseEntryReformpoint .pointWrap .point .photo {
	display: inline;
	zoom: 1;
}
#container .caseEntryReformpoint .pointWrap .point .photo p {
	width: 680px;
	height: 220px;
	margin-left: -100px;
	padding-top: 0;
	text-align: center;
	vertical-align: middle;
	background: #eeebe2;
}
#container .caseEntryReformpoint .pointWrap .point .photo p img {
	width: auto;
	max-height: 220px;
	padding: 0 5px;
	vertical-align: middle;
}
#container .caseEntryReformpoint .pointWrap .point h3 {
	margin-bottom: 0;
	padding: 7px 15px 2px;
	color: #000;
	font-size: 16px;
	background: url(../img/common/bg_yellow_w.png);
}
#container .caseEntryReformpoint .pointWrap .point p {
	font-size: 16px;
	padding-top: 20px;
	background: url(../img/common/header_bg_wave.png) no-repeat 50% 0;
}
#container .caseEntryStaff {
	position: relative;
	width: 680px;
	padding-left: 340px;
	margin-bottom: 60px;
	overflow: hidden;
}
#container .caseEntryStaff h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	font-size: 24px;
	font-weight: normal;
	padding-left: 34px;
	background: url(../img/case/icon_staff.png) no-repeat 0 0.35em;
}
#container .caseEntryStaff h2 .jp {
	display: block;
	margin-left: -34px;
	font-size: 14px;
}
#container .caseEntryStaff .staff {
	float: left;
	width: 222px;
}
#container .caseEntryStaff .staff .photo {
	float: left;
	width: 100px;
	margin: 0 10px 20px 0;
}
#container .caseEntryStaff .staff .photo img {
}
#container .caseEntryStaff .staff .name {
	font-size: 16px;
}
#container .caseEntryStaff .staff .name span {
	display: block;
	padding-top: 30px;
	font-size: 12px;
}

/* caseList */
#container .caseList {
	width: 1056px;
	margin-left: -36px;
	padding-bottom: 60px;
	overflow: hidden;
}
#container .caseList .caseListSec {
	position: relative;
	float: left;
	width: 140px;
	padding: 10px 0 0 36px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	transition: all  0.2s ease !important;
}
#container .caseList .caseListSec:hover {
	padding-top: 0;
	padding-bottom: 10px;
}
#container .caseList .caseListSec .photo {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#container .caseList .caseListSec .photo a {
	text-decoration: none;
}
#container .caseList .caseListSec .photo a img {
	vertical-align: middle;
}

#container .caseList .caseListSec span {
	position: relative;
	display: block;
	width: 32px;
	height: 38px;
	margin: -14px 0 0 54px;
	color: #FFF;
	text-align: center;
	background: url(../img/common/icon_libon_mini.png) no-repeat;
}
#container .caseList .caseListSec span.fbCount {
	position: relative;
	float: right;
	width: 1em;
	min-height: 1.4em;
	margin: -25px 0 25px;
	padding: 5px 0 5px 20px;
	color: #3b5998;
	height: auto;
	background: url(../img/case/icon_f_circle.png) no-repeat 0 50%;
	background-size: 14px;
	text-align: left;
}
html>/**/body #container .caseList .caseListSec span.fbCount {
	padding-right /*\**/:32px\9
}
#container .caseList .caseListSec span.reformStar {
	position: relative;
	float: left;
	width: 1.5em;
	min-height: 1.4em;
	margin: 0;
	padding: 5px 0 5px 5px;
	height: auto;
	background: url(../img/case/icon_reform_star.png) 0 50% no-repeat;
	-webkit-background-size: 15px auto;
	     -o-background-size: 15px auto;
	        background-size: 15px auto;
}
#container .caseList .caseListSec span.contestStar {
	position: relative;
	float: left;
	width: 1em;
	min-height: 1.4em;
	margin: -20px 0 25px 0;
	padding: 5px 0 5px 5px;
	height: auto;
	background: url(../img/case/icon_contest_star.png) 0 0 no-repeat;
}
#container .containerSec .caseList .partList {
	overflow: hidden;
	padding-bottom: 60px;
}

#container .caseRelated .caseListSec {
	padding-bottom: 30px;
}
#container .caseRelated .caseListSec p.photo {
	overflow: visible;
}
#container .caseRelated .caseListSec:hover {
	padding-bottom: 40px;
}
/* caseListCardOuter */
.case #container #main.withSide #contents .caseListCardOuter {
	padding: 10px;
	margin-bottom: 60px;
	background-color: #F3F3F3;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList {
	width: 675px;
	margin-left: -10px;
	padding-bottom: 0;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec {
	overflow: visible;
	position: relative;
	float: left;
	width: 213px;
	margin: 0 0 10px 10px;
	padding: 0;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSecInner {
	cursor: pointer;
	box-shadow:0px 1px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0px 1px 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 1px 2px 2px rgba(0,0,0,.1);
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec .photo {
	position: relative;
	display: block;
	width: 100%;
	height: 146px;
	background-color: #ECECE3;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSecInner:hover .photo {
	opacity: .8;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec .photo a {
	text-decoration: none;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec .photo a img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec .caseListNumber {
	position: absolute;
	width: 32px;
	height: 38px;
	top: 0;
	left: 10px;
	margin: 0;
	padding-top: 2px;
	color: #FFFFFF;
	text-align: center;
	background: url(../img/common/icon_libon_mini.png) no-repeat;
	line-height: 1.1;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec strong.caseListCount {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-top: 5px;
	font-weight: normal;
}

/*
タイトル3行分で高さを固定します
*/
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec .caseListBody {
	padding: 15px 11px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSecInner:hover .caseListBody {
	background-color: rgba(255,255,255,.9);
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec h2.caseListTitle {
	overflow: hidden;
	height: 65px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 1.538461538;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec span.fbCount {
	position: relative;
	float: left;
	width: 1em;
	min-height: 1.4em;
	margin: 2px 0 0;
	padding: 2px 6px 0 20px;
	color: #3b5998;
	height: auto;
	background: url(../img/case/icon_f_circle.png) no-repeat 0 50%;
	background-size: 14px;
	text-align: left;
	
	display: none; /* 2019/05/22 削除 */
}
html>/**/body .case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec span.fbCount {
	padding-right /*\**/:32px\9
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec span.contestStar {
	position: relative;
	display: block;
	float: left;
	width: 14px;
	height: 16px;
	min-height: 16px;
	margin: 2px 0 0;
	padding: 0;
	background: url(../img/case/icon_contest_star.png) 0 0 no-repeat;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec .caseListMeta {
	background-color: #FFFFFF;
	padding: 10px 11px 7px;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSecInner:hover .caseListMeta {
	background-color: rgba(255,255,255,.9);
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec .caseListBuilding {
	margin: 0 0 5px;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec span[class^="caseIcon"] {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	line-height: 1.1;
}

/* caseIcon */
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec span.caseIconHouse {
	background: url(../img/case/icon_house.png) 0 0 no-repeat;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec span.caseIconMansion {
	background: url(../img/case/icon_mansion.png) 0 0 no-repeat;
}

#container .containerSec .caseList ul.caseListData {
	display: block;
	margin: 0;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec ul.caseListData li {
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 1.2;
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec ul.caseListData li:after {
	content: " ／ ";
}
.case #container #main.withSide #contents .caseListCardOuter .caseList .caseListSec ul.caseListData li:last-child:after {
	content: "";
}

/*
00,concept
----------------------------------------------------------------*/
.concept #container #main {
	padding-bottom: 80px;
}
#container #main section.conceptSec {
	margin: 0 auto;
	padding-top: 80px;
}
#container #main section.conceptSec h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.conceptSec h2 strong {
	font-weight: normal;
}
#container #main section.conceptSecIntro h2 strong   { color: #56bbcc;}
#container #main section.conceptSecService h2 strong { color: #8fbb5b;}
#container #main section.conceptSecWoman   h2 strong { color: #f98424;}

#container #main section.conceptSec .conceptBody {
	position: relative;
	margin-left: 280px;
}
#container #main section.conceptSec .conceptBody p {
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 18px;
}
#container #main section.conceptSec .conceptBody p.photoLeft {
	position: absolute;
	left: -280px;
}
#container #main section.conceptSec .btnSec {
	margin-left: 10px;
	padding: 0;
	background: none;
	text-align: left;
}


/*
00,rage
----------------------------------------------------------------*/
.realestate #container #main {
	padding-bottom: 80px;
}
.realestate #container #main .bgImgHeader {
	height: auto;
	padding: 30px 0 20px;
	background: #c5e3dd;
}
.realestate #container #main .bgImgHeader img {
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
}
.realestate #container #main .bgImgHeader h1 {
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	text-align: center;
	color: #5a2e33;
	font-size: 16px;
}
#container #main section.rageSec {
	margin: 0 auto;
	padding-top: 80px;
	clear: both;
}
#container #main section.rageSecIntro {
	padding-bottom: 60px;
	background: url(../img/common/header_bg_wave.png) repeat-x bottom;
}
#container #main section.rageSec h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.rageSec h2 strong {
	font-weight: normal;
}

#container #main section.rageSec .rageBody {
	position: relative;
}
#container #main section.rageSec .rageBody p {
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 16px;
}
#container #main section.rageSecIntro .rageBody p.photo {
	padding: 30px 0;
}
#container #main section.rageSecIntro .rageBody p.photo img {
	width: 100%;
	height: auto;
}
#container #main section.rageSec .rageBody p.photoRight {
	float: right;
	margin: 0 0 30px 40px;
}
#container #main section.rageSec .rageBody .rageMerit {
	margin-bottom: 60px;
	padding: 10px;
	background: url(../img/common/bg_yellow_w.png);
	border-radius: 10px;
}
#container #main section.rageSec .rageBody .rageMerit p.photo {
	position: absolute;
	bottom: 0;
	right: 100px;
	margin-bottom: 0;
}
#container #main section.rageSec .rageBody .rageMerit p.photo img {
	width: 200px;
	height: auto;
}
#container #main section.rageSec .rageBody .rageMerit ol {
	margin-bottom: 0;
	padding: 24px 60px;
	line-height: 1.6;
	font-size: 16px;
	background: #FFF;
	list-style: none;
}
#container #main section.rageSec .rageBody .rageMerit ol li {
	background: url(../img/realestate/icon_check.png) no-repeat 0 50%;
	padding: 4px 0 4px 50px;
}
#container #main section.rageSec .btnSec {
	margin-left: 10px;
	padding: 0;
	background: none;
	text-align: left;
}
#container #main section.rageSec .btnSec p.btn strong {
	font-size: 30px;
}


/*
00,openhouse
----------------------------------------------------------------*/
.openhouse #container #main {
	padding-bottom: 80px;
}
.openhouse #container #main .bgImgHeader {
	height: auto;
	padding: 40px 0 30px;
}
.openhouse #container #main .bgImgHeader img {
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
}
.openhouse #container #main .bgImgHeader h1 {
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
#container #main section.openhouseSec {
	margin: 0 auto;
	padding-top: 80px;
	clear: both;
}
#container #main section.openhouseSecIntro {
	padding-bottom: 60px;
	background: url(../img/common/header_bg_wave.png) repeat-x bottom;
}
#container #main section.openhouseSec h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.openhouseSec h2 strong {
	font-weight: normal;
}

#container #main section.openhouseSec .openhouseBody {
	position: relative;
}
#container #main section.openhouseSec .openhouseBody p {
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 16px;
}
#container #main section.openhouseSecIntro .openhouseBody p.photo {
	padding: 30px 0;
}
#container #main section.openhouseSecIntro .openhouseBody p.photo img {
	width: 100%;
	height: auto;
}
#container #main section.openhouseSecOnestop {
	padding-bottom: 60px;
	background: url(../img/common/header_bg_wave.png) repeat-x bottom;
}
#container #main section.openhouseSecOnestop p.photo {
	float: right;
	margin: 0 0 30px 30px;
	padding: 10px;
	border: #eae4c8 solid 5px;
}

#container #main section.openhouseSecOnestop .rageLink {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	padding: 20px 0;
	clear: both;
	background: url(../img/common/bg_blue_w.png);
	overflow: hidden;
	text-align: center;
}
#container #main section.openhouseSecOnestop .rageLink .logo {
	display: table-cell;
	margin: 0;
	padding-top: 0;
	vertical-align: middle;
}
#container #main section.openhouseSecOnestop .rageLink p {
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
}
#container #main section.openhouseSecSelect .openhouseBody {
	margin-left: -60px;
	width: 1080px;
	margin-bottom: 80px;
	padding-bottom: 20px;
	background: url(../img/openhouse/dot.png) repeat-y 565px 0;
	overflow: hidden;
}
#container #main section.openhouseSecSelect .openhouseBody h2 {
	margin-left: 60px;
	background: #FFF;
}
#container #main section.openhouseSecSelect .openhouseBody .oss {
	float: left;
	width: 480px;
	margin-left: 60px;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .photo {
	margin-bottom: 20px;
}
#container #main section.openhouseSecSelect .openhouseBody .oss h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
#container #main section.openhouseSecSelect .openhouseBody .oss h3 .en {
	display: block;
	font-weight: normal;
	font-size: 12px;
}
#container #main section.openhouseSecSelect .openhouseBody .oss p {
}
#container #main section.openhouseSecSelect .openhouseBody .oss .point {
	padding: 20px 0 40px;
	background: url(../img/common/line_yellow_casually.png) repeat-x 50% 0;
	overflow: hidden;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .point h4 {
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	clear: both;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .point .photo {
	float: right;
	margin: 20px 0 0 20px;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .point p {
	font-size: 14px;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .access {
	padding-top: 40px;
	background: url(../img/common/line_yellow_casually.png) repeat-x 50% 0;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .access h4 {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: normal;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .access dl {
	position: relative;
	width: 260px;
	padding-right: 220px;
	min-height: 140px;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .access dl dt {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .access dl dd {
	font-size: 12px;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .access dl dd.gmap {
	position: absolute;
	top: 0;
	right: 0;
}
#container #main section.openhouseSecSelect .openhouseBody .oss .caution {
	margin-bottom: 2em;
	padding: 10px 20px;
	clear: both;
	font-size: 12px;
	background: #f6f6f6;
}
.openhouse #container #main section.btnSec {
	margin: 0 0 60px;
	padding-top: 0;
	background: none;
	border-bottom: #f2f2f2 solid 20px;
}
.openhouse #container #main section.btnSec a {
	padding: 10px 0;
	font-size: 18px;
	border-width: 0 0 3px;
}
.openhouse #container #main #contactIntro h2 {
	font-size: 30px;
}
.openhouse #container #main .openhouseEnd {
	margin-bottom: 0 !important;
	padding-top: 60px;
}
.openhouse #container #main #contactIntro h2 {
	margin-bottom: 30px;
}
#container #main .openhouseEnd p a {
	padding-left: 30px;
	background: url(../img/common/arrow_circle_g_17.png) 0 50% no-repeat;
}

/*
00,staff
----------------------------------------------------------------*/
#container #main section.staffIntro {
	padding: 40px 0 0;
}
#container #main section.staffIntro h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.staffIntro p {
	font-size: 16px;
}

/* =========================================================
side
========================================================= */
.staff #container #main.withSide #side .atoz ul {
	overflow: hidden;
}
.staff #container #main.withSide #side .atoz ul li {
	float: left;
	width: 25%;
	margin: 0;
}
.staff #container #main.withSide #side .atoz ul li a {
	padding-right: 10px;
}
.staff #container #main.withSide #side .atoz ul li a:hover {
}

/* =========================================================
contents
========================================================= */
.staff #container #main.withSide #contents {
	display: inline;
	float: right;
	margin: 0;
	margin-right: -10px;
	padding-top: 60px;
}
.staff #container #main.withSide #contents #staffWrap {
	width: 740px;
	margin-left: -15px;
	margin-top: -20px;
	margin-bottom: 60px;
	overflow: hidden;
}
html>/**/body.staff #container #main.withSide #contents .concealed {
	display /*\**/:none\9
}

.staff #container #main.withSide #contents #staffWrap .staffInnerSection {
	position: relative;
	float: left;
	width: 220px;
	margin-left: 15px;
	padding-top: 220px;
	text-align: center;
}
.staff #container #main.withSide #contents #staffWrap .staffInnerSection .staffPhoto {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	padding: 20px 0;
	text-align: center;
}
.staff #container #main.withSide #contents #staffWrap .staffInnerSection .staffPhoto a {
	outline: none;
}
.staff .staffName {
	font-size: 18px;
}
.staff .staffName .position {
	display: block;
	font-size: 12px;
	color: #58bbca;
}
.staff .staffName .en {
	display: block;
	font-size: 12px;
	color: #999;
}
.staff #container #main.withSide #contents #staffWrap .staffInnerSection .btn {
	margin-bottom: 30px;
	padding: 10px 0;
}
.staff #container #main.withSide #contents #staffWrap .staffInnerSection .btn .trgBtn {
	display: block;
	margin: 0 20px;
	padding: 5px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 2px;
	text-decoration: none;
}
.staff #container #main.withSide #contents #staffWrap .staffInnerSection .btn .trgBtn:hover {
	background: #1b7a88;
}

#container #main .staffPopup {
	display: none;
	overflow: hidden;
}


/*
00,voice
----------------------------------------------------------------*/
#container #main section.voiceIntro {
	padding: 40px 0;
}
#container #main section.voiceIntro p {
	font-size: 16px;
}
#container #main section nav.voiceNav ul li a {
	padding: 10px 10px 5px;
	background: none;
}
#container #main section.voiceOutro {
	padding-bottom: 40px;
}
#container #main section.voiceOutro p.thanks {
	padding: 20px 0;
	font-size: 16px;
	background: url(../img/common/bg_yellow_w.png);
	text-align: center;
}
#container #main section.voiceEntry h2.archiveTitle {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: normal;
}

#container #main section.voiceEntry article {
	position: relative;
	width: 690px;
	margin-bottom: 20px;
	padding: 25px 0 20px 320px;
	border: #EEE solid 5px;
	border-radius: 5px;
	background: url(../img/voice/icon_voice_40.png) no-repeat 38px 25px;
}
#container #main section.voiceEntry article h2 {
	position: absolute;
	top: 25px;
	left: 95px;
	font-size: 16px;
}
#container #main section.voiceEntry article p.date {
	position: absolute;
	top: 4em;
	left: 95px;
	font-size: 12px;
}
#container #main section.voiceEntry article .voiceBody {
	width: 650px;
}
#container #main section.voiceEntry article .voiceBody h3 {
	font-size: 16px;
	font-weight: bold;
	color: #db9f34;
}
#container #main section.voiceEntry article .voiceBody p {
	margin-bottom: 0.5em;
	font-size: 16px;
	text-align: left;
}

/*
00,flow
----------------------------------------------------------------*/
#container #main section.flowSec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../img/common/header_bg_wave.png) no-repeat 50% 0;
}
#container #main section.flowSec#flow01 { background-position: 10% 0;}
#container #main section.flowSec#flow02 { background-position: 40% 0;}
#container #main section.flowSec#flow03 { background-position: 20% 0;}
#container #main section.flowSec#flow04 { background-position: 80% 0;}
#container #main section.flowSec#flow05 { background-position: 30% 0;}
#container #main section.flowSec#flow06 { background-position: 50% 0;}
#container #main section.flowSec#flow07 { background-position: 90% 0;}
#container #main section.flowSec#flow08 { background-position: 70% 0;}
#container #main section.flowSec#flow09 { background-position: 40% 0;}

#container #main section.flowSec .flowTitle {
	position: absolute;
	top: 40px;
	left: 0;
	width: 200px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: #FFF;
}
#container #main section.flowSec .flowTitle span {
	display: block;
	padding-top: 10px;
	font-size: 40px;
	font-family: Georgia;
	font-weight: lighter;
	color: #56c2cf;
}
#container #main section.flowSec h2 {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 280px;
	font-size: 24px;
	font-weight: normal;
}
#container #main section.flowSec .flowBody {
	padding-bottom: 60px;
	padding-left: 280px;
	background: url(../img/flow/arrow.png) no-repeat 60px 100%;
}
#container #main section.flowSec .flowBody p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.75;
}
#container #main section.flowSec .flowBody .flowBodyInner h3 {
	font-size: 16px;
}
#container #main section.flowSec .flowBody ul {
	margin: 0 -10px;
	padding-top: 40px;
	overflow: hidden;
}

#container #main section.flowSec .flowBody ul li {
	float: left;
	width: 32.3%;
	margin: 10px 0.5% 1px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border-radius: 3px;
	background: #F00;
}
#container #main section.flowSec .flowBody ul li span {
	display: block;
	font-size: 11px;
	color: #FFF;
}
#container #main section.flowSec .flowBody ul li span.comment {
	padding-top: 10px;
}
#container #main section.flowSec .flowBody ul li img {
	width: 40px;
	height: auto;
	padding: 5px 0;
	vertical-align: bottom;
}
#container #main section.flowSec .flowBody ul li:hover {
	margin: 6px 0.5% 5px;
}
#container #main section.flowSec .flowBody ul li.seminar     { background-color: #56c2cf;}
#container #main section.flowSec .flowBody ul li.observation { background-color: #eebb00;}
#container #main section.flowSec .flowBody ul li.event       { background-color: #f18300;}
#container #main section.flowSec .flowBody ul li.sodan       { background-color: #f4582f;}
#container #main section.flowSec .flowBody ul li.reservation { background-color: #f35938; clear: both;}
#container #main section.flowSec .flowBody ul li.estimate    { background-color: #f35938;}
#container #main section.flowSec .flowBody ul li.catalog     { background-color: #f35938;}

#container #main section.flowSec .flowBody ul li a {
	display: block;
	padding: 0 0 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#container #main section.flowSec .flowBody p.photoRight {
	float: right;
}
#container #main section.flowSec#flow02 p.photoRight {
	margin-top: -120px;
}
#container #main section.flowSec#flow03 p.photoRight {
	margin-top: -100px;
}
#container #main section.flowSec#flow06 p.photoRight {
	margin-top: -100px;
}
#container #main section.flowSec#flow08 p.photoRight {
	margin: -100px 0 40px;
}

#container #main section.flowSec#flow09 h2,
#container #main section.flowSec#flow09 .flowBody {
	padding-left: 0;
	background: none;
}
#container #main section.flowSec#flow09 h2 {
	text-align: center;
}


/* loan */
#container #main section.loanSec {
	position: relative;
	overflow: hidden;
}
#container #main section.loanSec .photo {
	float: right;
	margin: 0 0 60px 60px;
}

#container #main section.loanIntro h2 {
	margin-bottom: 1em;
	padding-top: 10px;
	padding-left: 120px;
	font-size: 20px;
	line-height: 1.25;
}
#container #main section.loanIntro h2 span {
	font-size: 30px;
}
#container #main section.loanIntro h2 span strong {
	font-size: 54px;
	color: #F33;
}
#container #main section.loanIntro p.baloon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 60px;
	padding: 20px 0;
	border-radius: 50px;
	background: #56c2cf;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
#container #main section.loanSec p {
	margin-bottom: 1em;
	font-size: 16px;
}
#container #main section.loanSec dl {
	width: 590px;
	margin-bottom: 1em;
	padding: 20px 40px;
	font-size: 20px;
	color: #F66;
	border: #F99 solid 1px;
	border-radius: 5px;
	text-align: center;
}
#container #main section.loanSec dl dt {
	display: inline;
	padding-right: 20px;
	font-weight: bold;
}
#container #main section.loanSec dl dd {
	display: inline;
}

#container #main section.oricoIntro .inner {
	width: 600px;
	padding: 20px 40px;
	border: #EEE solid 5px;
	border-radius: 5px;
	overflow: hidden;
}
#container #main section.oricoIntro .inner h3 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
#container #main section.oricoIntro .inner ol {
	width: 600px;
	margin-bottom: 40px;
	line-height: 1.6;
	font-size: 16px;
	list-style: none;
}
#container #main section.oricoIntro .inner ol li {
	float: left;
	width: 250px;
	background: url(../img/realestate/icon_check.png) no-repeat 0 50%;
	padding: 4px 0 4px 50px;
}

.flow #container #main .btnSec {
	padding-bottom: 30px;
	background-image: url(../img/common/bg_yellow_w.png);
}
.flow #container #main .btnSec p.text {
	margin-bottom: 1em;
	font-size: 16px;
	text-align: center;
}


/*
00,company
----------------------------------------------------------------*/
/* company common */
#container #main section.companySec {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#container #main section.companySec h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
#container #main section.companySec p {
	margin-bottom: 1em;
	font-size: 16px;
}
#container #main section.companySec .inner {
	margin-bottom: 30px;
}
#container #main section.companySec .inner h3 {
	font-size: 16px;
	font-weight: normal;
}
#container #main section.companySec .inner h3.bgTitle {
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #EEE;
}
#container #main section.companySec .inner ol {
	margin-left: 24px;
	font-size: 16px;
	list-style-position: outside;
}
#container #main section.companySec .inner table {
	margin-bottom: 1em;
	font-size: 16px;
	border: #CCC solid;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
	border-spacing: none;
}
#container #main section.companySec .inner table th,
#container #main section.companySec .inner table td {
	padding: 10px 20px;
	border: #CCC solid;
	border-width: 0 0 1px 1px;
	vertical-align: top;
}
#container #main section.companySec .inner table th,
#container #main section.companySec .inner table td:first-child {
	background-color: #f6f6f6;
}
#container #main section.companySec .inner table p {
	margin-bottom: 0;
}



/*
00,help
----------------------------------------------------------------*/
/* help common */
#container #main section.helpSec {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#container #main section.helpSec h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
#container #main section.helpSec p {
	margin-bottom: 1em;
	font-size: 16px;
}
#container #main section.helpSec .inner {
	margin-bottom: 30px;
}
#container #main section.helpSec .inner h3 {
	font-size: 16px;
	font-weight: normal;
}
#container #main section.helpSec .inner h3.bgTitle {
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #EEE;
}
#container #main section.helpSec .inner ol {
	margin-left: 24px;
	font-size: 16px;
	list-style-position: outside;
}
#container #main section.helpSec .inner table {
	margin-bottom: 1em;
	font-size: 16px;
	border: #CCC solid;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
	border-spacing: none;
}
#container #main section.helpSec .inner table th,
#container #main section.helpSec .inner table td {
	padding: 10px 20px;
	border: #CCC solid;
	border-width: 0 0 1px 1px;
	vertical-align: top;
}
#container #main section.helpSec .inner table th,
#container #main section.helpSec .inner table td:first-child {
	background-color: #f6f6f6;
}
#container #main section.helpSec .inner table p {
	margin-bottom: 0;
}

/* top */
#container #main .helpSec {
	position: relative;
	margin-bottom: 10px;
}
#container #main .helpSecOuter {
	padding-bottom: 40px;
	overflow: hidden;
}
#container #main section.helpTopSec {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
}
#container #main .helpTopSec h3 {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 20px;
	font-weight: normal;
}
#container #main .helpSec .sectionInner {
	margin-bottom: 0;
	padding-left: 320px;
	padding-top: 20px;
	font-size: 1.6em;
	overflow: hidden;
}
#container #main .helpSec .sectionInner p {
	margin-bottom: 30px;
}
#container #main .helpSec .sectionInner p.photoRight {
	float: right;
	width: 200px;
	margin-left: 120px;
}
#container #main .helpSec .sectionInner p.btn {
	width: 320px;
	font-weight: bold;
}
#container #main .helpSec .sectionInner p.btn a {
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
#container #main .helpSec .sectionInner p.orangeBtn a { background: #F18300;}
#container #main .helpSec .sectionInner p.yellowBtn a { background: #EB0;}
#container #main .helpSec .sectionInner p.blueBtn a { background: #56C2CF;}
#container #main .helpSec .sectionInner p.pinkBtn a { background: #F35938;}
#container #main .helpSec .sectionInner p.btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.contact #container #main .intro {
	border-bottom: 1px solid #ccc;
}
#container #main .helpSec h2 {
	margin-bottom: 20px;
	padding: 0;
	font-size: 2.2em;
	font-weight: bold;
	color: #333;
	background: none;
}

/* sitemap */
.sitemap #container #main .helpSec {
	padding-top: 0;
	border-top: 0;
}
#container #main #sitemapWrap {
	margin-bottom: 0;
}
#container #main #sitemapWrap a {
	display: block;
	padding: 7px 20px;
	color: #111;
	text-decoration: none;
}
#container #main #sitemapWrap a:hover {
	background-color: #f6f6f6;
}
#container #main #sitemapWrap span {
	display: block;
	padding: 5px 20px;
}
#container #main #sitemapWrap ul {
	width: 1000px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
#container #main #sitemapWrap dl {
	width: 1000px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
	font-size: 1.6em;
	overflow: hidden;
}
#container #main #sitemapWrap dt {
	float: left;
	width: 300px;
	clear: both;
	font-weight: bold;
}
#container #main #sitemapWrap dt.title a,
#container #main #sitemapWrap .titleList li a {
	padding-left: 30px;
	background: url(../img/common/arrow_circle_g_17.png) 0 51% no-repeat;
}
#container #main #sitemapWrap dd {
	float: right;
	width: 685px;
}
#container #main #sitemapWrap dd ul {
	width: 680px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.0em;
	font-weight: normal;
	border: none;
}
#container #main #sitemapWrap dl.col2 {
	width: 680px;
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 1.0em;
	font-weight: normal;
	border-top: none;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#container #main #sitemapWrap dl.noborder {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
#container #main #sitemapWrap dl.col2 dt {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
#container #main #sitemapWrap dl.col2 span dt {
	padding: 5px 0;
}

#container #main #sitemapWrap dl.col2 dd {
	float: left;
	width: 330px;
}
#container #main #sitemapWrap dl.col2 dd ul {
	overflow: hidden;
}
#container #main #sitemapWrap dl.col2Li dd ul li {
	float: left;
	width: 330px;
}
#container #main #sitemapWrap ul.col2 {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #CCC;
	border-bottom: none;
	overflow: hidden;
}
#container #main #sitemapWrap ul.col2 li {
	float: left;
	width: 33.33%;
}


/* privacy */

/* social */
.social #container #main .helpSec .inner {
	margin-bottom: 60px;
}
#container #main .helpSec .socialList {
	margin-bottom: 20px;
	padding-left: 20px;
	list-style-type: disc;
	font-size: 1.6em;
	overflow: hidden;
}
#container #main .helpSec .noList {
	margin-left: -20px;
	padding-left: 0;
	list-style: none;
}
#container #main .helpSec .socialList .innerCol2 {
	float: left;
	width: 500px;
	margin-left: 20px;
}
#container #main .helpSec .socialList .innerCol2 dt {
	margin-bottom: 20px;
	padding: 5px 5px 5px 10px;
	color: #fff;
}
#container #main .helpSec .noList .innerFb dt { background: #3b579d;}
#container #main .helpSec .noList .innerTw dt { background: #5ea9dd;}

#container #main .helpSec .socialList .innerCol2 dd a {
	color: #333;
	text-decoration: underline;
}
#container #main .helpSec .socialList .innerCol2 dd a:hover {
	text-decoration: none;
}
.social #container #main .helpSec .inner .rightTxt {
	text-align: right;
}


/*
00,contact
----------------------------------------------------------------*/
/* form */
#container #main #contactIntro {
	margin-bottom: 30px;
	overflow: hidden;
}
#container #main #contents #contactIntro {
	width: auto;
}
.recruit #container #main #contactIntro {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#container #main #contactIntro h2 {
	margin-bottom: 30px;
}
#container #main #contactIntro p {
	margin-bottom: 1px;
	font-size: 16px;
	color: #333;
}
#container #main #contactIntro .photoRight {
	float: right;
	margin-top: -60px;
}
#container #main #contactIntro .photoRight02 {
	float: right;
	margin-top: -60px;
	padding-left: 100px;
}
#container #main #contactTel {
	width: 680px;
	margin: 0 auto 60px;
	padding-top: 30px;
	background: url(../img/common/line_bg2.png) repeat-x 0 0;
}
#container #main #contactTel p {
	font-size: 2em;
	font-weight: bold;
}
#container #main #contactTel p span {
	display: block;
	font-weight: normal;
	font-size: 0.5em;
}
#container #main #contactTel p span dfn {
	padding-right: 5px;
	font-style: normal;
}

#container #main #contactForm,
#container #main #contactForm.contactSec {
	width: 680px;
	margin: 0 auto 60px;
	padding: 0px 30px 20px;
	border: 5px solid #EEE;
	border-radius: 5px;
}
#container #main #contents #contactForm {
	width: 610px;
}
#container #main #contactForm h3 {
	margin-bottom: 20px;
	font-size: 2.0em;
}
#container #main #contactForm p.tel {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	font-family: "Helvetica Neue";
}
#container #main #contactForm p.tel span.telNum {
	font-size: 2.562em;
}
#container #main #contactForm p.tel span.telNum img {
	padding-right: 20px;
	vertical-align: middle;
}
#container #main #contactForm p.tel span.accept {
	padding-left: 40px;
	padding-bottom: 8px;
	vertical-align: middle;
}
#container #main #contactForm span.must {
	margin: 0 5px;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #F33;
	border-radius: 3px;
	border: #F33 solid 1px;
}
#container #main #contactForm span.mailmagMessage {
	margin: 0 5px;
	font-size: 12px;
	font-weight: normal;
}
#container #main #contactForm dl {
	display: block;
	margin: 0;
	padding: 20px 0 10px;
	font-size: 1.6em;
	border-bottom: #ccc solid 1px;
}
#container #main #contactForm dl dt {
	display: block;
	margin-bottom: 10px;
	padding-top: 20px;
	font-weight: bold;
	border-top: #EEE solid 1px;
}
#container #main #contactForm dl dt:first-child {
	border-top: none;
	padding-top: 0;
}
#container #main #contactForm input {
	width: 24%;
	margin: 0 10px 7px 0;
	padding: 2px;
	font-size: 16px;
}

#container #main #contactForm dl dd p {
	margin-bottom: 0;
	font-size: 1.0em;
	color: #ed6d00;
}
#container #main #contactForm dl dd.radio input {
	width: auto;
}
#container #main #contactForm dl dd.radio label {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 5px 5px;
	padding: 8px 15px;
	border: #DDD solid 1px;
	border-radius: 5px;
}
#container #main #contactForm dl dd.radio label:hover {
	border-color: #09F;
}
#container #main #contactForm dl dd.radio label .sun {
	font-size: 1em;
	font-weight: bold;
	color: #cc0000;
}
#container #main #contactForm dl dd.boxLabel img {
	width: 128px;
	height: auto;
}
#container #main #contactForm dl dd.boxLabel p {
	padding-top: 10px;
}
#container #main #contactForm dl dd.boxLabel label {
	font-size: 15px;
}
#container #main #contactForm dl dd.boxLabel label .photo img {
	margin-bottom: 10px;
}
#container #main #contactForm dl dd.boxLabel .otherCase {
	clear: both;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}
#container #main #contactForm dl dd.boxLabel .otherCase dl {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	border: none;
	text-align: left;
	overflow: hidden;
}
#container #main #contactForm dl dd.boxLabel .otherCase dl dt {
	clear: both;
	float: left;
	width: 10em;
	margin: 0 0 0 10px;
	padding-top: 10px;
	font-size: 16px;
}
#container #main #contactForm dl dd.boxLabel .otherCase dl dd {
	margin-left: 7em;
	padding: 0;
	text-align: left;
}
#container #main #contactForm dl dd.boxLabel .otherCase dl dd input.short {
	width: 4em;
	text-align: right;
}
#container #main #contactForm dl dd.boxLabel .otherCaseLink {
	display: inline;
	padding: 0 0 0 40px;
	text-align: left;
	font-size: 16px;
}
#container #main #contactForm dl dd.boxLabel .otherCaseLink a {
	padding-left: 30px;
	color: #333;
	background: url(../img/common/arrow_circle_g_17.png) 0 50% no-repeat;
}


#container #main #contactForm dl dd input.age {
	width: 40px;
	text-align: right;
}
#container #main #contactForm input.short {
	width: 60px;
}
#container #main #contactForm input.long {
	width: 80%;
}
#container #main #contactForm textarea {
	width: 80% !important;
	height: 120px !important;
}
#container #main #contactForm select {
	margin-bottom: 5px;
	font-size: 16px;
}
#container #main #contactForm dl dd {
	padding-bottom: 20px;
}
#container #main #contactForm dl dd span.example {
	font-size: 0.857em;
	display: block;
}
#container #main #contactForm dl dd dl.inner {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 0.857em;
}
#container #main #contactForm dl dd dl.inner dt {
	width: 30%;
	margin-bottom: 5px;
	padding-top: 0;
	font-weight: normal;
	border-top: none;
}
#container #main #contactForm dl dd dl.inner dd {
	width: 70%;
	margin-top: -2em;
	margin-left: 30%;
	padding-bottom: 0;
}
#container #main #contactForm dl.selectTitle {
	margin-bottom: 20px;
}
#container #main #contactForm dl.selectTitle dd input {
	width: auto;
	margin-right: 0;
}
#container #main #contactForm p.otherquestion {
	padding-top: 30px;
}
#container #main #contactForm p {
	padding-top: 30px;
	font-size: 1.0em;
	text-align: center;
}
#container #main #contactForm p button {
	margin-bottom: 10px;
	font-size: 18px;
	padding: 20px 120px;
	background: none;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ed6d00;
	color: #FFF;
	cursor: pointer;
}
#container #main #contactForm p button:hover {
	background-color: #ff5700;
	color: #FFF;
}
#container #main #contactForm p.text {
	text-align: center !important;
	font-size: 12px !important;
}
#container #main .contactSecEnd {
	padding-bottom: 30px;
}
#container #main .contactSecEnd p {
	font-size: 18px !important;
}
#container #main .contactSecEnd p a {
	padding-left: 30px;
	background: url(../img/common/arrow_circle_g_17.png) 0 50% no-repeat;
}

body div#mfp_overlay_inner {
	width: 40%;
}

/* top */
#container #main .contactSec {
	position: relative;
	margin-bottom: 10px;
}
#container #main .contactSecOuter {
	padding-bottom: 40px;
	overflow: hidden;
}
#container #main .contactTopSec {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#container #main .contactSec h3 {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 20px;
	font-weight: normal;
}
#container #main .contactSec .sectionInner {
	margin-bottom: 0;
	padding-left: 320px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.6em;
	overflow: hidden;
}
#container #main .contactSec .sectionInner p {
	margin-bottom: 30px;
}
#container #main .contactSec .sectionInner p.photoRight {
	float: right;
	width: 200px;
	margin-left: 120px;
}
#container #main .contactSec .sectionInner p.btn {
	width: 320px;
	font-weight: bold;
}
#container #main .contactSec .sectionInner p.btn a {
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
#container #main .contactSec .sectionInner p.orangeBtn a { background: #F18300;}
#container #main .contactSec .sectionInner p.yellowBtn a { background: #EB0;}
#container #main .contactSec .sectionInner p.blueBtn a { background: #56C2CF;}
#container #main .contactSec .sectionInner p.pinkBtn a { background: #F35938;}
#container #main .contactSec .sectionInner p.btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.contact #container #main .intro {
	border-bottom: 1px solid #ccc;
}
#container #main .contactSec h2 {
	margin-bottom: 20px;
	padding: 0;
	font-size: 2.2em;
	font-weight: bold;
	color: #333;
	background: none;
}

/* book campaign from 20150330 */
#container #main .contactSec .bookCampaign,
#container #main .seminarSec .bookCampaign {
  clear: both;
	margin-top: 0;
	width: auto;
}
#container #main .contactSec .bookCampaign h3,
#container #main .seminarSec .bookCampaign h3 {
	position: static;
	left: 0;
	top: 0;
  margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 2em;
	font-weight: bold;
}
#container #main .contactSec .bookCampaign h3.bookSodan,
#container #main .seminarSec .bookCampaign h3.bookSodan {
  color: #f08200;
}
#container #main .contactSec .bookCampaign h3.bookMailmag,
#container #main .seminarSec .bookCampaign h3.bookMailmag {
	color: #f1c700;
}
#container #main .contactSec .bookCampaign img,
#container #main .seminarSec .bookCampaign img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* catalog */
.catalog #container #main #contactIntro .copy {
	margin-bottom: 20px;
}
.catalog #container #main #contactIntro .mainImg {
	float: left;
}
#container #main #contactIntro .catalogDetail {
	float: right;
	width: 430px;
	overflow: hidden;
}
#container #main #contactIntro .catalogDetail dl {
	margin-bottom: 10px;
	font-size: 1.6em;
	text-align: left;
	overflow: hidden;
}
#container #main #contactIntro .catalogDetail dl dt {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-weight: bold;
}
#container #main #contactIntro .catalogDetail dl dd {
	margin-bottom: 10px;
	font-size: 0.875em;
}

#container #main #contactIntro .msg {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-size: 1.4em;
	text-align: left;
}

/* 来店予約 */
#container #main section.reservationSec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#container #main section.reservationSec p {
	font-size: 16px;
}
#container #main section.reservationSec .bgBox03 {
	width: auto;
	margin: 0 -100px;
	padding: 50px 100px;
	background: url(../img/common/bg_gray_dot.png) ;
}
#container #main section.reservationSec .bgBox03 h2 {
	font-size: 34px;
	text-align: center;
}
#container #main section.reservationSec .bgBox03 h2 .emph {
	font-size: 56px;
}
#container #main section.reservationSec .bgBox03 .meritBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: auto;
	padding: 0 20px;
}
#container #main section.reservationSec .bgBox03 .meritBox .element {
	width: 312px;
	text-align: center;
}
#container #main section.reservationSec .bgBox03 .meritBox .element p {
	font-size: 22px;
	font-weight: bold;
	line-height:120%;
}
#container #main section.reservationSec .bgBox03 .meritBox .element p.prec {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 0 20px;
}
#container #main section.reservationSec .bgBox03 .meritBox .element img {
	margin: 10px 0;
}
#container #main section.reservationSec .bgBox02 {
	width: auto;
	margin: 0 -100px 30px;
	padding: 30px 100px;
	background: #fff5e0;
	clear: both;
}
#container #main section.reservationSec .bgBox02 h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
#container #main section.reservationSec .bgBox02 h2 .emph {
	font-size: 34px;
	color: #f35b39;
}
#container #main section.reservationSec .bgBox02 p {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}
#container #main section.reservationSec .bgBox02 .meritBox02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: auto;
}
#container #main section.reservationSec .bgBox02 .meritBox02 p {
	font-size: 24px;
	line-height:120%;
	margin-left: 10px;
}
#container #main section.reservationSec .bgBox02 .meritBox02 p .emph {
	font-size: 26px;
	color: #f35b39;
}

#container #main section.reservationSec .questionBox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: auto;
	margin: 50px 0 40px;
}
#container #main section.reservationSec .questionBox01 h2 {
	font-size: 28px;
	margin-left: 20px;
}
#container #main section.reservationSec .questionBox02 {
	width: auto;
	margin-left: 290px;
}
#container #main section.reservationSec .questionBox02 ul {
	list-style-type:none;
}
#container #main section.reservationSec .questionBox02 li {
	background-image: url("../img/contact/reservation-item004.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 20px;
}
#container #main section.reservationSec .questionBox03 {
	display: flex;
	flex-flow: column wrap;
	text-align: center;
	width: auto;
	margin-top: 50px;
}
#container #main section.reservationSec .questionBox03 h3 {
	font-size: 28px;
	color: #399139;
	margin: 40px 0 20px;
	line-height:130%;
}
#container #main section.reservationSec .questionBox04 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: auto;
}
#container #main section.reservationSec .questionBox04 p {
	font-size: 16px;
	margin-left: 5px;
}
#container #main section.reservationSec .shopinfoBox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 1020px;
	margin-top: 50px;
}
#container #main section.reservationSec .shopinfoBox01 .element {
	background: #fff5e0;
	text-align: center;
	margin-bottom: 50px;
}
#container #main section.reservationSec .shopinfoBox01 .element h4 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;	
}
#container #main section.reservationSec .shopinfoBox01 .element p {
	font-size: 18px;
	line-height:130%;
	margin-bottom: 15px;	
}
#container #main section.reservationSec .shopinfoBox01 .element .btn a {
	display: inline-block;
	width: 250px;
	padding: 7px 0 5px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;	
}
#container #main section.reservationSec .shopinfoBox01 .element .btn a:hover {
	background: #1b7a88;
}
#container #main section.reservationSec .shopinfoBox01 .element .sunday {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
	margin-top: 8px;
}
#container #main section.reservationSec .shopinfoBox01 .element .sunday p {
	font-size: 16px;
	margin-left: 7px;
}
#container #main section.reservationSec .reservationBoxOuter {
	position: relative;
	width: auto;
	margin-bottom: 60px;
	padding: 0 0 30px;
	background: url(../img/common/bg_green_w.png) repeat-y 50% ;
	clear: both;
}
#container #main section.reservationSec .reservationBox {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	background: url("../img/case/icon_member_arrow_bottom.png") no-repeat 50% 0;
	clear: both;
}
#container #main section.reservationSec .reservationBox img {
	position: absolute;
	bottom: 0;
	right: 40px
}
#container #main section.reservationSec .reservationBox h3 {
	font-size: 26px;
	line-height:140%;
	color: #fff;
	margin: 20px 0;
}
#container #main section.reservationSec .reservationBox h3 .emph {
	color: #fff100;
}
#container #main section.reservationSec .reservationBox p {
	background: #fff;
	margin: 0 35px;
	padding: 20px 30px;
	font-size: 20px;
	line-height:130%;
	text-align: left;
}
#container #main section.reservationSec .reservationBox p .emph {
	font-size: 24px;
	color: #f35b39;
}
#container #main section.reservationSec .reservationBox p .caut {
	font-size: 18px;
}
/* 来店予約キャンペーン */
#container #main section.reservationSec p.switchimg {
	display: none;
}
#container #main section.reservationSec .r001 {
	background: url("../img/contact/reservation2-ph001.jpg") no-repeat;
	width: 1020px;
	height: 90px;
}
#container #main section.reservationSec .r002 {
	background: url("../img/contact/reservation2-ph002.png") no-repeat;
	width: 1020px;
	height: 470px;
}
#container #main section.reservationSec .bgBox04 {
	width: auto;
	margin: 0;
	padding-bottom: 30px;
	background: url(../img/common/bg_beige_stp.png) ;
}
#container #main section.reservationSec .bgBox04 .fiyerBox {
	position: relative;
	width: auto;
	margin: 0 30px;
	border: 2px solid #40210f;
	background-color: #fff;
}
#container #main section.reservationSec .bgBox04 .fiyerBox .chan {
	position: absolute;
	top: -50px;
	left: 20px;
}
#container #main section.reservationSec .bgBox04 .fiyerBox h2 {
	font-size: 32px;
	text-align: center;
	color: #40210f;
	margin: 20px 0 10px 0;
}
#container #main section.reservationSec .bgBox04 .fiyerBox .caut {
	text-align: center;
	margin-bottom: 20px;
}
#container #main section.reservationSec .bgBox04 .fiyerBox .FlyerInfoBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 95%;
	margin: 0 auto;
}
#container #main section.reservationSec .bgBox04 .fiyerBox .FlyerInfoBox .element {
	text-align: center;
	margin-bottom: 30px;
}
#container #main section.reservationSec .bgBox04 .fiyerBox .FlyerInfoBox .element .btn a {
	display: inline-block;
	width: 380px;
	margin-top: 10px;
	padding: 10px 0 8px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;	
}
#container #main section.reservationSec .bgBox04 .fiyerBox .FlyerInfoBox .element .btn a:hover {
	background: #1b7a88;
}
#container #main section.reservationSec .bgBox04 .TitleBox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	width: auto;
}
#container #main section.reservationSec .bgBox04 .TitleBox01 h2 {
	margin: 25px 0 -15px 0;
	font-size: 26px;
	color: #40210f;
	line-height:120%;
}
#container #main section.reservationSec .bgBox04 .TitleBox01 h2 .emph,
#container #main section.reservationSec .bgBox04 .TitleBox01 h2 .emph2 {
	font-size: 64px;
	color: #ed731f;
	margin-right: 5px;
}
#container #main section.reservationSec .bgBox04 .adju02 {
	font-size: 26px;
	color: #40210f;
	text-align: center;
	line-height:60%;
	padding-top: 25px;
}
#container #main section.reservationSec .bgBox04 .TitleBox01 .adju05 {
	font-size: 46px;
}
#container #main section.reservationSec .reservation2Box01 {
	width: 100%;
	margin:0 auto;
}
#container #main section.reservationSec .reservation2Box01 p {
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}
#container #main section.reservationSec .reservation2Box01 .r003 {
	background: url("../img/contact/reservation2-ph006.jpg") no-repeat;
	width: 872px;
	height: 617px;
	margin: auto;
	padding: 25px 0 150px 0;
}
#container #main section.reservationSec .reservation2Box01 .r004 {
	background: url("../img/contact/reservation2-ph007.jpg") no-repeat;
	width: 910px;
	height: 420px;
	margin: 30px auto 0;
}
#container #main section.reservationSec .reservation2Box01 .adju04 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 150px;
}
#container #main section.reservationSec .reservation2Box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	margin:20px auto;
}
#container #main section.reservationSec .reservation2Box03 {
	text-align: center;
	width: auto;
	margin-top: 70px;
}
#container #main section.reservationSec .reservation2Box03 h3 {
	font-size: 42px;
	color: #40210f;
}

/* オンライン相談 */
#container #main section.reservationSec .bgBox {
	position: relative;
	background: url(../img/common/bg_yellow_w.png);
	border: none;
	border-radius: 10px;
}
#container #main section.reservationSec .bgBox h2 {
	padding: 30px 0 10px 40px;
	text-align: left;
	font-size: 30px;
	color: #3e3a39;
	font-weight: bold;
	line-height:110%;
}
#container #main section.reservationSec .bgBox h2 img {
	float: left;
	margin-top: -15px;
	padding-right: 30px;
}
#container #main section.reservationSec .bgBox .ExplanBox {
	position: relative;
	background: #fff;
	padding:35px 40px 25px 40px;
	margin: 10px 0;
}
#container #main section.reservationSec .bgBox .ExplanBox .Explan {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: auto;
	padding: 0 20px;
}
#container #main section.reservationSec .bgBox .ExplanBox .Explan .element {
	width: 200px;
	text-align: center;
}
#container #main section.reservationSec .bgBox .ExplanBox .Explan .element p {
	font-size: 24px;
	font-weight: bold;
	line-height:120%;
	margin: 5px 0;
}
#container #main section.reservationSec .bgBox .ExplanBox .Explan .element p.prec {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 0 20px;
}


/*
00,blog
----------------------------------------------------------------*/
#container #main .blogSec {
	padding-top: 40px;
}
/* numNav */
#container #main .numNav {
	margin: 20px auto;
	/padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
	clear: both;
}
#container #main .numNav {
	font-size: 1.4em;
}
#container #main .numNav a {
	padding: 0 10px 10px;
	/border-bottom: 3px solid #fff;
	text-align: center;
	color: #54c2d0;
	zoom: 1;
}
#container #main .numNav span.current_page {
	padding: 0 10px 10px;
	border-bottom: 3px solid #54c2d0;
	color: #333;
	zoom: 1;
}
#container #main .numNav span a.link_next {
	border-bottom: none;
}
#container #main .numNav a:hover {
	padding: 0 10px 10px;
	border-bottom: 3px solid #54c2d0;
	color: #333;
	text-decoration: none;
}
#container #main .numNav span a.link_next:hover {
	border-bottom: 3px solid #54c2d0;
}

/* archives */
.monthly #container #main header.textHeader {
	padding: 40px 0 0;
}
#container .archiveListSec {
	width: 1034px;
	margin: 0 auto;
	overflow: hidden;
}
#container .archiveListMore {
	display: none;
	margin-top: -40px;
	padding-bottom: 40px;
}
#container .archiveListSec .archiveSecInner {
	position: relative;
	float: left;
	width: 192px;
	margin-bottom: 10px;
	margin-left: 10px;
	cursor: pointer;
	border: #ccc solid 1px;
	zoom: 1;
}
#container .archiveListSec .archiveSecInner:hover {
	background-color: #3f3f3f;
}
#container .archiveListSec .archiveSecInner a {
	display: block;
	margin-bottom: 5px;
}
#container .archiveListSec .archiveSecInner:hover a {
	opacity: 0.6;
}
#container .archiveListSec .archiveSecInner a p.photo {
	margin: 0;
	height: 136px;
	text-align: center;
	overflow: hidden;
	background-color: #f2f2f2;
}
#container .archiveListSec .archiveSecInner a p.photo span {
	display: table-cell;
	width: 192px;
	height: 136px;
	vertical-align: middle;
	text-align: center;
	/display: inline;
	/zoom: 1;
}
#container .archiveListSec .archiveSecInner a p.photo span img {
	width: auto;
	max-height: 136px;
}
#container .archiveListSec .archiveSecInner p.meta {
	padding: 0 10px;
	margin-bottom: 0;
	font-size: 12px;
	color: #999;
}
#container .archiveListSec .archiveSecInner h2 {
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
}
#container .archiveListSec .archiveSecInner:hover h2 {
	color: #ffffff;
}
#container span.category {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	margin-bottom: 0;
	padding: 0 4px;
	font-size: 12px !important;
	color: #fff;
	text-align: center;
	background: #000;
}

#container span.seminar { background: #56c2cf;}
#container span.house   { background: #eebb00;}
#container span.event   { background: #f18300;}
#container span.sodan   { background: #f4582f;}
#container span.blog    { background: #819f41;}
#container span.press   { background: #C97619;}
#container span.news    { background: #666666;}

#container span.voice   { background: #edb64c;}
#container span.case    { background: #56c2cf;}


#container #main section article {
	width: 680px;
}
#container #main section article .entryHeader {
	margin-top: -18px;
}
#container #main section article .entryHeader h1 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-weight: normal;
}

#container #main section article .entryHeader h1 span.category {
	position: static;
	width: auto;
	margin: 0;
	padding: 0 4px !important;
	color: #fff;
	text-align: center;
	background: #000;
}
#container #main section article .entryHeader h1 span.seminar { background: #56c2cf;}
#container #main section article .entryHeader h1 span.house   { background: #eebb00;}
#container #main section article .entryHeader h1 span.event   { background: #f18300;}
#container #main section article .entryHeader h1 span.sodan   { background: #f4582f;}
#container #main section article .entryHeader h1 span.blog    { background: #819f41;}
#container #main section article .entryHeader h1 span.press   { background: #C97619;}
#container #main section article .entryHeader h1 span.news    { background: #666666;}

#container #main section article .entryHeader h1 span.voice   { background: #edb64c;}
#container #main section article .entryHeader h1 span.case    { background: #56c2cf;}

#container #main section article .entryHeader p.date {
	margin-bottom: 0.5em;
	font-size: 14px;
}
#container #main section article .entryHeader .sns {
	padding: 15px 0 0;
	border-top: #DDD solid 1px;
	overflow: hidden;
}
#container #main section article .entryHeader .sns ul li {
	display: block;
	float: left;
	height: 24px;
	padding-right: 5px;
	vertical-align: top;
}
#container #main section article .entryHeader .sns ul li:first-child {
	width: 100px;
}
#container #main section article .entryHeader .sns ul li.line {
	display: none;
}

#container #main section article .entryBody {
	width: 680px;
	margin-bottom: 60px;
	overflow: hidden;
}
#container #main section article p.dateEnd {
	padding: 20px 0;
	font-size: 30px;
	color: #F66;
	border: #F66 solid 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 1.25;
}
#container #main section article p.dateEnd span {
	display: block;
	font-size: 16px;
}
#container #main section article .entryFooter {
	position: relative;
	padding-top: 10px;
	border-top: #DDD solid 1px;
	overflow: visible;
	text-align: right;
}
#container #main section article .entryFooter p {
	font-size: 14px;
	color: #999;
}
#container #main section article .entryFooter .sns {
	position: absolute;
	top: 10px;
	left: 0;
}
#container #main section article .entryFooter .sns img {
}

/* blog side */
#container #main #side {
	padding-top: 40px;
}
#container #main #side nav {
	margin-bottom: 40px;
}
#container #main #side .navTitle {
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	border-top: #ffe36f solid 5px;
}
#container #main #side .blogRecentEntries ul li a {
	position: relative;
	display: block;
	padding: 10px 60px 10px 10px;
	border-bottom: #DDD solid 1px;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}
#container #main #side .blogRecentEntries ul li a:hover {
	background-color: #EEE;
}
#container #main #side .blogRecentEntries ul li a img {
	position: absolute;
	top: 10px;
	right: 10px;
}
#container #main #side .blogRecentEntries ul li a span {
	margin: 0 5px;
	padding: 1px 6px;
	font-size: 10px;
	border-radius: 20px;
	color: #FFF;
	background-color: #999;
}
#container #main #side .blogArchiveNav form .form {
	width: 100%;
	font-size: 16px;
}


/*
00,seminar
----------------------------------------------------------------*/
/* seminar index */
#container #main .seminarSec {
	position: relative;
	width: 1020px;
	margin-bottom: 60px;
	padding-top: 40px;
}
#container #main .seminarSec h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
}
#container #main .seminarSec .localNav {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
}
#container #main .seminarSec .localNav ul li a {
	padding-left: 50px;
	background-position: 20px 50%;
	background-repeat: no-repeat;
}
#container #main .seminarSec .localNav ul .calendar a {
	background-image: url(../img/common/lnav_icon_calendar.png);
}
#container #main .seminarSec .localNav ul .list a {
	background-image: url(../img/common/lnav_icon_list.png);
}
.calendar #container #main .seminarSec .localNav ul .calendar a {
	background-image: url(../img/common/lnav_icon_calendar_on.png);
	background-color: #58bbca;
	color: #FFF;
}
.list #container #main .seminarSec .localNav ul .list a {
	background-image: url(../img/common/lnav_icon_list_on.png);
	background-color: #58bbca;
	color: #FFF;
}

/* seminar list */
#container #main .seminarSec .seminarBox {
	position: relative;
	margin-bottom: -1px;
	overflow: hidden;
	zoom: 1;
	box-shadow: 0px 0px 1px 0px rgba(150,150,150,1) inset;
	html>border/***/: 1px solid #ccc;
}
#container #main .seminarSec .seminarBox {
	cursor: pointer;
}
#container #main .seminarSec .seminarBox:hover {
	border: #58bbca solid 5px;
	z-index: 100;
	box-shadow: none;
}
#container #main .seminarSec .seminarBox .seminarBoxInner {
	width: 720px;
	height: 120px;
	padding: 30px 270px 20px 30px;
}
#container #main .seminarSec .seminarBox:hover .seminarBoxInner {
	margin: -5px;
}
#container #main .seminarSec .seminarBox .seminarBoxInner h3 {
	font-size: 20px;
	font-weight: bold;
}
#container #main .seminarSec .date {
	margin-bottom: 0.2em;
	font-size: 14px;
	line-height: 1.75;
	vertical-align: middle;
}
#container #main .seminarSec .date span {
	margin: 0 5px;
	padding: 2px 12px;
	font-size: 12px;
	border-radius: 20px;
	color: #FFF;
	background-color: #999;
}
#container #main .seminarSec .date span.apo   { background-color: #ee7700;}
#container #main .seminarSec .date span.noapo { background-color: #5babf3;}
#container #main .seminarSec .date span.full  { background-color: #F33;}

#container #main .seminarSec .date strong {
	color: #F33;
	font-size: 14px;
	font-weight: normal;
}
#container #main .seminarSec .seminarBox .seminarBoxInner .excerpt {
	margin-bottom: 0.5em;
	font-size: 14px;
}
#container #main .seminarSec .seminarBox .seminarBoxInner .detailLink {
	font-size: 14px;
}
#container #main .seminarSec .seminarBox .seminarBoxInner .detailLink a {
	padding-left: 25px;
	background: url(../img/common/arrow_circle_g_17.png) no-repeat 0 50%;
}
#container #main .seminarSec .seminarBox .seminarBoxInner .photo {
	position: absolute;
	width: 240px;
	height: 170px;
	top: 0;
	right: 0;
	background: #f2f2f2;
	text-align: center;
}
#container #main .seminarSec .seminarBox .seminarBoxInner .photo span {
	display: table-cell;
	width: 240px;
	height: 170px;
	vertical-align: middle;
	text-align: center;
	zoom: 1;
}
#container #main .seminarSec .seminarBox:hover .seminarBoxInner .photo {
	margin: -5px;
}
#container #main .seminarSec .seminarBox span.category {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 10px !important;
	font-size: 14px !important;
}

#container #main .seminarSec .seminarBox:hover .category {
	margin: -5px;
}
#container #main .seminarFinished {
	padding: 60px 0;
	margin-bottom: 0;
}
#container #main .seminarFinished h2 {
	margin-bottom: 30px;
	font-size: 18px;
}
#container #main .seminarFinished ul.newsBox li {
	margin-bottom: 12px;
}
#container #main .seminarSec .toArchive {
	text-align: right;
	padding-top: 20px;
}
#container #main .seminarSec .toArchive a {
	padding: 10px 0 10px 30px;
	font-size: 16px;
	color: #000;
	background: url(../img/common/arrow_circle_g_17.png) no-repeat 0 50%;
}

/* seminar calendar */

#container #main .seminarSec .seminarMainCalendar#fullcalendar table {
	border-top: none;
}
#container #main .seminarSec .seminarMainCalendar#fullcalendar table,
#container #main .seminarSec .seminarMainCalendar#fullcalendar table th,
#container #main .seminarSec .seminarMainCalendar#fullcalendar table td {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2;
	background: none;
}
#container #main .seminarSec .seminarMainCalendar#fullcalendar table th.fc-sun  { background-color:#ff9192;}
#container #main .seminarSec .seminarMainCalendar#fullcalendar table th.fc-sat { background-color:#4c98cd;}


#container #main .seminarSec .seminarMainCalendar#fullcalendar table th,
#container #main .seminarSec .seminarMainCalendar#fullcalendar table td {
	width: 130px;
	font-size: 1.2em;
}
#container #main .seminarSec .seminarMainCalendar#fullcalendar table.fc-header td {
	border-top: none;
}
#container #main .seminarSec .seminarMainCalendar#fullcalendar table td.fc-header-right {
	text-align: right;
}
#container #main .seminarSec .seminarMainCalendar#fullcalendar table td.fc-header-right span {
	padding-right: 5px;
	text-decoration: underline;
}
#container #main .seminarSec .seminarMainCalendar#fullcalendar table th {
	padding: 5px 0;
	color: #ffffff;
	background-color: #a0aab1;
	text-align: center;
	font-weight: normal;
}

#container #main .seminarSec .seminarMainCalendar#fullcalendar .fc-grid .fc-day-number {
	float: left;
}
.fc-sun { color: #4c98cd;}
.fc-sat { color: #ff9192;}

/* seminar entry*/
#container #main section article .seminarDetailTable {
	margin-bottom: 40px;
}
#container #main section article .seminarDetailTable table {
	width: 100%;
	font-size: 16px;
	border: #CCC solid;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
	border-spacing: none;
}
#container #main section article .seminarDetailTable table th,
#container #main section article .seminarDetailTable table td {
	padding: 10px 20px;
	border: #CCC solid;
	border-width: 0 0 1px 1px;
	vertical-align: top;
}
#container #main section article .seminarDetailTable table th,
#container #main section article .seminarDetailTable table td:first-child {
	background-color: #f6f6f6;
}
#container #main section article .seminarDetailTable table th {
	width: 20%;
}


/*
00,qa
----------------------------------------------------------------*/
#container #main section.bgBoxOuter {
	margin-bottom: 40px;
	padding-bottom: 10px;
	background: url(../img/qa/bg_box_under.png) no-repeat 0 100%;
	overflow: hidden;
}
#container #main section .bgBox {
	padding: 0 10px;
	background: url(../img/qa/bg_box_repeat.png) repeat-y;
	border-top: #f4f4f4 solid 10px;
	overflow: hidden;
}
#container #main section ul.faqAccordion {
	margin: 20px;
	clear: both;
}
#container #main section ul.faqAccordion li {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.6em;
}
#container #main section ul.faqAccordion li a.trg {
	display: block;
	padding: 10px 60px 18px 50px;
	border-bottom: #CCC solid 1px;
	background: url(../img/qa/icon_arrow_bottom.png) no-repeat 98% 40%;
	font-weight: bold;
	color: #000;
	zoom: 1;
	outline: none;
}
#container #main section ul.faqAccordion li a.trg:hover {
	color: #ed6d00;
	text-decoration: none;
}
#container #main section ul.faqAccordion li a.selected {
	color: #ed6d00;
	background: url(../img/qa/icon_arrow_top.png) no-repeat 98% 40%;
}
#container #main section ul.faqAccordion li a.trg span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	background: #CCC;
	text-align: center;
	color: #FFF;
}
#container #main section ul.faqAccordion li .faqAccordionInner {
	/*width: 600px;*/
	padding: 1em 0 1em 50px;
	border-bottom: #CCC solid 1px;
}
#container #main section ul.faqAccordion li .faqAccordionInner p {
	margin-bottom: 0;
	font-size: 1.0em;
}
#container #main section ul.faqAccordion li .faqAccordionInner table th,
#container #main section ul.faqAccordion li .faqAccordionInner table td,
#container #main section ul.faqAccordion li .faqAccordionInner ul li {
	margin-bottom: 0;
	font-size: 1.0em;
}
#container #main section ul.faqAccordion li .faqAccordionInner ol {
	padding-top: 10px;
}
#container #main section ul.faqAccordion li .faqAccordionInner ol li {
	font-size: 1.0em;
	list-style-position: inside;
}
/*
00,question
----------------------------------------------------------------*/
#container #main section ul.questionAccordion li a.trg {
	display: block;
	padding: 10px 60px 18px 50px;
	border-bottom: #CCC solid 1px;
	background: url(../img/qa/icon_arrow_bottom.png) no-repeat 98% 40%;
	font-weight: bold;
	color: #000;
	zoom: 1;
	outline: none;
}
/*
00,blog
----------------------------------------------------------------*/
#container #main .archiveListSection {
	margin-right: -20px;
	overflow: hidden;
	zoom: 1;
}
.blog .photoRight {
	float: right;
	width: 300px;
}
#main h2.arthiveTitle {
	margin-bottom: 40px;
	padding: 20px 0;
	text-align: center;
	background-color: #eee;
}

/* contents */
#contents article {
	margin-bottom: 80px;
	overflow: hidden;
}
#contents article header {
	position: relative;
	margin-bottom: 24px;
}
#contents article header h1 {
	font-size: 30px;
	line-height: 1.5;
}
#contents article header h1 a {
	color: #000;
}
#contents article .entryBody {
	padding: 0;
	font-size: 1.6em;
	line-height: 1.75;
}
#contents article .entryBody p,
#contents article .entryBody ul,
#contents article .entryBody ol,
#contents article .entryBody table {
	margin-bottom: 1em;
}


/*
00,corporate
----------------------------------------------------------------*/

/* csr */
#container #main .otherCsrbtn {
	padding-bottom: 40px;
	text-align: center;
}
#container #main .otherCsrbtn a {
	padding: 4px 0 5px 50px;
	color: #000;
	font-size: 1.6em;
	line-height: 30px;
	background: url(../img/common/arrow_circle_o_27.png) 0 0 no-repeat;
}

#container .textHeader h1 span.category {
	position: relative;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-left: 0;
	padding: 3px 10px 1px;
	color: #fff;
	background: #56bbcb;
	font-size: 12px;
}


/* csr 020 */
.csr #container #main section.csrIntro {
	margin-bottom: 0;
}
#container #main section.csrIntro .inner {
	padding: 40px;
	background: #f2f2f2;
	border-radius: 5px;
}
#container #main section.csrIntro .inner dl {
	margin-bottom: 2em;
	font-size: 16px;
}
#container #main section.csrIntro .inner dl dt {
	width: 7em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#container #main section.csrIntro .inner dl dd {
	margin-left: 7em;
	margin-top: -2em;
	margin-bottom: 0.5em;
}
#container #main section.csrIntro .inner table {
	background: #FFF;
}
.csr #container #main section.csrFAQ {
	width: 1040px;
	padding-bottom: 80px;
	overflow: hidden;
}
#container #main section.csrFAQ .inner {
	float: left;
	width: 455px;
	margin-bottom: 10px !important;
	margin-left: 10px;
	padding: 20px;
	border: #EEE solid 5px;
	border-radius: 5px;
}
#container #main section.csrFAQ .inner h2 {
	margin: -20px -20px 20px;
	padding: 15px;
	background: #ffe36e;
	font-size: 14px;
}
#container #main section.csrFAQ .inner p {
	margin-bottom: 0;
	font-size: 12px;
	text-align: right;
}
#container #main section.csrFAQ .inner img {
}
#container #main section.csrFAQ .inner .list {
	font-size: 14px;
	text-align: left;
}
#container #main section.csrFAQ .inner .list .fb-red {
	color: #F33;
}

/* csr 020 */
#container #main section.csrHosIntro .inner .photo {
	text-align: center;
}
#container #main section.csrHosIntro .inner .photo img {
	padding: 0 10px;
}
#container #main section.csrHosWhat .inner {
	overflow: hidden;
}
#container #main section.csrHosWhat .inner .photo {
	float: right;
	margin-top: -60px;
	margin-left: 40px;
}
#container #main section.csrHosWhat .inner h2 {
}

/* csr 016 */
#container #main section.csrTohokuIntro .inner p.photo {
	float: right;
	margin-left: 40px;
}
#container #main section.csrTohokuIntro .inner p.totalMoney {
	font-size: 30px;
	color: #56bbcb;
}
#container #main section.csrTohokuIntro .inner p.totalMoney strong {
	padding-right: 20px;
}

/* corporate common */
.corporate #container .mainHeader {
	padding-bottom: 40px;
}

#container #main section .inner .photoSection {
	margin-bottom: 40px;
}
#container #main section .inner .photoRightSection {
	float: right;
	margin-left: 60px;
}
#container #main section .inner .photoLeftSection {
	float: left;
	width: 160px;
	margin-bottom: 60px !important;
	margin-right: 60px;
}
#container #main section .inner .photoSection ul {
	overflow: hidden;
}
#container #main section .inner .photoSection .photoList {
	display: inline;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
}
#container #main section .inner .photoSection .photo .caption,
#container #main section .inner .photoSection .caption {
	display: block;
	padding-top: 10px;
	font-size: 0.875em;
	line-height: 1.5;
}
#container #main section .inner .photoSection .caption {
	font-size: 1.4em;
}
#container #main section .inner .photoSection .photo .caption strong {
	font-size: 1.2em;
}

#container #main section.corporateSec {
	position: relative;
	padding-bottom: 30px;
}
#container #main section.corporateSec h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
#container #main section.corporateSec p {
	margin-bottom: 1em;
	font-size: 16px;
}
#container #main section.corporateSec .inner {
	margin-bottom: 30px;
}
#container #main section.corporateSec .inner h3 {
	font-size: 16px;
	font-weight: normal;
}
#container #main section.corporateSec .inner h3.bgTitle {
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #EEE;
}
#container #main section.corporateSec .inner ol {
	margin-left: 20px;
	font-size: 16px;
	list-style-position: outside;
}
#container #main section.corporateSec .inner table {
	width: 100%;
	margin-bottom: 1em;
	font-size: 16px;
	border: #CCC solid;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
	border-spacing: none;
}
#container #main section.corporateSec .inner table th,
#container #main section.corporateSec .inner table td {
	padding: 10px 20px;
	border: #CCC solid;
	border-width: 0 0 1px 1px;
	vertical-align: top;
}
#container #main section.corporateSec .inner table th,
#container #main section.corporateSec .inner table td:first-child {
	background-color: #f6f6f6;
}
#container #main section.corporateSec .inner table p {
	margin-bottom: 0;
}
#container #main section.corporateSec .inner table .photoRight {
	float: right;
}

/* 会社案内 */
#container #main section.corporateSec .inner #relationLinks {
	width: 680px;
	margin: -60px auto 20px;
	overflow: hidden;
}
#container #main section.corporateSec .inner #relationLinks p {
	float: left;
	width: 190px;
}
#container #main section.corporateSec .inner #relationLinks dl {
	float: right;
	width: 490px;
	text-align: center;
}
#container #main section.corporateSec .inner #relationLinks dl br {
	display: none;
}
#container #main section.corporateSec .inner #relationLinks dl dt {
	width: 490px;
	margin-bottom: 5px;
	font-size: 13px;
	background: url(../img/common/footer_group_line2.png) no-repeat 50%;
}
#container #main section.corporateSec .inner #relationLinks dl dd {
	display: inline;
	padding: 0 5px;
}
.corporate #container #main section.corporateSec .inner .photoSection .photo .corporateCaption,
#container #main section.corporateSec .inner .photoSection .corporateCaption {
	width: auto;
}


/* 代表メッセージ */
.message #container #main section.corporatePhotoSec {
	position: relative;
	z-index: 2;
}
.message #container #main section .inner .corporatePhotoSec .inner {
	padding-right: 0;
	overflow: hidden;
}
.message #container #main section.corporatePhotoSec .inner,
.message #container #main section.corporateNoPhotoSec .inner {
	padding-right: 340px;
}
.message #container #main section.corporatePhotoSec .photoSection {
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	margin-top: -80px;
	overflow: hidden;
}
.message #container #main section.corporatePhotoSec .photoSection .caption {
	display: block;
	padding: 5px 0;
	background: #eee;
}
.message #container #main section.corporatePhotoSec .photoSection .caption em {
	font-style: normal;
	font-size: 0.75em;
}
.message #container #main section.corporatePhotoSec .photoSection .inner {
	width: 270px;
	padding-right: 0;
}
.message #container #main section.corporatePhotoSec .photoSection .inner p {
	font-size: 1.2em;
}
.message #container #main section.corporatePhotoSec .photoSection .photo {
	text-align: right;
}
#container #main section.corporateSec .otherInforinner {
	padding: 40px 20px;
	border: 1px solid #eee;
}
#container #main section.corporateSec .otherInforinner .photoSection {
	margin-top: -20px;
}
#container #main section.corporateSec .otherInforinner p {
	padding-left: 1.2em;
	text-indent: -1.5em;
}


/* 店舗紹介 */
.shop #container #main section.corporateSec .inner {
	margin-left: -30px;
}
#container #main section.corporateSec .shopSection {
	position: relative;
	/*float: left;*/
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 480px;
	margin-left: 30px;
	margin-bottom: 50px;
	border-top: 1px solid #ccc;
	vertical-align: top;
	overflow: hidden;
}
#container #main section.corporateSec .shopSection h2 {
	margin-bottom: 20px;
	padding-top: 40px;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.corporateSec .shopSection .shopInnerSection .map img {
	margin-bottom: 20px;
}
#container #main section.corporateSec .shopSection .shopInnerSection .map a {
	display: block;
	width: auto;
	padding: 10px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;
	clear: both;
}
#container #main section.corporateSec .shopSection .shopInnerSection .map a:hover {
	background: #1b7a88;
}
#container #main section.corporateSec .shopSection .shopInnerSection {
	font-size: 14px;
}
#container #main section.corporateSec .shopSection .shopInnerSection .add {
	float: left;
	width: 210px;
	min-height: 260px;
}
#container #main section.corporateSec .shopSection .shopInnerSection .map-link {
	font-size: 14px;
}
#container #main section.corporateSec .shopSection .msg {
	clear: both;
	margin-bottom: 0;
	font-size: 14px;
}

/* 各店舗ごとの詳細紹介 */
.shop-istyle #container #main .shopvisual {
	background: url(../img/corporate/shop/istyle-mainimg.jpg) 50% 0 no-repeat;
	height: 400px;
	margin: 60px 0 10px 0;
}
.shop-higashi #container #main .shopvisual {
	background: url(../img/corporate/shop/higashi-mainimg.jpg) 50% 0 no-repeat;
	height: 400px;
	margin: 60px 0 10px 0;
}
.shop-midori #container #main .shopvisual {
	background: url(../img/corporate/shop/midori-mainimg.jpg) 50% 0 no-repeat;
	height: 400px;
	margin: 60px 0 10px 0;
}
.shop-nagakute #container #main .shopvisual {
	background: url(../img/corporate/shop/nagakute-mainimg.jpg) 50% 0 no-repeat;
	height: 400px;
	margin: 60px 0 10px 0;
}
.shop-kasugai #container #main .shopvisual {
	background: url(../img/corporate/shop/kasugai-mainimg.jpg) 50% 0 no-repeat;
	height: 400px;
	margin: 60px 0 10px 0;
}
.shop-tajimi #container #main .shopvisual {
	background: url(../img/corporate/shop/tajimi-mainimg.jpg) 50% 0 no-repeat;
	height: 400px;
	margin: 60px 0 10px 0;
}
#container #main .shopvisual .MaruBox {
	position: relative;
	border-radius: 50%;
	width: 165px;
	height: 165px;
	margin-left:auto;
	margin-right:auto;
	top: 22px;
	right: 400px;
	background: #fff;
	opacity: 0.9;
}

#container #main .shopvisual .MaruBox p {
	text-align: center;
	font-size: 13px;
}
#container #main .shopvisual .MaruBox .shopname {
	font-weight: bold;
	padding-top: 37px;
}
#container #main .shopvisual .MaruBox strong {
	font-size: 22px;
	background: linear-gradient(transparent 75%, #ffcaa8 75%);
}

#container #main section.shopDetailSec {
	margin: 0 auto;
	padding-bottom: 80px;
	clear: both;
}
#container #main section.shopDetailSec .shopcomt {
	font-size: 16px;
}
#container #main section.shopDetailSec .shopcomt .SpBox {
	width: 660px;
	margin: 20px 0 40px;
	padding: 20px 30px;
	background: url(../img/common/bg_blue_w.png);
	border: none;
	border-radius: 10px;
}
#container #main section.shopDetailSec .shopcomt .SpBox br {
	display: none;
}
#container #main section.shopDetailSec .shopcomt .SpBox h3 {
	margin: 5px 0;
	line-height: 1.25;
	font-size: 20px;
	font-weight: bold;
}
#container #main section.shopDetailSec .shopcomt .SpBox h3 span.en {
	font-size: 12px;
	font-weight: normal;
	color: #56c2ce;
}
#container #main section.shopDetailSec .shopcomt .SpBox p {
	font-size: 16px;
}
#container #main section.shopDetailSec .shopcomt ul {
	margin: 20px 0;
}
#container #main section.shopDetailSec .shopcomt ul li {
	float: left;
	margin-right: 30px;
}
#container #main section.shopDetailSec .shopcomt ul li:last-child {
	margin-right: 0px;
}
#container #main section.shopDetailSec .shopcomt a {
	display: block;
}
#container #main section.shopDetailSec .shopcomt a:hover {
	opacity: 0.8;
}
#container #main section.shopDetailSec .photoRight {
	float: right;
	margin: 0 60px;
}
#container #main section.shopDetailSec .photoRight p {
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
}
#container #main section.shopDetailSec .shopDetailBody {
	margin-top: 100px;
	position: relative;
	font-size: 16px;
	clear: both;
}
#container #main section.shopDetailSec .shopDetailBody h2 {
	font-size: 24px;
}
#container #main section.shopDetailSec .shopDetailBody dl {
	position: relative;
	margin-bottom: 80px;
}
#container #main section.shopDetailSec .shopDetailBody dt {
	position: absolute;
}
#container #main section.shopDetailSec .shopDetailBody dd {
	position: relative;
	margin-left: 340px;
}
#container #main section.shopDetailSec .shopDetailBody dd .shopEntryData{
	padding-bottom: 30px;
}
#container #main section.shopDetailSec .shopDetailBody dd .shopEntryData table {
	border-collapse: collapse;
}
#container #main section.shopDetailSec .shopDetailBody dd .shopEntryData table th,
#container #main section.shopDetailSec .shopDetailBody dd .shopEntryData table td {
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border: 2px  #CCCCCC solid;
}
#container #main section.shopDetailSec .shopDetailBody dd .shopEntryData table td {
	width: 540px;
}
#container #main section.shopDetailSec .shopDetailBody dd .shopEntryData table th {
	width: 140px;
	background: #EEE;
}
#container #main section.shopDetailSec .shopDetailBody dd .shopEntryData table strong {
	font-size: 32px;
}
#container #main section.shopDetailSec .shopDetailBody dd ul{
	clear: both;
}
#container #main section.shopDetailSec .shopDetailBody dd li{
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
#container #main section.shopDetailSec .shopDetailBody dd li:last-child{
	margin-bottom: 80px;
}
#container #main section.shopDetailSec .shopDetailBody dd .ad01{
	margin-right: 0px;
}
#container #main section.shopDetailSec .shopDetailBody dd .ad02{
	width: 680px;
	height: 470px;
}
#container #main section.shopDetailSec .shopDetailBody2 {
	position: relative;
	width:970px;
	border: 6px  #86d3dd solid;
	background: url(../img/corporate/shop/shop_background.gif) ;
	padding: 20px;
	font-size: 18px;
	text-align: center;
}
#container #main section.shopDetailSec .shopDetailBody2 .btnSec {
	margin-top: 20px;
	margin-left: -35px;
	padding: 0;
	background: none;
}
#container #main section.shopDetailSec .shopDetailBody2  h2 br {
	display: none;
}

/* OKESHOグループ */
#container #main section.corporateSec .inner .somePhoto img {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 30px;
	vertical-align: middle;
}
#container #main section.corporateSec .inner #googleMap {
	width: 100%;
	height: 360px;
}
#container #main section.corporateSec .inner .innerGroupOuterSec {
	margin-left: -10px;
	padding-top: 20px;
	overflow: hidden;
}
#container #main section.corporateSec .inner .shopinfo {
	margin-bottom: 40px;
}
#container #main section.corporateSec .inner .innerGroupOuterSec .innerGroupSec {
	position: relative;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 340px;
	margin-left: 10px;
	padding: 0 0 20px 160px;
	border-top: 1px solid #ccc;
}
#container #main section.corporateSec .inner .innerGroupOuterSec .innerGroupSec .groupLogo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 140px;
	text-align: center;
}
#container #main section.corporateSec .inner .innerGroupOuterSec .innerGroupSec .groupLogo img {
	padding-bottom: 10px;
}
#container #main section.corporateSec .inner .innerGroupOuterSec .innerGroupSec dl {
	padding-top: 20px;
	font-size: 1.4em;
}
#container #main section.corporateSec .inner .innerGroupOuterSec .innerGroupSec dl dt {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#container #main section.corporateSec .inner .innerGroupOuterSec .innerGroupSec dl dt a {
	padding-right: 30px;
	color: #333;
	background: url(../img/common/arrow_circle_g_17.png) 100% 50% no-repeat;
}

/* OKESHOの精神 */
#container #main section.corporateSec .complianceList {
	margin-left: -18px;
	overflow: hidden;
}
#container #main section.corporateSec .complianceList li {
	float: left;
	margin-left: 16px;
	margin-bottom: 16px;
}
#container #main section.corporateSec .txtLink {
	display: none;
	clear: both;
	text-align: right;
}
#container #main section.corporateSec .txtLink a {
	color: #333;
}

/* 18のお約束 */
#container #main section.corporateSec .promiseListOuter {
	margin-left: -20px;
	overflow: hidden;
}
#container #main section.corporateSec .inner .promiseList {
	position: relative;
	float: left;
	width: 460px;
	height: 150px;
	min-height: 110px;
	margin: 0 0 20px 20px;
	padding: 20px 0 0 40px;
	border-top: 1px solid #ccc;
}
#container #main section.corporateSec .inner .promiseList dt {
	position: absolute;
	top: 15px;
	left: 0;
	color: #83cad2;
	font-size: 2.6em;
}
#container #main section.corporateSec .inner .promiseList dd {
	font-size: 1.6em;
}
#container #main section.corporateSec .inner .promiseList dd h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

/* 桶庄ベーシック */
#container #main section.corporateSec .basicOuterSection {
	width: 1040px;
	margin-left: -20px;
	overflow: hidden;
}
#container #main section.corporateSec .basicOuterSection .basicSection {
	position: relative;
	float: left;
	width: 500px;
	margin: 0 0 20px 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	vertical-align: top;
}
#container #main section.corporateSec .basicOuterSection .basicSection .basicTitle {
	margin-bottom: 10px;
}

/* 品質と信頼性の基本方針 */
/* 環境に関する基本方針 */
.quality #container #main section.corporateSec .inner .photoSection ul {
	padding-top: 0;
}
.eco #container #main section.corporateSec .inner .photoSection ul,
.quality #container #main section.corporateSec .inner .photoSection ul {
	width: 482px;
	margin: 0 0 0 -1px;
}
.eco #container #main section.corporateSec .inner .photoSection .photoList,
.quality #container #main section.corporateSec .inner .photoSection .photoList {
	margin: 0 0 0 1px;
}
.eco #container #main section.corporateSec .inner .photoSection .photo .caption,
.eco #container #main section.corporateSec .inner .photoSection .caption,
.quality #container #main section.corporateSec .inner .photoSection .photo .caption,
.quality #container #main section.corporateSec .inner .photoSection .caption {
	width: auto !important;
	padding: 10px;
	background: #eee;
}
#container #main section.corporateSec .inner .ecoList {
	margin: 0 0 20px 10px;
	font-size: 1.6em;
	list-style: disc;
}
#container #main section.corporateSec .inner .ecoList li {
	margin-bottom: 10px;
}
#container #main section.corporateSec .inner .ecoList li ol {
	padding: 10px 0 5px;
}
#container #main section.corporateSec .inner .ecoList li ol li {
	margin-bottom: 5px;
}



/* 社会貢献活動 */
#container #main section.corporateSec .csrBox {
	position: relative;
	margin-bottom: -1px;
	overflow: hidden;
	zoom: 1;
	box-shadow: 0px 0px 1px 0px rgba(150,150,150,1) inset;
}
#container #main section.corporateSec .csrBox {
	cursor: pointer;
}
#container #main section.corporateSec .csrBox:hover {
	border: #58bbca solid 5px;
	z-index: 100;
	box-shadow: none;
}
#container #main section.corporateSec .csrBox .csrBoxInner {
	width: 720px;
	height: 150px;
	padding: 30px 270px 20px 30px;
}
#container #main section.corporateSec .csrBox:hover .csrBoxInner {
	margin: -5px;
}
#container #main section.corporateSec .csrBox .csrBoxInner h3 {
	font-size: 22px;
	font-weight: normal;
}
#container #main section.corporateSec .date {
	margin-bottom: 0.2em;
	font-size: 14px;
	line-height: 1.75;
	vertical-align: middle;
}
#container #main section.corporateSec .date span {
	margin: 0 5px;
	padding: 2px 12px;
	font-size: 12px;
	border-radius: 20px;
	color: #FFF;
	background-color: #999;
}
#container #main section.corporateSec .date strong {
	color: #F33;
	font-size: 14px;
	font-weight: normal;
}
#container #main section.corporateSec .csrBox .csrBoxInner .excerpt {
	margin-bottom: 0.5em;
	font-size: 14px;
}
#container #main section.corporateSec .csrBox .csrBoxInner .detailLink {
	font-size: 14px;
}
#container #main section.corporateSec .csrBox .csrBoxInner .detailLink a {
	padding-left: 25px;
	background: url(../img/common/arrow_circle_g_17.png) no-repeat 0 50%;
}
#container #main section.corporateSec .csrBox .csrBoxInner .photo {
	position: absolute;
	width: 240px;
	height: 200px;
	top: 0;
	right: 0;
	background: #f2f2f2;
	text-align: center;
}
#container #main section.corporateSec .csrBox .csrBoxInner .photo span {
	display: table-cell;
	width: 240px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	zoom: 1;
}
#container #main section.corporateSec .csrBox:hover .csrBoxInner .photo {
	margin: -5px;
}
#container #main section.corporateSec .csrBox span.category {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 10px !important;
	font-size: 14px !important;
}



/* 採用情報 */
#container #main section.recruitSec {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 80px;
	clear: both;
}

#container #main section.recruitSec h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
}

#container #main section.recruitSec .recruitBody {
	position: relative;
}
#container #main section.recruitSec .recruitBody h2 {
	margin-bottom: 60px;
}
#container #main section.recruitSec .recruitBody p {
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 18px;
}
#container #main section.recruitSec .recruitBody .line01 {
	background: linear-gradient(transparent 75%, #fff67f 75%);
}
#container #main section.recruitSec .recruitBody dl {
	position: relative;
	margin-bottom: 30px;
}

#container #main section.recruitSec .recruitBody dt {
	position: absolute;
}

#container #main section.recruitSec .recruitBody dd {
	margin-left: 280px;
}
#container #main section.recruitSec .recruitBody dd .re-photo {
	position: absolute;
	margin-top: -30px;
	margin-left: 520px;
}
#container #main section.recruitSec .recruitBody dd .re-photo a {
	display: block;
}
#container #main section.recruitSec .recruitBody dd .re-photo a:hover {
	opacity: 0.8;
}

#container #main section.recruitSec .btnSec {
	margin-left: 10px;
	padding: 0;
	background: none;
	text-align: left;
}



/* 保証・修理サポート */
.security #container .CatchCopy{
	width: 1020px;
	margin: 50px auto 50px;
	padding: 10px 0;
	text-align: center;
	background-color:#58bbca;
}
.security #container .CatchCopy2{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	text-align: left;
	background-color:#3e3a39;
}
.security #container .CatchCopy2 strong {
	font-size: 18px;
	color: #fff;
}
.security #container .CatchCopy h1{
	color: #fff;
	font-size: 24px;
}
.security #container .bgImgHeader {
	position: relative;
	width: 1020px;
	margin: 0 auto 300px;
}
.security #container .bgImgHeader .mBodyLeft01 {
	position: absolute;
	margin-left: 20px;
	width: 330px;
	height: 450px;
}
.security #container .bgImgHeader .mBodyRight01 {
	position: relative;
	margin-left: 480px;
	padding-top: 66px;
	width: 540px;
	height: 450px;
}
.security #container .bgImgHeader .mBodyRight01 img.shika {
	float: right;
	margin-right: 20px;
}
.security #container .bgImgHeader .mBodyRight01 p {
	padding-top: 24px;
	font-size: 28px;
	font-weight: bold;
	color: #003d5d;
	line-height: 170%;
}
.security #container .bgImgHeader .mBodyRight01 span.Number {
	font-size: 44px;
	color: #00829d;
}
.security #container .bgImgHeader .mBodyRight01 .Contact01 {
	position: relative;
	width: 540px;
	height: 200px;
	background: url(../img/common/bg_green_w.png);
}
.security #container .bgImgHeader .mBodyRight01 .Contact01 p {
	color: #fff;
	line-height: 140%;
	font-size: 16px;
	text-align:center;
	font-weight: normal;
}
.security #container .bgImgHeader .mBodyRight01 .Contact01 span.TxSize01 {
	font-size: 46px;
	font-weight: bold;
}
.security #container .bgImgHeader .mBodyRight01 .Contact01 span.TxSize02 {
	font-size: 40px;
	font-weight: bold;
}

.security #container .bgImgHeader .mBodyRight01 .Contact01 dl {
	margin: 10px auto -10px;
	padding-bottom: 10px;
	width: 490px;
	border-bottom: 1px solid #fff;
}
.security #container .bgImgHeader .mBodyRight01 .Contact01 dt {
	margin-bottom: -15px;
}
.security #container .bgImgHeader .mBodyRight01 .Contact01 dt img {
	margin-top: -10px;
}


#container #main section.securitySec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#container #main section.securitySec h2 {
	margin-top: 100px;
}
#container #main section.securitySec h2 .anshin {
	display: none;
}
#container #main section.securitySec h2 .anshin2 {
	display: inline;
}
#container #main section.securitySec .TxRight {
	text-align: right;
	margin-bottom: 150px;
	font-size: 14px;
}
#container #main section.securitySec .TxCenter {
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
}
#container #main section.securitySec .TxLeft {
	text-align: left;
	margin-bottom: 20px;
	font-size: 30px;
}
#container #main section.securitySec .Hdtitle {
	margin-left: 150px;
}
#container #main section.securitySec .mBodyLeft02 {
	position: absolute;
	width: 336px;
	height: 170px;
	background: url(../img/common/bg_bule2_w.png);
}
#container #main section.securitySec .mBodyCenter02 {
	position: absolute;
	margin-left: 342px;
	width: 336px;
	height: 170px;
	background: url(../img/common/bg_bule2_w.png);
}
#container #main section.securitySec .mBodyRight02 {
	position: relative;
	margin-left: 684px;
	width: 336px;
	height: 170px;
	background: url(../img/common/bg_bule2_w.png);
}
#container #main section.securitySec .mBodyLeft02 p,
#container #main section.securitySec .mBodyCenter02 p,
#container #main section.securitySec .mBodyRight02 p {
	color: #fff;
	line-height: 170%;
	font-size: 15px;
	text-align:center;
}
#container #main section.securitySec .mBodyLeft02 dl {
	margin-top: 10px;
}
#container #main section.securitySec .mBodyLeft02 dt span.TxSize03 {
	font-size: 46px;
	font-weight: bold;
}
#container #main section.securitySec .mBodyLeft02 dd {
	margin: 10px auto;
	padding: 5px;
	width: 310px;
	background: #fff;
}
#container #main section.securitySec .mBodyLeft02 dd p {
	color: #000;
	font-size: 14px;
}
#container #main section.securitySec .mBodyCenter02 dl,
#container #main section.securitySec .mBodyRight02 dl {
	position:absolute;
	width: 336px;
	margin: 23px auto 0;
}
#container #main section.securitySec .mBodyCenter02 dt,
#container #main section.securitySec .mBodyRight02 dt {
	width: 310px;
	margin: 0 auto 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
#container #main section.securitySec .mBodyCenter02 dt span.TxSize04,
#container #main section.securitySec .mBodyRight02 dt span.TxSize04 {
	font-size: 24px;
	font-weight: bold;
}
#container #main section.securitySec .mBodyCenter02 dd p,
#container #main section.securitySec .mBodyRight02 dd p {
	line-height: 190%;
}
#container #main section.securitySec .mBodyCenter02 dd img,
#container #main section.securitySec .mBodyRight02 dd img {
	position:absolute;
	bottom: 8px;
	left: 20px;
}
#container #main section.securitySec .mBodyCenter02 dd span.TxSize05,
#container #main section.securitySec .mBodyRight02 dd span.TxSize05 {
	font-size: 35px;
	font-weight: bold;
	color: #faee00;
}
#container #main section.securitySec .mBodyLeft03 {
	position: absolute;
	width: 313px;
	height: 170px;
	padding: 20px 0 0 25px;
	border-bottom:1px solid #3e3a39;
	border-left:1px solid #3e3a39;
	border-right:1px solid #3e3a39;
}
#container #main section.securitySec .mBodyLeft03 p {
	width: 210px;
	font-size: 18px;
	margin-left: 45px;
}
#container #main section.securitySec .mBodyCenter03 {
	position: absolute;
	margin-left: 340px;
	width: 319px;
	height: 170px;
	padding: 20px 0 0 20px;
	border-bottom:1px solid #3e3a39;
	border-right:1px solid #3e3a39;
}
#container #main section.securitySec .mBodyCenter03 p {
	width: 260px;
	font-size: 18px;
	margin-left: 25px;
}
#container #main section.securitySec .mBodyRight03 {
	position: relative;
	margin-left: 680px;
	width: 329px;
	height: 170px;
	padding: 20px 0 0 10px;
	border-bottom:1px solid #3e3a39;
	border-right:1px solid #3e3a39;
}
#container #main section.securitySec .mBodyRight03 p {
	width: 260px;
	font-size: 18px;
	margin-left: 25px;
}
#container #main section.securitySec .mBodyLeft04 {
	position: absolute;
	margin: 100px 0 0 50px;
	width: 460px;
}
#container #main section.securitySec .mBodyLeft04 dt {
	font-size: 26px;
	margin-bottom: 50px;
	font-weight: bold;
}
#container #main section.securitySec .mBodyLeft04 dt span.TxSize06 {
	font-size: 34px;
}
#container #main section.securitySec .mBodyLeft04 dd {
	font-size: 14px;
}
#container #main section.securitySec .mBodyRight04 {
	position: relative;
	margin: 50px 0 100px 0;
	margin-left: 570px;
	width: 450px;
}
#container #main section.securitySec .mBodyRight04 .btn a {
	display: inline-block;
	width: 440px;
	height: 35px;
	padding: 20px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;
}
#container #main section.securitySec .mBodyRight04 .btn a:hover {
	background: #1b7a88;
}
#container #main section.securitySec .Contact-sp {
	display: none;
}
#container #main section.securitySec .Contact02 {
	position: relative;
	margin: 0 auto 20px;
	width: 1020px;
	height: 145px;
	background: url(../img/common/bg_green_w.png);
}
#container #main section.securitySec .Contact02 dl {
	color: #fff;
	font-size: 18px;
}
#container #main section.securitySec .Contact02 dt {
	position: absolute;
	margin: 10px 0 0 40px;
	padding-right: 20px;
	width: 450px;
	text-align: center;
	border-right: #fff solid 1px;
}
#container #main section.securitySec .Contact02 dt span.TxSize07 {
	font-size: 46px;
	font-weight: bold;
}
#container #main section.securitySec .Contact02 dd {
	position: relative;
	padding-top: 15px;
	width: 450px;
	margin-left: 540px;
	text-align: center;
}
#container #main section.securitySec .Contact02 dd span.TxSize08 {
	font-size: 60px;
	font-weight: bold;
	line-height: 130%;
}
#container #main section.securitySec .Contact02 dd span.TxSize09 {
	margin: 0 auto;
	padding: 5px 20px;
	width: 350px;
	background: #fff;
	color: #000;
}
#container #main section.securitySec .mBodyLeft05 {
	position: absolute;
	width: 390px;
	height: 555px;
	border: 1px solid #58bbca;
}
#container #main section.securitySec .mBodyLeft05 h3 {
	font-size: 20px;
	text-align: center;
	line-height: 150%;
	color: #fff;
	background: url(../img/common/bg_bule2_w.png);
	height: 70px;
	padding-top: 10px;
}
#container #main section.securitySec .mBodyLeft05 dl {
	font-size: 18px;
	margin: 0 auto;
	width: 320px;
}
#container #main section.securitySec .mBodyLeft05 dl span.TxSize10 {
	font-size: 24px;
	font-weight: bold;
}
#container #main section.securitySec .mBodyLeft05 dt {
	margin: 55px 0;
	padding-bottom: 55px;
	border-bottom: 1px solid #000;
}
#container #main section.securitySec .mBodyLeft05 dd {

}
#container #main section.securitySec .mBodyRight05 {
	position: relative;
	margin-left: 427px;
	margin-bottom: 80px;
	width: 590px;
	height: 555px;
	border: 1px solid #58bbca;
}
#container #main section.securitySec .mBodyRight05 h3 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	background: url(../img/common/bg_bule2_w.png);
	height: 50px;
	padding-top: 15px;
}







/*
00,qa
----------------------------------------------------------------*/
#container #main .helpOuter {
	padding-bottom: 50px;
	overflow: hidden;
}
#container #main section.bgBoxOuter {
	padding-bottom: 10px;
	background: url(../img/qa/bg_box_under.png) no-repeat 0 100%;
	overflow: hidden;
}
#container #main section .bgBox {
	padding: 0 10px;
	background: url(../img/qa/bg_box_repeat.png) repeat-y;
	border-top: #f4f4f4 solid 10px;
	overflow: hidden;
}
#container #main section ul.faqAccordion {
	margin: 20px;
	clear: both;
}
#container #main section ul.faqAccordion li {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.6em;
}
#container #main section ul.faqAccordion li a.trg {
	display: block;
	padding: 10px 60px 18px 50px;
	border-bottom: #CCC solid 1px;
	background: url(../img/qa/icon_arrow_bottom.png) no-repeat 98% 40%;
	font-weight: bold;
	color: #000;
	zoom: 1;
	outline: none;
}
#container #main section ul.faqAccordion li a.trg:hover {
	color: #58BBCA;
	text-decoration: none;
}
#container #main section ul.faqAccordion li a.selected {
	color: #58BBCA;
	background: url(../img/qa/icon_arrow_top.png) no-repeat 98% 40%;
}
#container #main section ul.faqAccordion li a.trg span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	background: #CCC;
	text-align: center;
	color: #FFF;
}
#container #main section ul.faqAccordion li .faqAccordionInner {
	padding: 1em 0 1em 50px;
	border-bottom: #CCC solid 1px;
}
#container #main section ul.faqAccordion li .faqAccordionInner p {
	margin-bottom: 0;
	font-size: 1.0em;
}
#container #main section ul.faqAccordion li .faqAccordionInner table th,
#container #main section ul.faqAccordion li .faqAccordionInner table td,
#container #main section ul.faqAccordion li .faqAccordionInner ul li {
	margin-bottom: 0;
	font-size: 1.0em;
}
#container #main section ul.faqAccordion li .faqAccordionInner ol {
	padding-top: 10px;
}
#container #main section ul.faqAccordion li .faqAccordionInner ol li {
	font-size: 1.0em;
	list-style-position: inside;
}

/*
00,two-family
----------------------------------------------------------------*/
.two-family #container .bgImgHeader {
	background: #F3F3F3 url(../img/two-family/mainimg.jpg) 50% 0 no-repeat;
	height: 520px;
}
.two-family #container .mainHeader h1 {
	font-size: 42px;
	line-height:135%;
	padding:38px 0;
}
.two-family #container .mainHeader .btn {
	position:relative;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	top:240px;
	left:330px;
	}
.two-family #container .mainHeader .btn a {
	display: block;
}
.two-family #container .mainHeader .btn a:hover {
	opacity: 0.8;
}
#container #main section.two-familySec {
	margin: 0 auto;
	padding-top: 80px;
	clear: both;
}
#container #main section.two-familySecIntro {
	padding-bottom: 60px;
	background: url(../img/common/header_bg_wave.png) repeat-x bottom;
}
#container #main section.two-familySec h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.two-familySec .tf-space {
	display: block;
	margin-top: 100px;
}
#container #main section.two-familySec h2 strong {
	font-weight: normal;
}
#container #main section.two-familySec h2 .musuko {	color: #56bbcc;}
#container #main section.two-familySec h2 .musume {	color: #ef6a7e;}
#container #main section.two-familySec .two-familyBody {
	position: relative;
}
#container #main section.two-familySec .two-familyBody p {
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 18px;
}
#container #main section.two-familySec .two-familyBody dl {
	position: relative;
	margin-bottom: 80px;
}
#container #main section.two-familySec .two-familyBody .tf-end {
	margin-bottom: 20px;
}
#container #main section.two-familySec .two-familyBody dt {
	position: absolute;
}
#container #main section.two-familySec .two-familyBody dt li {
	list-style-type:none;
}
#container #main section.two-familySec .two-familyBody dd {
	margin-left: 280px;
}
#container #main section.two-familySec .two-familyBody dd .tf-photo {
	margin-bottom: 20px;
}
#container #main section.two-familySec .two-familyBody dd .tf-comt {
	margin-bottom: 10px;
}
#container #main section.two-familySec .two-familyBody dd .tf-file {
	margin-top: 60px;
	padding-left: 50px;
	font-size: 24px;
	background: url(../img/two-family/icon_file_l.png) 0 50% no-repeat;
}
#container #main section.two-familySec .two-familyBody dd .tf-case1 {
	position: absolute;
	width:340px;
}
#container #main section.two-familySec .two-familyBody dd .tf-case2 {
	position: relative;
	margin-left: 397px;
	width:340px;
}
#container #main section.two-familySec .two-familyBody dd .tf-otherBtn a {
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 50px;
	color: #000;
	font-size: 1.1em;
	background: url(../img/common/arrow_circle_o_27.png) 0 50% no-repeat;
}

#container #main section.two-familySec .btnSec {
	margin-left: 10px;
	padding: 0;
	background: none;
	text-align: left;
}
#container #main section.two-familySec .lowBox {
	margin-top: 80px;
	margin-bottom: 100px;
	padding: 30px 40px 20px;
	background: url(../img/common/bg_blue_w.png);
	border: none;
	border-radius: 10px;
}
#container #main section.two-familySec .lowBox h3 {
	padding-top: 15px;
	margin-bottom: 15px;
	line-height: 1.25;
	font-size: 20px;
	font-weight: bold;
}
#container #main section.two-familySec .lowBox h3 span.en {
	font-size: 12px;
	font-weight: normal;
	color: #56c2ce;
}
#container #main section.two-familySec .lowBox p {
	margin-bottom: 1em;
	font-size: 16px;
}

/*
00,beginner
----------------------------------------------------------------*/
#container #main section.beginnerSec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding-top: 40px;
}
#container #main section.beginnerSec h2 {
	margin-bottom: 30px;
	padding-top: 40px;
	color: #f98424;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.beginnerSec h3 {
	background: url(../img/common/bg_yellow_w.png);
	margin-top: 30px;
	color: #000;
	font-size: 18px;
	padding: 5px 20px;
	font-weight: normal;
}
#container #main section.beginnerSec h3 br{
	display: none;
}
#container #main section.beginnerSec .beginnerBody {
	padding-bottom: 60px;
	margin-bottom: 130px;
}
#container #main section.beginnerSec .beginnerBody p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.75;
}
#container #main section.beginnerSec .beginnerBody p.photoRight {
	float: right;
	margin-top: -80px;
	margin-left: 70px;
}
#container #main section.beginnerSec .bgBox {
	position: relative;
	background: url(../img/common/bg_yellow_w.png);
	border: none;
	border-radius: 10px;
}
#container #main section.beginnerSec .bgBox h2 {
	padding-left: 40px;
	text-align: left;
	color: #3e3a39;
	font-weight: bold;
}
#container #main section.beginnerSec .bgBox h2 img {
	float: left;
	margin-top: -10px;
	padding-right: 30px;
}
#container #main section.beginnerSec .bgBox .linkBox {
	position: relative;
	background: #fff;
	padding: 0 40px 35px 40px;
	margin: 10px 0;
}
#container #main section.beginnerSec .bgBox .linkBox .btnSecLeft {
	position: absolute;

}
#container #main section.beginnerSec .bgBox .linkBox .btnSecRight {
	position: relative;
	margin-left: 480px;

}
#container #main section.beginnerSec .bgBox .linkBox .btn a {
	display: inline-block;
	width: 440px;
	height: 65px;
	margin-top: 35px;
	padding: 20px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;
}
#container #main section.beginnerSec .bgBox .linkBox .btn2 a {
	display: inline-block;
	width: 440px;
	height: 65px;
	margin-top: 35px;
	padding: 37px 0 3px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;
}
#container #main section.beginnerSec .bgBox .linkBox .btn a:hover,
#container #main section.beginnerSec .bgBox .linkBox .btn2 a:hover {
	background: #1b7a88;
}

/*
ご利用ガイド
*/
.guide01 #container #main section.step01 {
	background: url("../img/beginner/guide/photo_guide01-stepbg.png") no-repeat;
	width: 870px;
	height: 50px;
	margin-top: 50px;
	padding: 3px 0;
}
.guide02 #container #main section.step02 {
	background: url("../img/beginner/guide/photo_guide02-stepbg.png") no-repeat;
	width: 870px;
	height: 50px;
	margin-top: 50px;
	padding: 3px 0;
}
.guide03 #container #main section.step03 {
	background: url("../img/beginner/guide/photo_guide03-stepbg.png") no-repeat;
	width: 870px;
	height: 50px;
	margin-top: 50px;
	padding: 3px 0;
}
.guide01 #container #main section.step01 li,
.guide02 #container #main section.step02 li,
.guide03 #container #main section.step03 li {
	float: left;
	margin-left: 18px;
	margin-right: 20px;
}
.guide01 #container #main section.beginnerSec h2,
.guide02 #container #main section.beginnerSec h2,
.guide03 #container #main section.beginnerSec h2 {
	color: #000;
}
.guide01 #container #main .beginnerBody p.photoRight,
.guide02 #container #main .beginnerBody p.photoRight,
.guide03 #container #main .beginnerBody p.photoRight {
	margin-left: 10px;
	margin-right: 25px;
}
.guide01 #container #main section.beginnerSec .guideBody .btn {
	margin: 0 auto;
}
.guide01 #container #main section.beginnerSec .guideBody .btn a {
	display: inline-block;
	width: 470px;
	margin: 80px auto 0;
	padding: 10px 0;
	background: #f35b3a;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #b72303 solid 5px;
	text-decoration: none;
}
.guide01 #container #main section.beginnerSec .guideBody .btn a:hover {
	background: #b72303;
}
.guide01 #container #main section.beginnerSec .btn2 a,
.guide02 #container #main section.beginnerSec .btn2 a,
.guide03 #container #main section.beginnerSec .btn2 a {
	display: inline-block;
	width: 470px;
	margin-top: 20px;
	padding: 10px 0;
	background: #58bbca;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #1b7a88 solid 5px;
	text-decoration: none;
}
.guide01 #container #main section.beginnerSec .btn2 a:hover,
.guide02 #container #main section.beginnerSec .btn2 a:hover,
.guide03 #container #main section.beginnerSec .btn2 a:hover {
	background: #1b7a88;
}
.guide01 #container #main section.beginnerSec .beginnerBody,
.guide02 #container #main section.beginnerSec .beginnerBody,
.guide03 #container #main section.beginnerSec .beginnerBody {
	margin-bottom: 0;
}
.guide01 #container .entryPager,
.guide02 #container .entryPager,
.guide03 #container .entryPager {
	margin-top: 100px;
}
.guide01 #container .entryPager ul li,
.guide02 #container .entryPager ul li,
.guide03 #container .entryPager ul li {
	width: 50%;
}
#container #main section.beginnerSec .guideBody {
	margin-top: 30px;
}
#container #main section.beginnerSec .guideBody p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.75;
}
#container #main section.beginnerSec .guideBody p.switchimg {
	display: none;
}
#container #main section.beginnerSec .guideBody p.arrow {
	margin: 25px auto;
	text-align: center;
}
#container #main section.beginnerSec .guideBody .g011 {
	background: url("../img/beginner/guide/photo_guide01-pc01.jpg") no-repeat;
	width: 777px;
	height: 427px;
}
#container #main section.beginnerSec .guideBody .g012 {
	background: url("../img/beginner/guide/photo_guide01-pc02.jpg") no-repeat;
	width: 680px;
	height: 1000px;
}
#container #main section.beginnerSec .guideBody .g013 {
	background: url("../img/beginner/guide/photo_guide01-pc03.jpg") no-repeat;
	width: 777px;
	height: 427px;
}
#container #main section.beginnerSec .guideBody .g014 {
	background: url("../img/beginner/guide/photo_guide01-pc04.jpg") no-repeat;
	width: 680px;
	height: 392px;
}
#container #main section.beginnerSec .guideBody .g015 {
	background: url("../img/beginner/guide/photo_guide01-pc05.jpg") no-repeat;
	width: 680px;
	height: 450px;
}
#container #main section.beginnerSec .guideBody .g021 {
	background: url("../img/beginner/guide/photo_guide02-pc01.jpg") no-repeat;
	width: 680px;
	height: 960px;
}
#container #main section.beginnerSec .guideBody .g022 {
	background: url("../img/beginner/guide/photo_guide02-pc02.jpg") no-repeat;
	width: 680px;
	height: 2400px;
}
#container #main section.beginnerSec .guideBody .g031 {
	background: url("../img/beginner/guide/photo_guide03-pc01.jpg") no-repeat;
	width: 699px;
	height: 428px;
}
#container #main section.beginnerSec .guideBody .g032 {
	background: url("../img/beginner/guide/photo_guide03-pc02.jpg") no-repeat;
	width: 680px;
	height: 364px;
}
#container #main section.beginnerSec .guideBody .g033 {
	background: url("../img/beginner/guide/photo_guide03-pc03.jpg") no-repeat;
	width: 680px;
	height: 1340px;
}


/*
00,about
----------------------------------------------------------------*/
.about #container .bgImgHeader {
	background: #F3F3F3 url(../img/about/mainimg.jpg) 50% 0 no-repeat;
	height: 420px;
}
.about #container .CatchCopy{
	width: 1220px;
	color: #fff;
	margin: 0 auto;
	padding: 5px auto;
	font-size: 22px;
	text-align: center;
	background-color:#58bbca;
}
.about #container .bgImgHeader p.cs90 {
	position:relative;
	width:300px;
	margin: 0 auto;
	top:80px;
	right:355px;
}
.about #container #main section.Caution {
	margin: 0 auto;
	padding: 5px 0 40px;
	clear: both;
	font-size: 11px;
}
#container #main section.aboutSec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#container #main section.aboutSec .btnSec {
	background: none;
}
#container #main section.aboutSec .mBodyLeft {
	position: absolute;
	width: 510px;
	height: 270px;
	margin-bottom: 50px;
	background-color:#58bbca;
}
#container #main section.aboutSec .mBodyLeft h1 {
	color: #fff;
	font-size: 36px;
	margin: 80px 0 0 60px;

}
#container #main section.aboutSec .mBodyRight {
	position: relative;
	margin-left: 510px;
	width: 510px;
	height: 270px;
	margin-bottom: 80px;
	background: url(../img/common/bg_yellow_w.png);
}
#container #main section.aboutSec .mBodyRight ol {
	padding-top: 15px;
	margin-left: 60px;
	counter-reset: li; 
	list-style: none;
}
#container #main section.aboutSec .mBodyRight .rounded-list a{
        position: relative;
        display: block;
        padding: .3em .3em .3em 2em;
        *padding: .3em;
        margin: .3em 0;
	font-size: 20px;
        color: #000;
        text-decoration: none;
        border-radius: .3em;
        transition: all .3s ease-out;
}
#container #main section.aboutSec .mBodyRight .rounded-list a:hover{
        background: #eee;
}
 
#container #main section.aboutSec .mBodyRight .rounded-list a:hover:before{
    transform: rotate(360deg);
}
 
#container #main section.aboutSec .mBodyRight .rounded-list a:before{
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.2em;
        background: #58bbca;
        height: 2em;
        width: 2em;
        color: #fff;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
}

#container #main section.aboutSec .bgBox {
	position: relative;
	background: url(../img/common/bg_yellow_w.png);
	border: none;
	margin-bottom: 50px;
	border-radius: 10px;
}
#container #main section.aboutSec .bgBox h2 {
	margin-top: 20px;
	padding-left: 40px;
	text-align: left;
	color: #3e3a39;
	font-size: 30px;
	font-weight: bold;
        line-height: 125%;
}
#container #main section.aboutSec .bgBox h2 img {
	float: left;
	padding-right: 30px;
}
#container #main section.aboutSec .bgBox .aboutBox {
	position: relative;
	background: #fff;
	padding: 0 0 45px 70px;
	margin: 10px 0;
}
#container #main section.aboutSec .bgBox .aboutBox .BoxFree {
	position: relative;
	clear: both;
}
#container #main section.aboutSec .bgBox .aboutBox h3 {
	position: relative;
	font-size: 23px;
	margin: 10px 0 15px 0;
}
#container #main section.aboutSec .bgBox .aboutBox h3.merit04 {
	padding-top: 45px;
}
#container #main section.aboutSec .bgBox .aboutBox h3.merit05 {
	padding: 45px 0 80px 0;
}
#container #main section.aboutSec .bgBox .aboutBox p {
	position: relative;
	font-size: 18px;
	font-weight: normal;
}
#container #main section.aboutSec .bgBox .aboutBox p.sup {
	font-size: 13px;
}
#container #main section.aboutSec .bgBox .aboutBox p.merit04 {
	padding-bottom: 90px;
}
#container #main section.aboutSec .bgBox .aboutBox p.merit05 {
	padding-top: 40px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
#container #main section.aboutSec .bgBox .aboutBox p.imgPhot {
	padding-top: 45px;
}
#container #main section.aboutSec .bgBox .aboutBox p.imgRight,
#container #main section.aboutSec .bgBox .aboutBox p.imgRight2 {
	float: right;
	margin: 45px 65px 0 45px;
}
#container #main section.aboutSec .bgBox .aboutBox p.switchimg {
	display: none;
}
#container #main section.aboutSec .bgBox .aboutBox .a001 {
	background: url("../img/about/ph001-pc.jpg") no-repeat;
	width: 600px;
	height: 200px;
	margin-top: 10px;
}
#container #main section.aboutSec .bgBox .aboutBox .a003 {
	background: url("../img/about/ph003-pc.jpg") no-repeat;
	width: 870px;
	height: 380px;
	clear: both;
}
#container #main section.aboutSec .bgBox .aboutBox .a007 {
	background: url("../img/about/ph007-pc.jpg") no-repeat;
	width: 870px;
	height: 500px;
	margin-top: 10px;
	clear: both;
}
#container #main section.aboutSec .bgBox .aboutBox .mBoxLeft01 {
	position: relative;
	float: left;
	width: 250px;
	padding-top: 45px;

}
#container #main section.aboutSec .bgBox .aboutBox .mBoxLeft01 .MaruBox {
	position: relative;
	border-radius: 50%;
	width: 220px;
	height: 220px;
	margin-bottom: 50px;
	background: #58bbca;
}
#container #main section.aboutSec .bgBox .aboutBox .mBoxLeft01 .MaruBox p {
	top: 7px;
	left: 7px;
	padding-top: 50px;
	width: 204px;
	height: 154px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	border:1px solid #fff;
}
#container #main section.aboutSec .bgBox .aboutBox .mBoxLeft01 .MaruBox p.pln {
	font-size: 24px;
	padding-top: 45px;
	height: 159px;
}
#container #main section.aboutSec .bgBox .aboutBox .mBoxLeft01 .MaruBox strong {
	font-size: 32px;
}

#container #main section.aboutSec .bgBox .aboutBox .mBoxRight01 {
	position: relative;
	width: 560px;
	padding-top: 45px;
	margin-left: 260px;

}
#container #main section.aboutSec .bgBox .aboutBox .mBoxRight01 h3{
	margin-top: 30px;

}
#container #main section.aboutSec .bgBox .aboutBox .mBoxRight01 p{
	margin-right: -20px;
}


/*
00,topics
----------------------------------------------------------------*/
#container #main section.topicsSec {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#container #main section.topicsSec .CenterBox {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
#container #main section.topicsSec .CenterBox p {
	font-size: 18px;
}
#container #main section.topicsSec .CenterBox .t001 {
	background: url("../img/topics/001/topics001_ph002-pc.jpg") no-repeat;
	width: 750px;
	height: 250px;
	margin: 100px 0 200px;
}
#container #main section.topicsSec .CenterBox .t002 {
	background: url("../blogimages/20180725sell-ph003.jpg") no-repeat;
	width: 750px;
	height: 250px;
	margin: 50px 0;
}
#container #main section.topicsSec .CenterBox .t001 p.switchimg,
#container #main section.topicsSec .CenterBox .t002 p.switchimg {
	display: none;
}


/*
00,earthquake
----------------------------------------------------------------*/
.earthquake #container .bgImgHeader {
	background: #F3F3F3 url(../img/earthquake/main_image.jpg) 50% 0 no-repeat;
	height: 370px;
}
.earthquake #container .mainHeader h1 {
	font-size: 54px;
	text-align:center;
	line-height:120%;
}
.earthquake #container .mainHeader h1 br {
	display: none;
}
.earthquake #container .mainHeader h2 {
	margin-top: 20px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	text-align:center;
	line-height:140%;
}
.earthquake #container .mainHeader h2 br {
	display: none;
}
.earthquake #container .mainHeader img {
	display: block;
	margin: 0 auto;
	padding-top: 60px;
}
.earthquake #container .mainHeader p {
	position: relative;
	width: 350px;
	margin: 0 auto;
	top: -30px;
	left: 330px;
}
.earthquake #container .mainHeader p a {
	display: block;
}
.earthquake #container .mainHeader p a:hover {
	opacity: 0.8;
}
#container #main section.earthquakeSec {
	margin: 0 auto;
	padding-top: 80px;
	clear: both;
}
#container #main section.earthquakeSecIntro {
	padding-bottom: 60px;
	background: url(../img/common/header_bg_wave.png) repeat-x bottom;
}
#container #main section.earthquakeSec h2 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
}
#container #main section.earthquakeSec .btnSec {
	margin-left: 10px;
	margin-bottom: 80px;
	padding: 0;
	background: none;
	text-align: left;
}
#container #main section.earthquakeSec .earthquakeBody {
	position: relative;
}
#container #main section.earthquakeSec .earthquakeBody p {
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 18px;
}
#container #main section.earthquakeSec .earthquakeBody dl {
	position: relative;
	margin-bottom: 80px;
}
#container #main section.earthquakeSec .earthquakeBody .tf-end {
	margin-bottom: 20px;
}
#container #main section.earthquakeSec .earthquakeBody dt {
	position: absolute;
}
#container #main section.earthquakeSec .earthquakeBody dt h3{
	font-size: 20px;
}
#container #main section.earthquakeSec .earthquakeBody dd {
	margin-left: 280px;
}
#container #main section.earthquakeSec .earthquakeBody dd li{
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
#container #main section.earthquakeSec .earthquakeBody dd .tf-photo {
	margin-bottom: 20px;
}
#container #main section.earthquakeSec .earthquakeBody dd .tf-comt {
	clear: both;
}
#container #main section.earthquakeSec .earthquakeBody dd .lowBox {
	margin-bottom: 80px;
	padding: 20px 30px 10px;
	background: url(../img/common/bg_blue_w.png);
	border: none;
	border-radius: 10px;
}
#container #main section.earthquakeSec .earthquakeBody dd .lowBox h3 {
	margin-bottom: 10px;
	line-height: 1.25;
	font-size: 20px;
	font-weight: bold;
}
#container #main section.earthquakeSec .earthquakeBody dd .lowBox h3 span {
	margin-left: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #56c2ce;
}
#container #main section.earthquakeSec .earthquakeBody dd .lowBox p {
	margin-bottom: 1em;
	font-size: 16px;
}


/*
00,notfound
----------------------------------------------------------------*/
#container #main .introNotfouondSec ul li {
	display: inline;
	padding-right: 20px;
	font-size: 1.6em;
}
#container #main .introNotfouondSec ul li a {
	padding: 10px 0 10px 20px;
	background: url(../img/common/icon_arrowround_right.png) no-repeat left center;
}

@media screen and ( max-width: 640px){
#globalFooter #footerUnder .footerUnderInner .officialSns {
	margin: 0 20px;
	padding: 20px 0;
	line-height: 29px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
}
#globalFooter #footerUnder .footerUnderInner .officialSns a {
	display: block;
	margin-right: 0;
	text-decoration: none;
}
#globalFooter #footerUnder .footerUnderInner .officialSns a:first-child {
	margin-bottom: 10px;
}
#globalFooter #footerUnder .footerUnderInner .officialSns span {
	background: url(../img/common/arrow_circle_g_9.png) 0 50% no-repeat;
	color: #000;
}
}


/*00,work-sheet
----------------------------------------------------------------*/
#WorkSheet #contactIntro p {
	margin: 0 20px;
	padding: 20px 0;
}