@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;
	padding-bottom: 31.62%;
	background-image: url(../img/common/main_back01_pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-top: solid 1px #CCC;
}
#copy {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 8%;
	width: 40%;
}
#catch01 {
	width: 85%;
	margin-left: 15%;
	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: 54.196%;
}
#catch_R {
	float: left;
	width: 45.804%;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
#philo_t {
	position: absolute;
	top: 95%;
	transform: translateY(-95%);
	-webkit-transform: translateY(-95%);
	left: 0;
	width: 32%;
	text-align: right;
	background-color: #5B6665;
}

#philo_flame {
	overflow: hidden;
	margin: 0 auto;
	min-width: 980px;
	border-bottom: solid 1px #CCC;
}
.philo_box {
	float: left;
	width: 25%;
}
.philo_box .img_f {
	padding: 20px 11%;
}
.philo_box p {
	color: #FFF;
	margin-bottom: 0;
	padding: 20px 10px;
	font-weight: bold;
	font-size: 13px;
}
#philo_1t { background-color: #0099CC;}
#philo_1 { background: url(../img/common/philo01_back.jpg) no-repeat center bottom; background-color: #33ADD6;}
#philo_2t { background-color: #00CC00;}
#philo_2 { background: url(../img/common/philo02_back.jpg) no-repeat center bottom; background-color: #33D633;}
#philo_3t { background-color: #FF9900;}
#philo_3 { background: url(../img/common/philo03_back.jpg) no-repeat center bottom; background-color: #FFAD33;}
#philo_4t { background-color: #FF6666;}
#philo_4 { background: url(../img/common/philo04_back.jpg) no-repeat center bottom; background-color: #FF8585;}

#feature {
	background: url(../img/common/feature_back.jpg) no-repeat right top;
	background-size: 50%;
	padding: 50px 0;
}
#feat_c {
	width: 58%;
	margin: 0 0 0 1.5%;
}
#feat_c p {
text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,
    -2px -2px 1px #FFF;
}

#tec_hid {
	overflow: hidden;
	margin: 0 auto 40px auto;
	min-width: 980px;
}
.tech_flame {
	width: 33.333%;
	float: left;
	height: 0;
	padding-top: 26.6%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	border-bottom: solid 3px #666;
}
.tech_flame a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
#tech01 {
	background-image: url(../img/common/tech_back03.jpg);
	border-top: solid 4px #88BD26;
}
#tech02 {
	background-image: url(../img/common/tech_back01.jpg);
	border-top: solid 4px #4DBDB8;
}
#tech03 {
	background-image: url(../img/common/tech_back02.jpg);
	border-top: solid 4px #B29B84;
}
.tech_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 90%;
}
.tech_tit {
	border: solid 2px #FFF;
	padding: 15px 5%;
	width: 80%;
	margin: 0 auto 15px auto;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
.tech_box p{
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0;
}

.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: #1B345B;
	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) {

#main_img {
	padding-bottom: 45.3%;
	background-image: url(../img/common/main_back01_tab.jpg);
	border-top: none;
}
#copy {
	top: 45%;
	transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	right: 3%;
	width: 60%;
}
#philo_t {
	width: 50%;
}
#philo_flame {
	min-width: auto;
	border-bottom: solid 1px #CCC;
}
.philo_box {
	width: 50%;
}

#feature {
	background: url(../img/common/feature_back.jpg) no-repeat right bottom;
	background-size: 50%;
	padding: 35px 0;
}

#tec_hid {
	min-width: auto;
}
.tech_flame {
	width: 100%;
	float: none;
	padding-top: 45%;
	background-position: center center;
	border-bottom: none;
}
.tech_flame:last-child {
	border-bottom: solid 3px #666;
}
.tech_tit {
	padding: 20px 5%;
	width: 40%;
	margin: 0 auto 15px auto;
}
.tech_box p {
	font-size: 14px;
}


.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%;}

#philo_t {
	width: 75%;
}
#copy {
	top: 45%;
	transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	right: 15%;
	width: 70%;
}
#catch01 {
	width: 100%;
	margin-left: 0;
}

#catch_L {
	float: none;
	width: 80%;
	margin: 0 auto;
}
#catch_R {
	float: none;
	width: 67.61%;
	margin: 0 auto;
}
#feature {
	background-size: 100%;
	padding: 35px 0 62% 0;
}
#feat_c {
	width: 90%;
	margin: 0 auto ;
}
.tech_flame {
	padding-top: 69%;
}
.tech_tit {
	width: 50%;
}

.date {
	float: none;
	width: auto;
	margin: 0 0 5px 0;
}
.news_t {
	width: 98%;
	float: none;
	margin: 0;
	display: block;
	clear: both;
}

}
