/* content */
div#contents{
	position: relative;
	width: 840px;
	margin: auto;
	padding: 155px 30px 30px 30px;
	clear: both;
	background-color: #fff;
}

div#nav{
	font-size: 11px;
	margin-bottom: 20px;
}
div#nav a{
	color: #555;
	text-decoration: none;
}
div#nav a:hover{
	color: #aaa;
	text-decoration: underline;
}


.sale_price{
	font-weight: bold;
	color: #f00;
}


div#left_clm{
	width: 600px;
/*	padding: 15px; */
/*	background-color: #888; */
	float: left;
	display: inline;
/*	border: 1px solid #ddd; */
	background-color: #fff;
}


div#left_clm h3{
	margin-bottom: 0px;
}

div#left_clm h4.acc_name{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
	margin-bottom: 10px;
	background-color: #efefef;
	padding-left: 5px;
	border-left: 5px solid #ccc;
}

div#left_clm ul li{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
}

div#left_clm ul li h4{
	position: absolute;
	left: 200px;
	font-weight: bold;
	font-size: 16px;
}

div#left_clm ul#ac_list li img{
	width: 180px;
	height: 180px;
}

div#left_clm ul li .price{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: bold;
	margin: 0;
}

div#left_clm ul li .sentence{
	position: absolute;
	left: 200px;
	top: 25px;
	margin: 0;
	width: 400px;
}

div#left_clm ul li .functions{
	position: absolute;
	right: 0px;
/*	bottom: 15px; */
	top: 145px;
	height: 36px;
	margin: 0;
}

div#left_clm ul li .functions a{
	display: block;
	height: 36px;
	width: 156px;
	float: left;
}

div#left_clm ul li .functions a span{
	display: none;
}

div#left_clm ul li .functions a.customize_btn{
	background: url(/img/customize.png) no-repeat 0 0 ;
}
div#left_clm ul li .functions a.cart_middle_btn{
	background: url(/img/cart_middle.png) no-repeat 0 0 ;
}
div#left_clm ul li .functions a.customize_btn:hover{
	background-position: 0 -36px;
}
div#left_clm ul li .functions a.cart_middle_btn:hover{
	background-position: 0 -36px;
}


div#left_clm ul li .functions a img{
	border: none;
}


div#left_clm ul li img{
	border: 1px solid #ccc;
}




/*
div#right_clm_menu{
	float: right;
	width: 200px;
	background: url(/img/right_menu.png) no-repeat 0 bottom;
	display: block; 
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 10px;
	margin-left: 40px;
}
*/

div#right_clm_wrapper{
	position: absolute;
	right: 25px;	
}

div#right_clm_wrapper div{
	width: 200px;
	background: url(/img/right_menu.png) no-repeat 0 bottom;
	display: block; 
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 10px;
}

div#right_clm_wrapper dl{
	padding-left: 10px;
	background: url(/img/right_menu_top.png) no-repeat 0 top;
	width: 190px;
}

div#right_clm_wrapper ul.ul_chk li{
	display: block;
	float: left;
	width: 90px;	
	font-size: 11px;
}

div#right_clm_wrapper dl{
	padding-left: 10px;
	background: url(/img/right_menu_top.png) no-repeat 0 top;
	width: 190px;
}


div#right_clm_wrapper dl dt{
	font-weight: bold;
	padding: 10px 0 5px 0;
	clear: both;
}

div#right_clm_wrapper dl dd{
	float: left;
	display: inline;
}

div#right_clm_wrapper dl dd ul li{
	margin-bottom : 2px;
	font-size: 12px;
}



div#right_clm_cart{
	margin-top: 15px;
}




dd#cart_inside dl{
	background: none;
	width: 185px;
	margin: 0;
	padding:0;
}

dd#cart_inside dl dt{
	clear:none;
	display: block;
	font-weight: normal;
	width: 75%;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 9px;
}

dd#cart_inside dl dd{
	clear:none;
	display: block;
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 5px;
	font-size: 9px;
}

dd#cart_inside dl#cart_total{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

dd#cart_inside dl#cart_total dt{
	font-weight: bold;
}

dd#cart_inside dl#cart_total dt{
	font-weight: bold;
	margin-bottom: 10px;
}

/* カート開くボタン */

a#open_cart{
	display: block;
	clear: both;
	height: 36px;
	width: 156px;
	background: url(/img/open_cart.png) no-repeat 0 0 ;
	margin: 0 auto;
}
a#open_cart:hover{
	background-position: 0 -36px;
}
a#open_cart span{
	display: none;
}



/* アイテム個別ページ右カラム */


div#right_clm_menu a.cart_middle_btn2 span{
	display: none;
}

div#right_clm_menu a.cart_middle_btn2{
	position: inherit;
	display: block;
	height: 36px;
	width: 156px;
	background: url(/img/cart_middle.png) no-repeat 0 0 ;
	margin: 10px auto 0 auto;
}
div#right_clm_menu a.cart_middle_btn2:hover{
	background-position: 0 -36px;
}

