@charset "utf-8";
/*
archive-post
*/

/************* 2017/12/15作り直し *************/

.category .category-title, .archive .category-title {
	border-bottom: 2px dotted #006837;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.category .pagecontent, .archive .pagecontent {
	width: 100%;
    /*max-width: 720px;*/
    float: left;
    padding: 0px 20px;
}

.category .pagecontent dl,  .archive .pagecontent dl{
	font-size: 0.75rem;
}
.category .pagecontent dt, .archive .pagecontent dt{
	width: 9em;
    float: left;
    clear: both;
    padding: 8px 0;
}

.category .pagecontent dd, .archive .pagecontent dd{
    padding-left: 7em;
    border-bottom: 1px solid #b0bdae;
    padding: 8px 0;
}

.category .sidebar, .archive .sidebar {
	width: 260px;
    float: right;
	font-size: 0.75rem;
}

.category .pagecontent .paginate-area, .archive .pagecontent .paginate-area {
	margin-top: 20px;
}

.category .pagecontent .category_name, .archive .pagecontent .category_name {
	padding: 2px 8px;
    margin-right: 13px;
	min-width: 70px;
    font-size: 0.5rem;
    text-align: center;
    display: inline-block;
    background-color: #339802;
    color: #ffffff;
    border-radius: 3px;
}

/** カテゴリーラベルの設定 START **/

/** 全てのお知らせ**/
.category .pagecontent .category3, .archive .pagecontent .category3 {
	background-color: #006837;
	border: 1px solid #006837;
	color: #ffffff;
	border-radius: 3px;
}

/** お知らせ **/
.category .pagecontent .category2, .archive .pagecontent .category2 {
	background-color: #8BC34A;
	color: #ffffff;
	border-radius: 3px;
}
/** 福祉 **/
.category .pagecontent .category9, .archive .pagecontent .category9 {
	background-color: #00BCD4;
	color: #ffffff;
	border-radius: 3px;
}
/** 店舗 **/
.category .pagecontent .category25, .archive .pagecontent .category25 {
	background-color: #FDD835;
	color: #ffffff;
	border-radius: 3px;
}
/** 7月豪雨  本番11　テスト23**/
.category .pagecontent .category11, .archive .pagecontent .category11 {
	background-color: #42A5F5;
	color: #ffffff;
	border-radius: 3px;
}
/** 東日本大震災 本番34 テスト58**/
.category .pagecontent .category34, .archive .pagecontent .category34 {
	background-color: #66BB6A;
	color: #ffffff;
	border-radius: 3px;
}
/** 脱原発 本番10 テスト56**/
.category .pagecontent .category10, .archive .pagecontent .category10 {
	background-color: #26A69A;
	color: #ffffff;
	border-radius: 3px;
}

/** グリーンコープでんき 本番16 テスト57**/
.category .pagecontent .category16, .archive .pagecontent .category16 {
	background-color: #26C6DA;
	color: #ffffff;
	border-radius: 3px;
}
/** くまもと地震 本番8 テスト55**/
.category .pagecontent .category8, .archive .pagecontent .category8 {
	background-color: #B39DDB;
	color: #ffffff;
	border-radius: 3px;
}

/** 商品 本番4 テスト8**/
.category .pagecontent .category4, .archive .pagecontent .category4 {
	background-color: #F7882F;
	color: #ffffff;
	border-radius: 3px;
}

/** 店鋪 本番5 テスト9**/
.category .pagecontent .category5, .archive .pagecontent .category5 {
	background-color: #339802;
	color: #ffffff;
	border-radius: 3px;
}
/** 未分類 本番1**/
.category .pagecontent .category1, .archive .pagecontent .category1 {
	background-color: #cccccc;
	color: #ffffff;
	border-radius: 3px;
}

/** 活動報告 本番6 テスト4**/
.category .pagecontent .category6, .archive .pagecontent .category6 {
	background-color: #d69db8;
	color: #ffffff;
	border-radius: 3px;
}

/** 平和活動 本番56**/
.category .pagecontent .category56, .archive .pagecontent .category56 {
	background-color: #56c752;
	color: #ffffff;
	border-radius: 3px;
}

/** 災害支援 本番7 テスト22**/
.category .pagecontent .category7, .archive .pagecontent .category7 {
	background-color: #DF907C;
	color: #ffffff;
	border-radius: 3px;
}

/** 店舗カテゴリーページだけ個別設定 **/
body.category-5 .pagecontent .category_name {
	background-color: #339802;
	color: #ffffff;
	border-radius: 3px;
}

/** ニュースリリース **/
.category .pagecontent .category69, .archive .pagecontent .category69 {
	background-color: #73b6e4;
	color: #ffffff;
	border-radius: 3px;
}

/** 30周年 **/
.category .pagecontent .category70, .archive .pagecontent .category70 {
	background-color: #ed8ba6;
	color: #ffffff;
	border-radius: 3px;
}


/** カテゴリーラベルの設定 E.N.D **/

/** カテゴリーリンクの設定 **/
.pagecontent .category-link-area {
	margin: 20px 0 30px 0;
}

.pagecontent .category-link-area li {
	padding: 4px 10px;
    margin-right: 0px;
    min-width: 60px;
    font-size: 0.8rem;
    text-align: center;
    display: inline-block;
	
	border-radius: 20px!important;
}



.pagecontent .category-link-area li a {
	color: #ffffff;
}

@media only screen and (max-width: 980px) {
	.category .pagecontent, .archive .pagecontent {
		width:100%;
		clear:both;
	}
	.category .sidebar, .archive .sidebar {
		width: 100%;
		clear:both;
		padding: 0px 20px;
		box-sizing: border-box;
	}
}

/*
.archive .pagecontent {
	width: 100%;
    max-width: 720px;
    float: left;
    padding: 0px 20px;
}

.archive .sidebar {
	width: 260px;
    float: right;
}
*/

