@charset "utf-8";

/* ¥È¥Ã¥×¥á¥¤¥ó¥¤¥á©`¥¸
----------------------------------------------------- */

#topimg {
width: 900px;
height:320px;
background-image:url(/Japanese/hoken/images/topimg.jpg);
background-position:right top;
background-repeat:no-repeat;
margin:0 auto 1em auto;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}

.topimgbox {
width:900px;
padding: 60px 0 0 40px;
text-align:left;
}

.topimgbox h2 {
font-size:32px;
font-weight:700;
font-style:italic;
line-height:1.2;
margin:0 0 0.5em 0;
color:#EC7A95;
text-shadow: #FFF 3px 3px 0px, #FFF -3px 3px 0px,
             #FFF 3px -3px 0px, #FFF -3px -3px 0px;
}

.topimgbox p {
font-size:18px;
line-height:1.8;
color:#000;
text-shadow: #FFF 2px 1px 0px, #FFF -1px 0px 0px,
             #FFF 2px -1px 0px, #FFF -1px -1px 0px;
}

@media screen and (min-width: 641px) and (max-width: 979px) {
	#topimg {
	width: 100%;
	height:280px;
	background-position:left top;
	background-size:cover;
	text-align:left;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	position:relative;
	}
	.topimgbox {
width: 94%;
	text-align:left;
	right:0;
padding: 50px 0 0 0px;
	position:absolute;
	}
}


@media screen and (max-width: 640px) {
	#topimg {
	width: 100%;
	height:auto;
	background-size:cover;
	background-position:left top;
	margin:0 auto 1em auto;
	padding:0 0 10px 0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	}
	.topimgbox {
	width:96%;
    padding: 20px 0 60px 0;
	margin:0 auto;
	}
	.topimgbox h2 {
	font-size:16px;
	text-shadow: #FFF 1px 1px 0px, #FFF -1px 0px 0px,
             #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	}
	.topimgbox p {
	font-size:13px;
	line-height:1.5;
	margin:0;
	text-shadow: #FFF 1px 1px 0px, #FFF -1px 0px 0px,
             #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	}
	.pc {
	display:none;
	}
}


/* ¹²Í¨
----------------------------------------------------- */

.index {
width:660px;
float:right;
margin:0 auto;
text-align:left;
}


@media screen and (min-width: 641px) and (max-width: 970px) {
	.index {
	width:70%;
	}
}

@media screen and (max-width: 640px) {
	.index {
	float:none;
	width:100%;
	}
}


/* ¤ªÖª¤é¤»
----------------------------------------------------- */

.information {
overflow:hidden;
margin:0 0 2em 0;
}

.information h3 {
font-size:16px;
margin:0 0 1em 0;
padding:12px 0 10px 20px;
border-left:6px solid #EC7A95;
background-image:url(/Japanese/hoken/images/bg_gra.jpg);
background-position:0 0;
background-repeat:repeat-x;
}

.information dl {
overflow:hidden;
padding:8px 0;
border-bottom:1px dashed #666;
}

.information dt {
width:20%;
float:left;
text-align:left;
font-size:13px;
}

.information dd {
width:80%;
float:right;
text-align:left;
font-size:13px;
}


.information dl.check dt {
float:left;
text-align:left;
}

.information dl.check dt span {
font-size:18px;
text-align:center;
display:table-cell;
color:#FFF;
padding:28px 25px;
background-color:#BA1F37;
}

.information dl.check dd {
width:80%;
font-size:14px;
}

.information dl.check dd h4 {
font-size:18px;
font-weight:700;
color:#B91F37;
line-height:1.3;
margin:0 0 0.5em 0;
}
	
.information dl.check dd h4 a {
color:#B91F37;
}

.textright {
text-align:right;
margin:1em 0;
}

@media screen and (max-width: 640px) {
	.information dt {
	float:none;
	width:100%;
	}
	.information dd {
	float:none;
	width:100%;
	}
	.information dl.check dt {
	float:left;
	width:20%;
	text-align:left;
	}
	.information dl.check dt span {
	font-size:16px;
	padding:14px 10px;
	}
	.information dl.check dd{
	clear:both;
	width:100%;
	padding-top:10px;
	}
	.information dl.check dd h4 {
	font-size:16px;
	font-weight:bold;
	}
	.information dl.check dd.ddright {
	clear:none;
	float:right;
	width:80%;
	padding-top:0;
	}
}


/* –|¾©º£Ñó´óÑ§±£½¡¹ÜÀí¥»¥ó¥¿©`
----------------------------------------------------- */

.centerbox {
margin:0 0 1em 0;
}

.centerbox h3 {
font-size:20px;
font-weight:700;
padding:8px 0 6px 0;
margin:0 0 1em 0;
border-top:3px solid #666;
border-bottom:1px dashed #666;
}

.centerbox h4 {
font-size:18px;
line-height:1.3;
margin:0.5em 0 0.8em 0;
}

.centerbox h4.red {
color:#CE597B;
}

.centerbox dl {
overflow:hidden;
padding:10px 0;
margin:0 0 10px 0;
border-bottom:1px dashed #666;
}

.centerbox dt {
width:40%;
float:left;
}

.centerbox dt img {
border:1px solid #CCC;
padding:4px;
vertical-align:bottom;
}

.centerbox dd {
width:56%;
float:right;
text-align:left;
}

.centerbox dl.fs {
}

.centerbox dl.fs dt {
width:20%;
font-size:16px;
font-weight:700;
}

.centerbox dl.fs dd {
width:80%;
font-size:16px;
font-weight:700;
}

.centerbox dl.fs dd p {
margin:0;
}

.centerbox dl.fs dd p.red {
font-weight:normal;
color:#B91F37;
}


.centerbox dl.fs2 dt {
width:30%;
font-size:16px;
font-weight:700;
}


.centerbox dl.fs2 dt span {
color:#B91F37;
}

.centerbox dl.fs2 dd {
width:70%;
font-size:16px;
font-weight:700;
}

.centerbox dl.fs2 dd p {
margin:0;
}


.centerbox dl.shinagawa h4 {
color:#148EDB;
}

.centerbox dl.echujima h4 {
color:#45B234;
}

.centerbox dl.shinagawa .boxlink a {
color:#FFF;
padding:8px 10px;
background-color:#148EDB;
text-decoration:none;
}

.centerbox dl.echujima .boxlink a {
color:#FFF;
padding:8px 10px;
background-color:#45B234;
text-decoration:none;
}

.centerbox dl.shinagawa .boxlink a:hover,
.centerbox dl.echujima .boxlink a:hover {
background-color:#666;
}

@media screen and (max-width: 640px) {
	.centerbox dt {
	float:none;
	width:100%;
	text-align:center;
	margin:0 0 14px 0;
	}
	.centerbox dd {
	float:none;
	width:100%;
	}
	.centerbox dl.fs dt,.centerbox dl.fs2 dt {
	width:100%;
	text-align:left;
	}
	.centerbox dl.fs dd,.centerbox dl.fs2 dd {
	width:100%;
	}
	.centerbox dl.fs dd span {
	display:block;
	}
}
