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

atelier shishi/ 2020/07/22

	=Index=
	Default settings
		Reset
		Element
		Hyper text
		Headline
	Layout
	Header
	Topic path (pankuzu)
	Main
	Side menu (Plugin)
	Footer
================================================= */

/*-----------------------------------------------------
MARGIN
-------------------------------------------------------*/
/* MARGIN-TOP */
.mt00 { margin-top:0px!important; }
.mt06 { margin-top:6px!important; }
.mt12 { margin-top:12px!important; }
.mt24 { margin-top:24px!important; }
.mt36 { margin-top:36px!important; }
.mt48 { margin-top:48px!important; }
.mt60 { margin-top:60px!important; }
.mt72 { margin-top:72px!important; }

/* MARGIN-RIGHT */
.mr06 { margin-right:6px!important; }
.mr12 { margin-right:12px!important; }
.mr24 { margin-right:24px!important; }
.mr36 { margin-right:36px!important; }
.mr48 { margin-right:48px!important; }
.mr60 { margin-right:60px!important; }
.mr72 { margin-right:72px!important; }

/* MARGIN-BOTTOM */
.mb00 { margin-bottom:0!important; }
.mb04 { margin-bottom:4px!important; }
.mb06 { margin-bottom:6px!important; }
.mb10 { margin-bottom:10px!important; }
.mb12 { margin-bottom:12px!important; }
.mb16 { margin-bottom:16px!important; }
.mb24 { margin-bottom:24px!important; }
.mb36 { margin-bottom:36px!important; }
.mb48 { margin-bottom:48px!important; }
.mb60 { margin-bottom:60px!important; }
.mb72 { margin-bottom:72px!important; }
.mb150 { margin-bottom:150px!important; }

/* MARGIN-LEFT */
.ml04 { margin-left:4px!important; }
.ml06 { margin-left:6px!important; }
.ml12 { margin-left:12px!important; }
.ml24 { margin-left:24px!important; }
.ml36 { margin-left:36px!important; }
.ml48 { margin-left:48px!important; }
.ml60 { margin-left:60px!important; }
.ml72 { margin-left:72px!important; }

/*-----------------------------------------------------
FLOAT & CLEAR & CLEARFIX
-------------------------------------------------------*/
.fl {
	float:left;
}

.fr {
	float:right;
}
.clearfix:after {
	content:"";
	display: table;
	clear:both;
	}

/*-----------------------------------------------------
PADDING
-------------------------------------------------------*/
/* PADDING-TOP */
.pt06 { padding-top:6px!important; }
.pt12 { padding-top:12px!important; }
.pt24 { padding-top:24px!important; }
.pt36 { padding-top:36px!important; }
.pt48 { padding-top:48px!important; }
.pt60 { padding-top:60px!important; }
.pt72 { padding-top:72px!important; }

/* PADDING-BOTTOM */
.pb06 { padding-bottom:6px!important; }
.pb12 { padding-bottom:12px!important; }
.pb24 { padding-bottom:24px!important; }
.pb36 { padding-bottom:36px!important; }
.pb48 { padding-bottom:48px!important; }
.pb60 { padding-bottom:60px!important; }
.pb72 { padding-bottom:72px!important; }

/* PADDING-LEFT */
.pl06 { padding-left:6px!important; }
.pl12 { padding-left:12px!important; }
.pl24 { padding-left:24px!important; }
.pl36 { padding-left:36px!important; }
.pl48 { padding-left:48px!important; }
.pl60 { padding-left:60px!important; }
.pl72 { padding-left:72px!important; }

/* PADDING-RIGHT */
.pr06 { padding-right:6px!important; }
.pr12 { padding-right:12px!important; }
.pr24 { padding-right:24px!important; }
.pr36 { padding-right:36px!important; }
.pr48 { padding-right:48px!important; }
.pr60 { padding-right:60px!important; }
.pr72 { padding-right:72px!important; }

/* PADDING-ALL */
.pa02 { padding:2px!important; }
.pa06 { padding:6px!important; }
.pa12 { padding:12px!important; }
.pa24 { padding:24px!important; }
.pa36 { padding:36px!important; }
.pa48 { padding:48px!important; }
.pa60 { padding:60px!important; }
.pa72 { padding:72px!important; }


