* {
    margin: 0;
    padding: 0;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
}
a { text-decoration: none }
a:hover { text-decoration: underline }
body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
    background: url(../img/bg.jpg);
}
footer p {
    word-wrap: break-word;
    text-align: center;
    padding: 1em 0;
}
h1 {
    text-align: center;
    margin: 0;
}
h3 { font-size: 1.1em }
li { list-style: none }
main { display: block }
ol {
    margin-left: 6%;
    padding: 0;
}
ol li {
    list-style: decimal;
    margin-bottom: 4px;
}
ul li { margin-bottom: 4px }
p,
dt,
dd { line-height: 1.7 }
/*----class style----*/
.al_center { text-align: center }
.al_right { text-align: right }
.alg_info_right { margin: 0 0 0 auto }
.bg_color_2 { background: #faf1df }
.bg_green { background: #d8cf7b }
.bg_white { background: white }
.bold { font-weight: bold }
.button {
    background: #ff526f;
    display: inline-block;
    font-weight: bold;
    font-size: 0.9em;
    padding: 10px 20px;
    text-decoration: none;
    margin: 10px 0;
    border-radius: 5px;
    color: white;
    text-align: center;
}
.button a {
    color: white;
    text-decoration: none;
}
.button a:hover {
    color: white;
    text-decoration: none;
}
.button:hover {
    background: #ff3e5f;
    text-decoration: none;
}
.button_backmogumogu {
    font-size: 14px;
    font-size: 0.875rem;
}
.button_right { width: 85% }
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after { clear: both }
.cf { *zoom: 1  }
.col_1_2 { width: 48.5% }
.col_1_3 { width: 32% }
.col_1_4 { width: 25% }
.col_2_3 { width: 65% }
.col_3_4 { width: 75% }
.col_back { width: 35% }
.col_back_txt {
    width: 61%;
    margin: 0 2%;
}
.col_movie { width: 450px }
.color_pink { color: #ff526f }
.container {
    margin: 0 auto;
    width: 1200px;
}
.disc li { list-style: disc inside }
.fa {
    font-size: 1.15em;
    margin-right: 0.5em;
}
.flt_left { float: left }
.flex_style { display: flex }
.flex_wrap { flex-wrap: wrap }
.header_bg {
    /*background: url(../img/new.png) no-repeat center bottom;
    background-size: contain;-*/
}
/*.height_header { height: 475px }-*/
.img_housounaiyou {
    width: white;
    width: 100%;
}
.jalogosize {
    width: 173px;
    height: 50px;
}
.justify { justify-content: space-between }
.justify_c { justify-content: center }
/*.left_bg { background: white url(../img/main_bg.png) no-repeat right bottom }-*/
.logo_ja { text-align: right }
.logo_title {
   width: 98%;
    /* padding-top: 120px;-*/
}
.mgn_10,
.mgn_10_spnone { margin: 10px }
.mgn_4p { margin: 4% }
.mgn_b_30 { margin-bottom: 1.25em }
.mgn_housounaiyou { margin: 10px 10px 10px 0 }
.mgn_tb_10 { margin: 10px 0 }
.mgn_tb_30 { margin: 30px 0 }
.mgn_t30_b15 { margin: 30px 0 15px 0 }
.pdg_1_2p { padding: 0.5% }
.pdg_12px { padding: 12px }
.pdg_2p { padding: 2% }
.pdg_4p { padding: 4% }
.pdg_7p { padding: 7% }
.pdg_t4r4b0l4 { padding: 4% 4% 0 4% }
.onair_time {
    font-size: 1.6em;
    font-weight: bold;
}
.txt_right { font-size: 0.9em }
.shadow {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    box-shadow: 0 1px 3px #aaa;
}
.recipe { display: none }

.center{
	text-align: center;
}

@media screen and (min-width: 480px) { 
    .sp_only { display: none }
}
/*@media screen and (max-width: 480px) { -*/
@media ( max-width : 1024px ) {
    h2 { font-size: 1.5em }
    .flex_style { display: block }
    .container,
    .col_1_2,
    .col_1_3,
    .col_2_3,
    .col_1_4,
    .col_3_4,
    .col_recipe,
    .col_back_txt {
        margin: 0 auto;
        width: 95%;
    }
    .header_bg { background: none }
    .height_header { height: auto }
    .img_100,
    .col_movie { width: 100% }
    .img_housounaiyou { margin: 10px 0 }
    .jalogosize {
        width: 137px;
        height: 40px;
    }
    .left_bg {
        background: white;
        min-height: auto;
    }
    .logo_ja { text-align: left }
    .logo_title {
        width: 100%;
        padding-top: 0;
    }
    .mgn_10_spnone { margin: 0 10px }
    .shadow {
        border: none;
        box-shadow: none;
    }
    .pdg_4p { padding: 2% }
    .sp_none { display: none }
	.back_movie{width:320px;margin:0 auto;}
}
	.cl {
		clear: left;
	}