/* CSS Document */
#pageContents {
  padding-bottom: 40px;
}

#pageContents .halfBox {
  width: 309px;
  padding: 17px 23px 17px 23px;
  margin-bottom: 18px;
  float: left;
  background: #fff;
  /* border-radius */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* box-shadow */
  box-shadow: #a39c97 0px 1px 3px 0px;
  -webkit-box-shadow: #a39c97 0px 1px 3px 0px;
  -moz-box-shadow: #a39c97 0px 1px 3px 0px;
}

#pageContents .halfBox h3 {
  font-size: 20px;
  border-left: 4px solid #71c81a;
  padding: 6px 0 4px 10px;
  margin-bottom: 15px;
  line-height: 30px;
}

/*#pageContents .halfBox h3.mi_plat {
  font-size: 20px;
  border-left: 4px solid #3C8433;
  padding: 6px 0 4px 10px;
  margin-bottom: 15px;
  line-height: 30px;
}*/


#pageContents .halfBox h3 a {
  color: #505050;
  text-decoration: none;
}

#pageContents .halfBox h3 a:hover {
  text-decoration: underline;
}

#pageContents .halfBox .read {
  line-height: 22px;
}

.title_plat{
	font-size: 131%;
	margin-bottom: 10px;
	font-weight: bold;
}

.grayBox {
  width: 200px;
  height: 188px;
  padding: 23px 15px 0 15px;
  float: left;
  margin: 0 25px 0 0;
  background: #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 22px;
}

.grayBoxEnd {
  width: 200px;
  height: 188px;
  padding: 23px 15px 0 15px;
  float: left;
  margin: 0;
  background: #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 22px;
}

.grayBox h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.grayBoxEnd h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.grayBox h3 a,
.grayBoxEnd h3 a {
  color: #505050;
  text-decoration: none;
}

.grayBox h3 a:hover,
.grayBoxEnd h3 a:hover {
  text-decoration: underline;
}



.jsba_new_btn_wrap {
padding:60px 0 0;}

.jsba_new_btn {
    float: left;
	width:280px;
    margin-left: 60px;
    margin-bottom: 30px;
color:#505050;
font-size: 108%;
line-height:150%;
}

.jsba_new_btn img {
margin-bottom:10px;
}


.jsba_new_btn_title {
height:38px;
text-align:center;
font-size: 153.9%;
line-height:38px;
letter-spacing:5px;
color:#ffffff;
background-color:#71C819;
margin-bottom:32px;
}

.jsba_new_btn a{
color:#505050;
text-decoration:none;
}

.jsba_new_btn a:hover{
color:#505050;
text-decoration:underline;
}








/*	850
-----------------------------------------------------------	*/
@media only screen and (max-width: 850px){


#pageContents .halfBox {
  width: 694px;
  padding: 17px 23px 17px 23px;
  margin-bottom: 18px;
  float: none;
  background: #fff;
  /* border-radius */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* box-shadow */
  box-shadow: #a39c97 0px 1px 3px 0px;
  -webkit-box-shadow: #a39c97 0px 1px 3px 0px;
  -moz-box-shadow: #a39c97 0px 1px 3px 0px;
}

.mr30 {
margin-right:0px;}

#pageContents .halfBox h3 {
  font-size: 30px;
  border-left: 8px solid #71c81a;
  padding: 10px 0 8px 15px;
  margin-bottom: 20px;
  line-height: 45px;
}

#pageContents .halfBox h3 a {
	display:block;
}

#pageContents .halfBox .read {
  font-size: 22px;
  line-height: 36px;
}

.title_plat{
  font-size: 200%;
  line-height: 136%;
	margin-bottom: 10px;
}

.grayBox {
  width: 710px;
  height: 150px;
  padding: 23px 15px 0 15px;
  float: none;
  margin: 0 25px 0 0;
  background: #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 20px;
  line-height: 30px;
	margin-bottom: 10px;
}

.grayBoxEnd {
  width: 710px;
  height: 150px;
  padding: 23px 15px 0 15px;
  float: none;
  margin: 0;
  background: #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 20px;
  line-height: 30px;
}

.grayBox h3 {
  font-size: 24px;
  text-align: left;
}

.grayBoxEnd h3 {
  font-size: 22px;
  text-align: left;
}

.grayBox h3 a,
.grayBoxEnd h3 a {
	display:block;
}


.jsba_new_btn {
font-size: 167%;
line-height:150%;
}


.jsba_new_btn_title {
font-size: 250%;
line-height:50px;
height:50px;
}


}