/* CSS Document */

.bg_base{
	background-image:url(../images/bg_base.jpg);
	background-size:cover;
	background-position:center center;
	padding-bottom:15%;
	}
	
.side{
	width:20%;
	float:left;
	}
	
.sidesp{
	display:none;
	}
	
.side li{
	list-style:none;
	font-size:1.2em;
	font-weight:bolder;
	border-bottom:1px dotted #6095c7;
	padding:10px;
	}

.side a img{
	max-width:100%;
	}
	
.sidemidashi{
	border-top:4px solid #6095c7;
	border-bottom:4px solid #6095c7;
	padding:10px 0;
	text-align:center;
	font-size:1.5em;
	font-weight:bolder;
	margin-bottom:0;
	}

.content_b{
	width:80%;
	float:right;
	padding-left:5%;
	}
	
h1{
	color:#6095c7;
	}

h2{
	width:100%;
	}

h2:after{
	content:"";
	border-bottom:4px solid #6095c7;
	width:5%;
	display:block;
	}

.toph2 h2:after{
	border-bottom:none;
	}
	
h3{
	border-bottom:2px dotted #6095c7;
	}
	
.rireki{
	/*font-size:1.2em;*/
	}

.rireki dt{
	float:left;
	width:15%;
	padding-left:1%;
	border-right:1px solid #000;
	padding-bottom:1%;
	}

.rireki dd{
	float:right;
	width:80%;
	padding-left:1%;
	padding-bottom:1%;
	margin:0;
	}
	
.media{
	/*font-size:1.2em;*/
	}

.media dt{
	float:left;
	width:15%;
	padding-left:1%;
	border-right:1px solid #000;
	margin-bottom:10px;
	}

.media dd{
	float:right;
	width:80%;
	padding-left:1%;
	margin:0;
	margin-bottom:10px;
	}
	
table{
	width:100%;
	border-collapse:collapse;
	border-top:4px solid  #6095c7;
	border-bottom:4px solid  #6095c7;
	}

table tbody tr th, table tbody tr td{
	border: 1px solid #6095c7;
	padding: 5px;
}

table tbody tr th{
	border-bottom:4px solid  #6095c7;
	}
	
.mail{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid  #6095c7;
	border-bottom:1px solid  #6095c7;
	}

.mail tbody tr th, .mail tbody tr td{
	border: 1px solid #6095c7;
	padding: 10px;
}

.mail tbody tr th{
	border-bottom:1px solid  #6095c7;
	}
		
.q_box{
	border:2px dotted  #6095c7;
	padding:0px 10px;
	font-weight:bolder;
	}
	
.q_box p:before{
	content:"Q";
	color:#6095c7;
	font-weight:bold;
	padding-right:10px;
	}
	
#soudanryou{
	border-top:1px dotted #6095c7;
	border-bottom:1px dotted #6095c7;
	padding:10px 0px;
	}

.soudanryou_l{
	float:left;
	width:20%;
	line-height:2.5;
	border-right:5px solid #6095c7;
	}

.soudanryou_r{
	float:right;
	width:80%;
	padding-left:10%;
	}
	

.prof_l{
	float:left;
	width:30%;
	text-align:center;
	}

.prof_l .big{
	font-size:1.3em!important;
	}

.prof_r{
	float:right;
	width:70%;
	}

	
@media screen and (max-width: 781px){
*{
	box-sizing:border-box;
	}

.side{
	display:none;
	}
	
.sidesp{
	display:block;
	width:100%;
	}
	
.sidesp li{
	list-style:none;
	font-size:1.2em;
	font-weight:bolder;
	border-bottom:1px dotted #6095c7;
	padding:10px;
	}

.sidesp a img{
	max-width:100%;
	}
	
.sidesp .sidemidashi{
	border-top:4px solid #6095c7;
	border-bottom:4px solid #6095c7;
	padding:10px 0;
	text-align:center;
	font-size:1.5em;
	font-weight:bolder;
	margin-bottom:0;
	}

	
.content_b{
	float:none;
	width:95%;
	margin:0 auto;
	padding-left:0;
	}

.foottel a, .footinfo a{
	max-width:100%;
	}

h3{
	width:auto;
	}
	
.rireki dt {
    float: none;
    width: 100%;
    padding-left: 0%;
    border-right:none;
	border-top:1px dotted #333333;
}

.rireki dd {
    float: none;
    width: 100%;
    padding-left: 1%;
    margin-bottom: 5px;
	
}

.soudanryou_l{
	float:none;
	width:100%;
	line-height:1;
	border-right:none;
	border-bottom:5px solid #6095c7;
	padding-bottom:1%;
	}

.soudanryou_r{
	float:none;
	width:100%;
	padding-left:0;
	padding-top:1%;
	}
	
.prof_l{
	float:none;
	width:100%;
	text-align:center;
	}

.prof_l .big{
	font-size:1.3em!important;
	}

.prof_r{
	float:none;
	width:100%;
	}
.media dt {
	float:none;
	width:100%;
    padding-left: 1%;
    border-right: none;
	border-bottom:1px solid #000;
    margin-bottom: 10px;
}	

}