@charset "utf-8";
/* CSS Document */


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


.text_style001{
	color:#FF0000;
	font-weight:bold;
}

.text_style002{
	color:#CC0000;
	font-weight:bold;
}

.list_area{
	border:0 !important;

}


/*     商品
============================================================================== */

.listrightbloc{
/* 	margin-left:0 !important; */
}

.product_box .product_picture{
	text-align:center;
	margin:10px 0 10px 0;
}

.list_container dt {
    clear: both;
    display: inline-block;
    float: left;
    line-height: 1.5;
    padding: 0;
}
.list_container dd {
    line-height: 1.5;
    padding: 0;
}
.list_container dd a {
    color: #0C4BB1;
    text-decoration: underline;
}
.check_p {
    margin: 6px 0 10px;
}
.check_p input {
    font-size: 13px;
    height: 1em;
    margin: 0 5px 2px 0;
    vertical-align: middle;
    width: 1em;
}
.check_p .check_p label {
}
.check_p .point_box {
    background: url("../../../images/parts/product/bg02.gif") no-repeat scroll right top #FF6600;
    display: inline-block;
    height: 24px;
    margin: 3px 0;
}

.e_book{
	margin-top:10px;
}

.e_book li{
	margin:0 0 10px 0;
}

.point_box{
	background:#FF6600;
	margin:3px 0 !important;
	padding:3px !important;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	display: inline-block;
}

.product_number{
}

.product_number input{
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	width:3em;
}

.attention_wrap {
    background: url("../../../../images/parts/product/ic01.png") no-repeat scroll 4px 5px #FFFFD9;
    border: 3px solid #FF0000;
    clear: both;
    color: #7E7E7E;
    font-weight: bold;
    padding: 8px 8px 8px 30px;
	margin:5px 0 0 0;
}



/*   カルーセル
--------------------------------------
　*/


.carouselwrap{
	margin: -5px auto 0 auto;
/* 	width:320px; */
	height:230px;
	padding:5px;
	position:relative;
}

.carousel{
	width:100%;
	height:230px;
	overflow:hidden;
}

.carousel_inner01,
.carousel_inner02,
.carousel_inner03,
.carousel_inner04{
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 7px 7px 7px 7px;
}

ul.column{
	width:150px;
	float:left;
}

ul.column li a{
	line-height:1.4;
/* 	font-size:80%; */
}



.carousel_prev01,
.carousel_prev02,
.carousel_prev03,
.carousel_prev04{
	width: 60px;
	height: 60px;
	background-color: none;
  background-image: url("../../../../images/parts/smart/common/arrowR.png");
  background-position: 10px 10px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  top: 80px;
  right: 0px;
	position:absolute;
}

.carousel_next01,
.carousel_next02,
.carousel_next03,
.carousel_next04{
	width: 60px;
	height: 60px;
  background-image:  url("../../../../images/parts/smart/common/arrowL.png");
  background-position: 10px 10px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  top: 80px;
  left: 0;
	position:absolute;
}





