@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
/*ol, ul{list-style:none;}*/
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

div#test {
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/*

========================================
    基本設定
=========================================
 */

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通とスマートフォン向け
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
body {
	width: 100%;
	max-width: 900px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color: #000;
}
/*

/*~~~~~~~~~~~~~~~~~~~~~~~~~
     ヘッダー
~~~~~~~~~~~~~~~~~~~~~~~~~~*/	

header img {
	width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~
    コンテンツ
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#contents {
	margin: 0 6.25% 6.25% 6.25%;
}

#video video {
	width: 100%;
}

#episode {
	width: 100%;
}

#episode ul {
	margin-top: 3%;
}

#episode ul li {
	font-size: 3.34vw;
	font-weight: 560;
	margin-left: 3.4%;
}


#episode img {
	width: 100%;
	margin-top: 5%; 
}

.data {
	text-align: center;
	font-size: 4vw;
}

#bosyu img {
	width: 100%;
	margin-top: 5%;
}

#entry {
	margin-top: 3%;
}

#entry dl {
	line-height: 3.5vw;
}

#entry dl dt{
	float: left;
	clear: left;
	width: 15%;
}

#entry dl dt img {
	width: 100%;
}

#entry dl dd {
	font-size: 2.03vw;
	font-weight: 600;
	margin-left: 17%;
}

#entry dl dd span {
	color: #ff5064;
	font-weight: 600;
}

#entry div dl dd {
	font-size: 2.38vw;
	font-weight: bold;
	margin-bottom: 0.5vw;
}

#chushaku {
	margin-top: 3%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.5vw;
}

footer {
	font-size: 2vw;
	text-align: center;
	margin-bottom: 3vw;
}

#chushaku img {
	width: 100%;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PCおよび大型タブレット向け：769px～960px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (min-width: 900px) {
	body {
		max-width: 900px;
			margin: 0 auto;
	}
	
	#episode ul li {
		font-size: 28px;
	}
	
	#entry dl {
		line-height: 28px;
	}
	
	#entry dl dt{
		width: 100px;
	}
	#entry dl dd {
		font-size: 16.4px;

	}

	#entry div dl dd {
		font-size: 19.4px;
		margin-bottom: 4px;
		}

	
	#chushaku {
		font-size: 12.3px;
	}

	footer {
		font-size: 15px;
		margin-bottom: 20px;

	}
	
	
	
}