@charset "utf-8";



#container {
	background:url(../../../img_201511/index/main_visual/main.background-image.jpg);
	background-repeat:repeat;
	/*min-width:960px;*/
	padding:0 10px;
}

/**********************コンテンツイメージ****************************/

#content_image{
	height:110px;
	background:url(../../../sp/page/img/sp_content_image.png) no-repeat top center;
	background-size:100%;
	position:relative;
}

#content_image h2 {
	position:absolute;
	top:13%;
	left:6%;
}

#content_image h2 img{
	width:45%;
	height:auto;
}
/**********************コンテンツイメージここまで********************/

header{
	padding-bottom:0px !important;
}

.title_deco {
	height:auto;
	padding-left:12%;
	padding-bottom:5px;
	margin-bottom:10px;
	background-image:url(../../../img_201511/common/title_deco.png);
	background-size:30px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:;
}

.title_deco img#tel_contact {
	width:65%;
	height:auto;
	display:block;
	padding-top:1px;
}

.title_deco img#about_contact {
	width:65%;
	height:auto;
	display:block;
	padding-top:1px;
}

.title_deco img#about_you {
	width:90%;
	height:auto;
	display:block;
	padding-top:2px;
}

.title_deco img#about_tenant {
	width:65%;
	height:auto;
	display:block;
	padding-top:1px;
}

.title_deco img#etcetra {
	width:25%;
	height:auto;
	display:block;
	padding-top:1px;
}

.content_area {
	padding-left:2em;
}

h3.form_section {
	font-size:143%;
	font-weight:bold;
	border-bottom:2px #EF7640 solid;
	padding-bottom:0.3em;
	margin:1.0em 0;
}


/*　資料請求・お問い合わせ
----------------------------------------*/

#contact {
	border:4px solid #E4E4B2;
	background-color:#FFFFFF;
	margin:1.5em 0 3em;
	box-sizing:border-box;
}

#contact #contact_content {
	padding:2% 4%;
}

#contact #contact_content img {
	width:100%;
}

#main-read .align_c {
	text-align:center;
}

/*read-box2*/

#main-read .read-box2 {
	margin-bottom:2em;
}

div.read-box2 ul li {
	font-size:114%;
	line-height:1.8;
	/*margin-left:1em;*/
	list-style-type:disc !important;
}

div.read-box2 ul li a {
	color:#312313;
}

div.read-box2 ul li a:hover {
	text-decoration:none;
}


/*read-box3*/

#main-read .read-box3 {
	margin-bottom:2em;
}

#main-read .read-box3>div {
	width:100%;
	background-color:#ffaa2e;
	margin-bottom:2em;
}

table.form-data th,table.form-data td{
	padding:5px 10px;
	font-size:128%;
}

table.form-data th {
	text-align:right !important;
}

table.form-data td {
	text-align:left !important;
}



.read-box3 dl {
	border-bottom:1px #CBCBCB solid;
	border-right:1px #CBCBCB solid;
}

.read-box3 dl dt,.read-box3 dl dd{
	font-size:128%;
	border-top:1px #CBCBCB solid;
	border-left:1px #CBCBCB solid;
}

.read-box3 dl dt{
	/*font-weight:bold;*/
	/*margin-bottom:0.5em;*/
	background:#E6F8EA;
	padding:0.5em;
}

.read-box3 dl dd{
	background:#FFFFFF;
	padding:1em;
}



.news-title {
	/*padding: 15px 10px ;*/
	font-size: 18px ;
	font-weight: bold ;
	color: #553377 ;
	border-bottom: 1px solid #cccccc ;
	line-height: 1.3 ;
}
.news-box {
	/*padding: 10px ;*/
	border-bottom: 1px solid #999999 ;
}


.normalbox1 {
	/*width: 940px ;*/
}
.normalbox2 {
	/*width: 680px ;*/
}


.tablelist {
	border:#cccccc solid 1px;
}

