@charset 'UTF-8';

/** |READ ME| **************************************************************************************

archive_pc.css
Ver.201809

----------------------------------------------------------------------------------------------------

01. 記事リスト

************************************************************************************** |READ ME| **/





/** |01. 記事リスト| >> *************************************************************** >> START **/


.contents .body .archive {}


	/** [記事概要] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .archive .article {
		border-bottom: 1px solid #d4d5d6;
		padding: 30px 0;
	}

	.contents .body .archive .article:first-of-type {padding-top: 0;}

		.contents .body .archive .article dt {font-family: 'UD新ゴ R', sans-serif;}

			.contents .body .archive .article dt .dow {font-size: 12px;}

			.contents .body .archive .article dt .genre {
				border: 1px solid;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				display: inline-block;
				font-family: 'UD新ゴ L', sans-serif;
				font-size: 12px;
				height: 22px;
				line-height: 22px;
				margin-left: 36px;
				text-align: center;
				vertical-align: middle;
				width: 160px;
			}

			.contents .body .archive .article dt .ilm {border-color: #7fd1c7; color: #7fd1c7;}
			.contents .body .archive .article dt .bunkakan {border-color: #c96e9c; color: #c96e9c;}
			.contents .body .archive .article dt .gallery {border-color: #85c2d6; color: #85c2d6;}
			.contents .body .archive .article dt .publish {border-color: #0671b8; color: #0671b8;}
			.contents .body .archive .article dt .culture {border-color: #ed7f40; color: #ed7f40;}

		.contents .body .archive .article dd {padding-top: 20px;}

			.contents .body .archive .new dd::after {
				color: #ed7f40;
				content: 'NEW';
				font-family: 'UD新ゴ R', sans-serif;
				font-size: 12px;
				margin-left: 0.8em;
			}


	/* 情報なし */
	.contents .body .archive .nodata {}


	/** [追加表示] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .archive .more {padding-top: 38px;}

		.contents .body .archive .more a {
			background-color: #fff;
			border: 1px solid #d4d5d6;
			box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			color: #7f8283;
			display: block;
			font-family: 'UD新ゴ R', sans-serif;
			margin: 0 auto;
			padding: 16px;
			text-align: center;
			text-decoration: none;
			width: 192px;
		}

		.contents .body .archive .more a:hover {
			background-color: #d4d5d6;
			box-shadow: none;
			color: #fff;
		}

			.contents .body .archive .more a::after {
				background: url(/common/img/bdy_ico_open.png) no-repeat 0 0;
				content: '';
				display: inline-block;
				height: 8px;
				margin-left: 10px;
				vertical-align: middle;
				width: 14px;
			}


/** |01. 記事リスト| << ***************************************************************** << END **/
