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

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: 13px;
	line-height:1.5;
	color: #333;
	background-color: #000000;
}
/*
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:120%;
	font-weight:bold;
}
h2 {
	font-size:240%;
	font-weight:bold;
}
h3 {
	font-size:180%;
	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: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#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;
}
#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: #141414;
}
#tTopwrap {
	width: 1000px;
	height:40px;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
}

#header_country_icon{
	width:110px;
	float:left;
	margin-right:5px;
}

#header {
	width: 100%;
	height: 75px;
	background-color: #ffffff;
}
#headerWrap {
	width: 1000px;
	height:75px;
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
}
#header h1 a {
	display:block;
	width:350px;
	height:75px;
	margin-bottom:0px;
	background:url(../common_img/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.glogo{
	width:118px;
	float:right;
}

/* メニュー ----------------------------------------------------------------- */
#menu-box{
	width: 100%;
	height: 60px;
	background-color: #1a1a1a;
}
#menu {
	width: 100%;
	max-width: 1000px;
	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: #1a1a1a;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #1a1a1a;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #666;
}
#toggle {
	display: none;
}


/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "CLOSE CLICK";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  font-size: 13px;
  color:#fff;
  line-height:2.5em;
  background: #333;
  z-index: 1;
}

.side-menu ul{
	margin-left:20px;
}

.txtClose {font-size:10px; padding:20px; line-height:1.2;}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 150px;
  height: 20px;
  padding: 5px;
  text-align:center;
  color:#fff;
  background: #900;
  cursor: pointer;
  z-index: 4;
}

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

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

/* トップへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


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

#mainImg {
	width: 100%;
	height:700px;
	background-color: #000000;
}
#mainWrap {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top_photo {
	background-repeat: no-repeat;
	width: 1000px;
	height: 700px;
}
#slide {
	width: 1000px;
	height: 700px;
}

/*トップ動画の定義*/
.viewer {
	width: 1000px;
	height: 380px;
	background-color:#000;
	text-align: left;
	overflow: hidden;
	margin:0 auto;
}
.viewer ul {
	width: 1000px;
	height: 700px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	width: 1000px;
	height: 700px;
	display: none;
}

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

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

#midashi{
	width:100%;
	padding:30px 0;
}

#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%;
	background-color: #000;
}

#midashi2{
	width:100%;
	padding:30px 0;
	color:#ffffff;
}

#mv{width:560px; height:315px; margin-left:auto; margin-right:auto; }

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

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



/* 商品ページ----------------------------------------------------------------- */
#mImage {width:1000px; margin:0 0 20px 0;}

#leftBox{width:460px;  float:left;}
#leftBox img{max-width:460px; height:auto;}
#rightBox{width:500px; float:right; height:auto;}
.rightTxt4{font-size: 150%;}



#lineBox{width:323px; height:400px; float:left; border:solid 1px #545454; margin:10px 10px 20px 0;}
#lineBox img {max-width:323px; height:auto;}
.headImg {height:49px; float:left; margin:0 5px;}
.seihinN{font-size:14px; font-weight:bold; margin:25px 5px 0px 5px; color:#e68728;}
.seihinN2{margin:10px;}
.seihinN3{font-size:16px; font-weight:bold;}
#lineBox2{width:323px; height:400px; float:left; border:solid 1px #545454; margin:10px 0px 20px 0;}
#lineBox2 img {max-width:323px; height:auto;}

/*--table08--*/
#table08 {font-size: 80%;margin-right: 0px;margin-left: 0px;width: 1000px;margin-bottom: 0px; vertical-align: middle;}
#table08 th {padding:3px; vertical-align: middle;}
#table08 td {padding:3px; vertical-align: middle;}
#table08 .t01{width:280px;}
#table08 .t02{width:180px;}


/*ショップバナーリンクの定義*/

#shopBanner2 {float:left; width:1000px; height:150px; }
#shopBanner2 .shopG {float:left; max-width:320px; margin:10px 10px 20px 0;}

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

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

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