@charset "UTF-8";
/*
 * help
 * help：ヘルプページ共通のcss。
 */
 
.help .main {
    float: none;
    font-size: 13px;
    width: 760px;
    margin: 10px auto 0;
    line-height: 1.6;
}
.help .titleArea h1 {
    background: url("/kankou/howto/images/icon_hed_l.png") no-repeat 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 1px 0 4px 13px;
}
.help .titleArea p {
    padding-bottom: 24px;
}
.help .imgArea img {
    display: block;
    margin-bottom: 30px;
}
.help .section {
    margin-bottom: 30px;
}
.help .section h2 {
    background: #eeeeee;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 4px 10px;
}
.help .section p {
    padding: 0 10px;
}
.help .btnArea ul {
    overflow: hidden;
    width: 550px;
    margin: 0 auto;
    padding: 10px 0 20px;
}
.help .btnArea li {
    float: left;
    width: 170px;
    margin-left: 20px;
}
.help .btnArea li:first-child {
    margin-left: 0;
}
.help .btnArea li a {
    display: block;
    width: 170px;
    height: 39px;
    text-indent: -9999px;
}
.help .btn_spots_top a {
    background: url(/kankou/howto/images/btn_spots_top.png) no-repeat 0 0;
}
.help .btn_guidekiyaku a {
    background: url(/kankou/howto/images/btn_guidekiyaku.png) no-repeat 0 0;
}
.help .btn_review_entry a {
    background: url(/kankou/howto/images/btn_review_entry.png) no-repeat 0 0;
}
.help .btn_spots_about a {
    background: url(/kankou/howto/images/btn_spots_about.png) no-repeat 0 0;
}
.help .btnArea li a:hover {
    background-position: 0 -39px;
}
.help .reviewNoteList {
    padding: 0 10px;
}
.help .reviewNoteList li {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.help .reviewNoteList li:first-child {
    margin-top: 0;
}