@charset "utf-8";

/************ base ************/
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width:100%;
	line-height: 1.7;
	border:10px solid #050F29;
	box-sizing:border-box;
	overflow:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:url(../img/bg.png) repeat;
}  
p,dt,dd,li{
	text-align:justify;
	font-size:14px;
}
/************ /base ************/

#wrap{
	width:100%;
}

/************ header ************/
#headerbar{
	width:100%;
	height:30px;
	background:#197CCD;
}
#headerbar h1{
	width:980px;
	margin:0 auto;
	padding:4px 0 7px;
	font-size:12px;
	text-align:center;
	color:#FFF;
}
/*#headerWrap{
	width:100%;
	height:120px;
}
.headerInner{
	width:980px;
	margin:0 auto;
	position:relative;
}
.headerInner h2{
	position:absolute;
	top:32px;
}
.headerInner p{
	position:absolute;
	top:15px;
	right:0;
}*/
#headerWrap{
	width:100%;
	height:105px;
}
.headerInner{
	width:980px;
	margin:15px auto 0;
	display: flex;
}
.headerInner li:first-child{
	margin-right: auto;
}
.headerInner li:last-child{
	margin-left: 15px;
}
.headerInner h2{
	margin-top:18px;
}
/************ /header ************/


/************ navi ************/
nav{
	width:100%;
	height:50px;
	background: #086ACC;
}
nav ul{
	width:980px;
	height:50px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
nav ul li{
	width:140px;
	height:50px;
	text-align:center;
	border-right:1px dotted #333;
	box-sizing:border-box;
	position: relative;
	float:left;
}
nav ul li:first-child{
	border-left:1px dotted #333;
}
nav ul li:hover{
	background: #197CCD;
}
nav ul li a{
	height:50px;
	padding:11px 26px 12px;
	font-size:14px;
	color:#FFF;
	text-shadow: #fff 0 1px 0;
	display:block;
	box-sizing:border-box;
}
nav ul li a::before,
nav ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
nav ul li a,
nav ul li a::before,
nav ul li a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
/************ /navi ************/


/************ bread ************/
.breadBox{
	width:100%;
	height:35px;
  background:#F3F3EF;
}
.bread {
	width:980px;
  height: 35px;
	margin:0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.bread li {
  height: 35px;
  padding-right: 15px;
	font-size:12px;
  line-height: 3;
  float: left;
}
.bread li:last-child {
  margin-right: 0;
}
.bread li span, .bread li a {
  display: block;
  height: 35px;
  line-height: 3;
  font-size: 12px;
  position: relative;
}
.bread li span {
  width: 100%;
  font-weight: bold;
}
.bread li a {
  color: #878787;
}
.bread li a:hover{
	color:#197CCD;
}
.bread li a::before,
.bread li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bread li a,
.bread li a::before,
.bread li a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bread_arrow{
  line-height: 2.7;
}
/************ /bread ************/


/************ contents ************/
#cntWrap{
	width:980px;
	margin:0 auto;
	padding:20px 0;
}
.contents{
	display:table;
	margin-bottom:20px;
}
.contents li{
	width:230px;
	margin-left:20px;
	float:left;
}
.contents li:first-child{
	margin-left:0;
}
#cntMain{
	width:730px;
	float:left;
}
.cntBox{
	width:730px;
	margin-bottom: 20px;
	padding: 25px;
	overflow: hidden;
	background: #FFF;
	border: 5px solid #F3F3EF;
	box-sizing:border-box;
	float:left;
}
.ttlMain {
	position: relative;
	margin-bottom:15px;
	padding: 7px 0 8px 35px;
	font-size:18px;
	line-height:1.4;
	border: 1px solid #ccc;
	border-top: 3px solid #086ACC;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.ttlMain::after {
	position: absolute;
	top: 12px;
	left: 10px;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #086ACC;
	border-radius: 100%
}

/***** トップページ *****/
.news article {
	padding: 14px 0;
	border-bottom: 1px dashed #918b8b;
}
.news article time {
	float: left;
	width: 95px;
	font-size: 15px;
	font-size: 14px;
	line-height: 1.3;
}
.news article p {
	margin: 0 0 0 105px;
	font-size: 15px;
	font-size: 14px;
	line-height: 1.3;
}

.news2 article {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #918b8b;
}
.news2 article time {
	display: block;
	float: none;
	width: 100px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}
