@charset "Shift_JIS";
/**
 * default.css
 * modified : 2014.05.29
 */

/*--------------------------------------------------------------------------------
	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;}ul{zoom:1}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;
	min-width: 960px;
	font-family: "\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;
	font-family: "\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",'Droid Sans',sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

body .container h4,
#Intro .copy strong{
	font-family: YuGothic,"游ゴシック","\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;
	/*font-family: YuGothic,"游ゴシック","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",'Droid Sans',sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}


@media(max-width:640px) {
	body { min-width: 320px; }
}

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	min-width: 950px;
	color: #333;
	overflow: hidden;
}

@media(max-width:640px) {
	.container { min-width: 320px; }
}

/*--------------------------------------------------------------------------------
	#Intro
--------------------------------------------------------------------------------*/
#Intro {
	position: relative;
	min-width: 950px;
	background: url("../img/intro_main.jpg") no-repeat center 0;
	overflow-x: hidden;
}

html.no-opacity #Intro {
	height: 730px;
}

@media(max-width:640px) {
	#Intro {
		min-width: 1px;
		height: auto;
		background: none;
	}
}

/*--------------------------------------------------------------------------------
	.head-menu
--------------------------------------------------------------------------------*/
.head-menu {
	margin: 0 auto;
	padding-top: 12px;
	max-width: 1240px;
	*zoom: 1;
}
.head-menu:after {
	clear: both;
	display: block;
	content: "";
}
.head-menu h1 {
	float: left;
	margin-top: 17px;
	line-height: 0;
}
.head-menu h1 img {
	width: 107px;
	height: 19px;
}
.head-menu ul {
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.head-menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.head-menu li {
	float: left;
	margin-left: 30px;
	font-size: 68.8%;
	line-height: 1.0;
}
.head-menu li a {
	padding-left: 10px;
	color: #585e63;
	background: url("../img/intro_head_arrow.png") no-repeat 0 center;
	transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	-ms-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-webkit-transition: color 0.1s ease-in;
}
.head-menu li a:hover {
	color: #ccc;
}

html.ielegacy .head-menu {
	width: 950px;
}

@media(max-width:1240px) {
	.head-menu {
		margin: 0 40px;
	}
}
@media screen and (max-width: 640px) {
  .head-menu {
	margin: 0 auto;
    padding: 5% 0;
    border-bottom: 1px solid #ccc;
	position: relative;
  	z-index: 1;
  }
  .head-menu:before {
	  content: "";
	}
  .head-menu .toggle {
    position: absolute;
    top: 50%;
    right: 2%;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/new_header_menu_bg@2x.png") no-repeat 50% 50%;
    background-size: 20px 15px;
  }
  .head-menu h1 {
	  float:none;
	  margin-top: 0px;
	  margin-left: 4.7%;
	  width: 80px;
	  line-height: 0;
	}
	.head-menu h1 a {
	  display: block;
	}
	.head-menu h1 img {
	  width: 100%;
	  height: auto;
	}	
  .head-menu ul {
    position: absolute;
    display: none;
    top: 115%;
    right: 3.125%;
    background: #333;
  }
  .head-menu ul.true {
    display: block;
  }
  .head-menu ul:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 5%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 14px 6px;
    border-color: transparent transparent #333 transparent;
  }
  .head-menu li {
    float: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #444;
  }
  .head-menu li:last-child {
    border-bottom: none;
  }
  .head-menu li a {
    display: block;
    padding: 15px 40px 15px 20px;
    background-size: 7px 13px;
    background-position: 95% center;
	color: #fff;
  }
}






/* .main
--------------------------------------------------------------------------------*/
#Intro .main {
	margin: 0 auto;
	max-width: 1280px;
	*zoom: 1;
	text-align:center;
}
#Intro .main:after {
	clear: both;
	display: block;
	content: "";
}
#Intro .main .inner {
	position: relative;
	margin: 55px 0 392px 0;
	text-align: center;
}
#Intro .main h2 {
	margin-bottom: 34px;
}
#Intro .main h2 img {
	width: 255px;
	height: auto;
}
#Intro .main img.visual {
	display: none;
}

html.no-opacity #Intro .main .inner {
	margin: 50px 0 0 0;
}

@media(max-width:640px) {
	#Intro .main .inner {
		margin: 0;
	}
	#Intro .main h2 {
		position: absolute;
		left: 27.5%;
		top: 20%;
		margin: 0;
		width: 45%;
	}
	#Intro .main h2 img {
		width: 100%;
	}
	#Intro .main img.txt {
		display: none;
	}
	#Intro .main img.visual {
		display: block;
		margin-left: -45%;
		width: 190%;
	}
}

/* .copy
--------------------------------------------------------------------------------*/
#Intro .copy {
	display: none;
}

@media(max-width:640px) {
	#Intro .copy {
		display: block;
		padding: 15px 20px;
		background: #d9d9db;
	}
	#Intro .copy strong {
		display: block;
		font-size: 125%;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	#Intro .copy p {
		margin-top: 10px;
		font-size: 87.5%;
		line-height: 1.6;
	}
}
@media(max-width:320px) {
	#Intro .copy strong {
		font-size: 118.8%;
		line-height: 1.2;
	}
	#Intro .copy p {
		font-size: 75%;
		line-height: 1.6;
	}
}

/*--------------------------------------------------------------------------------
	.images
--------------------------------------------------------------------------------*/
.images {
	margin-top: 10px;
	line-height: 0;
	background: url("../img/imgs_bg.jpg") no-repeat 50% 0 #8b9499;
	text-align: center;
	overflow: hidden;
}
.images .inner {
	display: inline-block;
	width: 1280px;
	*display: inline;
	*zoom: 1;
}
.images .inner:after {
	clear: both;
	display: block;
	content: "";
}
.images .item {
	float: left;
	margin: 0px;
}
.images .item img {
	width: 100%;
}

