@charset "UTF-8";

/*==============================================================================
 * デフォルトスタイルシートの上書き
 *----------------------------------------------------------------------------*/
body, div, p, pre, blockquote, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
iframe, object, embed {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
ul, ol {
	list-style-position: outside;
	list-style-type: none;
}
table {
	/*border-collapse: separate;*/
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0;
	font-size: 1em;
}
* {
	/*word-break: break-all;*/
}
*:first-child+html table {
	border-collapse: collapse;
}
* html table {
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
}
address, cite, caption, th, del, ins,
abbr, acronym, dfn, em, strong,
code, kbd, samp, var {
	border: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: baseline;
}
a img {
	vertical-align: text-bottom;
}
* html a img {
	vertical-align: baseline;
}
br {
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
form, fieldset, input, textarea {
	margin: 0;
}
form, fieldset {
	padding: 0;
}
fieldset {
	border: none;
}
form p {
	margin: 0;
	padding: 0;
}

/*==============================================================================
 * 全共通指定
 *----------------------------------------------------------------------------*/
html{
	overflow-y: scroll;
}
body {
	background: transparent url(../img/bg_body.gif) repeat scroll left top;
	color: #333333;
	font: normal normal normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
input,
textarea,
select {
	color: #333333;
	font-size: inherit;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

a:link, a:visited {
	color:#003567;
	text-decoration:none;
}
a:hover, a:active  {
	color:#003567;
	text-decoration:underline;
}

.input_text,
.input_password,
textarea {
	background-color: #f8f8f8;
}
.input_text,
.input_password,
textarea,
select {
	border: 1px solid #888888;
}
.input_image {
	border: none;
}
p {
	overflow: hidden;
}
strong {
	font-weight: bold;
}

/*----------------------------------------------
 * clearfix, overflow: hidden
 *--------------------------------------------*/

#Left,
#Center,
#Right,
#Top,
#Footer,
#bannerArea {
	overflow: hidden;
}

.clr {
	border: 0pt none;
	clear: both;
	font-size: 0pt;
	line-height: 0pt;
	padding: 0pt;
}

/*----------------------------------------------
 * ベースレイアウト
 *--------------------------------------------*/
#Container {
	position: relative;
	width: 826px;
	margin: 0 auto;
	/* zoom: 1; */
	overflow: hidden;
	overflow: -moz-scrollbars-none;
	background:transparent url(../img/bg_page.gif) repeat-y scroll left top;
}
#Header {
	position: relative;
	padding:0 13px 0 13px;
}
#topBanner {
	position: absolute;
	top: 5px;
	left: 247px;
	width: 468px;
	height: 60px;
}
#Top {
	padding-left: 0;
}
#Top .infoBox,
#Top .descriptionBox {
	margin-right: 20px;
	margin-left: 20px;
}

#Content {
	float: left;
	width:800px;
	padding: 0 13px 0 13px;
	background: url(../img/bg_content.jpg) no-repeat center top;
}
#Left {
	float: left;
	width: 190px;
}
#Center {
	float: right;
	width: 610px;
}

#Right {
	float: right;
	width: 0;
}

#Footer {
	position:relative;
	padding: 0 13px 0 13px;
}

#Center h1 {
	margin:16px 0 15px;
}

h2 {
	background:transparent url(../img/h2.jpg) no-repeat scroll left top;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin: 0pt 0pt 12px;
	padding: 0pt 0pt 0pt 34px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.submit {
	text-align: center;
	margin-bottom:15px;
}

p.headline {
	line-height: 1.6;
	margin: 0 0px 15px 5px;
}

/*
 * ヘッダ
 */

#Header .hArea {

	margin: 0 0 10px;
	border-bottom: 5px solid #003567;
	height:25px;
}
#Header .summary {
	width: 470px;
	margin: 5px 0 0;
	padding: 0 0 0 20px;
	font-size: 11px;
	line-height:1.6;
	float: left;
}
#Header .hArea ul {
	width: 250px;
	padding: 0 10px 0 0;
	float: right;
}
#Header .hArea ul li {
	float: left;
}

#Header .siteName {
	width: 570px;
	margin: 0;
	padding: 0;
	float: left;
}
#Header .siteName img {
	padding:0 5px 0 5px;
}

/* 更新情報、新人情報 */
#Header .hMenu {
	float: right;
	width: 230px;
}

