@charset "UTF-8";



@media only screen and (max-width: 480px) {


/*======================================

	h2
	
========================================*/

.link-top{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_link.png) no-repeat 0px 4px;
	background-size:26px 26px;
}




/* gaiyou
----------------------------------------------- */
.link-list{
font-size: 15px;
line-height:28px;
color:#555;
width:100%;
background:#fff;
border-bottom:1px solid #1c80b7;
margin:12px 0 24px 0px;
}

.link-list dt{
clear: left;
float: none;
margin: 0 0 0 0;
padding:16px 0 16px 8px;
color:#333;
font-weight:normal;
border-top:1px solid #1c80b7;
background:#fff;
}

.link-list dd{
  margin: 0 0 30px 0;
  padding:16px 0 16px 8px;
  border-top:1px solid #1c80b7;
background:#fff;
}




}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


/*======================================

	h2
	
========================================*/

.link-top{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_link.png) no-repeat 0px 4px;
	background-size:26px 26px;
}




/* gaiyou
----------------------------------------------- */
.link-list{
font-size: 15px;
line-height:28px;
color:#555;
width:100%;
background:#fff;
border-bottom:1px solid #1c80b7;
margin:12px 0 24px 0px;
}

.link-list dt{
clear: left;
float: left;
margin: 0 0 0 0;
padding:16px 0 16px 20px;
width: 240px;
color:#333;
font-weight:normal;
border-top:1px solid #1c80b7;
background:#fff;
}

.link-list dd{
  margin: 0 0 0 0;
  padding:16px 0 16px 210px;
  border-top:1px solid #1c80b7;
background:#fff;
}



}/*//end  min-width: 481px ///////////////////////*/







