/*
 Theme Name: ws1
 Description: ws1
 Author: WebScale
 Author URI: https: //www.w-scale.com
 Version: 1.0
*/


/* ---------------------------------------------------------- */
/*   共通のStyling                         　　　             */
/* ---------------------------------------------------------- */

@media screen and (max-width: 640px) {

html,body {
	width: 100%;
	min-width: 300px;
	margin: 0px;
	padding: 0px;
}

.left {
	float: none;
}

.right {
	float: none;
}

#container {
	min-width: 360px;
}

.nl:before {
	content: '\A';
	white-space: pre;
}

.del {
	display: none;
}


/* 共通：フォント */
h3 {
	font-size: 1.4em;
}

.more p {
	width: 100px;
	right: 0;
	bottom: 0;
}


/* 共通：画像 */


/* 共通：リスト */
dl dt {
	float: none;
}

dl dd {
	padding-left: 0px;
}


/* 共通：表 */
.table1, .table2 {
	width: 95%;
}

.table1 tr th, .table2 tr th {
	display: block;
}

.table1 tr td, .table2 tr td {
	display: block;
}

.table1 tr th {
	width: 100%;
}

.table2 tr th {
	width: 100%;
}


/* 共通：ヘッダー */
#header {
	min-width: 0;
	margin: 0;
	z-index: 1002;
}

#header-inner {
	width: 100%;
}

/* 共通：フッター */
#footer {
	min-width: 360px;
}

#footer-inner {
	width: 100%;
	padding: 10px 0px;
}

#footer p {
	font-size: 0.7em;
}


/* 共通：ホームへ */
#to-top {
	width: 60px;
	height: 60px;
	display: none;
	background-image: url(img/ic_to-top-sp.png);
}
	
/* 共通：ボタン */
.button {
	width: 95%;
	float: none;
	font-size: 1.2em;
}


/* ---------------------------------------------------------- */
/*   ページ別Styling                                          */
/* ---------------------------------------------------------- */
#contents {
	min-width: 360px;
}

#contents-inner {
	width: 100%;
	margin: 0px;
	padding: 0px 20px 20px 20px;
}

.button-premium,
.button-free {
	width: 96%;
	margin: 30px 0%;
	float: none;
}

/*記事詳細*/
#entry {
	width: 100%;
	min-width: inherit;
	margin: 0;
}

#entry-inner {
	width: 100%;
	padding: 2px;
}

#entry-content {
	margin-left: 0px;
}

	
/*動画一覧*/
.movie-list button {
	width: 95%;
}


.movie-list span {
	font-size: 1.0em;
	line-height: 2em;
}

/*先生用全動画リスト*/
#mokuji a {
	width: 97%;
}

#all_movie_list div {
	width: 96%;
	padding-top: 58%;
}

}