@charset "UTF-8";
/* CSS Document */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:none;/* iPhoneでの文字サイズ自動修正を使わない*/
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol, ul {
	list-style: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
}
body {
	font-family:"メイリオ, Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
        background-image: url(../img/b034.gif);
}
#wrapper {
	width:600px;
	margin:0 auto;
}

/*------------------ベース------------------*/
#contents {
	margin-top:10px;
	width:600px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background: #fff;
}

/*------------------トップテキストエリア------------------*/

.form_text {
    padding: 10px;
    font-size: 0.9rem;
}

/*------------------注釈リストエリア------------------*/
ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #CCC;
}
li {
	font-size: 92%;
	color:#444;
	padding:5px 0 0 0;
}
li span {
	color: #cc0000;
}




/*------------------フッターエリア------------------*/
.footer_area{
	width:100%;
/*	background-color:#ddd; */
}
.footer{
	margin:0 auto;
	padding:10px 5px 30px;
	position:relative;
	font-size: 10px;
}
address{
	font-style:normal;
	font-weight:bold;
	float:left;
	color: #444;
	font-size: 10px;
	padding-top: 3px;
}
.close{
    float:right;
}
.close a{
	font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 12px;
    position: relative;
    color: #444;
	text-decoration:none;
}



/*------------------ドラマ詳細ページ------------------*/

.form_text h1 {
    border-bottom: 9px solid deeppink;
}

.drama-wrapper {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 5px dotted pink;
}

.drama-index {
    display: flex;
    -webkite-display: flex;
    border-bottom: 5px dotted pink;
}

.drama-index ul {
    display: flex;
    -webkite-display: flex;
    padding-left: 0px;
    border-bottom: none;
}

.drama-index li {
    padding: 15px;
}

.drama-index li a {
    color: #000;
    font-weight: bold;
}

.drama-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.title-strong {
    font-size: 1.6rem;
}

.drama-contents {
    display: flex;
    -webkit-display: flex;
}

.drama-img {
    width: 33%;
    text-align: center;
}

.nowprint {
    width: 165px;
    padding-top: 15px;
}

.drama-story {
    width: 67%;
}


/*スマホ用 css*/
@media screen and (max-width: 640px) {
	#wrapper{
		width:100%;
		}
	#contents{
		width:100%;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-top:0;
		padding-bottom: 15px;
	}
	h1 img{
		width:100%;
	}
	ul {
	    padding:10px 0 10px 10px;
	}
	dd label.radiolabel {
		min-width: 40%;
		width: auto !important;
		width: 40%;
	}
	dd label.checklabel {
		min-width: 40%;
		width: auto !important;
		width: 40%;
	}

	.w100{
		width:100%;
		}
	.w50{
		width:50%;
		}

	.w20{
		width:20%;
		}

	.login_area dl,
	.form_area dl,
	.confirm_area dl{
		padding:10px 20px 10px 10px;
		}
	.attention{
		margin:15px 15px 0 15px;
		text-align:left;
		}
	.attention2{
		padding:15px 15px 20px 15px;
		text-align:left;
		}
	.btn1 {
		padding:15px 0;
		width:300px;
		margin:0;
	}
	.btn2 {
		margin-top: 5px;
		padding:15px 0;
		width:300px;
	}
	.error,.thanks{
		font-size: 100%;
		line-height:1.6;
		}
	.text,textarea,.dropdown{
		zoom: 1;
	}

	.sp{
		display:block;
	}
	.pc{
		display:none;
	}

	.footer{
		width:100%;
		margin:0;
		padding:0;
	}
	.close{
		text-align:center;
		float:none;
/*		margin-top: -20px;	*/
		height: 20px;
		padding-top: 10px;
	}
	address{
		text-align:center;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		float:none;
	}

	#thanksMsg{
		padding:10px;
		margin: 30px 0;
		text-align: center;
	}
	#thanksMsg h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
	#thanksMsg p {
	    margin: 20px 0;
	}
        
        .drama-contents {
            flex-direction: column;
        }

        .drama-img {
            width: 100%;
            text-align: left;
            padding-bottom: 15px;
        }

        .drama-story {
            width: 100%;
        }
        
}

@media screen and (max-width: 520px) {
        
    .dropdown-drama {
        width: 95%;
    }
        
        .drama-index {
            flex-direction: column;
        }
        
        .drama-index ul {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }
        .drama-index li {
            padding: 0 15px;
        }
    
        .drama-index .drama-index-bottom {
            padding-bottom: 10px;
        }
        
}