@charset "UTF-8";
/* CSS Document */

.flr{
  float: right;
}

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

a {
	transition: all 0.3s ease 0s;
}
img {
	transition: all 0.3s ease 0s;
}

#container2{
	width: 100%;
  text-align: center;
}

#newsmain{
	width:970px;
	margin-right: auto;
	margin-left: auto;
}
#newsmain ul {
	overflow: hidden;
	display: block;
}
#newsmain ul li {
	display: block;
}

#newsmain a {
	display:block;
}

#newsmain a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}


.s_ttl {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	display: block;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}



.right_img{
	margin-top: 50px !important;
}

.under_img{
	margin-top: -150px !important;
}


.ctt_ttl_main {
	text-align: center;
	position:relative;
	margin: 10px auto 20px;
	font-size: 15px;
	color: #3f3f3f;
  background-color: #f8eded;
  padding: 40px 0;
}

.ctt_ttl_main img{
  width: auto;
  padding: 10px 0 5px;
  margin: 0 auto 5px;
}

.ctt_ttl_main p{
	color: #000;
}

.subttl{
	padding: 10px;
	width: 40%;
	margin: 5px auto;
	background-color: #5cc5cd;
	color: #fff;
}

.style_box {
	text-align: center;
	position:relative;
	margin: 0 0 30px;
	width: 50%;
	display: block;
	overflow: hidden;
	float: left;
}

.style_box li{
	width: 220px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 10px 20px;
}

.style_box img{
	width: 220px;
	margin-bottom: 20px;
}
.style_box_item{
	text-align: left;
	position: absolute;
	top: 100px;
	left: 100px;
}

.style_box_item a{
	color: #000;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #575757;
    height: 30px;
}
.style_box_item p {
	display: inline-block;
}


.top_navi{
	text-align: center;
	width: 100%;
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 30px 0;
}
.top_navi ul{
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 471px;
}
.top_navi ul li{
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 20px;
	float: left;
	width: 117px;
}
.top_navi ul li img{
	width: 100%;
}
.main_d{
	width: 970px;
	display: block;
	overflow: hidden;
}
.main_box_bk{
	width: 100%;
	display: block;
	overflow: hidden;
  padding: 50px 0;
}

.main_box{
	width: 1000px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto 10px;
}
.main_box img{
	float: right;
}


