@charset "Shift_JIS";


/* --------------------------------------------------------------------KAWAKAMI

	基本レイアウト
	表示幅：固定
	
	■ECデフォルト定義
	・ラッパー
	
	■ユーザ定義
	・グローバルヘッダー
	・サブヘッダー
	・コンテンツヘッダー
	・ページヘッダー
	・コンテナ
	
	■ECデフォルト定義
	・EC表示順：左メニュー・メインコンテンツ・右メニュー
	
	
	■ユーザ定義
	・サブフッター
	・フッター
	
-------------------------------------------------------------------- */



/* --------------------------------------------------------------------
	デフォルト定義
--------------------------------------------------------------------- */
div.wrapper_ {
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#fff;
}


/* --------------------------------------------------------------------
	ユーザー定義　グローバルヘッダー
--------------------------------------------------------------------- */
#header {
	width: 100%;
	margin:0;
	zoom:1;
	background:#fff url(../img/usr/header_bg.gif) repeat-x;
}

#header:after,
#header .header_inner_:after,
#header #headernav:after,
#header ul.customer_menu_:after,
#header #globalnav:after {
	content: "";
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

#header .header_inner_ {
	width: 960px;
	padding:0;
	margin:0 auto;
	zoom:1;
}

#header #headernav {zoom:1;}

#header.cart_ #headernav {padding:0;border-bottom:#666 2px solid;}

/**ロゴ**/
#header #sitelogo {width:150px;margin: 0;padding: 3px 0;float:left;}

/**ヘッダーナビ**/
.headernav_menu { float:right; width:530px;}

/*ショートカット*/
.headernav_menu ul.sc_menu {float:left; width:450px;}
.headernav_menu ul.sc_menu li {margin:0 2px; float:right;display:block; text-align:center;}
.headernav_menu ul.sc_menu li a {font-size:10px; display:block; background:#999; color:#fff; text-decoration:none; height:25px; line-height:25px; width:100px;}
.headernav_menu ul.sc_menu li a:hover {background:#0099ff;}

/*言語*/
.headernav_menu ul.lang_menu {float:right;zoom:1;display:block;height:20px;width:70px;line-height:18px;margin:0; z-index:50px; position:relative;}
.headernav_menu ul.lang_menu li {margin:0px;float:right;font-size:10px;display:block;width:70px;border:1px solid #F8F8F8;text-align:center;}

.lang_pdmenu_ ul.lgpdbox_ {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  padding:0;
  width: 70px;
  border-bottom: solid 1px #373737;
  z-index:1000;
  background: #fff;
  background: rgba(0,0,0,0.90);
}

.lang_pdmenu_ ul.lgpdbox_:not(:target){filter: none;-ms-filter: none;}

.lang_pdmenu_ ul.lgpdbox_ li { width:70px; display:inline-block; margin:0; padding:1px; border:none; height:auto;}
.lang_pdmenu_ ul.lgpdbox_ li a { display:block; border:none; font-size:12px; height:auto; background:#999; color:#fff;}
.lang_pdmenu_ ul.lgpdbox_ li a:hover { display:block; border:none; font-size:12px; height:auto; background:none; color:#fff;}



#header ul.customer_menu_ {
	float:right;
	zoom:1;
	display:block;
	height:36px;
	width:500px;
	line-height:36px;
}
#header ul.customer_menu_ li {
	margin:0 0 0 10px;
	float:right;
}
#header ul.customer_menu_ li#gnav_cart {
	margin:0 0 0 20px;
}
#header #globalnav {
	width: 960px;
	height:30px;
	padding:0;
	zoom:1;
}
#header #globalnav li {
	width:188px;
	height:30px;
	float: left;
	color: #000;
	text-align: center;
	line-height:30px;
	font-size:14px;
	border-left: 1px solid #CCC;
}


#header #globalnav li#gnav_news { width:101px;}
#header #globalnav li#gnav_company { width:101px;}



#header #globalnav li a {
	width: 100%;
	display: block;
	height:30px;
	color: #000;
	text-decoration: none;
}
#header #globalnav li a:hover {
	
	background:#D4D4D4;
}

#header #globalnav li a.active {
	text-decoration: none;
	background:#333;
	color:#fff;
	/*border:solid 0px #fff;border-radius: 0.5em 0.5em 0em 0em ;*/
}

#header #globalnav li.first_ {border-left:none;}





