@charset "utf-8";
/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#bodyContents:before {content:'kyoto kimonomachi';color:#fff;font-size:x-large;line-height:1.5;display:block;background:#c00;}
#kimonomachi #bodyContents:before {content:none;}
#bodyContents:after {content:'copyright kyoto kimonomachi';color:#fff;font-size:x-large;line-height:1.5;display:block;background:#c00;padding:20px;}
#kimonomachi #bodyContents:after {content:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, .menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;
border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

/*
きもの町からのお願いです。
弊社webサイトを模倣するためか、弊社のCSS/HTML/JavaScriptを流用して使用されている同業他社様を何社かお見かけしております。
弊社webサイトは、試行錯誤して何年もかけて作成したものです。
流用をお考えのコンテンツの中には、流用が一切禁止されているものや、流用に際し注意が必要なものが含まれている可能性もございます。
流用をお考えの際はメールかお電話でご連絡いただけると幸いです。
※弊社コンテンツには弊社開発ではない、オープンソースのものも含まれております。それぞれのライセンスにつきましてはそれぞれの開発元でお調べください。
*/

/* General
***********************/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color:#333;
	font-size:medium;
	line-height:1.2;
	position:static;
	height:auto;
}
a:link , a:visited {
	color:#4E3430;
}
a:hover , a:active {
	color: #BCB3B1;
}
a img {
	border:none;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
form {
	display:inline;
}

/* --Clearfix */
.cf:before,
.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}


/* 固定
***********************/
.pc {
	display:block;
}
.sp {
	display:none;
}
header.pc, footer.pc {
	width:960px;
	margin:0 auto;
}
#verticalSale {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100px;
	height:100%;
	overflow:hidden;
	z-index:-1;
}

#horizontalSale {
	width:960px;
	margin:0 auto;
}

#bodyContents {
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:center;
}


.menu {
	display:none;
}

.copyright {
	clear:both;
	text-align:center;
	border-top:5px solid #FC3;
	padding:10px;
}


/* コンテンツ用
***********************/

/*見出し
--------------------*/
h1 {
	background:#333;
	color:#fff;
	padding:10px;
	text-align:center;
	font-weight:normal;
}
h2 {
	background:#333;
	color:#fff;
	padding:10px;
	text-align:center;
	font-weight:normal;
	font-size:large;
	margin-bottom:10px;
}
h3 {
	margin:10px 0;
	background:#FFE500;
	color:#000;
	padding:20px 10px;
	text-align:center;
	font-weight:bold;
	font-size:large;
}
h4 {
	margin:10px 0;
	background:#333;
	color:#fff;
	padding:20px 10px;
	text-align:center;
	font-weight:bold;
	font-size:medium;
}

.title img {
	width:100%;
}

/*コンテンツメニュー
--------------------*/
#contMenu {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:medium;
	border:1px solid #333;
	background:#fff;
}
#contMenu li {
	float:left;
/*幅は親要素にper20等併記で指定*/
}
#contMenu li a {
	display:block;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:15px 2px;
	border:1px solid #333;
}
#contMenu li a:link , #contMenu li a:visited {
	background:#fff;
	color:#333;
}
#contMenu li a:hover , #contMenu li a:active {
	background:#FFFF00;
}
/*タイトル用*/
#contMenu li.title a {
	background:#333;
	color:#fff;
	cursor:default;
}
/*終了済み用*/
#contMenu li.end a {
	background:#ddd;
	color:#999;
	cursor:default;
}

.fixed {
	position: fixed;
	top: 0;
	width:100%;
	max-width:960px;
	z-index: 10000;
}

/*コンテンツサブメニュー　ボタン風
--------------------*/
.subMenu {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:medium;
}
.subMenu li {
	float:left;
/*幅は親要素にper20等併記で指定*/
}
.subMenu li a {
	display:block;
	text-decoration:none;
	text-align:center;
	border-radius:10px;
	margin:2px;
	padding:10px;
	box-shadow:2px 2px #333;
	border:1px solid #333;
	/*default*/
	background:#fff;
	color:#333;
	font-weight:bold;
}
.subMenu li a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	box-shadow:none;
}
.subMenu li a:active {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	box-shadow:none;
	box-shadow:2px 2px #333 inset;
}