/* =================================================
	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;
	outline: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://cache.cart-imgs.fc2.com/upfile/atelier44/bg.jpg) #f4facc repeat-x;
	color:#707070;
	text-align:center;
	font-family:Verdana, Ariel, Helvetica, "ヒラギノ角ゴ pro w3","hiragino kaku gothic pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height:1.5;
	word-break:break-all;
	font-size:82%;		/* 13px */
}
html>/**/body {
	font-size:13px;
}
* html body {
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ pro w3","hiragino kaku gothic pro","ＭＳ Ｐゴシック", 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:123%; }		/* 16px */
h3 { font-size:116%; }		/* 15px */
h4 { font-size:108%; }		/* 14px */
h5,
h6 { font-size:100%; }		/* 13px */

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

#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background:url(https://cache.cart-imgs.fc2.com/upfile/atelier44/bg_body.gif) repeat-y left top;
}

#header {
	width: 100%;
	xheight: 200px;
	height: 165px;
	overflow: hidden;
	padding:0px;
	margin-bottom:10px;
	background-image: url(https://cache.cart-imgs.fc2.com/upfile/atelier44/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main {
	float: right;
	width: 640px !important;
	width /* for IE5.5 */: 660px;
	padding: 0px 0px 30px 0;
	margin-right:20px;
}

#sidemenu {
	float: left;
	width: 220px;
	xpadding: 0px 5px 15px 0;
	overflow: hidden;
	margin-bottom:30px;
}

#bottom_navi{
	xheight: 80px;
	clear: both;
	padding-bottom:10px;
	width: 100%;
	text-align:center;
}


#footer {
	height: 80px;
	clear: both;
	padding:0px;
	width: 100%;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
	background: url(https://cache.cart-imgs.fc2.com/upfile/atelier44/fringe.jpg) #f4facc no-repeat left top;
}

/* =================================================
	Header
================================================= */
#header h1 {
	height: 120px;
	padding:15px 0 0 55px;
	float:left;
}

#cart_check {
	margin:25px 46px 0 0;
	float:right;
	height:75px;
	width:115px;
	}

#description{
	color:#663333;
	float:right;
	margin-top:70px;
	width:390px;
	height:100%;
	text-align:left;
	}

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

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

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

#main h2 {
	height:22px;
	margin:0 0 10px;
	padding: 7px 30px 5px 15px;
	background: url(https://cache.cart-imgs.fc2.com/upfile/atelier44/title_main.jpg) no-repeat right center;
	color:#ffffff;
}



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


	
#shopinfo_page .news-comment{
	margin:5px 0 0;
	font-weight:normal!important;
}

/* =================================================
	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 ul  {
	margin:10px 10px;
}
.contents ul.info li  {
	border-bottom:1px dotted #cc9966;
	padding:5px 0;
}

.contents .infoall{
	margin:10px 10px;
	text-align:right;
	font-weight:normal;	
	}
.contents .item_list  {
	overflow:hidden;
	xwidth:100%;
	margin:10px 5px;
	border-bottom:1px solid #DFDFDF;
}
.contents .item_list  ul {
	overflow:hidden;
	width:100%;
	margin:0 0 0px;
	display: flex;
	flex-wrap: wrap;
}
.contents .item_list .item {
	/*float:left;
	width:190px;*/
	width: 31.33%;
	margin:0 0 -1px -1px;
	padding:15px 1% 10px;
	text-align:right;
	border-bottom:1px solid #DFDFDF;
	border-left:1px dotted #DFDFDF;
}
.contents .item_list .item dl {
	xoverflow:hidden;
	width:100%;
	xheight:250px;
	/*height:300px;*/
	padding-bottom:20px;
}

/*	おすすめ商品、売れ筋商品
	購入者がチェック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:180px;
}

.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:center;}
.contents .item_list  .item .item_image {text-align:center; margin: 5px; padding: 0px;}
.contents .item_list  .item .go_detail {text-align:center; margin: 5px 0 10px; 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 {text-align:center;}
.contents .item_list  .item .select_type {}
.contents .item_list  .item .select_type select { width:100px; }
.contents .item_list  .item .count {text-align:center;}
.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: 5px 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;}

.contents .item_detail .img-comment {text-align: left; padding: 5px 3px;}


/* Item detail
----------------------------------------*/
#itemdetail_page h3 {
	color:#996666;
	margin-bottom:10px;
}

#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 {
	xoverflow:hidden;
	float:left;
	xwidth:193px;
	margin:0 0 30px;
	padding:10px;
	text-align:center;
}


#itemdetail_page .item_detail .comment {
	width:400px;
	float:light;
	margin:0 0 5px;
	padding:0 0 10px;
	xborder-bottom:1px solid #DFDFDF;
}

#itemdetail_page .item_detail .comment .point_image {
	margin:0 10px 0 0;
	vertical-align:middle;
}

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

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

