@charset "Shift_JIS";

/* --------------------------------------------------------------------
	common
--------------------------------------------------------------------- */
.clearfix_{
	zoom: 1;
}
.clearfix_:after{
	content: "";
	display: table;
	clear: both;
}
.p0_{
	padding: 0 !important;
}

.common_table1_ {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.common_table1_ th{
	width: 158px;
	padding: 20px 12px 20px 12px;
	text-align: center;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #dcdcdc;
}
.common_table1_ td {
	padding: 20px 12px 20px 12px;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #dcdcdc;
}

.inner_table_ {
	width: 100%;
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.inner_table_ th{
	width: 20%;
	padding: 5px 10px;
	text-align: left;
	font-weight: normal;
	background-color: #fff;
	border: none;
	border-bottom: 1px dotted #dcdcdc;
}
.inner_table_ td {
	padding: 5px 10px;
	font-weight: normal;
	background-color: #fff;
	border: none;
	border-bottom: 1px dotted #dcdcdc;
}
.inner_table_ tr:last-child th,
.inner_table_ tr:last-child td{
	border-bottom: none;
}

.common_table2_ {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.common_table2_ th{
	width: 158px;
	border: 1px solid #333333;
	padding: 20px 12px 20px 12px;
	text-align: center;
	font-weight: bold;
	background-color: #333333;
	color: #fff;
}
.common_table2_ td {
	padding: 20px 12px 20px 12px;
	border: 1px solid #333333;
}



/* --------------------------------------------------------------------
	ユーザー定義　画像hover表現
--------------------------------------------------------------------- */
/*#header a:hover img,
.leftmenuframe_ a:hover img,
.rightmenuframe_ a:hover img,
.img_ a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color:transparent\0/;
}*/

/* --------------------------------------------------------------------
	header
--------------------------------------------------------------------- */
#header{
}
#header .header_inner_{
	position: relative;
	max-width: 1000px;
	height: 80px;
	margin: 0 auto;
}
#header #sitelogo{
	position: absolute;
	top: 18px;
	left: 0;
}
#header .nav_{
	position: absolute;
	top: 11px;
	right: 0;
}
#header .nav_ li{
	float: left;
	margin: 0 0 0 11px; 
}

.header_lotaiton_{
	position: relative;
	margin: 0 auto 20px;
}
.header_lotaiton_inner_{
	position: relative;
	height: 86px;
	background: url(../img/usr/header_lotaion_bg.png) repeat center 0;
}
.header_lotaiton_ .button_{
	position: absolute;
	top: -24px;
	left: 50%;
	margin: 0 0 0 510px;
	height: 24px;
	overflow: hidden;
}

.scrollWrapper{
	position: relative;
	overflow: hidden;
}
.scrollableArea{
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.scrollableArea > div{
	display: table-cell;
	padding: 0 30px;
	height: 86px;
	vertical-align: middle;
	text-align: center;
}

.header_lotaiton_inner_.small_{
	display: none;
	height: 46px;
}
.header_lotaiton_inner_.small_ .scrollableArea > div{
	display: table-cell;
	white-space: nowrap;
	padding: 0 8px;
	height: 46px;
}
.header_lotaiton_inner_.small_ .scrollableArea > div span{
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	border-radius: 3px;
	background: #666; /* for IE8 */
	background-color: rgba(102,102,102,.4);
}
.header_lotaiton_inner_.small_ .scrollableArea > div span a{
	color: #fff;
}



/* --------------------------------------------------------------------
	TOP: fixed menu
--------------------------------------------------------------------- */
.fixed_area_{
	display: none;
	width: 910px;
	background: url(../img/usr/fixed_area_bg.png) repeat 0 0;
	z-index: 1000;
}
.fixed_area_.top_{
	position: absolute;
	top: 80px;
	right: 50%;
	margin-right: -500px;
}
.fixed_area_.fixed_{
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -290px;
}

.fixed_area_ .column_.left_{
	display: table-cell;
	vertical-align: top;
	width: 640px;
}
.fixed_area_ .column_.left_ > .inner_{
	padding: 40px; 
}
.fixed_area_ .items_{
	margin: 0 0 30px 0;
}
.fixed_area_ .items_ ul{
	margin: 0 -30px 0 0;
	height: 340px;
	overflow: auto;
}
.fixed_area_ .items_ li{
	float: left;
	width: 180px;
	height: 100px;
	background: #fff;
	margin: 0 10px 10px 0;
	text-align: left;
	line-height: 20px;
}
.fixed_area_ .more_{
	margin: 0 0 40px 0;
}
.fixed_area_ .search_ form{
	overflow: hidden;
}
.fixed_area_ .search_ input.keyword_{
	width: 386px;
	height: 36px;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	border: solid 2px #999;
	-webkit-border-radius: 20px;
	-moz-border-radius:    20px;
	border-radius:         20px;
	color: #333;
	background: #fff url(../img/usr/fixed_arae_search_icon.png) no-repeat 13px 50%; 
	line-height: 36px;
}

.fixed_area_ .search_ input.keyword_:focus{
	outline: none;
}
.fixed_area_ .search_ .to_searchdetail{
	float: right;
}

.fixed_area_ .column_.right_{
	display: table-cell;
	vertical-align: top;
	width: 270px;
	background: #333; /* for IE8 */
	background: rgba(51,51,51,0.9);
}
.fixed_area_ .column_.right_ > .inner_{
	padding: 30px 40px;
}
.fixed_area_ .column_ .nav_ li{
	padding: 8px 0 8px 19px;
	background: url(../img/usr/fixed_area_list_icon.png) no-repeat 0 50%;
	font-size: 12px;
}
.fixed_area_ .column_ .nav_ li a{
	color: #fff;
}

.fixed_area_bg_{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#menu_right{
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 2000;
	margin-top: 5px;
}
#twitter_right{
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 2000;
	margin-top: -65px;
}

