html, body {
			width: 100%;
			height: 100%;
			padding: 0px;
			margin: 0px;
			font-size: 18px;
			font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			letter-spacing: 0.05em;
			line-height: 1.5em;
			color: #333;
			}
			
img {
    max-width: 100%;
    height: auto;
}		


h2 {
	font-size: 36px;
	color:#993300;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.2em;
	font-weight: bolder;
}

h3 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
}


h4 {
	font-size: 32px;
	color:#993300;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.2em;
}

@media only screen and (max-width:600px){
	h4 {
	font-size: 28px;
	color:#993300;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.2em;
}
}
	

h5 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

	
.pc_width {
	max-width: 1000px;
	margin: 0 auto;
}

		
.header {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}



.header img {
    max-width: 100%;
    height: auto;
}



/*　　メインコンテンツ
-------------------------------------------------*/
.contents {
	width: 100%;
	margin: 0px auto;
	max-width: 1000px;
}


@media only screen and (max-width:600px){
	.contents {
	width: 93%;
	margin: 0px auto;
	max-width: 1000px;
}
	
	.top_movie	{ margin: 0 -10px; }
    .top_movie th,
    .top_movie td{
		width: 100%;
        display: block;
		border-top: none;
    }
}

.comment {
	margin: 0px auto;
	max-width: 940px;
	padding: 5px 15px;
	background-color: #FFF4C4;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

ul {
	padding-left: 15px;
}

ul li {
	list-style-image: url(img/check.png);
	line-height: 1.8em;
	vertical-align: middle;
}

@media only screen and (max-width:600px){
ul {
	padding-left: 30px;
}
}


.riyu {
	max-width: 940px;
	margin: 10px auto;
	padding: 15px;
	background-color: #FFF4C4;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

/*　　　　テーブル
-------------------------------------------------*/


.top_movie th	{ width: 46%; text-align: center;}
.top_movie td	{ width: 28%; text-align: left;}
.top_movie img	{ width: 100%;}
@media only screen and (max-width:600px){
	.top_movie	{ margin: 0 -10px; }
    .top_movie th,
    .top_movie td{
		width: 98%;
        display: block;
		border-top: none;
    }
}


.free_movie	{ background-color: #E6E6E6;}
.free_movie th	{ width: 30%; text-align: center;}
.free_movie td	{ width: 30%; text-align: left;}
.free_movie img	{ width: 100%;}
@media only screen and (max-width:600px){
	.free_movie	{ margin: 0 -10px; }
    .free_movie th,
    .free_movie td{
		width: 98%;
        display: block;
		border-top: none;
    }
}


.footer_width {
		background-color: #E6E6E6;
		margin: 0px auto;
		max-width: 1000px;
		}

.footer	{  width: 100%; }
.footer	th	{ width: 48%; text-align: left; font-weight: normal;}
.footer	td	{ width: 52%; text-align: center; font-size: x-large;}
@media only screen and (max-width:600px){
	
	.footer	{ margin: 0 auto; }
	
    .footer th{
		width: 100%;
        display: block;
		border-top: none;
		font-size: small;
    }
	
    .footer td{
		width: 100%;
        display: block;
		border-top: none;
		font-size: large;
    }
}

.footer_copy {
	margin: 20px auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 3em;
	letter-spacing: 0.05em;
	border-top: solid 1px;
}


/*　　　　文字サイズ
-------------------------------------------------*/
.tx11 {font-size: 11px;}
.tx12 {font-size: 12px;}
.tx13 {font-size: 13px;}
.tx14 {font-size: 14px;}
.tx15 {font-size: 15px;}
.tx16 {font-size: 16px;}
.tx17 {font-size: 17px;}
.tx18 {font-size: 18px;}
.tx19 {font-size: 19px;}
.tx20 {font-size: 20px;}
.tx21 {font-size: 21px;}
.tx22 {font-size: 22px;}
.tx23 {font-size: 23px;}
.tx24 {font-size: 24px;}
.tx25 {font-size: 25px;}
.tx26 {font-size: 26px;}


/*　　　　色
-------------------------------------------------*/
.red {color: #C00;}
.blue {color: #36C;}
.green {color: #396;}


/*　　　　Youtube埋め込み　可変用
-------------------------------------------------*/
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.movie-wrapper {
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}

	
@media screen and (max-width: 600px){
    .movie-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
    }


/*　　　　メルマガ埋め込み　可変用
-------------------------------------------------*/
.mail {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.mail iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.mail-wrapper {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}


/*　　　　ボタン
-------------------------------------------------*/

.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.button {
	background-color: #FFE6E6;
	border: 2px solid  #E23636;
	color: #E23636;
}

.button:hover {
	background-color: #E23636;
	color: #FFE6E6;
	border: 2px solid #E23636;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


