@charset "UTF-8";

/*
  * { border: 2px dashed red }
  * * { border: 2px dashed green }
  * * * { border: 2px dashed orange }
  * * * * { border: 2px dashed blue }
  * * * * * { border: 1px dotted red }
  * * * * * * { border: 1px dotted green }
  * * * * * * * { border: 1px dotted orange }
  * * * * * * * * { border: 1px dotted blue }
  * * * * * * * * * { border: 1px solid red }
  * * * * * * * * * * { border: 1px solid green }
  * * * * * * * * * * * { border: 1px solid orange }
  * * * * * * * * * * * * { border: 1px solid blue }
*/

/* http://support.microsoft.com/kb/943922/ja */

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
  
/* Windows */


body {
	font-size:13px;
/*	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	_font-family: 'ＭＳ Ｐゴシック','Osaka',sans-serif;
*/
font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
	'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
	'Segoe UI',                  /* Windowsの欧文 */
	'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
	Meiryo,                      /* Windowsのメイリオ */
	sans-serif;

	line-height:1.3em;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffa8;
	text-align:center;
}

#whole {
	overflow:hidden;
	text-align:left;
	margin:0 auto;
	width:1130px;
	background-color:white;
}

#l_area {
	float:left;
	width:180px;
	margin:5px 0 5px 5px;
}

#l_area a {
	text-decoration:none;
}

#l_area a:hover {
	color:#333333;
	text-decoration:underline;
}

#r_area {
	float:left;
	width:180px;
	margin:0 0 5px 5px;
}

#l_category_ttl {
	background-color:#ffffd3;
	height:23px;
	padding:5px 0 0 0 ;
	text-align:center;
	border:1px solid #666666;
}
#l_category_ttl a {
	font-size:15px;
}
#l_category {
	background-color:#ffffd3;
	font-size:12px;
	border:1px solid #666666;
	border-top:0;
	padding:2px 0 0 0;
}
.category_main {
	border-top:1px solid #666666;
	padding:3px 0 0 0;
	line-height:20px;
}
.category_main a {
	font-size:14px;
}
.category_sub {
	border-top:1px solid #666666;
	padding: 2px 0 2px 5px;
}
.category_sub a {
	line-height:1.1em;
	display:block;
	width:100%;
}

form {
	margin:0;
}

h1 {
	font-size:200%;
	color:#ffffff;
	line-height:1.1em;
	margin:15px;
}

#contents p {
	clear:both;
	box-sizing:border-box;
	line-height:1.4em;
}

.recruit p {
	margin:20px;
}

a:link{
	font-size:13px;
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #336699;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:underline;
}


.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

input::-webkit-input-placeholder {
	color: #ccc;
}
input::-moz-placeholder {
	color: #ccc; opacity: 1;
}
input:-ms-input-placeholder {
	color: #ccc;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
a img:hover {
	opacity:0.7;
}

/* *****************************************************
ヘッダー
***************************************************** */
#header{
	margin:0;
	width: 1130px;
	height:72px;
	border:4px solid #057dff;
	border-bottom:none;

}

#header_txt{
	font-size: 12px;
	margin-top: 6px;
	margin-left: 10px;
}

#header_box01{
	float: left;
	width:330px;
}
.header_logo {
	height:44px;
	overflow:hidden;
}
.header_logo a {
	display:block;
}

#header_buttons {
	float:left;
	margin:6px 0 0 313px;
}

.header_bar {
	clear:both;
	width:1130px;
	background-color:#057dff;
	height:40px;
}
.header_search {
	float:right;
	margin-right:10px;	
}
#search{
	box-sizing:border-box;
	text-align:right;
	margin-top: 22px;
	margin-right: 20px;
	height:30px;
}
#search input {
	margin-top:0px;
	vertical-align:middle;
}