.news2 article p {
	clear: both;
	float: none;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	font-size: 14px;
}
.news a , .news2 a {
	text-decoration:underline;
}

.articleList{
	margin-bottom:20px;
}
.articleList li{
	width:180px;
	height:405px;
	margin:0 3px 3px 0;
	padding:10px;
	border:1px solid #e4e4dc;
	background:#FFF;
	box-sizing:border-box;
	position:relative;
	float:left;
}
.articleList li:nth-child(4n) {
	margin-right:0;
}
.articleName{
	margin-bottom:6px;
}
.articleName a{
	font-size:14px;
	font-weight:bold;
	color:#050F29;
	line-height:1.6;
}
.articleList dt{
	margin-top:5px;
	font-size:10px;
	color:#050F29;
}
.articleList dt span{
	font-size:14px;
	font-weight:bold;
}
.articleList dd{
	font-size:11px;
}
.btn_detail a{
	width:158px;
	margin-top:10px;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: .875em;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	color: #050F29;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	box-sizing:border-box;
	position:absolute;
	bottom:10px;
}
.pagerWrap{
	width:730px;
	margin-bottom:15px;
	display: -webkit-flex;
  display: flex;
}
.pagerWrap li:first-child {
  margin-right: auto;
	line-height:1.7;
}
.count{
	font-size:18px;
	font-weight:bold;
	color: #197CCD;
}
/***** pager *****/
#pager {
	width: 400px;
}
.btn {
	display: inline-block;
	padding: 10px;
	border-radius: 5px; /*optional*/
	color: #aaa;
	font-size: .875em;
}
.pagination {
	width: 400px;
	padding: 10px 0 14px;
	box-sizing: border-box;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page {
	display: inline-block;
	margin-left:5px;
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.page:hover, .page.gradient:hover {
	background: #fefefe;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.page.active {
	padding:6px 11px !important;
	border: none;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
/***** /pager *****/

.ttlIntro {
	position: relative;
	margin-bottom:15px;
	padding: 8px 10px 8px 35px;
	font-size:18px;
	line-height:1.4;
	border: 1px solid #ccc;
	border-top: 3px solid #086ACC;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.ttlIntro::after {
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #086ACC;
	border-radius: 100%
}
.intro{
	width:730px;
	float:left;
}
.ph_intro{
	width:200px;
	margin-right:15px;
	float:left;
}
.promise,.occupation{
	margin-top:15px;
}
.promise h4 {
	margin-bottom:10px;
	overflow: hidden;
	text-align: center;
}
.promise h4 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:20px;
	text-align: left;
}
.promise h4 span::before,
.promise h4 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.promise h4 span::before {
	right: 100%;
}
.promise h4 span::after {
	left: 100%;
}
.promise li{
	font-size:14px;
	margin:5px 0;
}
.promise p{
	margin-top:15px;
}
/***** /トップページ *****/


/***** 当店の特徴 *****/
.featureBox,.ownerCnt{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 25px;
	background: #FFF;
	border: 5px solid #F3F3EF;
	box-sizing:border-box;
	position:relative;
	float:left;
}
 h3,.question dt {
	margin-bottom:10px;
	padding: 0 0.3em 0 1.7em;
	font-size:16px;
	font-weight:bold;
	position: relative;
	border-bottom: 1px solid #ccc;
}
h3::after,.question dt::after {
	position: absolute;
	top: .5em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #197CCD;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ph_feature{
	width:200px;
	margin-left:15px;
	float:right;
}
.occupation {
	width:455px;
}
.occupation h4 {
	margin-bottom:5px;
	overflow: hidden;
	text-align: center;
}
.occupation h4 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:16px;
	text-align: left;
}
.occupation h4 span::before,
.occupation h4 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.occupation h4 span::before {
	right: 100%;
}
.occupation h4 span::after {
	left: 100%;
}
.occupation ul{
	width:455px;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0; 
}
.occupation li{
	width:50%;
	margin:3px 0;
	padding:10px 4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	background: #1abab7;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	display: table-cell;
	box-sizing:border-box;
}
.occupation li:first-child{
	width:447px;
	display:table-caption;
	margin:4px auto;
}
/***** /当店の特徴 *****/


/***** 不動産無料査定 *****/
.merit{
	width:455px;
	margin-top:20px;
	border:1px solid #1abab7;
	box-sizing:border-box;
}
.merit h4{
	padding:5px;
	font-size:16px;
	text-align:center;
	color:#FFF;
	background: #1abab7;
}
.merit dl{
	padding:15px;
	background: #FFF;
}
.merit dt,.privacyCnt dt{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	line-height:1.7;
	border-bottom:1px solid #1abab7;
}
.merit dt:first-child,.privacyCnt dt:first-child{
	margin-top:0;
}
/***** /不動産無料査定 *****/


/***** 管理物件オーナー様募集 *****/
.ownerCnt h4{
	width:425px;
	margin-bottom:10px;
	padding: 0 0.3em 0 1.7em;
	font-size:16px;
	font-weight:bold;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.ownerCnt article{
	margin-bottom: 25px;
	position:relative;
}
.ownerCnt dt span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:20px;
	text-align: center;
}
.ownerCnt dt span::before,
.ownerCnt dt span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.ownerCnt dt span::before {
	right: 100%;
}
.ownerCnt dt span::after {
	left: 100%;
}
.ownerCnt dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	overflow: hidden;
	text-align: center;
}
.ownerCnt dd {
	font-size:16px;
	margin-bottom:10px;
}
/***** /管理物件オーナー様募集 *****/