#headerContact{
	float:right;
	zoom:1;
	display:block;
	height:28px;
	width:215px;
	margin:0px;
}




/* プルダウン */

#header #globalnav{ position:relative;}

#header #globalnav li.pdmenu_ {}

#header #globalnav ul.pdbox_ {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  padding:0;
  width: 960px;
  border-bottom: solid 1px #373737;
  z-index:1000;
  background: #fff;
  background: rgba(0,0,0,0.90);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#99000000);　/*IE7*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#99000000)";　/*IE8*/
}

#header #globalnav ul.pdbox_:not(:target){filter: none;-ms-filter: none;}
#header #globalnav ul.pdbox_ li { width:160px; display:inline-block; margin:0; padding:15px 0 10px; border:none; height:auto;}
#header #globalnav ul.pdbox_ li a { display:block; border:none; font-size:12px; height:auto; background:none; color:#fff;}
#header #globalnav ul.pdbox_ li a:hover { display:block; border:none; font-size:12px; height:auto; background:none; color:#fff;}

#header #globalnav ul.pdbox_ li.widelist_ { width:480px; display:inline-block; margin:0; padding:15px 0 10px; border:none; height:auto;}





/* --------------------------------------------------------------------
固定ヘッダ(fixation header) サブヘッダ/ページインデックス 
--------------------------------------------------------------------- */


/*fixation*/

#hlfixed_ {margin-bottom:0px;}
.is-fixed {position: fixed;top: 0;left: 0;z-index: 10;width: 100%;}





#subheader {
	width: 100%;
	margin:0;
	zoom:1;
	background:#333333;
	padding:0;
}

#subheader:after,
#subheader .header_inner_:after,
#subheader #headernav:after,
#subheader ul.customer_menu_:after,
#subheader #globalnav:after {
	content: "";
	display: block; 
	height: 0; 
	font-size:0;
	clear: both;
	visibility:hidden;
}

#subheader .header_inner_ {
	width: 960px;
	padding:0;
	margin:0 auto;
	zoom:1;
	height:40px;
}

#subheaderlogin {
	width:150px;
	margin: 0;
	padding: 8px 0;
	float:left;
}






/*サブヘッダーメニュー*/
#subheader_menu_ , #subheader_topics_ {}
#subheader_menu_ li { display:block; float:left; border-left: 1px solid #444; font-size:95%;}
#subheader_menu_ li a { display:block; height:40px; line-height:40px; text-align:center; text-decoration:none; color:#fff; padding:0 12px;}
#subheader_menu_ li a:hover {background:#444;}
#subheader_menu_ li a.tab_active {background: #0099ff; color:#fff;}




#subheader_menu_ .subheader_menu_title_  { border-left:none;}
#subheader_menu_ .subheader_menu_title_ a { margin-right:20px; font-size:120%; padding:0 5px;}
#subheader_menu_ .subheader_menu_title_ a:hover {}


#subheader_menu_ .subheader_menu_support_ {
  display: inline-block;
  float: right;
  font-weight: bold;
  font-size: 80%;
  background: #666;
  transition: .4s;
}



#subheader_menu_ .subheader_menu_demoki_ {
  display: inline-block;
  float: right;
  font-weight: bold;
  font-size: 80%;
  background: #00BCD4;
  transition: .4s;
}



#subheader_topics_ li { display:block; float:left; font-size:95%;  line-height:40px; margin-right:10px;}
.subheader_topics_title_ { padding:8px 0 7px;}
#subheader_topics_ li a { color:#0099ff;}
#subheader_topics_ li a:hover { color:#fff;}


.subheader_pdmenu_ { position:relative;}

.subheader_pdmenu_ .sbpdbox_ {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  padding:0;
  width: 300px;
  border-bottom: solid 1px #373737;
  z-index:1000;

  background: #fff;
  background: rgba(0,0,0,0.90);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#99000000);　/*IE7*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff000000,EndColorStr=#99000000)";　/*IE8*/
}

.subheader_pdmenu_ .sbpdbox_:not(:target){filter: none;-ms-filter: none;}

.subheader_pdmenu_ .sbpdbox_ li { width:300px; display:inline-block; margin:0; padding:3px 0; border:none; height:auto;}

