@charset "utf-8";
/*
==================================
	layout
==================================
*/
/* #hdWrap
---------------------------------*/
#hdWrap {
/*
	width: 100%;
	margin: 0 -500px;
	padding: 0 500px;
*/
}
#mainVis {
	width: 100%;
	background-color: #50a3f7;
}
#mainVis img.mvPc {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
#mainVis img.mvSp {
	display: none;
}
#corpWrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#corpWrap h2 {
	padding: 15px 8px 7px 20px;
	color: #fff;
	font-weight: normal;
	background-color: #0092C1;
	position: absolute;
	top: -255px;
}
#corpWrap h2 span.pcOff {
	display: none;
}
#corpWrap .prfBox {
	width: 600px;
	position: absolute;
	top: -210px;
	right: 10px;
    font-size: 16px;
}
#corpWrap .prfBox p {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 2.8;
}
/*
#corpWrap ruby{
	line-height: 1;
}
*/
#topicsBox {
	width: 950px;
	margin: 0 auto 20px;
	padding: 15px;
	color: #fff;
	background-color: #0092C1;
}
#topicsBox h2 {
	width: 80px;
    margin: 0 20px 0 0;
	font-weight: bold;
	display: table-cell;
	float: left;
}
#topicsBox p {
	width: 870px;
	display: table-cell;
}

.top-align {
	text-align: right;
    margin-right: 40px;
}
/* #container-top
---------------------------------*/
#container-top {
	width: 980px;
	margin: 0 auto;
}
#container-top section {
	width: 980px;
	margin: 0 0 20px;
	float: left;
}
#contWrap .contBox {
	width: 480px;
	margin: 0 20px 20px 0;
	float: left;
}
#contWrap .contBoxCap {
	width: 480px;
	height: 50px;
	color: #fff;
	display: table;
	position: relative;
}
#contWrap .contBoxCap img {
	margin: 0 0 0 10px;
	float: left;
}
/* 追加(kamezaki) */
#contWrap img.topSizeFix {
	width: 480px;
    height: 130px;
}
}
/* END 追加(kamezaki) */
#contWrap .contBoxCap h3{
	margin: 10px 0 0 7px;
	font-size: 110%;
	font-weight: bold;
	display: table-cell;
	float: left;
}
#contWrap .contBoxCap h3.noRuby {
	margin: 15px 15px 0 7px;
	float: left;
}
#contWrap .contBoxCap h3.Ruby {
	margin: 10px 15px 0 7px;
	float: left;
}
#contWrap .contBoxCap p {
	margin: 10px 20px 0 0;
	float: right;
}

#contWrap .noSp {
	margin: 0 0 20px 0;
}
#bannerWrap {
	clear: both;
}
#bannerWrap .bannerBox {
	width: 230px;
	height: 60px;
	margin: 0 15px 30px 0;
	float: left;
}
/* 追加(kamezaki) */
#bannerWrap img.topSizeFix {
	width: 230px;
    height: 90px;
}
/* END 追加(kamezaki) */
/*
==================================
	SP　- 980px
==================================
*/
@media screen and (max-width : 980px) {
/* #hdWrap
---------------------------------*/
#hdWrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#mainVis {
	width: 100%;
	background: none;
	position: relative;
}
#mainVis img.mvPc {
	display: none;
}
#mainVis img.mvSp {
	width: 100%;
	display: block;
}
#corpWrap {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	background-color: #0092C1;
}
#corpWrap h2 {
	width: 90%;
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
	font-size: 110%;
	font-weight: bold;
	position: static;
}
#corpWrap h2 span.pcOff {
	display: inline-block;
}
#corpWrap .prfBox {
	width: 100%;
	position: static;
}
#corpWrap .prfBox p {
	line-height: 2;
    font-size: 15px;
}
#corpWrap p {
	width: 90%;
	margin: 10px 0 0 20px;
	font-weight: normal;
}
#topicsBox {
	width: 100%;
	margin: 0;
	margin: 0 0 20px;
	padding: 20px 0;
}
#topicsBox h2 {
	width: 90%;
	display: block;
	margin: 0 0 0 20px;
}
#topicsBox p {
	width: 90%;
	margin: 30px 0 0 20px;
	display: block;
}
/* #container-top
---------------------------------*/
#container-top {
	width: 90%;
	position: relative;
}
#container-top section {
	width: 100%;
	margin: 0;
	float: left;
}
#contWrap .contBox {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
#contWrap .contBox img {
	width: 100%;
}/* 追加(kamezaki) */
#contWrap img.topSizeFix {
	width: 100%;
    height: auto;
}
/* END 追加(kamezaki) */
#contWrap .contBoxCap {
	width: 100%;
	height: 50px;
	color: #fff;
	display: table;
	position: relative;
}
#contWrap .contBoxCap img {
	display: none;
}
#contWrap .contBoxCap h3 {
	margin: 15px 0 0 15px;
	font-size: 110%;
	font-weight: bold;
	display: table-cell;
	float: left;
}
#contWrap .contBoxCap h3.noRuby {
    margin: 22px 15px 0 15px;
}
#contWrap .contBoxCap h3.Ruby {
    margin: 15px 15px 0 15px;
}
#contWrap .contBoxCap p {
	margin: 18px 18px 18px 0;
	float: right;
}
#bannerWrap .bannerBox {
	width: 48.5%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#bannerWrap .bannerBox img {
	width: 100%;
}
#bannerWrap .Sp {
	margin: 0 3% 4% 0;
	padding: 0;
}
#bannerWrap .noSpSp {
	margin: 0 0 3% 0;
	padding: 0;
}
.top-align {
    margin-right: 0px;
}
}/* 追加(kamezaki) */
#bannerWrap img.topSizeFix {
	width: 100%;
    height: auto;
}


/* END 追加(kamezaki) */
}