html.liquid .images {
	background: none;
}
html.liquid .images .inner {
	display: block;
	width: auto;
}
/*html.liquid .images .item {
	margin: 0 0 0 0.9375%;
	width: 24.2968%;
	*margin: 0 0 0 0.93%;
	*width: 24.24%;
}*/
html.liquid .images .item.first {
	margin-left: 0;
}

@media(max-width:1280px) {
	.images {
		background: none;
	}
	.images .inner {
		display: block;
		width: auto;
	}
	.images .item {
		margin: 0;
		width: 100%;
	}

@media(max-width:640px) {
	.images .item img {
		margin-left:-8%;
		width: 115%;
	}
}
}
@media(max-width:479px) {
	.images {
		margin-top: 0;
	}
	.images .item {
		width: 100%;
	}
	.images .item:nth-child(odd) {
		margin: 1% 0.5% 0 0;
	}
	.images .item:nth-child(even) {
		margin: 1% 0 0 0.5%;
	}
}


/*--------------------------------------------------------------------------------
	.bnrimages
--------------------------------------------------------------------------------*/
.bnrimages {
	margin-top: 10px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
	background:#000000;
}
.bnrimages .inner .item.bnr2 {
	display:none;
}
.bnrimages .inner {
	display: inline-block;
	width: 1280px;
	*display: inline;
	*zoom: 1;
}
.bnrimages .inner .item.bnr1 {
	padding:0px 0px 0px -360px;
}
.bnrimages .inner .item.bnr1 img {
	text-align:center;
	width:2000px;
	margin:0px 0px 0px -360px;
}
.bnrimages .inner:after {
	clear: both;
	display: block;
	content: "";
}
.bnrimages .item img {
	width: 100%;
}

html.liquid .bnrimages {
	background: none;
}
html.liquid .bnrimages .inner {
	display: block;
	width: auto;
}

@media(max-width:1280px) {
	.bnrimages {
		background: none;
	}
	.bnrimages .inner .item.bnr1 {
		display:none !important;
	}
	.bnrimages .inner .item.bnr2 {
		display:block
	}
	.bnrimages .inner {
		display: block;
		width: auto;
	}
	.bnrimages .item {
		margin: 0;
		width: 100%;
	}

@media(max-width:640px) {
	.bnrimages .item img {
		width: 100%;
	}
}
}
@media(max-width:479px) {
	.bnrimages {
		margin-top: 0;
	}
	.bnrimages .item {
		width: 100%;
	}
	.bnrimages .item:nth-child(odd) {
		margin: 1% 0.5% 0 0;
	}
	.bnrimages .item:nth-child(even) {
		margin: 1% 0 0 0.5%;
	}
}



/*--------------------------------------------------------------------------------
	.top-note
--------------------------------------------------------------------------------*/
.top-note {
	margin: 12px auto 0;
	width: 950px;
}
.top-note p {
	font-size: 75%;
	line-height: 1.5;
	color: #666;
}

.section .top-note p {
	font-size: 75%;
	line-height: 1.5;
	color: #666;
}

@media(max-width:640px) {
	.top-note {
		margin: 10px 20px 0;
		width: auto;
	}
	.top-note p {
		font-size: 62.5%;
	}
	.section .top-note p {
		font-size: 62.5%;
	}
}

/*--------------------------------------------------------------------------------
	.top-bnr
--------------------------------------------------------------------------------*/
.top-bnr {
	margin: 20px auto 0;
	width: 950px;
}
.top-bnr a img {
	width:100%;
}

@media(max-width:640px) {
	.top-bnr {
		margin: 10px 20px 0;
		width: auto;
	}
	.top-bnr a img {
		width:100%;
	}
}
/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section {
	margin: 0 auto;
	width: 950px;
}
.section h3 {
	text-align: center;
}
.section .hasbg {
	margin: 55px 0 0 -165px;
	width: 1280px;
	min-height: 633px;
	background-repeat: no-repeat;
}
.section .hasbg .inner {
	height: 633px;
}
.section .hasbg img.target {
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: bottom;
}
.section .inner {
	margin: 0 auto;
	width: 950px;
	*zoom: 1;
}
.section .inner.sp {
	display:none;
}
.section .inner:after {
	clear: both;
	display: block;
	content: "";
}
.section h4 {
	margin-bottom: 20px;
	font-size: 143.8%;
	/*font-weight: bold;*/
	line-height: 1.2;
}
.section p {
	font-size: 87.3%;
	line-height: 2.0;
}
.section .txt-box p {
	line-height: 2.2;
}
.section em.more {
	display: block;
	margin-bottom: 15px;
	line-height: 0.9;
}

@media(max-width:640px) {
	.section {
		width: auto;
		overflow-x: hidden;
	}
	.section h3 img {
		margin-left: -10%;
		width: 120%;
	}
	.section .hasbg {
		margin: 40px 0 0 0;
		width: auto;
		min-height: 1px;
		background-size: 100% auto;
	}
	.section .hasbg .inner {
		height: auto;
	}
	.section .hasbg img.target {
		display: none;
	}
	.section .hasbg .content {
		display: block !important;
		padding: 65% 0 30px !important;
		width: auto !important;
	}
	.section .inner {
		margin: 0 20px;
		width: auto;
	}
	.section .inner.sp {
		display: block;
	}
	.section .inner.pc {
		display: none;
	}
	.section h4 {
		margin-bottom: 15px;
		font-size: 137.5%;
	}
	.section p {
		font-size: 87.5%;
	}
	.section .txt-box p {
		line-height: 2.0;
	}
	.section em.more {
		margin-bottom: 5px;
	}
	.section em.more img {
		width: 70px;
		height: auto;
	}
	.section em img.new {
		width: 32px !important;
		height: auto;
	}
}
@media(max-width:320px) {
	.section h4 {
		font-size: 125%;
	}
	.section p {
		font-size: 81.3%;
		line-height: 1.9;
	}
	.section .txt-box p {
		line-height: 1.9;
	}
}

/*--------------------------------------------------------------------------------
	#Speed
--------------------------------------------------------------------------------*/
#Speed {
	margin-top: 60px;
}
#Speed .btn-link {
	margin-top: 40px;
}

