@charset "utf-8";

/*
 * 夏の高校野球：予定と結果
 */

#hsbb_summer_result
{
    padding-left:0;
    padding-right:0;
}

/*基本*/
.hsbb_column
{
    display:block;
    background-color:#fff;
    border:1px solid #ddd;
}
.hsbb_column_left
{
    float:left;
}
.hsbb_column_right
{
    float:right;
}
.hsbb_column_footer
{
    display:block;
    background-color:#f0f0f0;
    border-top:1px solid #e8e8e8;
}
.hsbb_container
{
    margin-top:10px;
}
.hsbb_article
{
    display:block;
    margin-top:10px;
    font-size:1em;
    line-height:1.8em;
}
.hsbb_summer_cont_title
{
	font-weight:normal;
}
/*日単位*/
.hsbb_day_head
{
	margin-top:4px;
    font-size:1.25em;
}
.hsbb_day_subhead
{
	margin-top:14px;
    font-size:1em;
}
/*球場単位*/
.hsbb_site_head
{
    border-bottom:solid 1px #999;
    margin-left:10px;
    margin-right:10px;
    padding-bottom:10px;
    margin-top:20px;
}
.hsbb_site_toggleswitch
{
    display:block;
    float:right;
    margin-top:-1.5em;
    margin-left:10px;
    margin-right:10px;
}
/*試合単位*/
.hsbb_game_head
{
    color:#333;
    padding-bottom:8px;
    border-bottom:1px solid gray;
    margin-top:10px;
}
.hsbb_game .hsbb_article
{
    margin-bottom:10px;
}
/*ギャラリー*/
.hsbb_photo_column
{
    background-color:#f8f8f8;
    margin:0 0 0 10px;
}
.hsbb_photo_column .hsbb_column_footer
{
    width:248px;
    height:62px;
    overflow:hidden;
    padding:7px 8px 8px 8px;
    background-color:#e8e8e8;
    border-top:2px solid #e0e0e0;
}
.hsbb_thumbnail
{
    list-style-type: none;
    display:block;
    float:left;
    margin:2px;
    border:solid 1px #ddd;
}
.hsbb_thumbnail a
{
    display:block;
    width:52px;
    height:52px;
    overflow:hidden;
    text-align:center;
    background-color:#ccc;
    border:2px solid #fff;
    box-shadow:0px 0px 2px #666;
    -moz-box-shadow:0px 0px 2px #666;
    -webkit-box-shadow:0px 0px 2px #666;
}
.hsbb_thumbnail.selected
{
    border:solid 1px blue;
}
.hsbb_thumbnail.selected a
{
    box-shadow:0px 0px 8px blue;
    -moz-box-shadow:0px 0px 8px blue;
    -webkit-box-shadow:0px 0px 8px blue;
}
#hsbb_photoframe
{
    text-align:center;
    display:none;
    width:248px;
/*    height:328px;*/
    padding:8px;
}
#hsbb_photo
{
    border:2px solid #fff;
    margin:2px;
    box-shadow:0px 0px 4px #666;
    -moz-box-shadow:0px 0px 4px #666;
    -webkit-box-shadow:0px 0px 4px #666;
}
#hsbb_photocaption
{
    display:none;
    width:234px;
/*    height:54px;*/
    border:1px solid #ccc;
    margin:0 10px 10px 10px;
    padding:4px;
    overflow:auto;
    background-color:#fff;
    color:#666;
    font-size:1em;
    line-height:1.2em;
}
/*試合一覧*/
.hsbb_game_list
{
    width:669px;
    overflow:hidden;
    padding-left:10px;
}
.hsbb_game_list .hsbb_column
{
    width:211px;
    margin-top:10px;
    margin-right:10px;
    text-align:center;
}
.hsbb_game_score
{
    display:block;
    padding-top:6px;
    padding-bottom:6px;
    font-weight:bold;
    color:#333;
}
.hsbb_game_score .winner
{
    color:red;
}
.hsbb_game_situation
{
    display:block;
    padding-top:2px;
    padding-bottom:2px;
    color:#333;
}
.hsbb_site_head
{
}
.hsbb_site_head .sitename
{
	font-weight:normal;
	font-size:small;
	color:#666;
}
.hsbb_site .hsbb_accordion
{
    margin-left:10px;
    margin-right:10px;
}
.hsbb_accordion .hsbb_column
{
    padding-left:10px;
    padding-right:10px;
}
/*スコアボード*/
.hsbb_game_head
{
	font-weight:normal;
}
.hsbb_scoreboard_column
{
    padding:0 2px !important;
    border:none;
    margin:10px 0 10px 10px;
    background-color:#363;
    color:#fff;
    font-size:12px;
}
.hsbb_scoreboard
{
    border-collapse:separate;
}
.hsbb_scoreboard th,
.hsbb_scoreboard td
{
    text-align:center;
    font-weight:normal;
}
.hsbb_scoreboard tbody th,
.hsbb_scoreboard tbody td
{
    background-color:#030;
}
.hsbb_scoreboard tbody th
{
    text-align:left;
}
.hsbb_scoreboard tbody th
{
    min-width:4em;
}
.hsbb_scoreboard tbody td
{
    min-width:1em;
}
.hsbb_scoreboard_battery th,
.hsbb_scoreboard_battery td
{
    font-weight:normal;
    text-align:left;
}
.hsbb_recap_head
{
	font-size:1em;
	margin-top:12px;
}