/***** 賃貸物件大募集 *****/
.handling h4 {
	position: relative;
	padding: 5px 10px 5px 18px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background: #197CCD;
}
.handling h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background: #d9ecfa;
	border-radius: 4px;
}
.handling dt span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:16px;
	text-align: center;
}
.handling dt span::before,
.handling dt span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.handling dt span::before {
	right: 100%;
}
.handling dt span::after {
	left: 100%;
}
.handling dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	overflow: hidden;
	text-align: center;
}
.handling dd {
	margin-bottom:15px;
}
/***** /賃貸物件大募集 *****/


/***** 求む！売却不動産 *****/
.sellCnt{
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.sellCnt li{
	width:175px;
	padding:10px 4px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background: #1abab7;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	box-sizing:border-box;
}
.sellBox dt span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:20px;
	text-align: center;
}
.sellBox dt span::before,
.sellBox dt span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.sellBox dt span::before {
	right: 100%;
}
.sellBox dt span::after {
	left: 100%;
}
.sellBox dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	overflow: hidden;
	text-align: center;
}
.sellBox dd,.trouble li {
	font-size:16px;
	margin-bottom:10px;
}
.sellBox p{
	padding-top:8px;
	border-top:1px dotted #ccc;
}
/***** /求む！売却不動産 *****/


/***** 弁護士・税理士・司法書士の皆様へ *****/
.infoBox li {
	font-size:16px;
	margin-bottom:10px;
}
.infoBox p{
	padding-top:8px;
	border-top:1px dotted #ccc;
}
/***** /弁護士・税理士・司法書士の皆様へ *****/


/***** 買いたい方 *****/
.buyBox dt span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:20px;
	text-align: center;
}
.buyBox dt span::before,
.buyBox dt span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.buyBox dt span::before {
	right: 100%;
}
.buyBox dt span::after {
	left: 100%;
}
.buyBox dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	overflow: hidden;
	text-align: center;
}
.buyBox dd {
	font-size:16px;
	margin-bottom:15px;
}
.buyBox {
	position:relative;
	padding:1em 1.5em;
	margin:2em auto;
	background:#d9ecfa;
	overflow:hidden;
}
.buyBox:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
	border-style:solid;
	border-color:#fff #fff #197CCD #197CCD; /* A bit more verbose to work with .rounded too */
	background:#658E15; /* For when also applying a border-radius */
	display:block; width:0; /* Only for Firefox 3.0 damage limitation */
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
#dataBlock .tableinfo{
	width:100%;
	border-left:1px solid #197CCD;
	border-right:1px solid #197CCD;
	box-sizing:border-box;
	float:left;
}
#dataBlock a{
	text-decoration:underline;
}
#dataBlock table{
	width:100%;
	font-size:12px;
	background-color:#197CCD;
	border-collapse:separate;
	border-spacing:0px 1px;
	table-layout: fixed;
	display:table;
}
#dataBlock table tr th{
  width:25%;
  background-color:#197CCD;
  border:1px solid #FFF;
  text-align:center;
	font-size:14px;
  font-weight:bold;
  color:#FFF;
  padding:7px 0px 5px;
}
#dataBlock table tr td {
  width:75%;
  padding:7px 0px 5px;
	font-size:14px;
  background:#FFF;
  word-break: break-all;
}
#dataBlock table tr th div,
#dataBlock table tr td div {
  padding:0 9px;
}
/***** /買いたい方 *****/