.searchbox{
	box-sizing:border-box;
	float:left;
	height:30px;
	width:515px;
	margin:5px 0 0 0 ;
	padding:2px 2px 2px 2px;
	font-size:15px;
}
.header_search_btn {
	margin:5px 0 0 0;
	padding:5px 10px;
	float:left;
	height:30px;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbea+0,babbc6+100 */
	background: #dbdbea; /* Old browsers */
	background: -webkit-linear-gradient(top, #dbdbea 0%,#babbc6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dbdbea 0%,#babbc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color:#007dff;
	font-size:12px;
	font-weight:bold;
	border-style:none;
	letter-spacing:0.1em;
	border-radius:3px;
}

.header_user_name {
	float:left;
	width:300px;
	height:25px;
	overflow:hidden;
	color:#ffff00;
	margin:13px 0 0 7px;
	padding:0;
	font-weight:normal;
	font-size:14px;
}

.header_btn {
	display:block;
	margin:5px 0 0 10px;
	padding:5px 10px;
	float:left;
	height:30px;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbea+0,babbc6+100 */
	background: #dbdbea; /* Old browsers */
	background: -webkit-linear-gradient(top, #dbdbea 0%,#babbc6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dbdbea 0%,#babbc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color:#007dff;
	font-size:12px;
	font-weight:bold;
	border-style:none;
	letter-spacing:0.1em;
	border-radius:3px;
}

.header_login_btn {

}

.header_reg_btn {

}



#header_caution {
	height:55px;
	float:right;
	margin:6px 6px 0 0;
}

#header_buttons div{
	border:2px solid #999999;
	border-radius:4px;
	float:left;
	height:45px;
	width:45px;
	text-align:center;
	position:relative;
	z-index:0;
}

#header_buttons div:before 
{
  position: absolute;
  z-index:-1;
  top: 6px;
  left: 50%;
  font-size: 22px;
  font-family: fontAwesome;
}
#header_buttons div a{
	display:block;
	z-index:1;
	width:41px;
	height:41px;
	padding:26px 0 0 0;	
	text-decoration:none;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}


#header_info, #header_inquiry, #header_cart {
	margin:0 0 0 8px;
}
#header_info:before {
	content: '\f05a';
	color:#003f90;
	margin-left:-9px;
}

#header_inquiry:before{
	content: '\f0e0';
	color:#ffcc02;
	margin-left:-11px;
}

#header_cart:before{
	content:'\f07a';
	color:#ff3302;
	margin-left:-11px;
}

#header_hours,
#header_hours2 {
	clear:both;
	text-align:right;
	float:right;
	margin:3px 7px 0 7px;
	color:#2866be;
	font-size:11px;
	font-weight:bold;
	height:1.7em;
}
.hours_caution {
	clear:both;
	text-align:right;
	margin:0 7px 0 0;
	font-size:13px;
	font-weight:bold;
	color:red;
}
#haader_hours small {
	font-size:7px;
}

/* *****************************************************
ヘッダー リンク
***************************************************** */
#header_box03 a:link{
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	}
#header_box03 a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	}
#header_box03 a:hover {
	font-size: 12px;
	color: #336699;
	text-decoration:underline;
	}
#header_box03 a:active  {
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	}

/* *****************************************************
最新情報
***************************************************** */
#new_corner{
	background-image: url(../img/new_corner_bg.gif);
	background-repeat: repeat-y;
	padding:10px 0px 0px 0px;
	height:100%;
}

#new_corner:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 

.new_date{
	font-size: 10px;
	color: #333333;
	margin-right:15px;
}
.new_txt{
	display:inline;
	float:left;
	font-size: 12px;
	color: #333333;
	margin-left: 40px;
	margin-bottom:10px;
	white-space:nowrap;
}

.new_txt a:link{
	font-size:12px;
	color: #333333;
	text-decoration:underline;
}
.new_txt a:visited {
	color: #333333;
	text-decoration:underline;
}
.new_txt a:hover {
	color: #336699;
	text-decoration:underline;
}
.new_txt a:active {
	color: #333333;
	text-decoration:underline;
}

/* *****************************************************
ナビゲーション
***************************************************** */
#naviarea{
	display:inline;
	width: 180px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
#r_menu_list {
	padding:0 0 5px 0;
	overflow:hidden;
	margin:0 0 10px 0;
}

#r_menu_list h2 {
	background-color:#057dff;
	margin:5px 0 0 0;
	padding:5px 0 5px 5px;
	color:white;
	font-size:15px;
	font-weight:normal;
}

#r_menu_list ul{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}

.r_menu{
	background-color:#efefef;
	border-bottom:1px solid #ccc;
	width: 180px;
	padding: 4px 0 4px 5px;
}
.r_menu a {
	display:block;
	width:100%;
}
#r_menu_bottom{
	margin-bottom: 5px;
}
.navibtn{
	width: 180px;
	margin-bottom: 10px;
}
.navibanner{
	text-align: center;
	width: 180px;
	margin-bottom: 20px;
	font-size: x-small;
	color: #666666;
}
/* *****************************************************
ナビゲーションご案内
***************************************************** */
#r_menu_list a {
}
#r_menu_list ul a:link{
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
#r_menu_list ul a:visited{
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
#r_menu_list ul a:hover{
	font-size: 13px;
	color: #333333;
	text-decoration:underline;
}
#r_menu_list ul a:active{
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}

