/* common styel */

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    color: #292f33;
    background-image: url(../img/main_bg.jpg);
    background-color: white;
}

footer {
    padding: 15px 5px 5px;
    margin-bottom: -15px;
    background-image: url(../img/h1.png);
    text-align: center;
    position: relative;
}

footer p {
    color: #292f33;
    font-weight: bold;
}

.container {
    margin: 0 auto;
    width: 960px;
}

.section {
    position: relative;
    border-radius: 10px;
    margin: 60px 0;
    padding: 0 50px 50px;
    background-image: url(../img/bg2.png);
}

.ft_up {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.banner {
    padding: 30px 30px 20px;
}


/*　リンクのロールオーバー処理　*/

.thankyou a:hover, .submit_btn:hover, .banner img:hover, .ft_up img:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
}

.thankyou a, .submit_btn, .banner img, table img, .section, footer {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


/* title */

.title {
    width: 100%;
    text-align: center;
}


/*　見出し　*/

h1 {
    position: relative;
    color: white;
    left: -50px;
    width: 900px;
    padding: 10px 30px;
    margin-bottom: 50px;
    background-image: url(../img/h1.png);
    text-shadow: -1px -1px 0 #738a7c;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

h1 img {
    margin: -10px 10px -8px -10px;
}

h2 {
    margin: 0 30px;
    font-size: 0.95em;
    line-height: 130%;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px dashed #d9dcdf;
}

h4 {
    font-size: 20px;
    padding: 5px 10px;
    margin: 50px 0 30px;
    background-color: #f9f9f9;
    border-left: 6px solid #8ed712;
    border-bottom: 1px dashed #d9dcdf;
}

h5 {
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    font-size: 20px;
}

h6 {
    margin: 0 0 40px;
    font-size: 20px;
}

h5, h6 {
    background-color: #daffa6;
    border-radius: 40px;
}

p {
    font-size: 0.95em;
    line-height: 130%;
    padding: 0 30px;
}

p strong {
    color: #ff9900;
}

table {
    margin: 0 auto;
}


/*　コーナー紹介　*/

.sample {
    padding: 30px 60px 0;
}

.sample h6 {
    padding: 5px 30px;
    margin: 0 10px 20px;
    font-size: 20px;
}

.sample p {
    margin-bottom: 50px;
}


/*　パーソナリティ　*/

.personality td {
    text-align: center;
    width: 400px;
}

.personality p {
    text-align: center;
    margin-left: 30px;
}


/*　動画コンテンツ　*/

.movie tr td {
    margin: 20px 0 0;
    padding: 0 10px;
    text-align: center;
}


/*　入力フォーム　*/

.form p {
    text-align: center;
}

textarea {
    height: 200px;
}

.submit_btn {
    margin: 30px 10px 0;
    border: 0;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #ff9900;
}

.thankyou p {
    text-align: center;
}

.thankyou a {
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin: 50px auto;
    border: 0;
    width: 200px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #ff9900;
}
