h1 {
    padding: 10px;
    font-size: 2.5em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
h2 {
    clear: both;
    margin: 20px 0px!important;
    font-size: 1.5em;
    padding: 5px 0px;
}
table {
    margin: 20px 0px;
    table-layout: fixed;
}
table th,table td {
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
}
p+p {
    margin-top: 10px;
}

.greeting {
    padding: 20px;
    background: #eee;
    border-radius: 20px;
}
table.info th {
    width: 100px;
    text-align: right;
}
table.info td.image {
    text-align: center;
}
table.info td.image img {
    width: 300px;
    height: 225px;
}
ul.pop {
    height: 184px;
    margin-bottom: 20px;
}
ul.pop li {
    width: 184px;
    height: 184px;
    overflow: hidden;
    position: relative;
    float: left;
}
ul.pop li:nth-child(even) {
    margin-left: 10px;
    margin-right: 10px;
}
ul.pop li a {
    width: 184px;
    height: 184px;
}
ul.pop li img {
    height: 184px;
    position: absolute;
    left: -50px;
}


table.charge th,table.charge td {
    border: 1px solid #ccc;
}
table.charge small {
    display: block;
    font-size: 0.9em;
    color: #999;
}
table.charge thead td {
    text-align: center;
}
table.charge thead {
    background: #eee;
}
dl.plan-list {
    float: left;
    width: 305px;
    margin: 0px 11px;
}
dl.plan-list:nth-child(even) {
    margin: 0px;
}
dl.plan-list dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 1.3em;
    font-weight: normal;
    text-indent: 1.0em;
    border-bottom: 1px solid #ccc;
}
dl.plan-list dd li {
    list-style: disc;
    margin-left: 2.0em;
    line-height: 1.25em;
}
dl.plan-list dd li+li {
    margin-top: 5px;
}
table.charge.noukotsu td {
    text-align: center;
}
h1.news-hl {
    border: none;
    margin: 0px;
}
h1.news-hl small {
    display: block;
    font-size: 0.5em;
    color: #999;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.tab{margin:20px 0px;overflow:hidden;}
.tab li{background:#eee; padding:5px 25px; float:left; margin-right:1px;cursor: pointer;}
.tab li.select{background:#bb5535;color:#fff;}
.content li{background:padding:20px;}
.hide {display:none;}