/* ----- #stadiumArea ----- */
#stadiumImgArea {
    overflow: hidden;
    margin-top: 20px;
}
.stadiumImg {
    width: 200px;
    float: left;
    padding: 0 60px;
}





/* ----- #stadiumPoint ----- */
#stadiumPoint {
    clear: both;
    overflow: hidden;
    padding: 30px 0;
}
.stadiumPointText {
    width: 282px;
    float: left;
    margin: 0 15px;
    text-align: center;
    border: 4px double #090;
    background-color: #FAFAFA;
}
.stadiumPointText img {
    display: inline-block;
    vertical-align: text-bottom;
    margin: -2em 0em -1em -1em;
}
.stadiumPointText h3 {
    display: inline-block;
}





/* ----- #stadiumGuide ----- */
#stadiumGuide {
    clear: both;
    margin-top: 20px;
}
.stadiumGuideArea {
    overflow: hidden;
    padding: 15px 10px;
    margin-top: 10px;
    background-color: #FAFAFA;
}
.stadiumGuideArea img {
    float: left;
    width: 100px;
    padding-top: 10px;
}
.guideAreaText {
    float: right;
    width: 800px;
}
.guideAreaText h3 {
    color: #31B404;
}
.guideAreaText li {
    font-size: 14px;
    line-height: 1.43;
    padding: 5px 0;
    list-style-type: circle;
}





/* ----- #ticketGuide ----- */
#ticketGuide {
    clear: both;
    margin-top: 30px;
    background-color: #FAFAFA;
}
#ticketGuide h2 {
    color: #FFF;
    font-size: 16px;
    line-height: 1.375;
    padding: 5px 10px;
    background-color: #090;
}
.ticketGuideItem {
    padding: 10px;
}
.ticketGuideItem h3 {
    font-size: 15px;
    line-height: 1.4;
}
.ticketGuideItem a {
    font-size: 14px;
    line-height: 1.429;
}