.subheader_pdmenu_ .sbpdbox_ li a { display:block; border:none; font-size:12px; height:auto; background:none; color:#fff; text-align:left;}
.subheader_pdmenu_ .sbpdbox_ li a:hover { display:block; border:none; font-size:12px; height:auto; background:none; color:#fff;}





/* --------------------------------------------------------------------
	サブヘッダー検索
--------------------------------------------------------------------- */
#subheader_search_box:after,
#subheader_search_keyward:after,
#subheader_search_keyword ul:after {
	content: "";
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

#subheader_search_box{
	display:block;
	float:left;
	width:450px;
	margin:0 10px;
}


#subheader_search_box input {
	margin:0;
	padding:0;
	float:left;
}

#subheader_search_box p {
	height:20px;
	line-height:20px;
	float:left;
	color:#fff;
	font-size:12px;
	padding-left:20px;
	background:url(../img/usr/sh_icon_search.png) no-repeat;
	margin:8px 0;
}

#subheader_search_box p a {
	padding:0 0 0 8px;
	font-size:11px;
	text-decoration:underline;
	background:url(../img/usr/common/topic_arrow.png) left center no-repeat;
}

#subheader_search_box input#keyword {
	width:200px;
	height:20px;
	line-height:20px;
	padding:0 10px;
	background: #f5f5f5;
	border:1px solid #525252;
	margin:8px 0;
}

#subheader_search_box #sh_search_submit{display:block; font-size:12px; height:20px; margin:8px 5px; border:1px solid #666; background:#5F5F5F; color:#fff; padding:0 10px; cursor:pointer;}




/* --------------------------------------------------------------------
titleheader
--------------------------------------------------------------------- */


#titleheader_ {
	width: 100%;
	margin:0;
	zoom:1;
	background: #fff;
	padding:0;
}

#titleheader_ :after,
#titleheader_ .header_inner_:after,
{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;
	clear: both;
	visibility:hidden;
}

#titleheader_ .header_inner_ {
	width: 960px;
	padding:0;
	margin:0 auto;
	zoom:1;
	height:60px;
}





/* --------------------------------------------------------------------
ページインデックス
--------------------------------------------------------------------- */

#pageIndex_ {
	width: 100%;
	margin:0;
	zoom:1;
/**	background: url(../images/pageindex_bg.png) repeat-x bottom;**/
	background:#fff;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
}

#pageIndex_:after,
#pageIndex_ .header_inner_:after
{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;
	clear: both;
	visibility:hidden;
}

#pageIndex_ .header_inner_ {
	width: 960px;
	padding:0;
	margin:0 auto;
	zoom:1;
	height:40px;
	background: url("../images/pageIndex-title.png") no-repeat;
}


#pageIndex_menu_ { padding-left:50px;}
#pageIndex_menu_ li{ float:left; display:inline-block; padding:5px 2px 5px 18px; background:url(../images/pagenavi_menu_bg.png) no-repeat left center; margin-right:10px}
#pageIndex_menu_ li a.tab_active2 { font-weight: bold;}


#pageIndex_ .header_inner_e_ {
	width: 960px;
	padding:0;
	margin:0 auto;
	zoom:1;
	height:40px;
	background: url(../images/pageIndex-title_e.png) no-repeat;
}

#pageIndex_ .header_inner_e_ #pageIndex_menu_ { padding-left:75px;}
#pageIndex_ .header_inner_e_ #pageIndex_menu_ li{ float:left; display:inline-block; padding:5px 2px 5px 18px; background:url(../images/pagenavi_menu_bg.png) no-repeat left center; margin-right:10px}










/* --------------------------------------------------------------------
	ユーザー定義　コンテナ
--------------------------------------------------------------------- */

div.container_outer_ {
	width:100%;
	margin:0;
	padding-top:1px;
	background:#fff;
}

.CO_separate_{ border-bottom:5px solid #ccc;}

div.container_ {
	width:960px;
	margin:0 auto;
	zoom: 1;
}



/*使わない？ec以外のコンテナ*/
div.container_cbox_ {
	width:990px;
	margin:0 auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	zoom: 1;
}



div.contents_ {
	float: left;
	display: inline;
	zoom: 1;
}


div.container_:after,
div.container_outer_:after,
div.contents_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}





/* --------------------------------------------------------------------
	デフォルト定義
	EC表示順：左メニュー・メインコンテンツ・右メニュー
--------------------------------------------------------------------- */


/* 左メニュー */
div.leftmenuframe_ {
	width:250px;
	margin: 0 20px 0 0;
	float: left;
	zoom: 1;
}
div.leftmenuframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
/**/


