@charset "Shift_JIS";
/**
 * 4dfocus.css
 * modified : 2014.11.26
 */

/*--------------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}nav{display:block;}section{display:block}

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: YuGothic,"ŸàƒSƒVƒbƒN","\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33","Hiragino Kaku Gothic Pro",
	"\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",'Droid Sans',sans-serif;
	color: #fff;
	background-color: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
sub {
	position: relative;
	top: 2px;
	font-size: 68.8%;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

a img.hover {
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
a:hover img.hover {
	opacity: 0.8;
}
.ielegacy a:hover img.hover {
	filter: alpha(opacity=80);
}

@media(max-width:940px) {
	body {
		overflow-x: hidden;
	}
}

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	border-top: 6px solid #c83b18;
}
html.ielegacy .container {
	min-width: 940px;
}
.container a,
.container img {
	vertical-align: top;
}

@media(max-width:940px) {
	.container {
		min-width: 320px;
	}
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/
header {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	line-height: 0.9;
	*zoom: 1;
	z-index:1000;
}
header .inner {
	margin: 0 auto;
	max-width: 1240px;
	min-width: 320px;
	*zoom: 1;
}
header:after,
header .inner:after {
	clear: both;
	display: block;
	content: "";
}
header h1 {
	float: left;
	margin: 0 0 0 27px;
	padding: 27px 0;
	width: 111px;
}
header h1 img {
	width: 111px;
	height: auto;
}
header strong {
	float: right;
	display: block;
	margin: 0 24px 0 0;
	padding: 20px 0 24px;
	width: 42px;
}
header strong img {
	width: 40px;
	height: auto;
}

@media(max-width:940px) {
	header h1 {
		margin: 0 0 0 2.8723%;
		padding: 2.8723% 0;
		width: 11.8085%;
	}
	header h1 img {
		width: 100%;
	}
	header strong {
		margin: 0 2.55319% 0 0;
		padding: 2.12765% 0 2.55319%;
		width: 4.468%;
	}
	header strong img {
		width: 100%;
	}
}
@media(max-width:479px) {
	header h1 {
		margin: 0 0 0 15px;
		padding: 20px 0;
		width: 20%;
	}
	header h1 img {
		width: 100%;
	}
	header strong {
		margin: 0 15px 0 0;
		padding: 16px 0 0;
		width: 8%;
	}
	header strong img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/
footer {
	padding: 100px 0 20px;
	width: 100%;
	line-height: 1.0;
	text-align: center;
}
footer small {
	padding: 0 15px;
	font-size: 62.5%;
	letter-spacing: 0.01em;
	color: #fff;
}
footer .pagetop {
	position: relative;
	top: 40px;
	margin: 0 auto;
	width: auto;
	height: 1px;
}
footer .pagetop .floater {
	position: static;
	padding-right: 2%;
	width: 98%;
	text-align: right;
}
footer .pagetop .floater.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
footer .pagetop .floater a {
	position: relative;
	margin-top: -37px;
	display: block;
	float: right;
	width: 60px;
	height: 38px;
}
footer .pagetop .floater.fixed a {
	top: 0;
}
footer .pagetop .target {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 0px;
	zoom: 1;
}

@media(max-width:640px) {
	footer {
		margin-top: 20px;
		padding: 60px 0 10px;
	}
	footer small {
		display: block;
		text-align:left;
	}
	footer .pagetop {
		top: -5px;
		width: auto;
	}
	footer .pagetop .floater {
		width: 95%;
	}
	footer .pagetop .floater a {
		float: none;
		display: inline-block;
		margin-top: 0;
		zoom: 0.7;
	}
}
}
@media(max-width:320px) {
	footer small {
		font-size: 50%;
	}
}

/*--------------------------------------------------------------------------------
	.intro
--------------------------------------------------------------------------------*/
.intro {
	margin: 0 auto;
	max-width: 1400px;
}
.intro .mainvisual img {
	width: 100%;
	height: auto;
}
@media(max-width:940px) {
	.intro .mainvisual {
		padding-top: 6%;
		overflow: hidden;
	}
	.intro .mainvisual img {
		margin-left: -3.5%;
		width: 110%;
	}
}
@media(max-width:479px) {
	.intro .mainvisual {
		padding-top: 12%;
	}
	
}