#Header .new {
	float:right;
	padding: 0 5px 9px 0;
}

#new_info {
	/*padding:5px 0 5px 5px;*/
	width:218px;
	height:95px;
	border:#b67f19 1px solid;
	overflow:auto;
}

#new_face {
	/*padding: 5px 0 5px 5px;*/
	width: 218px;
	height: 161px;
	border: #b67f19 1px solid;
	overflow:auto;
}

#Header .textArea p{
	line-height:1.2;
}

p.date {
	background: #efe8cf none repeat scroll 0% 0%;
	color: #00b7ee;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3.title {
	font-weight: bold;
	background: #EFE8CF none repeat scroll 0% 0%;
	margin :0;
	padding:0;

}

/*
 * フッター
 */
#Footer {
	padding-top:13px;
	padding-bottom: 10px;
}

#Footer address {
	width: 200px;
	padding: 0 10px 0 20px;
	border-right: 1px solid #595959;
	display: block;
	float: left;
}
#Footer dl {
	width: 440px;
	padding: 0 0 0 20px;
	font-size: 12px;
	float: left;
}
#Footer dl dt {
	font-weight: bold;
	line-height: 1.4;
}
#Footer dl dd {
	margin: -17px 0 0 90px;
	line-height: 1.4;
}
#Footer .copyright {
	margin: 0;
	font-size: 11px;
	text-align: center;
	clear: both;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
}
#flashcontent{
	margin-left:5px;
}
/*
 * 左メニュー
 */
#Left .gNav {
	margin-left: 3px;
}

#Left .box {
	width: 175px;
	margin: 10px 0 0 5px;
}

#Left .mobile {
	background:transparent url(../img/m_mobile_bg.gif) no-repeat scroll left bottom;
	font-size:10px;
	padding:0pt 0pt 5px;
	text-align:center;
}

#Left .mobile li {
	margin:0pt 0pt 5px;
	text-align:center;
}

/*
 * トップページ新着情報
 */

.newsIndex {
	float: right;
	padding: 0 5px 10px 0;
}
.newsIndex h2 {
	margin: 0 0 6px;
	padding: 0;
	background: none;
}

/*
 * トップページ出勤情報
 */
#girlsIndex {
	float: left;
	display:inline; /* IE6 */
	margin: 0 0 15px 4px;
	background: #ffffff;
}

#girlsIndex h2 {
	margin: 0;
	padding: 0 0 4px 0;
	background: none;
}

#girlsIndex .sche {
	width: 100%;
	height: 34px;
	padding-left: 4px;
}

#girlsIndex .sche ul {
	padding: 4px 0 4px 0;
}

#girlsIndex .sche li {
	float: left;
	width: 83px;
	border: 1px #666666 solid;
	height: 24px;
	background: #ededed none repeat scroll 0% 0%;
	text-align: center;
	padding-top: 10px;
}

#girlsIndex .sche a {
	color: #000000;
	text-decoration: underline;
}

#girlsIndex .sche a:hover {
	text-decoration: none;
}

#girlsIndex p {
	clear:both;
	padding-left:10px;
	margin: 4px 0 4px 0;
	width:592px;
	height:28px;
	font-weight: bold;
	background: url(../img/top/bg_data.gif) repeat-x left top;
	line-height: 24px;
}

#girlsIndex dl {
	width: 117px;
	margin: 0 4px 10px 0;
	padding: 0 0 4px; /* 0 0 6px */
	background: url(../img/top/bg_girl_b.gif) no-repeat left bottom #e4e4e4;
	float: left;
}

#girlsIndex dl dt {
	width: 107px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	background: #6b674f;
	line-height: 1.5;
	vertical-align: sub;
	text-align: center;
}
#girlsIndex dl .photo {
	padding: 6px 0 0;
	text-align: center;
	background: url(../img/top/bg_girl_t.gif) no-repeat left top;
}
#girlsIndex dl .time {
	width: 107px;
	margin: 0 auto;
	line-height: 14px;
	background: #fff;
	text-align: center;
}

#girlsIndex dl a {
	color: #fff;
	text-decoration:none;
}