/* 右メニュー 未使用*/
div.rightmenuframe_ {
	width:160px;
	margin: 0 0 0 20px;
	float: right;
	zoom: 1;
}
div.rightmenuframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
/**/


/* メインフレーム */
div.mainframe_ {
	float: right;
	zoom: 1;
	margin-top:20px;
}
div.mainframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
div.container_ div.contents_, 
div.container_ div.mainframe_, 
div.container_ div.mainframe_ .event_ .goods_ { /* 左メニューのみ表示の場合 */
	width: 690px; /* = div.container_ - div.leftmenuframe_ */
}
div.container_ div.contents_ div.mainframe_, 
div.container_ div.contents_ div.mainframe_ .event_ .goods_ { /* 左右メニューの表示の場合 */
	width: 600px; /* = div.container_ - (div.leftmenuframe_ + div.rightmenuframe_) */
}
/**/
div.single_mainframe_ {
	float: right;
	zoom: 1;
}
div.single_mainframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
div.col1_ {
	width:960px;/*元設定840px*/
	padding:0 0 30px 0;
	min-height:480px;
	margin:0 auto;
}
div.order_col1_ {
	width:960px;
	padding:0 0 30px 0;
	min-height:480px;
	margin:0 auto;
}
div.col2_ {
	padding:0 0 30px 0;
	min-height:480px;
	margin:0 auto;
}


































/* --------------------------------------------------------------------
	ユーザー定義　サブフッター
--------------------------------------------------------------------- */

#subfooter {
	padding: 0;
	margin-top: 80px;
	border-top: 1px solid #d3d3d3;
	background:#e5e5e5;
}

#subfooter .footer_inner_ {
	width:960px;
	margin:0 auto;
	position:relative;
}


#sf_nav{ height:30px;}

#sf_nav li {
	margin:6px 5px;
	float:left;
	font-size:11px;
	display:block;
	padding-left:20px;
	line-height:18px;
}




#subfooter_pagetop {
	position:absolute;
	top:-25px;
	right:0;
}
#subfooter_pagetop a{
	width:100%;
	background:#e5e5e5;
	padding:3px 10px;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}



/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
	padding: 30px;
	border-top: 1px solid #d3d3d3;
	background:#333333;
}
#footer .footer_inner_ {
	width:960px;
	margin:0 auto;
	position:relative;
}

#footer .change_mode_ {
	width:300px;
	height:20px;
	margin:0 auto 20px;
    text-align:center;
	line-height:20px;
	overflow:hidden;
}
#footer .change_mode_ span {
	width:149px;
	height:20px;
	margin:0 auto;
    text-align:center;
	line-height:20px;
	display:block;
	color: #f5f5f5;
	float:right;
	background:#d3d3d3;
}
#footer .change_mode_ a {
	width:149px;
	height:20px;
	margin:0 auto;
    text-align:center;
	line-height:20px;
	display:block;
	color:#ffffff;
	float:left;
	background:#666666;
}
#footer .change_mode_ a:hover {
	text-decoration:none;
	background:#61c5e5;
}





/*フッターメインナビ*/
#footer_main_navi_ {}

#footer_main_navi_ ul {
	display:block;
	float:left;
	margin:10px;
	width:268px;
	height:240px;
	padding:15px;
	border-left:1px solid #666 ;
}

#footer_main_navi_ ul:last-child{
	border-right:1px solid #666 ;
}


#footer_main_navi_ ul .fmn_title{
	font-size:22px;	
	padding:10px 0;
}



#footer_main_navi_ ul li {color:#ccc; 
	
}


#footer_main_navi_ ul li a {color:#ccc;  text-decoration:none; padding-left:20px; font-size:90%; background:url(../images/next_blue_s.png) no-repeat left center;}
#footer_main_navi_ ul li a:hover {color:#0099ff;}

#footer_main_navi_:after{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;
	clear: both;
	visibility:hidden;}

#footernav {margin: 30px 0;text-align: center;}
#footernav li {padding: 0 1em;display: inline;border-left: 1px solid #444;}
#footernav li.first_ {border-left:none;}
#footernav li a {color: #999;font-size:12px;text-decoration:none;}
#footernav li a:hover {color:#0099ff;}

#copyright {color: #666;font-size:11px;text-align: center; margin-bottom:50px;}
#copyright a {color:#999; text-decoration:none;}
#copyright a:hover {color:#0099ff;}