.right_banner, .left_banner {
	margin:5px 0 0 0;
	text-align:center;
}
#l_area .left_banner a:link, #l_area .left_banner a:visited{
	text-decoration:underline;
}
#l_area .left_banner a:hover{
	color: #336699;
	text-decoration:underline;
}

/* *****************************************************
コンテンツ
***************************************************** */

#container{
	width: 1130px;
	overflow:hidden;
	border:4px solid #057dff;
	border-top:none;
	border-bottom:none;

}
#main{
	float: left;
	margin:0 5px;
}
#contents{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 30px;
	width: 730px;
}

.contents01{
	margin:0;
	padding:0;
	float:left;
	clear:left;
	margin-bottom: 10px;
	width: 730px;
	display:block;
}

.contents01 h1,
.content_guide h1 {
	position:relative;
	text-align: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 6px 5px 5px 27px;
	margin: 0 0 10px 0
}
.contents01 h1:before,
.content_guide h1:before {

	position: absolute;
	content: "";
	background:#ffb84d;
	left: 10px;
	top: 5px;
	width: 8px;
	height: 20px;
	border-radius: 3px;
}

.contents01 h1.newitem_ttl,
h1.featured {
	background-color:#d90301;
	color:white;
	border:none;
	border-radius:0;
	font-weight:normal;
	padding-left:10px;
	margin:0;
	position:relative;
	z-index:1;
}

h1.featured {
	background-color:#66ccff;
	margin:0 0 5px 0;
}

h1.featured:before,
h1.newitem_ttl:before {
	display:none;
}

.h1_icon {
	width:20px;
	height:auto;
	vertical-align:middle;
	margin:-2px 0 0 10px;
}

#ttl02{
	float: left;
}
#looksbtn01{
	display:inline;
	background-image: url(../img/serching01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 174px;
	padding-left: 48px;
	float: left;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom:20px;
}

#looksbtn02{
	display:inline;
	background-image: url(../img/serching02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 174px;
	padding-left: 48px;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom:20px;
}
#information{
	width:180px;
	line-height:1.4em;
}
#information h2 {
	background-color:#057dff;
	color:white;
	font-size:15px;
	font-weight:normal;
	margin:0 0 0  0;
	padding:5px 0 5px 5px;
	border-bottom:1px solid #666666;	
}

.information_inner {
	padding:5px 5px 0 5px;
	border:1px solid #cccccc;
}

#information p {
	margin:0 0 3px 1em;
	text-indent:-1em;
}


.main_banner{
	float:left;
	clear:left;
	margin-bottom: 5px;
}

.main_banner140 {
	float:left;
	text-align:center;
	padding-right:10px;
}
.main_banner140 a {
	font-size:10px;
}

.commodity{
	width:335px;
	float: left;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}

.commodity.full{
	width:675px;
}

.commodity table {
	background-color:#F2F8F8;
}

.commodity_txt{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0 3px 0 3px;
}


.commodity img {
	margin:3px;
	border:1px solid #666666;
}

#details_txt01{
	font-size: 12px;
	color: #990000;
}
#details_txt02{
	font-size: 12px;
	color: #990000;
}


.goods{
	width:730px;
	border:1px solid #de0300;
	display:flex;
	flex-wrap:wrap;
	padding:4px;
}
.goods .goods_item {
	width:144px;
	word-break:break-all;
	position:relative;
}
.goods .goods_item.even {
	background-color:#f1f1f1;
}

.goods a {
	display:block;
	width:100%;
	padding:0 8px 4px 8px;
	color:#2a48b0;
	font-weight:bold;
	text-decoration:none;
}

.goods img {
	display:block;
	border:1px solid #d2d2d2;
	margin:10px auto 0 auto;
	width:100px;
	height:auto;
}

.goods_item_price {
	color:red;
	font-weight:bold;
	position:absolute;
	right:7px;
	bottom:4px;
	background-color:white;
	padding-left:4px;
}

.even .goods_item_price {
	background-color:#f1f1f1;

}

/* 追加分　*/
.add001 {
	float: left;
	width: 160px;
	margin-left: 5px;
}


/* *****************************************************
注目の商品
***************************************************** */
.commodity_txt a:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.commodity_txt a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.commodity_txt a:hover{
	text-decoration:underline;
}
.commodity_txt a:active{
	text-decoration:none;
}

/* *****************************************************
フッター
***************************************************** */
#footernavi {
	clear:both;
	width:1130px;
	border:4px solid #057dff;
	border-top:none;
	background-color:#057dff;
	overflow:hidden;
	padding:10px;
}
#footernavi div.line {
	clear:both;
	margin:0 auto;
	width:1130px;
}
#footernavi ul {
	width:630px;
	margin:0px auto 2px auto;
	overflow:hidden;
	list-style-type:none;
}