#Speed p.intro {
	text-align:center;
	margin-top:50px;
}
#Speed.section .line-01 h4,
#Speed.section .line-02 h4 {
	text-indent: -0.7em;
}
#Speed.section .line-02.gray h4 {
	text-indent: 0em;
}

/*--------------------------------------------------------------------------------
	#Speed .note
--------------------------------------------------------------------------------*/
#Speed .note{
	font-size: 75%;
	line-height: 1.5;
	color: #666;
}

@media(max-width:640px) {
	#Speed .note {
		font-size: 62.5%;
	}
}


/* .hasbg
--------------------------------------------------------------------------------*/
#Speed .hasbg {
	background-color: #fff;
	position:relative;
	min-height: 457px;
}
#Speed .hasbg img.button1 {
	position:absolute;
	bottom:20px;
	left:196px;
}
#Speed .hasbg img.button2 {
	position:absolute;
	bottom:20px;
	left:660px;
}

#Speed .hasbg .inner {
	position:absolute;
	top:120px;
	left:565px;
	width:148px;
}
#Speed .hasbg .content {
	display: inline-block;
	padding: 0px 0 0;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	color:#fff;
}
#Speed .hasbg .img-box {
	margin-top: 5px;
}
#Speed .hasbg .img-box img {
	width: 404px;
	height: auto;
}

@media(max-width:640px) {
	#Speed .hasbg .img-box {
		margin-top: 25px;
	}
	#Speed .hasbg .img-box img {
		width: 100%;
		max-width: 550px;
	}
	
	#Speed .hasbg img {
		width:100%;
	}
	#Speed .hasbg img.button1,
	#Speed .hasbg img.button2{
		width:100%;
		position: relative;
		bottom:0;
		left:0;
	}
	#Speed .hasbg .inner {
		position: relative;
		top:0px;
		left:0px;
		width:100%;
		background:#000;
		margin: 0 0px;
	}
	#Speed  .hasbg .content {
		padding:0 !important;
		width: auto !important;
		text-align:center;
		
	}
	#Speed  .hasbg .content img {
		width:25%;
		margin:5%;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
#Speed .inner.line-01 {
	margin-top: 70px;
}
#Speed .inner.line-01 .txt-box {
	float: left;
	width: 450px;
}
#Speed .inner.line-01 .img-box {
	float: right;
}

@media(max-width:640px) {
	#Speed .inner.line-01 {
		margin-top: 30px;
	}
	#Speed .inner.line-01 .txt-box {
		float: none;
		margin-top: 0;
		width: auto;
	}
	#Speed .inner.line-01 .img-box {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	#Speed .inner.line-01 .img-box img {
		width: 100%;
		max-width: 398px;
	}
}

/* .line-02
--------------------------------------------------------------------------------*/
#Speed .inner.line-02 {
	margin-top: 50px;
}
#Speed .inner.line-02 .txt-box {
	float: left;
	width: 450px;
}
#Speed .inner.line-02 .img-box {
	float: right;
}
/*#Speed .inner.line-03 .img-box {
	padding-top:45px;
}*/

@media(max-width:640px) {
	#Speed .inner.line-02 {
		margin-top: 40px;
	}
	#Speed .inner.line-02 .txt-box {
		float: none;
		margin-top: 0;
		width: auto;
	}
	#Speed .inner.line-02 .img-box {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	#Speed .inner.line-02 .img-box img {
		margin-left: -2%;
		width: 104%;
		max-width:450px;

	}
	#Speed .inner.line-03 .img-box img {
		margin-left: -2%;
		width: 104%;
		margin-bottom:20px;
	}
	#Speed .inner.line-03 .img-box {
	padding-top:0px;
}
}

/* .line-02
--------------------------------------------------------------------------------*/
#Speed .inner.line-02.gray {
	background:#dddddd;
	padding:30px;
	width: 890px;
}
#Speed .inner.line-02.gray h4 {
	letter-spacing: -0.05em;
}

#Speed .inner.line-02.gray .txt-box {
	width:480px;
}


@media(max-width:640px) {
	#Speed .inner.line-02.gray {
		width: auto;
	}
	#Speed .inner.line-02.gray .txt-box {
		width: auto;
	}
}

/*--------------------------------------------------
  #MotorSports
--------------------------------------------------*/
#MotorSports {
  margin-top: 95px;
}
#MotorSports .frame {
  margin: 0 0 0 -165px;
  padding: 100px 0 60px;
  width: 1280px;
  background: #222;
}
#MotorSports  .frame .inner {
  margin: 0 auto;
  width: 950px;
}
#MotorSports h3 {
  line-height: 0;
}
#MotorSports strong {
  display: block;
  padding: 10px 0 60px;
  color: #fff;
  text-align: center;
}

@media(max-width:640px) {
  #MotorSports .frame {
    margin: 0;
    padding: 30px 0 30px;
    width: auto;
  }
  #MotorSports  .frame .inner {
    margin: 0 20px;
    width: auto;
  }
  #MotorSports h3 img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  #MotorSports strong {
    padding: 10px 0 30px;
  }
}

/* .line-01
--------------------------------------------------*/
#MotorSports .line-01 {
  margin-top: 56px;
}
#MotorSports .line-01 .img-box {
  margin-top: 20px;
}
#MotorSports .line-01 .img-box img {
  width: 100%;
  height: auto;
}

#MotorSports .line-01 .img-box ul:after {
  clear: both;
  display: block;
  content: "";
}
#MotorSports .line-01 .img-box li {
  float: left;
  margin-left: 10px;
  width: 309px;
}
#MotorSports .line-01 .img-box li:first-child {
  margin-left: 0 !important;
}
#MotorSports .line-01 .img-box li a {
  position: relative;
  display: block;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
#MotorSports .line-01 .img-box li a:hover {
  opacity: 0.8;
}
#MotorSports .line-01 .img-box li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_zoom.png) no-repeat 0 0;
  content: "";
}

