@charset "utf-8";
/* CSS Document */

/*LINK*/
#link h2{
}
#link #layout{
text-align:center;
}
#link div#bnr_box{
margin:0px;
/*/width:936px;
width:966px;*/
padding:15px;
padding-top:20px;
padding-bottom:20px;

border-style:none;
border-width:none;
}

#link div#bnr_box p{
font-size:12px;
padding:10px;
}

#link div#bnr_box dl {
    margin: auto;
    width: 588px;
}

#link div#bnr_box dt {
	display:inline-block;
    margin-bottom: 10px;
    padding: 10px;
    text-align: right;
    width: 100px;
}
#link div#bnr_box dd {
	display:inline-block;
    margin-bottom: 10px;
    text-align: left;
    width: 468px;
}
#link div#bnr_box,
#link ul#link,
#link ul#link li{
border-style:solid;
border-width:0px;
border-color:transparent;
}
#link ul#link{
list-style-type:none;
padding:8px;
width:950px;
/*
/width:966px;
*/

border-style:none;
border-width:none;
}

#link ul#link li {
    float: left;
	/display:inline;
    font-size: 12px;
    width: 150px;
    height: 60px;
/*
    /width: 152px;
    /height: 74px;
*/
    line-height: 130%;
    margin: 3px 3px 20px;
    overflow: auto;
    padding-top: 12px;
    text-align: center;
border-style:none;
border-width:none;
}

#link ul#link li img{
width:88px;
height:31px;
}

@media screen and (max-width: 667px) {
#link div#bnr_box dl {
    width: auto;
}
#link div#bnr_box dt {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    width: auto;
}

#link div#bnr_box dd {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
}
#link div#bnr_box dd img{
	display:block;
	margin:auto;
	max-width:100%;
	height:auto;
}


#link ul#link {
    border-style: none;
    list-style-type: none;
    padding: 8px;
    width: auto;
}
#link ul#link li{
    padding: 8px;
    width: 30%;
    width: calc(100%/3 - 24px);
}


}