p.schedate {
	background: #efe8cf none repeat scroll 0% 0%;
	color: #00b7ee;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/*
 * トップページバナー置場
 */
#bannerArea {
	clear: both;
	float:left;
	padding:5px;
}
#bannerArea .box {
	width: 100%;
	border: 1px solid #000000;
	
}
#bannerArea h2 {
	background: url(../img/h2_long.jpg) no-repeat left top;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	margin:0pt 0pt 12px;
	padding:0pt 0pt 0pt 34px;
}
#bannerArea ul {
	width:773px;
	margin: 0 0 0 15px;
	clear:left;
}

#bannerArea ul li {
	width:180px;
	padding: 0 12px 20px 0;
	float: left;
	text-align: center;
}
#bannerArea ul li img {
	margin: 0 0 5px;
	border: none;
	text-decoration: none;
}
#bannerArea a:link, #bannerArea a:visited {
	color:#003567;
	text-decoration:underline;
}
#bannerArea a:hover, a:active {
	color:#003567;
	text-decoration:none;
}
#bannerArea img {
	border: none;
	vertical-align:top;
}
#bannerArea ul, ol, dl {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
/* ↑Page Top */
#Content p.pagetop {

	padding:15px 15px 0pt 0pt;
	text-align:right;
	border-bottom:5px solid #003567;
}

/*----------------------------------------------
 * 奥様紹介
 *--------------------------------------------*/
#girlsIntro {
	width: 600px;
	margin: 0 0 0 5px;
}
#girlsIntro dl {
	width: 143px;
	height: 238px;
	margin: 0 7px 10px 0;
	padding: 9px 0 0;
	background: url(../img/bg_girls_h.gif) no-repeat left top;
	float: left;
}
#girlsIntro dl dt {
	width:143px;
	margin:0 auto 0 auto;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #6b5d3f;
	line-height: 19px;
	text-align: center;
}
#girlsIntro dl dd.photo {
	height: 150px;
	margin: 0 0 0 11px;
	padding: 11px 0 0 11px;
	background: url(../img/bg_girls_photo.jpg) no-repeat left top;
}
#girlsIntro dl dd.detail {
	text-align: center;
	line-height: 1.3;
	height:58px;
	width:143px;
	background: url(../img/bg_girls_f.gif) no-repeat left bottom;
}

#girlsIntro a {
	color: #fff;
}

#girlsIntro dt img {
	vertical-align: middle;
}

/*--

	__奥様詳細

----------------------------------------------------------- */
#GIRL .sche h2 {
	margin: 0;
	padding: 0;
}

#GIRL .sche{
	width: 568px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	border:#666666 1px solid;
}

#GIRL .sche a {
	color:#000000;
}
#GIRL .sche a:hover {
	color:#000000;
	text-decoration: none;
}
#GIRL .sche a:visited {
	color:#000000;
}

#GIRL .sche ul{
	float:left;
}
#GIRL .sche ul li{
	width:80px;
	padding:3px 0 0 0;
	background:#ffffff;
	border-left:#666666 1px solid;
	text-align:center;
}
#GIRL .sche ul li.date{
	background:#ededed;
}
#GIRL .sche li.first{
	border:none;
	width:82px;
}

#GIRL {
	background: url(../img/girl/bg_body.jpg) no-repeat right 135px;
}
#GIRL .headWrap {
	margin: 0 0 12px;
	background: url(../img/girl/bg_headwrap.jpg) repeat-x left top;
}
#GIRL .headWrap .head {
	width: 800px;
	margin: 0 auto;
	background: url(../img/girl/bg_head.jpg) no-repeat left top;
}
#GIRL .headWrap .head h1 {
	margin: 0;
	padding: 0 50px 0 99px;
	float: left;	
}
#GIRL .headWrap .head p {
	margin: 0;
	float: right;
}
#GIRL #page {
	width: 568px;
	background: none;
	margin: 0 auto;
}
#GIRL #page p {
	width:293px;
}
#GIRL #page .gLeft {
	width: 242px;
	margin: 0 0 15px;
	float: left;
}
#GIRL #page .gLeft p {
	margin: 0 0 10px;
}
#GIRL #page .gLeft ul {
	margin: 0 0 0 8px;
}
#GIRL #page .gLeft ul li {
	margin: 0 8px 8px 0;
	float: left;
}
#GIRL #page .gRight {
	width: 312px;
	margin: 0 0 15px;
	border: 1px solid #666;
	float: right;
}
#GIRL #page .gRight h2 {
	margin: 0 5px 0 20px;
	padding: 0;
	color: #9b8259;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	background: none;