@media(max-width:640px) {
  #MotorSports .line-01 .img-box li {
    margin-left: 2%;
    width: 32%;
  }
}

/* .line-02
--------------------------------------------------*/
#MotorSports .line-02 {
  margin-top: 70px;
  padding: 35px 35px 40px 35px;
  background: #eeece6;
  box-sizing: border-box;
}
#MotorSports .line-02 h4 {
  display: block;
  line-height: 0;
}
#MotorSports .line-02 .profile {
  margin-top: 20px;
}
#MotorSports .line-02 .profile h5 {
  line-height: 0;
}
#MotorSports .line-02 .profile p {
  margin-top: 10px;
  font-size: 75%;
  line-height: 1.6;
  color: #666;
}

@media(max-width:640px) {
  #MotorSports .line-02 {
    margin-top: 50px;
    padding: 20px;
  }
  #MotorSports .line-02 h4 img {
    width: 100%;
    height: auto;
    max-width: 446px;
  }
}

/* .line-03
--------------------------------------------------*/
#MotorSports .line-03 {
  margin-top: 10px;
  padding: 35px 35px 40px 35px;
  background: #222;
  box-sizing: border-box;
  color: #fff;
}

@media(max-width:640px) {
  #MotorSports .line-03 {
    padding: 20px;
	margin: 15px 0px 0px 0px;
  }
}

/*--------------------------------------------------
  .carousel-panel
--------------------------------------------------*/
.carousel-panel {
  opacity: 0.0;
  visibility: hidden;
}
.carousel-panel.active {
  opacity: 1.0;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.2s;
  -ms-transition: opacity 0.3s ease-in-out 0.2s;
  -moz-transition: opacity 0.3s ease-in-out 0.2s;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
}
.carousel-panel .carousel-inner {
  position: relative;
}
.carousel-panel .carousel-viewport {
  margin: 0 auto;
  width: 717px;
  overflow: hidden;
}
.carousel-panel .carousel-item-box {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.carousel-panel .carousel-item-box:after {
  clear: both;
  display: block;
  content: "";
}
.carousel-panel .carousel-item {
  margin-right: 20px;
  float: left;
  overflow: hidden;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.carousel-panel .carousel-item a {
  position: relative;
  display: inline-block;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.carousel-panel .carousel-item a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_zoom.png) no-repeat 0 0;
  content: "";
}
.carousel-panel .carousel-item a:hover {
  opacity: 0.8;
}
.carousel-panel .carousel-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  outline: none;
}
.carousel-panel .carousel-item.vertical img {
  width: auto;
  height: 100%;
}

.carousel-panel .carousel-item .info-box {
  margin-top: 20px;
  text-align: left;
}
.carousel-panel .carousel-item .info-box:after {
  clear: both;
  display: block;
  content: "";
}
.carousel-panel .carousel-item .info-box .exif-box {
  float: right;
  padding: 10px 20px;
  width: 235px;
  font-size: 75%;
  line-height: 1.4;
  color: #fff;
  background: #000;
  box-sizing: border-box;
}
.carousel-panel .carousel-item .info-box td {
  padding: 5px 5px 5px 0;
}
.carousel-panel .carousel-item .info-box .txt-box {
  float: left;
  margin-top: -4px;
  width: 455px;
}
.carousel-panel .carousel-item .info-box .txt-box p {
  font-size: 81.3%;
  line-height: 2.0;
  color: #fff;
}

@media(max-width:640px) {
  .carousel-panel .carousel-viewport {
    width: auto;
  }
  .carousel-panel .carousel-item .info-box {
    margin-top: 10px;
  }
  .carousel-panel .carousel-item .info-box .exif-box {
    float: none;
    width: auto;
  }
  .carousel-panel .carousel-item .info-box td {
    padding: 2px 5px 2px 0;
  }
  .carousel-panel .carousel-item .info-box .txt-box {
    float: none;
    margin-top: 15px;
    width: auto;
  }
  .carousel-panel .carousel-item .info-box .txt-box p {
    font-size: 75%;
    line-height: 1.8;
  }
}

/* .carousel-thumbnail
--------------------------------------------------*/
.carousel-thumbnail {
  margin: 0 auto 20px;
  width: 717px;
  line-height: 0;
}
.carousel-thumbnail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel-thumbnail ul:after {
  clear: both;
  display: block;
  content: "";
}
.carousel-thumbnail li {
  float: left;
  padding-left: 3px;
  width: 50px;
  height: 33px;
  cursor: pointer;
}
.carousel-thumbnail li:first-child {
  padding-left: 0 !important;
}
.carousel-thumbnail li img {
  width: 100%;
  height: auto;
}
.carousel-thumbnail li.vertical {
  padding: 0 2px 0 6px;
  width: 22px;
}
.carousel-thumbnail li div {
  position: relative;
}
.carousel-thumbnail li span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: border 0.2s;
  -ms-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -webkit-transition: border 0.2s;
}
.carousel-thumbnail li:hover span,
.carousel-thumbnail li.current span {
  border-width: 3px !important;
  border-color: #fff !important;
}

@media(max-width:640px) {
  .carousel-thumbnail {
    display: none;
  }
}

