
/********************

共通

********************/

/** ここで改ページさせる **/
.pagebreak {
	page-break-after: always !important;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	width: 1000px !important;
	margin: 0 auto !important;
}

#global_menu {
	display: none !important;
}

.main {
	margin-top: 0px !important;
}

.contentArea {
	width: 900px !important
}

.contentArea .construction,
.contentArea .company {
	width: 430px !important
}



/********************

トップページ

********************/




/********************

会社概要

********************/
.slogan {
	font-size: 1.4rem !important;
	line-height: 2.8rem !important;
}


/********************

事業内容

********************/
#about {
	margin: 100px 0 0 0 !important;
}


/********************

施工実績

********************/



/********************

お問い合わせ

********************/


