@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/*==========================================
 ヘッダーのスタイル
===========================================*/
/*logoの設定*/

/*==========================================
 メインイメージのスタイル
===========================================*/
section {
	padding: 50px 0 0;
}

/*==========================================
 コンテンツエリア -> 『活動ニュース』のスタイル
===========================================*/
#activity {
	width: 964px;
	margin: 0 auto;
	padding: 50px 0 0;
}
h2#con-title {
	margin: 0 0 50px;
	color: #FF3366;
	font-size: 34px;
	text-align: center;
	font-weight: normal;
}
nav#cate-wrap ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 0 40px;
}
nav#cate-wrap ul li {
	display: table-cell;
	text-align: center;
	position: relative;
}
nav#cate-wrap ul li a {
	padding: 12px 0 10px;
	background: #AAA;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	display: block;
}
nav#cate-wrap ul li.Active,
nav#cate-wrap ul li a:hover {
	background: #FF3366;
}
nav#cate-wrap ul ul.cate-list {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
}
nav#cate-wrap ul ul.cate-list li {
	display: none;
	position: relative;
}
nav#cate-wrap  ul ul.cate-list li a {
	background: #FF3366;
}
nav#cate-wrap ul ul.cate-list li.Active,
nav#cate-wrap ul ul.cate-list li a:hover {
	background: #AAA;
}
#activity-con {
	padding: 0 0 80px;
}
#activity-con .content-inner {
	margin: 0 0 0 -30px;
}
#activity-con .content-inner a {
	width: 445px;
	height: 130px;
	margin: 0 0 30px 30px;
	padding: 10px;
	display: block;
	float: left;
	background: #FFF;
	border: solid 1px #CCC;
}
#activity-con .content-inner a .columnBlock01 {
	width: 130px;
	height: 130px;
	overflow: hidden;
}
#activity-con .content-inner a .columnBlock01 img {
	width: auto;
	height: 130px;
}
#activity-con .content-inner a .columnBlock02 { width: 298px; }
#activity-con .content-inner a .columnBlock02 p {
	font-size: 14px;
	line-height: 1.6;
}

#activity-con a h3 {
	margin: 0 0 0.5em;
	font-size: 16px;
	color: #FF3366;
	line-height: 1.3;
}
#activity-con a h3 span {
	display: block;
	color: #212121;
	font-size: 12px;
}


#activity-entry {
	padding: 0 0 80px;
}
#activity-entry h3 {
	margin: 0 0 1em;
	font-size: 22px;
}
#activity-entry h3 span {
	margin: 0 0 1em;
	font-size: 14px;
	display: block;
	color: #FF3366;
}
#activity-entry p {
	margin: 0 0 1em;
}
/* スマホ向けおよび大型タブレット向けのレイアウトの指定 */
/* Media Queries */
@media only screen and (max-width: 767px) {

/*==========================================
 コンテンツエリア -> 『活動ニュース』のスタイル
===========================================*/
	#activity {
		width: 94%;
		padding: 10% 0 0;
	}
	h2#con-title {
		margin: 0 0 10%;
		font-size: 26px;
	}
	nav#cate-wrap ul {
		margin: 0 0 8%;
	}
	nav#cate-wrap ul li a {
		font-size: 14px;
	}

	#activity-con .content-inner a {
		width: 100%;
		height: auto;
		margin: 0 0 3%;
		float: none;
		text-decoration: none;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#activity-con .content-inner a .columnBlock01 { width: 100%; text-align: center; margin: 0 0 3%; }
	#activity-con .content-inner a .columnBlock02 { width: 100%; }

	#activity-con {
		width: 100%;
		padding: 0 0 3%;
	}
	#activity-con .content-inner {
		margin: 0;
	}

	#activity-entry {
		padding: 0 0 10%;
	}
	#activity-entry h3 {
		font-size: 16px;
	}
	#activity-entry h3 span {
		font-size: 13px;
	}
	#activity-entry img {
		width: 100%;
		height: auto;
	}

}
