@charset "UTF-8";

ul {
	list-style-type: none;
	padding: 0;
}

.center {
	text-align: center;
}

/* CSS Document */

#infoMain {
	margin-top: 5px;
	width: 100%;
	font-size: 108%;
	display: block;
	overflow: hidden;
}


/* COMMON */
.infoW {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	display: block;
	overflow: hidden;
}

.infoTxt {
	margin: 0 auto 30px auto;
	width: 980px;
	text-align: center;
	font-size: 121%;
	line-height: 1.6em;
	color: #000;
}

#infoMain a:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

#infoMain a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.contentBox {
	margin: 0 auto 40px;
	padding: ;
	width: 980px;
	display: block;
	overflow: hidden;
}

/* LINKS */
.linkBox {
	width: 466px;
	background: #FFF;
}

.linkBox h3 {
	margin-bottom: 28px;
}

.linkBox div {
	margin: 0 auto 20px;
	width: 406px;
}

#linkShop {
	background: url(/info/bousai/images/btn_shop_on.gif) no-repeat;
}

#linkGov {
	background: url(/info/bousai/images/btn_gov_on.gif) no-repeat;
}

#linkDc {
	background: url(/info/bousai/images/btn_dc_on.gif) no-repeat;
}

#linkBcp {
	background: url(/info/bousai/images/btn_bcp_on.gif) no-repeat;
}

.linkBox div a img {
	margin-bottom: 15px;
}

.linkBox div a:hover img {
	opacity: 0 !important;
	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
}

/* pagetop botton */
.sceneBtn {
	text-align: right;
}

.sceneBtn img {
	margin-left: 10px;
}

.mt10 {
	margin-top: 10px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* TOP PAGE ---------------------------------------- */
#infoContents {}

/* MAIN IMAGE */
#infoTitleArea {
	margin-bottom: 40px;
	height: 400px;
	background: url(/info/bousai/images/main.jpg) center center;
	text-align: center;
	display: block;
	overflow: hidden;
}

#infoTitle {
	height: 400px;
}

#infoTitle h1 {
	margin: 0 0 26px 0;
}

#infoTitle p {
	font-size: 130%;
	/*font-size:153%;*/
	color: #FFF;
	text-align: center;
	line-height: 1.8em;
}

/* NAVI */
#navDp {
	width: 240px;
	float: left;
}

#navType {
	width: 720px;
	float: right;
}

.navHead {
	margin-bottom: 15px;
}

#navType ul li {
	float: left;
}

#navEq {
	background: url(/info/bousai/images/nav_eq_on.gif) no-repeat;
}

#navFd {
	background: url(/info/bousai/images/nav_fd_on.gif) no-repeat;
}

#navVc {
	background: url(/info/bousai/images/nav_vc_on.gif) no-repeat;
}

#navType ul li a:hover img {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}


/* DP */
.dp {
	padding-top: 40px;
}

.dp h2 {
	margin: 0 auto 25px auto;
	width: 980px;
	text-align: center;
}

.dpArea {
	padding: 40px 0;
	border-top: #B4B4B4 1px solid;
	background: #F7F7F7;
}

.dpPct {
	width: 310px;
}

.dpContent {
	width: 600px;
}

.dpContent h3 {
	margin-bottom: 25px;
	font-size: 128%;
	font-weight: normal;
	position: relative;
}

.dpContent h3:after {
	width: 50px;
	content: "";
	border-bottom: #B4B4B4 2px solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -10px;
}

/* BCP */
#bcmList {
	margin-bottom: 20px;
}

#bcmList li {
	margin-bottom: 10px;
	padding: 10px 0;
	width: 600px;
	text-align: center;
	color: #666;
	font-size: 114%;
	background: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#bcmExample {
	margin-bottom: 20px;
	width: 600px;
	display: block;
	overflow: hidden;
}

#bcmCause {
	float: left;
}

#bcmResult {
	float: right;
}

#bcmCause,
#bcmResult {
	margin-bottom: 0;
	width: 280px;
}

