/**ショッピングカートの基本スタイル**/
/*clearfixハック*/


#content div:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#content {display: inline-block;}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

#content body,td,p,li{
	font-size : 13px;
font-family: 'メイリオ', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
	color: #555555;
}

#content p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*テキストエリアのデザイン*/
#content textarea{
	font-size : 13px;
	width:70%;
	font-family: 'MS UI Gothic';
	color: #555555;
}


#content select,input {
	font-size : 13px;
	font-family: 'MS UI Gothic';
	color: #555555;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:2px;
}

input[type="text"]:focus {
    background-color: #ffffcc;
 }

#content select {
	height:20px;
}

#content table {
	text-align:left;
}

#content form {
	margin:0 0 0 0;
}

#content h1, h2, h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#content h1{
	margin-left:8px;
	font-weight:normal;
}


#content img{
	vertical-align:bottom;
	border:none;
}

/*リンクのデザイン*/
#content a:link {font-size: 13px; color:#555555;text-decoration : none;}
#content a:visited {font-size: 13px; color:#555555;text-decoration : none;}
#content a:active {font-size: 13px; color:#333333;text-decoration : none;}
#content a:hover {font-size: 13px; color:#333333;text-decoration: underline;}

/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.link_color{}
.link_button{padding-left:9px;padding-top:2px;border: 0px;background : url(../images/link.gif) no-repeat 0px 4px;}

/*リストのデザイン*/
.list_style{
	list-style-image: url(../images/list.gif);
	list-style-position: outside;
	margin: 8px 0 8px 40px;
	padding: 0px;
}
.list_style li{
	padding: 0px;
	margin-bottom: 3px;
}

/*ボタンのデザイン（削除すると通常のボタンになる）*/
.submit{color: #ffffff; /* 文字色 */
background-color:#ff9900; /* 背景色 */
border: 1px solid #999;
padding:3px 7px 3px 7px;
cursor: pointer;
border-radius: 1px;
font-size:0.9em;
transition: background-color .2s ease-out;
margin-right:3px;
}

.submit:hover{
    background-color: #f60;
}

