﻿@charset "utf-8";




table span{
min-width: 2.5em;
}

ul ul li{
list-style-type: none;
}
.td-center td{
text-align: center;
}




/* ■■■■■■ リンクバー */

dl span,
.l-01,
.l-04,
.l-07,
.l-10{
text-align: center;
display: inline-block;
line-height: 1.4em;
min-width: 3.5em;
color: white;
font-weight: bold;
padding: 0 0.25em;
margin: 0 4px 0 0;
border-radius: 5px;
background: #000080;
}

.l-01,
.l-04,
.l-07,
.l-10{
position: relative;
padding: 0.5em 2em 0.5em 0.25em;
border: 2px solid #AAAAAA;
border-right: 2px solid #444444;
border-bottom: 2px solid #444444;
text-shadow: 0 0 5px black;
}
.l-01{
background: #999999;
background: -webkit-linear-gradient(top, #CCCCCC, #999999);
background: linear-gradient(to bottom, #CCCCCC, #999999);
}
.l-04{
background: #009900;
background: -webkit-linear-gradient(top, #00CC00, #009900);
background: linear-gradient(to bottom, #00CC00, #009900);
}
.l-07{
background: #990000;
background: -webkit-linear-gradient(top, #CC0000, #990000);
background: linear-gradient(to bottom, #CC0000, #990000);
}
.l-10{
background: #999900;
background: -webkit-linear-gradient(top, #CCCC00, #999900);
background: linear-gradient(to bottom, #CCCC00, #999900);
}
.l-01:hover,
.l-04:hover,
.l-07:hover,
.l-10:hover{
background: #FF9900;
background: -webkit-linear-gradient(top, #FFCC00, #FF9900);
background: linear-gradient(to bottom, #FFCC00, #FF9900);
}

.l-01:after,
.l-04:after,
.l-07:after,
.l-10:after{/*リンク矢印アイコン*/
position: absolute;
top: 50%;
right: 8px;
content: '';
width: 8px;
height: 8px;
margin-top: -5px;
border-top: 3px solid white;
border-right: 3px solid white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.form li{
margin-bottom: 0.5em;
}




/* ■■■■■■ アドレス＆リンク */

.address{
float: none;
max-width: 268px;/*268-436px*/
}
@media screen and (min-width:768px){
.address{
max-width: 272px;/*272-440px*/
}
	}

#address li{
margin-bottom: 0.5em;
}
#address li a{
display: inline-block;
text-decoration: underline;
}

fieldset span{
display: inline-block;
min-width: 4em;
font-weight: normal;
color: black;
background: transparent;
text-align: left;
}




/* ■■■■■■ ＮＥＷ */

span.new{
background: #EE9900;
min-width: 2.5em;
padding: 0 0.5em;
margin: 0 0 2px 4px;
}




/* ■■■■■■ 富士さんぽ註 */

.supplement{
font-size: 87.5%;
font-weight: bold;
color: #0000CC;
}


