@charset "utf-8";

/*------------------------------------------------------------------------------
ネイルサロンK･I･N･G - CSS Modules Import
URL: http://
Date: 2009-09-03
Copyright (C) K･I･N･G. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Main

---------------------------------------- */

h2#Title {
	background: url(../img/nailist/title.jpg) 0 0 no-repeat;
	width: 940px;
	height: 162px;
	text-indent: -9999px;
	margin: 0 auto;
}


/* ---- Naillist ----*/

div#Nailist div.NailistBox {
	border-top: 1px solid #e5dfcf;
	border-bottom: 1px solid #e5dfcf;
}

*html div#Nailist div.NailistBox {
	width 630px;
}

div#Nailist div.NailistWpr {
	background: url(../img/common/bg_stripe_01.png) 0 0 repeat;
	margin: 5px 0;
	padding: 20px 15px;
}


/* PhotoCol */
div#Nailist  .PhotoCol {
	float: left;
	width: 178px;
	border:1px solid #e5dfcf;
}

div#Nailist  .PhotoCol img {
	border: 1px solid #fff;
}


/* Profile */
div#Nailist  .ProfileCol {
	float: right;
	width: 365px;
	border:1px solid #e5dfcf;
	padding: 17px;
	background: #fff url(../img/nailist/txt_bg.png) 50% 50% no-repeat;
}

div#Nailist  .ProfileCol p.Name {
	background: url(../img/common/line_dotted_03.png) 0 100% repeat-x;
}

*html div#Nailist  .ProfileCol p.Name {
	behavior: url/js/iepngfix_v2/iepngfix.htc);
}


div#Nailist  .ProfileCol p.Name span {
	font-size: 83.4%;
	line-height: 0.75;
}

div#Nailist  .ProfileCol p.Name strong {
	font-size: 133.4%;
	font-weight: bold;
}

div#Nailist  .ProfileCol table td,
div#Nailist  .ProfileCol table th {
	padding: 10px 0;
	background: url(../img/common/line_dotted_03.png) 0 100% repeat-x;
}

* html div#Nailist  .ProfileCol table td,
* html div#Nailist  .ProfileCol table th {
	behavior: url/js/iepngfix_v2/iepngfix.htc);
}

div#Nailist  .ProfileCol table th {
	width: 100px;
	color: #e94609;
}


/* Comment */

div.CommentBox {
	margin-bottom: 20px;
}

div.CommentBox p.CommentTit {
	background:url(../img/common/icon_star_01.png) 0 50% no-repeat;
	font-weight: bold;
	padding-left: 15px;
	margin: 15px 15px 5px 15px;
}

div.CommentBox table {
	width: 600px;
	margin-left: 15px;
}

div.CommentBox table td {
	width: 229px;
	vertical-align: top;
}

div.CommentBox table th {
	vertical-align: top;
}

div.CommentBox table th p {
	margin-left: 5px;
}

div.CommentBox table td .Comment {
	background: url(../img/nailist/comment_top.png) 0 0 no-repeat;
	color: #8c7354;
	width: 229px;
	padding-top: 15px;
	padding-bottom: 3px;
}

div.CommentBox table td .Comment p {
	margin: 0 15px 0 10px;
}

*html div.CommentBox table td .Comment p {
	line-height: 1.667;
}

div.CommentBox table td .CommentBtm {
	background: url(../img/nailist/comment_btm.png) 0 100% no-repeat;
	height: 12px;
	
}

div.CommentBox table th .MemberYUYU {
	background: url(../img/nailist/thumb01.png) 0 0 no-repeat;
	width: 60px;
	height: 125px;
	text-indent: -9999px;
}

div.CommentBox table th .MemberNAO {
	background: url(../img/nailist/thumb02.png) 0 0 no-repeat;
	width: 60px;
	height: 125px;
	text-indent: -9999px;
}

div.CommentBox table th .MemberNORIKO {
	background: url(../img/nailist/thumb03.png) 0 0 no-repeat;
	width: 60px;
	height: 125px;
	text-indent: -9999px;
}

div.CommentBox table th .MemberSAORI {
	background: url(../img/nailist/thumb04.png) 0 0 no-repeat;
	width: 60px;
	height: 125px;
	text-indent: -9999px;
}

div.CommentBox table th .MemberAKI {
	background: url(../img/nailist/thumbAKI.png) 0 0 no-repeat;
	width: 60px;
	height: 125px;
	text-indent: -9999px;
}

div.CommentBox table th .MemberYUKKO {
	background: url(../img/nailist/thumbYUKKO.png) 0 0 no-repeat;
	width: 60px;
	height: 125px;
	text-indent: -9999px;
}



/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div.NailistWpr:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.NailistWpr {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div.NailistWpr {
	zoom: 1;
}