.tablelist th:last-child,
.tablelist td:last-child
{
}


.tablelist th {
	width:25%;
	/*padding:10px 20px;*/
	background:#E6F8EA;
	border-bottom: 1px dotted #cccccc ;
	font-weight: bold ;
	text-align:left;
	vertical-align: middle ;
}
.tablelist td {
	width:75%;
	/*padding:10px 20px;*/
	background:#FFFFFF;
	border-bottom: 1px dotted #cccccc !important;
	vertical-align: middle ;
}

.link {
	text-align: right ;
}
.link a {
	background: url(../img/arrow1.png) center left no-repeat ;
	/*padding: 0 0 0 18px ;*/
	text-decoration: none ;
}

.mark { color: #553377 ; }
.check { color: #ff3399 ; }

form input {
	margin: 5px 0 ;
	vertical-align: middle ;
	padding:10px !important;
}

form .fbox1 {
	width:93%;
	border: 1px solid #999999 ;
}
form .fbox2 {
	width:15%;
	/*padding: 2px 4px ;*/
	border: 1px solid #999999 ;
	font-size: 14px ;
}
form .fbox3 {
	/*padding: 2px 4px ;*/
	border: 1px solid #999999 ;
	font-size: 14px ;
}
form .fbox4 {
	/*padding: 2px 4px ;*/
	border: 1px solid #999999 ;
	font-size: 14px ;
}
form .fbox5 {
	/*width:430px;*/
	/*padding: 2px 4px ;*/
	border: 1px solid #999999 ;
	font-size: 14px ;
}

form .fbox6 {
	width:95%;
	border: 1px solid #999999 ;
}

form .fbox7 {
	width:93%;
	/*padding: 2px 4px ;*/
	border: 1px solid #999999 ;
	margin-top:0.5em;
}

form select {
	/*padding: 2px 2px ;*/
	border: 1px solid #999999 ;
	font-size: 14px ;
}
.submit_area {
  width:50%;
  display: flex;
  justify-content: center;
  margin:0 auto;
}

.btn-send,.submit{
	width:40%;
	height:auto;
 padding: 10px !important;
	font-weight:bold;
}
.btn-send + .btn-send {
  margin-left:10%;
}
.btn-reset,.back{
	width:50%;
	height:auto;
	padding:3em;
	font-weight:bold;
}
form .form-data {
	background:#ffaa2e;
	padding: 6px 0 ;
	color:#FCFCFC;
	text-align: center ;
	font-weight: bold ;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
	behavior: url(/PIE.htc) ;
}

#form_btn {
	text-align:center;
	margin:20px 0;
}


div.agreement{
	border: 1px solid #C7C7C7;
	padding: 1.5em;
}
div.agreement h3{
	font-weight: bold;
	padding-bottom:1em;
}

ul.Submit {
	/*width: 215px;*/
	margin:20px auto 0;
}
ul.Submit li {
	color:#000000;
 text-align: center;
}
ul.Submit li.check{
	/*margin	: 5px 0 0 30px;*/
}
ul.Submit li.check input{
	margin:5px 0;
}
ul.Submit li.btn{
	margin	:0 0 0 0;
}



/*　error
---------------------------------------*/

#error_page {
	width:100%;
	min-height:500px;
	margin:0 auto;
}

#error_btn {
	text-align:center;
}
.err {
  color:#FF0004 !important;
}

#error_page #e_back {
	width:30%;
	font-weight:bold;
	padding:0.7em;
	margin-bottom:2em;
}

.confirmation {
  margin:1em 0 2em;
}
/*　thanks
---------------------------------------*/

.thanks {
	width:100%;
	min-height:500px;
	margin:0 auto;
}

.thanks h1 {
	font-size:140%;
	font-weight:bold;
	margin-bottom:1.5em;
}

.thanks p {
	line-height:1.6;
}

#btn{
	margin-top:2em;
}

#btn a{
	color:#312313;
}





