@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #333333;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #069;
	transition-duration: 0.5s;
}
a:hover {
    color: #069;
    opacity: 0.5;
    text-decoration: none;
	transition-duration: 0.5s;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition-duration: 0.5s;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
	transition-duration: 0.5s;
	}
#header {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-bottom: 1px solid #666;
}
.header_logo {
    font-size: 140%;
    line-height: 100%;
    font-weight: bold;
    padding-top: 0.2em;
    margin-left: 1em;
    float: left;
}
.header_logo a {
    color: #000000;
}
.header_login {
    font-size: 90%;
    line-height: 100%;
    margin-right: 1em;
    float: right;
}
.header_login a {
    text-decoration: none;
    text-align: center;
    border: 1px solid #859;
    display: inline-block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    color: #859;
    border-radius: 0.2em;
}
#menu {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
}
#menu li {
    display: inline-block;
    font-size: 90%;
    margin-right: 1em;
    margin-left: 1em;
}
#menu  a {
    color: #000000;
}
.area_gray {
    background-color: #F6F6F6;
    padding-top: 1px;
    padding-bottom: 1px;
}
.area_white {
  background-color: #FFF;
  padding-top: 1px;
  padding-bottom: 1px;
}
.contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-top: 5em;
    margin-bottom: 5em;
    width: 94%;
}
.contents h1    {
    font-size: 200%;
    color: #000000;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 140%;
    margin-bottom: 2em;
}
.contents .subtitle {
    font-size: 80%;
}

.contents h2 {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 4em;
    line-height: 140%;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    border-bottom: 1px solid #333333;
}
.contents h3 {
    font-size: 110%;
    margin-top: 3em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.contents h4 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 2em;
    line-height: 120%;
}
.contents ol {
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.contents ul {
    margin-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;

}
.contents li {
}

.clear {
	clear: both;
	height: 0px;
}
.smallfont {
	font-size: 80%;
	line-height: 160%;
}
.first {
    margin-top: 2em;
}

.text_button {
	margin-top: 1em;
	margin-bottom: 1em;
}
.button_center {
    text-align: center;
}
.text_button a:link,.text_button a:visited {
	text-decoration: none;
	line-height: 100%;
	display: inline-block;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #333;
	color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 2em;
	font-size: 90%;
	padding-left: 2em;
	padding-right: 2em;
}
.text_button a:hover,.text_button a:active {
  opacity:0.5;
  text-decoration: none;
}
.image_center {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
}
.image_right {
    margin-top: 2em;
    margin-bottom: 2em;
    float: right;
}
.category1,.category2,.category3,.category4,.category5 {
    margin-top: 0.5em;
    height: 5em;
    padding-left: 2em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 0.5s;
    font-weight: normal;
    font-size: 140%;
    border-radius: 0.2em;
}
.category1:hover,.category2:hover,.category3:hover,.category4:hover,.category5:hover {
	opacity: 0.7;
	transition-duration: 0.5s;
}
.category1 a, .category2 a, .category3 a, .category4 a, .category5 a {
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.category1 {
    background-image: url(/img/category_bg1.jpg);
}
.category2 {
    background-image: url(/img/category_bg2.jpg);
}
.category3 {
    background-image: url(/img/category_bg3.jpg);
}
.category4 {
    background-image: url(/img/category_bg4.jpg);
}
.category5 {
    background-image: url(/img/category_bg5.jpg);
}
.tag_box {
    text-align: center;
}
.tag_box a {
    display: inline-block;
    border-radius: 0.3em;
    border: 1px solid #333333;
    padding-left: 0.7em;
    padding-right: 0.7em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-right: 0.2em;
    margin-left: 0.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 100%;
    color: #333333;
    font-size: 90%;
    background-color: #FFFFFF;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    padding-bottom: 0px;
}
.movie_list ul{
    margin-left: 0em;
}
.movie_list li {
    list-style-type: none;
    border-bottom: 1px dotted #CCC;
    margin-top: 0px;
    position: relative;
    padding-left: 1.2em;
}
.movie_list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    position: absolute;
    top: 40%;
    left: 0;
    transform: rotate(45deg);
}
.movie_list a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 120%;
}
.movie_update  {
    margin-left: 1.5em;
    font-size: 70%;
    color: #999;
}
.icon_new {
    color: #FF0000;
    margin-left: 1em;
    font-size: 70%;
    font-weight: bold;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 2px;
    width: 100%;
    height: 100%;
}
.movie_title {
    margin-top: 3em;
    font-size: 80%;
    color: #666666;
    line-height: 160%;
}
.movie_keyword {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline;
}
.movie_keyword a:link,.movie_keyword a:visited{
    text-decoration: none;
    line-height: 100%;
    display: inline-block;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCC;
    border-radius: 0.3em;
    font-size: 90%;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.5em;
}
#footer {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-size: 90%;
    padding-left: auto;
    padding-right: auto;
    border-top: 1px solid #000000;
    margin-top: 3em;
}
.copyright  {
	margin-top: 1em;
	margin-left: 1em;
	font-size: 90%;
	color: #999999;
}
#page-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
}







@media screen and (max-width: 768px) {
#header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.header_logo {
    font-size: 110%;
    margin-left: 0.5em;
}
.header_login {
    font-size: 80%;
    margin-right: 0.5em;
}
.header_login a{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#menu li {
    font-size: 80%;
    margin-right: 0.3em;
    margin-left: 0.3em;
}


.contents {
    margin-top: 3em;
    margin-bottom: 3em;
}
.contents h1 {
    letter-spacing: 0em;
    font-size: 140%;
}
.contents h2 {
    margin-top: 2em;
    font-size: 110%;
    margin-bottom: 0.5em;
    letter-spacing: 0em;
}
.contents h3 {
    margin-top: 2em;
    font-weight: bold;
    font-size: 105%;
}
.contents h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
}
.text_button {
    text-align: center;
}
.category1,.category2,.category3,.category4,.category5 {
    height: 3em;
    padding-left: 1em;
    margin-top: 0.2em;
    font-size: 100%;
}
.tag_box a {
    display: inline-block;
    border-radius: 0.3em;
    border: 1px solid #333333;
    padding-left: 0.7em;
    padding-right: 0.7em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 100%;
    color: #333333;
    font-size: 90%;
}
.movie_update {
    font-size: 60%;
}
#footer_area {
	padding-bottom: 8em;
	padding-top: 2em;
}
}
