@charset "EUC-JP";
/* =================================================
	=Index=
	Default settings
		Reset
		Element
		Hyper text
		Headline
	Layout
	Header
	Topic path (pankuzu)
	Main
	Side menu (Plugin)
	Footer
================================================= */

/* =================================================
	Reset
================================================= */
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 { 
	text-decoration:none;
	/*\*/
	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 { padding:2px; }
textarea { font-size:100%; }
html>/**/textarea { font-size:13px; }
fieldset { border:none; }

/* =================================================
	Element
================================================= */
body {
	background: url(https://cart-imgs.fc2.com/upfile/decodream/bg_clover022.gif) #A87D51 repeat;
	color:#707070;
	text-align:center;
	font-family:Verdana, Ariel, Helvetica, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	line-height:1.4;
	word-break:break-all;
	font-size:82%;		/* 13px */
}
html>/**/body {
	font-size:13px;
}
* html body {
    font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;	/* WinIE6 */
}

/* =================================================
	Hyper text
================================================= */
a:link,
a:visited { 
	color:#87553E;
	text-decoration: none;
}

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

/* =================================================
	Headline
================================================= */
h1 { font-size:170%; }		/* 22px */
h2 { font-size:131%; }		/* 17px */
h3 { font-size:116%; }		/* 15px */
h4 { font-size:108%; }		/* 14px */
h5,
h6 { font-size:100%; }		/* 13px */

/* =================================================
	Layout
================================================= */
#wrap {
	width:100%;
	padding:0px;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding:0px;
	margin-bottom:10px;
	background: url(https://cart-imgs.fc2.com/template/skating/image/header2.jpg) #ffffff no-repeat center top;
}

#main {
	float: right;
	width: 680px !important;
	width /* for IE5.5 */: 700px;
	padding: 0px 0px 20px 10px;
}

#sidemenu {
	float: left;
	width: 200px;
	padding: 0px 5px 15px 5px;
	overflow: hidden;
}

#footer {
	height: 80px;
	clear: both;
	padding:0px;
	width: 100%;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
	background: url(https://cart-imgs.fc2.com/template/skating/image/footer.jpg) #fdb800 no-repeat center top;
}

/* =================================================
	Header
================================================= */
#header h1 {
	height: 200px;
	padding:100px 20px 0px;
	text-align:left;
	vertical-align: middle;
}

/* =================================================
	Topic path (pankuzu)
================================================= */
#topic_path {
	margin:5 0 0px;
	padding:5px 20px 0px;
	text-align:left;
}

/* =================================================
	Maintenance page
================================================= */
#maintenance_page {
	width:100%;
	background-color:#FFFFFF;
}
#maintenance_page p{
	padding:50px;
}

/* =================================================
	Common setting
================================================= */
#main .contents {
	margin:0 5 10px;
	padding:10px 20px 10px 0px;
	background-color:#ffffff;
	text-align:left;
}

#main h2 {
	margin:0 0 10px;
	padding: 5px 30px 5px 5px;
	background: url(https://cart-imgs.fc2.com/template/skating/image/sidemenu_plg_title.jpg) #A2C0F0 no-repeat right center;
	color:#707070;
}

}

/* =================================================
	Shop information
================================================= */
#shopinfo_page {
	color:#333333;
	padding-top:10px;
	padding-bottom:20px;
}

/* =================================================
	Sort
================================================= */
#itemlist_page .sort {
	overflow:hidden;
	width:100%;
	padding:0 0 10px;
	border-bottom:1px solid #DFDFDF;
	font-size:12px;
}
#itemlist_page .sort ul {
	overflow:hidden;
	width:100%;
	margin:0 0 3px;
}
#itemlist_page .sort ul li {
	padding-right:20px;
	float:left;
}
#itemlist_page .sort fieldset {float: left; width: 50%;}
#itemlist_page .sort fieldset.right { text-align:right;padding-top:5px; }
#itemlist_page .sort fieldset input {vertical-align:middle;}
#itemlist_page .sortlinks2 {
	margin-top:10px;
	padding-top:5px;
	width:100%;
	font-size:12px;
	border-top:1px dotted #DFDFDF;
}
#itemlist_page .sortlinks2 .left {float: left; width: 38%;}
#itemlist_page .sortlinks2 .right {float: left; width: 60%; text-align: right; padding: 4px;}

