@charset "Shift_JIS";

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
#header {
    width: 100%;
    background-color: #e70008;
}
#header #header_inner {
    width: 1072px;
    margin: 0 auto;
    background-image: url(../img/usr/common/header/header_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#header #header_inner #sitelogo {
    float: left;
    display: inline;
    width: 206px;
}
#header #header_inner #header_box {
    float: right;
    display: inline;
}
/*H1/メニュー
-----------------------------------------------------------*/
#header #header_inner #header_top {
    padding: 9px 32px 13px 35px;
    overflow: hidden;
}
/* H1 */
#header #header_inner #header_top .optimaizedH1 {
    float: left;
    display: inline;
    font-size: 10px;
    color: #000000;
    line-height: 2.2;
}
/* メニュー */
#header #header_inner #header_top ul {
    float: right;
    display: inline;
    overflow: hidden;
    padding: 3px 0 2px;
}
#header #header_inner #header_top ul li {
    float: left;
    display: inline;
    padding-left: 22px;
    background-image: url(../img/usr/common/header/snav_line.png);
    background-position: left center;
    background-repeat: no-repeat;
}
#header #header_inner #header_top ul li:first-child {
    background: none;
    padding-left: 0;
}
#header #header_inner #header_top ul li a {
    display: block;
    color: #000000;
    font-size: 11px;
    line-height: 18px;
    padding: 0 11px 0 18px;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
}
#header #header_inner #header_top ul li a:hover {
    text-decoration: underline;
}
#header #header_inner #header_top ul li.snav_guide_ a {
    background-image: url(../img/usr/common/header/icon_guide.png); 
}
#header #header_inner #header_top ul li.snav_faq_ a {
    background-image: url(../img/usr/common/header/icon_faq.png); 
}
#header #header_inner #header_top ul li.snav_inquiry_ a {
    background-image: url(../img/usr/common/header/icon_inquiry.png); 
}
/*ようこそ/検索
-----------------------------------------------------------*/
#header #header_inner #header_box #header_left {
    float: left;
    display: inline;
}
/* ようこそ */
#header #header_inner #header_box #welcomeMessage {
    color: #fff;
    padding: 0 0 0 17px;
    margin: 0 0 13px 24px;
    background-image: url(../img/usr/common/header/icon_welcome.png);
    background-position: left center;
    background-repeat: no-repeat;
}
/* 検索 */
#header #header_inner #header_box #search_box {
    margin-right: 30px;
    overflow: hidden;
}
#header #header_inner #header_box #search_box form {
    float: left;
    display: inline;
    width: 286px;
    height: 30px;
    padding: 0 5px 1px 12px;
    background-image: url(../img/usr/common/header/searc_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
#header #header_inner #header_box #search_box input#keyword {
    float: left;
    display: inline;
    width: 232px;
    height: 29px;
    margin: 0;
    padding: 0 0 0 5px;
    border: 0;
    background: none;
    line-height: 29px;
}
#header #header_inner #header_box #search_box .to_searchdetail {
    float: right;
    display: inherit;
    width: 109px;
}
#header #header_inner #header_box #search_box input.go_ {
    float: right;
    display: inline;
    border: 0;
    padding: 0;
}
/*サブナビ
-----------------------------------------------------------*/
#header #header_inner #header_box #header_right {
    float: right;
    display: inline;
    padding-top: 3px;
}
#header #header_inner #header_box #header_right ul.hnav_menu_ {
    overflow: hidden;
    float: left;
    display: inline;
}
#header #header_inner #header_box #header_right ul li {
    float: left;
    display: inline;
}
#header #header_inner #header_box #header_right .hnav_cart_ {
    float: left;
    display: inline;
    position: relative;
    padding-right: 33px;
    background-image: url(../img/usr/common/header/btn_right.png);
    background-position: right top;
    background-repeat: no-repeat;
}
#header #header_inner #header_box #header_right .hnav_cart_ .number_ {
    color: #e70008;
    font-size: 10px;
    line-height: 23px;
    width: 23px;
    height: 23px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: -63px;
    background-image: url(../img/usr/common/header/cart_number.png);
    background-position: center center;
    background-repeat: no-repeat;
}
/*グローバルナビ
-----------------------------------------------------------*/
#header #globalnav {
    width: 100%;
    padding: 12px 0 14px;
    background-color: #000000;
    height:23px;
}
#header #globalnav ul {
    text-align: center;
    width: 980px;
    margin: 0 auto;
}
#header #globalnav ul li {
    display: inline-block;
    padding-left: 9px;
    background-image: url(../img/usr/common/header/gnav_line.png);
    background-position: left center;
    background-repeat: no-repeat;
}
#header #globalnav a {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    padding: 0 35px 0 36px;
}
#header #globalnav a:hover {
    text-decoration: underline;
}
#header #globalnav ul li#gnav_home {
    padding: 0;
}
#header #globalnav ul li#gnav_home a {
    width: 35px;
    height: 23px;
    padding: 0 9px 0 0;
    background-image: url(../img/usr/common/header/gnav_home.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
/**/
/*　clearfix　*/  
#header #header_inner #header_box:after,
#header #header_inner:after{  
    content:".";  
    display:block;  
    height:0;  
    clear:both;  
    visibility:hidden;  
}  
#header #header_inner #header_box,
#header #header_inner{ display:inline-block;}  
/* HIdes from IE-mac */  
*html #header #header_inner #header_box,
*html #header #header_inner{ height:1%;}  
#header #header_inner #header_box,
#header #header_inner{ display:block;}  
/* End hide from IE-mac */
/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
.visual_ {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
    position: relative;
    background-color: #000000;
}
#footer #footer_inner {
    width: 980px;
    margin: 0 auto;
    padding: 42px 46px 66px 46px;
    position: relative;
}
#footer #fnav_top {
    padding: 0 0 23px 40px;
    border-bottom: 1px solid #222222;
    overflow: hidden;
}
#footer #fnav_top #fnav_left {
    float: left;
    display: inline;
    width: 300px;
}
#footer #fnav_top #fnav_left li {
    margin-bottom: 17px;
}
#footer #fnav_top #fnav_right {
    float: right;
    display: inline;
    overflow: hidden;
}
#footer #fnav_top #fnav_right ul {
    float: left;
    display: inline;
    padding: 0 0 10px 50px;
    border-left: 1px dashed #292929;
}
#footer #fnav_top #fnav_right ul:first-child {
    border-left: 0;
}
#footer #fnav_top #fnav_right ul li {
}
#footer #fnav_top #fnav_right ul li a {
    display: block;
    color: #eeeeee;
    line-height: 2.5;
    padding: 0 50px 0 13px;
    text-decoration: none;
    background-image: url(../img/usr/common/icon_arrow1.png);
    background-position: left 11px;
    background-repeat: no-repeat;
}
#footer #fnav_top #fnav_right ul li a:hover {
    text-decoration: underline;
}
#footer #fnav_btm {
    padding: 35px 0 40px 92px;
    border-bottom: 1px solid #222222;
    overflow: hidden;
}
#footer #fnav_btm h2 {
}
#footer #fnav_btm .txt_ {
    float: left;
    display: inline;
    width: 525px;
    color: #fff;
    padding: 5px 0 3px;
}
#footer #fnav_btm .btn_ {
    float: left;
    display: inline;
    padding: 0 0 0 1px; 
}

