@charset 'utf-8';

/* news_list
------------------------------------------------ */
#news_list {
	position: relative;
}

	#news_list .title1 {}
		#news_list .title1 .en { font-size: 247%; }
		#news_list .title1 .ja { margin-top: 6px; font-size: 108%; }

	#news_list .sort {
		position: absolute;
		top: 16px;
		right: 0;
		width: 158px;
		background: #fff;
		border: solid #484848 1px;
		font-size: 108%;
		line-height: 1.2;
		z-index: 2;
	}

		#news_list .sort dt { padding: 0 24px 0 6px; height: 26px; background: url(../../img/share/arrow_down2.png) no-repeat 140px center; line-height: 26px; cursor: pointer; }
		#news_list .sort:hover dt { background-image: url(../../img/share/arrow_up2.png); }
		#news_list .sort dd { display: none; padding: 6px; border-top: solid #484848 1px; }
		#news_list .sort:hover dd { display: block; }
			#news_list .sort dd ul {}
				#news_list .sort dd ul li {}
					#news_list .sort dd ul li a { display: block; padding: 6px 0; }

	#news_list .post_list1 {}
		#news_list .post_list1 li { margin: 32px 32px 0 0; width: 268px; }
		#news_list .post_list1 li:nth-of-type(1),
		#news_list .post_list1 li:nth-of-type(2),
		#news_list .post_list1 li:nth-of-type(3),
		#news_list .post_list1 li:nth-of-type(4) { margin-top: 0; }
		#news_list .post_list1 li:nth-of-type(4n) { margin-right: 0; }
		#news_list .post_list1 li:nth-of-type(4n+1) { clear: both; }
			#news_list .post_list1 li .cat { z-index: 2; }
			#news_list .post_list1 li .detail { padding: 0 28px; }

	#news_list .more1 {
		margin-right: auto;
		width: 124px;
		height: 32px;
	}

		#news_list .more1 a { padding: 8px 0 6px; }

/* news_detail
------------------------------------------------ */
#news_detail {
}
