/* ブラウザ初期化 ----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {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;}
body {
	font-family:'Meiryo,ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 14px;
	line-height:1.5;
	color: #000;
	background-color: #000;
}
/*
table {
    border-collapse:collapse;border-spacing:0;
}
*/

fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul, dt, dd {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h3, h4, h5, h6 {
	font-size:150%;
	font-weight:bold;
}
h2 {
	font-size:240%;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.ie_yokaku_can {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}

a.overwhite{
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
/* 初期設定 ----------------------------------------------------------------- */



a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
#hr {
	height: 1px;
	margin: 8px 0px 8px 0px; /* IE8/FF 標準ブラウザ */
	_margin: 2px 0px 2px 0px; /* IE6 */
	border: solid #666666;
	border-width: 0px 0px 1px;
}
*:first-child+html #hr { /* IE7 */
	height: 1px;
	margin: 2px 0px 2px 0px;
	border: solid #b28db6;
	border-width: 0px 0px 1px;
}
#hr450 {
	height: 1px;
	margin: 8px 0px 8px 0px; /* IE8/FF 標準ブラウザ */
	_margin: 2px 0px 2px 0px; /* IE6 */
	border: solid #666666;
	border-width: 0px 0px 1px;
	width:450px;
}
#hr5 {
	height: 5px;
	margin: 8px 0px 8px 0px; /* IE8/FF 標準ブラウザ */
	_margin: 2px 0px 2px 0px; /* IE6 */
	border: solid #333;
	border-top-width: 5px;
	border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
#hr_ten {
	border:none;
	margin: 10px 0px 10px 0px; /* IE8/FF 標準ブラウザ */
	_margin: 3px 0px 3px 0px; /* IE6 */
	border-top:dashed 1px #666666;
	height:1px;
	color:#FFFFFF;
}
*:first-child+html #hr_ten { /* IE7 */
	border:none;
	margin: 3px 0px 3px 0px;
	border-top:dashed 1px #666666;
	height:1px;
	color:#FFFFFF;
}
#hr_index {
	height: 1px;
	border: solid #b28db6;
	border-width: 0px 0px 1px;
}
#hr_footer {
	height: 1px;
	border: solid #333333;
	border-width: 0px 0px 1px;
}
* html #iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* ヘッダー ----------------------------------------------------------------- */
#tTop {
	width: 100%;
	height: 40px;
	background-color: #ffffff;
}
#tTopwrap {
	width: 1200px;
	height:40px;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 60px;
	background-color: #000000;
}
#headerWrap {
	width: 1200px;
	height:60px;
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
}
#header h1 a {
	display:block;
	width:600px;
	height:100px;
	margin-bottom:0px;
	background:url(../common_img/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}


/* メニュー ----------------------------------------------------------------- */
#menu-box{
	width: 100%;
	height: auto;
	background-color: #000;
}
#menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #666;
	color: #FFF;
}

#toggle {
	display: none;
}


/* メインコンテンツ */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
 background: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}



/* トップへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 77%;
}
.pagetop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.pagetop a:hover {
    text-decoration: none;
    background: #999;
}


/* メイン画像----------------------------------------------------------------- */

#mainImg {
	width: 100%;
	height:700px;
	background: #fff;
	
}
#mainWrap {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.mainImg{max-width: 1200px;}




/* メインスペース----------------------------------------------------------------- */
#main {
	width: 100%;
	height:100%;
	background-color: #000;
	color:#fff;
}

#mainWrap2 {
	width: 100%;
	max-width: 1200px;
	padding-bottom:50px;
	margin-left: auto;
	margin-right: auto;
}

#midashi{
	width:100%;
	padding:60px 0;
}
.midashiS {font-size:18px;}
#midashi2{
	width:100%;
	padding:30px 0;
	color:#000;
}


#cont {float:left; width:325px; height:100%; margin:10px 10px 0 0;}
#cont2 {float:left; width:320px; height:100%; margin:10px 0px 0 0;}
#cont img {max-width:325px; height:auto;}
#cont2 img {max-width:325px; height:auto;}
.midashiK {font-weight:bold;  font-size:21px; color:#e68728; padding:10px 0;}

#main2 {
	width: 100%;
	height:auto;
	background-color: #fff;
}

#midashi3{
	width:100%;
	padding-top:60px;
	color:#ffffff;
}




/* 商品ページ----------------------------------------------------------------- */

#alltext{width950px; margin:20px 0 40px 20px;;}

#leftBox {width:600px; float:left; margin:20px 0;}
#leftBox img {width:100%;}
#leftBox380 {width:380px; float:left; margin:20px 0 20px 180px;}
#leftBox380 img {width:100%;}
#leftBox500 {width:500px; float:left; margin:20px 0 20px 70px;}
#leftBox500 img {width:100%;}
#leftBox580 {width:580px; float:left; margin:20px 0;}
#leftBox580img {width:100%;}
#rightBox {width:600px; float:right; margin:20px 0;}
#rightBox img {width:100%;}
#rightBox380 {width:380px; float:right; margin:20px 180px 20px 0;}
#rightBox380 img {width:100%;}
#rightBox500 {width:500px; float:right; margin:20px 70px 20px 0;}
#rightBox500 img {width:100%;}
#rightBox580 {width:580px; float:right; margin:20px 0;}
#rightBox550 img {width:100%;}

.carTxt{font-size:21px; font-weight:bold;}
.boothTxt{font-size:14px; margin:10px 0;}


#mv{width:560px; height:370px; margin-left:auto; margin-right:auto; }
.video {
position: relative;
height: 0;
padding: 20px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #333;
	color: #fff;
}
.button:hover {
	background-color: #ff0000;
}

/*ギャラリーの定義*/

#galleryPhoto {width:1200px;}
.gImg {padding:0; width:230px; height:auto; float:left; margin-right:10px; margin-bottom:5px; }
.gImg img {width:100%;}


/* フッター----------------------------------------------------------------- */

#footer{
	width:100%;
	background-color:#000;
}

#footertxt{
	text-align:center;
	padding:30px 0 100px 0;
	color:#fff;
}

#footertxt a {
	color: #FFF;
	text-decoration: none;
}
#footertxt a:hover {
	color: #CCC;
	text-decoration: none;
}