@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

html, body {
	height: 100%;
}

body {
	color: #4d4d4d;
	background-color: #ffffff;
	font-family: "メイリオ", "Hiragono Kaku Gothic Pro", "ヒラギノ角ゴシックW3",
		"ＭＳ Ｐゴシック", Verdana, Ariel, Helvetica, Osaka, sans-serif;
	font-size: 84%;
}

a {
	color: #336699;
	text-decoration: none;
}

p {
	line-height: 1.45em;
}

a:visited {
	color: #788fa7;
}

a:hover {
	color: #2886ca;
}

br {
	letter-spacing: 0;
}

h1 {
	font-size: 140%;
	margin: 0 0 24px 0;
	padding: 0 0 0 6px;
	color: #263d4d;
	border-left: solid 8px #336699;
	text-shadow: #c2def3 2px 2px 1px;
}

h1.none {
	border: none;
}

h2 {
	margin: 16px 0 10px 0;
	padding: 6px 8px;
	font-size: 105%;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #2886ca, #64c2ff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2886ca),color-stop(1, #64c2ff));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#2886ca', EndColorStr='#64c2ff')";
	background-color: #64c2ff;
}

h2.dl {
	margin: 0 0 5px 0;
	padding: 6px 8px;
	font-size: 105%;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #30c2a9, #4de3c2);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #30c2a9),color-stop(1, #4de3c2));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#30c2a9', EndColorStr='#4de3c2')";
	background-color: #64c2ff;
}

h3 {
	font-size: 104%;
	margin: 16px 0 6px 0;
	border-bottom: dotted 1px #cccccc;
}

input[type="image"] {
	border-style: none;
	margin: 0;
	padding: 0;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.spacing0 {
	border-collapse: collapse;
	border-spacing: 0;
}

.spacing1 {
	border-collapse: collapse;
	border-spacing: 1px;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.clear {
	clear: both;
}

div#Wrapper {
	width: 1024px;
	margin: 0 auto;
}

div#Contents {
	width: 976px;
	margin: 0 auto;
	padding: 43px 0 0 0;
	clear: both;
}

div#Header {
	width: 960px;
	margin: 0 40px 0 24px;
}

div#Main {
	width: 752px;
	margin: 0 0 16px 0;
	float: left;
}

div.footer_ac {
	margin: 0;
	padding: 0 0 90px 0;
	background: url(/img/layout/footer_alicechan.png) no-repeat 210px 0px;
}

div#Footer #footer_alicechan {
	display: block;
	padding-left: 210px;
}

div#Footer hr {
	border-top: solid 1px #ccc;
	margin-bottom: 16px;
}

div#Footer {
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
	clear: both;
	text-align: center;
}

div#Footer a {
	font-weight: bold;
}

div#FooterContents {
	width: 100%;
	_height: 1.5em;
	margin: 0 auto;
	color: #666;
	text-align: center;
}

div#FooterContents div {
	margin: 0 auto;
	padding: 0 0 4px 0;
	text-align: center;
}

div#FooterContents ul {
	text-align: center;
}

div#FooterContents li {
	padding: 0 6px 0 8px;
	display: inline;
	border-left: 1px solid #4d4d4d;
}

div#FooterContents li.first {
	border: none;
}

/* common_end */

/* misc */
.to_top {
	float: right;
}

h1.plane {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	border: none;
}

div.text {
	padding: 0 0 32px 0;
}

span.bold {
	font-weight: bold;
}

span.ess {
	color: #cc0000;
	font-weight: bold;
}

span.sup1 {
	color: #808080;
	font-size: 85%;
}

span.sup2 {
	color: #cbcbcb;
	text-decoration: underline;
}

a.sup_link {
	color: #4d4d4d;
}

input, select, textarea {
	margin: 0;
	padding: 2px;
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}

input:hover, select:hover, textarea:hover {
	border-top: 1px solid #87c0ff;
	border-left: 1px solid #87c0ff;
	border-right: 1px solid #87c0ff;
	border-bottom: 1px solid #bbdbff;
}

input.radio, .checkbox {
	width: auto;
	border: none;
	position: relative;
	vertical-align: middle;
}

div.ul_common {
	padding: 16px 0 0 16px;
}

ul.common {
	margin: 0 0 0 1.4em;
	padding: 0;
	list-style-type: disc;
}

ul.decimal {
	margin: 0 0 0 1.6em;
	padding: 0;
	list-style-type: decimal;
}

ul.decimal li {
	margin: 0 0 0.4em 0;
}

dl.common {
	
}

dl.common dt {
	font-size: 105%;
	font-weight: bold;
}

dl.common dd {
	margin: 0 0 16px 16px;
}

/* misc end */
div#Header #header_top {
	background-color: #1387cd;
	border-bottom: solid 1px #127ab8;
}

div#Header #header_top #h_logo {
	margin: 0 0 0 13px;
	float: left;
}

div#Header #header_top ul#h_navi {
	margin: 22px 20px 0 0;
	float: right;
	list-style-type: none;
	line-height: 1;
}

div#Header #header_top ul#h_navi li {
	padding: 6px 10px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 0 0;
}

