@charset "utf-8";

/*==========================================
File name: module-pc.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.10.24
========================================== */

body{
	min-width: 1200px;
}

#container{
	width: 1080px;
}


#contents{
	width: 1080px;
	padding-top: 30px;
}

/* PC 電話リンク無効 */

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}

a[href^="tel:"]:hover{
	text-decoration: none;
/*	color: #000!important;*/
}

a[href^="tel:"]:hover img{
	opacity:1.0!important;
	filter:alpha(opacity=100)!important;
	-ms-filter: "alpha( opacity=100 )";
}

.smp_only{
	display: none;
}

.link_btn a{
	width: 220px;
}

/* ------------------------------------------------
パンクズ
------------------------------------------------ */

#breadcrumbs{
	margin-left:auto;
	margin-right:auto;
	width:1070px;
}


/*==========================================
　1カラムレイアウト 4分割
========================================== */

.one-column-quarter .element_01,
.one-column-quarter .element_02{
	width: 255px;
}

.one-column-quarter_body_01,
.one-column-quarter_body_02{
	width: 530px;
}

.one-column-quarter_body_01{
	float: left;
}
.one-column-quarter_body_02{
	float: right;
}


.one-column-quarter .element_01{
	float: left;
	margin: 0 20px 0 0;
}

.one-column-quarter .element_02{
	float: right;
}



/*==========================================
　1カラムレイアウト 3分割
========================================== */

.one-column-third .element_01,
.one-column-third .element_02{
	width: 340px;
}

.one-column-third .element_01{
	float: left;
	margin: 0 30px 0 0;
}

.one-column-third .element_02{
	float: right;
}

/*==========================================
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half
========================================== */

.single-double .area_01,
.double-single .area_02{
	width: 340px;
}
.single-double .area_02,
.double-single .area_01{
	width: 710px;
	float: right;
}

.w-half .area_01,
.w-half .area_02{
	width: 540px;
}

.w-half .area_01{
	float: left;
}
.w-half .area_02{
	float: right;
}

.single-double .area_01,
.double-single .area_01{
	float: left;
}

.single-double .area_02,
.double-single .area_02{
	float: right;
}

.double-single .area_02 img{
	width: 100%;
	height: auto;
}

/*==========================================
　コンテンツ collapse
========================================== */

.collapseomatic{
	width: 100%;
	margin: 0!important;
	padding: 0 0 0 30px!important;
	line-height: 30px;
	height: 30px;
	background-color: #C66;
	background-position: 10px 40%;
	color: #FFF;
	font-weight: bold;
	border-bottom: dotted 1px #FFF;
}

/* ------------------------------------------------
可変 Table
------------------------------------------------ */

.table_01{
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: none;
}

.table_01 .tbody{
	display: table-row-group;
}

.table_01 dl dt,
.table_01 dl dd{
	display: table-cell;
	*display: inline;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	*border-top: none;
	*border-left: none;
	vertical-align: middle;
	*zoom: 1;
	vertical-align: top;
}

.table_01 dl{
	display: table-row;
	line-height: 1.6;
	border-top: solid 1px #fff;
	overflow: hidden;
	*zoom: 1;
	width: 100%;
}

.table_01 dl dt{
	border-bottom: none;
	width: 32%;
	background:#F3F3F3;
}


.table_01 dl dd{
	border-bottom: none;
	width: 900px;
}

.comtype{
	border-right: none;
}

.comtype dl dt,
.comtype dl dd{
	border-left: none;
	padding: 10px 0;
}

.comtype dl:first-child dt,
.comtype dl:first-child dd {
	border-top: none;
}

.comtype dl dt{
	background: none;
}

.comtype dl dd{
	width: 68%;
}

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */

.nme input{
	width: 30%!important;
}
.eml input{
	width: 50%!important;
}

.zip input{
	width: 20%!important;
}

.add input{
	width: 60%!important;
}

/* ------------------------------------------------
グーグルマップ
------------------------------------------------ */

.ggmap {
	width:1080px;
	margin:0 auto;
}

/* ------------------------------------------------
PCとスマホで幅かえる場合
------------------------------------------------ */
.p50_s90{ width:50%!important;}

.p30_s60{ width:30%!important;}

/*フォントサイズ*/

.font_p180_s140{
	font-size:180%;}
	
/* ------------------------------------------------
TopPage
------------------------------------------------ */

.home #sec_01 h2 img{
	width: 380px;
	height: auto;
}

.home .w-half .hgroup,
.home .w-half .link_btn{
	width: 50%;
}

.home .w-half .hgroup{
	float: left;
}

.home .w-half .link_btn{
	float: right;
	text-align: right;
}

.home .w-half .link_btn a{
	margin-right: 20px;
}

.home #sec_03{
	background: #F3F4F7;
	padding: 30px 0;
}

/* ------------------------------------------------
Space Plan
------------------------------------------------ */

.space_plan h2 i:last-child {
	display: none;
}

/* ------------------------------------------------
Company
------------------------------------------------ */
.comtype{
	margin: 0 20px 40px 20px;
}