/* .carousel-paddle
--------------------------------------------------*/
.carousel-paddle {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 93px;
  height: 100%;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.carousel-paddle.carousel-prev {
  left: 0;
}
.carousel-paddle.carousel-next {
  right: 0;
}
.carousel-paddle em {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -22px;
  width: 24px;
  height: 44px;
  opacity: 0.3;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.carousel-paddle.active em {
  opacity: 1.0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.carousel-paddle.active em:hover {
  opacity: 0.7;
}
.carousel-paddle.carousel-prev em {
  right: 0;
  background: url(../img/carousel_prev.png) no-repeat 0 0;
}
.carousel-paddle.carousel-next em {
  left: 0;
  background: url(../img/carousel_next.png) no-repeat 0 0;
}
.no-opacity .carousel-paddle em {
  filter: alpha(opacity=30);
}
.no-opacity .carousel-paddle.active em {
  filter: alpha(opacity=100);
}

@media(max-width:640px) {
  .carousel-paddle {
    width: 40px;
    height: 0;
    padding-bottom: 66.7857142%;
  }
  .carousel-paddle.carousel-prev {
    left: -20px;
  }
  .carousel-paddle.carousel-next {
    right: -20px;
  }
  .carousel-paddle em {
    margin-top: -11px;
    width: 12px;
    height: 22px;
    background-size: 12px auto !important;
  }
  .carousel-paddle.carousel-prev em {
    right: 40%;
  }
  .carousel-paddle.carousel-next em {
    left: 40%;
  }
}


/*--------------------------------------------------------------------------------
	#Operation
--------------------------------------------------------------------------------*/
#Operation {
	margin-top: 100px;
}

@media(max-width:640px) {
	#Operation { margin-top: 80px; }
}

/* .hasbg
--------------------------------------------------------------------------------*/
#Operation .hasbg {
	background-image: url("../img/feat2_hasbg.jpg");
	background-color: #e2f2fa;
}
#Operation .hasbg .inner {
	color: #fff;
}
#Operation .hasbg .content {
	display: inline-block;
	padding: 120px 0 0;
	width: 425px;
	text-align: left;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
#Operation .hasbg .content h4 {
	width: 445px;
}
#Operation .hasbg .img-box {
	margin-top: 40px;
}
#Operation .hasbg .img-box img {
	width: 422px;
	height: auto;
}

@media(max-width:640px) {
	#Operation .hasbg .inner {
		color: #333;
	}
	#Operation .hasbg .content h4 {
		width: auto;
	}
	#Operation .hasbg .img-box {
		margin-top: 20px;
	}
	#Operation .hasbg .img-box img {
		width: 100%;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
#Operation .inner.line-01 {
	margin-top: 55px;
}
#Operation .inner.line-01 .txt-box {
	float: right;
	width: 500px;
}
#Operation .inner.line-01 .img-box {
	float: left;
	margin-left: 25px;
	width: 374px;
}
#Operation .inner.line-01 .img-box img {
	width: 100%;
	height: auto;
	max-width: 480px;
}

@media(max-width:640px) {
	#Operation .inner.line-01 {
		margin-top: 30px;
	}
	#Operation .inner.line-01 .txt-box {
		float: none;
		width: auto;
	}
	#Operation .inner.line-01 .img-box {
		float: none;
		margin: 20px 0 0 0;
		width: auto;
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------
	#Quality
--------------------------------------------------------------------------------*/
#Quality {
	margin-top: 110px;
}
#Quality .btn-link {
	margin-top: 40px;
}

@media(max-width:640px) {
	#Quality { margin-top: 80px; }
}

/* .hasbg
--------------------------------------------------------------------------------*/
#Quality .hasbg {
	background-image: url("../img/feat3_hasbg.jpg");
	background-color: #7b5a41;
}
#Quality .hasbg .content {
	display: inline-block;
	padding: 100px 0 0px;
	width: 435px;
	text-align: left;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	color:#fff;
}
#Quality .hasbg .img-box {
	margin-top: 40px;
}
#Quality .hasbg .img-box img {
	margin-left: -9px;
	width: 353px;
	height: auto;
}

@media(max-width:640px) {
	#Quality .hasbg .content h4 {
		width: auto;
	}
	#Quality .hasbg .img-box {
		margin-top: 20px;
		text-align: center;
	}
	#Quality .hasbg .img-box img {
		margin-left: 0;
		width: 100%;
		max-width: 450px;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
#Quality .inner.line-01 {
	margin-top: 40px;
}
#Quality .inner.line-01 .txt-box {
	float: left;
	width: 465px;
}
#Quality .inner.line-01 .img-box {
	float: right;
	width: 440px;
}
#Quality .inner.line-01 .img-box img {
	width: 100%;
	height: auto;
	max-width: 550px;
}

@media(max-width:640px) {
	#Quality .inner.line-01 {
		margin-top: 30px;
	}
	#Quality .inner.line-01 .txt-box {
		float: none;
		width: auto;
	}
	#Quality .inner.line-01 .img-box {
		float: none;
		margin: 20px 0 0 0;
		width: auto;
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------
	#Design
--------------------------------------------------------------------------------*/
#Design {
	margin-top: 110px;
}
#Design .block {
	margin: 55px 0 0 -165px;
	width: 1280px;
	background: #6e777c;
	*zoom: 1;
}
#Design .block:after {
	clear: both;
	display: block;
	content: "";
}
#Design .img-01 {
	float: left;
}
#Design .txt-box {
	padding: 0 220px 0 50px;
	min-height: 356px;
	color: #fff;
	overflow: hidden;
}
#Design .txt-box h4 {
	margin-top: 40px;
}

@media(max-width:640px) {
	#Design {
		margin-top: 80px;
	}
	#Design .block {
		margin: 40px 0 0 0; 
		width: auto;
	}
	#Design .img-01 {
		float: none;
		background: #efefef;
	}
	#Design .img-01 img {
		margin-left: -6%;
		width: 100%;
	}
	#Design .txt-box {
		padding: 20px 20px;
		min-height: 1px;
	}
	#Design .txt-box h4 {
		margin-top: 0;
	}
	#Design img.img-02 {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	#Grid
--------------------------------------------------------------------------------*/
#Grid {
	margin: 0 auto;
	width: 1280px;
}
/*@-moz-document url-prefix() {
    #Grid {
		margin: -60px auto 0px auto;
	}
}*/
#Grid .btn-link {
	margin-top: 60px;
}
#Grid .grid-box {
	width: 100%;
	*zoom: 1;
}
#Grid .grid-box:after {
	clear: both;
	display: block;
	content: "";
}
#Grid .grid-box div {
	float: left;
}