.submit:active{
    background: #ff9900;
    position: relative;
    top: 1px;
    text-shadow: none;
    outline: none;
box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.submitpushgo {
position: relative;
display:inline-block;
top:0;
font-family: 'メイリオ', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
color: #ffffff; /* 文字色 */
background-color:#ffa500; /* 背景色 */
  padding: 8px 0 7px 0;
  margin: 5px 3px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ee9b00;
  border-top: 1px solid #ee9b00;
  border-right: 1px solid #ffffff;
  border-radius: 3px;
  box-shadow: 1px 3px 0px #c4c4c4;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}

.submitpushgo:hover {
color:#ffff88;
}


.submitpushgo:active {
  position: relative;
  top: 3px;
  border: 1px solid #ee9b00;
  box-shadow: none !important;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}


.submitpushback {
position: relative;
display:inline-block;
top:0;
font-family: 'メイリオ', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
color: #ffffff; /* 文字色 */
background-color:#36bae4; /* 背景色 */
  padding: 8px 0 7px 0;
  margin: 5px 3px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #9999ff;
  border-top: 1px solid #9999ff;
  border-right: 1px solid #ffffff;
  border-radius: 3px;
  box-shadow: 1px 3px 0px #c4c4c4;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}

.submitpushback:hover {
color:#ff6666;
}


.submitpushback:active {
  position: relative;
  top: 3px;
  border: 1px solid #9999ff;
  box-shadow: none !important;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}

.submitentrygo{color: #ffffff; /* 文字色 */
background-color:#ffa500; /* 背景色 */
border:1px outset #ffd700; /* 枠の色 */
padding:10px 30px;
cursor: pointer;
border-radius: 2px;

}

.submitentryback{color: #ffffff; /* 文字色 */
background-color:#60aadd; /* 背景色 */
border:1px outset :#fffffff; /* 枠の色 */
padding:10px 30px;
cursor: pointer;
border-radius: 2px;
}


/*画像のみ表示のデザイン*/
.image_only_table{}
.image_only_table strong{font-weight:normal;}
.image_only_cell{vertical-align:middle;height:85px;}
.image_only_cell img{width:145px;}

/*ログアウトの色*/
#logout_color{color: #f5497c;}

/*フォームの記入例の文字サイズと色*/
.order_kinyurei{
font-size: 11px;
color: #ff0000;
}
.entry_kinyurei{
margin-top:5px;
font-size: 0.85em;
color: #ff0000;
}

/*商品検索テーブルのデザイン*/
.kensaku_table{height:22px;background-color:#ececec;
border: 1px solid #ececec;padding-left: 3px;padding-right: 3px;
padding-top: 0px;padding-bottom: 2px;}

/*商品検索窓のデザイン*/
.kensaku{width:250px;height:22px;
background-color:#ffffff;border: 1px solid #7f9db9;font-size:15px;;padding-left: 5px;}

/*ログイン窓（ID)のデザイン*/
.kensakumemberid{width:90px;height:16px;
background-color:#ffffff;border: 1px solid #cccccc;}

/*ログイン窓(PASS)のデザイン*/
.kensakumemberpass{width:90px;height:16px;
background-color:#ffffff;border: 1px solid #cccccc;}

/*購入合計額のデザイン*/
.total{
height:15px;
background-color:#ffffff;
border: 1px solid #dddddd;
padding-left: 7px;
padding-right: 7px;
padding-top: 3px;
}

.total_text{
color:#555555;font-size:12px;
text-decoration:none;
}

/*購入合計額のデザイン*/
.total1{
	width:125px;
height:30px;
padding-left: 0px;
padding-top: 3px;
padding-right: 0px;
	font-size : 11px;
	text-align:left;
}

/*検索結果と価格順等のテーブルのデザイン*/
.kensaku_table2{
height:19px;
background-color:#eeeeee;
border: 1px solid #eeeeee;
padding-left: 2px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
}

/*中央に表示される小分類のデザイン*/
.bunrui{font-size : 13px;color:#555555;}

/*ページ表示のデザイン*/
.page{
display:inline-block;
font-size:14px;
padding:6px 13px;
vertical-align:middle;
margin:2px;
margin-bottom:3px;
border:1px solid #dddddd;
line-height:24px;
text-decoration:underline;
font-family: 'メイリオ', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
border-radius: 2px;
}

.page:hover{
background:#a9e1f3;
color:#ffffff;
text-decoration:none;
}

.pagedotto{
display:inline-block;
font-size:14px;
padding:6px 3px;
vertical-align:middle;
margin:2px;
margin-bottom:3px;
border:1px solid #dddddd;
line-height:24px;
text-decoration:none;
border-radius: 2px;
}


/*商品詳細画面のテキストのデザイン*/
.detail{font-size : 13px;color:#555555; line-height: 1.2;}

/*商品詳細画面の上部の色*/
#detail_midasi_color{;}
#detail_midasi_fontcolor{;color:#555555;}

a.setumei_midasi{
background-color:#ffee8c;
padding: 4px 0px 3px 0;
height: 17px;
display:block;
text-decoration:none !important;
border: 1px solid #dddddd;
}

a.setumei_midasi:hover{
color:#ffffff !important;
background-color:#ffcc00;
}

/*お勧め８商品の見出しのデザイン*/
.goods8_top{font-size : 13px;color:#555555;}

/*お勧め８商品の商品名のデザイン*/
.goods8{font-size : 11px;color:#555555;line-height:14px;}

/*お勧め８商品の価格のデザイン*/
.goods8_price{font-size : 12px;color:#555555;}


#admin_title h2 {
border-left: 10px double #ff9900;
border-bottom:1px solid #cccccc;
text-align: left; 
background-color: #eeeeee;
color: #555555;
margin:1px 2px 15px 0;
line-height: 1.3em;
 padding: 7px 0 5px 10px;
font-weight:normal;
}

#siteFoot{
	width: 730px;
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: 90%;
	color: #555555;
	padding: 7px 0 7px 0;
	margin: 0px auto;
	text-align:center;
}
#siteFoot a{
	font-size: 100%;
	color: #999999;
}

#detailSetumei{
	clear: both;
	padding:7px 5px 7px 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#pageTop:hover{
	background:#FC9;color:#333333;
	}


#pageTop{
	background:#F90;
opacity: 0.9;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}

#pageTop:hover{
	background:#FC9;color:#333333;
	z-index:100;
	}


a.buttonf{
    background-color:#b2b2b2;
    color:white!important;
    border:1px solid #fdfdfd;
    padding:2px 10px;
   margin:3px 3px 6px 3px;
    border-radius:3px;
    cursor:pointer;
box-shadow: 2px 2px 2px rgba(000,000,000,0.3);  
}

a.buttonf:hover {
    background-color:#efefef;
    color:#595959!important;
    border:1px solid #595959;
    text-decoration: none!important;
}

a.buttonr{
    background-color:#88c4ff;
    color:white!important;
    border:1px solid #fdfdfd;
    padding:2px 10px;
   margin:3px 3px 6px 3px;
    border-radius:3px;
    cursor:pointer;
box-shadow: 2px 2px 2px rgba(000,000,000,0.3); 
}

a.buttonr:hover {
    background-color:#ddeeff;
    color:#595959!important;
    border:1px solid #595959;
    text-decoration: none!important;
}
a.buttonn{
    background-color:#e1a2cd;
    color:white!important;
    border:1px solid #fdfdfd;
    padding:2px 10px;
   margin:3px 3px 6px 3px;
    border-radius:3px;
    cursor:pointer;
box-shadow: 2px 2px 2px rgba(000,000,000,0.3); 
}

a.buttonn:hover {
    background-color:#f7e3f0;
    color:#595959!important;
    border:1px solid #595959;
    text-decoration: none!important;
}

div#status {
    border:1px solid #595959;
   width:95%;
    border-radius:3px;
   line-height:13px;
   background-color:#00ccff;
 padding:8px;
}

#backorder {
clear:both;
margin:0 3px 5px 8px;
}

#backorder fieldset{
border:solid 1px #ff0000;
line-height:1.5em;
padding-bottom:5px;
}



a.favorite{
	background:#F90;
       opacity: 0.9;
	border-radius:1px;
	color:#FFF!important;
	padding:5px 10px 5px 10px;
margin:0;
width:auto;
line-height:40px;
	}

a.favorite:hover{
	background:#Fc9;
color:#333333!important;
text-decoration : none;
	}

a.favoriteregistered{
	background:#eee;
       opacity: 0.9;
	border-radius:2px;
	color:#666!important;
	padding:5px 10px 5px 10px;
margin:5px;
width:auto;
line-height:40px;
	}

.knowledge {
 margin-left: 8px;
 text-decoration: none;
padding: 5px 8px 5px 8px;
    border-radius:3px;
 border:solid 1px #a0a0a0;
width:94%;
list-style: none;
}



hr.gradation {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}



#howto p{
padding:7px;
line-height:1.8em;
}

#howto h2{
font-family: 'メイリオ', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
font-weight:normal;
text-align:center;
line-height:30px;
margin:10px 0 10px 0;
border:1px solid #696969;
}

