.dantai_list li a {
    color: #7a7251;
    display: block;
    float: left;
    width: 31%;
    padding: 1.5% 2%;
    /* background: #507188; */
    margin: 0.5% 1%;
    border-radius: 5px;
	border: solid 2px #7a7251;
    font-size: 1em;
    font-weight: bold;
}
.dantai_list li a:hover{
	background: #7a7251;
    color: #fff;
}
ul.dantai_list{
    margin-top: 1%;
	font-family: 'M PLUS Rounded 1c',ŸàƒSƒVƒbƒN‘Ì, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
}
@media screen and ( max-width:1100px) , print{
.dantai_list li a{
    width: 48%;
}
.dantai_list li:nth-child(3n+1) a {
	clear:none;
}
.dantai_list li:nth-child(2n+1) a {
	clear:both;
}
}
@media screen and ( max-width:960px) , print{
.dantai_list li a {
    width: 98%;
}
}