html.liquid #Grid {
	width: auto;
}
html.liquid #Grid .grid-box div {
	width: 25%;
	*width: 24.95%;
}
html.liquid #Grid .grid-box div img {
	width: 100%;
	height: auto;
}

@media(max-width:1280px) {
	#Grid {
		width: auto;
	}
	#Grid .grid-box div {
		width: 25%;
	}
	#Grid .grid-box div img {
		width: 100%;
		height: auto;
	}
}
@media(max-width:479px) {
	#Grid .grid-box div {
		border-top: 1px solid #fff;
		width: 50%;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#Grid .grid-box div:nth-child(odd) {
		border-right: 1px solid #fff;
	}
}

#Grid .grid-box2 {
	width: 100%;
	*zoom: 1;
}
#Grid .grid-box2:after {
	clear: both;
	display: block;
	content: "";
}

html.liquid #Grid {
	width: auto;
}
html.liquid #Grid .grid-box2 div {
	width: 100%;
	*width: 100%;
}
html.liquid #Grid .grid-box2 div img {
	width: 100%;
	height: auto;
}

@media(max-width:1280px) {
	#Grid {
		width: auto;
	}
	#Grid .grid-box2 div {
		width: 100%;
	}
	#Grid .grid-box2 div img {
		width: 100%;
		height: auto;
	}
}
@media(max-width:479px) {
	#Grid .grid-box2 div {
		border-top: 1px solid #fff;
		width: 100%;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#Grid .grid-box2 div:nth-child(odd) {
		border-right: 1px solid #fff;
	}
}
/*--------------------------------------------------------------------------------
	.design-note
--------------------------------------------------------------------------------*/
.design-note {
	margin: 12px auto 0;
	width: 1280px;
}
.design-note p {
	font-size: 75%;
	line-height: 1.5;
	color: #666;
}

.section .design-note p {
	font-size: 75%;
	line-height: 1.5;
	color: #666;
}

@media(max-width:640px) {
	.design-note {
		margin: 10px 20px 0;
		width: auto;
	}
	.top-note p {
		font-size: 62.5%;
	}
	.section .top-note p {
		font-size: 62.5%;
	}
}

/*--------------------------------------------------------------------------------
	#Lens
--------------------------------------------------------------------------------*/
#Lens {
	margin-top: 110px;
	color: #555;
}
/* .hasbg
--------------------------------------------------------------------------------*/
#Lens .hasbg {
	background-color: #000;
	padding-bottom:70px;
}
#Lens .hasbg .inner {
height: auto !important;
}

#Lens .hasbg .inner:after{
	clear: both;
	display: block;
	content: "";
}
#Lens .hasbg .content {
	display: inline-block;
	padding: 70px 0 0px;
	width: 435px;
	text-align: left;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	color:#fff;
}
#Lens .hasbg .content:after{
	clear: both;
	display: block;
	content: "";
}
#Lens .hasbg .content h4 {
	margin-bottom:0px;
}
#Lens .hasbg .content p {
	line-height:1.5;
}
#Lens .hasbg .img-box {
	padding: 70px 0 0px;
	width: 450px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float:right;
}
#Lens .hasbg .img-box img {
	margin-left: -9px;
	width: 450px;
	height: auto;
}

#Lens .hasbg .content .btn-detail {
	margin-top: -40px;
	min-width: 150px;
	float: right;
}

#Lens .hasbg .content .btn-detail a {
	padding: 10px 10px 10px 0px;
}

@media(max-width:640px) {
	#Lens .hasbg {
		padding-bottom: 0px;
	}
	#Lens .hasbg .content {
		text-align:center;
	}
	#Lens .hasbg .content {
		padding: 5% 0 30px !important;
	}
	#Lens .hasbg .content h4 {
		width: auto;
	}
	#Lens .hasbg .content h4 img {
		width: 100%;
		max-width: 452px;
	}
	#Lens .hasbg .img-box {
		margin-top: 20px;
		text-align: center;
		width:auto;
		padding: 20px 0 0px;
		float:none;
	}
	#Lens .hasbg .img-box img {
		margin-left: 0;
		width: 100%;
		max-width: 450px;
	}
	#Lens .hasbg .content .btn-detail {
		min-width: 150px;
		max-width: 450px;
		float: none;
		margin: 20px auto 0 auto;
	}
}



/*--------------------------------------------------------------------------------
	#Acc
--------------------------------------------------------------------------------*/
#Acc {
	margin-top: 110px;
	color: #555;
}
#Acc h4 {
	margin: 0;
	font-weight: normal;
	line-height: 1.5;
}
#Acc em {
	display: block;
	font-size: 68.8%;
}
#Acc strong {
	display: block;
	margin-top: 5px;
	line-height: 1.0;
}
#Acc strong img {
	width: auto;
	height: 17px;
}

#Acc strong img.BC-QM1 {
	height: 21px;
}

@media(max-width:640px) {
	#Acc { margin-top: 80px; }
	#Acc h4 {
		margin: 0 5px !important;
		font-size: 125% !important;
		line-height: 1.3;
	}
	#Acc h4 br {
		display: none;
	}
	#Acc em {
		margin: 15px 5px 0 !important;
	}
	#Acc strong {
		margin: 5px 5px 0 !important;
	}
}
@media(max-width:320px) {
	#Acc h4 {
		font-size: 100% !important;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
#Acc .line-01 {
	margin-top: 50px;
}
#Acc .line-01 .img-box {
	float: right;
}
#Acc .line-01 .txt-box {
	float: left;
}
#Acc .line-01 h4 {
	margin-bottom: 40px;
}

@media(max-width:640px) {
	#Acc .line-01 {
		margin-top: 30px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ddd;
	}
	#Acc .line-01 .img-box {
		float: none;
		text-align: center;
	}
	#Acc .line-01 .img-box img {
		width: 100%;
		max-width: 580px;
	}
	#Acc .line-01 .txt-box {
		float: none;
		margin: 10px 0 0;
	}
}

