@charset "utf-8";
/* CSS Document */
#main{
	width:880px;
	margin:0 auto;
	padding:10px;
}
#main2{
	width:880px;
	margin:0 auto;
	padding:10px;
}
#cont1{
	width:880px;
	margin:0 auto;
	padding-bottom:0;
}

#cont2{
	width:880px;
	margin:0.8em auto;
	padding-bottom:0;
}

#cont_img1{
	width:400px;
	height:400px;
	float:left;
	margin-bottom:15px;
	background-color: #D2FFD2;
}

.cont_img2{
	width:400px;
	height:400px;
	float:left;
	margin-bottom:15px;
	background-color: #D2FFD2;
}

.cont_txt1,.cont_txt2{
	width:440px;
	font-size:1.35em;
	font-weight:400;
	line-height:1.8;
	float:right;
	margin-bottom:20px;

}

.floatr{
	float:right;
	}

.ind1{
	font-size:1.2em;
	margin-bottom:5px;
	line-height:1.5em;
}

.ind2{
	font-size:1.1em;
	margin-bottom:5px;
	line-height:1.5em;
}

#info_main{
	width:880px;
	height:333px;
	background-image:url(../img/from_dr/dr_back.png);
	margin-top:0;
	margin-bottom:0.5em;
	position:relative;
	}

#info2{
    width: 880px;
    height: auto;
    margin: 0 auto;
	}

#info_main_txt{
	position:absolute;
	top:1.3em;
	left:30px;
	width:820px;
	height:300px;
	line-height:1.3;
}

dl#info_main_txt dl,dt,dd {
	margin: 0;
	padding: 0;
}

.dl{
	width:100%;
	font-size:1.4em;
	margin:0;
	position: relative;
}

.dt {
	width:300px;
	float: left;
}

.dd {
	width:520px;
	float: right;
}

#info_main_txt img {
	margin-top: 5px;
}


#info_main_txt img {
	margin-top: 5px;
}

.infotxt_m{
	line-height:1.2;
	display:block;
	margin-bottom: 5px;
}
@media screen and (max-width:960px) {
#main{
	width:95%;
	margin:0 auto;
	padding:10px;
	}

#main2{
	width:95%;
	margin:0 auto;
	padding:10px;
	}
	
#info2{
    width: 100%;
    height: auto;
    margin: 0 auto;
	}
	
#cont1{
	width:100%;
	margin:0 auto;
	padding-bottom:0;
}

#cont2{
	width:95%;
	margin:0.8em auto;
	padding-bottom:0;
}

#cont_img1{
	width:50%;
	height:auto;
	float:left;
	margin-bottom:1em;
	background-color: #D2FFD2;
}
#cont_img1 img{
	width:100%;
	height:auto;
}
	
.cont_img2{
	width:50%;
	height:auto;
	float:left;
	margin-bottom:15px;
	background-color: #D2FFD2;
}
.cont_img2 img{
	width:100%;
	height:auto;
}
.cont_txt1,.cont_txt2{
	width:47%;
	font-size:1em;
	font-weight:400;
	line-height:1.2;
	float:right;
	margin-bottom:20px;
}
.cont_txt1{
	font-size:1.1em;
	font-weight:400;
	line-height:1.5;
}
.floatr{
	float:right;
	}

.ind1{
	font-size:1em;
	margin-bottom:5px;
	line-height:1.5em;
}

.ind2{
	font-size:0.9em;
	margin-bottom:5px;
	line-height:1.5em;
}

#info_main{
	width:100%;
	height:auto;
	margin-top:0;
	margin-bottom:1.5em;
	padding-top:0.5em;
	padding-bottom:1.5em;
	position:relative;
    background-image: none;
	font-size:0.8em;
	border: solid 1px #3C8B3C;
	}
#info_main::before,
#info_main::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}

#info_main::before {
  top: -1px;
  bottom: -1px;
  left: 1em;
  right: 1em;
}

#info_main::after {
  top: 1em;
  bottom: 1em;
  left: -1px;
  right: -1px;
}

#info_main div {
  position: relative;
  z-index: 1;
}

#info_main_txt{
	position:static;
	top:0.3em;
	left:0;
	width:100%;
	height:auto;
	line-height:1.3;
}

.dl{
	width:80%;
	font-size:1.4em;
	margin:0 auto;
	position: relative;
}

.dt {
	width:40%;
	float: left;
}

.dd {
	width:60%;
	float: right;
}

#info_main_txt img {
	margin-top: 5px;
}

.infotxt_m{
	line-height:1.2;
	display:block;
	margin-bottom: 5px;
	}
}
@media screen and (max-width:700px) {
.cont_txt1{
	font-size:1em;
	font-weight:400;
	line-height:1.2;
	}
}

@media screen and (max-width:520px) {
#cont_img1{
	width:70%;
	float:none;
	margin:0 auto 1em;
	}
#cont_img1 img{
	width:100%;
	height:auto;
	}
	
.cont_img2{
	width:80%;
	float:none;
	margin:0 auto 1em;
	}
.cont_img2 img{
	height:auto;
}
.cont_txt1{
	width:95%;
	float:none;
	margin:0 auto 1em;

}
.cont_txt2{
	width:70%;
	float:none;
	margin:0 auto 1em;
	}

.floatr{
	float:none;
	}

.dl{
	width:95%;
	font-size:1.2em;
}

.dt {
	width:35%;
}

.dd {
	width:65%;
	}
}