/*	background: url(../img/girl/bg_h2.gif) no-repeat right center;*/
}
#GIRL #page .gRight table {
	width: 312px;
	background: #fff;
	margin-bottom:10px;
}
#GIRL #page .gRight table th {
	width: 33%;
	font-weight: normal;
	padding: 3px 8px 4px;
}
#GIRL #page .gRight table td {
	padding: 3px 8px 4px;
}
#GIRL #page .gRight table .bgtr th {
	background: url(../img/girl/bg_th.jpg) no-repeat right center;
}
#GIRL #page .gRight table .bgtr td {
	background: url(../img/girl/bg_td.jpg) no-repeat left center;
}
#GIRL #page .girls{
	border: 1px solid #666;
	width:298px;
	margin:5px 6px;
} 
#GIRL #page .blog_banner{
	margin:5px 6px;
}
#GIRL #page .basicTable {
	margin: 0 0 15px;
	border: 1px solid #555;
	clear: both;
}
#GIRL #page .optionTable {
	margin: 0 0 15px;
	border: 1px solid #555;
	clear: both;
}
#GIRL #page .comment {
	margin: 0;
	clear: both;
}
#GIRL #page .comment .girls {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid #555;
	float: left;
}
#GIRL #page .comment .girls h3 {
	margin: 0;
	padding: 0;
}
#GIRL #page .comment .girls p {
	margin: 8px;
	width:528px;
}

#GIRL #page .comment .tentyo {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid #555;
	float: left;
}
#GIRL #page .comment .tentyo h3 {
	margin: 0;
	padding: 0;
}
#GIRL #page .comment .tentyo p {
	width:528px;
	margin: 8px;
}
#GIRL .close {
	width:100px;
	margin:0 230px;
	text-align: center;
	padding: 10px 0 10px;
}
#GIRL #page p.blogArea{
	width:293px;
	margin:10px 6px 20px;
	text-align:center;
}


/*--

	__システム

----------------------------------------------------------- */
.chargeList {
	margin: 0 10px 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
}
.chargeList li {
	margin: 0 15px 0 0;
	display: inline;
	line-height: 1.7;
}

.h2system {
	margin: 0 0 10px;
	padding: 0;
	background: none;
}
.systemTable {
	width: 600px;
	margin: 0 0 25px 1px;
}
.systemTable th {
	padding: 10px 8px;
	line-height: 1.4;
	font-weight: bold;
	border: 1px solid #999;
	background: url(../img/bg_th1.gif) repeat left top;
}
.systemTable .th2 {
	background: url(../img/bg_th2.gif) repeat left top;
}
.systemTable th.center {
	text-align: center;
}
.systemTable th.wide {
	width: 25%;
}
.systemTable td {
	padding: 10px 8px;
	line-height: 1.4;
	border: 1px solid #999;
}

.systemTable p {
	line-height: 1.6;
	margin: 0 15px 15px 5px;
}

.basicWrap {
	width: 288px;
	margin: 0 25px 0 1px;
	float: left;
}
.basicWrap h2 {
	margin: 0 0 5px;
	padding: 0;
	background: none;
}
.basicWrap table {
	width: 288px;
}
.basicWrap table td {
	border: 1px solid #999;
	padding: 8px;
	line-height: 1.4;
}
.basicWrap table td .attention {
	font-weight: bold;
}

.optionWrap {
	width: 288px;
	margin: 0 0 20px;
	float: left;
}
.optionWrap h2 {
	margin: 0 0 5px;
	padding: 0;
	background: none;
}
.optionWrap table {
	width: 288px;
}
.optionWrap table th {
	width: 39%;
	border: 1px solid #999;
	padding: 8px;
	line-height: 1.4;
	font-weight: bold;
	background: url(../img/bg_th1.gif) repeat left top;
}
.optionWrap table td {
	border: 1px solid #999;
	padding: 8px;
	line-height: 1.4;
}

#course{
	margin-bottom:20px;
	}
.promise{
	border: 1px solid #666;
	width:500px;
	padding:10px;
	margin: 10px auto 10px 30px;
	}
#img_margin{
	margin-bottom:20px;
	margin-left:0px;
	}

.attention {
	color: red;
}

