@charset "UTF-8";

*{
margin:0;
padding:0;
font-size: 13px;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif,Osaka;
}


#wrapper{
	width:975px;
	
}

#main{
	
}

.main_header{

	margin-top:30px;
	width:975px;
	background-color:#e8ecf0;
}


.main_header p.sentei{
	margin-bottom:20px;
	padding:10px 0px 10px 10px;
	font-size: 18px;
    font-weight: bold;
}


.cname_main{
	zoom:100%;
	display:block;
	margin-top:20px;
	margin-bottom:16px;
	border-bottom:#D7DBE5 2px solid;
}

.cname_main p{
	font-weight:bold;
	font-size:18px;
         padding-bottom: 8px;
	/* line-height:22px; */
	/* color:#797C87; */
}

.lbox{
	display:block;
	float:left;
       margin-bottom:30px;

}

.rbox{
	display:block;
	float:right;
	text-align:left;
        margin-top:0px;
}

.w256{
    width: 256px !important;
}

.w450{
    width: 456px !important;
}

.fs12{
    font-size: 12px;
}

#nav {
  list-style: none;
  display: flex;
}

#nav li {
  width: 750px;
  text-align: center;
    font-size: 14px;
  background-color: #fff;
  line-height: 10px;
  margin: 16px 6px;
}

#nav li a {
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.button01{
     display:block;
     width: 160px;
     line-height: 18px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #0175c0; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button01:hover{
     background-color: #84c0f3; /*ボタン色*/
}

.cate_title{
	font-size:22px;
  line-height: 30px;
	color:#787c87;
        padding-left:3px;
        margin:10px 0 30px 0;
	border-bottom:#c2c1c1 1.3px solid;

}

.center_link{
	text-align:center;
	margin:10px;
}



.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

h4.margin10{
	margin-left:10px;
	margin-top:10px;
}


.box {
	display: inline-block;
	width:225px;
	height:100px;
	margin-left:10px;
	padding:0px;
	background-color:#ffffff;
	
}
.box img:hover{
filter:alpha(opacity=70);
opacity:0.7;
}

.mb10{
        margin-bottom:10px;
}

.mb20{
        margin-bottom:20px;
}

.mb60{
        margin-bottom:60px;
}


.mb100{
        margin-bottom:100px;
}

.mb200{
        margin-bottom:200px;
}

.mb300{
        margin-bottom:300px;
}

.mb400{
        margin-bottom:400px;
}

.mb500{
        margin-bottom:500px;
}

.mb600{
        margin-bottom:600px;
}

.mb1k{
        margin-bottom:1000px;
}

/*-- added SDL 190622 --*/
@media screen and (max-width:767px) {

.w256 {
width: 100% !important;
text-align: center;
}
.w450 {
width: 100% !important;
}
.button01 {
height: auto;
}
#nav li a {
width: 160px;
margin: 0 auto;
}

}
/*-- /added SDL 190622 --*/

.movie_area {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auuto;
    box-sizing: border-box;
    padding: 40px 10px;
}

.movie_area ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.movie_area ul li {
    width: 360px;
    max-width: 360px;
    height: 162px;
  line-height: 30px;
    margin-right: 32px;
    margin-bottom: 120px;
    position: relative;
    box-sizing: border-box;
}



