@charset "utf-8";
/* CSS Document */
@import url("base.css");

#copy img, .menu img { width: 100%;}
#main_img {
	display:block;
	width:100%;
	height:0;
	margin:0 auto 40px auto;
	padding-bottom: 35%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}
#copy {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 3%;
	width: 50%;
}
#catch01 {
	width: 95%;
	opacity: 0; 
	animation: fadeIn 4s ease 1s 1 forwards;
	-webkit-animation: fadeIn 4s ease 1s 1 forwards;
}
#catch02 {
	overflow: hidden;
	width: 100%;
	opacity: 0; 
	animation: fadeIn 4s ease 4s 1 forwards;
	-webkit-animation: fadeIn 4s ease 4s 1 forwards;
}
#catch_L {
	float: left;
	width: 61.67%;
}
#catch_R {
	float: left;
	width: 38.33%;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

#feature {
	background: url(../img/common/back_img01.jpg) no-repeat center bottom;
	padding-bottom: 80px;
	border-bottom: solid 1px #E3E3E2;
}
#feat_tit {
	width: 362px;
	margin: 0 auto 20px auto;
}

h2 {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 130%;
}	

.dyjest {
	width: 100%;
	border-bottom: solid 1px #E3E3E2;
	overflow: hidden;
}
#dy01 {
	background: url(../img/common/back_img02.jpg) no-repeat right center;
	background-size: 100%;
}
#dy02 {
	background: url(../img/common/back_img03.jpg) no-repeat right center;
	background-size: 100%;
	margin-bottom: 50px;
}
#dy_L {
	float: left;
	width: 50%;
	padding: 30px 0;
}
#dy_R {
	float: right;
	width: 50%;
	padding: 30px 0;
}
.btn_detail a {
	display: block;
	background-color: #CC0033;
	padding: 8px 0 ;
	font-weight: bold;
	color: #FFF;
	width: 170px;
	margin: 0 auto;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn_detail a:hover {
	background-color: #339999;
}

.content_n {
	width: 880px;
	margin: 0 auto 55px auto;
	text-align: left;
	overflow: hidden;
	word-wrap:break-word;
}
#newst_flame {
	float: left;
	width: 180px;
	text-align: center;
	background-color: #333333;
	margin-right: 30px;
}
#news_tit {
	margin: 35px 0;
}
#viewall {
	background-color: #CCC;
}
#news_box {
	float: left;
	overflow: hidden;
	width: 670px;
}

.news_flame {
	overflow: hidden;
	padding-top: 2px;
	width: 98%;
	margin: 0 1% 10px 1%;
	padding-bottom: 11px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.date {
	color: #3B4852;
	float: left;
	width: 14%;
	padding-left: 1%;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 3px;
}

.news_t {
	width: 81%;
	float: left;
	line-height: 17px;
	margin: 3px 0 0px 3%;
	display: block;
}


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

#copy {
	width: 65%;
}

.dyjest {
	width: auto;
	padding-top: 19%;
}
#dy01 {
	background: url(../img/common/back_img02_tab.jpg) no-repeat center top;
	background-size: 100%;
	float: left;
	width: 50%;
	border-right: solid 1px #E3E3E2;
	box-sizing:border-box;
}
#dy02 {
	background: url(../img/common/back_img03_tab.jpg) no-repeat center top;
	background-size: 100%;
	float: left;
	width: 50%;
}
#dy_L {
	float: none;
	width: 85%;
	margin: 0 auto;
	padding: 30px 0;
}
#dy_R {
	float: none;
	width: 85%;
	margin: 0 auto;
	padding: 30px 0;
}

.content_n {
	width: 94%;
}
#newst_flame {
	float: none;
	width: 280px;
	margin: 0 auto 25px auto;
	overflow: hidden;
}
#news_tit {
	margin: 0;
	float: left;
	padding: 10px 0 10px 20px;
}
#viewall {
	background-color: #CCC;
	float: right;
	padding: 12px 10px;
}
#news_box {
	float: none;
	width: 100%;
}

@media screen and (max-width: 480px) {
#main_img {	padding-bottom: 76%;}
#copy {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 85%;
}
#catch01 {
	width: 100%;
}
#catch02 {
	width: auto;
}
#catch_L {
	float: none;
	width: 90%;
	margin: 0 auto;
}
#catch_R {
	float: none;
	width: 55.938%;
	margin: 0 auto;
}
h1 a {
	background-size: 100%;
	width: 85%;
	height: 0;
	padding-top: 14.482%;
}

#feature {
	background: url(../img/common/back_img01.jpg) no-repeat center bottom;
	background-size: 110%;
	padding-bottom: 7.38%;
}
#feat_tit {
	width: 90%;
}
.dyjest {
	padding-top: 38%;
}
#dy01 {
	float: none;
	width: 100%;
	border-right: none;
}
#dy02 {
	float: none;
	width: 100%;
}
.date {
	float: none;
	width: auto;
	margin: 0 0 5px 0;
}
.news_t {
	width: 98%;
	float: none;
	margin: 0;
	display: block;
	clear: both;
}

}
