@charset "utf-8";
/* CSS Document */
div#headermenu {
	width:100%;
	min-width: 900px;
	height:80px;
	background: url(../images/cmn/headerbg.jpg) repeat-y;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-top: 20px;
}
	div#headermenu input.check { display: none;}
	div#headermenu div.center {
		width:900px;
		height:35px;
		margin: 0 auto;
		position: relative;
	}
		div#headermenu div.center a.logo {
			display: block;
			width:159px;
			height:35px;
			position: absolute;
			top:0px;
			left:0;
			background: url(../images/cmn/logo.png) no-repeat;
			background-size: 100% 100%;
		}
		div#headermenu div.center div.hmenubox {
			width:100%;
			height:40px;
			box-sizing: border-box;
			text-align: right;
			padding-right: 160px;
		}
			div#headermenu div.center div.hmenubox a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				font-size: 15px;
				letter-spacing: 1px;
				line-height: 40px;
				margin: 0 20px;
			}
		div#headermenu div.center a#taisaku {
			display: block;
			width:140px;
			height:40px;
			line-height: 40px;
			background: #FF3A00;
			position: absolute;
			top:0;
			right:0;
			color: #fff;
			font-size: 16px;
			text-align: center;
			text-decoration: none;
			border-radius: 5px;
		}
	div#headermenu div.menubtn { display: none; }
	div#headermenu div#menuBox { display: none; }
/* Total Support */
a.totalsupport {
	display: block;
	width:100%;
	height:27.24vw;
	background: url(../images/cmn/totalsupport.jpg) no-repeat;
	background-size: 100% 100%;
}
/* フッター */
div#footerbox {
	width:100%;
	height:180px;
	min-width: 900px;
	background: url(../images/cmn/headerbg.jpg) repeat-y;
	background-size: 100% auto;
}
	div#footerbox div.center {
		width:900px;
		height:150px;
		margin: 0 auto;
		position: relative;
		background: url(../images/cmn/addressinfo.png) no-repeat;
		background-size: 290px auto;
		background-position: left 0px top 40px;
	}
		div#footerbox div.center div.fmenu {
			width:100%;
			height:30px;
			position: absolute;
			top:60px;
			right:0;
			text-align: right;
		}
			div#footerbox div.center div.fmenu a {
				text-decoration: none;
				color: #fff;
				font-size: 14px;
				letter-spacing: 1px;
				margin: 0 18px;
			}
/* 共通 */
div#contents {
	width:100%;
	min-width: 900px;
}
div#mainContents > div.center {
	width:900px;
	margin: 0 auto;
}
h2.colorborder {
	display: inline-block;
	font-size: 20px;
	padding-bottom: 10px;
	background: url(../images/cmn/title_border.png) no-repeat;
	background-size: 100% 2px;
	background-position: left bottom;
}