/* .line-02
--------------------------------------------------------------------------------*/
#Acc .line-02 {
	margin-top: 40px;
}
#Acc .line-02 h4 {
	margin-bottom: 15px;
	font-size: 106.3%;
}
#Acc .line-02 .item {
	float: left;
	width: 25%;
	text-align: center;
}
#Acc .line-02 .img-box img {
	width: 200px;
	height: auto;
}
#Acc .line-02 .img-box img.adjust {
	margin-top: 41px;
}
#Acc .line-02 .txt-box {
	margin-top: 15px;
}

html.no-opacity #Acc .line-02 .item {
	*width: 24.9%;
}



@media(max-width:640px) {
	#Acc .line-02 {
		margin-top: 0;
	}
	#Acc .line-02 .item {
		float: none;
		margin-top: 25px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ddd;
		width: auto !important;
		text-align: left;
	}
	#Acc .line-02 .img-box {
		text-align: center;
	}
	#Acc .line-02 .img-box img {
		width: 65%;
		max-width: 400px;
	}
	#Acc .line-02 .img-box img.adjust {
		margin-top: 0;
	}
	#Acc .line-02 .txt-box {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------------------------
	#PMCA
--------------------------------------------------------------------------------*/
#PMCA {
	margin-top: 110px;
	color: #555;
}
#PMCA .inner {
	padding: 24px 48px 50px;
	width: auto;
	background: #eeece6;
}
#PMCA .heading {
	margin-bottom: 35px;
	text-align: center;
}
#PMCA .heading strong {
	display: block;
	font-size: 0;
	line-height: 0;
}
#PMCA .heading h3 {
	margin-top: 18px;
	line-height: 0.9;
}
#PMCA .heading h3 img {
	width: 513px;
	height: auto;
}
#PMCA .heading em {
	display: block;
	margin-top: 11px;
	font-size: 100%;
}
#PMCA .app {
	margin-bottom: 25px;
	*zoom: 1;
}
#PMCA .app:after {
	clear: both;
	display: block;
	content: "";
}
#PMCA .app .icon {
	float: left;
	margin: 0 12px 0 -3px;
}
#PMCA .app h4 {
	float: left;
	margin: 3px 0 0 0;
	font-size: 125%;
	font-weight: normal;
}
#PMCA .app h4 span {
	display: block;
	margin-top: 5px;
	font-size: 62.5%;
}
#PMCA .img-box {
	float: right;
	margin: -95px 0 0 35px;
}
#PMCA .img-box img {
	width: 369px;
	height: auto;
}
#PMCA p.note {
	margin-top: 10px;
	line-height: 1.6;
	color: #999;
}

@media(max-width:640px) {
	#PMCA {
		margin-top: 50px;
	}
	#PMCA .inner {
		padding: 25px 20px 30px;
	}
	#PMCA .heading img.sub {
		width: 50px;
		height: auto;
	}
	#PMCA .heading h3 {
		margin-top: 10px;
	}
	#PMCA .heading h3 img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	#PMCA .heading em {
		margin-top: 5px;
		display: block;
		font-size: 81.3%;
		line-height: 1.0;
		text-align: center;
	}
	#PMCA .app .icon {
		float: none;
		margin: 0;
		text-align: center;
	}
	#PMCA .app .icon img {
		width: 60px;
		height: auto;
	}
	#PMCA .app h4 {
		float: none;
		margin: 10px 0 0;
		font-size: 112.5%;
		line-height: 1.4;
		text-align: center;
	}
	#PMCA .app h4 br {
		display: none;
	}
	#PMCA .app h4 span {
		font-size: 75%;
	}
	#PMCA .img-box {
		float: none;
		margin: 0 0 15px 0;
		text-align: center;
	}
	#PMCA .img-box img {
		width: 100%;
		max-width: 550px;
	}
}
@media(max-width:479px) {
	#PMCA .inner {
		padding: 20px 15px 25px;
	}
}
@media(max-width:320px) {
	#PMCA .heading em {
		font-size: 75%;
	}
	#PMCA .app h4 {
		font-size: 100%;
	}
	#PMCA .app h4 span {
		font-size: 68.8%;
	}
}

/*--------------------------------------------------------------------------------
	#Footer
--------------------------------------------------------------------------------*/
#Footer {
	margin-top: 70px;
	background: #e8e9ed url("../img/foot_bg.png") repeat-x;
	z-index: -2;
}
#Footer .inner {
	position: relative;
	margin: 0 auto;
	width: 950px;
	z-index: 1;
}


#Footer .txt-box {
	width: 950px;
	padding:250px 0px 170px 0px;
}
#Footer .txt-box .txt-left{
	margin:0px 0 0 0;
	width:630px;
	float:left;
}
#Footer .txt-box .txt-right{
	width:240px;
	float:right;
}

#Footer div.img-box {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
}

#Footer .txt-box strong {
	display: block;
}
#Footer .txt-box strong img {
	width: 233px;
	height: auto;
}
#Footer .txt-box p {
	font-size: 87.5%;
	font-weight: bold;
	color: #000;
}
#Footer .txt-box span {
	font-size: 87.5%;
	font-weight: normal;
	color: #555;
}
#Footer .txt-box p.color {
	font-size: 75%;
	font-weight: normal;
	color: #555;
}
#Footer .txt-box p.color span.s {
	font-size: 131.3%;
	color: #b9b69f;
	vertical-align: middle;
}
#Footer .txt-box p.color span.b {
	font-size: 131.3%;
	color: #000;
	vertical-align: middle;
}
#Footer .txt-box p.color span.w {
	font-size: 131.3%;
	color: #fff;
	vertical-align: middle;
}
#Footer .txt-box p.color span.h {
	font-size: 131.3%;
	color: #666;
	vertical-align: middle;
}
#Footer .img-box {

}
#Footer .img-box img {
	margin-left: -200px;
}

#Footer div.bnr {
	width: 100%;
	text-align: center;
	margin: 50px auto;
}


#Footer p.copyright {
	width: 100%;
	font-size: 68.8%;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 20px;
}
#Footer p.copyright br {
	display: none;
}

