@charset "euc-jp";
/* CSS Document */

/*
コンテナ
*/
#nnn_info{
	width:100%;	
}

div#top{
	margin:0px 0px 20px;
}

#nnn_info h4{
	margin:0px 0px 10px;
	padding:5px;
	border-color:#ccc;
	border-width:1px 0px;
	border-style:solid;
	background-color:#eee;
}

div#pic_magazine{
	float:left;
	width:200px;
	margin-right:10px;
}

div#pr{
	float:right;
	width:260px;
}


p#coupon{
	margin:0px 0px 10px;
	color:#FF0000;
	font-weight:bold;
}

table#info_table{
	clear:both;
	width:100%;
	margin:15px 0px 0px;
	border:1px solid #ccc;
}

table#info_table th{
	width:20%;
	padding:15px 8px;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	vertical-align:top;
	text-align:right;
	font-size:small;	
}

table#info_table td{
	padding:15px 8px;
	border:1px solid #ccc;
	vertical-align:top;
	font-size:small;	
}


* html table#info_table th{
	font-size:12px;
}

* html table#info_table td{
	font-size:12px;
}

table#info_table td ul{
	list-style-type:disc;
	padding-left:15px;
}

table#info_table td ul li{
	list-style-type:disc;
}

div#index h5{
	padding:0px 10px;
	color:#CC0000;
}

div#index p{
	margin:0px 0px 20px;
	padding:0px 10px 10px;
	border-width:0px 0px 1px;
	border-style:dotted;
	border-color:#ccc;
}

div#index_adult h5{
	padding:0px 10px;
	color:#000066;
}

div#index_adult p{
	margin:0px 0px 20px;
	padding:0px 10px 10px;
	border-width:0px 0px 1px;
	border-style:dotted;
	border-color:#ccc;
}


/*
クリアフィックス
*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}