@charset "utf-8";
/* CSS Document */

/* information ==============================================================
	1. p-content
	2. p-informationArea
	3. p-sidebar
	4. p-nothing
======================================================================== */

/* =====================================================================
	1. p-constructLink
======================================================================== */
.p-content {
	margin: 0 0 100px;
}
@media screen and (max-width: 799px) {
	.p-content {
		overflow: hidden;
	}
}

/* =====================================================================
	2. p-informationArea
======================================================================== */
.p-informationArea {
	float: left;
	display: inline-block;
	width: 630px;
	margin: 30px 15px;
	text-align: center;
}
.p-informationArea .c-newsList {
	margin: 0 0 60px;
}
.p-informationArea .c-newsList .c-postdate {
	float: left;
	clear: both;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 0 10px;
}
.p-informationArea .c-newsList .c-postdate .c-date {
	display: table;
	width: 60px;
	height: 25px;
	padding: 5px 0 0;
	color: #FFFFFF;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #EE001D;
}
.p-informationArea .c-newsList .c-postdate .c-year {
	display: table;
	width: 60px;
	height: 25px;
	padding: 5px 0 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #A0A0A0;
}
.p-informationArea .c-newsList .c-newsTitle {
	padding: 0 0 0 70px;
	margin: 0 0 10px;
	font-size: 2.0rem;
	line-height: 3.0rem;
	text-align: left;
}
.p-informationArea .c-newsList .c-category {
	display: table;
	width: 100%;
	margin: 0 0 20px;
	font-size: 1.0rem;
	line-height: 1.0rem;
	text-align: right;
}
.p-informationArea .c-newsList .c-content {
	margin: 0 0 10px;
	text-align: left;
}
.p-informationArea .c-newsList .c-more {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: right;	
}
.p-informationArea .c-newsList .c-more a {
	color: #0000FF;
}
.p-informationArea .wp-pagenavi {
	margin: 0 0 30px;
}
.p-informationArea .p-navigation {
	display: block;
	height: 50px;
	margin: 0 0 100px;
}
.p-informationArea .p-navigation .p-alignleft {
	display: inline-block;
	width: 300px;
	height: 50px;
	margin: 0 10px 0 auto;
}
.p-informationArea .p-navigation .p-alignleft a {
	display: block;
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	border: #E4E4E4 solid 1px;
	background: url(../img/information/link_before.png) no-repeat center;
	background-size: 97px 48px;
}
.p-informationArea .p-navigation .p-alignleft a:hover {
	background: url(../img/information/link_before.png) no-repeat center, #EEEEEE;
	background-size: 97px 48px;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-informationArea .p-navigation .p-alignright {
	display: inline-block;
	width: 300px;
	height: 50px;
	margin: 0 auto 0 10px;
}
.p-informationArea .p-navigation .p-alignright a {
	display: block;
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	border: #E4E4E4 solid 1px;
	background: url(../img/information/link_next.png) no-repeat center;
	background-size: 97px 48px;
}
.p-informationArea .p-navigation .p-alignright a:hover {
	background: url(../img/information/link_next.png) no-repeat center, #EEEEEE;
	background-size: 97px 48px;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}

@media screen and (max-width: 799px) {
	.p-informationArea {
		float: none;
		display: block;
		width: auto;
		margin: 30px 35px;
	}
	.p-informationArea .p-navigation {
		margin: 0 0 50px;
	}
	.p-informationArea .p-navigation .p-alignleft {
		width: 140px;
		margin-right: 5px;
	}
	.p-informationArea .p-navigation .p-alignleft a {
		width: 140px;
	}
	.p-informationArea .p-navigation .p-alignright {
		width: 140px;
		margin-left: 5px;
	}
	.p-informationArea .p-navigation .p-alignright a {
		width: 140px;
	}
}

/* =====================================================================
	3. p-sidebar
======================================================================== */
.p-sidebar {
	float: right;
	display: inline-block;
	width: 300px;
	margin: 30px 15px 0;
}
.p-sidebar .c-sideWidget {
	width: 300px;
	margin: 0 0 50px;
}
.p-sidebar .c-sideWidget .c-widgetTitle {
	width: 300px;
	height: 50px;
	margin: 0 0 15px;
}
.p-sidebar .c-sideWidget.widget_recent_entries .c-widgetTitle {
	background: url(../img/information/tit_newslist.png) no-repeat;
	background-size: 300px 50px;
}
.p-sidebar .c-sideWidget.widget_recent_entries li {
	position: relative;
	margin: 0 0 15px 15px;
	list-style: none;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: left;
}
.p-sidebar .c-sideWidget.widget_recent_entries li a {
	position: relative;
	top: 20px;
	display: block;
	padding: 0 0 20px;
	text-decoration: none;
}
.p-sidebar .c-sideWidget.widget_recent_entries .post-date {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	display: block;
	font-weight: bold;	
}
.p-sidebar .c-sideWidget.widget_categories .c-widgetTitle {
	background: url(../img/information/tit_category.png) no-repeat;
	background-size: 300px 50px;
}
.p-sidebar .c-sideWidget.widget_categories .cat-item {
	margin: 0 0 15px 35px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: left;
}
.p-sidebar .c-sideWidget.widget_categories .cat-item a {
	text-decoration: none;
}
.p-sidebar .c-sideWidget.widget_search .c-widgetTitle {
	background: url(../img/information/tit_search.png) no-repeat;
	background-size: 300px 50px;
}
.p-sidebar .c-sideWidget.widget_search .screen-reader-text {
	color: #FFFFFF;
	width: 15px;
	height: 34px;
	font-size: 5px;
}
.p-sidebar .c-sideWidget.widget_search input[type="text"] {
	width: 218px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: #CCCCCC solid 1px;
}
.p-sidebar .c-sideWidget.widget_search input[type="submit"] {
	float: right;
	width: 54px;
	height: 34px;
	background-color: #666666;
	border: none;
	border-radius: 0;
	font-weight: bold;
	color: #FFFFFF;
}
.p-sidebar .c-sideWidget.widget_search input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
@media screen and (max-width: 799px) {
	.p-sidebar {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}
	.p-sidebar .c-sideWidget.widget_search .screen-reader-text {
		width: 0;
		display: none;
	}
}

/* =====================================================================
	4. p-nothing
======================================================================== */
.p-nothing {
	margin: 80px 15px 10px;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 3.0rem;
	text-align: center;
}