/*--------------------------------------------------------------------------------
	.menu
--------------------------------------------------------------------------------*/
.menu {
	margin: 0 auto;
	max-width: 1240px;
}
.menu ul {
	*zoom: 1;
}
.menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.menu li {
	float: left;
	margin-left: 0.887%;
	width: 32.7419354%;
}
.menu li.first {
	margin-left: 0;
}
.menu li img {
	width: 100%;
	height: auto;
	max-width: 406px;
}
.ie7 .menu li {
	width: 32.7%;
}

@media(max-width:940px) {
	.menu {
	}
}

/*--------------------------------------------------------------------------------

	section

--------------------------------------------------------------------------------*/
section {
	position: relative;
	margin: 60px auto 0;
	padding: 0 0 100px;
	max-width: 1240px;
	background-repeat: no-repeat;
	background-position: center top;
}
section .heading,
section .detail {
	*zoom: 1;
}
section .heading:after,
section .detail:after {
	clear: both;
	display: block;
	content: "";
}
section .inner {
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 950px;
}
section .inner:after {
	clear: both;
	display: block;
	content: "";
}
section .img-box {
	position: relative;
	z-index: 0;
}
section .txt-box {
	position: relative;
	z-index: 1;
}
section h4 {
	padding-bottom: 15px;
	font-size: 131.3%;
	line-height: 1.7;
}
section h4 span {
	font-size: 75%;
}
section p {
	font-size: 87.5%;
	line-height: 2.1;
}
section p .note {
	display: block;
	margin-top: 10px;
	font-size: 81.3%;
	line-height: 1.8;
}

@media(max-width:950px) {
	section {
		padding: 0 40px 80px;
		background-size: 100% auto;
		overflow: hidden;
	}
	section h3 {
		padding-top: 8% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100%;
	}
	section h3 img {
		width: 450px;
		width: 48%;
		height: auto;
	}
	section .inner {
		padding: 0;
	}
	section h4 {
		font-size: 125%;
		line-height: 1.6;
	}
	section p {
		line-height: 2.0;
	}
}
@media(max-width:640px) {
	section {
		margin-top: 40px;
		padding: 0 30px 80px;
	}
	section h3 img {
		width: 52%;
	}
}
@media(max-width:479px) {
	section {
		margin-top: 30px;
		padding: 0 15px 60px;
		background-size: 115% auto;
	}
	section h3 {
		text-align: left !important;
	}
	section h3 img {
		width: 95%;
	}
	section h4 {
		font-size: 106.3%;
		line-height: 1.5;
	}
	section p {
		font-size: 75%;
	}
}

/*--------------------------------------------------------------------------------
	#ADAPTOR
--------------------------------------------------------------------------------*/
#ADAPTOR {
	background-image: url("../img/adaptor_main.jpg");
}
#ADAPTOR h3 {
	float: left;
	padding: 68px 0 0 83px;
	padding: 5.48387% 0 0 6.69354%;
}



/* .main
--------------------------------------------------------------------------------*/
#ADAPTOR .main {
	position: absolute;
	top: 0;
	right: 67px;
	width: 566px;
	padding-top: 6.693554%;
	right: 5.4%;
	width: 45.6451612%;
}
#ADAPTOR .main img {
	width: 100%;
	height: auto;
	max-width: 566px;
}

@media(max-width:479px) {
	#ADAPTOR .main {
		position: static;
		width: auto;
		text-align: center;
	}
	#ADAPTOR .main img {
		width: 85%;
	}
}

/* .detail
--------------------------------------------------------------------------------*/
#ADAPTOR .detail {
	padding: 202px 0 0 83px;
	padding: 16.29% 0 0 6.69354%;
	width: 454px;
	width: 36.6129%;
}
#ADAPTOR .detail img {
	width: 100%;
	height: auto;
	max-width: 454px;
}