#bcmCause p,
#bcmResult p {
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 280px;
	text-align: center;
	border-bottom: #B4B4B4 2px solid;
}

#bcmCause ul li,
#bcmResult ul li {
	margin-bottom: 5px;
	text-align: center;
	color: #000;
	font-size: 114%;
}

/* TOP LINK AREA */
.linkArea {
	margin: 0 auto;
	padding: 20px;
	width: 980px;
	background: #FFF;
	display: block;
	overflow: hidden;
}

.linkArea>.pct {
	width: 293px;
	height: 100px;
	float: left;
}

.linkArea>.txt {
	width: 600px;
	float: right;
}

.linkArea>.txt p {
	margin-bottom: 20px;
}

.linkBtn {
	margin-bottom: 0 !important;
	text-align: right;
	background: url(/info/bousai/images/btn_detail_on.gif) right center no-repeat;
}

.linkBtnNw {
	margin-bottom: 0 !important;
	text-align: right;
	background: url(/info/bousai/images/btn_detail_nw_on.gif) right center no-repeat;
}

.linkBtn a:hover img,
.linkBtnNw a:hover img {
	opacity: 0 !important;
	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
}

/* SUPPORT */
.support {
	margin: 0 auto 30px;
	padding: ;
	width: 980px;
	display: block;
	overflow: hidden;
}

.supportBox {
	margin-right: 32px;
	width: 305px;
	float: left;
}

.support div:last-child {
	margin-right: 0;
}

.supportBox h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #CC4062 2px solid;
}

.supportBox ul {
	padding-left: 20px;
}

.supportBox ul li {
	margin-bottom: 5px;
	list-style-image: url(/info/bousai/images/point.png);
}

#mark {
	margin: 0 auto;
	padding: 20px 30px 30px;
	width: 980px;
	background: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#mark h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #CC4062;
	font-size: 170%;
	font-weight: normal;
	border-bottom: #CC4062 1px solid;
}

#markInner {
	width: 920px;
	display: block;
	overflow: hidden;
}

.markBoX {
	width: 445px;
}

.markBoX div:last-child {
	margin-bottom: 0;
}

.markItem {
	margin-bottom: 15px;
	width: 445px;
	display: block;
	overflow: hidden;
}

.markPct {
	width: 60px;
	float: left;
}

.markTxt {
	width: 375px;
	float: right;
}

.markTxt span {
	color: #CC4062;
	font-weight: bold;
}

/* HOME */
.listBox {
	margin-right: 40px;
	width: 300px;
	float: left;
}

.listBox p {
	margin-bottom: 10px;
}

.listBox table {
	border-collapse: separate;
	border-spacing: 5px 7px;
}



/* COMPANY */
#stock {
	margin: 0 auto 30px;
	padding: 20px 30px;
	width: 980px;
	border: #00A6CC 1px solid;
}

#stock h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #00A6CC;
	font-size: 135%;
	font-weight: normal;
	border-bottom: #00A6CC 1px solid;
}

#stockInner {
	margin: 0 auto;
	width: 880px;
}

#stockInner p {
	margin-bottom: 15px;
}


/* PRACTICE */
#practiceList {}

#practiceList li {
	margin-bottom: 10px;
	padding: 10px 0;
	width: 600px;
	text-align: center;
	color: #996633;
	font-size: 114%;
	background: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#practiceList li:last-child {
	margin-bottom: 0;
}


/* EARTHQUAKE ---------------------------------------- */
#eqTitleArea {
	margin-bottom: 30px;
	height: 250px;
	background: #E5E5E5 url(/info/bousai/images/main_eq.jpg) center center no-repeat;
	text-align: center;
	display: block;
	overflow: hidden;
}

#eqTitle {
	height: 400px;
}

#eqTitle h1 {
	margin: 0;
}

#eqRead {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	font-size: 178%;
	font-weight: bold;
	line-height: 1.4em;
	color: #996633;
}

#eq {
	padding-top: 30px;
}

