@charset "utf-8";

/* Start For Blutton */

/* ボタンエリア指定 -------------- */
.btn_area_l{
	width:210px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.btn_area_l2{
	width:210px;
	margin:10px auto;
	padding:0;
	text-align:center;
}

.btn_area_n{
	width:450px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.btn_area_n2{
	width:450px;
	margin:10px auto;
	padding:5px 0;
	text-align:center;
}

/*---------------------------------------*/

/* ボタン共通指定 ----------------------- */
.btn{
	margin:5px;
	padding:0;
	width:210px;
	height:30px;
	float:left;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
}

.btn a:link{
	color:#333;
}

.btn_prev a:link{
	margin:0;
	padding:6px 0 4px 10px;
	font-size:12px;
	color:#333;
	width:200px;
	height:20px;
	display:block;
	text-decoration:none;
	background:url("../img/icon/icon_prev.png") no-repeat 2% 50%;
}

.btn_prev a:hover{
	text-decoration:underline;
}

.btn_next a:link{
	margin:0;
	padding:6px 10px 4px 0;
	font-size:12px;
	color:#333;
	width:200px;
	height:20px;
	display:block;
	text-decoration:none;
	background:url("../img/icon/icon_next.png") no-repeat 98% 50%;
}

.btn_next a:hover{
	text-decoration:underline;
}

/*---------------------------------------*/

/*Block Button*/

/*Block Cart -----------------------*/
.btn_cart {
	margin:0 auto;
	height:30px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border: none;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#fff;
}

.btn_cart a:link{
	width:100%;
	height:100%;
	padding:5px 0;
	display:block;
	color: #333;
	text-decoration: none;
}

.btn_cart a:hover{
	text-decoration:underline;
}
/*---------------------------------------*/

/*Block Category -----------------------*/
div#categoryarea li {
	padding: 0 0 0 16px;
	background: url("../img/icon/icon_arrow_b.png") 0 5px no-repeat;
}
div#categoryarea li.onmark {
	background: url("../img/icon/icon_arrow_a.png") 0 5px no-repeat;
}

div#categoryarea li.level1 {
	font-weight: normal;
}

div#categoryarea li.level1 li {
	font-weight: normal;
}

div#categoryarea li a:link {
	display: block;
	padding: 5px;
	color:#333;
	text-decoration:none;
}

div#categoryarea li a:hover {
	text-decoration:underline;
}


/*---------------------------------------*/

/*Block Guide -----------------------*/
#guidearea li {
	margin:1px auto;
	width:200px;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	border: none;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
}

#guidearea li a:link {
	position:relative;
	padding: 20px 0 16px 24px;
	display:block;
	width:176px;
	height:100%;
	color: #333;
	text-decoration: none;
	background: url("../img/icon/icon_guide.png") no-repeat 3% 55%;
}

#guidearea li a:hover {
	display:block;
	text-decoration:underline;
}

/*---------------------------------------*/

/*Block Log in -----------------------*/
.btn_login {
	margin:0 auto;
	height:30px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
}

.btn_login a:link {
	width:100%;
	height:100%;
	padding:5px 0;
	display:block;
	color: #333;
	text-decoration: none;
}

.btn_login a:hover{
	text-decoration:underline;
}

.btn_logout {
	margin:0 auto;
	height:30px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
}

.btn_logout a:link {
	width:100%;
	height:100%;
	padding:5px 0;
	display:block;
	color: #333;
	text-decoration: none;
}

.btn_login a:hover{
	text-decoration:underline;
}

/*---------------------------------------*/

/*Block Search -----------------------*/
.btn_search{
	margin:0 auto;
	height:30px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border: none;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#fff;
}

.btn_search a:link {
	width:100%;
	height:100%;
	padding:5px 0;
	display:block;
	color: #333;
	text-decoration: none;
}

.btn_search a:hover{
	text-decoration:underline;
}
/*---------------------------------------*/

/* End For Block Button*/

/*Button  Shopping Contents ---------------*/

div#incart_btn{
	width:950px;
	margin:0;
	padding:0;
}

div#incart_btn ul{
	margin:10px auto;
	padding:0;
	width:360px;
}

