@charset "utf-8";
/* CSS Document */
#nousha {
	margin:20px auto 30px;
	border-radius:10px;
    background: url(../images/top.png) top no-repeat, url(../images/bottom.png) 0 bottom no-repeat, url(../images/senter.png) 0 25px repeat-y;
}
#nousha ul {
	margin:25px auto 0;
	padding:0 0 15px;
	text-align:center;
}
#nousha li {
	display: inline-block;
	margin:0 10px 20px; 
	width:220px;
	background-color:#fff;
	text-align:center;
	padding:5px 0;
}
#nousha li a{
	text-decoration:none;
}
#nousha li dl {
	text-align: left;
	margin:10px 0 0 10px;
}
.date {
	color:#ffab25;
}
.nousha_flag {
	position:absolute;
	top:0;
	right:10px;
}
/**/
.nousha_detail {
	background-image:url(../images/detail.png);
	width:740px;
	padding:10px;
	border-radius:10px;
	position:fixed;
	top:150px;
	left:50%;
	margin:0 0 0 -370px;
	z-index:999;
}
.no_detail {
	width:740px;
	border-radius:10px;
	background-color:#fff;
}
.no_detail_img {
	float:left;
	margin:20px 0 20px 15px; 
}
.no_detail_img img {
	padding:5px;
	border:1px solid #c6c6c6;
}
.no_detail_img .nousha_flag img{
	padding:0 !important;
	border:none !important;
}
.no_detail_text {
	float:left;
	width:410px;
	margin:20px 0 20px 15px;
}
.no_detail_text h3 {
	height:40px;
	line-height:40px;
	padding:0 0 0 10px;
	border-bottom:1px solid #9cd9f5;
	text-align:left;
}
.no_detail_text table {
	width:100%;
}
.no_detail_text table th {
	width:120px;
	padding:7px 0;
	font-weight:normal;
}
.no_detail_text table td{
	padding:7px 0;
}
.no_detail_text table th,.no_detail_text table td {
	border-bottom:1px dotted #c6c6c6;
}
.no_list_back {
	position:absolute;
	top:5px;
	right:5px;
}
.comment_txt{
	height:100px !important;
	overflow-y:scroll;
}
.page_area {
}
.page_area ul {
	margin:0 !important;
	padding:0 0 50px !important;
	text-align:center;
}

.page_area ul li{
	margin:3px !important; 
	width:24px !important;
	height:24px !important;
	background-color: transparent !important;
	padding:0 !important;
	border:1px solid #FFF;
}
/* ページング */
.page_area{
	margin:-10px 0 15px 0;
	clear:both;
	height:24px;
	line-height:24px;
	padding:0px 0px 20px; 
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.page{
	width:24px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
	font-size:13px;
	background-image: none;
	background-position:0 0;
	margin-left:0px;
	color:#FFF !important;
}

.page_sel{
	color:#FFF !important;
	margin-left:0px;
	width:24px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-image:url(../../images/common/page.png);
	background-position:-24px 0;
}