span.list-menu {
display:block;
	list-style: none;
	overflow: hidden;
	width: 181px;
	padding: 0;
text-align:left;
}


span.list-menu a {
display:block;
	position: relative;
	z-index: 10;
	height: 27px;
	margin: 0;
	padding: 0 10px 0 15px;
	background: #20b3e1;
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	text-decoration: none;
border-bottom: 3px solid #ffffff;
}

span.list-menu a:before {
display:block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 27px;
	background: #1290d1;
	transition: .3s;
	z-index: -1;
}
span.list-menu a:hover {
	background: #20b3e1;

}
span.list-menu a:hover:before {
	width: 181px;
}

span.list-menu1 {
display:block;
	list-style: none;
	overflow: hidden;
	width: 181px;
	padding: 0;
text-align:left;
}


span.list-menu1 a {
display:block;
	position: relative;
	z-index: 10;
	height: 27px;
	margin: 0;
	padding: 0 10px 0 15px;
	background: #99cc99;
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	text-decoration: none;
border-bottom: 3px solid #ffffff;
}

span.list-menu1 a:before {
display:block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 27px;
	background: #53a653;
	transition: .3s;
	z-index: -1;
}
span.list-menu1 a:hover {
	background: #99cc99;

}
span.list-menu1 a:hover:before {
	width: 181px;
}

span.list-menu2 {
display:block;
	list-style: none;
	overflow: hidden;
	width: 181px;
	padding: 0;
}


span.list-menu2 a {
display:block;
	position: relative;
	z-index: 10;
	height: 27px;
	margin: 0;
	padding: 0 5px 0 15px;
	background: #FABD6B;
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	text-decoration: none;
border-bottom: 3px solid #ffffff;
}

span.list-menu2 a:before {
display:block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 27px;
	background: #FF9900;
	transition: .3s;
	z-index: -1;
}
span.list-menu2 a:hover {
	background: #FABD6B;

}
span.list-menu2 a:hover:before {
	width: 181px;
}

span.number {
padding:1px 6px 1px 6px;
color:#ffffff;
background: #1290d1;
}

#howto h3{
    position: relative;
    margin: 0 0 1.5em 0;
    padding: 0.5em 0.5em 0.5em 1.0em;
    background: #20b3e1;
    color: #fff;
    font-size: 0.9em;
    border-radius: 3px;
text-decoration: none;
}
 
#howto h3:after{
    position: absolute;
    bottom: -7px;
    left: 3%;
    z-index: 90;
    margin-left: -10px;
    border-top: 8px solid #20b3e1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
    content: "";
}

