@charset "utf-8";

.contents.container {
    box-sizing: border-box;
    padding: 60px 20px 20px;
	color: #000;
}

a {
	color: #000;
}

/*========================================
        contentsTopic
==========================================*/
.contentsTopic {
	width: 730px;
	float: right;
}

.title {
    color: #00673d;
    font-size: 3.0rem;
    font-weight: 600;
	padding-bottom: 8px;
    border-bottom: 5px solid #00673d;
	margin-bottom: 55px;
}

.topicExcerpt {
	width: 325px;
	float: left;
	margin: 0 30px 40px 0;
}

.topicExcerpt a {
	display: block;
}

.topicThumbnail {
	display: block;
	width: 100%;
	height: auto;
}

.contentsTopic .topicInfo {
	background-color: #efefef;
	height: 88px;
	padding: 15px 0 0 10px;
}

.contentsTopic .topicDate {
	font-size: 1.5rem;
	font-weight: 600;
}

.contentsTopic .topicTitle {
	font-size: 2.0rem;
}

.pagenavArea {
	width: 680px;
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 80px;
}

.before {
	float: left;
}

.next {
	float: right;
}

/*========================================
        topicSingle
==========================================*/
.topicSingle {
	width: 750px;
	margin: 0 auto;
}

.topicSingle .title {
	text-align: center;
}

.contentArea {
	width: 720px;
	margin: 40px auto 0;
}

.topicSingle .topicInfo {
	box-sizing: border-box;
	background-color: #00673d;
	color: #fff;
	height: 80px;
	padding: 15px 0 0 10px;
	margin-bottom: 30px;
}

.topicSingle .topicDate {
	font-size: 1.5rem;
}

.topicSingle .topicTitle {
	font-size: 2.0rem;
}

.thumbnail {
	width: 100%;
	height: auto;
}

.text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.photo {
	width: 48%;
	min-height: 290px;
	margin: 0;
	margin-bottom: 10px;
}

.caption {
	font-size: 1.3rem;
	line-height: 2.0rem;
	height: 9.0rem;
}

.photo:nth-of-type(odd) {
	float: left;
}

.photo:nth-of-type(even) {
	float: right;
}

.photo img {
	width: 100%;
	height: auto;
}

.backToArchive {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 30px 0;
}

/*========================================
        sidebar_archive
==========================================*/
.sidebar_archive {
	width: 140px;
	float: left;
}

.archive {
	font-size: 2.2rem;
	background: url(../img/topic/listmark.png) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 20px;
}

.archiveMonth  {
	font-size: 1.5rem;
	font-weight: 600;
}

.archiveMonth li {
	margin-bottom: 10px;
}





/*-----------------------------------------------------------------
        画面サイズが768px以下はここを読み込む
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {



.contents.container {
    box-sizing: border-box;
    padding: 40px 20px 60px;
}

a {
	color: #000;
}

/*========================================
        contentsTopic
==========================================*/
.contentsTopic {
	width: 100%;
	float: none;
}

.title {
    font-size: 3.0rem;
	padding-bottom: 8px;
    border-bottom: 5px solid #00673d;
	margin-bottom: 55px;
}

.topicExcerpt {
	width: 48%;
	float: left;
	margin: 0 2% 2% 0;
}

.topicExcerpt:nth-of-type(even) {
	margin-right: 0;
}

.topicExcerpt a {
	display: block;
}

.topicThumbnail {
	display: block;
	width: 100%;
	height: auto;
}

.contentsTopic .topicInfo {
	background-color: #efefef;
	height: auto;
	padding: 15px 10px;
}

.contentsTopic .topicDate {
	font-size: 1.5rem;
	font-weight: 600;
}

.contentsTopic .topicTitle {
	font-size: 2.0rem;
}

.pagenavArea {
	width: 95%;
	font-size: 1.7rem;
	font-weight: 600;
	margin: 30px auto 60px;
}

.before {
	float: left;
}

.next {
	float: right;
}

/*========================================
        topicSingle
==========================================*/
.topicSingle {
	width: 100%;
	margin: 0 auto;
}

.topicSingle .title {
	text-align: center;
}

.contentArea {
	width: 95%;
	margin: 40px auto 0;
}

.topicSingle .topicInfo {
	box-sizing: border-box;
	background-color: #00673d;
	color: #fff;
	height: auto;
	padding: 15px 0 15px 10px;
	margin-bottom: 30px;
}

.topicSingle .topicDate {
	font-size: 1.5rem;
}

.topicSingle .topicTitle {
	font-size: 2.0rem;
}

.thumbnail {
	width: 100%;
	height: auto;
}

.text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.photo {
	width: 48%;
	min-height: 290px;
	margin: 0;
	margin-bottom: 10px;
}

.caption {
	font-size: 1.3rem;
	line-height: 2.0rem;
	height: 9.0rem;
}

.photo:nth-of-type(odd) {
	float: left;
}

.photo:nth-of-type(even) {
	float: right;
}

.photo img {
	width: 100%;
	height: auto;
}

.backToArchive {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 30px 0 0;
}

/*========================================
        sidebar_archive
==========================================*/
.sidebar_archive {
	width: 140px;
	float: none;
	margin: 0 auto;
}

.archive {
	font-size: 2.2rem;
	background: url(../img/topic/listmark.png) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 20px;
}

.archiveMonth  {
	font-size: 1.5rem;
	font-weight: 600;
}

.archiveMonth li {
	margin-bottom: 10px;
}



} /*            画面サイズが768px以下はここまでを読み込む             */





/*-----------------------------------------------------------------
        画面サイズが480px以下はここを読み込む
-------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.topicExcerpt {
	width: 100%;
	float: none;
	margin: 0 0 7% 0;
}

.photo {
	width: 100%;
	min-height: 290px;
	margin: 0;
	margin-bottom: 20px;
}

.photo:nth-of-type(odd) {
	float: none;
}

.photo:nth-of-type(even) {
	float: none;
}

} /*            画面サイズが480px以下はここまでを読み込む             */

