/* CSS Document */

#fureai_koza{
  width: 960px;
  margin: 100px auto 0;
  padding-bottom: 50px;
}
#fureai_koza h3.title{
  margin-bottom: 50px;
}
#fureai_koza h3.title + p{
	text-align:center;
}
#fureai_koza > div {
	/*margin-bottom:40px;*/
}
#fureai_koza > div{
	/*padding-top:360px;
	margin-top:-320px;*/
	margin-bottom:60px;
}
#fureai_koza > div:first-child,
#fureai_koza > div:nth-child(2) {
	margin-bottom:30px !important;
}
#fureai_koza #anchor_link ul{
	margin-top:50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#fureai_koza #anchor_link ul li {
	/*width:15%;*/
    width:145px;
    margin-right:18px;
    
	margin-bottom:1.5em;
	text-align:center;
	box-shadow:0px 0px 4px 1px #aaaaaa;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31a579+0,006e2e+100 */
background:url(../img/ar_bt_wh.png), rgb(49,165,121); /* Old browsers */
background:url(../img/ar_bt_wh.png), -moz-linear-gradient(top, rgba(49,165,121,1) 0%, rgba(0,110,46,1) 100%); /* FF3.6-15 */
background:url(../img/ar_bt_wh.png), -webkit-linear-gradient(top, rgba(49,165,121,1) 0%,rgba(0,110,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
background:url(../img/ar_bt_wh.png), linear-gradient(to bottom, rgba(49,165,121,1) 0%,rgba(0,110,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat:no-repeat;
	background-position:center 80%;
	-webkit-transition:0.7s;
	-moz-transition:0.7s;
	transition:0.7s;
}

#fureai_koza #anchor_link ul li:nth-of-type(6n){
    margin-right:0;
}

#fureai_koza #anchor_link ul li:hover{
	box-shadow:0px 0px 16px 4px #B8D119;
	/*opacity:0.6;*/
	/*background: rgba(255,255,255,0.5);*/
}
#fureai_koza #anchor_link ul li a {
	width:100%;
	display:inline-block;
	font-size:95%;
	letter-spacing:1px;
	padding:8px 0 22px !important;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#fureai_koza table{
  width: 100%;
  border: 1px solid #FFC222;
  margin-bottom: 10px;
}

#fureai_koza th{
  background: #FFE9C2;
  font-weight: bold;
  border: 1px solid #FFC222;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
#fureai_koza th strong {
	font-weight:bold;
}
#fureai_koza > div > table tr th:nth-of-type(1){
	/*width:50%;*/
    width:480px!important;
}
#fureai_koza > div > table tr th:nth-of-type(2){
	/*width:20%;*/
    width:240px!important;
}
#fureai_koza > div > table tr th:nth-of-type(3){
	/*width:30%;*/
    width:240px!important;
}

#fureai_koza td{
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #FFC222;
  background: #FFF;
}
#fureai_koza tr:nth-of-type(odd) td {
	background:#FFFCF4;

}
#fureai_koza td strong{
	font-weight:bold;
}

#fureai_koza h4 {
	margin-bottom:10px;
}
#fureai_koza h4 + p {
	font-weight: bold;
	font-size: 114%;
	color: #008072;
	margin-right:.5em;
	margin-bottom:12px;
	text-align:center;
}
