@charset "UTF-8";

/* -------------------------------------- */
/* topicPass */
#topicPass {
	float: left;
	padding: 18px 0 21px 20px;
	font-size: 1.2em;
}
#topicPass ul li {
	float: left;
	margin: 0 6px 0 0;
}
#topicPass ul li a {
	text-decoration: none;
	color: #000000;
	margin: 0 6px 0 0;
}
/* -------------------------------------- */
/* h2 */
h2 {
	clear: both;
	border-bottom: 2px solid #bfbfbf;
	padding: 0 0 15px 20px;
	font-size: 1.8em;
	font-weight: bold; 
}
/* -------------------------------------- */
/* pv_r_LeftBox 
#pv_r_LeftBox {
	float: left;
	width: 109px;
	padding: 9px 20px;
}
#pv_r_LeftBox ul li {
	margin: 0 0 7px 0;
}
#pv_r_LeftBox ul li a {
	text-decoration: none;
	color: #005aa6;
	background: url(../common/images/link_dot.gif) left no-repeat;
	padding: 0 0 0 15px;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}
#pv_r_LeftBox ul li a span {
	margin: 0 0 0 5px;
	font-size: 0.8em;
	font-weight: normal;
}*/
/* -------------------------------------- */
#pv_r_area{
	padding: 20px;
}

#pv_r_area .box{
	border-bottom: 1px dashed #bfbfbf;
	padding-top: 35px;
	padding-bottom: 30px;
}

#pv_r_area .box:after {
	content: ".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

#pv_r_area .box:first-child{
	padding-top: 15px;
}

#pv_r_area .box .pv_thumb{
	width: 320px;
	float: left;
	position: relative;
	border: 1px solid #ccc;
}

#pv_r_area .box .pv_thumb .btn{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#pv_r_area .box .txt_area{
	float: right;
	position: relative;
	width: 610px;
	/*background-color: #ccc;*/
}

#pv_r_area .box .txt_area .ttl{
	color: #005aa6;
	font-size: 17px;
	padding-right: 90px;
	line-height: 1.5;
	margin-bottom: 18px;
}

#pv_r_area .box .txt_area .ttl a{
	background: url(../../images/pv_radio/pv_r_item_dot2.gif) 0 3px no-repeat;
	padding-left: 30px;
	text-decoration: underline;
}

#pv_r_area .box .txt_area .ttl a:hover{
	/*background: url(../images/pv_r_item_dot1.gif) 0 3px no-repeat;*/
}

#pv_r_area .box .txt_area .date{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
}

#pv_r_area .box .txt_area .txt{
	font-size: 14px;
}

#pv_r_area .box .txt_area .txt p{
	margin-bottom: 20px;
}

#pv_r_area .box .txt_area .link_area{
	font-size: 12px;
}

#pv_r_area .box .txt_area .link_area:after {
	content: ".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

#pv_r_area .box .txt_area .link_area .link_inq{
	background: url(../../common/images/link_dot.gif) 5px 3px no-repeat;
	padding-left: 20px;
	float: right;
	margin-left: 10px;
}

#pv_r_area .box .txt_area .link_area .link_txt{
	background: url(../../common/images/link_dot.gif) 5px 3px no-repeat;
	padding-left: 20px;
	float: right;
}

/*detail*/
#pv_r_detail{
	position: relative;
	padding: 20px;
}

#pv_r_detail .ttl{
	background: url(../../images/pv_radio/pv_r_item_dot2.gif) 0 3px no-repeat;
	padding-left: 30px;
	color: #005aa6;
	font-size: 17px;
	padding-right: 90px;
	line-height: 1.5;
	margin-bottom: 18px;
}

#pv_r_detail .date{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
}

#pv_r_detail .pv{
	text-align: center;
	margin-bottom: 30px;
}

#pv_r_detail .entry_body{
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
}

#pv_r_detail .entry_body p{
	margin-bottom: 20px;
}


#pv_r_detail .link_area{
	font-size: 12px;
	margin-bottom: 20px;
}

#pv_r_detail .link_area:after {
	content: ".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

#pv_r_detail .link_area .link_inq{
	background: url(../../common/images/link_dot.gif) 5px 3px no-repeat;
	padding-left: 20px;
	float: right;
	margin-left: 15px;
}

#pv_r_detail .link_area .link_txt{
	background: url(../../common/images/link_dot.gif) 5px 3px no-repeat;
	padding-left: 20px;
	float: right;
}

#pv_r_detail .link_area .link_return{
	font-size: 12px;
	background: url(../../common/images/link_dot.gif) 5px 3px no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	float: right;
}



.fw_n{
	font-weight: normal;
}

.f12{
	font-size: 12px;
}

