section{
	position: relative;
	width: 95%;
	max-width: 980px;
	min-width:980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 5%;
}

section:last-of-type{
	margin-bottom: 0px;
}

/*タイトル
------------------------------------------*/

#title{
	position: relative;
	overflow: hidden;
	min-width: 980px;
	background-color: #b50000;
	background-image: url(../img/common/bg_roop.gif);
	background-repeat: repeat;
	margin-bottom: 5%;
}

#title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	background: #000000;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	margin-top: -3%;
	margin-right: -10%;
	margin-bottom: 0;
	margin-left: -10%;
}

#title_inner {
	box-sizing: boder-box;
	width: 100%;
	max-width: 980px;
	color: #fff;
	text-align: center;
	z-index: 99;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 120px;
}


#title h2{
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#title h2#company{
	height: 43px;
	width: 172px;
}

#title h2#works{
	height: 43px;
	width: 172px;
}

#title h2#contact{
	height: 43px;
	width: 241px;
}


h3{
	background-color: #b50000;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 3%;
}

.pagetitle{color:#fff;font-size:20px;font-weight:700;margin:0 auto 3% auto;padding:10px;background-color:#b50000;}


/*テーブル
------------------------------------------*/
table{
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

td  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	padding-top: 1.5%;
	padding-right: 6%;
	padding-bottom: 1.5%;
	padding-left: 6%;
}

th{
	width: 30%;
	text-align: left;
	background-color: #efefef;
	vertical-align: middle;
	padding-top: 1.5%;
	padding-right: 6%;
	padding-bottom: 1.5%;
	padding-left: 6%;
	border: 1px solid #e4e4e4;
	font-weight: normal;
}


/*map 
------------------------------------------*/
#map {
	width: 100%;
	max-width: 980px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#map iframe,
#map object,
#map embed {
	width: 100%;
	height: 450px;
	margin-bottom: 3%;
}




/*設備
------------------------------------------*/
ul#equipment_img{
	margin-bottom: 1.5%;
	text-align: center;
	margin-right: -1.5%;
}

#equipment_img li{
	width: 31.8%;
	/zoom: 1;
	margin-right: 1.5%;
	float: left;
}

#equipment_img li img{
	width:100%;
	height:auto;
}

#equipment ul#equipment_txt{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#equipment ul#equipment_txt li{
	display: -moz-inline-box;
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding-right: 10px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}




/*過去の実績
------------------------------------------*/

ul.works_block{
	margin-bottom: 1.5%;
	text-align: center;
	margin-right: -1.5%;
	font-size: 0px;
	margin-top: -1.5%;
}

/*.works_block li{
	width: 31.8%;
	/zoom: 1;
	margin-right: 1.5%;
	float: left;
	margin-top: 1.5%;
}*/
.works_block li{
	width: 31.6%;
	/zoom: 1;
	margin-right: 1.5%;
	float: left;
	margin-top: 1.5%;
	border: #ccc 1px solid;
}
.works_block li img{
	width:100%;
	height:auto;
}




/*お問合せ
------------------------------------------*/
table.inq_table  {
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
}

.inq_table td,  
.inq_table th{
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}


input[type="text"], 
input[type="email"], 
input[type="text"].phone_number, 
input[type="text"].postal-code
{
	width: 96%;
	height: 30px;
	padding-left: 0.5%;
	padding-right: 0.5%;
}

textarea#question {
	width: 96%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 0.5%;
	height: 200px;
}


#submit_btn_block{
	text-align: center;
	clear: both;
	margin-top: 1.5em;
	width: 450px;
	max-width: 60%;
	margin-right: auto;
	margin-left: auto;
}

/*input[type="submit"], 
input[type="button"]#submit1 {
	border: 2px solid #b50000;
	color: #b50000;
	background-color: #FFFFFF;
	cursor: pointer;
	font-weight: 700;
	width: 48%;
	padding: 5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}*/


#mailform_bt input{
	border: 2px solid #b50000;
	color: #b50000;
	background-color: #FFFFFF;
	cursor: pointer;
	font-weight: 700;
	/*width: 48%;*/
	max-width:200px;width:100%;padding:20px;
	/*padding: 5%;*/
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	box-sizing:border-box
}



