@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2010-03-03
 * Editor:    contents kinoshita
 * Modified:  2011-05-10 by:contents kinoshita
 *
 * ***********************************************************
 */


/* Suggested order
--------------------------------------------------------------
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
--------------------------------------------------------------
*/


/*============================================================

	Common

============================================================*/

/*---- primaryColumn ----*/
h4 {
	width: 630px;
	margin-bottom: 20px;
	padding: 7px 15px;
	background: url(../img/bg_stit01.jpg) no-repeat;
	font-size: 125%;
	font-weight: bold;
}
h4 span {
	font-size: 90%;
}
.primaryColumn p {
	margin-bottom: 1.4em;
	padding: 0px 15px;
}
h4.titLink {
	width: 630px;
	margin: 0px 15px 1.0em;
	padding: 0px 0px 0px 15px;
	background:url(../img/arrow01.jpg) no-repeat left top;
	font-size: 125%;
	font-weight: bold;
}



/*============================================================

	DSshop

============================================================*/

h4.logo {
	padding: 0;
	background: none;
}
.eventArea {
	width: 640px;
	margin-bottom: 30px;
	padding: 13px 9px 10px;
	border: 1px solid #C6BCDE;
}
	.eventArea dl dt {
		width: 7.5em;
		margin: 0px 0px 0.5em 8px;
		padding-left: 15px;
		background: url(../../img/marker_event.jpg) no-repeat left;
		color: #999999;
		font-weight: bold;
		float: left;
		clear: left;
	}
	.eventArea dl dd {
		margin-bottom: 0.5em;
		padding: 0px 0px 0.5em 9.5em;
		background: url(../img/line_dot01.gif) repeat-x bottom;
	}
	.infoArea dl dd a {
		color: #882FB3;
	}
.btn-list {
	width: 100%;
	text-align: right;
}
.lead {
	min-height: 256px;
	_height: 256px;
	margin: 0px 15px;
	background: url(../../directshop/img/bg_lead.jpg) no-repeat right top;
}
.lead p {
	padding: 0;
}
dl.tailoring {
	margin: 0px 15px 20px;
	padding: 15px;
	border: 1px solid #9597AE;
	background: #F7F7F9;
}
	dl.tailoring dt {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #d1cbe4;
		font-size: 110%;
		font-weight: bold;
	}

/*	Obi
--------------------------------------*/
.container {
	clear: both;
	margin-bottom: 20px;
	padding: 0px 15px;
}
.container02 {
	clear: both;
	margin-bottom: 20px;
}
	.container dl dt,
	.container02 dl dt {
		min-height: 2em;
		_height: 2em;
		margin: 5px 0px 0px;
		margin-bottom: 3px;
		padding: 2px 0px 0px 32px;
		font-size: 120%;
		font-weight: bold;
		line-height: 100%;
	}
	.container dl dt.gold,
	.container02 dl dt.gold {
		background: url(../../goods/img/ico_gold.jpg) no-repeat left top;
	}
	.container dl dt.green,
	.container02 dl dt.green {
		background: url(../../goods/img/ico_green.jpg) no-repeat left top;
	}
	.container dl dt.blue,
	.container02 dl dt.blue {
		background: url(../../goods/img/ico_blue.jpg) no-repeat left top;
	}
	.container dl dt.no-label,
	.container02 dl dt.no-label {
		padding: 2px 0px 0px 0px;
	}
	.container dl dt.hakataGoods {
		min-height: 1em !important;
		_height: 1em !important;
		padding: 2px 0px 0px;
	}
		.container dl dt span,
		.container02 dl dt span {
			font-size: 70%;
			font-weight: normal;
		}
		.container dl dt span.label,
		.container02 dl dt span.label {
			display: block;
			margin-bottom: 0.3em;
			font-size: 80%;
		}
	.container dl dd.cmmt,
	.container02 dl dd.cmmt {
		margin-bottom: 3px;
		padding: 5px 0px 3px;
		border-bottom: 1px solid #B9AFD6;
		background: url(../../goods/img/line01.gif) repeat-x top;
	}
	.container dl dd.cmmt02,
	.container02 dl dd.cmmt02 {
		margin-bottom: 3px;
		padding: 5px 0px 3px;
		background: url(../../goods/img/line01.gif) repeat-x top;
	}
	.container dl dd.color,
	.container02 dl dd.color {
		margin-top: 2px;
		padding: 5px;
		border: 1px solid #B9AFD6;
		font-size: 85%;
		line-height: 120%;
	}
		.container dl dd.color span,
		.container02 dl dd.color span {
			display: block;
			margin-bottom: 3px;
			font-size: 115%;
		}
	.container dl dd.price,
	.container02 dl dd.price {
		margin-top: 5px;
		padding: 5px;
		background: #D1CBE4;
		color: #4A3E99;
		line-height: 120%;
	}
