@charset "utf-8";

/*================================
ファイル名：faq.css
説明：faqのスタイル

IE6.5以下にのみ適用するスタイルを ie.css
に記述しています。

作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");
@import url("../layout/l_page.css");
@import url("../share/paragraph.css");
@import url("../share/thickbox.css");

/* 0@ Clearfix
=================================*/

#nav:after,
#main div.about dl:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

#nav,
#main div.about dl {
	display: inline-block;
}

/* Hide from Mac IE \*/
#nav,
#main div.about dl {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */

/* =========================================
* 1@ HEADER
* ========================================= */

div#header p {
	font-size: 80%;
}

div#header ul {
	text-align: right;
}

	div#header ul li {
		display: inline;
		margin-right: 8px;
	}

/* =========================================
* 2@ CONTENTS
* ========================================= */

body.price div#main h2 {
	border: none;
	padding: 2.3em 0 1.5em;
	width: 100%;
	color: #C0505E;
	background: url(../../img/price/bg_h2.jpg) no-repeat left top;
	font-size: 120%;
	text-indent: 3em;
}

	body.price div#main h2 span {
		margin-left: 1em;
		color: #666;
		font-size: 80%;
		font-weight: normal;
	}
	
div#main div {
	margin: 1.5em auto 0;
	padding-bottom: 3em;
	width: 590px;
	background: url(../../img/price/bg_price.jpg) no-repeat left bottom;
}

div#main div#tables, div#main div#nav {
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}

	div#main div#nav {
		margin: 1em auto 0;
		width: 540px;
	}

	div#nav a.nextLink, div#nav a.prevLink {
		display: none;
	}
							
	div#nav a {
		float: left;
		padding-left: .9em;
		height: 26px;
		background: url(../../img/faq/tab_bg.png) no-repeat left top;
		text-decoration: none;
		line-height: 26px;
	}
	
		div#nav a span {
			display: block;
			padding-right: 1.5em;
			height: 100%;
			background: url(../../img/faq/tab_bg_on.png) no-repeat right top;
			cursor: pointer;
		}
		
	div#nav a:hover, div#nav a.highlight {
		color: #FFF !important;
		background: url(../../img/faq/tab_bg.png) no-repeat left -26px;
		text-decoration: none;
	}
	
		div#nav a:hover span, div#nav a.highlight span {
			background: url(../../img/faq/tab_bg_on.png) no-repeat right -26px;
		}
	
div#main div p.notice {
	margin: -1.5em 3em 0 0;
	font-size: 90% !important;
	text-align: right;
}

table.price {
	margin: 1em auto 0;
	border: solid #DDD 1px;
	border-right: none;
	border-bottom: none;
	background: #FFF;
	width: 540px;
}

	table.price td, table.price th {
		border: solid #DDD 1px;
		border-top: none;
		border-left: none;
		padding: .7em 1em;
	}

	table.price thead td {
		background: #F7F7F7;
	}
	
	table.price tbody th {
		width: 14em;
		text-align: left;
		font-weight: normal;
	}
	
	table.price tbody td {
	}
	
		table.price tbody td span.off {
			text-decoration: line-through;
		}
		
		table.price tbody td span.on {
			color: #F30;
			font-size: 120%;
		}
		
		div#main table.price tbody th a, table.price tbody th span {
			margin-left: .3em;
			color: #F60;
			font-size: 90%;
		}
		
		div#main table.price tbody th a:visited {
			text-decoration: none;
		}
	
	table.price thead td.campaign {
		xwidth: 11em;
	}
	
	
	table.price tbody td.c {
	}
	
#TB_ajaxContent {
	padding-top: 10px;
	font-size: 120%;
	color: #C72A57;
}

	#TB_ajaxContent span {
		font-size: 110%;
	}
	
div#main div.about {
	margin: -.5em auto 0;
	width: 590px;
	background: none;
}
	
	div.about h3 {
		margin-top: 1em;
		background: url(../../img/share/bg_title_01.png) no-repeat left top;
		font-size: 110%;
		line-height: 39px;
		text-indent: 3.5em;
	}
	
	div#main div.about p, div#main div.about dl {
		padding-left: .5em;
		text-indent: 0;
	}
	
		div#main div.about dl dt {
			margin-top: 1em;
			padding-left: 1.4em;
			background: url(../../img/share/icon_check02.gif) no-repeat left center;
			font-weight: bold;
		}
		
		div#main div.about dl dd {
			float: left;
			margin-top: .2em;
			padding: .3em .5em;
			display: inline;
			border: dashed #CCC 1px;
		}
		
p.reserveBtn {
	padding: 1em 0 2em;
	text-align: center;
}
/* =========================================
* 091226追加
* ========================================= */
.text_small {
	font-size: 80%;
}
.td_gray {
	background: #F7F7F7;
}
#main #photo .price tbody tr th .text_red_l {
	font-size: 110%;
	color: #BA0A0A;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#main #laser #tables .price tbody tr th .text_pink {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #F5547D;
}
#main #laser #tables p .text_pink {
	color: #F5547D;
}
#main #laser #tables .large {
	font-size: 120%;
}
.center {
	text-align: center;
}
.text_right {
	text-align: right;
}