/*--

	__イベント

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

#EVENT, #NEW {
	width: 550px;
	margin: 0 0 25px 20px;
}

#NEW img {
	float: left;
}

#MEMBER {
	width: 550px;
	margin: 0 0 25px 20px;
}

#MEMBER img {
	float: left;
}

#GOLD {
	width: 550px;
	margin: 0 0 25px 20px;
}

#GOLD img {
	float: left;
}


/*--

	__Q&A

----------------------------------------------------------- */
.faqList {
	margin: 0 10px 30px 0;
	padding: 10px 0;
	list-style: decimal;
	border: 1px solid #ccc;
	background: #f4f4f4;
}
.faqList li {
	margin: 0 0 8px 36px;
	line-height: 1.4;
}

.faq {
	width: 600px;
}
.faq dt {
	padding: 11px 5px 10px 94px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/faq_q.gif) no-repeat left top;
}
.faq dd {
	margin: 0 0 20px;
	padding: 11px 10px 15px 12px;
	line-height: 1.4;
	background: url(../img/faq_a.gif) no-repeat left bottom	;
}
.faq dd p {
	margin: 0;
	padding: 0 0 0 82px;
	background: url(../img/faq_a2.gif) no-repeat left top;
	
}
.faqList a {
	color: #333;
}

/*--

	__リクルート

----------------------------------------------------------- */
body#recruit h2.rLead {
	margin: 0 0 15px;
	padding: 0;
	background: none;
}
body#recruit .rBig {
	margin: 0 10px 10px 0;
	padding: 0 0 8px;
	font-weight: bold;
	font-size: 13px;
}
body#recruit .recruitWrap,
body#recruit .recruitWrap-e {
	width: 201px;
	margin: 0 0 20px;
	border-left: 1px dashed #333;
	float: left;
}
body#recruit .recruitWrap-e {
	border-right: 1px dashed #333;
}
body#recruit .recruitWrap h2,
body#recruit .recruitWrap-e h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bg_r_three.jpg) no-repeat left top;
	text-align: center;
}
body#recruit .recruitWrap p,
body#recruit .recruitWrap-e p {
	margin: 8px;
	padding: 0;
}
body#recruit .recruitP {
	width: 585px;
	margin: 0 0 15px;
	padding: 7px 10px;
	background: #dcdcdc;
}
body#recruit .recruitP span {
	color: #535353;
	font-size: 18px;
	font-weight: bold;
}


body#recruit .tel {
	margin: 15px 0 25px;
}
body#recruit .h3recruit {
	margin: 0 0 3px;
	padding: 0 0 0 24px;
	color: #940d11;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/h3_recruit.gif) no-repeat left center;
}
body#recruit table.recruitTable {
	width: 604px;
	margin: 0 1px 20px;
}
body#recruit table.recruitTable th {
	width: 20%;
	padding: 8px 10px;
	line-height: 1.4;
	background: #EFEFEF;
	border: 1px solid #ccc;
	font-weight: bold;
}
body#recruit table.recruitTable th span {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
}
body#recruit table.recruitTable td {
	padding: 8px 10px;
	line-height: 1.4;
	border: 1px solid #ccc;
}

body#recruit .prbox {
	width: 290px;
	margin: 0 5px 15px 5px;
	float: left;
	border: 1px solid #ccc;
}
body#recruit .prbox h3{
	margin: 0;
	padding: 4px 5px;
	color: #990000;
	font-weight: bold;
	background: #efefef;
}
body#recruit .prbox p{
	margin: 0;
	padding: 8px;
	border-top: none;
	font-size: 10px;
	height:120px;
}
.comment h3 {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
}
.comment .img left {
	margin-bottom: 15px;
}
.rcommentTable {
	width: 450px;
	margin: 0 0 8px;
}
.rcommentTable th {
	padding: 8px;
	border-bottom: 1px solid #676767;
	font-weight: bold;
}
.rcommentTable th span {
	color: #FF0000;
}
.rcommentTable td {
	padding: 8px;
	border-bottom: 1px solid #676767;
}

/*--

	__お問い合わせ

----------------------------------------------------------- */
.inquiryTable {
	width: 600px;
	margin: 0 0 15px 5px;
}
.inquiryTable th {
	width: 20%;
	padding: 10px 8px;
	line-height: 1.4;
	background: #d1c7a3;
	border: 1px solid #686868;
}
.inquiryTable td {
	padding: 10px 8px;
	line-height: 1.4;
	border: 1px solid #686868;
}
.inquiryTable td textarea {
	width: 400px;
	height: 150px;
}

