@charset "UTF-8";
/* narrow_gray */

/* =================================================
	=version 2.5=
	=Index=
	Default settings
		Reset
		Hyper text
		Element
		Headline
	Layout
	Header
	Topic path (pankuzu)
	Main
	Plugin1
	plugin2
	plugin3
	Footer
	color style
	IE7 style
================================================= */

/* =================================================
	Default settings Reset
================================================= */
input[type="search"] {
	-webkit-appearance: none;
}
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin:0;
	padding:0;
}

a {
	overflow:hidden;	/* for Fx */
}
img,
a img { border:none; }
ul, ol, li, dl, dt, dd { list-style:none; }
table { border:0; }
th,td { padding:0; }
th { font-weight:normal; }
input,select,textarea { vertical-align:middle; }
textarea { font-size:100%; }
html>/**/textarea { font-size:13px; }
fieldset { border:none; }

/* =================================================
	Default settings Hyper text
================================================= */
a{
	color: #ff0000;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	color: #ff8000;
	text-decoration: underline;
}

/* =================================================
	Default settings Element
================================================= */
body {
	font-family:Verdana, Ariel, Helvetica, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	line-height:1.4;
	word-break:break-all;
	font-size:82%;		/* 13px */
	background-image: url("https://cart.fc2img.com/template/narrow_gray/image/background-noize.png");
	color: #fffafa;
}
html>/**/body {
	font-size:13px;
}
* html body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;	/* WinIE6 */
}
.contents{
	background-color: #060606;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.content_section,
.content_message{
	padding: 10px;
}
.contents_title{
	border-bottom: solid 1px #cccccc;
	padding: 5px 10px;
}

#main table.list{
	width: 100%;
}
#main table.list th,
#main table.list td{
	border-bottom: solid 1px #e6e6e6;
}
#main table.list th:last-child,
#main table.list td:last-child{
	border-bottom: solid 1px #e6e6e6;
}
#main table.list th{
	width: 155px;
	text-align: right;
	padding: 16px 16px 16px 0;
}
#main table.list td{
	padding: 16px 0 16px 16px;
}

.formbutton input[type="submit"],
a.button_style,
.formbutton a.next{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	padding: 0 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	border: none;
	background-color: ;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.formbutton input[type="submit"].prev{
	border: solid 1px #333333;
	background-color: #ffffff;
	color: #333333;
}

.list input[type="email"],
.list input[type="text"],
.list input[type="password"],
.list textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	border: solid 1px #cccccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* =================================================
	Default settings Headline
================================================= */
.contents_title:before{
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 10px;
	height: 10px;
	background-color: #ff8000;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

/* =================================================
	style
================================================= */

/* =================================================
	Layout
================================================= */
#header {
	width: 980px;
	margin-bottom: 10px;
}
#container {
	width:1000px;
	margin: 0 auto;
	padding:0 0 0 10px;
}

#plugin1{
	float: left;
	width: 200px;
	margin-right: 10px;
}

#primary{
	float: left;
	width: 560px;
	margin-right: 10px;
}

#plugin2{
	float: left;
	width: 200px;
}
#plugin3{
	padding-top: 20px;
	clear: both;
	width: 100%;
	overflow: hidden;
}

#footer{
	clear: both;
}

/* =================================================
	Header
================================================= */
#header{
	overflow: hidden;
	margin-top: 10px;
}
#header .logo_wrapper{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	height: 30px;
	background-color: #ff8000;
	position: relative;
	margin-right: 7px;
}
#header .logo_wrapper .width{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	bottom: 4px;
	width: 30px;
	height: 4px;
	background-color: #ffffff;
}
#header .logo_wrapper .height{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	left: 4px;
	width: 4px;
	height: 30px;
	background-color: #ffffff;
}
#header h1 {
	font-size: 25px;
	float: left;
}
#header h1 a {
	text-decoration: none;
	color: #333333;
}

#header .search {
	float: right;
	margin-top: 5px;
}