#footernavi ul li {
	display:inline-block;
	text-align:left;
	width:200px;
	line-height:1.3em;
}

#footernavi ul li:before {
	font-family: FontAwesome;
	content:"\f0da";
	color:white;
	margin-right:5px;
}

#footernavi ul li a {
	color:white;
	text-decoration:none;
	font-weight:normal;
}



#footer{
	text-align:center;
	clear:both;
	height: 30px;
	width: 1130px;
	padding:8px 0 0 0;
	background-color:#ffffa8
}
/* *****************************************************
カテゴリー
***************************************************** */
.category_class, 
.recruit h2 {
	width: 675px;
	font-size: small;
	color: #333333;
	background-image: url(../img/arrow_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	margin-top: 20px;
	clear:left;
	float: left;
	font-weight: bold;
	white-space:nowrap;
	border-bottom: 2px solid #FFCC33;
}

.recruit h2 {
	float:none;
}

#contents h3 {
	margin: 1em 1em 1em 1em;
	border: solid 2px blue;
	padding: 5px;
}

.category_box{
	clear:left;
	overflow:hidden;
	background-color: #FFFDF7;
	width: 675px;
	border-bottom: 1px #FFCC33 solid;
	padding:5px 0 10px 10px;
}


.category_box .category_lv0 {
	clear:both;
	width:200px;
	margin:5px 0 0 1em;
	text-indent:-1em;
}

.category_box .twocol {
	width:280px;
}
.category_box p{
	width:185px;
	display:inline;
	float:left;
	margin-right:5px;
	color: #333333;
	padding-left:2em;
	margin-top:0px;
	margin-bottom:0px;
	text-indent:-1em;
}
.category_box div p{
	clear:both;
	color: #333333;
	padding-left:1em;
	margin:0 0 0 1em!important;
	text-indent:-1em;
	width:185px;
}
.category_box span{
	color:#FF9933;
	font-style:italic;
	margin-right:5px;
}
.category_box div p a:link, .category_box p a:link{
	color: #333333;
	text-decoration:underline;
}
.category_box div p a:visited, .category_box p a:visited{
	color: #333333;
	text-decoration:underline;
}
.category_box div p a:hover, .category_box p a:hover {
	color: #999999;
	text-decoration:underline;
}
.category_box div p a:active, .category_box p a:active{
	color: #999999;
	text-decoration:underline;
}

div.category_link{
	font-size: small;
	color: #333333;
	background-image: url(../img/arrow_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	margin-bottom: 5px;
	white-space:nowrap;
}
#pagelink02{
	font-size: small;
	color: #333333;
	background-image: url(../img/arrow_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	margin-bottom: 5px;
	clear: left;
}
.category_link a:link,#pagelink02 a:link{
	color: #333333;
	text-decoration:underline;
}
.category_link a:visited,#pagelink02 a:visited{
	color: #333333;
	text-decoration:underline;
}
.category_link a:hover,#pagelink02 a:hover {
	color: #999999;
	text-decoration:underline;
}
.category_link a:active,#pagelink02 a:active{
	color: #999999;
	text-decoration:underline;
}


.category_notice{
	margin-top: 10px;
	float: left;
	background-color: #FFECEC;
	width: 590px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 580px;
	font-size: small;
	color: #990000;
}



div.disp_all{
	float: left;
	margin-top: 20px;
	font-size: small;
	color: #336699;
	padding-left: 10px;
	font-weight: bold;
}
div.disp_all{
	color: #336699;
}
div.disp_all a:link{
	color: #336699;
	text-decoration:underline;
}
div.disp_all a:visited{
	color: #336699;
	text-decoration:underline;
}
div.disp_all a:hover {
	color: #99BBDD;
	text-decoration:underline;
}
div.disp_all a:active{
	color: #99BBDD;
	text-decoration:underline;
}

/* *****************************************************
ご案内
***************************************************** */

#ttl_guide, 
.content_guide h2 {
	position:relative;
	text-align: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 6px 5px 5px 25px;
	margin: 0 0 10px 0
}
#ttl_guide:before,
.content_guide h2:before {

	position: absolute;
	content: "";
	background:#21669d;
	left: 10px;
	top: 5px;
	width: 6px;
	height: 18px;
	border-radius: 3px;
}