#eq h2 {
	margin: 0 auto 25px auto;
	width: 980px;
	text-align: center;
}

#eqArea {
	padding: 40px 0;
	border-top: #996633 1px solid;
	background: #F5EFEA;
}

#eq .contentBox {
	background: #FFF;
}

#eq .contentBox h3 {
	padding: 15px 0;
	text-align: center;
	width: 980px;
	border-bottom: #F5EFEA 2px solid;
}

/* FlOOD DISASTER ---------------------------------------- */
#fdTitleArea {
	margin-bottom: 30px;
	height: 250px;
	background: #E5E5E5 url(/info/bousai/images/main_fd.jpg) center center no-repeat;
	text-align: center;
	display: block;
	overflow: hidden;
}

#fdTitle {
	height: 400px;
}

#fdTitle h1 {
	margin: 0;
}

#fdRead {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	font-size: 178%;
	font-weight: bold;
	line-height: 1.4em;
	color: #00A6CC;
}

#fd {
	padding-top: 30px;
}

#fd h2 {
	margin: 0 auto 25px auto;
	width: 980px;
	text-align: center;
}

#fdArea {
	padding: 40px 0;
	border-top: #00A6CC 1px solid;
	background: #E5F6FA;
}

#fd .contentBox {
	background: #FFF;
}

#fd .contentBox h3 {
	padding: 15px 0;
	text-align: center;
	width: 980px;
	border-bottom: #E5F6FA 2px solid;
}

/* Volcano ---------------------------------------- */
#vcTitleArea {
	margin-bottom: 30px;
	height: 250px;
	background: #E5E5E5 url(/info/bousai/images/main_vc.jpg) center center no-repeat;
	text-align: center;
	display: block;
	overflow: hidden;
}

#vcTitle {
	height: 400px;
}

#vcTitle h1 {
	margin: 0;
}

#vcRead {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	font-size: 178%;
	font-weight: bold;
	line-height: 1.4em;
	color: #CC4062;
}

#vc {
	padding-top: 30px;
}

#vc h2 {
	margin: 0 auto 25px auto;
	width: 980px;
	text-align: center;
}

#vcArea {
	padding: 40px 0;
	border-top: #CC4062 1px solid;
	background: #FAECEF;
}

#vc .contentBox {
	background: #FFF;
}

#vc .contentBox h3 {
	padding: 15px 0;
	text-align: center;
	width: 980px;
	border-bottom: #CC4062 2px solid;
}









.innerBox {
	margin: 30px 50px 40px;
	width: 880px;
	display: block;
	overflow: hidden;
}

.eqBox {
	width: 420px;
}

.eqBox h4 {
	margin-bottom: 25px;
	color: #00A6CC;
	font-size: 128%;
	font-weight: normal;
	position: relative;
}

.eqBox h4:after {
	width: 50px;
	content: "";
	border-bottom: #00A6CC 2px solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -10px;
}

.methodArea,
.pointArea,
.warningArea {
	width: 880px;
	display: block;
	overflow: hidden;
}

.methodArea li {
	margin-right: 35px;
	width: 270px;
	float: left;
}

.methodArea li p {
	margin: 0;
}

.methodArea li:last-child {
	margin-right: 0;
}

.methodArea li h4 {
	margin-bottom: 20px;
	padding: 15px 0 12px;
	text-align: center;
	font-size: 128%;
	font-weight: normal;
}

.eqMethod li h4 {
	color: #996633;
	border-bottom: #996633 1px solid;
}

.fdMethod li h4 {
	color: #00A6CC;
	border-bottom: #00A6CC 1px solid;
}

.vcMethod li h4 {
	color: #CC4062;
	border-bottom: #CC4062 1px solid;
}

.pointRead {
	margin: 0 auto 20px;
	width: 880px;
	text-align: center;
	font-size: 121%;
	line-height: 1.6em;
	color: #000;
}

.pointBox {
	width: 415px;
}

.pointBox h4 {
	margin: 10px 0 25px 10px;
	font-size: 128%;
	font-weight: normal;
	position: relative;
}

