@charset "utf-8";

.check_section {
    margin: 0 0 10px;
    box-shadow: 0 2px 3px #EEEEEE;
}
.check_section {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    clear: both;
}
.check_section div.outer{
    border-bottom: 1px dotted #bbb;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 5px 5px 0 0;
    background: #eee;
    padding: 5px;

}

.check_section div h2{
    font-size: 110%;
    font-weight: bold;
    display: inline;
    float: left;
}

.check_section ul {
    overflow: hidden;
    height: 100%;
    padding: 5px 10px;
}
.check_section li {
    float: left;
    width: 225px;
    line-height: 2;
    font-size: 110%;
}

.check_section ul.spotList li {
    width: 185px;
    line-height: 20px;
}

.check_section input {
    vertical-align: -3px;
}
p.center {
    text-align: center;
    padding: 5px 0 0 0;
}
.step {
    margin: 0 0 10px;
}
.step p {
    font-weight: bold;
    font-size: 110%;
}
.step .step-ttl {
    background: #084b91;
    border-radius: 5px;
    padding: 5px 8px;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px 0 0;
    color: #fff;
    box-shadow: 0 1px 3px #999;
}
.step .number-color {
    color: #ff0000;
    font-size: 200%;
    vertical-align: -3px;
}
.with-num {
    position: relative;
}
.with-num p.number {
    position: absolute;
    top: 2px;
    left: 156px;
}
.with-num p {
    line-height: 68px;
}
.check_section label {
    float:left;
}

.stationcode{
  margin: 12px 5px 0;
}

label {
    cursor:pointer;
}
label:hover {
    background:#DDDDDD;
}
.link-frame {
    border : 1px solid #BDC8CA;
    background-color : #FFFFFF;
    box-shadow: 0 0 5px 0 #E8EBEB;
    border-radius: 5px;
    padding:12px 21px 12px;
    margin-bottom: 20px;
}
.box-title {
    font-weight: bold;
    font-size: 120%;
    line-height:20px;
    padding-left:10px;
    border-left:solid 4px #130975;
    margin:10px 20px 9px 0;
}
.link-frame ul li{
    float:left;
    margin-right: 10px;
    line-height: 2;
}
.link-frame ul li a{
    color: #003AF6;
}
.pickup {
    border : 1px solid #FFF;
    background-color : #EEEEEE;
    box-shadow: 0 0 5px 0 #E8EBEB;
    border-radius: 5px;
    padding:12px 21px 12px;
}
.pickup p {
    font-weight:bold;
}
.pickup ul li{
    margin-right: 10px;
    line-height: 1.5;
    float: left;
}
.pickup ul li a {
    text-decoration: none;
    color: #736146;
}
.pickup ul li a:hover {
    text-decoration: underline;
    color: #ed4b03;
}