/*コピーライト
--------------------------------------------*/
#footer #copyright {
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e70008;
}
/*切り替え
--------------------------------------------*/
#footer #change_mode {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
}
#footer #change_mode ul {
    text-align: center;
}
#footer #change_mode ul li {
    display: inline-block;
    width: 146px;
    height: 26px;
}
#footer #change_mode ul li a {
    display: block;
    width: 146px;
    height: 26px;
}
#footer #change_mode ul li.change_pc_ {
    background-image: url(../img/usr/common/footer/btn_pc.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#footer #change_mode ul li.change_sp_ a {
    background-image: url(../img/usr/common/footer/btn_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#footer #change_mode ul li.change_sp_ a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*トップへ戻る
--------------------------------------------*/
#footer #toppage {
    position: absolute;
    right: 0;
    top: -18px;
}
#footer #toppage a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/* --------------------------------------------------------------------
	ユーザー定義　トップページレイアウト
--------------------------------------------------------------------- */
#top div.mainframe_ {
    width: 782px;
    background: none;
    padding: 0;
}
#top div.mainframe_ .common_headline2_,
#top div.mainframe_ .event_title_ {
    margin-bottom: 0;
}
#top div.mainframe_ .goods_ {
    width: 767px;
    padding: 16px 0 0 15px;
    margin-bottom: 20px;
    background-color: #fff;
}

