@charset "UTF-8";

/* news.css 

 01. ニュースページの枠
 02. ニュース一覧
 03. ニュース記事ページ
 04. ニュース記事ページ（オプション）
 
*/

/*
===============================================
 01. ニュースページの枠
----------------------------------------------- */
#news-box {
	clear: both;
	width: 900px;
	background-image: url(http://www.dai-jobu.net/news/images/news_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 10px 0;
}

#news-box-inner {
	width: 900px;
	background-image: url(http://www.dai-jobu.net/news/images/news_middle.gif);
	background-repeat: repeat-y;
	padding: 10px 0 10px 0;
}

/* 左
----------------------------------------------- */
#news #alpha {
	float: left;
	width: 600px;
}

/* 右
----------------------------------------------- */
#news #beta {
	float: right;
	width: 290px;
}

#news #beta a { text-decoration: none;}

#news #beta-inner {
	margin-right: 15px;
}

/*
===============================================
 02. ニュース一覧
----------------------------------------------- */
#news-column-box {
	border-top: 1px solid #CDD8DE;
	margin: 0 15px;
}

#news-column-box .asset-header a,
.top-news-column .asset-header a {
	display: block;
	padding: 15px 0;
	text-align: center;
	border-top: none;
	border-bottom: 1px solid #CDD8DE;
	background-color: #FFFFFF;
	color: #3195C9;
	text-decoration: none;
	cursor: pointer;
}

#news-column-box .asset-header a:hover,
.top-news-column .asset-header a:hover  {
	display: block;
	padding: 15px 0;
	text-align: center;
	border-top: none;
	border-bottom: 1px solid #CDD8DE;
	background-color: #EFF3F5;
	color: #156EA4;
	text-decoration: none;
	cursor: pointer;
}

.news-column-box {
}


/*
===============================================
 03. ニュース記事ページ
----------------------------------------------- */
.entry-header {
	padding: 10px 0;
	margin: 0 15px;
	text-align: center;
	border-top: 3px solid #7893A6;
	border-bottom: 1px solid #CDD8DE;
	background-color: #EFF3F5;
}

#page-title {
	margin: 0 15px;
	text-align: left;
	font-weight: bold;
	color: #3C4B5D;
	line-height: 1.3;
	letter-spacing: 1px;
}

.asset-meta {
	margin: 0 15px;
	text-align: left;
	padding: 5px 0 0 0;
}

.entry-published {
	font-weight: normal;
	border: none;
	font-size: 93%;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #3C4B5D;
}

.entry-content {
	padding: 0 0 15px 0;
}

.entry-content,
.asset-more {
	line-height: 1.6;
}

.asset-more {
	margin: 0 35px;
	padding: 0 0 15px 0;
}

.entry-content p,
.asset-more p {
	padding: 0 0 1.5em 0;
}

.entry-categories {
	padding: 8px 0 0 0;
	margin: 0 15px;
	text-align: right;
}

.entry-categories ul,
.entry-categories h4 {
	display: inline;
}

.entry-categories li {
	list-style-type: none;
	display: inline;
}

.entry-categories img {
	margin: 0 6px 0 0;
	vertical-align: middle;
}

.entry-tags {
	padding: 1em 15px 1em 15px;
	margin: 0 35px;
	background-color: #F0F7FB;
}

.entry-tags h4 {
	padding: 0 0 5px 0;
	display: inline;
}

.entry-tags li {
	list-style-type: none;
	display: inline;
	line-height: 1.5;
}

.content-nav {
	margin: 0 15px;
	background-color: #F0F7FB;
	padding: 10px 15px;
}

.entry-categories a,
.entry-tags a,
.content-nav a { text-decoration: none;}

/*
===============================================
 04. ニュース記事ページ（オプション）
----------------------------------------------- */
.asset-more dl {
	padding: 1em 1.5em;
	margin: 0 0 0.5em 0;
	background-color: #EFF3F5;
	border: 1px solid #CDD8DE;
}

.asset-more dt {
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 0.5em 0;
	color: #156EA4;
}

.asset-more dd p {
	line-height: 1.5;
	padding: 0 0 0.3em 0;
}

.asset-more dd li {
	line-height: 1.5;
	padding: 0.2em 0;
	list-style-type: disc;
	margin: 0 0 0 2em;
}

blockquote {
	padding: 1.5em 30px 0 30px;
	background-color: #F0F7FB;
	margin: 0 0 15px 0;
	height: 1%;
}

.asset-more table {
	border-top: 1px solid #CCD6DD;
	border-left: 1px solid #CCD6DD;
	margin: 0 0 25px 0;
}