/***** 借りたい方 *****/
.rent_list{
	margin:10px 0;
}
.rent_list li{
	font-size:16px;
  font-weight:bold;
}
/***** /借りたい方 *****/


/***** 店舗概要 *****/
.shopCnt{
	margin-top:10px;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.shopCnt li{
	width:130px;
	padding:10px 4px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	background: #1abab7;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	box-sizing:border-box;
}
.ph_shop{
	margin-top:15px;
	-js-display: flex;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/***** /店舗概要 *****/


/***** 任意売却Q&A *****/
.qaWrap dt{
	position: relative;
	padding: 5px 10px 5px 18px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background: #197CCD;
}
.qaWrap dt::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background: #d9ecfa;
	border-radius: 4px;
}
.qaWrap dd{
  margin: 10px 0 20px;
}
/***** /任意売却Q&A *****/


/***** パンくず *****/
#breadcrumb {
  list-style: none;
  display: inline-block;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb li a:hover {
  background-color: #2980b9;
}
#breadcrumb li a:hover:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #2980b9;
}
#breadcrumb li a:active {
  background-color: #2980b9;
}
#breadcrumb li a:active:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #2980b9;
}
/***** /パンくず *****/


/***** お問い合わせ *****/
#form{
	width:670px;
}
.input_text{
	margin-bottom:10px;
}
.input_text span{
	font-size:11px;
	color:#197CCD;
}
.input_text label{
	width:160px;
	font-size:14px;
	color:#444;
	margin-top:7px;
	float:left;
	display:block;
}
.input_text input{
	width:488px;
	height:20px;
	margin-left:10px;
	padding:5px;
	float:left;
	border:1px solid #e5e5e5;
	border-radius:5px;
	display:block;
}
.input_text textarea{
	font-size:11px;
	width:488px;
	height:140px;
	margin-left:10px;
	padding:5px;
	float:left;
	border:1px solid #e5e5e5;
	border-radius:5px;
	display:block;
}
.clearer{
	clear:both;
	float:none;
	display:block;
	height:0;
}
.submit_btn,.more {
	width:290px;
	margin:20px auto 0;
	padding:8px 10px 8px 10px;
	display:block;
	position: relative;
	background: #f7a603;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #d58f03;
}
.submit_btn:hover,.more:hover {
  top: 5px;
	box-shadow: none;
}
.submit_btn button,.more a {
	width:290px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	display:block;
	color: #fff !important;
}
/***** /お問い合わせ *****/


.flowDetail {
	width: 450px;
	margin-right:20px;
	float: left;
}
.flow .pct {
	float: right;
	width: 200px;
}
.construction{
	width:670px;
	/*-js-display: flex;
	display: flex;
	justify-content: space-between;*/
}
.construction dd{
	width:219px;
	margin:2px;
	padding:10px 4px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background: #1abab7;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	box-sizing:border-box;
	float:left;
}
.construction dd:nth-child(3n+1){
	width:220px;
}

/***** よくあるご質問 *****/
.question dd{
	margin-bottom:30px;
}
/***** /よくあるご質問 *****/


/***** side area *****/
#cntSide{
	width:230px;
	margin-left:20px;
	float:left;
}
.side_bnr{
	width:230px;
	position:relative;
	background:url(../img/side_contact.jpg) no-repeat;
}
.side_bnr li{
	width:230px;
	margin-bottom:10px;
}
/***** /side area *****/


/************ /contents ************/


/************ footer ************/
footer {
	background: #d9ecfa;
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
#ft01 {
	background: #197CCD;
	padding: 0;
	width: 100%;
	height: 38px;
	text-align: center;
	clear: both;
}
#ft01_inner {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 31px;
	text-align: center;
	clear: both;
}
#ft01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#ft01 ul li,
#ft01 ul li a {
	height: 11px;
	color:#FFF;
	float: left;
	display: block;
}
#ft01 ul li {
	margin: 10px 15px 10px 0;
	font-size:12px;
}
#ft01 ul li a {
	margin: 0;
}
p#copy {
	margin: 0 15px 0 0;
	padding: 0;
	height: 35px;
	line-height:3.6;
	font-size:10px;
	color:#FFF;
	display: block;
	float: right;
}
p#pageTop,
p#pageTop a {
	margin: 0;
	padding: 0;
	width: 90px;
	height: 38px;
	float: right;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/pagetop.gif) repeat;
}
#ft02 {
	background: #d9ecfa;
	margin: 45px auto 0 auto;
	padding: 0;
	width: 980px;
	height: 82px;
	text-align: center;
	clear: both;
}
#ft02 ul {
	margin: 0;
	padding: 0;
	width: 665px;
	font-size: 10px;
	line-height: 18px;
	float: left;
}
#ft02 ul li {
	margin: 0 0 18px 0;
	padding: 0 25px 0 0;
	font-size:12px;
	float: left;
}
#ft02 address {
	background: url(../img/h_contact.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 90px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	float: right;
}
/************ /footer ************/