@media(max-width:950px) {
	#ADAPTOR .detail {
		padding: 16.29% 0 0 0;
		width: 45%;
	}
}
@media(max-width:479px) {
	#ADAPTOR .detail {
		margin-top: 12%;
		padding: 0;
		width: auto;
		text-align: center;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
#ADAPTOR .line-01 {
	margin-top: 100px;
}
#ADAPTOR .line-01 .txt-box {
	float: right;
	width: 440px;
	width: 46.3157894%;
}
#ADAPTOR .line-01 .img-box {
	float: left;
	width: 425px;
	width: 44.7368421%;
}
#ADAPTOR .line-01 .img-box img {
	width: 100%;
	height: auto;
	max-width: 425px;
}

@media(max-width:800px) {
	#ADAPTOR .line-01 .txt-box {
		width: 48%;
	}
}
@media(max-width:640px) {
	#ADAPTOR .line-01 {
		margin-top: 50px;
	}
	#ADAPTOR .line-01 .txt-box {
		float: none;
		width: auto;
	}
	#ADAPTOR .line-01 .img-box {
		float: none;
		margin-bottom: 30px;
		width: auto;
		text-align: center;
	}
}

/* .line-01b
--------------------------------------------------------------------------------*/
#ADAPTOR .line-01b {
	margin-top: 100px;
}
#ADAPTOR .line-01b .txt-box {
	float: left;
	width: 440px;
	width: 46.3157894%;
}
#ADAPTOR .line-01b .img-box {
	float: right;
	width: 425px;
	width: 44.7368421%;
	z-index:1000;
}
#ADAPTOR .line-01b .img-box img {
	width: 100%;
	height: auto;
	max-width: 425px;
	z-index:1000;
}

@media(max-width:800px) {
	#ADAPTOR .line-01b .txt-box {
		width: 48%;
	}
}
@media(max-width:640px) {
	#ADAPTOR .line-01b {
		margin-top: 50px;
	}
	#ADAPTOR .line-01b .txt-box {
		float: none;
		width: auto;
	}
	#ADAPTOR .line-01b .img-box {
		float: none;
		margin-bottom: 30px;
		width: auto;
		text-align: center;
	}
}

/* .line-02
--------------------------------------------------------------------------------*/
#ADAPTOR .line-02 {
	position: relative;
	z-index: 1;
	margin-top: 130px;
}
#ADAPTOR .line-02 .img-box {
	margin-top: -40px;
	margin-top: -17%;
}
#ADAPTOR .line-02 .img-box img {
	width: 100%;
	height: auto;
	max-width: 950px;
}

@media(max-width:800px) {
	#ADAPTOR .line-02 .img-box {
		margin-top: 0;
	}
}
@media(max-width:640px) {
	#ADAPTOR .line-02 {
		margin-top: 50px;
	}
}

/* .line-03
--------------------------------------------------------------------------------*/
#ADAPTOR .line-03 {
	position: relative;
	z-index: 0;
	margin-top: 90px;
}
#ADAPTOR .line-03 .txt-box {
	float: right;
	width: 380px;
	width: 40%;
}
#ADAPTOR .line-03 .img-box {
	float: left;
	width: 540px;
	width: 56.8421%;
}
#ADAPTOR .line-03 .img-box img {
	margin: -130px 0 0 -218px;
	width: 167.7777%;
	max-width: 906px;
}

.under #ADAPTOR .line-03 .img-box img {
	margin: -20% 0 0 -25%;
	width: 150%;
}

@media(max-width:800px) {
	#ADAPTOR .line-03 .txt-box {
		float: none;
		width: auto;
	}
	#ADAPTOR .line-03 .img-box {
		float: none;
		width: auto;
	}
	.under #ADAPTOR .line-03 .img-box img {
		margin: -20% 0 0 -15%;
		width: 130%;
	}
}
@media(max-width:640px) {
	#ADAPTOR .line-03 {
		margin-top: 50px;
	}
	#ADAPTOR .line-03 .img-box {
		margin-bottom: 15px;
	}
}

