﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: #aea0c8;
    color: #000000;
    width: 80%;
    margin-top:20px;
    margin-right:auto;
    margin-left:auto;
    line-height: 170%
    }
.yellow{
    color: #ffff00;
    }
.green{
    color: #00ff00;
    }
.red{
    color: #ff0000;
    }

.int_nrt{
    color: #990000;
    font-weight: bold;
    }

.int_gst1{
    color: #3333ff;
    font-weight: bold;
    }

.int_gst2{
    color: #99ff99;
    font-weight: bold;
    }

.small{
    font-size:0.8em;
    }

.staff1{
    font-size:1.5em;
    }

.staff2{
    font-size:1.2em;
    }

.staff3{
    font-size:1.0em;
    }

.underline_01 {
border-bottom:solid;
border-color:#FFFF00;
border-width:3px;/*3ピクセルの太さにする*/
}

div#naka {
    text-align: center;
    }

h1 {
    text-align: center;
    font-size:1.8em;
    }
h2 {
    text-align: center;
    font-size:1.3em;
    }
h3 {
    text-align: center;
    font-size:1.1em;
    }
h4 {
    text-align: center;
    font-size:1.0em;
    }


img{
     outline:none;
     border-style:none;
     }
.img_block img{
     display: block;
     margin:auto;
     }

table#cast20 {
    width: 20%;
    table-layout: fixed;
    margin: auto;
    text-align: center;
    line-height:1em ;
    border-spacing:0.5em;  /*セル同士の間隔*/
    }

table#cast30 {
    width: 30%;
    table-layout: fixed;
    margin: auto;
    text-align: center;
    line-height:1em ;
    border-spacing:0.5em;  /*セル同士の間隔*/
    }

table#cast40 {
    width: 40%;
    table-layout: fixed;
    margin: auto;
    text-align: center;
    line-height:1em ;
    border-spacing:0.5em;  /*セル同士の間隔*/
    }

table#cast50 {
    width: 50%;
    table-layout: fixed;
    margin: auto;
    text-align: center;
    line-height:1.0em ;
    border-spacing:0.5em;  /*セル同士の間隔*/
    }

table#cast60 {
    width: 60%;
    table-layout: fixed;
    margin: auto;
    text-align: center;
    line-height:1.0em ;
    border-spacing:0.5em;  /*セル同士の間隔*/
    }

table#cast70 {
    width: 70%;
    table-layout: fixed;
    margin: auto;
    text-align: center;
    line-height:1.0em ;
    border-spacing:0.5em;  /*セル同士の間隔*/
    }

table#cast80 {
    width: 80%;
    table-layout: fixed;
    margin: auto;
    text-align: center;
    line-height:1.0em ;
    border-spacing:0.5em;  /*セル同士の間隔*/
    }

table#joen {
    width: 70%;
    margin: auto;
    border-spacing:0;  /*セル同士の間隔*/
    }

.naruto { /*単に縦長のボックスを作るための指定です*/
    background-color: #ffff00;
    color:#000000;
    }


.longBox { /*単に縦長のボックスを作るための指定です*/
    height:120em;
    }



.face {
    float:right; /*画像を右フロートにします*/
    margin-right:1em;
    margin-bottom:1em;
    }

.migi{
  text-align: right;
    }

a{
    color:#000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:#000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #cc00cc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#Video iframe {
    display : block;
    margin : 0 auto;
}

/*****HEADER*****/
header{
    display: block;
    width:60%;
    margin-left: 20%;
    overflow: hidden;
}
header p{
    font-size:100%;
    color:#313131;
    float: left;
}

/*****BRANDING*****/
#branding{
    display: block;
    width: 60%;
    margin-left: 20%;
    overflow: hidden;
    background-color: #313131;
    margin-bottom: 20px;
    letter-spacing: 10px;
    line-height: 300px;
}
#branding p{
    color: #fff;
    font-size: 120%;
    padding-left: 3%;
}

/*****NAV*****/
nav{
    width: 50%;
    margin: auto;
    overflow: hidden;
}

nav li{
    width: calc(25% );
    text-align: center;
    float: left;
    list-style:none;
}

nav li:hover{
    transition: background-color 0.5s ease-out;
    list-style:none;
}

/*****ARTICLE*****/
article{
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 20px;
    overflow: hidden;
}
section{
    width: 41%;
    padding: 2.5%;
    margin: 1.5%;
    background-color: #f9f9f9;
    overflow: hidden;
    float: left;
}
section .date{
    font-size: 60%;
    color: orange;
    border: 1px solid orange;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
    float: left;
}
section h1{
    width: 100%;
    font-size: 150%;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}

section p{
    font-size: 100%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}

section .btn{
    color: #fff;
    border: 1px solid orange;
    background-color: orange;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
}
section .btn:hover{
    background-color: #fff;
    border: 1px solid orange;
    transition: background-color 0.5s ease-out;
    transition: color 0.5s ease-out;
    transition: border 0.5s ease-out;
    color: orange;
    overflow: hidden;
}

footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313131;
}
footer address{
    color: #fff;
    letter-spacing: 5px;
}