div#Header #header_top ul#h_navi li a {
	color: #333399;
}

div#Header #header_top ul#h_navi li.welcome {
	font-weight: normal;
	color: #ffffff;
	width: 150px;
}

div#Header #header_top ul#h_navi li.none {
	background-color: #BFDAEF;
	border-radius: 3px;
}

div#Header #header_top ul#h_navi li.border {
	background-color: #BFDA66;
	border-radius: 3px;
}

div#Header #header_top ul#h_navi li.eng_che {
	background-color: #F6B153;
	border-radius: 3px;
}

div#Header #header_top ul#h_navi li.fb {
	margin: 0 0 0 16px;
	padding: 0;
}

div#Header #header_top ul#h_navi li.tw {
	margin: 1px 0 0 8px;
	padding: 0;
}

div#Header #header_bottom {
	padding-bottom: 4px;
	background-color: #c1def4;
	border-radius: 0 0 5px 5px;
}

div#Header #header_bottom #header_menulist {
	margin: 10px 0 0 12px;
	font-size: 12px;
	list-style: none;
	float: left;
	display: inline-block;
}

div#Header #header_bottom #header_menulist li {
	font-weight: bold;
	display: inline;
	padding: 2px 5px 0 12px;
	background: url(/img/layout/header_menu_arrow.png) no-repeat center left;
}

div#Header #header_bottom #header_menulist li a {
	color: #333399;
}

div#Header #header_bottom #header_menulist li a:hover {
	color: #2886ca;
}

div#Header #header_bottom .search_form {
	margin: 6px 8px 0 0;
}

div#Menu {
	width: 176px;
	margin: 0 32px 0 0;
	float: left;
}

ul.menu {
	margin: 8px 15px 16px 12px;
	position: relative;
	*margin: 4px 7px 16px 15px;
}

ul.menu li {
	font-size: 101%;
	font-weight: bold;
	list-style: none;
	margin: 3px 0;
	padding: 2px 0 0 27px;
	*margin: 1px 0;
}

ul.menu_help {
	margin: 8px 15px 0 12px;
	position: relative;
	*margin: 4px 7px 0 15px;
}

ul.menu_help li {
	font-size: 101%;
	font-weight: bold;
	list-style: none;
	margin: 3px 0;
	padding: 2px 0 0 0;
	*margin: 1px 0;
}

li.item_type_0 {
	background: url(/img/layout/item_type_0.png) no-repeat center left;
}

li.item_type_1 {
	background: url(/img/layout/item_type_1.png) no-repeat center left;
}

li.item_type_2 {
	background: url(/img/layout/item_type_2.png) no-repeat center left;
}

li.item_type_3 {
	background: url(/img/layout/item_type_3.png) no-repeat center left;
}

li.item_type_4 {
	background: url(/img/layout/item_type_4.png) no-repeat center left;
}

li.item_type_all {
	background: url(/img/layout/item_type_all.png) no-repeat center left;
}

li.s06 {
	background: url(/img/layout/menu_06.png) no-repeat center left;
}

li.s07 {
	background: url(/img/layout/menu_07.png) no-repeat center left;
}

li.s08 {
	background: url(/img/layout/menu_08.png) no-repeat center left;
}

li.s09 {
	background: url(/img/layout/menu_09.png) no-repeat center left;
}

li.s10 {
	background: url(/img/layout/menu_10.png) no-repeat center left;
}

li.s11 {
	background: url(/img/layout/menu_11.png) no-repeat center left;
}

li.s12 {
	background: url(/img/layout/menu_12.png) no-repeat center left;
}

li.s13 {
	background: url(/img/layout/menu_13.png) no-repeat center left;
}

li.s14 {
	background: url(/img/layout/menu_14.png) no-repeat center left;
}

li.s15 {
	background: url(/img/layout/menu_15.png) no-repeat center left;
}

li.s16 {
	background: url(/img/layout/menu_16.png) no-repeat center left;
}

.rca_b {
	border-radius: 5px;
	border: none;
	background-color: #f0f0f0;
	width: 163px;
	margin: 0 auto 9px auto;
	padding: 9px 0 7px 15px;
	font-size: 15px;
	font-weight: bold;
}

ul.menu_help li.menu_branch {
	padding: 2px 0 0 24px;
	background: url(/img/layout/menu_branch.png) no-repeat center left;
	font-size: 90%;
}

ul.menu_help li.index {
	color: #888888;
}

hr.menu_line {
	margin: 8px 0 8px 0;
	width: 174px;
	border-top: 1px solid #cccccc;
	color: transparent;
	background-color: transparent;
}

dl.update {
	margin: 8px 15px 8px 12px;
	position: relative;
	*margin: 4px 7px 16px 15px;
}

dl.update dt {
	margin: 8px 0 0 0;
	font-size: 90%;
	color: #999999;
}

dl.update>dt:first-child {
	margin: 0;
}

dl.update dd {
	font-size: 95%;
}

p.update {
	margin: 16px 15px 0 12px;
	padding: 2px 0 2px 4px;
	font-weight: bold;
	background-color: #c2def3;
}