#pagelink a:link{
	color: #336699;
	text-decoration:underline;
}
#pagelink a:visited{
	color: #336699;
	text-decoration:underline;
}
#pagelink a:hover {
	color: #999999;
	text-decoration:underline;
}
#pagelink a:active{
	color: #999999;
	text-decoration:underline;
}
.display_txt,
#contents .content_guide h3 {
	white-space:nowrap;
	clear:both;
	font-size: small;
	border:none;
	border-bottom:2px solid #336699;
	color: #333333;
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	margin: 15px 0 5px 5px;
	font-weight: bold;
}
#contents .content_guide h4 {
	position:relative;
	display:inline-block;
	white-space:nowrap;
	clear:both;
	font-size: small;
	border:none;
	color: #333333;
	padding-left: 8px;
	background-position: left center;
	margin: 15px 0 0 10px;
	font-weight: bold;

}

#contents .content_guide h4::before{
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #117fc9;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.display_txt2{
	white-space:nowrap;
	clear:both;
	font-size: small;
	color: #333333;
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	margin-top: 0px;
	float: left;
	font-weight: bold;
}
.display_box,
.content_guide p {
	clear:both;
	font-size: small;
	width: 720px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content_guide ul {
	list-style-type:disc;
	text-indent:0em;
	padding-left:1em;
	margin:0 0 0 1.5em;
}
.content_guide ul li {
	padding-left:0;
}

.display_box2{
	clear:both;
	font-size: small;
	width: 590px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.display_box a:link{
font-weight: bold;
	color: #336699;
	text-decoration:underline;
}
.display_box a:visited{
font-weight: bold;
	color: #336699;
	text-decoration:underline;
}
.display_box a:hover{
font-weight: bold;
	color: #999999;
	text-decoration:underline;
}
.display_box a:active{
font-weight: bold;
	color: #999999;
	text-decoration:underline;
}

ul.linkbox, 
#linkbox{
	overflow:hidden;
	width: 710px;
	background-color: #F4F9F9;
	padding: 5px;
	list-style-type:none;
	margin:5px 0 0 10px;
}
#pagelink,
.content_guide .linkbox li {
	font-size: small;
	color: 336699;
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	float: left;
	padding-right: 20px;
	margin-bottom: 5px;
	white-space:nowrap;
}

#credit{
	font-weight: bold;
	background-color: #FFFFEC;
	border: 1px solid #333333;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	width: 300px;
	margin: 10px;
}
#attention_box01{
	background-color: #FFFFEC;
	border: 1px double #333333;
	vertical-align: middle;
	padding: 10px 20px;
	margin: 10px;
	box-sizing:border-box;
}
#attention_box01 ul {
	margin-left:0;
}
#attention_box02{
	background-color: #F1F5F5;
	vertical-align: middle;
	padding: 10px 20px;
	margin: 10px;
	box-sizing:border-box;
}

#attention_box01 p,
#attention_box02 p {
	width:620px;
}
#creditbox p {
	width:auto;

}
#txtbg_yellow{
	background-color: #ECE37D;
}
#creditbox{
	width: 650px;
}
#ok_box{
	display:inline;
	background-color: #FFFFEC;
	vertical-align: middle;
	padding: 7px 7px;
	width: 290px;
	background-image: url(../img/info/bg_ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	border: 1px solid #666666;
	margin:5px;
	color: #996600;
}
#ng_box{
	display:inline;
	background-color: #F1F5F5;
	vertical-align: middle;
	padding: 7px 7px;
	width: 290px;
	background-image: url(../img/info/bg_ng.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	border: 1px solid #666666;
	margin:5px;
	color: #336699;
}

.creditbox_txt01{
	font-size: medium;
	font-weight: bold;
}
.creditbox_txt02{
	font-weight: bold;
}

#kouhi_txt{
	float: right;
	font-weight: bold;
	font-size: small;
	color: #333333;
	margin-top:30px;
}

/* *****************************************************
商品検索
***************************************************** */

.search_txt{
	font-size: small;
	color: #333333;
	background-image: url(../img/arrow_orange.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	margin-top: 30px;
	float: left;
	font-weight: bold;
}
.division_txt{
	font-size: small;
	color: #333333;
	padding-left: 10px;
	background-position: center;
	margin-bottom: 3px;
	margin-top: 30px;
	float: right;
}

.search_box{
	clear:both;
	font-size: small;
	background-color: #FCF3E9;
	width: 590px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #CE5A28;
	border-bottom-color: #CE5A28;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#thumb_large_zoom {
	text-align:center;
	margin:0 0 5px 0;
}

#thumb_large_0 {
	cursor:pointer;
}

#overlay {
	top:0;
	left:0;
	position:absolute;
	z-index: 1;
	background-color:#999;
	height:100%;
	width:100%;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#lightbox_outer {
	position:absolute;
	z-index: 2;
	top: 50px;
	left:50%;
	margin-left:-450px;
	width:860px;
	height:760px;
	background-color:white;
	padding:20px;
	border:3px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#cursor,