/* for category insert */
.leftmenuframe_{
	display: none;
}

/* --------------------------------------------------------------------
	TOP: event area
--------------------------------------------------------------------- */
#goods_box1 .content_area_{
	background: #eeeeee;
}

.scroll_sections_ .ttl_area_{
	margin: 0 0 40px;
	padding: 50px 0 20px;
	border-bottom: 1px solid #000;
}
.scroll_sections_ h2{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.event_box_.scroll_section_{
	position: relative;
/*	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size:         cover;*/
}
.event_box_ .bg_{
	text-align: center;
}
.event_box_ .bg_ img{
	width: 100%;
}

.event_box_ .introduce_{
	display: none;
	width: 660px;
	position: absolute;
	top:  87px;
	left: 50%;
	margin-left: -330px;
	background: #fff; /* for IE8 */
	background: rgba(255,255,255,0.9);
}
.event_box_ .introduce_ > .inner_{
	position: relative;
	padding: 30px;
}
.event_box_ .introduce_ .btn_close_{
	position: absolute;
	top: 30px;
	right: 30px;
}
.event_box_ .introduce_ h2{
	margin: 0 auto 25px auto;
	text-align: center;
	font-size: 24px;
	color: #000;
}
.event_box_ .introduce_ .text_{
	max-height: 300px;
	overflow: auto;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.event_box_ .introduce_ .btn_official_{
	margin: 50px 0 0 0;
	text-align: center;
}

.bx-wrapper{
	position: relative;
	margin: 0 auto;
}
.bx-controls-direction a{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 21px;
	height: 50px;
	text-indent: -9999px;
	z-index: 500;
}
.bx-controls-direction a.bx-prev{
	left: -61px;
	background: url(../img/usr/introduce_foot_slide_prev.png) no-repeat 0 0;
}
.bx-controls-direction a.bx-next{
	right: -61px;
	background: url(../img/usr/introduce_foot_slide_next.png) no-repeat 0 0;
}


/* --------------------------------------------------------------------
	TOP: category area
--------------------------------------------------------------------- */
#block_of_category{
}
#block_of_category .ttl_area_{
	padding: 50px 0 20px;
	border-bottom: 1px solid #000;
}
#block_of_category h2{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#block_of_category .content_area_{
	background: #eeeeee;
}


/* --------------------------------------------------------------------
	TOP: news area
--------------------------------------------------------------------- */
#block_of_topic{
}


/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer{
	margin-top: 60px;
	background: #eee url(../img/usr/footer_nav_bg.png) repeat-x center 0;
}
#footer .footer_inner_ {
	width: 1000px;
	height: 196px;
	margin: 0 auto;
	position: relative;
}
#footer #footer_pagetop {
	position: absolute;
	top:  -20px;
	right: 0;
}

#footernav{
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
}
#footernav li{
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding: 0 20px 0 0;
}

#footer #footer_logo{
	position: absolute;
	bottom: 40px;
	left: 0;
}

#copyright{
	position: absolute;
	bottom: 40px;
	right: 0;
	font-size: 10px;
}


/* --------------------------------------------------------------------
		
--------------------------------------------------------------------- */
.series_Frame_{
	display: none;
	padding: 30px 10px 30px 30px;
}
#cboxContent .series_Frame_{
	display: block;
}

div.series_Line_{
	text-align: left;
}
div.series_Item_{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width:  150px;
	margin: 0 20px 30px 0;
}
div.series_Item_ div.img_{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dcdcdc;
	width:  148px;
	height: 148px;
	background: #fff;
}
div.series_Item_ div.img_ img {
	max-width:  148px;
	max-height: 148px;
}
div.series_Item_ div.name_{
	margin: 10px 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
div.series_Item_ div.price_{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
div.series_Item_ div.price_ .tax_{
	font-size: 10px;
}

div.series_Item_ div.img_{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dcdcdc;
	width:  148px;
	height: 148px;
	background: #fff;
	position: relative;
}

/*  */
.StyleT_Frame_,
.CategoryStyleP_{
opacity:0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-moz-opacity:0; 
-khtml-opacity: 0;
zoom:0;
height:0;
overflow: hidden;
}
.StyleT_Frame_.loaded_,
.CategoryStyleP_.loaded_{
	/* overflow:auto; */
	/* height:auto; */
      animation-duration: 1.0s;
      animation-name: slide-down;
      -moz-animation-duration: 1.0s;
      -moz-animation-name: slide-down;
      -webkit-animation-duration: 1.0s;
      -webkit-animation-name: slide-down;
}

@keyframes slide-down{
	0%{height:0;
	100%{height:auto;}
}
@-moz-keyframes slide-down{
	0%{height:0;
	100%{height:auto;}
}
@-webkit-keyframes slide-down{
	0%{height:0;
	100%{height:auto;}
}