div.exhibit {
	padding: 8px 0;
}

div.4koma {
	
}

/* header, menu end */

/* General */
div.pushed_message {
	font-size: 14px;
	color: #00f;
	border-width: 1px;
	border-style: solid;
	border-color: #aaf;
	margin-bottom: 16px;
}

div.error_message {
	font-size: 14px;
	color: #f00;
	border-width: 1px;
	border-style: solid;
	border-color: #faa;
	margin-bottom: 16px;
}

div.error_messages {
	font-size: 14px;
	color: #f00;
	border-width: 1px;
	border-style: solid;
	border-color: #faa;
	padding: 16px;
	margin-bottom: 16px;
}

div.error_message  div.close_button span, div.pushed_message div.close_button span
	{
	font-size: 16px;
	height: 16px;
	padding: 0px;
	margin-right: 4px;
}

div.error_message  div.close_button, div.pushed_message div.close_button
	{
	text-align: right;
}

div.error_message  div.message_body, div.pushed_message div.message_body
	{
	margin: 0 16px 20px 16px;
}

/* Caution */
div.caution {
	margin: 8px 0px;
	padding: 4px 4px;
	border-width: 1px;
	line-height: 13px;
	font-size: 13px;
	font-family: ＭＳ Ｐゴシック;
	border-style: solid;
	border-color: #faa #a00 #800 #f88;
	background-color: #ffc;
	text-align: center;
}

div.caution a {
	font-weight: bold;
	color: #00f;
	margin: 0px 4px;
}

