


/*	 共通
 ============================================================================================
 */


.bd_none{
	border:none !important;

}


.even {
    background-color: #eee !important;
}



/*	 2カラムエリア
 ============================================================================================
 */

 div.list_area {
    background-color: #FFFFFF;
    border-top: 1px dotted #A5A5A3;
    width: 100%;
}


/*カテゴリ一覧*/
.category ul {
    list-style-type: none;
    margin: 8px 0 0 -5px;
}
.category li{
    float: left;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    border: 0;
    line-height: 100%;
    font-size:0;
}

.category li.category-text-type{
    display: inline-block;
    float:left;
    font-size: 0.8em;
    font-weight: bold;
    margin: 5;
    padding: 2px 15px 1px 15px;
    border: 1.5px solid #DFD28A;
    line-height: 100%;
    background-color: #DFD28A;
}

/*左　ブロック*/
 div.listphoto {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    margin-right:15px;
    width: 110px;
}


/*右　ブロック*/
div.listrightbloc {
    float: left;
    width: 480px;
    margin-top:20px;
}

#contents #main_contents .listrightbloc li{
    line-height: 1.3 !important;
    margin-right: 10px;
}

/*商品名*/
div.listrightbloc h3 {
    font-weight: bold;
    font-size: 120%;
    padding-left:17px;
    margin-bottom:10px;
    line-height: 140%;
    background:url("../../../images/parts/goods-list/ic.gif") no-repeat left 5px;
}
div.listrightbloc h3 a{
    color:#0551b1;
    text-decoration: underline;
}

/*商品詳細*/
div.listrightbloc .details {
    margin: 15px 0 15px 0;
}

div.listrightbloc .details .product_category ul {
    list-style-type: none;
    margin-bottom: 5px;
}
div.listrightbloc .details .product_category li{
    float:left;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    border: 0;
    line-height: 100%;
    font-size:0;
}

div.listrightbloc .product_category ul {
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 5px;
}
div.listrightbloc .product_category li{
    float:left;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    border: 0;
    line-height: 100%;
    font-size:0;
}
/*タグ　テキスト化*/
div.listrightbloc .product_category li.text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 4px 5px 1px 5px;
    border: 1.5px solid red;
    line-height: 100%;
    background-color: #fff;
}

div.listrightbloc .product_category li.kinoppy-text-type{
  display: inline-block;
  float:left;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 4px 13px 1px 13px;
  border: 1.5px solid #9C6A1D;
  line-height: 100%;
  background-color: #9C6A1D;
}

div.listrightbloc .product_category li.reader-text-type{
  display: inline-block;
  float:left;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 4px 13px 1px 13px;
  border: 1.5px solid #9F3810;
  line-height: 100%;
  background-color: #9F3810;
}

div.listrightbloc .product_category li.reserve-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 4px 20px 1px 20px;
    border: 1.5px solid #006699;
    line-height: 100%;
    background-color: #006699;
}

div.listrightbloc .product_category li.spePr-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 4px 20px 1px 20px;
    border: 1.5px solid #3A1810;
    line-height: 100%;
    background-color: #3A1810;
}

div.listrightbloc .product_category li.campaign-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 4px 13px 1px 13px;
    border: 1.5px solid #3A1810;
    line-height: 100%;
    background-color: #3A1810;
}

/*価格*/
div.listrightbloc .pricebox {
    margin: 0 0 5px 0;

}

.sale_price {
    color: #f4030a;
    font-weight: bold;
}
.redhot {
    color: #f6070d;
}
div.listrightbloc .pricebox .special {
    color: #cc0000;
    font-weight: bold;
    font-size: 120%;
}

div.listrightbloc .pricebox li{
    margin: 0;
    padding: 0;
    border: 0;
}



/*	 3カラムエリア
 ============================================================================================
 */

#main_contents .title_area5 {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    margin: 0;
    padding: 9px 0;
    position: relative;
    width: inherit;
}
#main_contents .title_area5 h2 {
    background: url("../../../images/parts/main_contents/ic02.png") repeat-y scroll 2px top transparent;
    padding: 6px 0 5px 21px;
}
#main_contents .title_area5 h2 span {
    display: block;
    font-size: 120%;
    font-weight: bold;
	color:#FF5F13;
}
#main_contents .title_area5 .more_link {
    bottom: 10px;
	right:0;
    position: absolute;
	text-align:right;
}
#main_contents .title_area5 .more_link a {
    width: 6em;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#0C4BB1;
}