.column01 {
	float: left;
	width: 190px;
	margin-right: 30px;
}
.column02 {
	float: left;
	width: 190px;
	margin-right: 0px;
}
p.aboutSize {
	margin: 0px 15px 1.4em;
	padding: 5px 0px 0px;
	border-top: 3px solid #ECE9F4;
	text-align: right;
}
p.aboutSize a {
	padding-left: 15px;
	background: url(../img/arrow03.gif) no-repeat left;
}
dl.aboutSize {
	margin: 0px 15px;
	padding: 15px;
	border: 1px solid #9597AE;
	background: #F7F7F9;
}
	dl.aboutSize dt {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #d1cbe4;
		font-size: 110%;
		font-weight: bold;
	}



/*============================================================

	Goods

============================================================*/

.ancMenu {
	margin: 0px 15px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
	.ancMenu li {
		float: left;
		margin-right: 20px;
		padding-left: 15px;
		background: url(../img/arrow03.gif) no-repeat left;
	}
.item-komono {
	margin: 0px 15px 20px;
	border-bottom: 1px dotted #999;
	clear: left;
}
.item-kurei {
	margin: 0px 15px 20px;
	padding: 0px 272px 20px 0px;
	border-bottom: 1px dotted #999;
	background: url(../../directshop/img/pic_kurei.jpg) no-repeat right top;
	clear: left;
}
.item-shino {
	position: relative;
	margin: 0px 15px 20px;
	padding: 0px 272px 20px 0px;
	border-bottom: 1px dotted #999;
	background: url(../../directshop/img/pic_madam.jpg) no-repeat right top;
	clear: left;
}
	.item-shino ul {
		position:absolute;
		top:35px;
		right:272px;
	}
	.item-shino ul li {
		float: left;
		margin-left: 5px;
	}
.item-inden {
	margin: 0px 15px 20px;
	padding: 0px 272px 20px 0px;
	border-bottom: 1px dotted #999;
	background: url(../../directshop/img/pic_inden.jpg) no-repeat right top;
	clear: left;
}
.item-dento {
	margin: 0px 15px 20px;
	padding: 0px 272px 20px 0px;
	border-bottom: 1px dotted #999;
	background: url(../../directshop/img/pic_dento.jpg) no-repeat right top;
	clear: left;
}
h5.description {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #331385;
}
p.description {
	padding: 0px;
}
dl.description dt {
	font-weight: bold;
}
dl.description dd {
	margin-bottom: 0.6em;
}
dl.description dd.last {
	margin-bottom: 0em;
}
dl.usefulLink {
	margin: 0px 15px;
	padding: 15px;
	border: 1px solid #9597AE;
	background: #F7F7F9;
	zoom: 1;
}
dl.usefulLink:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both; 
}
	dl.usefulLink dt {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #d1cbe4;
		font-size: 110%;
		font-weight: bold;
	}
	dl.usefulLink dd {
		float: left;
		margin-right: 20px;
	}




/*============================================================

	Service

============================================================*/

h5.info {
	margin: 0px 15px 0.3em;
	padding-left: 17px;
	background: url(../img/marker01.gif) no-repeat left;
	font-size: 120%;
	font-weight: bold;
}
dl.overview {
	margin: 0px 15px 25px;
	padding: 10px 18px;
	border: 5px solid #ECE9F4;
}
	dl.overview dt {
		float: left;
		clear: left;
		width: 6em;
		margin-bottom: 0.3em;
		font-weight: bold;
	}
	dl.overview dd {
		margin: 0px 0px 0.3em 6.5em;
		padding-top: 0.1em;
	}
	dl.overview dd.last {
		margin: -0.2em 0px 0px 6.5em;
		padding-top: 0.1em;
	}
		dl.overview dd em {
			font-size: 110%;
			font-style: normal;
			font-weight: bold;
		}
.instructor {
	margin: 0px 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
}
	.instructor h6 {
		margin: 0px 0px 5px 137px;
		padding: 3px 10px 2px;
		background: #ECE9F4;
		font-size: 100%;
	}
	.instructor .phtArea {
		float: left;
		margin: 0px 15px 0px 0px;
	}
.curriculum {
	margin: 0px 15px;
	padding-bottom: 15px;
}
.curriculum2 {
	margin: 0px 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
}
	.curriculum h6,
	.curriculum2 h6{
		margin: 0px 0px 5px 0px;
		padding: 3px 10px 2px;
		background: #ECE9F4;
		font-size: 100%;
	}
	.curriculumList,
	.curriculumList2 {
	overflow: hidden;
	}
	.curriculumList dt,
	.curriculumList2 dt {
		float: left;
		clear: left;
		width: 80px;
		margin: 0px 0px 5px 0px;
		padding: 2px 2px 1px;
		background: #ECE9F4;
		font-weight: bold;
		text-align: center;
	}
	.curriculumList dd,
	.curriculumList2 dd {
		margin: 0px 0px 5px 90px;
		padding: 2px 0px 1px;
	}