#light_thumbs,
#lightbox img {

}

#cursor {
	float:right;
}
#cursor img {
	float:right;
	display:block;
	margin:0px 0 0 3px;
	border:none;
}

#lightbox {
	border:2px solid #fbcd01;
	color:#003F7F;
	width:700px;
	padding:20px;
}
#lightbox_desc {
	width:400px;
	float:left;
}
#lightbox_thumbs {
	float:left;
}
#lightbox img {
	border:1px solid white;
	margin:0 5px 0 5px;
}
#lightbox img.lightbox_current {
	border:1px solid red;
}

#lightbox_image {
	display:block;
	text-align:center;
	margin: 20px auto;
}


/* *****************************************************
コラム
***************************************************** */
#column_title {
	margin:0 0 0 10px;
	color:black;
	text-indent:-9999px;
	width:583px;
	height:45px;
	background-image: url(/img/column_title.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#column_box {
	margin:0 0 0 11px;
	width:572px;
	padding:2px 2px 22px 2px;
	font-size:12px;
	border-left:3px solid #FFE071;
	border-right:3px solid #FFE071;
	border-bottom:3px solid #FFE071;
}
#column_num {
	margin:-4px 0 0 3px;
	padding-left:5px;
	padding-top:10px;
	color:whilte;
	width:565px;
	height:28px;
	font-size:16px;
	background-image: url(/img/column_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#column_author {
	width:435px;
	line-height:1.5em;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	border:1px solid #F39800;
	background-color:#FFF0C1;
	padding:10px 20px 10px 20px;
}
.column_outline {
	color:#00679D;
	width:465px;
	line-height:1.5em;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
}
.column_subtitle {
	color:#F08300;
	font-size:18px;
	font-weight:bold;
	width:465px;
	line-height:1.5em;
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;
}
.column_body {
	width:465px;
	margin:auto;
	margin-bottom:20px;
}
.column_body p {
	line-height:1.5em;
	text-indent:1em;
}
.column_table {
	width:540px;
	margin:auto;
}
.column_table table {
	border-collapse: collapse;
}
.column_row_even {
	background-color:#edf5ec;
}
.column_table th {
	background-color:#e4e5e6;
	font-weight:normal;
	font-size:10px;
	padding:0;
	border:1px solid #c8cfcd;
}
.column_table td {
	font-size:10px;
	padding:0;
	border:1px solid #c8cfcd;
}

.column_table_awg, .column_table_rohs {
	width:540px;
	text-align:center;
}
.column_table_awg table, .column_table_rohs table {
	margin:auto;
	border-collapse: collapse;
}
.column_table_awg th, .column_table_rohs th {
	background-color:#e4e5e6;
	font-weight:normal;
	font-size:12px;
	padding:0 3px 0 3px;
	border:1px solid #c8cfcd;
}
.column_table_awg td, .column_table_rohs td {
	text-align:right;
	font-size:12px;
	padding:0 3px 0 3px;
	border:1px solid #c8cfcd;
}
.column_table_rohs td {
	text-align:left;
}

.column_hr {
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:501px;
	height:2px;
	background-image: url(/img/hr_1.gif);
	background-repeat: no-repeat;
	background-position: center;

}
div.column_pagenavi {
	text-align:center;
	margin-top:20px;
	width:580px;
}

.column_pager {
	margin-top: 20px;
	font-size: 90%;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}

.column_pager a,
.column_pager span {
	display: block;
	float: left;
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
}

.column_pager a {
    color: #105cb6;
    background-color: #fff;
    border: 1px solid #9aafe5;
    text-decoration: none;
}

.column_pager a:hover {
    color: #003;
    background-color: #fff;
    border: 1px solid #2e6ab1;
}

.column_pager span.current {
    color: #fff;
    background-color: #94acd3;
    border: 1px solid #94acd3;
    font-weight: bold;
}

.column_pager span.nextprev {
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
}

.column_pager a.nextprev {
    font-weight: bold;
}

span.requisite.noright {
	float:none;
}


input.requisite {
	background-color:#ffe5eb;
	border:1px solid #7f9db9;
}
.caution {
	color:red;
}

.newitem_more {
	float:right;
	margin:0 10px 0 0;
	font-size:12px;
}
.newitem_previous,
.newitem_next {
	float:left;
	width:80px;
	margin:0 0 0 10px;
	padding:0;
}
.newitem_more a {
	font-weight:normal;
/*	text-decoration:underline; */
	color:white;
}

.center_box {
	display:inline-block;
	text-align:left;
	margin:10px 0 20px 0;
	max-width:520px;
}

