@charset "utf-8";
/* CSS Document（store/index.html用） */

#section_store{
  margin:0px auto;
  padding-bottom:100px;
  width:100%;
  height:auto;
  overflow:hidden;
  background:url(../img/bg06.jpg) no-repeat center;
	background-size: cover;
}

.area_box{
	padding-top: 5px;
	padding-left:15px;
  text-align:left;
	font-size:17px;
	font-weight:bold;
	height:auto;
	width:830px;
  color:#FFFFFF;
	background-color:#000000;
  border-bottom:solid 2px #059a94;
}

#section_store table{
  margin-bottom:40px;
}

#section_store th{
  font-size:14px;
  border-bottom: 1px dotted #6f9d9b;
  width:250px;
  text-align:left;
}

#section_store td{
  font-size:14px;
  border-bottom: 1px dotted #6f9d9b;
}

.pointtxt{
  font-size:14px;
  text-align:right;
}

#college_area p{
  text-align:left;
  font-size:20px;
  font-weight:bold;
}

#college_area th{
  width:150px;
}