#header .search .input_search {
	font-size: 13px;
	width: 200px;
	height: 27px;
	padding: 0 6px;
	border: 1px solid #333333;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*line-height: 16px;*/
}

#header .search input[type="submit"] {
	font-size: 13px;
	padding: 0 13px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	height: 27px;
	margin-left: 0;
	border: none;
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
}

#header .navi {
	float: right;
	margin-left: 30px;
	padding-top: 10px;
/*	width: 400px;
	text-align: right;*/
}

#header .navi li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #414141;
}

/*#header .navi li:first-child {
	border-left: none;}*/

/*#header .navi li a { text-decoration: none; }*/

#header .navi .cart a img,
#header .navi .login a img{
	vertical-align: middle;
	margin-right: 3px;
}
#header .navi .login a img{
	position: relative;
	top: -2px;
}
/*

/* =================================================
	main
================================================= */

/* 商品一覧、詳細コメント */
.comment_header { padding-bottom: 16px; }
.comment_footer { padding-top: 16px; }

/* pager style */
#main .pager { text-align: center; }
#main .pager .pager_inner a,
#main .pager .pager_inner span {
	color: #ffffff;
	background-color: #333333;
	margin: 0 2px;
	padding: 2px 7px;
	text-decoration: none;
}
#main .pager .pager_inner a:hover{
	background-color: #ff8000;
}
#main .pager .pager_inner span {
	background-color: #ff8000;
}
#main .pager .pager_total {
	margin-top: 4px;
	color: #a9a9a9;
}
#main .formbutton {
	margin-top: 28px;
	text-align: center;
}
#main textarea { width: 400px; }

/* ----- topic_path  ----- */
#topic_path {
	background-color: rgba(16,16,16,0.8);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#topic_path li {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
}
#topic_path li span { margin-right: 8px; }

/*----- shopinfo ----- */
#shopinfo .content_section {
	margin-top: 5px;
}
#shopinfo .content_section .shopinfo_list li{
	overflow: hidden;
	margin-bottom: 5px;
}
#shopinfo .content_section .shopinfo_list li span{
	float: left;
	width: 100px;
}
#shopinfo .content_section .shopinfo_list li a{
	float: left;
	width: 430px;
}
#shopinfo .shopinfo_comment {
	margin-bottom: 20px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 20px;
}
#shopinfo .infoall {
	text-align: right;
}
#shopinfo .infoall a:before{
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ff8000;
	margin-right: 5px;
}
#shopinfo .shopinfo_title{
	margin-bottom: 8px;
	font-size: 124%;
}
#shopinfo .shopinfo_title span{
	margin-right: 4px;
}

/* ----- recommend hotitem  ----- */
#recommend .content_section .items,
#hotitem .content_section .items{
	margin-right: -10px;
	overflow: hidden;
}
#recommend .content_section .items .item_inner,
#hotitem .content_section .items .item_inner{
	float: left;
	margin: 10px 10px 0 0;
	width: 100px;
}
#recommend .content_section .items .item_inner img,
#hotitem .content_section .items .item_inner img{
	width: 100%;
}
#recommend .content_section .items .item_inner .name,
#hotitem .content_section .items .item_inner .name{
	margin: 5px 0;
}
#recommend .content_section .items .item_inner .price,
#hotitem .content_section .items .item_inner .price{
	font-weight: bold;
}

/* ----- itemlist ----- */
#itemlist{
	padding: 0;
}
#itemlist .sort {
	text-align: center;
}

#itemlist .sort li {
	display: inline;
	margin: 0 4px;
}
#itemlist .sort a {
	text-decoration: none;
	color: #333333;
}
#itemlist .sort fieldset { display: inline; }

#primary #itemlist .items {
	padding: 0;
	margin-right: -10px;
	overflow: hidden;
}

#itemlist .items .item_inner {
	width: 127px;
	float: left;
	margin: 10px 10px 0 0;
}
#itemlist .items .item_inner .name {
	margin: 5px 0;
}
#itemlist .items .item_inner .item_image img {
	width: 100%;
}
#itemlist .items .item_inner .price {
	font-weight: bold;
}
#itemlist .items .limited_icon {
	padding: 1px 4px 0px;
	border: 1px solid #dd3333;
	color: #dd3333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	font-size:11px;
}
#itemlist .items .limited_icon ,
#itemlist .items .icon {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
/* ----- itemdetail ----- */

