@charset "utf-8";
/* CSS Document */

/* 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; font-style:normal; }
#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;}




/* General
***********************/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:1.2;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: auto;
	background:#fff;
}
a:link, a:visited {
	color: #5EC6C6;
	text-decoration: none;
}
a:hover, a:active {
    color: #F66;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

/* contents
***********************/

#bodyContents {
	width:100%;
	max-width:600px;
	margin: 0 auto;
}

.select h1 {
	display:none;
}
.detail h1 {
	border:1px solid #666;
	padding:10px;
	font-weight:normal;
	font-size:large;
	text-align:center;
}

header img {
	width:100%;
}

footer {
	padding:5px;
	text-align:center;
	color:#ccc;
	font-size:x-small;
}

.text, .copy {
	padding:10px;
	text-align:center;
	font-size:small;
	line-height: 1.5;
}
.spec {
	margin: 10px;
	padding: 10px;
	text-align:center;
	border: dotted 1px #999;
	font-size:small;
	line-height: 1.5;
}

.setList li {
	line-height:1;
/*	width:50%;*/
/*	float:left;*/
}

.setList li img{
	width:100%;
}

.setList li.btn_click{
	margin-bottom:20px;
}

.setDetail img, .setCommon img, .banner img {
	display:block;
	width: 100%;
	max-width: 600px;
	margin-bottom:20px;
}

.notice {
	font-size:0.9em;
	color:#f33;
	padding:5px;
	margin: 5px 0;
	background:#fff;
	border:1px solid #f33;
	text-align: center;
}