@charset "UTF-8";
/*---------------------------------------------------------
	TAKEO PAPER SHOW popup page	cascading style sheet
	  * =1= whole page
	  * =2= header area
	  * =3= contents
	  * === layout style
----------------------------------------------------------*/
/* =1= whole page
----------------------------------------------------------*/
h1, h2, h3, ul, li, p, div, a, table, tr, th, td, dl, dt, dd {
	margin: 0;
	padding: 0;
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	list-style: none;
	text-indent: 0;
}
* html body {
    font-size: 75%;
}
*:first-child+html body {
    font-size: 75%;
}
body {
	margin: 0;
	padding: 0;
	_text-align: center;
}
body img{
	line-height: 0;
	border: none;
}
#page {
	margin: 0 auto 20px;
	width: 960px;
	text-align:left;
}

/* =2= header area	10.07.08段階　ダミー
----------------------------------------------------------*/
#header {
	width: 960px;
	*zoom: 1;
}
#header:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.headerClose {
	float: right;
	margin-top: 14px;
}

/* =3= contents
----------------------------------------------------------*/
#contents {
	border: 1px solid #ccc;
	padding: 32px 49px;
	width: 860px;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	color: #BB4529;
	text-decoration: underline;
}
.pulink img {
	margin-bottom:-2px;
}

/* meigara_detail ---------------------------------------*/
#sample, #thumb, #itemname {
	float: left;
}
#sample {
	width: 430px;
}
.thumbnail {
	border: 1px solid #ccc;
}
#thumb {
	padding-right: 10px;
	width: 120px;
	text-align: right;
}
#thumb a:link, #thumb a:visited {
	text-decoration: underline;
}
#thumb a:hover, #thumb a:active {
	text-decoration: none;
}
/* 100824修正 */
#thumb .glass {
	display:block;
	margin:3px 0 0;
	text-align:right;
}
#thumb .glass img {
	border:none;
}
/* 100824修正 ココまで */

#itemname {
	width: 295px;
}
#itemname h2 {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: bold;
}
#itemname p {
	width: 295px;
}
#pattern {
	text-align:left;
	margin-top: 30px;
}

/* 100824修正 */
#pattern dl {
	float: left;
	width: 210px;
	text-align: left;
}
#pattern dt {
	margin-bottom: 18px;
	width: 120px;
	text-align: center;
	line-height: 1.5;
}
#pattern dt#sukashi {
	width: auto;
	text-align: left;
}
/* 100824修正 ココまで */

#pattern .patternatt {
	clear: both;
	font-size: 10px;
	line-height: 2;
	text-align: right;
}
#pattern .patternatt a {
	padding: 2px;
	font-size: 10px;
}
#color {
	margin-top: 30px;
}
/* --#detail   -- rightarea -- */
#detail {
	float: right;
	width: 400px;
}
.data {
	width: 400px;
	margin-bottom: 15px;
}
.data.first {
	margin-bottom: 30px;
}
.data th,
.data td{
	border-bottom: 1px solid #e4e4e4;
	background-position: top;
	background-repeat: repeat-x;
}

.data th {
	vertical-align: top;
	padding: 8px 10px;
	width: 108px;
	background-image: url(../common/bg_cellee.gif);
	background-color: #eee;/* 100819追加 */
}
.data th.even {
	background-image: url(../common/bg_cellf2.gif);
	background-color: #f2f2f2;/* 100819追加 */
}
.data td {
	padding: 0 10px 8px;
	vertical-align: middle;
	background-image: url(../common/bg_cellf7.gif);
	background-color: #f7f7f7;/* 100819追加 */
}
.data td.direction {
	text-align: center;
}
.data td.even {
	background-image: url(../common/bg_cellfc.gif);
	background-color: #fcfcfc;/* 100819追加 */
}
.data .firstline {
	border-top:1px solid #e4e4e4;
}

.data td.emp{
	padding: 0;
	width: 5px;
	border: none;
	background: none;
}
.data td.speccell {
	padding: 0;
}

.data td div{
	padding-top: 8px;
}
.spec {
	margin: 0;
	width: 275px;
}
.spec th {
	background-image: url(../common/bg_cellf7.gif);
	background-color: #f7f7f7;/* 100819追加 */
	border-left: 1px solid #e4e4e4;
	border-bottom: none;
	padding: 8px 0;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}
.spec th.firstline {
	border: none;
}
.spec td {
	background-image: url(../common/bg_cellwf7.gif);
	background-color: #f7f7f7;/* 100819追加 */
	border-top: 0;
	border-left: 1px solid #e4e4e4;
	border-bottom: none;
	padding: 8px 6px;
	text-align: right;
	vertical-align: middle;
}
.spec td.even {
	background-image: url(../common/bg_cellwfc.gif);
	background-color: #fcfcfc;/* 100819追加 */
}
.spec td.specname {
	border-left: none;
	text-align: left;
	padding-right: 0;
}
.spec td.lastline {
	border-bottom: 1px solid #e4e4e4;
}

.data .pulink {
	text-align:right;
	padding: 0;
}
.data a:link, .data a:visited {
	text-decoration: underline;
}
.data a:hover, .data a:active {
	text-decoration: none;
}
.pulink a{
	padding: 0 2px;
}

.data .pulink a{
	font-size: 10px;
}

.data .sp {
	padding-top: 8px;
}
.data .pulink a:link, .data .pulink a:visited {
	text-decoration: none;
}
.data .pulink a:hover, .data .pulink a:active {
	text-decoration: underline;
}
/* --.close   -- btmarea -- */
.close{
	clear:both;
	padding: 20px;
	text-align: center;
}
.closeatt{
	padding-left: 49px;
	text-align: right;
	font-size: 10px;
}
/* meigara_large ---------------------------------------*/

#poplargepage {
	margin: 0 60px;
	width: 380px;
}
#poplargepage #header{
	width: 380px;
	text-align: left;
}
.poplarge {
	padding: 15px;
}

/* === layout style
----------------------------------------------------------*/
.block{
	_zoom : 1;
}
.block:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