#calendar_box{
	margin:0 50px 0 50px;
}


#calendar_box .calendar_inner_box{
	padding:0 0 18px 0;
	margin:0 0 70px 0;
	border-bottom: #999 dotted 1px;
}

#calendar_box .calendar_inner_box dl{
	float:left;
}

#calendar_box .calendar_inner_box dl dt{
	font-weight:bold;
	padding:9px 0 9px 0;
	text-align:center;
}

#calendar_box .calendar_inner_box dl.date_list{
	width:65px;
	margin-right:5px;
}

#calendar_box .calendar_inner_box dl.date_list dt{
	background:#AFA886;
	color:#FFF;
	border-bottom:#EED55E 3px solid;
	margin:0 0 14px 0;
}

#calendar_box .calendar_inner_box dl.date_list dd{
	padding:0 0 0 12px;
}


#calendar_box .calendar_inner_box dl.date_list dd .date_num{
	width:38px;
	height:38px;
	background:url(../../../images/parts/calendar/bg02.gif) left top no-repeat;
	text-align:center;
	margin:0 0 2px 0;
}


#calendar_box .calendar_inner_box dl.date_list dd .date_num span{
	color:#FF5F13;
	font-size:130%;
	font-weight:bold;
	line-height:38px;
}

#calendar_box .calendar_inner_box dl.detail_list{
	width:360px;
	margin-right:5px;
}

#calendar_box .calendar_inner_box dl.detail_list dt{
	background:#AFA886;
	color:#FFF;
	border-bottom:#EED55E 3px solid;
	margin:0 0 14px 0;
}

#calendar_box .calendar_inner_box dl.detail_list dd .listrightbloc{
    float: none;
    margin-top: 0;
	width:360px;
}

#calendar_box .calendar_inner_box dl.detail_list dd .listrightbloc .photo_box{
    float: left;
    width: 120px;
	margin:0 0 20px 0;
}

#calendar_box .calendar_inner_box dl.detail_list dd .listrightbloc .right_col{
	margin:0 0 20px 120px;
	width:235px;
}

#calendar_box .calendar_inner_box dl.detail_list dd .listrightbloc .right_col h3{
	margin:0 0 10px 0;
	font-size:110%;
}

#calendar_box .calendar_inner_box dl.detail_list dd .listrightbloc .right_col .details .product_category ul{
	height:13px;
	word-spacing:-0.4em;
}

#calendar_box .calendar_inner_box dl.detail_list dd .listrightbloc .right_col .details .product_category ul li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-top:0;
	word-spacing: normal;
}

#calendar_box .calendar_inner_box dl.detail_list dd .listrightbloc .pricebox{
	clear:both;
}


#calendar_box .calendar_inner_box dl.other_list{
	width:194px;
}

#calendar_box .calendar_inner_box dl.other_list dt{
	background:#D3CFB9;
	color:#534D30;
	border-bottom:#AFA886 3px solid;
	margin-bottom:2px;
}

#calendar_box .calendar_inner_box dl.other_list dd{
	border:#ccc 1px solid;
	padding:1px 1px 0 1px;
}

#calendar_box .calendar_inner_box dl.other_list dd ul li{
	border-bottom:#D6D0BD 1px solid;
	margin:0 0 1px 0;
	padding:5px;
	background:#E9E7DC;
}

#calendar_box .calendar_inner_box dl.other_list dd ul li .icon_zone{
  float: left;
	padding:0 5px 0 0;
}

#calendar_box .calendar_inner_box dl.other_list dd ul li a{
	color:#0C4BB1;
	font-weight:bold;
	font-size:91%;
	line-height:1.4;
}

#calendar_box .calendar_inner_box dl.other_list dd .calendar_more_link{
	border-top: #CCC 1px dotted;
    padding: 4px 0 4px;
    text-align: right;
}