#itemdetail_page .item_detail .specifics {
	width:220px;
	float:right;
}
#itemdetail_page .item_detail .product {
	xoverflow:hidden;
	xtext-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 5px;
	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 {
	padding:0;
	margin-top:5px;
	}

#itemdetail_page .item_detail .submit {
	margin-top:10px;
}

#itemdetail_page .color_note {
	border-top:1px solid #DFDFDF;
	margin-top: 15px;
	padding:5px 10px 15px 0;

}

/* =================================================
	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 (table2=free page)
================================================= */
.table1, .table2 {
	font-size:12px;
	width:100%;
	margin:0 0 20px;
	border:1px solid #A0A0A0;
	border-collapse: collapse;
}
.table1 th, .table2 th {
	padding:5px;
	border:1px solid #A0A0A0;
}
.table1 td, .table2 td {
	padding:5px 5px 5px 10px;
	border:1px solid #A0A0A0;
}

.table1 .td1,
.table2 .td1 {
		background-color:#7f7f7f;
	color:#ffffff;
}
.table1 th {
	background-color:#E0E0E0;
	text-align:center;
}

.table2 th {
	background-color:#E0E0E0;
	text-align:center;
	white-space:nowrap;
}


.table1 #left1 {
	text-align:left;
}
.table1 #center1 {
	text-align:center;
}
.table1 #right1 {
	text-align:right;
}

.table2 ul li {
	margin-left:15px;
	list-style:disc outside;
}
.table2 img {
	margin-top:5px;
}

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

/* =================================================
	UserPage
================================================= */
.free_contents,
.user_cntent {
	margin:20px 20px;
}

.free_contents ul li,
.user_cntent ul li {
	margin-left:15px;
	list-style:disc outside;
}

.free_contents h3,
.user_cntent h3 {
	font-size:123%;
	height:22px;
	margin:0 0 10px;
	padding: 7px 30px 5px 15px;
	background:url(https://cache.cart-imgs.fc2.com/upfile/atelier44/title_sub.gif) no-repeat top left;
	color:#ffffff;
}


.free_contents #output436433 a {
	font-size:80%;
}

.free_contents #output436433 .submit{
	margin-bottom:10px;
	}

.free_contents #output436433 .title{
	margin-top:10px;
}


/* =================================================
	Side menu (Plugin)
================================================= */
#sidemenu .plugin {
	xmargin:10px;
	xpadding:5px 5px;
	xbackground-color:#ffffff;
	text-align:left;
}

#sidemenu .plugin h3 {
	color:#ffffff;
	height:26px;
	margin-bottom: 10px;
	padding: 22px 20px 0px 30px;
	background: url(https://cache.cart-imgs.fc2.com/upfile/atelier44/title_navi.png) no-repeat left top;
}

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

#sidemenu .plg_body {
	margin-left:30px;
}

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

#sidemenu .plugin ul li {
	margin:2px 5px 5px;
}

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

#sidemenu a:hover {
	text-decoration:none;
}

#sidemenu .plg_body a.Top {
}
#sidemenu .plg_body a.Main {
	border-top:1px dotted #cc9966;
}
/* 子カテゴリ */
#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 {
	float:right;
	text-align:right;
	margin: 0 22px;
	padding: 30px 0px 5px;
}

.copyright {
	text-align:left;
	margin: 0 22px 0 42px;
	padding: 30px 0px 10px;
}

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

/* =================================================
	追加
================================================= */

.contents .item_list .item .comment1 {
    clear: both;
    height: 3em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

/* =================================================
	Topic path (pankuzu)
================================================= */
#topic_path {
	clear: both;
	text-align:left;
	margin-bottom: 10px;
}

#topic_path ul { background:url(https://cache.cart-imgs.fc2.com/template/basic_black/image/breadcrumbs_home.png) no-repeat 0 5px; padding-left: 10px; zoom:100%; }

#topic_path ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#topic_path li {
	float:left;
	display:inline;
	padding:4px 0.5em;
}

#topic_path li.link,
#topic_path li.home {
	padding:4px 0 4px 0.5em;
}
#topic_path li.link:after,
#topic_path li.home:after {
	content: "＞";
	margin-left: 0.5em;
}

/* =================================================
	inquiry_page
================================================= */
#inquiry_page .inquiry_header {
	margin-bottom: 10px;
}

#inquiry_page td input {
	width: 400px;
}

#inquiry_page td input.name {
	width: 200px;
}

#inquiry_page td textarea {
	width: 400px;
	height:200px;
}

#inquiry_page .inquirybutton {
	text-align: center;
	padding: 10px 0;
}