@charset "Shift_JIS";
.article_left  h4{
	margin-top: 50px;
	display: block;
	margin-bottom: 20px;
}
.block_A {
	background-color: #C8D4B1;
	padding: 8px;
	opacity: 0.7;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.block_B {
	background-color: #D2F2DE;
	padding: 8px;
	opacity: 0.9;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
.block_C {
	background-color: #E3E3E3;
	opacity: 0.7;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	padding: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
.block_A p {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8em;
	font-size: 1em;
}
.block_B p {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8em;
	font-size: 1em;
}
.block_img {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}
.section {
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.section dt {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9D9D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.names {
	color: #900;
	margin: 0px;
	padding: 0px;
}
.contacts {
	background-image: url(../image/contact_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
.heightspace {
	margin-top: 70px;
}
.Eng {
	font-size: 0.8em;
	color: #404040;
	vertical-align: middle;
	margin-left: 10px;
}
.B {
	font-size: 1.1em;
	font-weight: bold;
}
.contacts img {
	vertical-align: bottom;
}
.shadow {
	margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.case {
	width: 760px;
	margin-top: 50px;
	margin-left: 12px;
	display: block;
	padding-bottom: 20px;
}
.case p {
	font-size: 1.6em;
	background-color: #CCC;
	margin-left: 190px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.case .cover {
	margin-left: 190px;
	margin-bottom: 10px;
	line-height: 1.8em;
}
.case_photo {
	display: block;
	width: 510px;
	margin-left: 190px;
}
.case_left {
	float: left;
	width: 245px;
	background-color: #E3E3E3;
}
.case_right {
	float: right;
	width: 245px;
	background-color: #E3E3E3;
}
.case .sub {
	display: block;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 0.9em;
	padding-top: 10px;
	background-color: #999;
}
.syogaigakusyu {
	background-image: url(../image/case_syogai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.senryakusiru {
	background-image: url(../image/case_senryaku.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bunkasien {
	background-image: url(../image/case_bunka.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.tiikiiryou {
	background-image: url(../image/case_iryo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.agree {
	display: table;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-bottom: 30px;
}
.agree th {
	background-color: #696;
	padding: 5px;
	color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #000;
}
.agree td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
.agree tr .bukyoku {
	background-color: #F2F4D6;
	padding: 5px;
}
.agree .yellow {
	background-color: #E9E3BC;
	padding: 5px;
}
.agree caption {
	text-align: left;
	font-weight: bold;
	color: #900;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.agree_space {
	margin-bottom: 50px;
}
.agree_title {
	background-color: #369;
	padding: 8px;
	font-weight: normal;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 0px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.location {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000;
	font-size: 1.2em;
}
.mapBt {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
.red {
	color: #900;
}
.map_data {
	display: block;
	margin-top: 50px;
	margin-bottom: 10px;
}
.map_data iframe {
	margin-bottom: 25px;
}
