@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat+Alternates:700);
/*top
=======================================================================================*/
.top .newsWrapper{
    width:980px;
}

.top .news{
    border:1px solid #aaa;
    background-color:#FFF;
    padding:10px;
    border-radius:5px;
}

.top .news .date{
    font-size:12px;
}

.top .flyer{
    margin-left:10px;
    padding:5px;
    background-color:#FFF;
    border:1px solid #CCC;
    border-radius:5px;
}
.top .flyer:hover{
    border-color:#A88;
}


/*cast
=======================================================================================*/
.cast .profile{
    width:350px;
    margin-left:20px;
}

.cast .profile .upper{
    height:450px;
    overflow:auto;
}

.cast .profile .base{
    border:1px solid #CCC;
    border-radius: 5px;
    padding:5px;
}

.cast .profile .base .icon{
    width:66px;
    margin:0 10px 0px 0;
}

.cast .profile .sns span{
    line-height: 1.0;
}

.cast .profile .sns a{
    font-size:15px;
    display:block;
    padding:2px 3px;
    border:1px dotted #CCC;
    margin-right: 5px;
    margin-top:5px;
}

.cast .profile .sns img{

}

.cast .profile h1{
    font-size:26px;
    line-height:1.2;
}

.cast .job{
    font-size:14px;
}

.cast .contents > h1{
    text-align:center;
    padding:10px 0 5px 0;
    font-size:14px;
}
.cast .contents li img{
    width:220px;
    margin-right:10px;
}

.cast .contents .info{
    width:400px;
}

.cast .contents h2{
    font-size:22px;
    font-weight:bold;
}

.cast .contents .price{
    font-family:'Montserrat Alternates', sans-serif;
    color:#508C79;
}

.cast .contents .price span{
    font-size:12px;
}

.cast .contents .period{
    margin-left:10px;
    font-size:14px;
    padding-top:5px;
    color:#A3611F;
}

.cast .contents .regi{
    display:block;
    padding:5px;
    text-align:center;
    border-radius:5px;
    border:1px solid #DDD;
    background-color:#FF7110;
    color:#FFF;
}

.cast .contents .regi:hover{
    background-color:#FC8535;
}

.cast .description li{
    margin-left:20px;
    list-style-type: disc;
}

.cast .schedule li{
    border-bottom:1px solid #AAA;
}
.cast .schedule .date{
    font-size:14px;
    font-weight:bold;
}


/* about
=======================================================================================*/
.about .mainContent{
    margin:100px;
}
.about .pageHeadline{
    font-size:28px;
}

.about .pageHeadline span{
    font-size:18px;
}

.about p{
    padding:45px 0 0 20px;
}

/* secretariat
=======================================================================================*/
.secretariat .pageHeadline{
    font-size:22px;
}
.secretariat .mainContent{
    margin:20px;
}
.secretariat th, .secretariat td{
    border:1px solid #AAA;
    padding:10px;
}

.secretariat table{
    margin-right:20px;
}

/* movies
=======================================================================================*/
.movies li{
    border-top:1px dotted #AAA;
    padding:5px;
}

.movies li a{
    font-size:22px;
    color:#333;
}

.movies li img{
    width:320px;
}

/* error
=======================================================================================*/
.error404 .main{
    padding-top:20px;
}
.error404 .main h1{
    font-size:50px;
    color:#DDD;
}
.error404 .siina{
    margin-right:20px;
}
