@charset "UTF-8"

@-ms-viewport {	width: device-width;}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ　Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
}
img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 15px;
	font-weight: normal;
}
p {
	margin-bottom: 15px;
}
h1,h2 {
	font-size: 1.5em;
}
a {
	color: #005073;
}
a:hover {
	color: #008ccd;
}
ul {
	list-style: none;
}

/*header******************************/
.header {
}
.headerInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	zoom: 1;
}
.headerInner:after {
	content: "";
	display: block;
	clear: both;
}
.headerLogo {
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}
.headerCopy {
	clear: left;
	font-size: 0.625em;
	line-height: 1.2;
}
ul.headerBnr {
	float: right;
	margin-top: 10px;
	padding-right: 10px;
}
ul.headerBnr li {
	margin-bottom: 10px;
}
ul.headerLink a {
	display: block;
	padding: 5px 10px 5px 30px;
	font-size: 1em;
	line-height: 1.2;
	color: #ffffff;
	text-decoration: none;
	background: url(../img/new/common/arw01.png) 10px center no-repeat #329941;
	background-size: 10px 10px;
	background: url(../img/new/common/arw01_s.png) 10px center no-repeat #329941\9;
}
ul.headerLink a:hover {
	background: url(../img/new/common/arw01.png) 10px center no-repeat #51b35f;
	background-size: 10px 10px;
	background: url(../img/new/common/arw01_s.png) 10px center no-repeat #51b35f\9;
}
/*gnavi******************************/
.gnavi {
	background-color: #003040;
}
.gnaviInner {
	width: 960px;
	margin: 0 auto;
}
.gnavi ul:after {
	content: "";
	display: block;
	clear: both;
}
.gnavi li {
	float: left;
}
.gnavi a {
	display: block;
	text-decoration: none;
}
/*clumbs*******************************/
.clumbs {
	background-color: #efefef;
}
.clumbsInner {
	width: 960px;
	margin: 0 auto;
}
* html .clumbsInner ul{zoom:1;} /* IE6 */
*:first-child+html .clumbsInner ul{zoom:1;} /* IE7 */
.clumbsInner ul:after {
	content: "";
	display: block;
	clear: both;
}
.clumbsInner ul {
	list-style: none;
}
.clumbsInner ul li {
	float: left;
	font-size: 0.85em;
	padding: 3px 5px 3px 20px;
	background: url(../img/common/arw05.png) 0 center no-repeat;
	background-size: 15px 15px;
	background: url(../img/common/arw05_s.png) 0 center no-repeat/9;
}
*:first-child+html .clumbsInner ul li{background: url(../img/common/arw05_s.png) 0 center no-repeat;} /* IE7 */
.clumbsInner ul li.first {
	padding: 3px 5px;
	background: none;
}
*:first-child+html .clumbsInner ul li.first{background: none;} /* IE7 */

