@charset "Shift_JIS";
/**
 * index.css
 * modified : 2015.02.01
 */

/*--------------------------------------------------------------------------------
	.intro
--------------------------------------------------------------------------------*/
.intro {
	margin: 0 auto;
	max-width: 1240px;
	min-width: 320px;
}
.intro:after {
	clear: both;
	display: block;
	content: "";
}
.intro h2 {
	float: left;
	padding: 63px 0 0 28px;
	width: 389px;
}
.intro .img {
	float: right;
	padding: 44px 0 0 0;
	width: 350px;
}

@media screen and (max-width:900px) {
	.intro {
		margin-top: 4%;
	}
	.intro h2 {
		padding: 7.0% 0 0 3.111%;
		width: 43.2222%;
	}
	.intro h2 img {
		width: 100%;
		height: auto;
	}
	.intro .img {
		padding: 4.8888% 0 0 0;
		width: 38.8888%;
	}
	.intro .img img {
		width: 108.571428%;
		height: auto;
	}
}
@media screen and (max-width:479px) {
	.intro {
		margin-top: 8%;
	}
	.intro h2 {
		padding: 6.0% 0 0 17px;
		width: 48%;
	}
}

/*--------------------------------------------------------------------------------
	.section-box
--------------------------------------------------------------------------------*/
.section-box {
	*zoom: 1;
}
.section-box:after {
	clear: both;
	display: block;
	content: "";
}

/*--------------------------------------------------------------------------------
	section
--------------------------------------------------------------------------------*/
section {
	margin-bottom: 4px;
	padding: 78px 0 30px 0;
}
section.odd {
	background: #e8eef0;
}
section.even {
	background: #f0ece8;
}
section .inner {
	margin: 0 auto;
	max-width: 1240px;
}

section ul {
	margin: 0 0 0 -10px;
	*zoom: 1;
}
section ul:after {
	clear: both;
	display: block;
	content: "";
}
section li {
	float: left;
	margin-left: 10px;
	width: 240px;
}
section li.ttl div {
	display: none;
}
section li.ttl img {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
}
section li img {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.ielegacy section li img {
	border: 1px solid #e5e5e5;
}
.ielegacy section li.ttl img {
	border: none;
}
section li span {
	display: inline-block;
	margin-top: 10px;
	padding-left: 24px;
	font-size: 87.5%;
	background: url("../img/sec_arrow.png") no-repeat 0 center;
}

@media screen and (max-width:1330px) {
	section {
		padding: 5.8646616% 3.0075% 3% 3.0075%;
	}
	section ul {
		margin: 0 0 0 -0.8%;
	}
	section li {
		margin-left: 0.8%;
		width: 19.2%;
		*width: 19.0%;
	}
	section li img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:800px) {
	section li span {
		padding-left: 15px;
		line-height: 1.4;
		background-size: 6px 15px;
	}
}
@media screen and (max-width:480px) {
	section {
		padding: 0 15px;
		margin-bottom: 0;
	}
	section.odd {
		background: #fff;
	}
	section.even {
		background: #fff;
	}
	section .inner {
		display: inline;
	}
	section ul {
		margin: 0 0 0 0;
		display: inline;
	}
	section ul:after {
		display: none;
	}
	section li {
		display: inline-block;
		margin: 0 1.5% 20px;
		width: 47%;
		font-size: 80% !important;
	}
	section li.ttl {
		clear: both;
		float: none;
		display: block;
		margin: 0 0 15px 0;
		padding: 10px 0 0;
		width: auto;
		font-size: 100% !important;
		line-height: 1.0;
		color: #fff;
	}
	section li.ttl div {
		display: block;
		padding: 6px 10px 7px;
		background: #333;
	}
	section li.ttl div em {
		margin-left: 6px;
		font-size: 75%;
	}
	section li.ttl img {
		display: none;
	}
}
@media screen and (max-width:320px) {
	section li {
		font-size: 70% !important;
	}
}