#itemdetail{
	background-color: #060606;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#itemdetail .item .limited_icon{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-left: 4px;
	padding: 1px 4px;
	border: 1px solid #dd3333;
	color: #dd3333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	white-space: nowrap;
	font-weight: normal;
}
#itemdetail .item .item_images{
	margin-right: -12px;
	overflow: hidden;
}
#itemdetail .item .item_images .thumb{
	float: left;
	width: 80px;
	margin-right: 12px;
	margin-bottom: 5px;
	text-align: center;
}
#itemdetail .item .item_images .thumb img{
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #e6e6e6;
}
#itemdetail .item .item_images .thumb img.selected{
	border: solid 1px #ff8000;
}
#itemdetail .item .item_images .thumb.display_field{
	width: 540px;
	max-height: 400px;
	margin-bottom: 15px;
}
#itemdetail .item .item_images .thumb.display_field img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}
#itemdetail .item .item_comment{
	overflow: hidden;
}
#itemdetail .item .item_comment .wrapper_left{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 10px;
	margin: 30px 0;
}
#itemdetail .item .item_comment .wrapper_left .item_price span{
	font-size: 30px;
	font-weight: bold;
}

#itemdetail .item .item_comment .wrapper_left > *{
	margin-bottom: 10px;
}
#itemdetail .item .item_comment .wrapper_right{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-left: 10px;
	margin: 30px 0;
}
#itemdetail .item .item_comment .wrapper_right > *{
	margin-bottom: 10px;
}
#itemdetail .item .item_comment .wrapper_right input[type="submit"]{
	width: 200px;
	height: 44px;
	font-size: 20px;
	color: #ffffff;
	background-color: #ff8000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;

}
#itemdetail .item .item_comment .wrapper_right .social{
	text-align: center;
	width: 200px;
}
#itemdetail .item .item_comment .comment1,
#itemdetail .item .item_comment .comment2,
#itemdetail .comment_footer{
	clear: both;
	border-top: solid 1px #cccccc;
	padding: 15px 0;
}
#itemdetail .buyers_bought .items,
#itemdetail .buyers_checked .items{
	overflow: hidden;
	padding: 0 0 0 40px;
	margin-top: 10px;
	margin-right: -50px;
}
#itemdetail .buyers_bought .items .item_inner,
#itemdetail .buyers_checked .items .item_inner{
	width: 120px;
	float: left;
	margin-right: 50px;
}

#itemdetail .limited_notlogin_notice{
	text-align: center;
	padding:40px 0;
}
#itemdetail .limited_notlogin_notice strong{
	font-size:20px;
	line-height: 2;
}

/*----- itemdetail_review ----- */
.review_average .item_name { margin-bottom: 5px; }
.review_average .item {
	position: relative;
	margin: 5px 0;
}
.review_average .item_images { position:absolute; }
.review_average .item_images img {
	max-width:150px;
	max-height: 100px;
}
.review_average .item_info {
	margin-left: 160px;
	min-height: 100px;
}
.review_average .item_info p { margin-bottom: 5px; }
.review_average .rateit { margin-right: 5px;}
.review_average .average {
	margin-right:5px;
	font-size: 124%;
	font-weight: bold;
}
.review_list {
	margin:20px 0;
	border-bottom : 1px solid #cccccc;
}
.review_list li {
	padding: 20px 0;
	border-top : 1px solid #cccccc;
}