@media ( max-width: 599px ) {
	.clumbs {	display: none;}
}
/*indexKv******************************/
.indexKv {
	background-color: #efefef;
	background: linear-gradient(to bottom, #efefef 80%, #eeeeee 100%);
}
.indexKvInner {
	width: 960px;
	margin: 0 auto;
}
/*kv******************************/
.kv {
	background-color: #efefef;
	background: linear-gradient(to bottom, #efefef 80%, #eeeeee 100%);
}
.kvInner {
	width: 960px;
	margin: 0 auto;
}
/*box********************************/
.contentBgLg {
	background-color: #f6f6f6;
	padding: 15px 0 30px 0;
}
.contentBgW {
	background-color: #ffffff;
	padding: 15px 0 30px 0;
}
.contentBgCleam {
	background-color: #f6f6dd;
	padding: 15px 0 30px 0;
}
.boxWrap {
	width: 960px;
	margin: 0 auto;
}
* html .boxWrap{zoom:1;} /* IE6 */
*:first-child+html .boxWrap{zoom:1;} /* IE7 */
.boxWrap:after {
	content: "";
	display: block;
	clear: both;
}
.boxInnerFull {
	padding: 0 10px;
}
.boxInnerHalf {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.boxInnerOneThird {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.boxInnerTwoThird {
	float: left;
	width: 620px;
	padding: 0 10px;
}
.boxInnerOneFourth {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.boxInnerThreeFourth {
	float: left;
	width: 700px;
	padding: 0 10px;
}
.borderIndigo {
	margin-bottom: 15px;
	padding: 15px;
	border: 2px solid #003040;
	border-radius: 10px;
}
/*top********************************/
.topBoxInnerOneThird {
	position: relative;
	padding-bottom: 30px;
}
.topBoxInnerOneThird a.details {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: block;
	padding: 5px 25px 5px 5px;
	color: #333333;
	text-decoration: none;
	background: url(../img/common/arw02.png) right center no-repeat;
	background-size: 20px 20px;
	background: url(../img/common/arw02_s.png) right center no-repeat\9;
	cursor: pointer;
}
.topBoxInnerOneThird a.details:hover {
	text-decoration: underline;
}

/*footer****************************/
.footerInner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 1px solid #003040;
}
p.footerCopy {
	font-size: 0.625em;
	text-align: center;
}
/*btnRollupOuter****************************/
.btnRollupOuter {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.btnRollupInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.btnRollUp {
	position: absolute;
	width: 60px;
	right: -30px;
	bottom: 80px;
}
/*personalSubNavi****************************/
div.personalSubNavi {
	display: none;
}
@media (max-width: 767px) {
	img {
		width: 100%;
		max-width: 100%;
	}
	.headerInner,
	.gnaviInner,
	.clumbsInner,
	.indexKvInner,
	.topKvInner,
	.kvInner,
	.boxWrap,
	.footerInner {
		box-sizing: border-box;
		width: 100%;
	}
	.headerInner {
		padding: 5px 10px;
	}
	.headerLogo {
		padding: 10px;
		width: 30%;
	}
	ul.headerBnr {
		padding: 10px;
		width: 30%;
	}
	.gnaviInner {
		height: auto;
	}
	.gnaviInner ul {
		width: 100%;
	}
	.gnaviInner li {
		box-sizing: border-box;
		width: 20%;
		line-height: 1;
	}
	.gnaviInner li a img {
		width: 100%;
	}
	.boxWrap {
		padding: 15px 10px;
	}
	.boxInnerFull {
		box-sizing: border-box;
		width: 100%;
	}
	.boxInnerHalf {
		box-sizing: border-box;
		width: 50%;
	}
	.boxInnerOneThird {
		box-sizing: border-box;
		width: 33.33%;
	}
	.boxInnerTwoThird {
		box-sizing: border-box;
		width: 66.66%;
	}
	.boxInnerOneFourth {
		box-sizing: border-box;
		width: 25%;
	}
	.boxInnerThreeFourth {
		box-sizing: border-box;
		width: 75%;
	}
	.btnRollupInner {
		width: 100%;
	}
	.btnRollUp {
		right: 10px;
		bottom: 30px;
	}
}

@media (max-width: 599px) {
	.header {
		border-bottom: 5px solid #003040;
	}
	.headerLogo {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	ul.headerBnr {
		box-sizing: border-box;
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	ul.headerBnr li {
		float: left;
		box-sizing: border-box;
		width: 50%;
		padding: 0 5px;
	}
	/*personalSubNavi****************************/
	div.personalSubNavi {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
	}
	div.personalSubNaviInner {
		width: 240px;
		height: 100%;
		background: url(../img/common/personal_sub_navi_bg.png) 0 0;
		overflow-y: scroll;
	}
	.personalSubNaviBtn {
		position: absolute;
		top: 40px;
		left: -40px;
		width: 40px;
	}
	ul.personalSubNaviMain {
	}
	ul.personalSubNaviMain li a {
		display: block;
		padding: 10px 5px 10px 30px;
		font-size: 1em;
		line-height: 1.2;
		color: #ffffff;
		text-decoration: none;
		background: url(../img/common/arw01.png) 10px center no-repeat #003040;
		background-size: 10px 10px;
		background: url(../img/common/arw01_s.png) 10px center no-repeat #003040\9;
		border-bottom: 1px solid #000000;
	}
	ul.personalSubNaviMain li a:hover {
		background: url(../img/common/arw01.png) 10px center no-repeat #618796;
		background-size: 10px 10px;
		background: url(../img/common/arw01_s.png) 10px center no-repeat #618796\9;
	}
	ul.makerLogo {
		padding-top: 20px;
		background: #ffffff;
	}
	ul.makerLogo li {
		text-align: center;
	}
	.gnavi {
		display: none;
	}
/*
	.gnaviInner li {
		width: 50%;
	}
	.gnaviInner li img {
		vertical-align: middle;
	}
*/
	.boxInnerHalf,
	.boxInnerOneThird,
	.boxInnerTwoThird,
	.boxInnerOneFourth,
	.boxInnerThreeFourth {
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}