/* =================================================
	Item list (Catalog)
================================================= */
.contents .item_list  {
	overflow:hidden;
	width:100%;
	margin:10px 0;
	border-bottom:1px solid #DFDFDF;
}
.contents .item_list  ul {
	overflow:hidden;
	width:100%;
	margin:0 0 15px;
}
.contents .item_list .item {
	float:left;
	width:150px;
	margin:0 0 -1px -1px;
	padding:15px 5px;
	text-align:right;
	border-bottom:1px solid #DFDFDF;
	border-left:1px dotted #DFDFDF;
}
.contents .item_list .item dl {
	overflow:hidden;
	width:100%;
	height:320px;
}

/*	おすすめ商品、売れ筋商品
	購入者がチェックor購入した商品リスト
----------------------------------------*/
#recommend_page .item_list .item dl,
#hotitem_page .item_list .item dl,
#buyers_checked .item_list .item dl,
#buyers_bought .item_list .item dl {
	height:200px;
}

.contents .item_list  .item dt {font-weight:bold;}
.contents .item_list  .item dd {padding:2px;text-align:right;}
.contents .item_list  .item .name {text-align:left;}
.contents .item_list  .item .item_image {text-align:center; margin: 0px; padding: 0px;}
.contents .item_list  .item .icon {padding:0;text-align:center;}
.contents .item_list  .item .price { font-weight:bold;text-align:center; }
.contents .item_list  .item .stock {}
.contents .item_list  .item .select_type {}
.contents .item_list  .item .select_type select { width:100px; }
.contents .item_list  .item .count {}
.contents .item_list  .item .submit {text-align: center;}

/* Item list
----------------------------------------*/
.contents .item_list  .item_list2 {padding-top: 10px; padding-bottom: 10px;}
.contents .item_list  .item2 {}
.contents .item_list  .item2 img {margin-top: 3px; padding: 3px;}
.contents .item_list  .item2 .thumb {float: left;}
.contents .item_list  .item2 .name {padding: 3px; background-color: #DDDDDD;}
.contents .item_list  .item2 .other {padding: 3px; text-align: right;}
.contents .item_list  .item2 .comment {text-align: left; padding: 3px;}

/* Item detail
----------------------------------------*/
.contents .item_list  .item_detail {text-align: center; font-size: 12px;}
.contents .item_list  .item_detail img {border: 1px solid #CCCCCC; background-color: #FFFFFF; margin: 3px; padding: 3px;}
.contents .item_list  .item_detail .thumb {float: left; margin-top: 10px; width: 33%;}
.contents .item_list  .item_detail .img-comment {text-align: left; padding: 3px;}
.contents .item_list  .item_detail .comment {padding: 3px; text-align: left;}
.contents .item_list  .item_detail .about {text-align: right;}
.contents .item_list  .item_detail .about .other {padding: 3px;}


/* Item detail
----------------------------------------*/
#itemdetail_page .item_detail .item_images {
	overflow:hidden;
	width:100%;
	margin:0 0 15px;
	border-bottom:1px solid #DFDFDF;
}

#itemdetail_page .item_detail .item_images .thumb {
	overflow:hidden;
	float:left;
	width:193px;
	margin:0 0 30px;
	padding:10px;
	text-align:center;
}

#itemdetail_page .item_detail .comment {
	width:100%;
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom:1px solid #DFDFDF;
}

#itemdetail_page .item_detail .comment .point_image {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .comment .comment1 {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .comment .comment2 {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .product {
	overflow:hidden;
	width:100%;
	text-align:right;
}

#itemdetail_page .item_detail .product input,
#itemdetail_page .item_detail .product select {
	vertical-align:middle;
}

#itemdetail_page .item_detail .product .price {
	padding:0 0 10px;
	font-size:124%;
	font-weight:bold;
}
#itemdetail_page .item_detail .product .select_type,
#itemdetail_page .item_detail .product .stock,
#itemdetail_page .item_detail .product .count {
	display:inline;
	padding:0 5px;
	text-align:right;
}