.review_list dl { position: relative; }
.review_list dt { margin-left: 100px; }
.review_list .evaluation {
	position: absolute;
	top:0;
	left:0;
}
.review_list .comment { margin: 5px 0; }
.review_list .info { text-align: right; }
.review_list .info p {
	display: inline;
	padding: 0 2px;
	opacity:0.7;
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
.review_link { text-align: right; }

/*----- review ----- */
#itemdetail .review { border-top: 1px solid #cccccc; }
.review .review_average { margin-top:10px; }
.review .review_average .title,
.review .review_average .star,
.review .review_average .score { font-size:124%; }
.review .review_average .star { margin-left:10px; }
.review .item .item_name { font-size:124%; margin-bottom: 10px; }
.review .item .item_images { float: left; margin-right: 10px; }
.review .item .item_images img { max-width: 150px; max-height:100px; }
.review .item .item_info div { margin-bottom: 10x; }
.review .review_list { margin-top: 10px; padding-top: 10px; }
.review .review_list li {
	 margin-bottom: 10px;
	 padding-bottom: 10px;
}
.review .review_list li dl { position: relative; }
.review .review_list li dt {
	margin: 0 0 10px 96px;
	min-height: 15px;
}
.review .review_list li .evaluation {
	position: absolute;
	top: 0;
	left: 0;
}
.review .review_list li .evaluation img { width: 88px; }
.review .review_list li .info {
	margin-top: 16px;
	text-align: right;
	opacity:0.5;
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
}
.review .review_link { text-align: right; }
/*----- checkcart ----- */
#checkcart .content_section{
	margin-top: 30px;
}
/* table style */
#checkcart .table{
	width: 100%;
	margin-bottom: 30px;
}
#checkcart .table .table_header th{
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
}
#checkcart .table .table_header .item_name{
	width: 45%;
}
#checkcart .table .table_header .item_count{
	width: 15%;
}
#checkcart .table .table_header .item_price{
	width: 20%;
}
#checkcart .table .table_header .total{
	width: 20%;
}
#checkcart .table .table_body{
}
#checkcart .table .table_body td{
	padding: 15px 5px;
}
#checkcart .table .table_body .item_count,
#checkcart .table .table_body .item_price,
#checkcart .table .table_body .total{
	text-align: right;
}
#checkcart .table .table_footer td{
	border-top: solid 1px #cccccc;
	text-align: right;
	padding: 15px 5px;
}
#checkcart .table .table_footer td span{
	font-weight: bold;
}
#checkcart .content_section .message{
	text-align: center;
	margin-bottom: 15px;
}
#checkcart .goto_cart{
	text-align: center;
}
#checkcart .goto_cart .next{
	display: block;
	text-align: center;
	width: 200px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	color: #ffffff;
	background-color: #ff8000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	margin: 0 auto 15px;
	text-decoration: none;
}
#checkcart .goto_cart .prev{
}


/* ----- regi_checkout ----- */
#regi_checkout .contents_subtitle{
	border-bottom: solid 1px #cccccc;
}
#regi_checkout .list{
	width: 100%;
}
#regi_checkout .list th{
	width: 25%;
	text-align: right;
	padding: 20px 5px 20px 0;
}
#regi_checkout .list td{
	width: 75%;
	padding: 20px 0px 20px 5px;
}
#regi_checkout .formbutton{
	padding-bottom: 20px;
}
#regi_checkout .formbutton input[type="submit"]{
	width: 200px;
	height: 44px;
	font-size: 20px;
	color: #ffffff;
	background-color: #ff8000;
}
#regi_checkout .formbutton input[type="submit"].prev{
	background-color: #ffffff;
	color: #333333;
	border: solid 1px #333333;
	font-weight: normal;
	font-size: 13px;
	height: auto;
	width: auto;
	padding: 3px 5px;
}
/* table style */
#regi_checkout .table{
	width: 95%;
	margin: 10px auto 30px;
}
#regi_checkout .table .table_header th{
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
}
#regi_checkout .table .table_header .item_name{
	width: 45%;
}
#regi_checkout .table .table_header .item_count{
	width: 15%;
}
#regi_checkout .table .table_header .item_price{
	width: 20%;
}
#regi_checkout .table .table_header .total{
	width: 20%;
}
#regi_checkout .table .table_body td{
	padding: 15px 5px;
}
#regi_checkout .table .table_body .item_count,
#regi_checkout .table .table_body .item_price,
#regi_checkout .table .table_body .total{
	text-align: right;
}
#regi_checkout .table .regicartin_total td{
	text-align: right;
	padding: 15px 5px;
}
#regi_checkout .table .table_footer td{
	border-top: solid 1px #cccccc;
	text-align: right;
	padding: 15px 5px;
}
#regi_checkout .table .table_footer td span{
	font-weight: bold;
}