/* .line-04
--------------------------------------------------------------------------------*/
#ADAPTOR .line-04 {
	margin-top: 30px;
	text-align: center;
}
#ADAPTOR .line-04 img {
	width: 100%;
	height: auto;
	max-width: 354px;
	max-height: 54px;
}

/* .line-05
--------------------------------------------------------------------------------*/
#ADAPTOR .line-05 {
	margin-top: 60px;
	text-align: center;
}
#ADAPTOR .line-05 img {
	width: 100%;
	height: auto;
	max-width: 950px;
}
@media(max-width:640px) {
	#ADAPTOR .line-05 {
		margin-top: 10%;
	}
}

/*--------------------------------------------------------------------------------
	#GRIP
--------------------------------------------------------------------------------*/
#GRIP {
	background-image: url("../img/grip_main.jpg");
}
#GRIP h3 {
	padding: 56px 0 0 650px;
	padding: 4.516129% 0 0 52.4193548%;;
}

@media(max-width:950px) {
	#GRIP h3 {
		text-align: right;
	}
}

/* .main
--------------------------------------------------------------------------------*/
#GRIP .main {
	position: absolute;
	top: 0;
	left: 72px;
	padding-top: 82px;
	width: 469px;
	left: 5.80645%;
	padding-top: 6.6129%;
	width: 37.82258%;
}
#GRIP .main img {
	width: 100%;
	height: auto;
	max-width: 469px;
}

@media(max-width:479px) {
	#GRIP .main {
		position: static;
		margin-top: 5%;
		width: auto;
		text-align: center;
	}
	#GRIP .main img {
		width: 75%;
	}
}

/* .detail
--------------------------------------------------------------------------------*/
#GRIP .detail {
	margin-left: 650px;
	padding: 65px 0 0 0;
	width: 553px;
	
	margin-left: 52.4193548%;
	padding: 5.2419354% 0 0 0;
	width: 44.5967741%;
}
#GRIP .detail .VG-C2EM,
#GRIP .detail .VG-C1EM {
	float: left;
	width: 262px;
	width: 47.3779385%;
}
#GRIP .detail .VG-C2EM {
	float: left;
}
#GRIP .detail .VG-C1EM {
	float: right;
}
#GRIP .detail img {
	width: 100%;
	height: auto;
	max-width: 262px;
}

@media(max-width:640px) {
	#GRIP .detail {
		margin-left: 48%;
		width: 52%;
	}
}
@media(max-width:479px) {
	#GRIP .detail {
		margin: 8% 0 0 0;
		padding: 0;
		width: auto;
		text-align: center;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
#GRIP .line-01 {
	margin-top: 140px;
}
#GRIP .line-01 .txt-box {
	float: left;
	width: 455px;
	width: 35.8%;
}
#GRIP .line-01 .img-box {
	float: right;
	width: 347px;
	width: 64.2%;
}
#GRIP .line-01 .img-box img {
	margin: -75px 0 0 -59px;
	
	margin: -5.4835164% 0 0 3.967%;
	width: 100%;
	max-width: 610px;
}

@media(max-width:640px) {
	#GRIP .line-01 {
		margin-top: 50px;
	}
	#GRIP .line-01 .img-box img {
		margin: 0 0 0 -12.967%;
	}
}
@media(max-width:479px) {
	#GRIP .line-01 .txt-box {
		float: none;
		width: auto;
	}
	#GRIP .line-01 .img-box {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
	#GRIP .line-01 .img-box img {
		margin: 0 0 0 0%;
		width: 100%;
	}
}

/* .line-02
--------------------------------------------------------------------------------*/
#GRIP .line-02 {
	margin-top: 120px;
}
#GRIP .line-02 .txt-box {
	float: right;
	width: 298px;
	width: 31.368421%;
}
#GRIP .line-02 .img-box {
	float: left;
	width: 643px;
	width: 67.68421%;
	margin-left:-15%;
}
#GRIP .line-02 .img-box img {
	margin-top: -65px;
	margin-top: -10.10886%;
	height: auto;
}
body.under #GRIP .line-02 .img-box img {
	margin-top: -5%;
	width: 100%;
	margin-left: 20%;
}

