@CHARSET "UTF-8";

dl {
  margin: 0;
}
dd {
  margin: 0;
}
/***** 直 ******/
/* li */
li {list-style: none; }

html {
	overflow-y:scroll;
}

/* body */
body{
	margin:0 0 200px 0;
	padding:0;
	background: url("../img/background5.png");
	background-attachment : fixed;
	font-family: "MS UI Gothic","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 12px;
	color:#000000;
	text-align:left;
}

/* a */
a {
	text-decoration:underline;
	color:#057fac;
}
a:hover{
	text-decoration:underline;
	color:#999;
}

/* h1 */
h1 {
	font-size:16px;
	margin:0 20px;
	line-height:80px;
}

/* クラス */
.outer {
/*	  background:#fff;*/
/*	padding: 20px 0px;*/
	width: 980px;
	margin: 0px auto;
/*	  opacity: 0.8;*/
/*	  filter: alpha(opacity=80);*/
}

.container {
/*	  min-height: 700px;*/
/*	  min-height: 600px; */
	min-height: 500px;
    height: auto !important;  
    height: 500px; 
}
.mainemenu {
	float:left;
/*	  background-color: #FFE2B2;*/
	margin: 5px 0px 5px 0px;
	width:20%;
}

.main {
	float:right;
/*	  background-color:#FFCC99;*/
	width:79%;
	margin: 5px 0px 5px 0px;
	z-index:5;
}

.inline-box {
  display: -moz-inline-box; /*for Firefox 2*/
  display: inline-block; /*for modern*/
  /display: inline; /*for ie5～7*/
  /zoom: 1; /*for ie5～7*/
}

.float-left {
	float: left;
}
  
.float-right {
	float: right;
}

.hide {
	display: none;
}
  
.show {
	display: block;
}

.box-shadow {
    -moz-box-shadow: 	5px 5px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    box-shadow: 		5px 5px 5px rgba(0,0,0,.3);
}

.border-radius {
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}

.border-solid {
	border: 1px solid #CCC;
}

.text-shadow {
	text-shadow: 1px -1px 0 rgba(0,0,0,0.2);
}

.font-bold {
	font-weight: bold;
}

.font-serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.box-gradient {
  background-color: #C00;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C00), to(#900));
  background-image: -webkit-linear-gradient(top, #C00, #900);
  background-image: -o-linear-gradient(top, #C00, #900);
  background-image: linear-gradient(to bottom, #C00, #900);
  background-image: -moz-linear-gradient(top, #C00, #900);
  background-repeat: repeat-x;
}


.new-head {
    background: url("../img/yamaya_onlineshop_header.jpg") repeat-x scroll 50% 50% #CC0000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.05);
    height: 54px;
    margin: 5px 0;
    width: 100%;
}


a.title {
}
a.title:hover{
	cursor: pointer;
}
div.title-logo-morning,
div.title-logo-night {
	background: url("../img/title_logo_morning.png") no-repeat;
	width:980px;
	height:120px;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	margin: 0px 0px 3px 0px;
}
div.title-logo-night {
	background: url("../img/title_logo_night.png") no-repeat;
}

div.foot-logo-morning,
div.foot-logo-night {
	background: url("../img/foot_logo_morning.png") no-repeat;
	width:980px;
	height:56px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}
div.foot-logo-night {
	background: url("../img/foot_logo_night.png") no-repeat;
}


div.head {
/*	height: 30px;*/
}

div.foot {
  clear:both;
/* ▽▽▽▽*/
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	background: #CC0000;
	border: 1px solid #CCC;
/* △△△△*/

/*	background-repeat:repeat-x;*/
/*	background-repeat:repeat;*/
/*	background-color: #FF0000;*/
  height: 35px;
/*	height: 60px;*/
  width:100%;
/*
  background-size:cover auto;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
*/
}

.clears {
  clear:both;
}

.agreeMent {
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 500px;
	width: 800px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	text-align: left;
}


.boxBtnRegist{
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

div.kari-mem {
	width: 350px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #FF9999;
	background-color: #FFEAEA;
	color: #FF3333;
	margin-bottom: 30px;
	margin-top: 50px;
	font-size:80%;
}

/* エラー関連 */
div.error {
	padding: 5px 10px 5px 10px;
	border: 1px solid #FF9999;
	background-color: #FFEAEA;
	color: #FF3333;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}

p.error-text{
	background-color: #FFF;
	border: 1px solid #CCC;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	margin: 5px 15px;
	padding:5px;
}

p.error-msg{
	color:red;
	font-size:15px;
	font-weight:bold;
	margin: 5px 0;
}

#err_list {
	_padding-top:16px;
/*
	padding-bottom:10px;
	margin-top: auto;
	margin-bottom: auto;
*/
}

/*
div.base-error p{
	margin-top: 0;
}
div.base-error p.summary{
	background-position: 0 -285px;
	overflow: hidden;
	white-space: nowrap;
}
*/
div.base-error ul{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
	padding-top: 20px;
	padding-left: 15px;
list-style-type: none;
}
/*
div.base-error ul li{
	text-indent: -15px;
}
*/

#wrap {
	width:500px;
	margin:1em auto;
}

#topicPath {
  width: 100%;
}
#topicPath ol {
 margin: 0px;
 padding: 0px;
}
#topicPath li {
 float: left;
 padding: 0px 5px 0px 0px;
 font-size:80%;
}


/***** ヘッダー *****/
/*	background-repeat:no-repeat;*/
/*.headerMenu {*/
.head #header-menu {
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	background: #CC0000;
	border: 1px solid #CCC;

	height: 30px;
	width: 100%;
	margin: 0;

}

.head#head-second-bar{
	margin: 0px;
    padding: 5px;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    background: #FFF;
    margin-top: -5px;
    margin-bottom: -5px;
}



/* ２度押し防止関連 */
#wall {
	z-index: 2000;
}
#wall_ie {
	z-index: 2000;
	display: none;
}


a.btn-recipe {
	margin: 0 auto 0;
	background: url(../img/btn_recipe.gif?v2) no-repeat left top scroll;
	display: block;
	width:	54px;
	height: 16px;
	background-position: 0 0;
}
a.btn-recipe:hover {
	background-position: 0 -16px;
}
a.btn-maker {
	margin: 0 auto 0;
	background: url(../img/btn_recipe.gif?v2) no-repeat left top scroll;
	display: block;
	width:	54px;
	height: 16px;
	background-position: 0 -32px;
}
a.btn-maker:hover {
	background-position: 0 -48px;
}



a.btn-login {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -88px;
}

a.btn-login:hover {
	background-position: 0 -88px;
}

a.btn-logout {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -110px;
}

a.btn-logout:hover {
	background-position: 0 -110px;
}

a.btn-order {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -176px;
}

a.btn-order:hover {
	background-position: -0 -176px;
}