.profile {
	margin: 0px 0px 10px 137px;
}
	.profile dt {
		padding-left: 12px;
		background: url(../img/marker_dot02.gif) no-repeat left;
		font-weight: bold;
	}
	.profile dd {
		padding-left: 12px;
	}
.activity {
	overflow: hidden;
}
	.activity dt {
		float: left;
		clear: left;
		width: 4em;
		margin: 0px 12px 5px 0px;
		padding: 2px 2px 1px;
		background: #ECE9F4;
		font-weight: bold;
		text-align: center;
	}
	.activity dd {
		margin-bottom: 5px;
		padding: 2px 0px 1px;
	}
p.date {
	margin-bottom: 0.2em;
	font-size: 89%;
	text-align: right;
}
p.note {
	margin-bottom: 0;
}
table.maintenance {
	width: 630px;
	margin: 0px 15px 5px;
	padding: 0;
	border: 1px solid #331385;
	border-collapse: collapse;
}
	table.maintenance th, table.maintenance td {
		width: 25%;
		padding: 4px;
		border: 1px solid #331385;
	}
	table.maintenance th {
		background: #C7BEDE;
		text-align: center;
	}
	table.maintenance td {
		text-align: right;
	}
	table.maintenance td.item {
		background: #ECE9F4;
		text-align: center;
	}

.tailoring02 {
	margin: 0px 15px;
	line-height: 160%;
}
	.tailoring02 dt {
		margin: 0px 0px 0.3em 0px;
		padding: 1.0em 0px 0px 17px;
		border-top: 1px dotted #999;
		background: url(../img/marker01.gif) no-repeat left 1.2em;
		font-size: 120%;
		font-weight: bold;
	}
	.tailoring02 dt:first-child {
		border-top:none;
	}

	.tailoring02 dt:first-child { border-top:none; }
	
	.tailoring02 dt.first-child { /*IE-expression (first-child) */
		border-top:none;
	}
	.tailoring02 dt { /* IE-expression (first-child) */
		behavior: expression(
		this.className += (this.previousSibling == null) ? " first-child" : "",
		this.style.behavior = "none"
		);
	}
	.tailoring02 dd {
		margin-bottom:1.0em;
		padding-left:17px;
	}
		.tailoring02 dd dl dt {
			float:left;
			width:8em;
			margin:0px;
			padding:3px;
			border:none;
			background:#ECE9F4;
			font-weight:normal;
			text-align:center;
		}
		.tailoring02 dd dl dd {
			margin-bottom:0;
			padding:3px 3px 3px 11em;
		}
dl.attention {
	margin: 1.0em 15px 0px;
		padding-top: 1.0em;
		border-top: 1px dotted #999;
}
	dl.attention dt {
		float:left;
	}
.ancMenu {
	margin: 0px 15px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
	.ancMenu li {
		float: left;
		margin-right: 20px;
		padding-left: 15px;
		background: url(../img/arrow03.gif) no-repeat left;
	}







/*============================================================

	Access

============================================================*/

h5.kenjokan {
	margin: 40px 15px 20px;
}
div.map {
	margin: 0px 15px 20px;
	padding: 0px 0px 10px;
	background: url(../../directshop/img/bg_map.jpg) no-repeat bottom;
	text-align: center;
}
img.map {
	display: block;
	margin: 0px auto;
	position: static;
}
.tab {
	float: right;
	position: relative; top: -49px; right: 18px;
	width: 187px;
	height: 22px;
	padding: 4px 10px 0px 0px;
	background: url(../../directshop/img/bg_tab.png) no-repeat top right;
	text-align: right;
}
.tab a {
	padding-left: 15px;
	background: url(../img/arrow01.jpg) no-repeat left;
}
dl.access {
	margin: 0px 15px;
	padding-right: 277px;
	background: url(../../directshop/img/pic_kenjokan.jpg) no-repeat right top;
}
dl.access dt {
	float: left;
	clear: left;
	width: 10em;
	margin-bottom: 0.7em;
	padding: 3px;
	border: 1px solid #4A3E99;
	font-weight: bold;
	text-align: center;
}
dl.access dd {
	margin: 0px 0px 0.7em 11.5em;
	padding: 3px 0px 4px;
	border-bottom: 1px dotted #4A3E99;
}
dl.access dd.row2 {
	margin-bottom: 0;
	border-bottom: none;
}





/*============================================================

	Lightbox

============================================================*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../img/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../img/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	width: 100%	;
	margin: 0 auto;
	background-color: #D1CBE4;
	font: 100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4em;
	overflow: hidden;
}
#imageData {
	padding:15px 10px 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	color: #4A3E99;
	font-weight: bold;
}
#imageData #numberDisplay {
	display: none;
	/*display: block;
	clear: left;
	padding-bottom: 1.0em;*/
}			
#imageData #bottomNavClose {
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