#calendar_box .calendar_inner_box dl.other_list dd .calendar_more_link a{
    background: url("../../../images/parts/main_contents/ic03.png") no-repeat scroll left center transparent;
    color: #524F37;
    display: inline-block;
    /display: inline;
    font-weight: bold;
    width: 7.2em;
	font-size:92%;
	margin:0 4px 0 0;
	/zoom:1;
}





.calender_product_box{
	margin:0;
}

.calenderHeader .season_box{
	text-align:right;
	padding:0 0 10px 0;
	border-bottom: #999 dotted 1px;
	margin:0 0 10px 0;
}



.calenderHeader .season_box li{
	width:54px;
	height:21px;
	text-align:center;
	margin: 0 0 0 11px;
	padding: 0;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.calenderHeader .season_box li a{
  display: block;
	width:54px;
	height:21px;
	margin: 0;
	padding: 0;
}

.calender_product_box .header{
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #AFA886;
  border-bottom: #EED55E 3px solid;
}

.calender_product_box div.dayArea .header{
  width: 50px;
  margin: 0 0 10px 0;
  padding: 3px 0 3px 0;

}

.calender_product_box .observationArea{
  float: left;
  width: 380px
}

.calender_product_box .observationArea.fullsize{
  width: 100%;
  padding: 15px 0 0 0;
  border-top: 1px dotted #ccc;
}

.calender_product_box div.observationArea .header{
  margin: 0 0 10px 0;
  padding: 3px 0 3px 10px;
}

.calender_product_box div.dayArea{
  float: left;
	width: 55px;
}

.calender_product_box div.dayArea a{
  display: block;
  text-decoration: none;
  margin: 0 0 2px 6px;
}

.calender_product_box div.day{
  font-size: 120%;
  font-weight: bold;
  line-height: 35px;
  color: #FF5F13;
  width: 38px;
  height: 35px;
  background: url(../../../images/parts/calendar/bg02.gif) left top no-repeat;
  text-align: center;
  margin: 0 0 2px 0;
  border-bottom: #FF5F13 3px solid;
}

.calender_product_box .left_box{
	float:left;
	width:120px;
	margin-right: 0;
	padding: 0;
}

.calender_product_box div.leftheaderArea{
  text-align: center;
  font-weight: bold;
  color: #534D30;
  margin: 0 0 1px 0;
  padding: 3px 0 0 0;
  background: #D3CFB9;
  border-bottom: #AFA886 3px solid;
}

.calender_product_box .left_box p{

}

.calender_product_box .left_box label{
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
}
.calender_product_box .left_box label input[type=checkbox]{
  margin: 5px 0 0 0;
  padding: 0;
}

.calender_product_box .left_box ul li{
	margin-top:5px;
}


.calender_product_box .right_box{
	float: left;
	width: 260px;
	line-height: 1.4;
}

.calender_product_box .observationArea.fullsize .right_box{
  float: right;
  width: 510px;
}

.calender_product_box div.rightheaderArea{
  text-align: center;
  font-weight: bold;
  color: #534D30;
  margin: 0 0 1px 0;
  padding: 3px 0 0 0;
  background: #D3CFB9;
  border-bottom: #AFA886 3px solid;
}

.calender_product_box div ul li a {
  color: #0551B1;
  text-decoration: none;
}


.calender_product_box .right_box h3 {
  font-weight: bold;
  font-size: 120%;
  padding-left:17px;
  margin-bottom:10px;
  line-height: 140%;
  background:url(../../../images/parts/goods-list/ic.gif) no-repeat left 5px;
}


.calender_product_box .right_box h3 a {
    color: #0551B1;
    text-decoration: underline;
}


.calender_product_box .right_box .product_category {
	margin:20px 0 5px 0;
}
.calender_product_box .right_box .product_category li {
    border: 0 none;
    float: left;
    font-size: 0;
    line-height: 100%;
    margin: 0 10px 0 0;
    padding: 0;
}
/*タグ　テキスト化*/
.calender_product_box .right_box .product_category li.text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 4px 5px 1px 5px;
    border: 1.5px solid red;
    line-height: 100%;
    background-color: #fff;
}