.pointBox h4:after {
	width: 50px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -10px;
}

#eq .pointBox h4 {
	color: #00A6CC;
}

#eq .pointBox h4:after {
	border-bottom: #00A6CC 2px solid;
}

#fd .pointBox h4 {
	color: #CC4062;
}

#fd .pointBox h4:after {
	border-bottom: #CC4062 2px solid;
}

#vc .pointBox h4 {
	color: #996633;
}

#vc .pointBox h4:after {
	border-bottom: #996633 2px solid;
}


.pointBox p {
	margin: 0 0 10px 10px;
}

.linkKarte {
	margin-bottom: 0 !important;
	background: url(/info/bousai/images/btn_karte_on.gif) center center no-repeat;
}

.linkKarte a:hover img {
	opacity: 0 !important;
	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
}

.warningPct {
	width: 315px;
	float: left;
}

.warningTxt {
	width: 545px;
	float: right;
}

#linkJma {
	margin-bottom: 0 !important;
	text-align: right;
	background: url(/info/bousai/images/btn_jma_on.gif) right center no-repeat;
}

#linkJma a:hover img {
	opacity: 0 !important;
	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
}


.lv1 {
	width: 148px !important;
}

.lv2 {
	width: 331px !important;
}

.lv2 div {
	display: block;
	overflow: hidden;
}

.lv2 div p {
	width: 148px;
}

.lv2 h4 {
	padding: 11px 0 5px !important;
	line-height: 1.1em;
}

.lv2 h4 span {
	font-size: 75%;
	color: #CC4062 !important;
}


/* BOTTOM NAVI */
#dpBottomNav {
	margin: 30px auto 0;
	width: 980px;
	display: block;
	overflow: hidden;
}

#dpBottomNav li {
	float: left;
}

.bnav1 {
	background: url(/info/bousai/images/navs_dp_on.gif) center center no-repeat;
	margin-right: 21px;
}

.bnav2 {
	background: url(/info/bousai/images/navs_eq_on.gif) center center no-repeat;
}

.bnav3-1 {
	background: url(/info/bousai/images/navs_fd1_on.gif) center center no-repeat;
}

.bnav3-2 {
	background: url(/info/bousai/images/navs_fd2_on.gif) center center no-repeat;
}

.bnav4 {
	background: url(/info/bousai/images/navs_vc_on.gif) center center no-repeat;
}

.bnav1 a:hover img,
.bnav2 a:hover img,
.bnav3-1 a:hover img,
.bnav3-2 a:hover img,
.bnav4 a:hover img {
	opacity: 0 !important;
	-webkit-opacity: 0 !important;
	-moz-opacity: 0 !important;
}

