@charset "UTF-8";
/*====================================

	Date of 2014.08.26
====================================*/

/* for index.html
================================================== */
/*トップページで必要な場合のみ記述*/



/* for news.html
================================================== */
#newsWrapper {
	margin: 0 0 50px 0;
}
	#newsWrapper .newsCategory {
		font-size: 100%;
		line-height: 1.5em;
		background-color: #333333;
		color: white;
		padding: 4px 8px 2px;
		position: relative;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
}
	#newsWrapper .mBottom {
		margin: 0 0 10px 0;
}
	#newsWrapper .title {
		font-size: 110%;
		line-height: 1.5em;
		color: #333333;
		border-bottom: solid 2px #98C380;
		margin: 0 0 5px 0;
		padding: 0 0 3px 5px;
}
	#newsWrapper .date {
		font-size: 80%;
		line-height: 1.5em;
		color: #444;
		text-align: right;
		margin: 0 0 10px 0;
}
	#newsWrapper .newsArticleWrapper {
		padding-left: 10px;
}
	#newsWrapper .article {
		font-size: 90%;
		line-height: 1.8em;
		color: #666666;
}
	#newsWrapper .imgWrapper {
		float: right;
		width: 280px;
		display: inline;
		text-align: center;
		margin: 0 0 15px 20px;
}
		#newsWrapper .imgWrapper img {
			margin-bottom: 10px;
}
		#newsWrapper .imgWrapper a {
			display: block;
			overflow: hidden;
}

/* File
================================================== */
#dataBox {
	margin: 20px 0;
	padding: 20px 0 0 20px;
	border-top: dotted 1px #979797;
}
	#dataBox .data {
		font-size: 80%;
		line-height: 1.5em;
}
		#dataBox .data img {
			display: inline-block;
			zoom: 1;
      /* Fix for IE7 */
			*display: inline;
      /* Fix for IE7 */
			vertical-align: middle;
}
	#dataBox a {
		vertical-align: middle;
		text-decoration: none;
		color: #666666;
}
		#dataBox a:hover {
			color: black;
			text-decoration: underline;
}

/* newslist
================================================== */
.latestNewsWrapper {
	float: right;
	width: 640px;
}
	.latestNewsWrapper h4 {
		margin-bottom: 20px;
		background: url(../images/ctitle_bg.png) left center no-repeat;
		padding-left: 9px;
}
	.indexLatestNewsWrapper h4 {
		margin-bottom: 20px;
		background: url(../images/ctitle_bg.png) left center no-repeat;
		padding-left: 9px;
}
	.latestNewsWrapper h4 span {
		font-size: 100%;
		line-height: 21px;
		font-weight: 900;
		background: #FFF;
		padding: 0 70px 0 10px;
}
	.indexLatestNewsWrapper h4 span {
		font-size: 100%;
		line-height: 21px;
		font-weight: 900;
		background: #FFF;
		padding: 0 40px 0 10px;
}

/* pagination
================================================== */
#paginationBox {
	margin: 50px 0;
}
#paginationGuide {
	font-size: 80%;
	line-height: 1.5em;
	float: left;
}
.pagination {
	text-align: right;
	float: right;
}
	.pagination li {
		float: left;
		font-size: 80%;
		line-height: 1.5em;
		margin: 0 0 0 3px;
}
		.pagination li:first-child {
			margin-left: 3px;
}
		.pagination li a {
			color: #666666;
			text-decoration: none;
			display: block;
			overflow: hidden;
			padding: 5px 10px;
}
			.pagination li a:hover {
				color: #fff;
				background-color: #333333;
}
		.pagination li:active {
			color: #fff !important;
			text-decoration: underline !important;
			background-color: #333333 !important;
}

/* for newslist
================================================== */
#newslistWrapper ul li {
	border-bottom: dashed 1px #666;
	margin: 0 0 18px 0;
	padding: 0 0 10px 10px;
}
#newslistWrapper .newsTitle a {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: 600;
	text-decoration: none;
	color: #333;
}
	#newslistWrapper .newsTitle a:hover {
		text-decoration: underline;
		color: black;
}
#newslistWrapper .data {
	margin: 0 0 6px 0;
}
#newslistWrapper .date {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
}
#newslistWrapper .category {
	color: #F7921E;
	font-size: 85%;
	line-height: 1.5em;
}
#newslistWrapper .new {
	font-size: 70%;
	line-height: 1.5em;
	color: #C30;
	font-weight: 600;
}

/* not news
================================================== */
.notNews {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	margin: 0 0 8px 0;
}

/* btn more
================================================== */
.more {
	text-align: right;
}
	.more a {
		text-decoration: none;
		color: #666666;
}
		.more a:hover {
			text-decoration: underline;
			color: black;
}
	.more span {
		font-size: 80%;
		line-height: 1.5em;
}