#itemdetail_page .item_detail .submit {
	display:inline;
	text-align:right;
}

/* =================================================
	Check cart
================================================= */




/* =================================================
	Register
================================================= */
.goto_cart {
	text-align:center;
	margin-left:30px;
}
.goto_cart img {
	margin-right:30px;
	margin-top:10px;
}
.goto_cart input {
	margin-right:30px;
}
.goto_cart1 {
	width:50%;
	float:right;
}
.goto_cart1 input {
	text-align:left;
	margin-left:10px;
}
.goto_cart2 {
	width:50%;
	text-align:right;
	float:right;
}
.goto_cart2 input {
	margin-right:10px;
}

/* =================================================
	Table style
================================================= */
.table1 {
	font-size:12px;
	width:100%;
	margin:0 0 20px;
	border:1px solid #A0A0A0;
	border-collapse: collapse;
}
.table1 th,
.table1 td {
	padding:3px;
	border:1px solid #A0A0A0;
}
.table1 .td1 {
	background-color:#FDCF0B;
	color:#707070;
}
.table1 th {
	background-color:#E0E0E0;
	text-align:center;
}
.table1 #left1 {
	text-align:left;
}
.table1 #center1 {
	text-align:center;
}
.table1 #right1 {
	text-align:right;
}

/*重要メッセージ*/
.importantmassage {
	font-weight:bolder;
	color:#333333;
}
.errormassage {
	font-weight:bolder;
	color:#ff3300;
}

/* =================================================
	Side menu (Plugin)
================================================= */
#sidemenu .plugin {
	margin:10px;
	padding:5px 5px;
	background-color:#ffffff;
	text-align:left;
	border: 1px solid #bababa;
}

#sidemenu .plugin h3 {
	margin-bottom: 10px;
	padding: 5px 30px 5px 5px;
	background: url(https://cart-imgs.fc2.com/template/skating/image/sidemenu_plg_title.jpg) #A2C0F0 no-repeat right center;
}

#sidemenu .plugin p {
	padding:3px 5px;
}

/* List
----------------------------------------*/
#sidemenu .plugin ul {
	padding:0px 5px;
	background-color:#ffffff;
}

#sidemenu .plugin ul li {
	margin-left:15px;
	list-style:disc outside;
}

/* Plugin - Menu, Category
----------------------------------------*/
#sidemenu #menu a,
#sidemenu #category a {
	display:block;
	margin:0px;
	padding:2px 5px;
	background-color:#ffffff;
}

#sidemenu .plg_body a.Top {
}
#sidemenu .plg_body a.Main {
	border-top:1px dotted #DFDFDF;
}
/* 子カテゴリ */
#sidemenu #category a.Sub {
	padding-left:20px;
}

/* Plugin - Cart items
----------------------------------------*/
#sidemenu .cartin {
	text-align:center;
	background-color:#ffffff;
}
#sidemenu .cartin_item {
	border-bottom:1px dotted #DFDFDF;
}
#sidemenu .cartin .name {
	text-align:left;
	padding:0px 5px;
}
#sidemenu .cartin .price {
	text-align:right;
	padding:0px 5px;
}
#sidemenu .cartin .subtotal {
	text-align:right;
	padding:0px 5px;
}
#sidemenu .cartin .total {
	text-align:right;
	padding:5px;
}
#sidemenu .cartin .submit {
	padding-top:10px;
}

/* Plugin - Search
----------------------------------------*/
#sidemenu .plugin-search {
	margin:0px;
}
#sidemenu .plugin-search input {
	margin:3px;
	padding:2px;
}

/* =================================================
	Footer
================================================= */

div#footer p {
}

.powered {
	margin: 0 22px;
	padding: 30px 0px 5px;
}

.copyright {
	margin: 0 22px;
	padding: 0px 0px 10px;
}

*:first-child+html .powered {
	padding: 10px 0px 5px;
} /*IE7*/   
* html .powered {
	padding: 10px 0px 5px;
} /*IE6*/   
