@charset "UTF-8";





/* ----------------------------------------------------------------------------------------------------



	contets > main
	news



--------------------------------------------------- */


/*	一覧ページ
--------------------------------------------------- */

.article { padding: 0 0 5%; }

	/* 日付+カテゴリ */
	.article .data-area {
		background: #f8f6f4;
		border: 1px solid #ded7d2;
		padding: 1% 3%;
		text-align: left;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		}
		.article .data-area p {
			color: #3d3d3d;
			display: inline-block;
			margin: 0 5% 0 0;
			}
		.article .data-area #data { }
		.article .data-area #cate { }
			.article .data-area #cate span {
				color: #fff;
				display: inline-block;
				font-size: 85%;
				margin: 0 2% 0 0;
				padding: 6% 0;
				text-align: center;
				width: 8em;
				}

	/* 記事タイトル */
	.article h3 {
		color: #188783;
		font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
		font-size: 150%;
		line-height: 1.25em;
		padding: 4% 0;
		}

	/* 本文 */
	.article .txt-area { overflow: hidden; }
	.article .txt-area p {
		display: inline-block;
		line-height: 1.75em;
		padding: 0 0 5%;
		vertical-align: top;
		}


	/*	記事スタイル
	----------------------------------------------- */

	/* news - テキストのみ */
	.article.txt-only {}
	.article.txt-only .txt-area p {}
	.article.txt-only .txt-area p.txt {}
	.article.txt-only .txt-area p.pho {}

	/* テキスト+写真1枚 */
	.article.txt-photo {}
	.article.txt-photo .txt-area p {}
	.article.txt-photo .txt-area p.txt {
		padding: 0 3% 0 0;
		width: 60%;
		}
	.article.txt-photo .txt-area p.pho {
		float: right;
		clear: none;
		width: 40%;
		}

	/* テキスト+写真2枚 */
	.article.txt-photo-01 {}
	.article.txt-photo-01 .txt-area p {}
	.article.txt-photo-01 .txt-area p.txt {}
	.article.txt-photo-01 .txt-area p.pho {
		display: inline-block;
		text-align: center;
		padding: 0 3%;
		width: 100%;
		}
	.article.txt-photo-01 .txt-area p.pho img {
		padding: 0 3% 2%;
		width: 49%;
		}

	/* テキスト+写真3枚 */
	.article.txt-photo-02 .txt-area p.pho {
		display: inline-block;
		text-align: center;
		width: 100%;
		}
	.article.txt-photo-02 .txt-area p.pho img {
		padding: 0 3% 2%;
		width: 49%;
		}
	.article.txt-photo-02 .txt-area p.pho img:nth-child(1) {
		display: block;
		margin: 0 auto;
		padding: 0 3% 2%;
		}

	/* テキスト+写真4枚 */
	.article.txt-photo-03 {}
	.article.txt-photo-03 .txt-area p {}
	.article.txt-photo-03 .txt-area p.txt {}
	.article.txt-photo-03 .txt-area p.pho {
		display: inline-block;
		text-align: center;
		padding: 0 3%;
		width: 100%;
		}
	.article.txt-photo-03 .txt-area p.pho img {
		padding: 0 3% 2%;
		width: 49%;
		}

	.article .link a {
		color: #188783;
		overflow: hidden;
		text-decoration: underline;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		}
		.article .link a:hover { padding: 0 0 0 2%; }
		.article .link a:hover:before {
			content: '>';
			float: left;
			}


	/*	ページネーション
	----------------------------------------------- */
	#news-pagenation ul { text-align: center; }
		#news-pagenation li {
			display: inline-block;
			padding: 0 10px;
			}
			#news-pagenation li a { color: #7D7D7D; }
		#news-pagenation li.current_page a { color: #000000; }


/* ----------------------------------------------------------------------------------------------------



	contets > side
	news



--------------------------------------------------- */