@charset "UTF-8";
body {
    font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    background-image: url(/images/common/bg.png);
    background-repeat: repeat-x;
    background-position: top;
    margin: 0;
    padding: 0;
    color: #000;
    clear: both;
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    margin: 0px;
}

.imgLeft {
    float: left;
    padding: 0 20px 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    padding: 0 0 0 10px;
}
a img {
    border: none;
}

a:link {
    color: #0066ff;
    text-decoration: underline;
}
a:visited {
    color: #0066ff;
    text-decoration: underline;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    -moz-opacity: 0.5;
}

#ul1 li,
#ul2 li {
    list-style: square outside;
    color: #ff0000;
    list-style-image: none;
    margin: 10px 0 10px 40px;
}
#ul1 li span,
#ul2 li span {
    color: #000;
    font-weight: bold;
}

.container {
    width: 80%;
    max-width: 1000px;
    min-width: 780px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.block {
    width: 1000px;
    float: left;
    margin: 20px 0px 15px 0px;
}

.content {
    padding: 15px 0px 10px 0px;
    text-align: center;
}

.content ul,
.content ol {
    padding: 0 15px 15px 40px;
}

#breadcrumb {
    font-size: small;
    padding: 3px 0 3px 0;
}

.pageTop {
    clear: both;
    width: 1000px;
    text-align: right;
    padding: 0px 18px 0 0;
    margin-top: 30px;
    background: url(/images/common/btn_pagetop.png) no-repeat right;
    font-size: 12px;
}
.pageTop a {
    color: #666;
    text-decoration: none;
}

h1 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    width: 1000px;
}

h2 {
    background: url(/images/common/h2.png) no-repeat;
    font-size: 16px;
    line-height: 53px;
    padding-left: 25px;
    height: 53px;
    width: 1000px;
}

.box {
    float: left;
    width: 300px;
}

#scrollbox {
    text-align: left !important;
    background: #ebebeb;
    font-size: 14px;
    apadding: 10px;
}

#scrollbox dl {
    background: #ebebeb;
    padding: 10px;
    overflow: auto;
    width: 900px;
    height: 400px;
    float: left;
    line-height: 1.4;
}

#scrollbox dl dt {
    clear: both;
    display: inline;
    float: left;
    width: 110px;
    margin: 6px 0 0 0;
    padding: 5px 0 5px 0;
    color: #c06;
    margin-left: 18px;
    border-bottom: 1px dotted #999999;
}
#scrollbox dl dd {
    display: inline;
    float: left;
    width: 560px;
    margin: 6px 0 0 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #999999;
}

/* ------------------------------
  form
------------------------------ */
#formmail {
    width: 100%;
    font-size: 14px;
}

#formmail table {
    width: 900px;
    margin: 0 0 10px 50px;
}

#formmail th,
#formmail td {
    vertical-align: top; /* セルの上に配置 */
    border-bottom: 1px solid #999999;
    text-align: left;
}

#formmail th {
    padding: 5px 10px 5px 10px;
    width: 250px;
    background-color: #ccc;
}

#formmail th span {
    font-weight: normal; /* (必須) */
    color: #ff0000;
    padding: 0 0 0 1em;
}

#formmail td {
    padding: 5px 10px 5px 10px;
}

#formmail .small {
    font-size: 12px;
}

.btn {
    background: -moz-linear-gradient(top, #fff 0%, #eee);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#eee)
    );
    border: 1px solid #ddd;
    color: #111;
    width: 130px;
    padding: 5px 0;
    font-size: 16px;
    cursor:grab;
}

.btn:disabled{
    color: #999;
    background: -moz-linear-gradient(top, #eee 0%, #eee);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#eee)
    );
    cursor:not-allowed;
}

.redB {
    color: #f00;
    font-weight: bold;
}

.red {
    color: #f00;
}

/* ------------------------------
  header
------------------------------ */
/* sprite */
h1 a,
#headerNav li a,
#headerSubNav li a,
#fontsizeNav dt,
#fontsizeNav dd a,
#siteSearch input.button {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 1px;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 102px;
    background: url(/images/common/header_9.png) left top no-repeat;
}
#header h1 {
    position: absolute;
    padding-left: 0px;
    left: 0px;
    top: 7px;
}
#header h1 a {
    width: 470px;
    height: 80px;
    margin-top: 7px;
}

/* ------------------------------
  footer
------------------------------ */

#footer {
    clear: both;
    margin: 30px 0 0 0;
    width: 1000px;
    text-align: center;
    position: relative;
}

#footer .text {
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    line-height: 35px;
    font-size: small;
    /*width: 80%;
  max-width: 1000px;
  min-width: 780px;*/
    line-height: 35px;
    position: relative;
    background: #ff9900;
}

#footer .text a {
    color: #fff;
}

/* ------------------------------
  toppage
------------------------------ */

#footerToppage {
    clear: both;
    margin: 30px 0 0 0;
    width: 1000px;
    text-align: center;
    position: relative;
}

.toppage {
    background-image: url(/images/common/bg_top.png);
    background-color: #f90;
}

.about {
    margin: 0 auto;
    padding-top: 10px 0 0 10px;
    width: 320px;
}

.about a {
    color: #fff;
    text-decoration: none;
}

.about li {
    background-image: url(/images/common/arrow_orange.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    color: #fff;
    line-height: 16px;
    margin-top: 10px;
    text-align: left;
}

#topEnter {
    text-align: center;
    background: url(/images/common/top_bgcara_9.png) no-repeat;
    height: 458px;
    width: 674px;
}

.topText {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    height: 83px;
    width: 900px;
}

.enter {
    width: 225px;
    margin: 125px auto 0 auto;
}

.attention {
    color: #fff;
    margin-top: 20px;
}

/* ------------------------------
  2015-05-13
------------------------------ */

#stadium-form {
    font-size: 90%;
}

#stadium-form td {
    vertical-align: middle;
}