/*--

	__メルマガ

----------------------------------------------------------- */
p.magtext {
	line-height: 1.6;
	margin: 0pt 15px 15px 5px;
}


/*--

	__グラビア

----------------------------------------------------------- */
.gravureWrap {
	width: 605px;
}
.gravureWrap ul {
	margin: 0 0 0 10px;
}
.gravureWrap ul li {
	margin: 0 15px 15px 0;
	padding: 0 0 4px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	background: url(../gravure/img/bg_title.gif) no-repeat center bottom;
	text-align: center;
}
.gravureWrap ul li img {
	margin: 0 0 3px;
}
.gravureWrap ul li a {
	text-decoration: none;
}

/*--

	__コスプレ

----------------------------------------------------------- */
#cosplayWrap {
	width: 605px;
}
.cosplayMain {
	width: 225px;
	float: left;
}
.cosplayMain dl {
	padding: 12px 0 20px 10px;
	background: url(../img/bg_cosplay_m.jpg) no-repeat left top;
}
.cosplayMain dl dt {
	width: 190px;
	padding: 6px 0 6px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
}
.cosplayMain dl dd.photo {
	margin: 0 0 5px;
}
.cosplayMain dl dd.comment {
	width: 195px;
	padding: 0 0 0 5px;
	line-height: 1.2;
	background: #fff;
}

.cosplayThumb {
	width: 380px;
	height: 520px;
	float: right;
	overflow-x: hidden;
	overflow-y: scroll;
	background: url(../img/bg_cosplay.gif) no-repeat right 50px fixed;
}
.cosplayThumb ul {
}
.cosplayThumb ul li {
	width: 78px;
	margin: 0 12px 25px 0;
	padding: 0 0 8px 0;
	text-align: center;
	font-size: 11px;
	background: url(../img/bg_cosplay_s.gif) no-repeat right bottom;
	float: left;
}
.cosplayThumb ul li img {
	margin: 2px 0 0;
}

/*--

	__お店情報

----------------------------------------------------------- */
.shopTable {
	width: 600px;
	margin: 0 0 25px;
}

p#healthText{
	font-size:18px;
	margin-left:20px;
	line-height:1.5;
}
.shopTable th {
	padding: 8px 10px;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(../img/bg_th1.gif) repeat left top;
}
.shopTable td {
	padding: 8px 10px;
	line-height: 1.4;
	vertical-align: top;
	border: 1px solid #ccc;
}
.map {
	margin: 0 0 20px;
	text-align: center;
}
.map img {
	margin: 0 0 8px;
}

/*--

	__アンケート

----------------------------------------------------------- */
.enqueteForm {
	width: 600px;
	margin: 0 0 15px;
}

.enqueteForm dl{
	margin-bottom:30px;
}
.enqueteForm dt{
	background: #d1c7a3;
	border: 1px solid #686868;
	padding:5px;

}
.enqueteForm dd{
	margin:0 0 0px;
	padding:5px 5px 15px 5px;
	border: 1px solid #686868;
	line-height: 1.6;

}
.enqueteForm textarea {
	width: 585px;
	height: 50px;
}
.req{
	color:#FF0000;
	font-weight:bold;
}
.enqueteForm table{
	margin-bottom:30px;
	width: 100%;
}
.enqueteForm table td{
	padding:5px;
	background: #EEEEEE;
	border-bottom: 1px solid #fff;
	width: 50%;
}
.enqueteForm p{
	margin:0 0 5px 0;
}

p.brm{
	margin:0 0 0 25px;

}

p.enquete {
	line-height: 1.6;
	margin: 0 0 15px 5px;
}

/*-- 終了画面 --*/
.compArea{

	margin-left:20px;
}

.compTxt{

	line-height:2.5;
	margin:0;
	padding:0;
}

.compEx{

	margin:10px;
	padding:0;
	list-style:inside disc;
}

.compEx li{

	padding:5px;
	color:#990000;
	font-weight:bold;
}

.select{

	margin:10px 0 0 20px;
}

.select .compBtn{

	background:#eeeeee;
	width:40px;
	font-weight:bold;
	padding:3px 7px;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
	text-align:center;
}

.l2{

	font-size: 15px;
}