div#incart_btn ul li{
	margin:0 5px 0 0;
	padding:0;
	width:150px;
	height:30px;
	float:left;
	text-align:center;
	border-radius:4px;
	background:#444;
}

/* Button Guide Contents ------------------------------ */

.btn_ad{
	margin:10px 0;
	padding:5px;
	width:100px;
	height:20px;
	color:#fff;
	text-align:center;
	border-radius:4px;
	background:#444;
	overflow: hidden;
}

/* Page Detail ----------------------- */
.newbtn {
	margin: 10px 0;
	padding: 0;
	float: right;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:2px 2px 4px #ddd;
	-webkit-box-shadow:2px 2px 4px #ddd;
	-moz-box-shadow:2px 2px 4px #ddd;
	background:#444;
}

.newbtn a:link {
	margin: 0;
	padding: 5px 10px 5px 40px;
	display:block;
	color:#fff;
	text-decoration:none;
	background: url("../img/icon/icon_newmail.png") no-repeat 5% center;
}

.newbtn a:hover{
	text-decoration:underline;
}

.cartbtn {
	margin:0;
	padding:5px;
	clear: both;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#444;
}

.cartbtn a:link{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	background: url("../img/icon/icon_cart_in.png") no-repeat 15% center;
}

.cartbtn a:hover{
	text-decoration:underline;
}

.btn_down {
	color:#999999;
	padding:0 20px 0 0;
	background: url("../img/icon/icon_down.png") no-repeat 98% center;
	text-decoration:none;
}

.btn_down a:link {
	color:#333333;
	text-decoration:none;
}

.btn_down a:hover{
	text-decoration:underline;
}

.btnbox {
	width: 50%;
	margin: 1% auto;
	padding: 0;
	float: right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
}

.btnbox a:link {
	margin: 0;
	padding: 5px 40px 5px 20px;
	display:block;
	color:#000;
	text-decoration:none;
	background: url("../img/icon/icon_nav.png") no-repeat 95% center;
}

.btnbox a:hover{
	text-decoration:underline;
}

.btnbox166 {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
	position: absolute;
	top: 300px;
}

.btnbox166 a:link {
	margin: 0;
	padding: 5px 0;
	display:block;
	color:#444;
	text-decoration:none;
}

.btnbox166 a:hover{
	text-decoration:underline;
}

.btnbox_l {
	margin: 10px 0;
	padding: 0;
	float: left;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:2px 2px 4px #ddd;
	-webkit-box-shadow:2px 2px 4px #ddd;
	-moz-box-shadow:2px 2px 4px #ddd;
	background:#fff;
}

.btnbox_l a:link {
	margin: 0;
	padding: 5px 40px 5px 10px;
	min-width:100px;
	height:18px;
	display:block;
	color:#333;
	text-decoration:none;
	background: url("../img/icon/icon_nav.png") no-repeat 95% center;
}

.btnbox_l a:hover{
	text-decoration:underline;
}

.btn_review {
	width: 50%;
	margin: 0 0 1% 0;
	padding: 0;
	float: right;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:2px 2px 4px #ddd;
	-webkit-box-shadow:2px 2px 4px #ddd;
	-moz-box-shadow:2px 2px 4px #ddd;
	background:#fff;
}

.btn_review a:link {
	margin: 0;
	padding: 5px 10px 5px 40px;
	display:block;
	color:#444;
	text-decoration:none;
	background: url("../img/icon/icon_newcomment.png") no-repeat 5% center;
}

.btn_review a:hover{
	text-decoration:underline;
}

/*---------------------------------------*/

/*Page MyPage -----------------------*/
#mynavarea ul {
}

#mynavarea li {
	margin:5px auto;
	width:200px;
	display:block;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	box-shadow: 0 1px 6px #ccc inset;
	-moz-box-shadow: 0 1px 6px #ccc inset;
	-webkit-box-shadow: 0 1px 6px #ccc inset;
	background:#fff;
}

#mynavarea li a:link {
	position:relative;
	padding: 8px 0 10px 24px;
	display:block;
	width:176px;
	height:100%;
	color: #444;
	text-decoration: none;
	background: url("../img/icon/icon_guide.png") no-repeat 3% 50%;
}

#mynavarea li a:hover {
	text-decoration:underline;
}

/*---------------------------------------*/