@charset "UTF-8";
/*
===== series ======
*/

#series{
}

.series_item {
	background: url(/rz/static/common/images/series_line.gif) repeat-x;
	clear: both;
	margin: 2px 0px 10px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	border: solid 0px black;
	float: left;
	width: 100%;
}

.series_img{
	width:60px;
	height:60px;
	float:left;
	margin: 0px 2px 2px 5px;
	padding: 4px;
	background-image: url(/rz/static/common/images/series_img_bg.gif);
	background-repeat: no-repeat;	/*border: solid 0px red*/
}

.series_block{
	display: block;
	float: left;
	width: 214px;
	/*border: solid 0px green;*/
}

.series_category{
	font-size: 85%;
	background: url(/rz/static/common/images/b-cate.gif) no-repeat 0.2em 0.1em;
	padding: 0 0 0 19px;
}

.series_title{
	font-size: 95%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 4px 0px;
/*	padding: 0 0 0 19px; */
}

.series_corner_summary{
	font-size: 12px;
	color: #666666;
	line-height: 1.3;
	text-align:justify;
	text-justify: inter-ideograph;
}

.series_writer{
	font-size: 80%;
	line-height: 1.4;
	text-align:right;
	padding: 2px 0;
}



.series_summary{
	margin: 0px 0px 0px 12px;
	font-size: 70%;
	color: #666666;
	line-height: 1.2;
}


.summary_date{
	float:left;
	width:10em;
	padding: 2px 0 0 0;
}


/*
===== contents ： 画像＆文字による記事紹介 ：app_article内======
*/


.app_article .contents_list{
	margin: 4px 4px 16px 4px;
	width:594px;
	clear: both;
}

.app_article .contents_list .contents_img{
	width:130px;
	float:left;
}

.app_article .contents_list .contents_img img{
	border: solid 1px #ccc;
}


.app_article .contents_list .contents_txt{
display:block;
}

.app_article .contents_list .corner_title{
	margin: 0 4em 4px 0;
}

.app_article .contents_txt .corner_update{
	color:#666;
	float: right;
}

.app_article .contents_title{
	margin: 0 0 4px 0;
}


.btn {
	border: 1px solid #cdcdcd;
	background: url(/rz/static/common/images/submit_bg.gif) no-repeat;
	height:22px;
	font-size: 13px;
	padding: 2px 4px 19px 4px;
	vertical-align:middle;
	cursor:pointer;
}


.btn input:hover {
	border: 1px solid #f60;
	color:#f60;
	background: url(/rz/static/common/images/submit_bg.gif) no-repeat bottom;
}


/*
===== clearfix ===========================
*/


.contents_list:after
{
	content: url(/rz/static/common/images/spacer.gif);
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden;
}

.contents_list
{
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
 * html .contents_list
  {
	height: 1%;
}
.contents_list
 {
	display: block;}
/* End Holly Hack */



/*
===== profile ======
*/

.profile_index {
	padding-left: 3px;
	margin-right: 5px;
	font-size:80%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

.profile_index_w {
	margin-left:5px;
	margin-bottom:10px;
}

.profile_list{
	padding:6px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
}

.profile_list .proftitle{
	color:#fff;
	background: #1878AB;
	margin: 0px 0px 8px 0;
	height: 19px;
	border-bottom: 1px solid #1878AB;
	border-left: 1px solid #1878AB;
}
.profile_listimg{
	float:left;
	margin: 0px 0px 8px 0px;
}

.profile_list img{
	border: 1px solid #ccc;
	margin: 0 4px 2px 0;
}

.profile_list .proftxt
{
	margin: 0px 0px 4px 0px;
}

.profile_list .writer{
	margin: 0px 0px 8px 0px;
}
.profile_list .writer a{
	font-weight: bold;
}

.profile_listtxt p{
	padding: 0px 0 0 114px;
}


.profile_list .writer{
	font-size: 85%;
	line-height: 1.2;
}


/* --News-- */
.news_monthlist
{
	margin: 0px 10px 20px 10px;
	font-size:80%;
}
.news_date_label
{
	margin-left: 2px;
	font-weight: bold;
}

.news_date_line
{
	margin:8px 0px 8px 0px;
	padding:0px 0px 2px 2px;
	font-size:80%;
	font-weight:bold;
	border-bottom:dotted 1px #999999;
}
.ntitle
{
	letter-spacing: 0.01em;
	color: black;
	text-align: left;
	line-height: 130%;
	background-image: url(/rz/static/common/images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 4px -246px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-size: 90%;
}
.ntitle_sum
{
	font-size : 80%;
	line-height:130%;
	color: #444444;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
}
.nitem 
{
	margin: 0px 0px 5px 0px;
}
