@charset "utf-8";


@font-face {
font-family: "generalsymbolsp04";
src: url(../fonts/generalsymbolsp04.woff);
}

@font-face {
font-family: "transport aircraft";
src: url(../fonts/communicationsp06.woff);
}

/*===========================*/
/*　　　　　　リンク集ページ
/*===========================*/

.linkpage_title {
width: 100%;
margin: 0px auto;
text-align: center;
padding: 15px 0px 5px 0px;
}

.linkpage_menu {
width: 100%;
max-width: 980px;
margin: 0px auto;
border-top: 1px solid #FF6600;
border-bottom: 1px solid #FF6600;
}

.linkpage_menubox {
display: inline-block;
width: 460px;
margin: 0px;
padding: 5px 0px 5px 30px;
}

.link_pagetitle {
width: 100%;
margin: 0px auto;
text-align: left;
padding: 0px 0px 5px 0px;
}

.link_table{
width: 100%;
margin: 0px auto;
}

.link_table tbody th{
padding: 3px 5px 3px 5px;
text-align: left;
white-space: nowrap;
}

.link_table tbody td {
padding: 3px 10px 3px 10px;
text-align: left;
}

.media-list_zone {
width: 100%;
margin: 0px auto;
text-align: left;
}

.media-list_zone .media_subtitle {
font-size:15px;
font-weight: bold;
padding: 20px 0px 0px 0px;
text-align: left;
}

.media-list_zone ul {
list-style-type: none;
padding: 5px 5px 15px 10px;
}

.media-list_zone ul li {
display: inline-block;
width: 170px;
font-size: 14px;
white-space: nowrap;
font-weight: bold;
padding: 4px 5px 4px 5px;
text-align: left;
}

.media-list_zone ul .media_list {
text-indent: -1em;
margin-left: 1em;
}

.media-list_zone ul .media_list:before {
content: '1';
font-family: "generalsymbolsp04";
font-size: 8px;
color: #000099;
margin-left: -1px;
margin-right: 4px;
vertical-align: 2px;
}

.airport-list_zone {
width: 100%;
margin: 0px auto;
text-align: left;
}

.airport-list_zone ul {
list-style-type: none;
padding: 5px 5px 30px 10px;
}

.airport-list_zone ul li {
display: inline-block;
width: 290px;
font-size: 14px;
white-space: nowrap;
font-weight: bold;
padding: 4px 5px 4px 5px;
text-align: left;
}

.airport-list_zone ul .aport_list {
text-indent: -1em;
margin-left: 1em;
}

.airport-list_zone ul .aport_list:before {
content: 'r';
font-family: "transport aircraft";
font-size: 14px;
color: #000099;
margin-left: -1px;
margin-right: 5px;
vertical-align: 1px;
}


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

.linkpage_menu {
width: 100%;
margin: 0px auto;
padding: 0px 10px;
text-align: left;
border-top: 1px solid #FF6600;
border-bottom: 1px solid #FF6600;
}

.linkpage_menubox {
display: block;
width: 100%;
margin: 0px auto;
padding: 5px 10px;
text-align: left;
}

.link_table {
display: block;
}

.link_table tbody{
display: block;
}

.link_table tbody tr{
display: block;
margin-bottom: 10px;
}

.link_table tbody th,
.common_link_table tbody td{
display: list-item;
border: none;
margin-bottom: 0px;
}

.link_table tbody th{
list-style-type: none;
white-space: nowrap;
}

.link_table tbody td{
margin-left: 5px;
list-style-type: none;
padding: 0;
}


}