/* ------ login ---------*/
#login .password{
	text-align: center;
	margin-top: 10px;
}
#login .message{
	padding-left: 10px;

}

/* ------ stockout ------*/
#stockout .return{
	text-align: center;
}


/* ----- signup ----- */
#signup .formbutton .next{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	padding: 0 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	border: none;
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
}
#signup .formbutton .prev{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	padding: 0 13px;
	border: solid 1px #333333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	background-color: #ffffff;
	color: #333333;
	cursor: pointer;
}

/* ----- member ----- */
#member input[type="submit"] {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	padding: 0 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	border: none;
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
}
#member input[type="submit"][name="Cancel"] {
	background-color: #ffffff;
	color: #333333;
	border: solid 1px #333333;
	font-weight: normal;
	font-size: 13px;
	width: auto;
	cursor: pointer;
}

/* ----- historylist ----- */
#historylist .search {
	text-align: center;
	margin-bottom: 24px;
}
#historylist .search select[name="period"]{
	margin-right: 5px;

}

#historylist .info {
	margin-bottom: 24px;
	padding: 16px;
	border: 1px solid #e6e6e6;
}

#historylist .info .order {
	position: relative;
	margin-bottom: 16px;
}

#historylist .info .price_total {
	position: absolute;
	top: 0;
	right: 0;
	font-size:  124%;
	font-weight: bold;
}

#historylist .item {
	margin-left: -24px;
	margin-bottom: -16px;
}

#historylist .item:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#historylist .item dl {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 24px;
	margin-bottom: 16px;
	padding-left: 136px;
	min-height: 120px;
}

#historylist .item dt { margin-bottom: 8px; }

#historylist .item .item_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: center;
}

#historylist .item_comment p { margin-bottom: 10px; }

/* ----- history ----- */
/* table style */
#history .table{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}
#history .table .table_header th{
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
}
#history .table .table_header .item_name{
	width: 45%;
}
#history .table .table_header .item_count{
	width: 15%;
}
#history .table .table_header .item_price{
	width: 20%;
}
#history .table .table_header .total{
	width: 20%;
}
#history .table .table_body{
}
#history .table .table_body td{
	padding: 15px 5px;
}
#history .table .table_body .item_count,
#history .table .table_body .item_price,
#history .table .table_body .total{
	text-align: right;
}
#history .table .table_footer td{
	border-top: solid 1px #cccccc;
	text-align: right;
	padding: 15px 5px;
}
#history .table .table_footer td span{
	font-weight: bold;
}

/* ----- pwreissue ----- */
#pwreissue .list td input[type="submit"]{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	padding: 0 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	border: none;
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
}

/* ----- withdraw ----- */


/* ----- inquiry ----- */
#inquiry .formbutton .next{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	padding: 0 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	border: none;
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
}
#inquiry .formbutton .prev{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	padding: 0 13px;
	border: solid 1px #333333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	background-color: #ffffff;
	color: #333333;
	cursor: pointer;
}


/* ----- paymentoptions ----- */

/* ----- Reviewform ----- */
#reviewform .item { margin-bottom: 10px; }
#reviewform .item:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#reviewform .item_images { float: left; width: 150px; }
#reviewform .reviewform_header { margin-bottom: 10px; }
#reviewform textarea { height: 7em; }
#reviewform .formbutton { padding-bottom: 10px; }

/* =================================================
	plugin
================================================= */
/* plgin contents */
.plugin_contents {
	background-color: rgba(16,16,16,0.8);
    -webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 10px;
	margin-bottom: 10px;
}
#plugin3 .plugin_contents{
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	width: 217px;
	float: left;
	margin: 10px 10px 0 0;
}