/****** font ******/
.txt_c {
	text-align:center !important;
}
.bold {
	font-weight:bold !important;
}
.fs11 {
	font-size:11px !important;
}
.fs12 {
	font-size:12px !important;
}
.fs13 {
	font-size:13px !important;
}
.fs14 {
	font-size:14px !important;
}
.fs16 {
	font-size:16px !important;
}
.fs18 {
	font-size:18px !important;
}
.fs20 {
	font-size:20px !important;
}
.fs22 {
	font-size:22px !important;
}
.fs24 {
	font-size:24px !important;
}
.fs26 {
	font-size:26px !important;
}
.fs28 {
	font-size:28px !important;
}
.fs30 {
	font-size:30px !important;
}
/****** /font ******/

/****** margin ******/
.m5{
	margin: 5px !important;
}
.m10{
	margin: 10px !important;
}
.m15{
	margin: 15px !important;
}
.m20{
	margin: 20px !important;
}
.mgt5 {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb15 {
	margin-bottom: 15px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb25 {
	margin-bottom: 25px !important;
}
.mgb25 {
	margin-bottom: 30px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgl5 {
	margin-left: 5px !important;
}
.mgl10 {
	margin-left: 10px !important;
}
.mgl15 {
	margin-left: 15px !important;
}
.mgl20 {
	margin-left: 20px !important;
}
.mgl25 {
	margin-left: 25px !important;
}
.mgl25 {
	margin-left: 30px !important;
}
.mgl30 {
	margin-left: 30px !important;
}
.mgr5 {
	margin-right:5px !important;
}
.mgr10 {
	margin-right: 10px !important;
}
.mgr15 {
	margin-right: 15px !important;
}
.mgr20 {
	margin-right: 20px !important;
}
.mgr25 {
	margin-right: 25px !important;
}
.mgr25 {
	margin-right: 30px !important;
}
.mgr30 {
	margin-right: 30px !important;
}
/****** /margin ******/

/****** padding ******/
.p5{
	padding: 5px !important;
}
.p10{
	padding: 10px !important;
}
.p15{
	padding: 15px !important;
}
.p20{
	padding: 20px !important;
}
.pdt5 {
	padding-top: 5px !important;
}
.pdt10 {
	padding-top: 10px !important;
}
.pdt15 {
	padding-top: 15px !important;
}
.pdt20 {
	padding-top: 20px !important;
}
.pdt25 {
	padding-top: 25px !important;
}
.pdt25 {
	padding-top: 30px !important;
}
.pdt30 {
	padding-top: 30px !important;
}
.pdb5 {
	padding-bottom: 5px !important;
}
.pdb10 {
	padding-bottom: 10px !important;
}
.pdb15 {
	padding-bottom: 15px !important;
}
.pdb20 {
	padding-bottom: 20px !important;
}
.pdb25 {
	padding-bottom: 25px !important;
}
.pdb25 {
	padding-bottom: 30px !important;
}
.pdb30 {
	padding-bottom: 30px !important;
}
.pdl5 {
	padding-left: 5px !important;
}
.pdl10 {
	padding-left: 10px !important;
}
.pdl15 {
	padding-left: 15px !important;
}
.pdl20 {
	padding-left: 20px !important;
}
.pdl25 {
	padding-left: 25px !important;
}
.pdl25 {
	padding-left: 30px !important;
}
.pdl30 {
	padding-left: 30px !important;
}
.pdr5 {
	padding-right: 5px !important;
}
.pdr10 {
	padding-right: 10px !important;
}
.pdr15 {
	padding-right: 15px !important;
}
.pdr20 {
	padding-right: 20px !important;
}
.pdr25 {
	padding-right: 25px !important;
}
.pdr25 {
	padding-right: 30px !important;
}
.pdr30 {
	padding-right: 30px !important;
}
/****** /padding ******/