.center_box ul {
	margin:0 0 0 1em;
}
.center_box ul li {
	margin:0 0 10px 0;
}


/* 追加分　*/
.add001 {
	float: left;
	width: 160px;
	margin-left: 5px;
}
.top_box01{
	width:333px;
	border:solid 1px #666666;
	background-color:#F2F8F8;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.box_featured_item {
	overflow:hidden;
}
.box_featured_item a,
.box_featured_item img {
	display:block;
}

.banner_full,
.banner_half {
	margin-bottom:10px;
}

.banner_half {
	float:left;
}

div.box_featured_item .banner_half.banner_l {
	margin-right:10px;
}

h2.category_description {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
.category_subcategory {
	clear:both;
	overflow:hidden;
}
.category_subcategory p{
	margin:0 10px 0 0;
	float:left;
	width:210px;
}
.category_subcategory div.level_a {
	clear:left;
	margin:0 0 5px 0;
	overflow:hidden;
}
.category_col {
	float:left;
	width:210px;
	padding:0 0 0 3px;
	margin:0 7px 0 0;
	border-left:1px solid #cccccc;
}

.category_subcategory p.level_a {
	text-indent:-1em;
	margin:0 0 0 1em;
	width:200px;
}
.category_subcategory .level_b {
	width:100%;
	margin:3px 0 0 3px;
}
.category_subcategory p.level_c {
	width:200px;
	margin:0 0 0 15px;
}
#detail_whole {
	margin:10px 0 0 0;
}

.thumb_small {
	float:left;
	margin:0 10px 20px 0;
}

#detail_image {
	margin:0 0 0 5px;
	
	float:left;
}
#thumb_large_caption {
	height:25px;
	width:230px;
	line-height:1em;
}

#detail_desc {
	width:410px;
	margin:0 0 0 10px;
	float:left;
}

#detail_maker {
	clear:both;
	font-size:14px;
	width:420px;
	color:#2a48b0;
}
#detail_maker a{
	font-size:14px;
	color:#2a48b0;
}
#detail_item_name {
	clear:both;
	font-size:14px;
	color:#2a48b0;
	width:420px;

	margin:0 0 5px 0;
}
#detail_detail {
	margin:0 0 10px 10px;
	
	float:left;
	width:420px;
}
#detail_item_branch {
	box-sizing:border-box;
	margin:0 0 20px 10px;
	float:left;
	width:410px;
}
#detail_item_branch .item_branch_title {
	float:left;
	margin:5px 10px 0 0;
}
#detail_item_branch .item_branch {
	float:left;
	margin:3px 10px 0 0;
	padding:2px 6px 2px 6px;
	background-color:#286ea2;
	color:white;
	border-radius:3px;
	font-size:12px;
}

#detail_price {
	float:right;
	width:420px;
	margin:0 0 20px 0;
}
#detail_price td {
	vertical-align:middle;
	padding:2px 0px 2px 0px
}


.detail_price_desc {
	width:240px;
	clear:both;
	text-align:left;
}
.detail_price_qty {
	width:93px;
}
.detail_price_qty input{
	width:40px;
}

.detail_price_cart {
	width:85px;
	float:left;
}
#detail_separator {
	margin:0 0 20px 0;
	clear:both;
	border-bottom:1px solid #cccccc;
	width:670px;
}
#detail_related {
	clear:both;
	margin:0 0 0 150px;
}
.detail_related_header {
	font-weight:normal;
	width:100px;
}

#display_txt{
	font-size: small;
	color: #333333;
	background-image: url(img/arrow_orange.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	margin-top: 10px;
	float: left;
	font-weight: bold;
	width:100%;
}
#division_txt{
	font-size: small;
	color: #333333;
	padding-left: 10px;
	background-position: center;
	margin-bottom: 3px;
	margin-top: 30px;
	float: right;
	font-weight: bold;
}

#display_box{
	font-size: small;
	background-color: #FCF3E9;
	width: 730px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #CE5A28;
	border-bottom-color: #CE5A28;
	border-bottom-style: solid;
	padding:10px;
	margin-bottom: 20px;
	overflow:hidden;
	
}
#list_txt01{
	font-size: small;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CE5A28;
	overflow:hidden;
}
#list_txt02{
	font-size: small;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
		border-top-width: 2px;
	border-top-color: #CE5A28;
	border-top-style: solid;
}
#list_box01{
	font-size: small;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
/*	height:140px; */
/*	width:100px; */
	clear:both;
}
#list_box01 img {
	border:0px;
}
#list_box02{
	width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
}
#list_box02 img {
	border:0;
}