#top .container_ {
    position: relative;
}
#top .contents_ {
    padding-top: 520px;
}
/*メインビジュアル
--------------------------------------------*/
#top #top_visual {
    width: 100%;
    position: absolute;
    left: 0;
    top: 34px;
    text-align: center;
}
#top_visual #slide_visual {
    width: 980px;
    margin: 0 auto;
}
#top_visual #slide_visual ul {
    /*overflow: hidden;*/
    z-index:1;
}
#top_visual #slide_visual.position_ ul{
  position: relative;
  width: 980px;
  height: 400px;
}
#top_visual #slide_visual.position_ ul li{
  position: absolute;
  top: 0;
  left: 0;
}
#top_visual #slide_visual ul li {
    float: left;
    display: inline;
}

#top_visual #slide_visual ul.slide_main_ li {
	background-color: #fff;
}
/* サムネイル */
#top_visual #slide_visual ul.slide_thum_ {
    width: 992px;
}
#top_visual #slide_visual ul.slide_thum_ li {
    /*margin: 0 10px 0 0;*/
	margin: 0;
    width: 188px;
    height: 91px;
/*    background-image: url(../img/usr/visual/thum_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;*/
}
#top_visual #slide_visual ul.slide_thum_ li a {
    display: block;
    position: relative;
    width: 188px;
    height: 91px;
	margin: 0 auto;
}
#top_visual #slide_visual ul.slide_thum_ li a img {
    margin-top: 11px;
}
#top_visual #slide_visual ul.slide_thum_ li a span.mask_ {
    display: none;
    width: 188px;
    height: 91px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
    text-indent: -9999px;
}
#top_visual #slide_visual ul.slide_thum_ li a.thum1_.active span.mask_,
#top_visual #slide_visual ul.slide_thum_ li a.active_ span.mask_ {
    display: block;
    background-image: url(../img/usr/visual/mask_new.png);
    background-position: left top;
    background-repeat: no-repeat;
}
/**/
#top_visual .bx-wrapper {
    position: relative;
    margin-bottom: 9px;
}
/* ページャー */
#top_visual .bx-controls-direction a.bx-prev,
#top_visual .bx-controls-direction a.bx-next {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 56%;
    margin-top: -23px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
	z-index: 100;
}
#top_visual .bx-controls-direction a.bx-prev {
    left: -23px;
    background-image: url(../img/usr/visual/prev.png);
}
#top_visual .bx-controls-direction a.bx-next {
    right: -23px;
    background-image: url(../img/usr/visual/next.png);
}
/* スライドが5枚以下の場合　サムネイルは動かない */
#top_visual #slide_visual ul.slide_thum_.noslide_ {
	width: 981px;
	text-align: center;
	letter-spacing: -4px;
}
#top_visual #slide_visual ul.slide_thum_.noslide_ li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 5px;
	float: none;
}
#top_visual #slide_visual ul.slide_thum_.noslide_ li.first_ {
	margin-left: 0;
}
#top_visual #slide_visual ul.slide_thum_.noslide_ li.last_ {
	margin-right: 0;
}
/**/

.thum_container_ {
    position: relative;
    width: 100%;
}
.thum_all {
    height: 91px;
    margin: 0 auto;
    position: relative;
    width: 198px;
}
.thum_wrap {
    left: 50%;
    margin-left: -495px;
    position: absolute;
    width: 990px;
    z-index: 10;
}

/* --------------------------------------------------------------------
	ユーザー定義　トップページ 重要なお知らせ
--------------------------------------------------------------------- */
#important_info {
    border: 3px solid #e70008;
    background-color: #fff;
    padding: 7px 18px 3px 18px;
    margin-bottom: 12px;
}
#important_info li {
    color: #e70008;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    padding: 9px 3px;
    border-top: 1px dashed #e70008;
    text-indent: -1em;
    padding-left: 1em;
}
#important_info li:first-child {
    border-top: 0;
}

/* --------------------------------------------------------------------
	ユーザー定義　トップページ バナー
--------------------------------------------------------------------- */
div.top_banner_ {
}
div.top_banner_ ul {
    width: 800px;
    overflow: hidden;
}
div.top_banner_ ul li {
    float: left;
    display: inline;
    margin: 0 20px 20px 0;
	background-color: #fff;
}


