.calender_product_box .right_box .product_category li.reserve-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 4px 20px 1px 20px;
    border: 1.5px solid #006699;
    line-height: 100%;
    background-color: #006699;
}

.calender_product_box .right_box .product_category li.spePr-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 4px 20px 1px 20px;
    border: 1.5px solid #3A1810;
    line-height: 100%;
    background-color: #3A1810;
}

.calender_product_box .right_box .product_category li.campaign-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 4px 13px 1px 13px;
    border: 1.5px solid #3A1810;
    line-height: 100%;
    background-color: #3A1810;
}

.calender_product_box .right_box .list_container {
}
.calender_product_box .right_box .list_container dt {
	display:inline-block;
	/display:inline;
	/zoom:1;
  float: left;
  padding: 0;
	clear:both;
	line-height:1.5;
}

.calender_product_box .right_box .list_container dd {
    padding: 0;
	line-height:1.5;
}

.calender_product_box .right_box .list_container dd a{
	color:#0C4BB1;
	text-decoration:underline;
}


.calender_product_box .right_box .check_p{
    margin: 6px 0 10px 0;
}

.calender_product_box .right_box .check_p input {
    font-size: 13px;
    height: 1em;
    margin: 0 5px 2px 0;
    vertical-align: middle;
    width: 1em;
}
.calender_product_box .right_box .check_p label{
}


.calender_product_box .right_box li.point_box{
	display:inline-block;
	/display:inline;
	/zoom:1;
  /* background: url(../../../images/parts/product/bg02.gif) no-repeat right top #FF6600; */
  background-color: #FF6600;
  margin: 3px 0 3px;
/* 	height:24px; */
}

.calender_product_box .right_box .pricebox li input[type=text].count{
	width: 20px;
	height: 20px;
}

.calender_product_box .right_box span.point_box_inner{
/*   background: url(../../../images/parts/product/bg01.gif) no-repeat left top; */
  color: #FFFFFF;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
	padding: 0 10px 0 10px;
/* 	height:18px; */
}


.calender_product_box .right_box .product_btn{
	margin:4px 0 0 0;
}

.calender_product_box .right_box .product_btn input{
	/* width:114px; */
	padding:5px;
}

.calender_product_box .right_box .sampleBtn{
	margin:0 10px 0 0;
}

.calender_product_box .right_box .shopping_bt2{
	float:left;
	margin:0 10px 10px 0;
}


.calender_product_box .right_box .attention_wrap{
	border:#F00 3px solid;
	clear:both;
	padding:8px 8px 8px 30px;
	background:#FFFFD9 url(../../../images/parts/product/ic01.png) 4px 5px no-repeat;
	color:#7e7e7e;
	font-weight:bold;
	/zoom:1;
}

.calender_product_box .delete_price {
    text-decoration:line-through;
}

/*その他タイトル*/
.calender_product_box .otherTitles{
  float: right;
  width: 185px;
  border: #CCC 1px solid;
  padding: 1px 1px 0 1px;
}

.calender_product_box div.otherheaderArea{
  text-align: center;
  font-weight: bold;
  color: #534D30;
  margin: 0 0 1px 0;
  padding: 3px 0 0 0;
  background: #D3CFB9;
  border-bottom: #AFA886 3px solid;
}

.calender_product_box .otherTitles ul{
  border: #CCC 1px solid;
  padding: 1px 1px 0 1px;
}

.calender_product_box .otherTitles li{
  line-height: 1.2em;
  border-bottom: #D6D0BD 1px solid;
  margin: 0 0 1px 0;
  padding: 5px;
  background: #f3f2ed;
}

.calender_product_box .otherTitles li img{
  margin: 0 5px 0 0;
}

.calender_product_box .otherTitles .calender_moreLink{
  border-top: #CCC 1px dotted;
  padding: 4px 0 4px;
  text-align: right;
}

.calender_product_box .otherTitles .calender_moreLink a{
  text-decoration: none;
  background: url(../../../images/parts/main_contents/ic03.png) no-repeat scroll left center transparent;
  color: #524F37;
  display: inline-block;
  font-weight: bold;
  width: 7.2em;
  font-size: 92%;
  margin: 0 4px 0 0;
}