.main_box_moji_ttl{
	display: block;
    font-size: 14px;
    left: 0px;
    line-height: 1.5em;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 0;
    width: 576px;
}
.main_box_moji_ttl span{
  display: block;
  overflow: hidden;
  float: left;
  font-weight: bold;
  width: 500px;
}
.main_box_moji_ttl span img{
  width: 100%;
}
.main_box_moji_ttl span p{
    margin: 5px 0;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.main_box_moji{
  font-size: 13px;
  right: 50px;
  line-height: 1.5em;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 530px;
  width: 200px;
}
.main_box_moji span{
	display: block;
    overflow: hidden;
    float: left;
    margin: 10px 0;
}
.main_box_moji span p{
    margin: 5px 0;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.main_box_moji img{
	padding: 10px 0 ;
}

.main_box_moji_c{
  font-size: 13px;
  left: 0px;
  line-height: 1.5em;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 460px;
  width: 400px;
}
.main_box_moji_c a span{
  display: block;
  overflow: hidden;
  float: left;
  margin: 10px 0;
}
.main_box_moji_c span p{
    margin: 0;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.main_box_moji_c img{
	padding: 0 0 10px 0 ;
}

.spec{
	background-color: #535353;
    color: #fff !important;
    font-size: 11px;
    margin: 0 3px 0 0 !important;
    padding: 3px 10px;
}
.main_box_moji2{
	display: block;
	left: 25%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 100px;
    width: auto;
}
.main_box_moji2 img{
	padding: 0 0 10px 0 ;
}

.mainitem_box{
	display: block;
    overflow: hidden;
    width: 970px;
    margin: 0 0 20px 0;
}

.mainitem_box ul {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 360px;
    float: left;
}
.mainitem_box ul:nth-of-type(2) {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 360px;
    float: right;
}
.mainitem_box ul li{
    display: block;
    float: left;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    background-image: url("./ten.gif");
    background-position: left top;
    background-repeat: repeat-x;
}

.mainitem_box ul li a{
	display: block;
	overflow: hidden;
	color: #000;
}

.mainitem_box2{
	display: block;
    height: 600px;
    overflow: hidden;
    width: 970px;
}

.mainitem_box2 ul {
    display: block;
    left: 305px;
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 540px;
    width: 760px;
}
.mainitem_box2 ul li:nth-of-type(1){
    border-left: 1px solid;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 5px 10px;
    width: 200px;
}
.mainitem_box2 ul li:nth-of-type(2){
    border-left: 1px solid;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 5px 10px;
    width: 190px;
}

.mainitem_box2 ul li{
    border-left: 1px solid;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 5px 10px;
    width: 190px;
}


.mainitem_box2 ul li a{
	display: block;
	overflow: hidden;
	color: #000;
}

.item{
	display: inline-block;
	padding: 3px 5px 0 0;
	background-color: #fff;
}

.item b{
	color: #707070;
	font-size: 9px;
}

.item_off{
	display: inline-block;
}

.other_item_box{
	display: block;
	overflow: hidden;
	margin: 0 auto 50px;
  width: 1000px;
}
.other_item_box ul{
	display: block;
	overflow: hidden;
}

.other_item_box ul li{
	text-align: left;
	display: block;
	overflow: hidden;
	width: 155px;
	float: left;
	margin: 0 16px 15px 0;
	height: 280px;
}
.other_item_box ul li:nth-of-type(6){
	text-align: left;
	display: block;
	overflow: hidden;
	width: 145px;
	float: left;
	margin: 0 0 15px 0;
	height: 280px;
}
.other_item_box ul li a span{
	color: #000;
	font-size: 11px;
}

.other_item_box ul li img{
	width: 145px;
	margin:0 0 10px 0;
}
.sml_ttl_box{
	text-align: left;
	display: block;
	overflow: hidden;
	font-size: 13px;
	padding: 0 0 10px 0;
	margin:20px 0;
	border-bottom: 1px dotted #757575;
	letter-spacing: 0.3em;
}

.sml_ttl_box span{
	font-weight: bold;
	font-size: 20px;
}
.sml_ttl_box_underbtn1 , .sml_ttl_box_underbtn2 , .sml_ttl_box_underbtn3 , .sml_ttl_box_underbtn4 , .sml_ttl_box_underbtn5 , .sml_ttl_box_underbtn_footer {
	display: block;
	overflow: hidden;
	padding: 0;
}
.sml_ttl_box_underbtn1 a{
	display: block;
	overflow: hidden;
	width: 300px;
	margin:10px auto;
	text-align: center;
	background-color: #556fb5;
	color: #fff;
	padding: 20px 50px;
	font-size: 14px;
}
.sml_ttl_box_underbtn2 a{
  background-color: #45423f;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 10px auto;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  width: 500px;
}
.sml_ttl_box_underbtn3 a{
	display: block;
	overflow: hidden;
	width: 300px;
	margin:10px auto;
	text-align: center;
	background-color: #274385;
	color: #fff;
	padding: 20px 50px;
	font-size: 14px;
}
.sml_ttl_box_underbtn4 a{
	display: block;
	overflow: hidden;
	width: 300px;
	margin:10px auto;
	text-align: center;
	background-color: #726ba7;
	color: #fff;
	padding: 20px 50px;
	font-size: 14px;
}
.sml_ttl_box_underbtn5 a{
	display: block;
	overflow: hidden;
	width: 300px;
	margin:10px auto;
	text-align: center;
	background-color: #f96a5b;
	color: #fff;
	padding: 20px 50px;
	font-size: 14px;
}
.sml_ttl_box_underbtn_footer a{
	display: block;
	overflow: hidden;
	width: 300px;
	margin:10px auto;
	text-align: center;
	background-color: #535353;
	color: #fff;
	padding: 20px 50px;
	font-size: 14px;
}




.icon_c1{
  color: #fff !important;
  float: right;
  font-size: 13px;
  margin: 1px 0;
  padding: 10px 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 200px;
  background-color: #45423f;
  border-radius: 4px;
}
.icon_c2{
    color: #fff !important;
    float: right;
    font-size: 13px;
    margin: 1px 0;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 200px;
    background-color: #a6937c;
}
.icon_c3{
	border: 1px solid #274385;
    color: #274385 !important;
    float: right;
    font-size: 12px;
    margin: 1px 0;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 200px;
}
.trailer{
	display: block;
    font-size: 16px;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.trailer span{
	display: block;
	overflow: hidden;
	font-size: 11px;
	padding: 10px;
}
.trailer span a{
	color: #7f2d00;
	font-weight: bold;
	text-decoration: underline;
}

.trailer img{
    margin: 0 8px;
}

.footer_matome{
    font-size: 9px;
    background-color: #eee;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.footer_matome span{
    display: block;
    font-size: 10px;
    line-height: 2em;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    width: 970px;
}
.icon {
  background-color: #45423f;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 10px;
  position: relative;
  top: 5px;
  margin: 0 0 0 10px;
}
.icon a{
  color: #fff;
}
.icon1 {
  background-color: #45423f;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 10px;
  position: relative;
  top: 5px;
  margin: 0 0 0 10px;
}
.icon1 a{
  color: #fff;
}


@media screen and (min-width: 640px) {
.icon:hover{
      opacity: 0.7;
  }
.linkbtn1 ul li a:hover{
    color: #fff !important;
    background-color: #989898;
}
.other_item_box ul li a:hover{
    opacity: 0.7;
}
.icon_c1:hover{
	opacity: 0.7;
	color: #fff !important;
}
.icon_c2:hover{
	background-color: #bbac9a;
	color: #fff !important;
}

.icon_c3:hover{
	background-color: #45609f;
	color: #fff !important;
	border: 1px solid #45609f;
}
.item:hover { text-decoration: underline !important; }
}
.sml_ttl_box_underbtn1 a:hover{
	background-color: #768ecd;
}
.sml_ttl_box_underbtn2 a:hover{
	background-color: #999;
}
.sml_ttl_box_underbtn3 a:hover{
	background-color: #45609f;
}

.sml_ttl_box_underbtn_footer a:hover{
	background-color: #6d6d6d;
}

@media screen and (max-width: 640px) {
#contents{
	width:100%;
	position:relative;
	padding-top:0px;
}


#newsmain{
	width:auto;
	margin-right: 0px;
	margin-left: 0px;
}
#newsmain ul {
	margin-right: 0px;
}
#newsmain ul li {
	display: block;
}

#newsmain a {
	font-size: 85%;
	display:block;
}
#newsmain a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}
#newsmain ul li p {
	font-size: 100%;
}
.ctt_ttl{
	margin:0 5px;
	color: #000;
}
.ctt_ttl ul li{
	padding: 0;
	float: left !important;
}
.ctt_ttl ul li img{
	width: 50px;
}
.ctt_ttl ul li:first-of-type {
	width: 60px !important;
}
.ctt_ttl ul li:nth-of-type(2){
	width: 30px !important;
	padding: 0 5px;
	font-size: 14px;
}
.ctt_ttl ul li:last-of-type{
	width: 200px !important;
	font-size: 7px;
	padding: 0 5px;
}