@media(max-width:640px) {
	#infoMain {
		margin-top: 5px;
		width: 100%;
		font-size: 108%;
		display: block;
		overflow: hidden;
	}


	/* COMMON */
	.infoW {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	.infoTxt {
		margin: 0 auto 30px auto;
		width: 96%;
		text-align: center;
		font-size: 121%;
		line-height: 1.6em;
		color: #000;
	}

	#infoMain a:hover img {
		opacity: 0.6;
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
	}

	#infoMain a img {
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-ms-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}

	.contentBox {
		margin: 0 auto 40px;
		padding: ;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	/* LINKS */
	.linkBox {
		width: 100%;
		float: none;
		background: #FFF;
	}

	.linkBox h3 {
		margin-bottom: 28px;
	}

	.linkBox div {
		margin: 0 auto 20px;
		width: 100%;
	}

	#linkShop {
		width: 96%;
		margin: 0 auto;
		background: url(/info/bousai/images/btn_shop_on.gif) no-repeat;
		background-size: 96%;
	}

	#linkGov {
		width: 96%;
		margin: 0 auto;
		background: url(/info/bousai/images/btn_gov_on.gif) no-repeat;
		background-size: 96%;
	}

	#linkDc {
		width: 96%;
		margin: 0 auto;
		background: url(/info/bousai/images/btn_dc_on.gif) no-repeat;
		background-size: 96%;
	}

	#linkBcp {
		width: 96%;
		margin: 0 auto;
		background: url(/info/bousai/images/btn_bcp_on.gif) no-repeat;
		background-size: 96%;
	}

	.linkBox div a img {
		margin-bottom: 15px;
	}

	.linkBox div a:hover img {
		opacity: 0 !important;
		-webkit-opacity: 0 !important;
		-moz-opacity: 0 !important;
	}

	/* pagetop botton */
	.sceneBtn {
		text-align: right;
		width: 30%;
		margin: 0;
	}

	.sceneBtn img {
		margin-left: 0;
	}

	.mt10 {
		margin-top: 10px !important;
	}

	.mt45 {
		margin-top: 45px !important;
	}

	.mb0 {
		margin-bottom: 0 !important;
	}

	.mr0 {
		margin-right: 0 !important;
	}

	.mb10 {
		margin-bottom: 10px !important;
	}

	.mb20 {
		margin-bottom: 20px !important;
	}

	.mb30 {
		margin-bottom: 30px !important;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}


	/* TOP PAGE ---------------------------------------- */
	#infoContents {}

	/* MAIN IMAGE */
	#infoTitleArea {
		margin-bottom: 40px;
		height: 400px;
		background: url(/info/bousai/images/main.jpg) center center;
		text-align: center;
		display: block;
		overflow: hidden;
	}

	#infoTitle {
		height: 400px;
	}

	#infoTitle h1 {
		margin: 0 0 26px 0;
	}

	#infoTitle p {
		font-size: 130%;
		/*font-size:153%;*/
		color: #FFF;
		text-align: center;
		line-height: 1.8em;
	}

	/* NAVI */
	#navDp {
		width: 96%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	#navType {
		width: 96%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.navHead {
		margin-bottom: 15px;
	}

	.navHead p {
		text-align: center;
	}

	#navType ul li {
		float: none;
		text-align: center;
	}

	#navEq {
		background: url(/info/bousai/images/nav_eq_on.gif) center no-repeat;
	}

	#navFd {
		background: url(/info/bousai/images/nav_fd_on.gif) center no-repeat;
	}

	#navVc {
		background: url(/info/bousai/images/nav_vc_on.gif) center no-repeat;
	}

	#navType ul li a:hover img {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
	}


	/* DP */
	.dp {
		padding-top: 40px;
	}

	.dp h2 {
		margin: 0 auto 25px auto;
		width: 96%;
		text-align: center;
	}

	.dpArea {
		padding: 40px 0;
		border-top: #B4B4B4 1px solid;
		background: #F7F7F7;
	}

	.dpPct {
		width: 100%;
		float: none;
		text-align: center;
	}

	.dpContent {
		width: 96%;
		margin: 0 auto;
		float: none;
	}

	.dpContent h3 {
		margin-bottom: 25px;
		font-size: 128%;
		font-weight: normal;
		position: relative;
	}

	.dpContent h3:after {
		width: 50px;
		content: "";
		border-bottom: #B4B4B4 2px solid;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -10px;
	}

	/* BCP */
	#bcmList {
		margin-bottom: 20px;
	}

	#bcmList li {
		margin-bottom: 10px;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		color: #666;
		font-size: 114%;
		background: #FFF;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}

	#bcmExample {
		margin-bottom: 20px;
		width: 100%;
		display: block;
		overflow: hidden;
	}

	#bcmCause {
		float: none;
	}

	#bcmResult {
		float: none;
		margin: 20px auto 0 auto;
	}

	#bcmCause,
	#bcmResult {
		margin-bottom: 0;
		width: 100%;
	}

	#bcmCause p,
	#bcmResult p {
		margin-bottom: 15px;
		padding-bottom: 5px;
		width: 100%;
		text-align: center;
		border-bottom: #B4B4B4 2px solid;
	}

	#bcmCause ul li,
	#bcmResult ul li {
		margin-bottom: 5px;
		text-align: center;
		color: #000;
		font-size: 114%;
	}

	/* TOP LINK AREA */
	.linkArea {
		margin: 0 auto;
		padding: 20px;
		width: 96%;
		background: #FFF;
		display: block;
		overflow: hidden;
	}

	.linkArea>.pct {
		width: 100%;
		height: auto;
		float: none;
	}

	.linkArea>.pct img {
		width: 100%;
	}

	.linkArea>.txt {
		width: 100%;
		margin: 20px 0 0 0;
		float: none;
	}

	.linkArea>.txt p {
		margin-bottom: 20px;
	}

	.linkBtn {
		margin-bottom: 0 !important;
		text-align: right;
		background: url(/info/bousai/images/btn_detail_on.gif) right center no-repeat;
	}

	.linkBtnNw {
		margin-bottom: 0 !important;
		text-align: right;
		background: url(/info/bousai/images/btn_detail_nw_on.gif) right center no-repeat;
	}

	.linkBtn a:hover img,
	.linkBtnNw a:hover img {
		opacity: 0 !important;
		-webkit-opacity: 0 !important;
		-moz-opacity: 0 !important;
	}

	/* SUPPORT */
	.support {
		margin: 0 auto 30px;
		padding: ;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	.supportBox {
		margin: 20px 0 0 0;
		width: 100%;
		float: none;
	}

	.support div:last-child {
		margin-right: 0;
	}

	.supportBox h4 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: #CC4062 2px solid;
	}

	.supportBox ul {
		padding-left: 20px;
	}

	.supportBox ul li {
		margin-bottom: 5px;
		list-style-image: url(/info/bousai/images/point.png);
	}

	#mark {
		margin: 0 auto;
		padding: 20px 30px 30px;
		width: 96%;
		background: #FFF;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}

	#mark h3 {
		margin-bottom: 15px;
		padding-bottom: 15px;
		text-align: center;
		color: #CC4062;
		font-size: 170%;
		font-weight: normal;
		border-bottom: #CC4062 1px solid;
	}

	#markInner {
		width: 100%;
		display: block;
		overflow: hidden;
	}

	.markBoX {
		width: 100%;
	}

	.markBoX div:last-child {
		margin-bottom: 0;
	}

	.markItem {
		margin-bottom: 15px;
		width: 100%;
		display: block;
		overflow: hidden;
	}

	.markPct {
		width: 15%;
		float: left;
	}

	.markTxt {
		width: 82%;
		float: right;
	}

	.markTxt span {
		color: #CC4062;
		font-weight: bold;
	}

	/* HOME */
	.listBox {
		margin: 20px 0 0 0;
		width: 100%;
		float: none;
	}

	.listBox p {
		margin-bottom: 10px;
		text-align: center;
	}

	.listBox table {
		border-collapse: separate;
		border-spacing: 5px 7px;
	}



	/* COMPANY */
	#stock {
		margin: 0 auto 30px;
		padding: 10px;
		width: 96%;
		border: #00A6CC 1px solid;
	}

	#stock h3 {
		margin-bottom: 15px;
		padding-bottom: 15px;
		text-align: center;
		color: #00A6CC;
		font-size: 135%;
		font-weight: normal;
		border-bottom: #00A6CC 1px solid;
	}

	#stockInner {
		margin: 0 auto;
		width: 100%;
	}

	#stockInner p {
		margin-bottom: 15px;
	}


	/* PRACTICE */
	#practiceList {}

	#practiceList li {
		margin-bottom: 10px;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		color: #996633;
		font-size: 114%;
		background: #FFF;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}

	#practiceList li:last-child {
		margin-bottom: 0;
	}


	/* EARTHQUAKE ---------------------------------------- */
	#eqTitleArea {
		margin-bottom: 30px;
		height: 250px;
		background: #E5E5E5 url(/info/bousai/images/main_eq.jpg) center center no-repeat;
		background-size: cover;
		text-align: center;
		display: block;
		overflow: hidden;
	}

	#eqTitle {
		height: 400px;
	}

	#eqTitle h1 {
		margin: 0;
	}

	#eqRead {
		margin: 0 auto;
		width: 96%;
		text-align: center;
		font-size: 138%;
		font-weight: bold;
		line-height: 1.4em;
		color: #996633;
	}

	#eq {
		padding-top: 30px;
	}

	#eq h2 {
		margin: 0 auto 25px auto;
		width: 96%;
		text-align: center;
	}

	#eqArea {
		padding: 40px 0;
		border-top: #996633 1px solid;
		background: #F5EFEA;
	}

	#eq .contentBox {
		background: #FFF;
	}

	#eq .contentBox h3 {
		padding: 15px 0;
		text-align: center;
		width: 96%;
		border-bottom: #F5EFEA 2px solid;
		margin: 0 auto;
	}

	/* FlOOD DISASTER ---------------------------------------- */
	#fdTitleArea {
		margin-bottom: 30px;
		height: 250px;
		background: #E5E5E5 url(/info/bousai/images/main_fd.jpg) center center no-repeat;
		background-size: cover;
		text-align: center;
		display: block;
		overflow: hidden;
	}

	#fdTitle {
		height: 400px;
	}

	#fdTitle h1 {
		margin: 0;
	}

	#fdRead {
		margin: 0 auto;
		width: 96%;
		text-align: center;
		font-size: 128%;
		font-weight: bold;
		line-height: 1.4em;
		color: #00A6CC;
	}

	#fd {
		padding-top: 30px;
	}

	#fd h2 {
		margin: 0 auto 25px auto;
		width: 96%;
		text-align: center;
	}

	#fdArea {
		padding: 40px 0;
		border-top: #00A6CC 1px solid;
		background: #E5F6FA;
	}

	#fd .contentBox {
		background: #FFF;
	}

	#fd .contentBox h3 {
		padding: 15px 0;
		text-align: center;
		width: 96%;
		border-bottom: #E5F6FA 2px solid;
		margin: 0 auto;
	}

	/* Volcano ---------------------------------------- */
	#vcTitleArea {
		margin-bottom: 30px;
		height: 250px;
		background: #E5E5E5 url(/info/bousai/images/main_vc.jpg) center center no-repeat;
		text-align: center;
		display: block;
		overflow: hidden;
	}

	#vcTitle {
		height: 400px;
	}

	#vcTitle h1 {
		margin: 0;
	}

	#vcRead {
		margin: 0 auto;
		width: 96%;
		text-align: center;
		font-size: 128%;
		font-weight: bold;
		line-height: 1.4em;
		color: #CC4062;
	}

	#vc {
		padding-top: 30px;
	}

	#vc h2 {
		margin: 0 auto 25px auto;
		width: 96%;
		text-align: center;
	}

	#vcArea {
		padding: 40px 0;
		border-top: #CC4062 1px solid;
		background: #FAECEF;
	}

	#vc .contentBox {
		background: #FFF;
	}

	#vc .contentBox h3 {
		padding: 15px 0;
		text-align: center;
		width: 96%;
		border-bottom: #CC4062 2px solid;
		margin: 0 auto;
	}









	.innerBox {
		margin: 30px auto 0 auto;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	.eqBox {
		width: 96%;
		float: none;
		margin: 20px auto 0 auto;
	}

	.eqBox h4 {
		margin-bottom: 25px;
		color: #00A6CC;
		font-size: 128%;
		font-weight: normal;
		position: relative;
	}

	.eqBox h4:after {
		width: 50px;
		content: "";
		border-bottom: #00A6CC 2px solid;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -10px;
	}

	.methodArea,
	.pointArea,
	.warningArea {
		width: 96%;
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}

	.methodArea img,
	.pointArea img,
	.warningArea img {
		width: 100%;
	}

	.methodArea li {
		margin: 20px 0 0 0;
		width: 100%;
		float: none;
	}

	.methodArea li p {
		margin: 0;
	}

	.methodArea li:last-child {
		margin-right: 0;
	}

	.methodArea li h4 {
		margin-bottom: 20px;
		padding: 15px 0 12px;
		text-align: center;
		font-size: 128%;
		font-weight: normal;
	}

	.eqMethod li h4 {
		color: #996633;
		border-bottom: #996633 1px solid;
	}

	.fdMethod li h4 {
		color: #00A6CC;
		border-bottom: #00A6CC 1px solid;
	}

	.vcMethod li h4 {
		color: #CC4062;
		border-bottom: #CC4062 1px solid;
	}

	.pointRead {
		margin: 0 auto 20px;
		width: 96%;
		text-align: center;
		font-size: 121%;
		line-height: 1.6em;
		color: #000;
	}

	.pointBox {
		width: 100%;
	}

	.pointBox h4 {
		margin: 10px 0 25px 10px;
		font-size: 128%;
		font-weight: normal;
		position: relative;
	}

	.pointBox h4:after {
		width: 50px;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -10px;
	}

	#eq .pointBox h4 {
		color: #00A6CC;
	}

	#eq .pointBox h4:after {
		border-bottom: #00A6CC 2px solid;
	}

	#fd .pointBox h4 {
		color: #CC4062;
	}

	#fd .pointBox h4:after {
		border-bottom: #CC4062 2px solid;
	}

	#vc .pointBox h4 {
		color: #996633;
	}

	#vc .pointBox h4:after {
		border-bottom: #996633 2px solid;
	}


	.pointBox p {
		margin: 0 0 10px 10px;
	}

	.linkKarte {
		margin-bottom: 0 !important;
		background: url(/info/bousai/images/btn_karte_on.gif) center center no-repeat;
	}

	.linkKarte a:hover img {
		opacity: 0 !important;
		-webkit-opacity: 0 !important;
		-moz-opacity: 0 !important;
	}

	.warningPct {
		width: 96%;
		float: none;
		margin: 0 auto;
	}

	.warningTxt {
		width: 96%;
		float: none;
		margin: 20px auto 0 auto;
	}

	#linkJma {
		margin-bottom: 0 !important;
		text-align: right;
		background: url(/info/bousai/images/btn_jma_on.gif) right center no-repeat;
	}

	#linkJma a:hover img {
		opacity: 0 !important;
		-webkit-opacity: 0 !important;
		-moz-opacity: 0 !important;
	}


	.lv1 {
		width: 100% !important;
	}

	.lv2 {
		width: 331px !important;
	}

	.lv2 div {
		display: block;
		overflow: hidden;
	}

	.lv2 div p {
		width: 148px;
	}

	.lv2 h4 {
		padding: 11px 0 5px !important;
		line-height: 1.1em;
	}

	.lv2 h4 span {
		font-size: 75%;
		color: #CC4062 !important;
	}


	/* BOTTOM NAVI */
	#dpBottomNav {
		margin: 30px auto 0;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	#dpBottomNav li {
		float: none;
		margin: 10px 0 0 0;
		text-align: center;
	}

	.bnav1 {
		background: url(/info/bousai/images/navs_dp_on.gif) center center no-repeat;
		margin-right: 21px;
	}

	.bnav2 {
		background: url(/info/bousai/images/navs_eq_on.gif) center center no-repeat;
	}

	.bnav3-1 {
		background: url(/info/bousai/images/navs_fd1_on.gif) center center no-repeat;
	}

	.bnav3-2 {
		background: url(/info/bousai/images/navs_fd2_on.gif) center center no-repeat;
	}

	.bnav4 {
		background: url(/info/bousai/images/navs_vc_on.gif) center center no-repeat;
	}

	.bnav1 a:hover img,
	.bnav2 a:hover img,
	.bnav3-1 a:hover img,
	.bnav3-2 a:hover img,
	.bnav4 a:hover img {
		opacity: 0 !important;
		-webkit-opacity: 0 !important;
		-moz-opacity: 0 !important;
	}

}
