@charset "utf-8";



#gaiyou,
#free,
#main_content .about .fee{
	margin-left:2%;
	}
/* 概要 */
.about #gaiyou dl,
.about #gaiyou dt,
.about #gaiyou dd {
  box-sizing: border-box;
}

.about #gaiyou dl {
  background: #efefef;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.about #gaiyou dt,
.about #gaiyou dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}

.about #gaiyou dt {
  width:20%;
  float: left;
}

.about #gaiyou dd {
  background: #fff;
  margin-left:20%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.about #gaiyou dd:after {
  content: '';
  display: block;
  clear: both;
}
dd{
	font-size:1.1em;
	}
li{
	font-size:1.1em;
	}
.col_red{
	font-size:1.2em;
	}
.fontsize{
	font-size:1.2em;
	}



/* アクセス */
.about .fee dl {
	margin-bottom:25px;
}

.about .fee dl dt {
	font-weight:bold;
	font-size:1.3em;
}

.about .fee ol li {
	list-style:disc;
	margin-left:1em;
}
.mb20{
	margin-bottom:20px;
	}
.texts{
	font-size:0.8em;
	}

@media screen and ( max-width:600px) { 
body {
	background:none;
}

.about #gaiyou dl {
  border-right:none;
  border-bottom:none;
  border-left:none;
}

.about #gaiyou dt,
.about #gaiyou dd {
  padding:5px 10px;
  border-top:none;
}

.about #gaiyou dt {
  width:100%;
  float:none;
}

.about #gaiyou dd {
  margin-left:0;
  border-left:none;
}


}

@media screen and (min-width:600px) and ( max-width:960px) {
	
}

@media screen and (min-width:960px) and ( max-width:1280px) {
	
}