a.btn-shop-cnt {
	margin: 0px auto 0;
	background: url(../img/btn_pack_02.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 140px;
	height: 22px;
	background-position: -140px -88px;
}

a.btn-shop-cnt:hover {
	background-position: 0 -88px;
}

a.btn-order-history {
	margin: 0px auto 0;
	background: url(../img/btn_pack_02.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 140px;
	height: 22px;
	background-position: -140px -110px;
}

a.btn-order-history:hover {
	background-position: 0 -110px;
}

a.btn-regist-cust {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -220px;
}
a.btn-regist-cust:hover {
	background-position: 0 -220px;
}

a.btn-shyohinselect {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -308px;
}
a.btn-shyohinselect:hover {
	background-position: 0 -308px;
}

a.btn-reorder {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	width: 72px;
	height: 22px;
	display: inline;
	float: left;
	background-position: -72px -264px;
}
a.btn-reorder:hover {
	background-position: 0 -264px;
}

a.btn-yes-withdrawal {
	margin: 0px auto 0;
	background: url(../img/btn_pack_02.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 140px;
	height: 22px;
	background-position: -140px -0px;
}
a.btn-yes-withdrawal:hover {
	background-position: -0px -0px;
}

a.btn-no-withdrawal {
	margin: 0px auto 0;
	background: url(../img/btn_pack_02.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 140px;
	height: 22px;
	background-position: -140px -22px;
}
a.btn-no-withdrawal:hover {
	background-position: -0px -22px;
}

a.btn-kengaku {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -396px;
}

a.btn-kengaku:hover {
	background-position: 0 -396px;
}

a.btn-kaiin-regist {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -418px;
}

a.btn-kaiin-regist:hover {
	background-position: 0 -418px;
}

a.btn-top {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -440px;
}

a.btn-top:hover {
	background-position: 0 -440px;
}

a.banner-kengaku {
	margin: 0px auto 0;
	background: url(../img/banner_pack.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 468px;
	height: 60px;
	background-position: 0 -120px;
    -moz-box-shadow: 	5px 5px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    box-shadow: 		5px 5px 5px rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			border-radius: 10px;
}

a.banner-kengaku:hover {
	background-position: 0 -180px;
}

a.banner-kaiin-regist {
	margin: 0px auto 0;
	background: url(../img/banner_pack.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 468px;
	height: 60px;
	background-position: 0 0;
    -moz-box-shadow: 	5px 5px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    box-shadow: 		5px 5px 5px rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			border-radius: 10px;
}

a.banner-kaiin-regist:hover {
	background-position: 0 -60px;
}

.buttonRow {
	width: 170px;
	margin: 15px auto;
}

a.head-a {
	font-size: 14px;
/*	float: right;*/
}
a.head-a:link,
a.head-a:visited {
	color: #FFFFFF;
}
a.head-a:hover,
a.head-a:active {
	color: #330;
	text-decoration: underline;
}
a.head-a:focus {
	outline: none;
}
a.head-l-a:link,
a.head-l-a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.head-l-a:hover,
a.head-l-a:active {
	text-decoration: underline;
}
a.head-l-a#breadcrumb{
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align: left;
}

span#togglemenu-breadcrumb{
	margin-left:30px;
	font-size:12px;
	font-weight:normal;
	color:#000;
	vertical-align:top;
}

a.head-a:focus {
	outline: none;
}

a.foot-a:link,
a.foot-a:visited {
	color: #057fac;
}
a.foot-a:hover,
a.foot-a:active {
	color: #330;
	text-decoration: underline;
}
a.foot-a:focus {
	outline: none;
}

/***** リスト *****/
.li-ru{
  margin: 10px 15px 0 10px;
  padding: 0;
}

ol.li-ru li {
	padding: 0;
	margin: 10px auto 0 20px;
/*	  margin: 0;*/
}

.li-ru{
  margin: 10px 15px 0 10px;
  padding: 0;
}

ul.li-ru li {
	padding: 0;
	margin: 10px auto 0 20px;
}


div-head {
	float: left;
	margin-left:6px;
	margin-top: 3px;
	margin-bottom: 0px;
/*	width:53%*/
/*	overflow: hidden ;*/
}

ul.ul-head {
	float: right;
	margin: 0px;
	padding-top:  2px;
	padding-left: 0px;
}

ul.head-bar-ul{
	position: absolute;
	left: 45%;
	width: 40%;
	top: 25%;
	height: 30px;
}

li.li-head {
	float: right;
/*	padding-top: 6px;*/
	margin-right: 7px;
	color:#FFF;
/*	margin-left: 10px;*/
/*	width:140px*/
}
li.li-head-btn {
	float: right;
	margin-right: 7px;
	margin-left: 7px;
	width: 60px;
}

li div.div-head-btn{
	text-align: center;
	margin-top: -13px;
}

ul.ul-foot {
padding:0;
margin-bottom: 15px;
text-align: center;	
}

li.li-foot {
display: inline-block;
padding-left:1em;
}

div.foot-under-box{
	width:100%;
/*	height:auto;*/
}
div.foot-under-box-l{
	width:44%;
	float:left;
/*	height:auto;*/
}
div.foot-under-box-r{
	width:56%;
	float:right;
/*	height:auto;*/
}

hr.foot {
	border:solid #CCC;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}


div.copyright {
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 20px;
/*	  margin: 5px auto;*/
/*	padding-top: 6px;*/
}
span.copyright {
	font-size: 80%;
	color: #FFFFFF;
/*	padding-left: 20px;*/
/*	  margin: 5px auto;*/
/*	padding-top: 6px;*/
}



/* テーブル */
td {
  padding: 2px;
}

/* 入力部品 */
input {
	vertical-align: middle;
	padding: 2px 3px;
}
input.ts {
 	width: 25px;
}
input.tm {
	font-size:12px;
	width: 25px;
	height: 14px;
}
input.tl {
	width: 80px;
}

div .regist_cust {
  width: 952px;
  min-height: 130px;
  height: auto !important;  
  height: 130px; 
  border-style: solid;
  border-width: thin;
  border-color: #505050;
  padding-left: 10px;
  padding-right: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
    -moz-box-shadow: 	5px 5px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    box-shadow: 		5px 5px 5px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}

.regist_cust input {
	vertical-align:middle;
	padding:none;
}
.regist_cust select {
	vertical-align:middle;
	height: 24px;
	padding:none;
}
select#nocompany {
	width:190px;
}
input#cdcredit ,
input#NMMEIGI {
	width:180px;
}

.regist_cust_input {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-plan-nmtdk {
  font-size:14px;
  font-weight:bold;
  margin: 15px 0 5px 40px;
  text-align: left;
}

.regist_cust_title {
/*  font-weight:bold;*/
/*  color:#666;*/
  margin-left: 40px;
  padding-bottom: 5px;
}

.regist_cust_btn {
  float: right;
  padding-right: 20px;
/*	min-width: 150px;*/
}

.regist_cust_input_title {
  padding-right: 5px;
/*	width: 100px;*/
}

.regist_cust_explanation {
  margin-left: 40px;
  padding-top: 5px;
}

.regist_cust_input_div {
  float: left;
}

.regist_cust_dd {
  margin-left: 40px;
}

.cust_div {
  margin-right: 2px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 2px;
  width: 480px;
/*  height: 130px;*/
}

.cust_dl {
/*	width: 300px;*/
  width: 470px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.cust_dt {
  float: left;
  width: 80px;
}
.cust_dd {
  padding-left: 60px;
  text-align: left;
}

.tenpo_div {
  margin-left: 2px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 2px;
  width: 400px;
/*  height: 130px;*/
}

.tenpo_dl {
/*	width: 300px;*/
  width: 390px;
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tenpo_dt {
  float: left;
  width: 100px;
}
.tenpo_dd {
  padding-left: 100px;
  text-align: left;
}

div.regist_cust_input_div .ui-datepicker-trigger {
	vertical-align:middle;
}

/* 注文画面の下部説明テーブル */
table.tbl-explain {
	border-collapse:collapse;
	border:1px solid #CCC;
	text-align:center;
}
table.tbl-explain th {
	border:1px solid #CCC;
	background-color:#EEE;
}
table.tbl-explain td {
	border:1px solid #CCC;
	background-color:#FFF;
}







table.input_cust {
  width: 100%;
  background-color: #FFF;
  border-collapse:collapse;
}
table.input_cust tr {
  border: 1px solid #CCC;
}
table.input_cust th {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 12px;
  width: 140px;
  border: 1px solid #CCC;
  height: 100%;
}
table.input_cust td {
  padding-left:10px;
  border: 1px solid #CCC;
  color:#333;
  font-size:100%;
}
table.input_cust div {
  margin-top: 3px;
  margin-bottom: 3px;
}
table.input_cust div.inline-box {
  width:90px;
  display: -moz-inline-box; /*for Firefox 2*/
  display: inline-block; /*for modern*/
  /display: inline; /*for ie5～7*/
  /zoom: 1; /*for ie5～7*/
}
table.input_cust div.notice {
  color:#555;
  font-size:90%;
}
.reminder-link {
  margin: 2px 15px;
}


div.terms {
  width:200px;
  margin: 5px auto;
}
div.guidance {
  font-size:110%;
  margin: 3px 15px;
}
div.withdrawal-link {
  width:70px;
  margin: 10px auto;
}
span.need {
  color:red;
}


a.btn-back2 {
  margin: 0px 5px;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px 0;
}

a.btn-back2:hover{
  background-position: 0 0;
}

a.btn-cfm {
  margin: 0px 5px;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -22px;
}

a.btn-cfm:hover{
  background-position: 0 -22px;
}
a.btn-no-cfm {
  margin: 0px 5px;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: 0 -22px;
}

a.btn-regist {
  margin: 0px 5px;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -242px;
}

a.btn-regist:hover{
  background-position: 0 -242px;
}

a.btn-edit {
  margin: 0px 5px;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -66px;
}

a.btn-edit:hover{
  background-position: 0 -66px;
}

a.btn-next-cust {
  margin: 5px 5px 0 5px ;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -154px;
}

a.btn-next-cust:hover{
  background-position: 0 -154px;
}

a.btn-prev-cust {
  margin: 5px 5px 0 5px ;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -198px;
}

a.btn-prev-cust:hover{
  background-position: 0 -198px;
}

a.btn-order-cust {
  margin: 5px 5px 0 5px ;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -176px;
}

a.btn-order-cust:hover{
  background-position: 0 -176px;
}

a.btn-post-cust {
  margin: 5px 5 0 5 ;
  background: url(../img/btn_pack_02.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 140px;
  height: 22px;
  float: left;
  background-position: -140px -66px;
}

a.btn-post-cust:hover{
  background-position: 0 -66px;
}

a.btn-send {
  margin: 0px 5px;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -374px;
}

a.btn-send:hover{
  background-position: 0 -374px;
}

a.btn-delete {
  margin: 0px 5px;
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -462px;
}

a.btn-delete:hover{
  background-position: 0 -462px;
}

a.btn-kakutei, 
a.btn-kakutei-aeonregi {
  margin: 5px 5px 0 5px ;
  background: url(../img/btn_pack_01.gif?v315) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  float: left;
  background-position: -72px -484px;
}

a.btn-kakutei:hover,
a.btn-kakutei-aeonregi:hover {
  background-position: 0 -484px;
}



.order-list-box {
  width: 960px;
  border-color: #505050;
/*  min-height: 300px;*/
  min-height: 260px;
  background-color:#FFFFFF;
  border-style:solid;
  border-width:thin;
  padding: 2px;
}
.order-list-box-title {
  font-weight: bold;
  font-size:18px;
  padding-bottom: 2px;
}
.order-list-box-nmtdk {
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  margin: 10px 0 0 3px;
}

table.order-list-theader,
table.order-list-tbody,
table.order-list-tfooter {
	width:952px;
}
table.order-list-tbody {
	width:936px;
}

table.order-list-theader td.number {width: 20px;}
table.order-list-theader td.cdshin {width: 120px;}
table.order-list-theader td.name   {width: 410px;}
table.order-list-theader td.name_s {width: 250px;}
table.order-list-theader td.tdk    {width: 230px;}
table.order-list-theader td.date   {width: 130px;}
table.order-list-theader td.price {	width: 70px;}
table.order-list-theader td.order {	width: 80px;}
table.order-list-theader td.price-total {	width: 80px;}
table.order-list-theader td.tax			{	width: 70px;}
table.order-list-theader td.free {}
table.order-list-theader td.ope {}

table.order-list-tbody tr {
	height: 26px;
	text-align:center;
	background-color: #FFF;
}

table.order-list-tbody td.number {	width: 20px;}
table.order-list-tbody td.cdshin {	width: 120px;	text-align:left;}
table.order-list-tbody td.name   {	width: 410px;	text-align:left;}
table.order-list-tbody td.name_s {	width: 250px;	text-align:left;}
table.order-list-tbody td.tdk    {	width: 230px;}
table.order-list-tbody td.date  {	width: 130px;	text-align:left;}
table.order-list-tbody td.price {	width: 70px;	text-align:right;}
table.order-list-tbody td.order {	width: 80px;}
table.order-list-tbody td.price-total {	width: 80px;	text-align:right;}
table.order-list-tbody td.tax		  {	width: 70px;}
table.order-list-tbody td.free {	text-align:right;}
table.order-list-tbody td.ope {}
table.order-list-tbody input.tm {
	text-align:right;
	ime-mode: disabled;
}

table.order-list-tfooter td.subject		{	background-color:#F0F0F0;}
table.order-list-tfooter td.subject-fix {	background-color:#F0F0F0;width:110px;}
table.order-list-tfooter td.subject-fixl{	background-color:#F0F0F0;width:160px;}
table.order-list-tfooter td.kg			{	background-color:#FFFFFF;width:100px;}
.gift{
	font-weight:bold;
	color:red;
	float:right;
}
.tyoutatu{
	font-weight:bold;
	color:red;
}


/* ログイン部品*/
h1.login{
	color: #555555;
	font-size:16px;
	margin:0 20px;
	line-height:80px;
}

.inputTh {
	background: none repeat scroll 0 0 	#FFE4B5;
	font-size: 14px;
	color: #8B4513;
	padding: 8px;
	border-style: none solid solid none;
	border-width: 1px;

}

.inputTd {
	font-size: 14px;
	padding: 6px;
	border-style: none solid solid none;
	border-width: 1px;
}

.inputTr {
	border-style: none solid solid none;
	border-width: 1px;
}

.inputTable {
	border-collapse: collapse;
	border-style: solid none none solid;
	border-width: 1px;
}

div .login-btn-box {
  width: 160px;
  height: 30px;
}
div .l-login-btn-box {
  float: left;
  width: 72px;
}
div .r-login-btn-box {
  float: right;
  width: 72px;
}


/* フッター */
a.btn-pagetop {
  margin: 5px 0 0 0 ;
  background: url(../img/btn_pack_02.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 140px;
  height: 22px;
  background-position: -140px -44px;
}

a.btn-pagetop:hover{
  background-position: 0 -44px;
}

a.btn-back {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
  background-position: -72px 0;
}

a.btn-back:hover {
  background-position: 0 0;
}


div.loading {
  padding-top: 100px;
  text-align: center;
}


div .box-order-detail {
  overflow-y: scroll;
  height: 171px;
* height: 200px; /* IE6 hack */
  width: 953px;
  margin-bottom:5px;
}

td .fs13 {
  border-style: solid;
  border-width: thin;
}

#result a {
}
#result td {
	font-size:12px;
}

#pref {
	width:80px;
}

#addr01 {
/*	width:150px;*/
}

/* 検索 */
div.box-srch {
	margin:0pt 0pt 5pt 0pt;
	padding:2px;
	border: 1px solid #CCCCCC;
	background: #FFF;
	-webkit-border-radius: 5px;
		-moz-border-radius:5px;
			border-radius: 5px;

}
div.box-srch-head {
	padding:4px 2px 2px 2px;
	background: #CC0000;
	border: 1px solid #CCCCCC;
	color: #FFF;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}
.box-srch div.box-srch-keyword {
	padding:2px;
}
.box-srch div.box-srch-select {
	margin-bottom:5px;
	padding:2px;
}
.box-srch div.box-srch-btn {
	margin-top:5px;
	width: 100%;
}
.box-srch div.box-srch-clear {
	margin:0pt 0pt 0pt 7pt;
	float: left;
	width: 72px;
}
.box-srch div.box-srch-shin {
	margin:0pt 0pt 0pt 7pt;
	float: left;
	width: 72px;
}
.box-srch input.keyword{
	width: 170px;
}
.box-srch input.price_start,
.box-srch input.price_end,
.box-srch input.capa_start,
.box-srch input.capa_end{
	width: 44px;
	ime-mode: disabled;
	text-align:right;
}
.box-logo{
	margin-bottom: 5pt;
}
.box-logo img{
	width: 100%;
}
a.btn-srch-shin {
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  background-position: -72px -352px;
}

a.btn-srch-shin:hover{
  background-position: 0 -352px;
}

a.btn-srch-shin-clear {
  background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 22px;
  background-position: -72px -330px;
}

a.btn-srch-shin-clear:hover{
  background-position: 0 -330px;
}


.urikire{
	color:#FFFFFF;
	font-weight:bold;
}
.urikire-list{
	color:#000;
	font-weight:bold;
}


/* 商品リストテーブル */
table.shin-list{
	background: #FFF;
	font-size: 10pt;
	-webkit-text-size-adjust: none;
	border-collapse:collapse;
	table-layout: fixed;
	width: 100%;
	font-weight:normal;
}
table.shin-list tbody {
}
table.shin-list tr.list-head {
	background-color: #000099;
/*	border: 1px solid #CCC;*/
	color: #FFF;
	height:26px;
	text-shadow: 1px -1px 0 rgba(0,0,0,0.2);
}

table.shin-list th {
	background: #CC0000;
	border: 1px solid #CCC;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight:normal;
}

table.shin-list th.cdshin {
	width: 85px;
}
table.shin-list th.name {
/*	width: 200px;*/
}
table.shin-list th.price {
	width: 54px;
}
table.shin-list th.capa {
	width: 46px;
}
table.shin-list th.syokai {

}
table.shin-list th.syokai2,
table.shin-list td.syokai2 {
	width: 20px;
	text-align:center;

}
table.shin-list th.shap {
/*	width: 230px;	消費税出す前	*/  
	width: 310px;
}
table.shin-list td.shap {
	text-align:center;
}
table.shin-list th.tuhan,
table.shin-list td.tuhan {
	width: 28px;
	text-align:center;

}
table.shin-list th.order {
	width: 70px;
}
table.shin-list th.ope {
	width: 16px;
}

table.shin-list tr.list-body {
	background-color: #FFFFFF;
/*	height:26px;	*/
	min-height:64px;
}

table.shin-list td {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	padding: 1px 4px ;
	margin: 0px;
/*	height: 40px;*/
/*	width:33%*/
}

table.shin-list > tbody > tr:nth-child(even) > td {
  background-color: #FAFAFA;
}
table.shin-list > tbody > tr:nth-child(even) > td  td {
  background-color: #FAFAFA;
}


table.shin-list td.cdshin {
	text-align: left;
}
table.shin-list td.name {
	text-align: left;
}

table.shin-list td.price {
	text-align: right;
}
table.shin-list td.capa {
	text-align: right;
}
table.shin-list td.order {
	padding: 1px;
	text-align:center;
}
table.shin-list td.ope {
	padding: 1px;
	text-align:center;
}
table.shin-list td.order input.order{
	margin-left: 2px;
	width: 21px;
	text-align:right;
	ime-mode: disabled;
/*	float: left;*/
}
table.shin-list td.subtotal {
	width: 55px;
	text-align: right;
}
table.shin-list td.del {
	width: 30px;
}

/* 商品リストの荷姿インフォ */
table.shap-order-list {
	float: right;
	font-size:12px;
	margin: 0px auto;
	border-collapse: collapse;
	width: 100%;
}
table.shap-order-list thead {
}
table.shap-order-list tbody {
}
table.shap-order-list tr {
	height:28px;
	border-bottom: 1px solid #DDD;
}
table.shap-order-list tr:last-child {
	border: none;
}

table.shap-order-list td {
	padding: 1px 2px ;
/*	border: none;*/
	border: none;
	padding:auto;
	margin: auto;
}
table.shap-order-list td.tuhanok	{width: 47px;}
table.shap-order-list td.shap		{width: 30px;}
table.shap-order-list td.bara		{width: 38px;}
table.shap-order-list td.price		{width:100px;}
table.shap-order-list td.order		{width: 76px;}
table.shap-order-list td.zaiko		{width: 34px;text-align: right;}
table.shap-order-list span.tuhanok {
	color:#666;
	font-size:11px;
}
table.shap-order-list input.order{
	margin: 0px;
 	width: 25px;
 	text-align:right;
 	ime-mode: disabled;
}



/* 商品リストの料金区分 */
table.price-div {
	float: left;
	width: auto;
	border-collapse: collapse;
	margin: 0 auto;
}
table.price-div thead {}
table.price-div tbody {}
table.price-div tr {border: none;}
table.price-div td {
	font-size:11px !important;
	color:#666;
	padding: 5px 2px 0 2px !important;
	border: none;
}





a.icon-plus {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_cc0000_256x240.png);
	overflow: hidden;
	background-position: -32px -128px;
	vertical-align:middle;
}
a.icon-plus:hover {
	background-image: url(images/ui-icons_004276_256x240.png);
	background-position: -32px -128px;
}
a.icon-minus {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_cc0000_256x240.png);
	overflow: hidden;
	background-position: -64px -128px;
	vertical-align:middle;
}
a.icon-minus:hover {
	background-image: url(images/ui-icons_004276_256x240.png);
	background-position: -64px -128px;
}
a.icon-close {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_ffffff_256x240.png);
	overflow: hidden;
	background-position: -96px -130px;
	vertical-align:middle;
/*	display: block;*/
}
a.icon-close:hover {
	background-image: url(images/ui-icons_004276_256x240.png);
	background-position: -96px -130px;
}
a.icon-dummy {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_cc0000_256x240.png);
	overflow: hidden;
	background-position: -222px -222px;
	vertical-align:middle;
}

a.icon-plus-s {
	width: 12px;
	height: 12px;
	background-image: url(images/ui-icons_cc0000_256x240.png);
	overflow: hidden;
	background-position: -34px -130px;
	vertical-align:middle;
	display: block;
/*	float: left;*/
/*	margin-left: 3px; margin-top: 7px;*/
}
a.icon-plus-s:hover {
	background-image: url(images/ui-icons_004276_256x240.png);
	background-position: -34px -130px;
}
a.icon-minus-s {
	width: 12px;
	height: 12px;
	background-image: url(images/ui-icons_cc0000_256x240.png);
	overflow: hidden;
	background-position: -66px -130px;
	vertical-align:middle;
	display: block;
/*	float: left;*/
/*	margin-left: 3px; margin-top: 7px;*/
}
a.icon-minus-s:hover {
	background-image: url(images/ui-icons_004276_256x240.png);
	background-position: -66px -130px;
}


a.lightbox {
	border-style:none;
}
a.lightbox img{
	border-style:none;
}



/* 商品一覧グリッド形式 */
hr.umekomi {
	margin: 3px auto;
	width:94%;
	border:solid #CCC;
	border-width:1px 0 0 0;
	text-align:center;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}
.grid-row {
/*	background-color: #FFF;*/
	zoom: 1;
/*	margin-left: -20px;*/
}
.grid-row:before, .grid-row:after {
	display: table;
	content: "";
	zoom: 1;
}
.grid-row:after {
	clear: both;
}
.grid-box {
	display: inline;
	float: left;
	margin: 4px;
	width: 248px;
	border: solid 1px #CCC;
}
.grid-box img {
	border: 1px solid #CCC;
	border : none\9; /* IE8 and below */
	margin: 0 0 5px;
	-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
			border-radius: 8px;
}
.grid-row div.box-head {
	margin: 2px;
	background: #CC0000;
	border: 1px solid #E3A1A1;
/*	font-weight: bold;*/
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}
.grid-row p{
	text-align: left;
	line-height: normal;
	font-size:12px;
	margin: 5px;
}
.grid-box p.photo{
	min-height:140px;
	text-align: center;
	margin-bottom: 0px;
}
.grid-box div.photo{
	height:140px;
	text-align: center;
	margin-bottom: 0px;
}
.grid-box p.height-size-l,
.grid-box p.height-size-r {
	margin:auto;
	vertical-align:top;
	line-height:130px;
	height:130px;
	width:10px;
	color:#AAA;
}
.grid-box p.height-size-r {
	background: url('../img/height_caption.gif') no-repeat scroll left top transparent;
}
.grid-box p.cdshin{
	color: #FFF;
	margin-top: 7px;
	margin-left: 5px;
	text-align: left;
}
.grid-box p.cdshin a{
	float: right;
}

.grid-box p.name{
	font-weight: bold;
	height: 30px;
}
.grid-box div.syokai{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
/*	width: 100%;*/
/*	height: 30px;*/
}
.grid-box p.syokai{
	line-height:14px;
	margin: 5px auto 0px auto;
	width: 220px;
	height: 35px;
}

.grid-box div.motone{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid-box p.motone{
	line-height:14px;
	margin: 5px auto 0px auto;
	width: 220px;
}

.grid-box div.button{
	margin:0px 5px 2px 12px;
/*	width:100%;*/
	height:16px;
}
.grid-box p.capa{
	line-height:14px;
	margin: 5px auto 0px 13px;
/*	width: 220px;*/
}
.grid-box p.price{
}
.grid-box div.label-box{
	display: inline;
	width: 80px;
}
.grid-box div.val-box{
	display: inline;
	width: 80px;
}
.grid-box table.info-list {
	float: right;
	font-size:12px;
	margin: 0px auto;
	border-collapse: collapse;
/*	width: 98%;*/
}
.grid-box table.info-list tr {
	height:28px;
}
.grid-box table.info-list tr.info-tr {
	height:34px;
}
.grid-box table.info-list td {
	text-align: left;
}
.grid-box table.info-list td.label {
	width: 60px;
}
.grid-box table.info-list td.bara {
	text-align: right;
}
.grid-box table.info-list td.price {
	min-width: 80px;
	text-align: right;
}
.grid-box table.info-list td.zaiko {
	text-align: center;
}
.grid-box table.info-list span.tuhanok {
	color:#666;
	font-size:11px;
}
.grid-box table.info-list td.tuhanok {
	padding-left: 0px; 
	padding-right: 0px;
}
.grid-box table.info-list td.value {
}
.grid-box input.order{
	margin: 0px;
 	width: 25px;
 	text-align:right;
 	ime-mode: disabled;
}
.grid-box table.info-list-system td {
	border: 1px solid #CCC;
	padding:2px 4px;
}
.zeinuki {	color:red;	font-size:13px;	font-weight:bold;	}
.zeikomi {	color:#5050FF;	font-size:11px;		}
.pluszei {	color:red;	font-size:12px;		}
/* Special grid styles
-------------------------------------------------- */
.show-grid {
	margin-top: 5px;
	margin-bottom: 10px;
}
.show-grid [class*="grid-box"] {
/*	background: #eee;*/
	background: #fff;
  text-align: center;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	min-height: 30px;
}
.show-grid:hover [class*="grid-box"] {
	background: #fff;
}
.show-grid .show-grid {
	margin-top: 0;
	margin-bottom: 0;
}
.show-grid .show-grid [class*="grid-box"] {
	background-color: #fff;
}




/*商品一覧タブ*/
.tabs {
	list-style: none outside none;
	margin: 0 0 5px;
	padding: 0;
	height:27px\9; /* IE8 and below */
}
.tabs:before, .tabs:after {
	content: "";
	display: table;
}
.tabs:after {
	clear: both;
}
.tabs li.tabs-li {
	float: left;
}
.tabs a.tabs-a {
	display: block;
}
.tabs {
	border-color: #777;
	border-style: solid;
	border-width: 0 0 1px;
}
.tabs li.tabs-li {
	margin-bottom: -1px;
	position: relative;
}
.tabs a.tabs-a {
/*	  background-color: #CCC;*/
	border-color: #777 #777 transparent;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
	line-height: 24px;
	margin-right: 4px;
	padding: 1px 15px;
	font-size:14px;
	text-decoration: underline;
}
.tabs a.tabs-a:hover {
	background-color: #FFF;
	border-color: #ccc #ccc #777;
	text-decoration: underline;
}
.tabs .active a.tabs-a,
.tabs .active a.tabs-a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
/*
	background-color: #FFFFFF;
	border-color: #CCC #CCC transparent;
	border-style: solid;
	border-width: 1px;
	color: #808080;
*/
/**/
	background: #CC0000;
	border-color: #777 #777 transparent;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
/**/
/*	font-weight: bold;*/
	text-decoration: none;
	cursor: default;
}




/* トグルメニュー用CSS */
.togglemenu a {
	border:none;
	font-weight:bold;
	font-size:15px;
}
.togglemenu,
.togglemenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.togglemenu {/*width:200px;*/}
.togglemenu li {
	display:block;
	margin:3px 0 0 0;
	padding:0;
	margin-bottom:1px;
}
.togglemenu a {
	display:block;
	padding:5px;
	color:#767676;
	background:#FFFFFF;
	text-decoration:none;
	border:1px #767676 solid;
	border-radius: 5px;
}
.togglemenu .selected {
	background:#FFF;
}
.togglemenu a:hover,
.togglemenu a:focus,
.togglemenu a:active {background:#FFF;}
.togglemenu ul li {padding-left:15px;}
.togglemenu ul a {background:#FFF;}
.hidden {display:none;}

.togglemenu a:hover{
  box-shadow: 0 1px 4px rgba(128, 0, 0, 0.5);
  background-color: #FFE4C9;
}



/* 商品詳細 CSS */
div.detail-box {
	background-color: #FFFFFF;
	border:1px #CCC solid;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}
.detail-box .detail-table {
	border-collapse:collapse;
	border:0px;
}
.detail-box .detail-image {
	width:	300px;
	height: 300px;
}
.detail-box .detail-image {
	width:	300px;
	height: 300px;
}
.detail-box p.height-size-r {
	background: url('../img/height_caption_l.gif') no-repeat scroll left top transparent;
	margin:auto;
	vertical-align:top;
	line-height:290px;
	height:290px;
	color:#AAA;
}
.detail-box .detail-right {
	vertical-align:top;
	width:	100%;
}
.detail-box .detail-text-box {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
	padding-left: 20px;
}
.detail-box #main_img {
	-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
			border-radius: 13px;
}



/* マイページ関連CSS */
a.btn-mypage {
	margin: 0px auto 0;
	background: url(../img/btn_pack_01.gif) no-repeat left top scroll;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 22px;
	background-position: -72px -132px;
}
a.btn-mypage:hover {
	background-position: 0 -132px;
}

/* --- マイページナビゲーションバー --- */
div.nav {
	/*width: 100%;*/ /* ナビゲーションの幅 */
	width: 380px; /* ナビゲーションの幅 */
	background: #000000 url(./images/hor_menu4_back1.gif) repeat-x top; /* ナビゲーションの背景 */
	border-top: 1px #333333 solid; /* 上境界線 */
	border-bottom: 1px #666666 solid; /* 下境界線 */
	font-size: 80%;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
			border-radius: 6px;
	margin-top: 10px;
}

div.nav ul.nl {
	width: 360px; /* メニューの幅 */
/*	margin: 0 auto; *//* センターに配置 */
	margin: 0 10px;
	padding: 0;
	background: #000000 url(./images/hor_menu4_back1.gif) repeat-x top; /* メニューの背景 */
	border-left: 1px #333333 solid; /* メニューの左境界線 */
	border-right: 1px #666666 solid; /* メニューの右境界線 */
	list-style-type: none;
	text-align: center;
}

div.nav ul.nl li {
	width: 120px; /* 項目の幅 */
	float: left;
}

div.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 6px 2px; /* リンクエリアのパディング（上下、左右） */
	border-left: 1px #666666 solid; /* リンクエリアの左境界線 */
	border-right: 1px #333333 solid; /* リンクエリアの右境界線 */
	text-decoration: none; /* テキストの下線（なし） */
/*	font-weight: bold;*/ /* 太字 */
	font-size: 14px;
}

div.nav ul.nl li a:link,
div.nav ul.nl li a:visited {
	color: #FFF;
}
div.nav ul.nl li a:hover,
div.nav ul.nl li a:active {
	color: #CCC;
	text-decoration: underline;
}
div.nav ul.nl li a.active {
	color: #CCC;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* タイトルバー */
div.titlebar {
	background: #CC0000;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.titlebar span.title {
	padding-left: 5px;
	height: 25px;
	line-height: 27px;
	display: inline-block;
/*	font-weight: bold;*/
	font-size: 120%;
	color: #FFF;
	text-shadow: 1px -1px 0 rgba(0,0,0,0.2);
}


/* お気に入りCSS */

.glay {
	color: #CCC;

}
.yellow {
/*	color: #F6B42B;*/
/*	color: #E8D20C;*/
	color: #FFFF00;

}
.red {
	color: #FF0000;
}
.bule {
	color: #0000FF;
}
.bold {
	font-weight: bold;
}
.fav-add {
	color: #CCC;
	font-size: 120%;
}
.fav-remove,
.fav-remove-row,
.fav-remove-box {
	color: #FFCF0D;
	font-size: 120%;
}

/* 注文履歴CSS */

div.order-history {
	margin: 0 auto;
	width: 99%;
}

.order-history div.list{
	margin-top: 10px;
}

.order-history div.btn-box{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 200px;
	_width: 220px;
}
.order-history div.btn{
	margin: 0 10px;
	width: 72px;
	float: left;
}


/* 一覧 */
.order-history table {
	border-collapse: collapse;
	width: 100%;
}
.order-history th,
.order-history td {
	font-weight: normal;
	text-align: left;
	virtical-align: middle;
}
.order-history tbody th {
	background: #F9F9F9;
}
.order-history table.list {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.order-history table.list thead {
	background: #CC0000;
	color: #FFF;
}
.order-history table.list thead a:link,
.order-history table.list thead a:visited {
	display: block;
	color: #FFF;
}
.order-history table.list tbody tr.disabled {
	background-color: #AAA;
}
.order-history table.list tbody tr.clickable:hover td {
	background: #ecf2fa;
	cursor: pointer;
}
.order-history table.list th,
.order-history table.list td {
	border: 1px solid #CCC;
	padding: 5px;
}
.order-history th.item,
.order-history td.item {
	width: 100px;
}
.order-history th.number,
.order-history td.number {
	width: 25px;
	text-align: center;
}
.order-history th.cdshin,
.order-history td.cdshin {
	text-align: center;
}
.order-history table.list tbody tr th.cdshin,
.order-history table.list tbody tr td.cdshin {
	text-align: left;
}
.order-history th.name,
.order-history td.name {
	text-align: center;
}
.order-history table.list tbody tr th.name,
.order-history table.list tbody tr td.name {
	text-align: left;
}
.order-history th.reserve,
.order-history td.reserve {
	text-align: center;
}
.order-history th.order,
.order-history td.order {
	text-align: center;
}
.order-history th.noden,
.order-history td.noden {
	width: 200px;
	text-align: center;
}
.order-history th.price,
.order-history th.price-total,
.order-history td.price ,
.order-history td.price-total {
	text-align: center;
}
.order-history table.list tbody tr th.price,
.order-history table.list tbody tr th.price-total,
.order-history table.list tbody tr td.price,
.order-history table.list tbody tr td.price-total {
	text-align: right;
}
.order-history th.tax,
.order-history td.tax {
	text-align: center;
}
.order-history th.reserve-status,
.order-history td.reserve-status {
	text-align: center;
}
.order-history th.ope,
.order-history td.ope {
	width: 105px;
	text-align: center;
}
.order-history input.order{
	margin: 0px;
 	width: 25px;
 	text-align:right;
 	ime-mode: disabled;
}
.order-history th.summary,
.order-history td.summary {
	text-align: center;
	background-color:#EEE;
}
.order-history th.span,
.order-history td.span {
	width: 40px;
}
.order-history th.span2,
.order-history td.span2 {
	width: 60px;
}
.order-history th.span3,
.order-history td.span3 {
	width: 80px;
}

.order-history div.tab-body {
	padding:5px; 
	margin-bottom:10px; 
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.order-history th.NO			{	width: 25px;	}
.order-history th.CTODER		{	width: 58px;	}
.order-history th.SUM_CTODER	{	width: 96px;	}
.order-history th.DTODER		{	width: 72px;	}
.order-history th.CDSHIN		{	width: 82px;	}
.order-history th.NMSHIN		{}
.order-history th.KGTANK		{	width: 52px;	}
.order-history th.CTCAPA		{	width: 70px;	}
.order-history th.CART			{	width:120px;	}

table.list tbody tr.tr-selected td {
	background-color: #DDD;
}
table.list tbody tr.second-row{
	background-color: #EEE;
}


/* order関連 */
table.noborder-list {
	border-collapse: collapse;
}
table.noborder-list tr {
	border-bottom: 1px solid #CCC;
}
table.noborder-list th {
	padding: 2px;
}
table.noborder-list td {
	padding: 3px;
}

.attention {
    color: #F00;
}
.attention p{
   font-size:6px;
   margin: 0;
   padding: 0;
}
p.guidance{
   margin: 0;
   padding: 0;
}

div.order-deny {
	margin: 0 auto;
	width: 95%;
}


/* ログイン誘導通知 */
div.login-notice {
	padding: 50px 0 0 50px ;
}
.login-notice p.login-notice-message{
	font-size:18px;
	margin: 10px 0 30px 0;
}
.login-notice p.login-link{
}
.login-notice p.regist-link{
}
.login-notice a{
	font-size:14px;
}
.login-notice a.login-link{
}
.login-notice a.regist-link{
}
.login-notice div.box-login-notice-btn {
	width: 100%;
}
.login-notice div.box-login {
	margin:0pt 0pt 0pt 7pt;
	float: left;
	width: 72px;
}
.login-notice div.box-regist-cust {
	margin:0pt 0pt 0pt 7pt;
	float: left;
	width: 72px;
}






.drive-list ul{
	padding:0px 20px;
	margin:10px 0px;
}
.drive-list li{
	margin:5px 0px;
}
.drive-list a{
	font-size:120%;
}



/*************************************************
** ページャー
*************************************************/
div.pagerbox {
/*	width: 600px;*/
	width: 100%;
	margin: 10px auto 10px;
}
.pager-block{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.pager-block ul{
	margin: 0;
	font-size: 10px;
	padding-left: 0;
	list-style: none;
	position:relative;
	left:50%;
	float:left;
}

.pager-block li{
	background-color: #FFF;
	margin-right: 5px;
	border: 1px #A9A9A9 solid;
	font-weight: bold;
	font-size: 12px;
	position:relative;
	left:-50%;
	float:left;
}

.pager-block li.none{
	background-color: #EEE;
	position: relative;
	display: block;
	padding: 3px 8px;
	color: #666666;
}

.pager-block li.detail{
	position: relative;
	display: block;
	padding: 3px 8px;
	color: #000;
	border: none;
}

.pager-block a{
	position: relative;
	display: block;
	padding: 3px 8px;
/*	color: #3399FF;*/
}

.pager-block a:hover{
	background-color: #99CCFF;
	text-decoration: none;
}
/*(End)***********************************************************/










/* 利用案内 */
div.caption {
	padding: 2px;
	background-color: #FFF;
	line-height:16px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	padding-bottom: 8px;
}

.caption div.top-title {
	height: 32px;
	width: 98%;
	background: #CC0000;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	background: #CC0000;
	border: 1px solid #CCC;
	padding: 0 5px;
	margin: 0;
	line-height:32px;
	font-size:180%;
	font-weight: bold;
	color:#FFF;
}
.caption div.title {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0 0px;
}
.caption p.detail {
	font-size: 13px;
	margin: 2px 5px 6px;
}
.caption p#detail-top {
	text-align: center;
	font-size: 16px;
	margin: 2px 5px 6px;
}
.caption p#detail-top span{
	font-weight: bold;
	font-family: 'MS Pゴシック' ;
}
.caption p#detail-top small{
	font-weight: 500;
	margin-left: 4px;
	font-size: 11px;
}
.caption p#detail-toplink {
	text-align: center;
	margin: 2px 5px 6px;
}
.caption p#detail-toplink a{
	margin-left: 10px;
	margin-right: 10px;
}
.caption p.detail a {
	overflow-wrap: break-word;
}

.caption div.sub-title {
	height: 22px;
	line-height:22px;
	width: 90%;
	background: #CC0000;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	padding: 0 5px;
	margin: 5px;
	font-size:12px;
	/*font-weight: bold;*/
	color:#FFF;
}



.tweet_site {
	float:right;
}
.tweet_detail {
	margin-top: 5px;
}









/* やまや業務店WEBCSS */

/* エリア選択CSS */
div.areaselect {
	margin: 0 auto;
	width: 95%;
}



/* バナー */
div.banner {
	margin-top: 10px;
	padding: 2px;
	background-color: #FFF;
	line-height:16px;
}

div.banner-nobgc {
	margin-top: 10px;
	padding: 2px;
	line-height:16px;
}

.banner div.title {
	height: 29px;
	width: 755px;

	margin: 3px;
    -moz-box-shadow: 	5px 5px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    box-shadow: 		5px 5px 5px rgba(0,0,0,.3);
}
.banner div.body {
	margin: 2px;
	margin-top: 10px;
	padding: 2px;
}
.banner table.banner-col-3 {}
.banner table.banner-col-3 td {width:246px;}
.banner table.banner-col-3 img {
	width: 100%;
	* width: 246px; /* IE6 hack */
	border: 1px solid #CCC;
}
.banner table.banner-col-3 td div {}

.banner table.banner-col-2 {}
.banner table.banner-col-2 td {width:370px;}
.banner table.banner-col-2 img {
	width: 100%;
	* width: 370px; /* IE6 hack */
	border: 1px solid #CCC;
}
.banner table.banner-col-2 td div {}

.banner table.banner-col-1 {}
.banner table.banner-col-1 td {width:750px;}
.banner table.banner-col-1 td div {
	width:100%;
	* width: 750px; /* IE6 hack */
}
.banner table.banner-col-1 img {border: 1px solid #CCC;}

.banner div.item {margin: 2px;padding: 4px;}
.banner div.item img {border-style:none;}

.banner img.oettinger-img {
	width:100%;
	*width:486px;
	border:1px solid #CCC;
}
.banner a.oettinger-link {
	text-decoration:none;
}
.banner a.oettinger-link:hover  {
	text-decoration:underline;
}
.banner p.oettinger-copy {
	text-align:center;
	text-shadow:5px 5px 5px rgba(0,0,0,.3);
	color:#284B9C;
	font-weight:bold;
	line-height:20px;
	font-size:17px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

.osirase {
	background: #CC0000;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	padding: 0 5px;
	margin: 0;
	height: 26px;
	line-height:26px;
	font-weight:normal;
	color:#FFF;
	font-size:14px;
}

.toggle_btn_osirase {
    cursor: pointer;
	text-decoration: none;
	margin-left: 7px;
}

.ui-dialog .ui-dialog-title {
	font-weight:normal;
}


.alert-box {
	background: #FEFEFE;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	padding: 5px 5px 15px;
}
.alert-box p{
	font-size: 15px;
	margin:20px 10px;
}



div.sort-block {
    margin: 0 5px;
    padding: 0;
}
.sort-block div {
    float: left;
    font-size: 13px;
    margin: 5px 0;
    padding: 5px 2px;
}
.sort-block ul {
    float: left;
    margin: 5px;
    padding-left: 0;
}
.sort-block li {
    float: left;
    background-color: #FFF;
    border: 1px solid #AAA;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 8px;
/*    width: 40px;*/
}
.sort-block a {
  /*  padding: 5px 8px;*/
}


.image-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.image-grid .image-container {
/*  width: 49%;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}
.image-grid .image-container a {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
.image-grid .image-container img {
  width: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .image-grid .image-container {
/*    padding: 0px 2px;*/
/*    padding: 8px 15px; */
/*    width: calc(100% / 2);*/
  }
}

@media all and (-ms-high-contrast: none) {
  /* IEのみ。flexの幅調整がうまく効かないので･･･ */
  .image-grid .image-container {
    width: 49%;
    padding: 0px 2px;
  }
}


@media (min-width: 992px) {
  .image-grid .image-container {
/*    width: calc(100% / 4);*/
  }
}
@media (min-width: 768px) {
  .image-grid {
    -ms-flex-pack: start;
/*        justify-content: start;*/
  }
}

.red-left {
  border-left: 0.5em solid #ce1124;
  padding-left: 0.4em;
  margin-bottom: 7px;
}




/*************************************************
 カルーセル
*************************************************/
.slider-block {
  margin: 5px 0;
  padding:2px 2px 5px 2px;
  overflow:hidden;
  background-color: #FFF;
}

.slider-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}
.slider-block li {
	margin: 0;
	padding: 0;
	float:left;
}
.slider-block div.aaa {
	height: 172px;
	width: 670px;
	overflow:hidden;
	float:left;
}
.slider-block li div.name {
	height: 30px;
	width: 120px;
	clear:both;
	overflow:hidden;
}


.slider-block img, 
.slider-prev , 
.slider-next {
    display: block;
    float: left;
    height:100px;
    width: 100px;
    margin: 10px 10px 10px 2px;
    padding: 10px;
    transition: background 0.6s ease 0s;
}
.slider-block img {
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
    -moz-box-shadow: 	5px 5px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    box-shadow: 		5px 5px 5px rgba(0,0,0,.3);
}

.slider-prev , 
.slider-next {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	float:left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 26px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    width: auto;
}







div.campaign {
    background: none repeat scroll 0 0 #FEFEFE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    padding: 5px 5px 15px;
}
div.campaign .headline {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 4px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 18px;
	margin: 15px 0;
    padding: 3px 15px;
    position: relative;
}
div.campaign .guidance {
    margin: 10px 0 5px 0;
    padding: 3px 15px;
}

div.campaign .side-l {
    float:left;
    text-align:center;
    width:440px;
    margin:5px;
    padding:5px;
}
div.campaign .side-r {
    float:right;
    text-align:center;
    width:480px;
    margin:5px;
    padding:5px;
}

div.campaign .img-rolling-l {
    padding:5px;
	text-align:center;
	width:430px;
	height:430px;
/*	border: 1px solid #EEE\9;*/
}

div.campaign .img-rolling-t {
	text-align:center;
	width:100px;
	height:100px;
    margin:5px;
	border: 1px solid #EEE\9;
}

div.campaign .img-rolling-l {
}

div.campaign table.tbl-rolling {
	font-size:12px;
	margin: 15px;
	border-collapse: collapse;
}
div.campaign table.tbl-rolling tr {
	height:28px;
}
div.campaign table.tbl-rolling td {
	text-align: left;
}


/* btn-tw */
.btn-tw {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn-tw:hover,
.btn-tw:focus,
.btn-tw:active,
.btn-tw.active,
.btn-tw.disabled,
.btn-tw[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-tw:active,
.btn-tw.active {
  background-color: #cccccc \9;
}

.btn-tw:first-child {
  *margin-left: 0;
}

.btn-tw:hover,
.btn-tw:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-tw:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-tw.active,
.btn-tw:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-tw.disabled,
.btn-tw[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-tw-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-tw-large [class^="icon-"],
.btn-tw-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-tw-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-tw-small [class^="icon-"],
.btn-tw-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-tw-mini [class^="icon-"],
.btn-tw-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-tw-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning {
  /* color: #ffffff; */
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}


.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* btn-tw */






/* suggest 入力補完 */
#suggest {
	position: absolute;
	background: url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEE;
	border: 1px solid #CCC;
	color: #333;
	font-size: 1.1em;
	width: 220px;
	padding:3px;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	      border-radius: 3px;
}
#suggest div {
	display: block;
	margin:2px;
	padding:2px;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
}
#suggest div.over,
#suggest div.select{ /* キー上下で選択した場合のスタイル */
	color: #000;
	background-color: #DDD;
	-webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	      border-radius: 2px;
}
/* suggest 入力補完 */











/* book */
.book-view {
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}
.book-view .book-box {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.book-view .book-img {
    border-style:
	none;width:100%;
}
.book-view .book-box-s {
    text-align: center;
    width: auto;
    float: left;
/*	display: inline;*/
    margin-right:9px;
	padding: 10px 15px 4px ;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
.book-view .book-img-s {
    border-style:none;
}
.book-view .active {
    border: 2px solid #333;
}







/* ドロップダウンメニュー */
#gnav {
	width:auto;
	margin:auto 10px;
	/*margin: 10px 9px 15px 0;*/
	/*padding: 3px 15px;*/

	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	min-height: 40px;

	border: 1px solid #D4D4D4;
	border-radius: 4px;
}
ul#menu {
	margin:0;
}
#menu > li {
	float: left;
	position: relative;
	width: 120px;
	height:40px;
	/*border: 1px solid #CCC;*/
}
#menu > li > a {
	display: block;
	/*height:40px;*/
	text-decoration: none;
	font-size:22px;
	padding: 0 12px;
	letter-spacing: 0.2em;
	/*border: 1px solid #F00;*/
	border-left: 1px solid #DDD;
	height:100%;
	line-height: 40px;
	text-align:center;
}
#menu > li:last-child > a {
	border-right: 1px solid #DDD;
}
#menu > li > a.active ,
#menu > li > a:active ,
#menu > li > a:focus ,
#menu > li > a:hover {
	color: #999;
}

#menu li:hover .submenu {
	left: 0;
	display:block;
}
.submenu {
	margin: 0;
	padding: 0;
	position: absolute;
/*	width: 120px;*/
	width: 240px;
	top: 40px;
/*	left: -5000px;*/
	display:none;
	border-top: 1px solid #e1e1e1;
	z-index: 500;
}
.submenu li {
	padding: 1px;
	border: 1px solid #e1e1e1;
	border-top: none;
	background-color: #fff;
}
.submenu li a {
	display: block;
	padding: 6px;
	color: #057FAC;
	font-size: 13px;
	text-decoration: none;
}
.submenu li a:hover {
	background-color: #e8f2fa;
}

#menu * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/* パンくず */
#pankuzu ol li {
	display:inline;
}
#pankuzu ol li a {
	padding-left: 5px;
}

.btn-red {
	background: #EF1818;
	background-image: -webkit-linear-gradient(top, #EF1818, #810000);
	background-image: -moz-linear-gradient(top, #EF1818, #810000);
	background-image: -ms-linear-gradient(top, #EF1818, #810000);
	background-image: -o-linear-gradient(top, #EF1818, #810000);
	background-image: linear-gradient(to bottom, #EF1818, #810000);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;
	color: white;
    font-size: 13px;
    padding: 4px 16px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
    
.btn-red:hover {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.head-bar {
	width:100%;
	margin: 5px 0;
	background-color: #FFF;
	height: 56px;
	position: relative;
}

.ul-haead-bar {
	position: absolute;
	left: 45%;
	width: 40%;
	top: 25%;
	height: 30px;
}

.shop-cart{
	margin-right: 5px;
	width: 44px;
	height: 36px;
	margin-top: -12px;
	background-image: url(../img/header/header_cart.png) !important;
	background-repeat:  no-repeat !important;
    background-position:center center !important;
    background-size:contain !important;
	border: none !important;
}