.item_list1_name {
	vertical-align:top;
	padding:3px 0 3px 0;
}

.item_list1_hr {
	border-bottom:1px solid #ce5a28;
	line-height:2px;
}
.item_list1_description {
  float:left;
  
}
.item_list1_price {
  margin-top:20px;
  float:right;
}
.item_list1_detail {
  width:50px;
}
.item_list2_price {
	width:170px;
	padding:3px 0 3px 0;
}

.item_images {
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
}

.thumb_image {
	width:160px;
	position:relative;
	margin:0 10px 5px 10px;
}
.thumb_image img {
	text-align:center;
	vertical-align:middle;
	height:120px;
	width:160px;
}
.outofstock {
	position:absolute;
	width:160px;
	height:120px;
	z-index:1;
	background-image:url(/mod/sgk_cart/templates/img/outofstock.png);
	cursor:hand;
}
.back_order {
	position:absolute;
	width:160px;
	height:120px;
	z-index:2;
	background-image:url(/mod/sgk_cart/templates/img/back_order.png);
	cursor:hand;
}
.item_list1_description {
}
.item_list1_price {
	padding-top:0px;
}
.item_list1_detail {
	text-align:center;
	margin-top:5px;
	padding:3px 0 3px 0;

}
.number {
	font-size: small;
	color: #333333;
	padding-top: 5px;
	border-bottom: 1px solid #CE5A28;
}
#productno01{
	float: left;
}
#productno02{
	float: right;
	font-size:10px;
}
.productname{
	font-size: medium;
	font-weight: bold;
	color: #333333;
	padding: 5px;
}
#notes{
	font-weight: bold;
	color: #990000;
}

.name{
	display:block;
	overflow:hidden;
	padding-bottom: 5px;
	float: left;
	width: 160px;
}

.goods_item .name {
	width:141px;
}

.price{
	float: left;
	width: 160px;
}
.name a:link{
	font-size:12px;
	color: #336699;
	text-decoration:underline;
}
.name a:visited {
	color: #336699;
	text-decoration:underline;
}
.name a:hover {
	color: #336699;
	text-decoration:underline;
}
.name a:active {
	color: #336699;
	text-decoration:underline;
}
#list_txt01 a:link,#list_txt02 a:link,#display_box a:link{
	font-size:12px;
	color: #336699;
	text-decoration:underline;
}
#list_txt01 a:visited,#list_txt02 a:visited,#display_box a:visited{
	color: #336699;
	text-decoration:underline;
}
#list_txt01 a:hover,#list_txt02 a:hover,#display_box a:hover{
	color: #336699;
	text-decoration:underline;
}
#list_txt01 a:active,#list_txt02 a:active,#display_box a:active{
	color: #336699;
	text-decoration:underline;
}
.otherlink a:link{
	font-size:12px;
	color: #336699;
	text-decoration:underline;
}
.otherlink a:visited {
	color: #336699;
	text-decoration:underline;
}
.otherlink a:hover {
	color: #336699;
	text-decoration:underline;
}
.otherlink a:active {
	color: #336699;
	text-decoration:underline;
}

.category_refine a {
  line-height:1.5em;
}

.box_haiban_literal {
	clear:both;
	float:right;
	margin:5px 0 5px 0;
}
.detail_box_haiban_literal {
	display:table-cell;
	float:right;
	margin:0 20px 0 0;
}


.haiban_literal {
	border:1px solid #d37b36;
	border-radius:5px;
	color:white;
	padding:2px 6px;
	background-color: #d37b36;
}
.list_navi {
	float:left;
	margin:0 10px 0 0;
}
.list_navi div {
	float:left;
}
.list_navi .item_nums {
	margin:0 20px 0 0;
}

.list_navi .page_navi.prev {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #333;
}
.list_navi .page_navi.next {
	margin:0 10px 0 0;
}

.list_chg {
	float:right;
	margin:5px 0 0 0;
}
.list_chg div {
	float:left;
	padding:0 0 0 10px;
}

table.search_attr {
	border-collapse:collapse;
	background-color:white;
	margin:5px 0 10px 0;
}
table.search_attr th,
table.search_attr td {
	border:1px solid #666;
	padding:3px;
}

.category_search_btn {
	margin:5px 0 0 0;
	padding:5px 10px;
	float:left;
	height:30px;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbea+0,babbc6+100 */
	background: #dbdbea; /* Old browsers */
	background: -webkit-linear-gradient(top, #dbdbea 0%,#babbc6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dbdbea 0%,#babbc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color:#007dff;
	font-size:12px;
	font-weight:bold;
	border-style:none;
	letter-spacing:0.1em;
	border-radius:3px;
}
