/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #444;
}

body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,address,center,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
    padding:0;
}


h2 {
    padding-left: 40px;
    background: url(../img/icon_h.png) no-repeat left center;
    color: #5c3619;
    font-size: 27px;
}
h3 {
    font-size: 23px;
    font-weight : normal;
    color: #222;
}
h4 {
    font-size: 24px;
    color: #376c33;
}
h5 {
    font-size: 20px;
    color: #376c33;
    font-weight : normal;
}


hr {
    border:none;
    border-top:dotted 2px #5c3619;
    height:1px;
    margin: 0;
}


body {
    background: url(../img/bg.png);
    background-color: #f4eeec;
}


iframe {
    vertical-align: bottom;
}


#wrap {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
}


#head {
    background: url(../img/top_bg.jpg);
    background-repeat: no-repeat;
    background-color: #376c33;
}


#index #siteID {
    margin: 0;
    padding: 9px 53px 194px 506px;
}


#sub #siteID {
    margin: 0;
    padding: 0;
}


#navi {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 60px;
    float: right;
}


#navi ul{
    margin: 0;
    padding: 0;
}


#navi li {
    float: left;
}


#cast {
    margin: 0;
    padding: 0;
    width: 840px;
    float: right;
}


#cast ul{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


#cast li {
    float: left;
    padding: 10px;
}


#Content {
    clear: both;
    padding: 30px 30px  60px;
}


#Content a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #fff;
}


#mainContent {
    float: left;
    width: 550px;
}


#subContent {
    float: right;
    width: 240px;
}

#Content:after{
    content:"";
    display:block;
    clear:both;
}

#foot {
    clear: both;
    padding: 30px 30px;
    background-color: #376c33;
    line-height: 1.4;
    color: #fff;
}


#foot img{
    float: right;
    padding: 30px 0 0;
}

.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 10px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}


.clear {
  clear: both;
}


.txt_larger {
    font-size: 20px;
}


.red {
    font-weight: bold;
    color: #f00;
    font-size: 13px;
    vertical-align:1px ;
}


.img_l {
    float: left;
    margin: 5px 20px 20px 10px;
}

.img_r {
    float: right;
    margin: 10px 10px 20px 20px;
}

#relate p {
    overflow: auto;
}


#staff dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#staff dt {
	clear: left;
	float: left;
    width: 130px;
	font-weight: bold;
	padding: 0.1em 0;
	color: #376c33;
	text-align: right;
}
#staff dd {
	float: left;
    width: 695px;
	padding: 0.1em 0;
	margin-left: 15px;
}


#relate dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#relate dt {
	clear: left;
	float: left;
    width: 70px;
	font-weight: bold;
	padding: 0.1em 0;
	color: #5c3619;
	text-align: right;
}
#relate dd {
	float: left;
	width: 755px;
	padding: 0.1em 0;
	margin-left: 15px;
}


#ticket dt {
	float: left;
	clear: left;
    width: 120px;
	text-align: right;
}
#ticket dd {
	margin: 0 0 20px 150px;
}


.randomimg {
    background-repeat: no-repeat;
    background-position:bottom right;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}