.ctt_ttl ul span{
	font-size: 7px;
}

.subttl{
	padding: 5px;
	width: 60%;
}

.top_navi {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.top_navi ul{
	width: 80%;
}
.top_navi ul li{
	margin: 0px 5px;
	width: 30% !important;
	float: left !important;
}

.top_navi ul li{
	width: 29% !important;
	margin: 0px 5px;
}

.top_navi ul li img{
	margin: 0px;
	width: 100% !important;
}

.navi_small{
	width: 100%;
}
.navi_small ul{
	width: 100%;
}
.navi_small ul li {
	width: 29.5%;
}
.navi_small ul li img{
	width: 100%;
}
.s_ttl {
	letter-spacing: 0em;
}

.s_ttl img{
	width: 100%;
}
.main_d{
	width: 100%;
}

.main_box{
	width: 100%;
	position: static;
}

.main_box img{
	width: 100%;
	float: left;
}
.main_box_moji_ttl{
	position: static;
  width: 90%;
  margin: 0 auto 10px;
  border-bottom: 1px dotted #999;
  padding: 0 0 10px 0;
  font-size: 13px;
}
.main_box_moji_ttl span {
    width: 100%;
}
.main_box_moji_ttl span p{
    border-bottom: 1px dotted #999;
    margin: 0 0 10px 0;
}
.main_box_moji_c{
  position: static;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 0;
}
.main_box_moji_c a span{
  text-align: center;
  width: 100%;
  margin: 10px auto;
}
.main_box_moji_c span p {
    margin: 20px auto;
    float: none;
}
.icon_c1{
    float: none;
}

.main_box_moji{
	width: 50%;
	margin: 0 auto 10px;
	top: 10px;
	font-size: 8px;
	line-height: 1.5em;
	height: auto;
}
.main_box_moji img{
	width: 100%;
	padding: 5% 0 0 0 ;
}

.mainitem_box{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.mainitem_box ul {
    width: 49%;
}
.mainitem_box ul:nth-of-type(2) {
    width: 49%;
}
.mainitem_box ul li {
	width: 100%;
	border-bottom: 1px dotted #c9c9c9;
	background-image: none;
}
.mainitem_box2 ul li:nth-of-type(1) , .mainitem_box2 ul li:nth-of-type(2) {
	width: 90%;
}
.mainitem_box ul li p{
	font-size: 9px;
	line-height: 1.3em;
}

.mainitem_box2{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.mainitem_box2 ul {
    position: static;
    width: 100%;
}
.mainitem_box2 ul li {
	width: 90%;
}
.mainitem_box2 ul li:nth-of-type(1) , .mainitem_box2 ul li:nth-of-type(2) {
	width: 90%;
}
.mainitem_box2 ul li p{
	font-size: 9px;
}
.backcolor{
	padding: 0px;
}

.right_img{
	margin-top: 0px !important;
}

.under_img{
	margin-top: 0px !important;
}

.item{
	padding: 5px;
}
.item b{
	font-size: 85%;
}
.item_off{
	padding: 5px;
}
.ctt_ttl{
	width: 100%;
	margin: 0 ;
	padding: 0 5px 10px;
}
.ctt_ttl_main {
  margin: 10px auto;
  font-size: 10px;
  padding: 0 15px 10px;
  text-align: justify;
}

.ctt_ttl_main img {
	width: 100%
}

.style_box {
	text-align:left;
	margin: 0px;
	width:100%;
	position:static;
	height:auto;
}
.style_box ul li{
	width: 43%;
}


.style_box ul li img{
	width: 100%;
}

.style_box_item a{
    font-size: 11px;
}
.style2 {
	width: 43%;
	height: auto;
}
.style2 img{
	max-width: 260px;
}


.other_item_box{
	text-align: left;
	display: block;
	overflow: hidden;
	width: 95%;
	margin-bottom: 0px;
}
.other_item_box ul{
	margin-bottom: 0px;
}

.other_item_box ul li{
	width: 29%;
	margin: 10px 2% 20px;
	height: auto;
  padding: 0 0 10px 0;
}
.other_item_box ul li:nth-of-type(6){
	width: 29%;
	margin: 10px 2% 20px;
	height: auto;
  padding: 0 0 10px 0;
}

.other_item_box ul li img{
	width: 100%;
}

.other_item_box ul li a span{
	font-size: 9px;
	display: block;
	height: 87px;
}

.icon {
  position: static;
  width: 100px;
  float: right;
}
.icon1 {
  position: static;
  width: 100%;
  float: right;
  margin: 0;
  float: none;
  box-sizing: border-box;
  padding: 5px;
}


.sml_ttl_box{
	margin: 0 5px;
}
.sml_ttl_box span{
	font-size: 17px;
}
.sml_ttl_box_underbtn1 , .sml_ttl_box_underbtn2 , .sml_ttl_box_underbtn3 , .sml_ttl_box_underbtn4 , .sml_ttl_box_underbtn5 , .sml_ttl_box_underbtn_footer {
	width: 100%;
}
.sml_ttl_box_underbtn1 a , .sml_ttl_box_underbtn2 a , .sml_ttl_box_underbtn3 a , .sml_ttl_box_underbtn4 a , .sml_ttl_box_underbtn5 a , .sml_ttl_box_underbtn_footer a {
	width: 90%;
	padding: 10px 5px;
}
.footer_matome{
    padding: 5px;
}

.footer_matome span{
    font-size: 8px;
    width: 80%;
}
#spMenu{
	right: -265px !important;
}


}