@media(max-width:950px) {
	#GRIP .line-02 .txt-box {
		width: 35%;
	}
	#GRIP .line-02 .img-box {
		width: 62%;
	}
}
@media(max-width:640px) {
	#GRIP .line-02 {
		margin-top: 50px;
	}
	#GRIP .line-02 .txt-box {
		float: none;
		width: auto;
	}
	#GRIP .line-02 .img-box {
		float: none;
		margin-bottom: 15px;
		width: auto;
		text-align: center;
	}
	body.under #GRIP .line-02 .img-box img {
		margin: 0;
		width: 90%;
		margin-left: 10%;
	}
}

/* .line-03
--------------------------------------------------------------------------------*/
#GRIP .line-03 {
	margin-top: 80px;
}
#GRIP .line-03 .txt-box {
	float: left;
	width: 300px;
	width: 31.5789473%;
}
#GRIP .line-03 .img-box {
	float: right;
	width: 606px;
	width: 63.7894736%;
}
#GRIP .line-03 .img-box img {
	margin-top: -50px;
	margin-top: -8.25%;
	width: 100%;
	height: auto;
	max-width: 606px;
}

@media(max-width:950px) {
	#GRIP .line-03 .txt-box {
		width: 38%;
	}
	#GRIP .line-03 .img-box {
		width: 57%;
	}
	#GRIP .line-03 .img-box img {
		margin: 0;
	}
}
@media(max-width:640px) {
	#GRIP .line-03 {
		margin-top: 50px;
	}
	#GRIP .line-03 .txt-box {
		float: none;
		width: auto;
	}
	#GRIP .line-03 .img-box {
		float: none;
		margin-bottom: 10px;
		width: auto;
		text-align: center;
	}
	#GRIP .line-03 .img-box img {
		width: 90%;
	}
}

/*--------------------------------------------------------------------------------
	#FLASH
--------------------------------------------------------------------------------*/
#FLASH {
	background-image: url("../img/flash_main.jpg");
}
#FLASH h3 {
	padding: 71px 0 0 84px;
	padding: 5.7258% 0 0 6.7741935%;
}

/* .main
--------------------------------------------------------------------------------*/
#FLASH .main {
	display:none;
	padding-top: 82px;
	padding-top: 6.6129%;
}
#FLASH .main img {
	height: auto;
}

@media(max-width:479px) {
	#FLASH .main {
		display:block;
		position: static;
		width: auto;
		text-align: center;
		padding-top: 3.6129%;
	}
	#FLASH .main img {
		width: 75%;
	}
}

/* .detail
--------------------------------------------------------------------------------*/
#FLASH .detail {
	padding: 144px 0 0 84px;
	width: 422px;
	
	padding: 11.6129% 0 0 6.7741935%;
	width: 34.032258%;
}
#FLASH .detail img {
	width: 100%;
	height: auto;
	max-width: 422px;
}
body.under #FLASH .detail {
	width: 45%;
}

@media(max-width:950px) {
	#FLASH .detail {
		padding: 6% 0 0 0;
		width: 45%;
	}
}
@media(max-width:479px) {
	#FLASH .detail {
		margin: 5% auto 0 auto;
		padding: 0;
		width: auto;
		text-align: center;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
#FLASH .line-01 {
	margin-top: 100px;
}
#FLASH .line-01 h4 {
	margin-top: 100px;
	margin-top: 10.5263157%;
}
#FLASH .line-01 .txt-box {
	float: right;
	width: 450px;
	width: 47.368421%;
}
#FLASH .line-01 .img-box {
	float: left;
	margin: 0 0 0 50px;
	width: 334px;
	
	margin: 0 0 0 -15%;
	width: 61.1578947%;
}
#FLASH .line-01 .img-box img {
	width: 100%;
	height: auto;
	max-width: 670px;
	margin-left: 7%;
	margin-top: 15%;
}
.under #FLASH .line-01 .img-box img {
	width: 90%;
	height: auto;
	max-width: 670px;
	margin-left: 15%;
	margin-top: 15%;
}