/* Purchase */
table.payment_method {
	width: 752px;
	margin: 0 0 32px 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

table.payment_method th {
	width: 10.5em;
}

table.payment_method th, table.payment_method td {
	border: solid 1px #ccc;
	padding: 8px;
}

table.payment_method table.charges {
	
}

table.payment_method table.charges thead th, table.payment_method table.charges tbody th,
	table.payment_method table.charges tbody td {
	padding: 2px;
	border: solid 0px #000;
}

table.payment_method table.charges thead th {
	color: #000;
}

table.payment_method table.charges tbody th {
	color: #004;
}

table.payment_method table.charges tbody td {
	color: #000;
}

table.send_method {
	width: 752px;
	margin: 0 0 32px 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

table.send_method th {
	width: 10.5em;
}

table.send_method th, table.send_method td {
	border: solid 1px #ccc;
	padding: 8px;
}


div.payment_mail {
	width: 704px;
	margin: 0 0 24px 0;
	padding: 24px;
	border: 1px solid #cccccc;
}

div.alice_cart {
	background: url(/img/layout/cart_alicechan.jpg) no-repeat right top;
	min-height: 200px;
}

/* payment confirm */
table.cart_confirm {
	width: 752px;
	margin: 0 0 32px 0;
}

table.cart_confirm td {
	padding: 4px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #e6e6e6;
}

table.cart_confirm td.item_line {
	height: 90px;
}

table.cart_confirm span.item_name {
	font-size: 16px;
	font-weight: bold;
}

table.cart_confirm td.total {
	color: #cc0000;
	font-weight: bold;
	border: none;
	font-size: 140%;
}

span.addressee {
	margin: 0 0 16px 8px;
	color: #336699;
	font-size: 110%;
}

/* search */
div.search {
	width: 752px;
	margin: 24px 0 0 0;
	padding: 0;
	*padding: 24px 0 0 0;
	clear: both;
}

img.search_top {
	z-index: 1;
}

div.search_head {
	width: 720px;
	margin: 0 auto;
	padding: 16px;
	background-color: #262626;
	vertical-align: middle;
	z-index: 0;
}

div.search_form {
	margin: 0;
	float: right;
}

div.search_left {
	margin: 2px 0 0 0;
	float: left;
}

div.search_select {
	padding: 16px 16px 8px 16px;
	background-color: #f8f8f8;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	*height: 1%;
}

div.search_select div {
	width: 163px;
	padding: 0 16px 0 0;
	float: left;
}

div.search_select div.border {
	width: 147px;
	padding: 0 16px 0 16px;
	border-left: 1px solid #dfdfdf;
}

div.search_select ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.search_select li {
	padding: 0 0 5px 0;
}

div.search_bottom {
	background: url(/img/layout/search_bg_bottom.png) no-repeat;
	clear: both;
}

select.search_genre {
	width: 120px;
	font-size: 105%;
}

input.search_word {
	width: 400px;
	margin: 0 0 0 9px;
}

div.search_right {
	width: 162px;
	padding: 1px 0 0 0;
	float: right;
}

/* search_end */

/* search_box */
div.search_box {
	width: 752px;
	margin: 0 0 24px 0;
	padding: 0;
	*padding: 24px 0 0 0;
	clear: both;
}

div.search_head_box {
	width: 720px;
	margin: 0 auto;
	padding: 8px 16px;
	background-color: #c2def3;
	vertical-align: middle;
	z-index: 0;
}

select.search_genre {
	
}

input.search_word_box {
	width: 260px;
	height: 1.4em;
	margin: 0 0 0 9px;
	font-size: 105%;
}

div.search_submit_box {
	margin: 2px 0 0 0;
	padding: 0 0 0 16px;
	float: left;
}

div.search_detail_box {
	margin: 1px 0 0 0;
	float: left;
}

/* search_box end */

/* item detail */
div.item_detail {
	
}

div.item_detail .cover {
	padding: 17px 16px;
	background-color: #eeeeee;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 0;
}

div.item_detail .cover img {
	border: 1px solid #c6c6c6;
}

div.item_comment {
	width: 752px;
	margin: 0 0 8px 0;
	padding: 24px 0 16px 0;
	border-bottom: 1px solid #cccccc;
}

div.item_comment_none {
	width: 752px;
	margin: 0 0 8px 0;
	padding: 24px 0 16px 0;
}

div.recommend_list {
	width: 752px;
	margin: 0 0 8px 0;
	padding: 24px 0 16px 0;
	border-bottom: 1px solid #cccccc;
}

div.genre_ranking {
	width: 752px;
	margin: 0 0 8px 0;
	padding: 24px 0 16px 0;
	border-bottom: 1px solid #cccccc;
	text-align: center;

}

div.genre_ranking_list {
	padding: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: #cccccc;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #AAA;
	display:inline-block;
}

div.genre_ranking_list a {
	font-size: 120%;
}

div.genre_ranking_list th{
	text-align: center;
}

div.genre_ranking_list td.genre_ranking_list_no{
	text-align: center;
	padding: 6px 0px;
}

div.item_ex {
	width: 482px;
	margin: 0 16px 0 0;
	float: left;
}

div.item_ex h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	border: none;
}

div.item_ex .price {
	font-weight: bold;
}

div.item_ex p {
	padding: 16px 0 0 0;
}

span.item_genre {
	font-weight: bold;
}

span.item_genre a {
	font-weight: bold;
	text-decoration: underline;
}

span.provider_url {
       word-wrap: break-word;
}

span.item_genre a:hover {
	font-weight: bold;
	text-decoration: none;
}

div.tag_name {
	padding: 2px 8px 2px 0;
	float: left;
}

table.item_tag {
	width: 482px;
	margin: 16px 0 0 0;
}

table.item_tag td.name {
	width: 150px;
	height: 30px;
	min-width: 150px;
	padding: 0 2px;
	background-color: #d0ebff;
	border-bottom: 3px solid #fff;
}

table.item_tag td {
	width: 324px;
	max-width: 324px;
	word-break: break-all;
	padding: 0 0 0 4px;
	font-weight: bold;
}

table.item_tag td a {
	text-decoration: none;
	background: #eeeeee;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	padding: 0 6px 0 6px;
	color:#000000;
	border-radius:3px;
	line-height:26px;
}

table.item_tag td a:hover {
	background: #ffffff;
}

div.item_buy_info {
	width: 240px;
	float: right;
}

div.item_spec {
	width: 206px;
	margin: 0;
	padding: 16px;
	border: 1px solid #cccccc;
	font-size: 90%;
	word-break: break-all;
}

div.item_spec table {
	width: 206px;
	_font-size: 98%;
}

div.item_spec td.title {
	width: 55px;
	margin: 0 16px 0 0;
	*padding: 0 16px 0 0;
	vertical-align: top;
}

div.item_spec td.spec {
	width: 119px;
	vertical-align: top;
}

div.in_cart {
	margin: 16px 0 0 0;
	padding: 0;
}

div.item_sample {
	width: 240px;
	margin: 0 16px 16px 0;
	position: relative;
	float: left;
}

div.item_sample_last {
	margin-right: -16px;
	position: relative;
	*width: 240px;
	float: left;
	zoom: 1;
	overflow: hidden;
}

div.item_sample img {
	border: 1px solid #cccccc;
}

div.item_sample img:hover {
	border: 1px solid #336699;
}

div.item_sup {
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}

table.sample_images {
	border-collapse: collapse;
}

table.sample_ td.box {
	width: 240px;
	height: 240px;
	text-align: center;
	background-color: #eee;
}

table.sample_images td.sep {
	width: 16px;
	height: 240px;
}

table.sample_images td.h_sep {
	height: 16px;
}

div.sample_image img {
	
}

div.item_introduction {
	clear: both;
	margin : 32px 0 0 0;
	border: solid 1px #64c2ff;
	border-radius: 10px;
	width: 726px;
}

div.item_introduction .alicechan {
	float:left;
	margin:16px;
}

div.item_introduction div.caption {
	margin: 0 0 4px 0;
}

div.item_introduction div.contents {
	margin:16px;
	color: #444;
	font-size: 13px;
	float: left;
}

div.item_introduction div.signature {
	margin: 6px 0 0 0;
	color: #88a;
	font-size: 11px;
}

.embargo_item {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
}

/* item detail_end */

/* item table */
table.item_table {
	margin: 16px 0 32px 0;
	_font-size: 95%;
}

table.item_table .image {
	width: 176px;
	height: 176px;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
}

table.item_table .info {
	padding: 0 0 0 16px;
}

table.item_table ul {
	list-style-type: none;
}

li.item_num {
	display: none;
}

/* item table end */

/* signin */
div.signin {
	width: 329px;
	margin: 0 16px 0 0;
	padding: 16px;
	border: 1px solid #cccccc;
	float: left;
}

input.signin {
	width: 321px;
	margin: 0 0 16px 0;
}

div.register_in {
	width: 368px;
	float: right;
}

/* signin end */

/* cart */
table.cart {
	width: 752px;
	margin: 32px 0 0 0;
	border-collapse:collapse;
}
table.cart td,
table.cart th {
	padding:0;
}


table.cart td {
	width: 102px;
	padding: 16px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #e6e6e6;
}

table.cart td.title {
	*width: 15%;
	padding: 0 16px 8px 0;
	border-right: none;
}

table.cart td.title_t {
	*width: 70%;
	padding: 0 16px 8px 0;
	border-right: none;
}

table.cart td.image {
	width: 80px;
	padding: 16px 0;
	border-right: none;
	text-align: center;
}

table.cart td.image img {
	border: 1px solid #c6c6c6;
}

table.cart td.info {
	width: 343px;
	text-align: left;
}

table.cart span.item_name {
	font-size: 105%;
	font-weight: bold;
}

table.cart td.subtotal {
	border-right: none;
}

table.cart td.tax_title {
	*width: 85%;
	padding: 8px 15px 8px 0;
}

table.cart td.tax {
	*width: 15%;
	padding: 8px 16px 8px 0;
	border-right: none;
}

table.cart td.total {
	*width: 100%;
	color: #cc0000;
	font-size: 140%;
	font-weight: bold;
	border: none;
}

table.cart td.postage_desc {
	*width: 100%;
	border: none;
	padding-top:0;
}

/* cart end */

/* cart confirm */
table.cart_confirm {
	width: 752px;
	margin: 32px 0 0 0;
}

table.cart_confirm td {
	width: 102px;
	padding: 16px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #e6e6e6;
}

table.cart_confirm td.title {
	*width: 15%;
	padding: 0 16px 8px 0;
	border-right: none;
}

table.cart_confirm td.title_t {
	*width: 70%;
	padding: 0 16px 8px 0;
	border-right: none;
}

table.cart_confirm td.image {
	width: 80px;
	padding: 16px 0;
	border-right: none;
	text-align: center;
}

table.cart_confirm td.image img {
	border: 1px solid #c6c6c6;
}

table.cart_confirm td.info {
	width: 343px;
	text-align: left;
}

table.cart_confirm span.item_name {
	font-size: 105%;
	font-weight: bold;
}

table.cart_confirm td.subtotal {
	border-right: none;
}

table.cart_confirm td.tax_title {
	*width: 85%;
	padding: 8px 15px 8px 0;
}

table.cart_confirm td.tax {
	*width: 15%;
	padding: 8px 16px 8px 0;
	border-right: none;
}

table.cart_confirm td.total {
	*width: 100%;
	color: #cc0000;
	font-size: 140%;
	font-weight: bold;
	border: none;
}

/* cart confirm end */

/* circle List */
table.circle_list {
	width: 100%;
	border-collapse: collapse;
}

table.circle_list th, table.circle_list td {
	
}

table.circle_list th {
	padding: 16px 2px 0px 4px;
	border-bottom: solid 2px #ccc;
}

table.circle_list td {
	padding: 4px;
}

/* circle List end */

/* preorder */
table.preorder {
	width: 752px;
	margin: 0;
	background-color: #cccccc;
}

table.preorder th {
	padding: 2px;
	background-color: #eeeeee;
}

table.preorder td {
	padding: 5px 2px 4px 2px;
	background-color: #ffffff;
}

table.preorder td.item {
	width: 246px;
	font-weight: bold;
}

table.preorder td.circle {
	width: 166px;
}

table.preorder td.num {
	width: 36px;
}

table.preorder td.date {
	width: 208px;
}

table.preorder td.cancel {
	width: 76px;
}

/* preorder */

/* サイト利用規約関係 */
div.rule {
	width: 718px;
	height: 240px;
	margin: 16px 0 24px 0;
	padding: 16px;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

/* mypage */
table.mypage {
	margin: 0 0 32px 0;
	border-collapse: collapse;
}

table.mypage td.box {
	width: 240px;
	height: 112px;
	text-align: center;
}

table.mypage td.sep {
	width: 16px;
	height: 112px;
}

table.mypage td.h_sep {
	height: 16px;
}

/* mypage end */

/* submit_image */
input.signin_submit {
	border: 0;
	width: 96px;
	height: 32px;
	background: url(/img/layout/signin_submit.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.signin_submit_en {
	border: 0;
	width: 96px;
	height: 32px;
	background: url(/img/layout/signin_submit_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.search_submit {
	border: 0;
	width: 162px;
	height: 20px;
	background: url(/img/layout/search_submit.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.search_submit_en {
	border: 0;
	width: 162px;
	height: 20px;
	background: url(/img/layout/search_submit_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.search_submit_box {
	border: 0;
	width: 73px;
	height: 27px;
	background: url(/img/layout/search_submit2.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.search_submit_box_en {
	border: 0;
	width: 73px;
	height: 27px;
	background: url(/img/layout/search_submit2_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.in_cart {
	border: 0;
	width: 240px;
	height: 64px;
	background: url(/img/layout/pages/in_cart.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.in_cart_en {
	border: 0;
	width: 240px;
	height: 64px;
	background: url(/img/layout/pages/in_cart_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.in_cart_dl {
	border: 0;
	width: 240px;
	height: 64px;
	background: url(/img/layout/pages/in_cart_dl.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.reserve {
	border: 0;
	width: 240px;
	height: 64px;
	background: url(/img/layout/pages/reserve.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.reserve_en {
	border: 0;
	width: 240px;
	height: 64px;
	background: url(/img/layout/pages/reserve_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

table.cart input.cart_delete {
	border: 0;
	width: 80px;
	height: 21px;
	margin: 15px 0 0 0;
	background: url(/img/layout/cart_delete.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

table.cart input.cart_delete_en {
	border: 0;
	width: 80px;
	height: 21px;
	margin: 15px 0 0 0;
	background: url(/img/layout/cart_delete_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.cart_buy {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/cart_buy.png) no-repeat top left;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

input.cart_buy_en {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/cart_buy_en.png) no-repeat top left;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

input.cart_drop {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/cart_drop.png) no-repeat top left;
	vertical-align: middle;
	float: left;
	cursor: pointer;
}

input.cart_drop_en {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/cart_drop_en.png) no-repeat top left;
	vertical-align: middle;
	float: left;
	cursor: pointer;
}

input.submit_trans {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_trans.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_trans_en {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_trans_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_register {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_register.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_register_en {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_register_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_apply {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_apply.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_apply_en {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_apply_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_change {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_change.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_change_en {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_change_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_confirm {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_confirm.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_confirm_en {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_confirm_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_order {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_order.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
	float: left;
}

input.submit_order_en {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_order_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
	float: left;
}

input.submit_inputback {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_inputback.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_inputback_en {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_inputback_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_withdrawal {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_withdrawal.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_withdrawal_en {
	border: none;
	width: 96px;
	height: 32px;
	margin: 16px 0 0 0;
	background: url(/img/layout/submit_withdrawal_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_cancel_m {
	border: none;
	width: 80px;
	height: 21px;
	margin: -1px 0 0 0;
	background: url(/img/layout/submit_cancel_m.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

input.submit_cancel_m_en {
	border: none;
	width: 80px;
	height: 21px;
	margin: -1px 0 0 0;
	background: url(/img/layout/submit_cancel_m_en.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}

button.submit_cert_yes {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 24px 0 0;
	background: url(/img/layout/cert_yes.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
	float: left;
}

button.submit_cert_no {
	border: none;
	width: 176px;
	height: 40px;
	margin: 16px 0 0 0;
	background: url(/img/layout/cert_no.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
	float: left;
}
/* submit_image end */

/* BUTTON */
button.ajax_command {
	border-style: solid;
	border-color: #ddd #888 #666 #aaa;
	border-width: 1px;
	background-color: #ccc;
	color: #000;
	padding: 2px;
	font-size: 12px;
	cursor: pointer;
}

/* TABLE mitaina DIV */
div.box {
	width: 752px;
	height: 100%;
	margin: 0;
	padding: 0 0 24px 0;
	clear: both;
}

/* TABLE common */
div.grid_left {
	margin: 0 8px 16px 0;
	padding: 0;
	float: left;
}

div.grid_right {
	margin: 0 0 16px 8px;
	padding: 0;
	float: left;
}

div.grid_middle {
	margin: 0 8px 16px 8px;
	padding: 0;
	float: left;
}

div.grid_boundary {
	margin: 16px 0 0 0;
	padding: 0;
	*padding: 16px 0 0 0;
}

/* TABLE mitaina DIV_end */

/* index _ item list */
div.item_list_category {
	margin: 8px 0;
}

div.item_list_category ul {
	height: 31px;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}

div.item_list_category li {
	height: 31px;
	margin: 0 16px 0 0;
	float: left;
}

div.item_list_category li.last {
	margin: 0;
	float: left;
}

div.item_list_page {
	margin: 16px 0 24px 0;
}

div.item_list {
	width: 176px;
	margin: 0 16px 24px 0;
	position: relative;
	float: left;
}

div.item_list_last {
	margin-right: -16px;
	position: relative;
	*width: 176px;
	float: left;
	zoom: 1;
	overflow: hidden;
}

div.item_list dl {
	
}

div.item_list dt {
	margin: 0 0 8px 0;
	position: relative;
}

div.item_list dt img {
	vertical-align: bottom;
	border: 1px solid #c6c6c6;
}

div.item_list dt img:hover {
	border: 1px solid #336699;
}

div.item_list dd {
	font-weight: bold;
	text-align: center;
}

div.item_list dd.info {
	font-size: 85%;
	color: #808080;
	font-weight: normal;
}

div.item_list_box {
	width: 768px;
	margin: 0 0 16px 0;
}

table.item_list {
	width: 766px;
	margin: 16px 0;
	border: none;
	float: left;
	overflow: hidden;
}

table.item_list td {
	vertical-align: top;
}

table.item_list div.main {
	width: 176px;
	height: 176px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #c6c6c6;
	display: table-cell;
}

table.item_list img {
	border: 1px solid #ffffff;
}

table.item_list img:hover {
	border: 1px solid #336699;
}

table.item_list div.info {
	width: 178px;
	margin: 0 0 24px 0;
	text-align: center;
	vertical-align: top;
}

table.item_list dl {
	width: 178px;
	margin: 8px 0 0 0;
}

table.item_list dt {
	font-weight: bold;
	position: relative;
	text-align: center;
}

table.item_list dd {
	font-weight: bold;
	text-align: center;
}

table.item_list dd.info {
	font-size: 85%;
	color: #808080;
	font-weight: normal;
}

table.item_list span.info_circle a {
	color: #666666;
	text-decoration: underline;
}

table.item_list span.info_circle a:hover {
	color: #999999;
	text-decoration: none;
}

.item_type_0 {
	margin: 0;
	padding-left: 20px;
	background: url(/img/layout/item_type_0.png) no-repeat center left;
}

.item_type_1 {
	margin: 0;
	padding-left: 20px;
	background: url(/img/layout/item_type_1.png) no-repeat center left;
}

.item_type_2 {
	margin: 0;
	padding-left: 20px;
	background: url(/img/layout/item_type_2.png) no-repeat center left;
}

.item_type_3 {
	margin: 0;
	padding-left: 20px;
	background: url(/img/layout/item_type_3.png) no-repeat center left;
}

.item_type_4 {
	margin: 0;
	padding-left: 20px;
	background: url(/img/layout/item_type_4.png) no-repeat center left;
}

/* index _ item list_end */

/* regi_info */
div.regi_info {
	width: 718px;
	margin: 0;
	padding: 16px;
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
}

div.regi_info div {
	margin: 0;
	padding: 0 0 16px 0;
}

/* regi_info end */

/* cr = circle regist */
div.cr_l {
	margin: 0;
	padding: 16px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

div.cr_l h1 {
	margin: 0 0 16px 0;
}

div.cr_l div {
	margin: 0;
	padding: 0 0 8px 0;
}

/* cr = circle regist_end */

/* 配送手数料 */
table.shipping {
	width: 60%;
	margin: 16px 0;
	background-color: #cccccc;
}

table.shipping th {
	text-align: center;
	background-color: #eeeeee;
}

table.shipping td {
	background-color: #ffffff;
	padding: 2px;
}

table.shipping td.center {
	width: 24%;
	text-align: center;
}

table.shipping td.title {
	text-align: center;
}

/* 代引手数料一覧 */
table.obli_payment {
	width: 35%;
	margin: 16px 0 0 0;
	background-color: #cccccc;
}

table.obli_payment th {
	text-align: center;
	background-color: #eeeeee;
}

table.obli_payment td {
	background-color: #ffffff;
	padding: 2px;
}

table.obli_payment td.title {
	text-align: center;
}

/* ヘルプ用 */
div.help_menu_tab {
	width: 752px;
	margin: 0 0 24px 0;
}

div.help_menu_tab img {
	margin: 0 16px 0 0;
}

div.help_menu_tab img.last {
	margin: 0;
}

table.exam {
	width: 720px;
}

table.exam td {
	padding: 4px;
	vertical-align: top;
}

table.exam td.title {
	width: 7em;
	background-color: #eeeeee;
}

table.item_status {
	width: 720px;
}

table.item_status td {
	padding: 4px;
	vertical-align: middle;
}

table.item_status td.title {
	width: 7em;
	background-color: #eeeeee;
}

table.aboutus {
	width: 720px;
}

table.aboutus td {
	padding: 4px;
	vertical-align: top;
}

table.aboutus td.title {
	width: 6em;
	background-color: #eeeeee;
}

table.mail {
	width: 90%;
	margin: 16px 0;
	background: #cccccc;
}

table.mail th {
	padding: 4px;
	background-color: #c2def3;
}

table.mail td {
	padding: 4px;
	background-color: #ffffff;
}

table.mail td.bgcolor {
	background-color: #eeeeee;
}

table.shipping_fee {
	width: 100%;
	margin: 16px 0;
	table-layout:fixed;
}

table.shipping_fee thead{
	font-weight:bold;
}
table.shipping_fee thead th{
	background-color: #c2def3;
}

table.shipping_fee tbody{
	background: #cccccc;
}

table.shipping_fee tbody th {
	padding: 4px;
	background-color: #c2def3;
}

table.shipping_fee tbody td {
	padding: 4px;
	background-color: #ffffff;
}

table.shipping_fee tbody tr.even td {
	background-color: #eeeeee;
}

table.shipping_method {
	width: 90%;
	margin: 16px 0;
	background: #cccccc;
}

table.shipping_method th {
	padding: 4px;
	background-color: #c2def3;
}

table.shipping_method td {
	padding: 4px;
	vertical-align: top;
	background-color: #ffffff;
}

table.shipping_method td.bgcolor {
	background-color: #eeeeee;
}

/* お問い合わせフォーム用 */
ul.toiawase {
	margin: 15px 0 30px 0;
	padding: 0;
}

.toiawase li {
	list-style-type: none;
	margin: 8px 10px;
	font-weight: bold;
}

.form_botton {
	float: left;
}

/* お気に入り */
table.favorite {
	background-color: #CCCCCC;
	margin: 0 0 24px;
}

table.favorite th {
	background-color: #EEEEEE;
	padding: 2px;
}

table.favorite td {
	background-color: #FFFFFF;
	padding: 5px 8px;
}

table.favorite td.del {
	width: 5em;
	text-align: center;
}

table.favorite td.del button {
	background-image: url("/img/layout/cart_delete.png");
	width: 80px;
	height: 21px;
}

/*site rule*/
.site_rule h2,
.site_rule h3,
.site_rule h4{
	margin:0;
	padding:0;
	background:initial;
	border:initial;
	color:initial;
	font-weight:initial;
}

.site_rule h2{
	font-size:140%;
	margin-bottom:24px;
	color:#263d4d;
	text-shadow:#cccccc 2px 2px 1px;
	font-weight:bold;
}

.site_rule h3{
	margin:40px 0 20px 0;
	padding:6px 8px 6px 20px;
	font-size:105%;
	color:#336699;
	letter-spacing:1px;
	font-weight:bold;
	border-radius: 5px;
	background-color:#F0EEEB;
	background: -webkit-gradient(linear,left top,left bottom,from(#D9D4CE),to(#F0EEEB)); /* Saf4+, Chrome */
	background: linear-gradient(#D9D4CE,#F0EEEB);
}

.site_rule h4{
	font-weight:normal;
}
.site_rule ul,li {
	list-style-type: none;
}

.site_rule li {
	margin-bottom: 5px;
	padding-left: 2em;
	text-indent: -2em;
}

.site_rule ul ul {
	margin: 10px 0 10px 10px;
}

.site_rule ul ul li{
	padding-left: 3em;
	text-indent: -3em;
}

.site_rule p{
	margin-bottom:5px;
}


.site_rule .foot {
	margin: 45px 0 20px 0;
}

.site_rule .kana {
	margin: 10px 0 10px 20px;
}

.topback {
	text-align: right;
	margin-top: 40px;
}

.topback-m {
	margin-left: 16px;
}

.site_rule .text_sp {
	margin-bottom: 16px;
}

ul.bxslider {
	list-style-type: none;
}

ul.bxslider li {
	display: inline-block;
}

.left_menu_block {
	padding: 8px 0;
}

.underbar {
	text-decoration: underline;
}

/* item_box */
div.item_box {
	width: 178px;
}

div.item_box a.image {
	width: 174px;
	height: 174px;
	margin: 0;
	padding: 0;
	border: 1px solid #c6c6c6;
	vertical-align: middle;
	display: table-cell;
}

div.item_box a.image img{
	display: block;
	margin: 0 auto;
}

div.item_box div.image:hover {
	border: 1px solid #336699;
}

div.item_box div.image img {
	margin: auto;
	border: 1px solid #ffffff;
}

div.item_box div.info {
	margin: 0 0 4px 0;
	text-align: center;
	vertical-align: top;
}

div.item_box div.info dl {
	margin: 8px 0 0 0;
}

div.item_box div.info dl dt {
	max-width: 178px;
	font-weight: bold;
	text-align: center;
}

div.item_box div.info dl dt span.ellipsis {
	max-width: 178px;
}

div.item_box div.info dl dt a {
	font-size: 100%;
	display: block;
	max-width: 160px;
}

div.item_box div.info dl dd {
	max-width: 178px;
	padding: 0 4px;
	font-size: 85%;
	color: #808080;
	font-weight: normal;
	text-align: center;
}

div.item_box div.info .circle_name a {
	color: #666666;
	text-decoration: underline;
}

div.item_box div.info .circle_name a:hover {
	color: #999999;
	text-decoration: none;
}

div.item_box div.info .ellipsis {
	max-width: 170px;
	display: inline-block;
}

div.item_box div.info .item_name .ellipsis {
	max-width: 158px;
}

div.item_box div.info div.inner {
	display: inline-block;
}

div.item_box div.info div.inner .circle_name {
	max-width: 95px;
	float: left;
}

div.item_list_box div.item {
	float: left;
	margin: 5px;
}

div.item_list_box div.cart_attention_genre {
	float: left;
	font-size: 16px;
	border-radius: 5px;
	background-color: #e1ebf4;
}

div.item_list_box div.cart_attention_genre a{
	display:block;
	padding: 5px 7px;
}

div.item_list_box div.cart_attention_genre a:hover {
	background: #ffff99;
}

#social_bookmarks {
	margin: 15px 0;
}

#social_bookmarks div{
	display:inline-block;
}
#social_bookmarks .fb_iframe_widget > span {
	vertical-align: baseline !important;
}

