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

/* Bread Crumbs */
.noticeBreadcrumbs {
	padding: 10px 0 9px;
	background-color: #F7F7F7;
}

.noticeBreadcrumbs > ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.noticeBreadcrumbs > ul > li {
	float: left;
	padding-left: 16px;
	margin-left: 8px;
	line-height: 1.2em;
	background: url(/corporate/common_renew/img/layout/breadcrumbs_bg01.png) no-repeat left center;
}

.noticeBreadcrumbs > ul > li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

.noticeBreadcrumbs > ul > li a {
	color: #666666;
}

@media screen and (max-width: 640px) {
	.noticeBreadcrumbs {
		display: none;
	}
}

/* ------------------------------------------------------------------------------------------
   CONTENTS
------------------------------------------------------------------------------------------ */
/* CONTENTS HEAD */
.contentHead {
	margin: 0;
	padding: 38px 0;
	height: auto;
	background: #253394 url(../image/bg_head.gif) center repeat-y;
}

.contentHeadInner {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: auto;
	display: block;
	overflow: hidden;
}

.contentHeadInner h1 {
	margin-top: 8px;
	color: #FFF;
	font-size: 40px;
	float: left;
}

.contentHeadInner h1 br {
	display: none;
}

.contentHeadInner p {
	width: 470px;
	color: #FFF;
	font-size: 15px;
	line-height: 1.7em;
	text-align: left;
	float: right;
}

@media screen and (max-width: 640px) {
	.contentHead {
		padding: 15px 0;
		background-size: 100% auto;
	}
	
	.contentHeadInner {
		margin: 0 auto;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
	.contentHeadInner h1 {
		padding-bottom:5px;
		font-size: 30px;
		line-height: 1.2em;
		text-align: center;
		float: none;
	}
	
	.contentHeadInner h1 br {
		display: block;
	}
}


/* NOTICE */
.noticeArea {
	margin: 60px auto 0;
	width: 800px;
	text-align: left;
	font-size: 15px;
	line-height: 1.6em;
	color: #666;
	overflow: hidden;
}

.noticeArea h2 {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3em;
	color: #1D50A2;
	border-bottom: 3px solid #1D50A2;
}

.noticeArea p {
	margin: 0 0 1.0em 0;
	padding: 0;
	text-indent: 1.0em;
}

.noticeArea p.outset {
	font-weight: bold;
	text-indent: 0;
}

.noticeArea p a {
	color: #1D50A2;
	text-decoration: underline;
}

.noticeArea p a:hover {
	text-decoration: none;
}

.noticeArea div.noticeImg {
	margin: 20px auto;
	text-align: center;
}

.noticeArea div.noticeImg img {
	width: 100%;
	height: auto;
}

.noticeArea div.noticeImg p {
	margin: 10px 0 0 0;
	text-indent: 0;
	text-align: center;
	font-size: 13px;
}



@media screen and (max-width: 640px) {
	.noticeArea {
		margin: 40px auto 0;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		font-size: 18px;
	}

	.noticeArea div.noticeImg {
		width: 100%;
	}
	
	.iw400 {width: 100%;}
	.iw600 {width: 100%;}
	.iw800 {width: 100%;}
}