#howto h3 a:hover {
    color: #fff;
    font-size: 1.0em;
text-decoration : none;
}

.table_00{
 width: 100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
}
.table_00 th{
font-weight:normal;
width:25%;
padding:7px;
min-height:20px;
text-align: left;
background-color: #f0f0f0;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table_00 td{
width:75%;
padding:7px;
background-color: #f9f9f9;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


.table_01{
 width: 98%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 0px solid #ccc;
 border-left: 0px solid #ccc;
}
.table_01 th{
font-weight:normal;
width:30%;
padding:5px;
text-align: left;
vertical-align: middle;
background-color: #f9f9f9;
border-top: 0px solid #fff;
border-right: 0px solid #ccc;
border-bottom: 1px dotted #999;
}

.table_01 td{
width:70%;
padding:5px;
background-color: #f9f9f9;
border-right: 0px solid #ccc;
border-bottom: 1px dotted #999;
}

.table_02{
 width: 100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
}
.table_02 th{
font-weight:normal;
padding:6px;
text-align: left;
vertical-align: top;
background-color: #ccffcc;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table_02 td{
padding:6px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.table_04{
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

.table_04 td{
padding:3px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#class_big a:hover {
	color: #ffffff;
	background: #a9e1f3;
}

#class_big a{
background: #ffffff;
line-height:2.2em;
}

h3.admin_title{
    position: relative;
    margin: 0 0 1.0em 0;
    padding: 0.5em 0.5em 0.5em 1.0em;
    background: #20b3e1;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
	text-decoration: none;
}
h3.admin_title:after{
    position: absolute;
    bottom: -7px;
    left: 3%;
    z-index: 90;
    margin-left: -10px;
    border-top: 8px solid #20b3e1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
    content: "";
}

h3.admin_note{
    position: relative;
    margin: 0 0 1.0em 0;
    padding: 0.5em 0.5em 0.5em 1.0em;
    background: #ff0000;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
text-decoration: none;
}

h4.how_to {
    position: relative;
    margin: 0 0 1.0em 0.5em;
    padding: 0.5em 0.5em 0.4em 1.0em;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
	text-decoration: none;
line-height:1.5em;
}

h5.padding {
    position: relative;
    margin: 0 0 0.5em 0.3em;
    padding: 0.3em 0.5em 0.15em 1.0em;
    color: #fff;
    font-size: 0.9em;
    border-radius: 2px;
	text-decoration: none;
line-height:1.5em;
}

hr.btn-push {
height: 3px;
background-color: #eeeeee;
border: none;
color: #eeeeee;
}

span.btn-push {
  position: relative;
display:inline-block;
width:320px;
top:0;
  font-size: 18px;
  background: #f7f7f7;
  padding: 12px 0 10px 0;
  margin: 0 3px;
  border: 1px solid #999999;
  border-radius: 3px;
  box-shadow: 0px 3px 0px #c4c4c4;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}


#content a.btn-link :hover {
 color:#cc0099 !important;
}

.btn-push:active {
  position: relative;
  top: 3px;
  box-shadow: none !important;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}

span.btn-push-mini {
  position: relative;
display:inline-block;
top:0;
  background: #f7f7f7;
  padding: 6px 8px 5px 12px;
  margin: 0 3px;
  border: 1px solid #999999;
  border-radius: 2px;
  box-shadow: 0px 2px 0px #c4c4c4;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}


#content a.btn-link-mini :hover {
 color:#cc0099 !important;
}

.btn-push-mini:active {
  position: relative;
  top: 2px;
  box-shadow: none !important;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  transition: All 200ms ease;
}

span.valuerequired {
display:inline-block;
color:#ffffff;
vertical-align:top;
  font-size: 9px;
  background: #36bbe4;
  padding: 2px 5px 2px 4px;
  margin: 0 3px;
  border-radius: 3px;
}

a.tag_btn { /* 一般ボタンのデザイン aリンク用*/
display:inline-block;
text-decoration:none !important;
margin:2px 3px 6px 4px;
line-height:22px;
	padding: 0 6px!important;
	border: 1px solid #888;
	-webkit-appearance: none;
border-radius: 3px;        /* CSS3草案 */  
}

a:hover.tag_btn { 
background: #c0c0c0;
}

a.tag_btn_02 { /* 一般ボタンのデザイン aリンク用ver.2*/
display:inline-block;
padding:4.5px;
background-color:#eee;
margin:2px 2px 0 0;
font-size:0.85em !important;
}

a:hover.tag_btn_02 { 
background-color:#fff;
text-decoration:none !important;
padding:3.5px;
border:1px solid #eee;
}