/*セール期間外のメッセージ
--------------------*/
.close {
	padding:10px;
	margin:10px;
	border:1px dotted #666;
}

/*コンテンツのひとかたまり
--------------------*/
.contBox {
	margin:20px 0;
	padding:50px 0 10px 0;
	/*border-bottom:1px dotted #eee;*/
	/*border-top:1px solid #eee*/
}

/*ナビボタン　.contBoxの最下部に配置
--------------------*/
.navi {
	padding:20px 0;
	border-bottom:1px dotted #ccc;
}
.navi li {
	float:right;
}
.navi li a {
	display:block;
	margin-left:5px;
	width:50px;
}
.navi li img{
	width:100%;
}

/*セール内容説明
--------------------*/
.about {
	/*font-size:large;*/
	line-height:1.8;
	margin:10px;
}
.about strong {
	font-size:150%;
	font-weight:normal;
	background-color:#FFC3FA;
}

/*注釈　セール対象外の指定など
--------------------*/
.note {
	font-size:x-small;
}

/*セール前など注意点
--------------------*/
.warning {
	border:dotted 1px #c00;
	padding:20px;
	margin:10px 0;
	color:#c00;
	font-weight:bold;
}

/*ボタン各種
--------------------*/
a.btn {
	display:block;
	text-decoration:none;
	text-align:center;
	border-radius:15px;
	padding:20px;
	margin:10px;
	box-shadow:2px 2px #333;
	border:1px solid #333;
	/*default*/
	background:#fff;
	color:#333;
	font-weight:bold;
}

a.btn:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	box-shadow:none;
}

a.btn:active {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	box-shadow:none;
	box-shadow:2px 2px #333 inset;
}

/*エントリー用
--------------------*/
.entry a.btn {
	background:#c00;
	color:#fff;
}
/*お買い物用
--------------------*/
.goShopping a.btn {
	background:#c00;
	color:#fff;
}
/*一覧参照用
--------------------*/
.goList a.btn {
	background:#333;
	color:#fff;
}
/*レコメンド商品用
--------------------*/
.recoitem a.btn {
	border-radius:10px;
	padding:10px;
	margin:10px 0;
	font-size:small;
}


/*レコメンド商品　recommendArea,couponArea,pickupなどで使用
--------------------*/
.itemBox {
/*float用　margin,padding,border指定するとレイアウト崩壊の危険あり*/
}
.recoitem {
	text-align:center;
	padding:5px;
	margin:1px;
}
.recoitem .image {
	text-align:center;
	/*padding:5px 5px 0 5px;*/
}
.recoitem .image img {
	width:100%;
}
.recoitem .image img {
	max-width:600px;
	background-image:url(../parts/bg_soldout.gif);
	background-size:100%;
}
.recoitem .name {
	font-size:small;
	overflow:hidden;
	margin:5px auto;
	max-width:300px;
}
.recoitem .price {
	color:#c00;
	font-weight:bold;
	font-size:x-large;
	margin:5px auto;
}
.recoitem .originalprice {
	color:#333;
	/*font-size:small;
	font-weight:normal;*/
	font-size:medium;
	font-weight:bold;
	margin:0px;
	/*text-decoration:line-through;*/
}
.recoitem .originalprice:before {
	content:'通常価格';
}
.recoitem .saleprice {
	color:#fff;
	text-shadow:none;
	font-weight:bold;
	font-size:large;
	margin:5px 0;
	padding:5px;
	background:#c00;
}

.recoitem .bookmark {
	/*楽天のお気に入りに登録用　不要時はdisplay:none;*/
	display:none;
}


/*レコメンドエリア
--------------------*/
.recommendArea {
	margin:10px 0;
}
.recommendArea .recoitem {
	border:1px solid #ddd;
}

/*クーポンエリア
--------------------*/
.couponArea {
	margin:10px 0;
}
.couponArea .recoitem {
}
.couponArea .date {
	background:#ddd;
	color:#666;
	padding:5px;
	border:1px solid #fff;
}
.couponArea .recoitem .image {
	padding:0;
}
.couponArea .recoitem a.btn {
	margin:2px 0;
}

/*PICK UP 注目商品　今後per100でも
--------------------*/
.pickup .recoitem {
/*	border:1px solid #ddd;*/
}
.pickup .recoitem a.btn {
	max-width:600px;
	margin:2px auto;
}