.plg_title {
	font-size: 15px;
}

.plg_section{
	margin-top: 3px;
}
.plg_section .plg_body ul li{
	margin: 10px 0 0;
}
.plg_section .plg_body ul li a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
}
.plg_section .plugin_item li{
	margin-bottom: 10px;
}
.plg_section .inquiry{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	font-size: 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
}
.plugin-search{
	overflow: hidden;
}
.plugin-search input[type="search"],
.plugin-search input[type="password"],
.plugin-search input[type="text"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	width: 100%;
	height: 27px;
	padding: 0 6px;
	border: 1px solid #333333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
}
.plugin-search input[type="reset"]{
	display: none;
}
.plugin-search input[type="submit"]{
	font-size: 13px;
	padding: 0 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 27px;
	margin-left: 0;
	border: none;
	background-color: #333333;
	color: #ffffff;
	float: right;
	cursor: pointer;
}
#category a.Top,
#category a.Main,
#category a.Sub{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 100%;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
#category a.Top:before,
#category a.Main:before{
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ff8000;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 4px;
}
#category a.Sub:before{
	content: "└";
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#menu a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 100%;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
#menu a:before{
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ff8000;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 4px;
}


.plugin_contents input[type="image"]{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 8px 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:none;
	background-color: #333333;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
	color: #ffffff;
}
.plugin_contents a.signup{
	margin-top: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #333333;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
	color: #333333;
}
.plg_section .cartin {
	width: 100%;
	text-align: center;
}
.plg_section .cartin .cartin_item {
	width: 100%;
	margin: 0 auto 10px;
	text-align: left;
	border-bottom: solid 1px #e6e6e6;
}
.plg_section .cartin .cartin_item .name{

}
.plg_section .cartin .cartin_item .price{

}
.plg_section .cartin .cartin_item .subtotal{
	text-align: right;
}
.plg_section .cartin .submit{
	margin-top: 10px;
}
.plg_section .cartin .submit a{
	display: inline-block;
	padding: 8px 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #333333;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}


/* =================================================
	footer
================================================= */
#footer {
	clear: both;
	font-size: 93%;
	text-align: center;
	padding: 20px 0 30px;
}
#footer a{
	color: #0000cc;
	text-decoration: underline;
}


/* =================================================
	color style
================================================= */
.error { color: #ff0000; }		/*エラー文字色 */

/* =================================================
	IE7 style
================================================= */
/* main */
*+html #topic_path li { display: inline; }
*+html #main .items .item_inner .item_image img { position:static !important; }
*+html #itemdetail .item .item_images .thumb {
	float:none;
	width: 396px;
	height: auto;
	margin: 0;
	overflow:hidden;
	text-align: center;
}
*+html #itemdetail .item .item_images .thumb img {
	width: auto;
	height: auto;
	max-width: 396px;
	max-height: 500px;
	margin: 0 auto;
}

/* plgin */
*+html .plugin_type1 ul li,
*+html .plugin_type1 #menu a,
*+html .plugin_type1 #category a {	margin: 0 6px; }
*+html .plugin_type1 .plugin_item li { margin: 0 21px 32px; }
*+html .plugin_type1 .cartin .cartin_item .name,
*+html .plugin_type1 .cartin .cartin_item .price,
*+html .plugin_type1 .cartin .cartin_item .subtotal { float:left; }

*+html #primary,
*+html #plugin2,
*+html #plugin3,
*+html #main .contentsm,
*+html #main .items,
*+html #itemdetail .item,
*+html #itemdetail .item .item_images,
*+html .plugin_type1 ul,
*+html .plugin_type1 #menu,
*+html .plugin_type1 #category,
*+html .plugin_type1 .plugin_item,
*+html .plugin_type1 .cartin .cartin_item { zoom:100%; }





body {
  /* 画像ファイルの指定 */
  background-image: url(https://cart.fc2img.com/upfile/kondousyouten/kabe2.jpg);
  
　background-size: contain;
}