@media(max-width:640px) {
	#FLASH .line-01 {
		margin-top: 60px;
	}
	#FLASH .line-01 h4 {
		margin-top: 0;
	}
	#FLASH .line-01 .txt-box {
		width: 50%;
	}
}
@media(max-width:479px) {
	#FLASH .line-01 .txt-box {
		float: none;
		width: auto;
	}
	#FLASH .line-01 .img-box {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
		text-align: center;
	}
	#FLASH .line-01 .img-box img {
		width: 60%;
	}
	.under #FLASH .line-01 .img-box img {
		margin-left: 0%;
	}
}

/* .line-02
--------------------------------------------------------------------------------*/
#FLASH .line-02 {
	margin-top: 120px;
}
#FLASH .line-02 .txt-box {
	float: left;
	width: 340px;
	width: 35.7894736%;
}
#FLASH .line-02 .img-box {
	float: right;
	width: 554px;
	width: 58.31578%;
	text-align: center;
}
#FLASH .line-02 .img-box img {
	width: 100%;
	height: auto;
	max-width: 554px;
}

@media(max-width:950px) {
	#FLASH .line-02 .txt-box {
		width: 38%;
	}
	#FLASH .line-02 .img-box {
		width: 56%;
	}
}
@media(max-width:640px) {
	#FLASH .line-02 {
		margin-top: 50px;
	}
	#FLASH .line-02 .txt-box {
		float: none;
		width: auto;
	}
	#FLASH .line-02 .img-box {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
}

/* .line-03
--------------------------------------------------------------------------------*/
#FLASH .line-03 {
	margin-top: 110px;
}
#FLASH .line-03 .txt-box {
	float: right;
	width: 360px;
	width: 37.8947368%;
}
#FLASH .line-03 .img-box {
	float: left;
	width: 556px;
	width: 58.5263157%;
	text-align: center;
}
#FLASH .line-03 .img-box img {
	width: 100%;
	height: auto;
	max-width: 556px;
}
@media(max-width:950px) {
	#FLASH .line-03 .txt-box {
		width: 38%;
	}
	#FLASH .line-03 .img-box {
		width: 56%;
	}
}
@media(max-width:640px) {
	#FLASH .line-03 {
		margin-top: 50px;
	}
	#FLASH .line-03 .txt-box {
		float: none;
		width: auto;
	}
	#FLASH .line-03 .img-box {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
}

/*--------------------------------------------------------------------------------
	#LINEUP
--------------------------------------------------------------------------------*/
#LINEUP {
	margin: 70px auto 0;
	max-width: 1240px;
	*zoom: 1;
}
#LINEUP:after {
	clear: both;
	display: block;
	content: "";
}
#LINEUP h3 {
	padding-bottom: 70px;
	text-align: center;
}
#LINEUP h3 img {
	max-width: 430px;
}
#LINEUP .item {
	float: left;
	width: 16.6%;
	text-align: center;
}
#LINEUP .item img {
	width: 100%;
	height: auto;
	max-width: 310px;
	margin-bottom: 30px;
}
#LINEUP .btn img {
	width: 85.806%;
	max-width: 266px;
}
.under #LINEUP {
	margin-top: 5%;
}
.ie7 #LINEUP .item {
	width: 24.9%;
}

@media(max-width:950px) {
	#LINEUP {
		margin: 10% 0 0;
	}
	#LINEUP h3 {
		padding-bottom: 10%;
	}
	#LINEUP .item {
		width: 33.3%;
	}
}
@media(max-width:640px) {
	#LINEUP h3 img {
		width: 60%;
	}
}
@media(max-width:479px) {
	#LINEUP h3 {
		padding-bottom: 2%;
	}
	#LINEUP h3 img {
		width: 80%;
	}
	#LINEUP .item {
		margin-top: 10%;
		width: 50%;
	}
}