/*日替わりクーポン
--------------------*/
.dailyCouponDay .day {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-family:"Arial Black", Gadget, sans-serif;
}
.couponDate {
	padding:10px 0;
}

.active .day1 {
	background:#4ea5b4;
	border-bottom:solid 10px #4ea5b4;
}
.active .day2 {
	background:#ded26b;
	border-bottom:solid 10px #ded26b;
}
.active .day3 {
	background:#a29791;
	border-bottom:solid 10px #a29791;
}
.active .day4 {
	background:#479278;
	border-bottom:solid 10px #479278;
}
.active .day5 {
	background:#d37878;
	border-bottom:solid 10px #d37878;
}

.day1 {
	background:#efefef;
	border-bottom:solid 10px #4ea5b4;
}
.day2 {
	background:#efefef;
	border-bottom:solid 10px #ded26b;
}
.day3 {
	background:#efefef;
	border-bottom:solid 10px #a29791;
}
.day4 {
	background:#efefef;
	border-bottom:solid 10px #479278;
}
.day5 {
	background:#efefef;
	border-bottom:solid 10px #d37878;
}

/*バナー
--------------------*/
.banner {
	margin:10px;
}
.banner img {
	width:100%;
}

/*最大幅を制限して中央表示
--------------------*/
.w600 {
	max-width:600px;
	margin-left: auto;
	margin-right: auto;
}

.w468 {
	max-width:468px;
	margin-left: auto;
	margin-right: auto;
}


/*子要素の幅を％で指定してfloatさせる
cfを併記して使用
--------------------*/
/*
PCだと指定％、SPだと大きく表示
*/
.per20 > * {
	float:left;
	width:20%;
}
.per25 > * {
	float:left;
	width:25%;
}
.per33 > * {
	float:left;
	width:33%;
}
.per50 > * {
	float:left;
	width:50%;
}

.per100pcsp > * {
	float:none;
	width:100%;
}

/*
PCもSPも同じ％にしたい場合はこちらを指定
*/
.per20pcsp > * {
	float:left;
	width:20%;
}
.per25pcsp > * {
	float:left;
	width:25%;
}
.per33pcsp > * {
	float:left;
	width:33%;
}
.per50pcsp > * {
	float:left;
	width:50%;
}
.per100pcsp > * {
	float:none;
	width:100%;
}


/* Media Queries
***********************/
@media screen and (min-width: 981px) {
	header.pc {
		display:block;
		width:960px;
		margin:0 auto;
	}
}
@media screen and (max-width: 980px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	#bodyContents {
		width:auto;
		margin:0;
		padding:0;
	}
	header.sp img {
		width:100%;
	}
	.menu {
		display:block;
	}
	.menu {
		display:block;
		list-style-type:none;
		max-width:960px;
		margin:0 auto;
	}
	
	.menu li {
		float:left;
		width:25%;
	}
	.menu li a {
		padding:10px 5px;
		font-size:small;
		display:block;
		text-align:center;
		text-decoration:none;
		background:#666;
		border-right:1px solid #999;
	}
	.menu li a:link , .menu li a:visited {
		color:#fff;
	}
	.menu li a:hover , .menu li a:active {
		color: #FCF;
	}

	#contMenu {
		font-size:small;
	}

	.about strong {
		font-size:120%;
		font-weight:normal;
	}
	/*floatBox percent*/
	.per20 > * {
		float:left;
		width:33%;
	}
	.per25 > * {
		float:left;
		width:33%;
	}
	.per33 > * {
		float:left;
		width:33%;
	}
	.per50 > * {
		float:left;
		width:50%;
	}
	.per100 > * {
		float:none;
		width:100%;
	}
}
@media screen and (max-width: 645px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	header.sp img {
		width:100%;
	}

#contMenu {
		font-size:x-small;
	}

	.about {
		text-align:left;
	}
	/*floatBox percent*/
	.per20 > * {
		float:left;
		width:50%;
	}
	.per25 > * {
		float:left;
		width:50%;
	}
	.per33 > * {
		float:left;
		width:50%;
	}
	.per50 > * {
		float:left;
		width:50%;
	}
	.per100 > * {
		float:none;
		width:100%;
	}
}