.asset-more th {
	line-height: 1.5;
	font-weight: bold;
	background-color: #F3F3F3;
	border-right: 1px solid #CCD6DD;
	border-bottom: 1px solid #CCD6DD;
	text-align: center;
	padding: 0.5em 0.8em;
	color: #156EA4;
}

.asset-more td {
	line-height: 1.5;
	font-weight: normal;
	border-right: 1px solid #CCD6DD;
	border-bottom: 1px solid #CCD6DD;
	text-align: left;
	padding: 0.5em 0.8em;
}

.asset-body strong,
.asset-more strong { color: #3C4B5D;}

.asset-more blockquote strong { color: #156EA4;}

.asset-more td.syo {
	line-height: 1.5;
	font-weight: normal;
	background-color: #F0F7FB;
	border-right: 1px solid #CCD6DD;
	border-bottom: 1px solid #CCD6DD;
	text-align: left;
	padding: 0.5em 0.8em;
	color: #156EA4;
	font-weight: bold;
}

.widget-content {
	padding: 10px 0 30px 0;
}

.widget-content dl {
	border-top: 1px solid #CDD8DE;
}

.widget-content dt {
	background-image: url(http://www.dai-jobu.net/images/icon_gray.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding: 10px 0 5px 15px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.widget-content dd {
	padding: 0 0 10px 15px;
	line-height: 1.4;
	border-bottom: 1px solid #CDD8DE;
	letter-spacing: 1px;
}

.widget-content li {
	line-height: 1.4;
	padding: 0.1em 0;
	list-style-type: disc;
	margin: 0 0 0 1.5em;
	letter-spacing: 1px;
}

.widget-tag-cloud li {
	line-height: 1.2;
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
}

.tag-cloud-list {
	padding: 10px 0 30px 0;
}

.widget-tag-cloud li.rank-1 { font-size: 182%;}
.widget-tag-cloud li.rank-2 { font-size: 167%;}
.widget-tag-cloud li.rank-3 { font-size: 153.9%;}
.widget-tag-cloud li.rank-4 { font-size: 138.5%;}
.widget-tag-cloud li.rank-5 { font-size: 123.1%;}
.widget-tag-cloud li.rank-6 { font-size: 108%;}
.widget-tag-cloud li.rank-7 { font-size: 100%;}
.widget-tag-cloud li.rank-8 { font-size: 93%;}
.widget-tag-cloud li.rank-9 { font-size: 85%;}
.widget-tag-cloud li.rank-10 { font-size: 77%;}

#news .archive-title,
#news .search-results-header {
	padding: 10px 0 20px 0;
	font-weight: normal;
	color: #7893A6;
	margin: 0 15px;
	font-size: 138.5%;
	line-height: 1.2;
	letter-spacing: 1px;
}

#news .hidden {
	display: none;
}

table.kensyu {
	border: 1px solid #CDD8DE;
	margin: 0 0 1.5em 0;
	background-color: #FFFFFF;
}

.kensyu th {
	border-collapse: separate;
	border-spacing: 1px;
	border-right: 1px solid #CDD8DE;
	background-color: #EFF3F5;
	padding: 0.5em 0.8em;
	text-align: left;
	color: #3C4B5D;
	letter-spacing: 1px;
}

.kensyu td {
	border-collapse: separate;
	border-spacing: 1px;
	border-top: 1px solid #EBF0F2;
	border-right: 1px solid #EBF0F2;
	background-color: #FFFFFF;
	padding: 0.5em 0.8em;
	letter-spacing: 1px;
}

.kensyu td ol,
.kensyu td ul {
	margin-left: 1.5em;
	letter-spacing: 1px;
}

.kensyu td ul {
	padding: 0.5em 0 1em 0;
}

.kensyu-title {
	color: #3195C9;
	padding: 0 0 0.2em 0.8em;
	border-bottom: 3px solid #EBF0F2;
	border-left: 3px solid #CDD8DE;
	letter-spacing: 1px;
	margin: 1em 0 1.5em 0;
}

.houkoku-title {
	color: #3195C9;
	padding: 0 0 0.2em 0.8em;
	border-bottom: 3px solid #EBF0F2;
	border-left: 3px solid #CDD8DE;
	letter-spacing: 1px;
	margin: 1em 0 1.5em 0;
}

.houkoku-title span {
	color: #3C4B5D;
	display: block;
	font-size: 85%;
}

strong.katagaki {
	background-color: #EBF5FA;
	padding: 0.2em 0.5em;
}