div#right_clm_menu select#cst_sel{
	margin-top: 5px;
	font-size: 11px;
}


/* アイテム個別ページ左カラム */
div#left_clm #img_large{
	float:left;	
}

div#left_clm div#img_small{
	float:right;
}
div#left_clm div#img_small img{
	display: block;
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}


/* アイテム個別　テスト */
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 580px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(/img/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}


/* */

div#contents ul#ac_thumbs li{
	display: inline;
	float: left;
	position: relative;
	width: 150px;
	height: 150px;
	margin-bottom: 50px;
	padding: 0;
	border: none;
}

div#contents ul#ac_thumbs li img {
	width: 140px;
	height: 140px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	position: absolute;
	left: 0; top: 0;
	background: #fff;
}

div#contents ul#ac_thumbs li h4{
	font-size: 12px;
	position: absolute;
	top: 145px;
	left: 0px;
}

div#contents ul#ac_thumbs li h4 span{
	font-weight: normal;
}

div#contents ul#ac_thumbs li img.hover {
	background:url(/img/thumbs_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}



/* 1 clm */

div#main_clm h4{
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #000;
	margin-bottom: 10px;
	background-color: #efefef;
	padding-left: 5px;
	border-left: 5px solid #ccc;
}

div#main_clm a{
	color: #000;
}
div#main_clm a:hover{
	color: #888;
}

div#main_clm p{
	margin: 0 0 30px 0;
}

div#main_clm dl dt{
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	background-color: #efefef;
	padding-left: 5px;
	border-left: 5px solid #ccc;
}
div#main_clm dl dt span{
	padding-right: 10px;
	padding-bottom: 2px;
}
div#main_clm dl dd{
	margin-bottom: 0px;
}

div#main_clm span{
	font-weight: bold;
}


.table_delive{
	border-collapse:collapse;
	border: 1px solid #555;
	width: 85%;
	margin-bottom: 30px;
}

.table_delive th{
	border: 1px solid #555;
	background-color: #e0e0e0;
	padding: 3px;
	min-width: 100px;
	vertical-align: middle;
}
.table_delive th.th2{
	border: 1px solid #555;
	background-color: #eeeeee;
}
.table_delive td{
	border: 1px solid #555;
	background-color: #ccc;
	width: 100px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
.table_delive caption{
	display: none;
}



div.main_about{
	background: url(/img/about_bg.gif) no-repeat right bottom;	
}

div.main_customize h4{
	clear: both;
	font-weight: bold;
	margin: 25px 0 5px  0;
}
div.main_customize ul li{
	width: 23%;
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}

div.main_customize ul li img{
	vertical-align: top;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

ul.ul_normal li{
	list-style-type: disc;
	margin-left: 20px;	
}

ul.ul_normal{
	margin-bottom: 20px;	
}


div#main_beads dl dt{
	clear: both;
	background-color:#EFEFEF;
	border-left:5px solid #CCCCCC;
	font-weight:bold;
	margin: 20px 0;
	padding-left:5px;
}

div#main_beads dl dd.beads_img{
	width: 200px;
	float: left;
	display: inline;
	margin: 0 20px 30px 0;
	text-align: center;
}

div#main_beads dl dd img{
	border: 1px solid #ccc;
}

/* defo */
div#main_clm_defo p{
	margin-bottom: 20px;
}
div#main_clm_defo ul{
	margin-bottom: 20px;
}
div#main_clm_defo ul li{
	list-style: disc;
	margin-left: 20px;
}
div#main_clm_defo span{
	font-weight: bold;
}
div#main_clm_defo ul#banner li{
	display: inline;
	float: left;
	margin: 0 15px 30px 0;
	height: 75px;
	vertical-align: middle;
}
div#main_clm_defo h3{
	clear: both;
}

div#main_clm_defo dl.link_dl {
	margin-bottom: 50px;
}

div#main_clm_defo dl.link_dl dt{
	float: left;
	width: 130px;
	height: 50px;
}

div#main_clm_defo dl.link_dl a{
	color: #000;
}
div#main_clm_defo dl.link_dl a:hover{
	color: #aaa;
}

div#main_clm_defo h4{
	background-color:#efefef;
	border-left:5px solid #ccc;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:5px;
}
div#main_clm_defo h4 span{
	font-weight: normal;
}

div#main_clm_defo dl#mailmg{
	padding: 10px;
}

div#main_clm_defo dl#mailmg dt{
	margin-bottom: 20px;
	padding-left: 52px;
	line-height: 52px;
	background: url(/img/mailmagazine/email_open.png) no-repeat left center;
	height: 48px;
}
div#main_clm_defo dl#mailmg dd{
	margin-bottom: 10px;
}

div#main_clm_defo .mg_email{
	width: 300px;
}

div#main_clm_defo ul#users_voice li{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	margin: 0 15px;
}
div#main_clm_defo ul#users_voice li span{
	display: block;
	margin-top: 20px;
	text-align: right;
	
}

div.main_customize ul li img{
	border: 1px solid #aaa;
	
}