@media(max-width:640px) {
	#Footer {
		margin-top: 60px;
		background:none;
		background-color:#fff;
	}
	#Footer .inner {
		width: auto;
		height:450px;
	}
	#Footer .inner.second {
		height: auto;
		margin-top: 50px;
	}
	#Footer .txt-box {
		position: static;
		margin: 0 20px;
		width: auto;
		padding:0px;
	}
	#Footer .txt-box strong {
		display: block;
		margin-bottom: 20px;
		padding-right: 20px;
		text-align: center;
	}
	#Footer .txt-box p {
		margin-top: 5px;
		font-size: 100%;
		line-height: 1.3;
	}
	#Footer .txt-box .txt-left{
		margin:25% 0 0 0;
		float:left;
		width: 100%;
	}
	#Footer .txt-box .txt-right{
		width: 100%;
		float:right;
	}
	#Footer .img-box {
		padding: 20px 0 0;
	}
	#Footer .img-box img {
		margin:70px 0px -15% -15%;
		width: 130%;
	}
	#Footer .txt-box p.color span.w {
		color: #eee;
	}
	#Footer div.bnr img{
		width: 100%;
	}
}
@media(max-width:320px) {
	#Footer .txt-box p {
		margin-top: 5px;
		font-size: 87.5%;
		line-height: 1.4;
	}
	#Footer p.copyright {
		font-size: 56.3%;
		line-height: 1.3;
	}
}

/*--------------------------------------------------------------------------------
	.btn-
--------------------------------------------------------------------------------*/
/* .btn-link
--------------------------------------------------------------------------------*/
.btn-link {
	text-align: center;
}
.btn-link .btn {
	display: inline-block;
	min-width: 460px;
	background: url("../img/cmn_btn_arrow.png") no-repeat right center #c4b280;
	transition: background-color 0.1s ease-in;
	-o-transition: background-color 0.1s ease-in;
	-ms-transition: background-color 0.1s ease-in;
	-moz-transition: background-color 0.1s ease-in;
	-webkit-transition: background-color 0.1s ease-in;
	*display: inline;
	*zoom: 1;
}
.btn-link .btn:hover {
	background-color: #b19d66;
}
.btn-link .btn a {
	display: block;
	padding: 19px 24px 17px 24px;
	font-size: 81.3%;
	line-height: 1.2;
	color: #fff;
}

@media(max-width:640px) {
	.btn-link {
		margin: 40px 20px 0 !important;
	}
	.btn-link .btn {
		display: block;
		min-width: 1px;
		background-image: url("../img/cmn_btn_arrow@2x.png");
		background-size: 32px 19px;
	}
	.btn-link .btn a {
		padding: 18px 25px 16px;
	}
}
@media(max-width:360px) {
	.btn-link .btn a {
		font-size: 85.7%;
		text-align: left;
	}
}

/* .btn-detail
--------------------------------------------------------------------------------*/
.btn-detail {
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	min-width: 180px;
	background: url("../img/cmn_btn_arrow.png") no-repeat right center #777;
	transition: background-color 0.1s ease-in;
	-o-transition: background-color 0.1s ease-in;
	-ms-transition: background-color 0.1s ease-in;
	-moz-transition: background-color 0.1s ease-in;
	-webkit-transition: background-color 0.1s ease-in;
	*display: inline;
	*zoom: 1;
}
.btn-detail.BC-QM1 {
	margin-top: 11px;
}


.btn-detail.apps {
	margin-top: 20px;
	min-width: 330px;
}
.btn-detail.product {
	margin-left:10px;
	margin-top: 30px;
	min-width: 215px;
}
.btn-detail:hover {
	background-color: #555;
}
.btn-detail a {
	display: block;
	padding: 18px 25px 16px 10px;
	font-size: 81.3%;
	line-height: 1.2;
	color: #fff;
}

@media(max-width:640px) {
	.btn-detail {
		display: block;
		background-image: url("../img/cmn_btn_arrow@2x.png");
		background-size: 32px 19px;
	}
	.btn-detail.apps {
		margin-top: 20px;
		min-width: 1px;
	}
	.btn-detail.product {
		margin-left:0px;
	}
	.btn-detail a {
		padding: 14px 25px 12px 10px;
	}
}

/*--------------------------------------------------------------------------------
	.pagetop
--------------------------------------------------------------------------------*/
.pagetop {
	margin: 0 auto;
	width: auto;
	height: 1px;
}
.pagetop .floater {
	position: static;
	padding-right: 2%;
	width: 98%;
	text-align: right;
}
.pagetop .floater.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.pagetop .floater a {
	position: relative;
	margin-top: -37px;
	display: block;
	float: right;
	width: 60px;
	height: 38px;
	z-index: 1000;
}
.pagetop .floater.fixed a {
	top: 0;
}
.pagetop .target {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 0px;
	zoom: 1;
}

@media(max-width:640px) {
	.pagetop {
		width: auto;
	}
	.pagetop .floater {
		width: 95%;
		text-align: right;
	}
	.pagetop .floater a {
		float: none;
		display: inline-block;
		zoom:0.8;
	}
}

/*--------------------------------------------------------------------------------
	classes
--------------------------------------------------------------------------------*/
a img.hover {
	transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-webkit-transition: opacity 0.1s ease-in;
}
a:hover img.hover {
	opacity: 0.7;
}
html.no-opacity a:hover img.hover {
	filter: alpha(opacity=70);
}

@media(max-width:640px) {
	a img.hover {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	a:hover img.hover {
		opacity: 1.0;
	}
}

br.b64 { display: none; }
@media(max-width:640px) {
	br.b64 { display: block; }
	br.nb64 { display: none; }
}

br.b47 { display: none; }
@media(max-width:479px) {
	br.b47 { display: block; }
}

br.b40 { display: none; }
@media(max-width:400px) {
	br.b40 { display: block; }
}

br.b36 { display: none; }
@media(max-width:360px) {
	br.b36 { display: block; }
}