input[type="button"]#back {
	border: 2px solid #999999;
	color: #666;
	background-color: #FFFFFF;
	cursor: pointer;
	font-weight: 700;
	width: 48%;
	padding: 5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

.inq_btn:hover{
	color: #b50000;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	-moz-transition: fadeIn 2s ease 0s 1 normal;
	-ms-transition: fadeIn 2s ease 0s 1 normal;
}

span.required{
	margin-left: 5px;
	color: #FFFFFF;
	padding: 0px 3px;
	font-size: 0.8em;
	background-color: rgba(255,0,0,1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.inq_table th span{
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* プライバシーポリシー */
.notice{
	text-align: center;
}

:placeholder-shown {
    color: #B9B9B9; }
::-webkit-input-placeholder {
    color: #B9B9B9; }
:-moz-placeholder {
    color: #B9B9B9; }
::-moz-placeholder {
    color: #B9B9B9; }
:-ms-input-placeholder {
    color: #B9B9B9; }


/*お問合せ確認
------------------------------------------*/
#send input[type="submit"], 
#send input[type="button"]#submit1 {
	float: right;
}

#send input[type="button"]#back {
	border: 2px solid #999999;
	color: #666;
	background-color: #FFFFFF;
	cursor: pointer;
	font-weight: 700;
	width: 48%;
	padding: 5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

#thanks{
	width:95%;
	max-width:980px;
}

#btn_return{
	clear: both;
	width: 20%;
	max-width: 20%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #b50000;
	text-align: center;
	margin-top: 3em;
}

#btn_return a{
	text-decoration: none;
	color: #b50000;
	display: block;
	padding: 5%;
}

#btn_return a:hover{
	color: #b50000;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	-moz-transition: fadeIn 2s ease 0s 1 normal;
	-ms-transition: fadeIn 2s ease 0s 1 normal;
}


/* modal */
.modal h4{
	color: #b50000;
	text-align: center;
	max-width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding-top: 1.5em;
	font-size: 150%;
	white-space: nowrap;
}

/*#privacy p{
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
}*/

#formWrap{font-size:14px!important}


#privacy{
height:300px;margin:0 auto 50px auto;padding:20px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
border:#CCCCCC 1px solid;
}
#privacy td{padding:0 0 1em 0!important;border-right-width:0!important;}

.privacy_heading{font-size:20px;font-weight:700;line-height:1;text-align:center;margin:0 auto 20px auto;padding:15px;background:#F6F7F9;box-sizing:border-box}
.privacy_subheading{font-size:20px;line-height:100%;font-weight:700;margin:30px auto 10px auto;padding:0 0 10px 0;border-bottom:#CCCCCC 1px solid}

#privacy_contents{display:block;padding-top:100px;margin-top:-100px;}

.modal{
	width: 90%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
	text-align: center;
	font-size: 145%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	-moz-transition: fadeIn 1s ease 0s 1 normal;
	-ms-transition: fadeIn 2s ease 0s 1 normal;
}

p.popup-modal-dismiss{
	clear: both;
	padding-bottom: 1.5em;
	margin-top: 1.5em;
	text-align:center!important;
}
p.popup-modal-dismiss a{
	background-color: #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	width: 5%;
	font-size: 0.9em!important;
	color: rgba(51,51,51,1);
	text-decoration: none;
	padding: 0.5%;
	
}

.popup-modal-dismiss a:hover{
	background-color: #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.modal ul{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.modal li{
	display: -moz-inline-box;
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding-right: 10px;
}



/*新着情報
------------------------------------------*/
#news dl{
    width:100%;
	max-width:980px;
}
 
#news dt{
	clear: left;
	float: left;
	padding: 5px;
	width: 7em;
	line-height: 1.5em;
	background: #b50000;
	color: rgba(255,255,255,1);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5%;
	margin-left: 0;
	text-align: center;
}
 
#news dd{
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5%;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 8.5em;
	text-align: left;
}