@charset "UTF-8";
/* CSS Document */

/*body {
	
	background:url(bg200.png) center top no-repeat;
}
body:hover {
	background:url(bg201.png) center top no-repeat;
}
@media screen and (max-width:550px) {
	body {
		background:url(bg210.png) center top no-repeat;
	}
	body:hover {
		background:url(bg211.png) center top no-repeat;
	}
}
*/

* { box-sizing: border-box; }

.main_img {
	position:relative;
	top:0;
	left:0;	
}
.main_img .img {
	width:100%;
	height:440px;
	background-image:url(../images/default_banner_en.jpg);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center top;
}
.main_img .btn {
	position:absolute;
	width:100%;
	z-index:21;
}
.main_img .btn p {
	padding-top: 200px;
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}
.main_img .btn span {
	pointer-events: none;
	display: block;
	padding: 0 25px;
	margin: 0;
	width: 290px;
	height: 110px;
	background: linear-gradient(90deg, rgba(200,0,51,1) 0%, rgba(196,0,50,1) 100%);
	text-align: center;
}
@media screen and (max-width:920px) {
	.main_img .img {
		width:auto;
		height:290px;
		background-image:url(../images/default_banner_s_en.jpg);
		background-repeat:no-repeat;
		background-size:auto 290px;
		background-position:center top;
	}
	.main_img .btn p {
		padding-top: 85px;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.main_img .btn span {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 240px;
		height: 85px;
		background: linear-gradient(90deg, rgba(194,3,47,1) 0%, rgba(174,0,33,1) 100%);
	}
}
/*
b.profile
*/
.profile {
	background-image: url(../images/bg_sky.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.profile .width {
	margin: 0 auto;
	max-width: 752px;
	width: 100%;
	padding: 120px 20px 80px;
}
.profile .header .row1 {
	background-image:url(../images/header_border_white.gif);
	/*background-size:332px 5px;*/
	background-size:145px 5px;
}
.profile .header {
	padding-bottom:44px;

} 
.profile .body {
	font-size: 14px;
	padding-bottom:42px;
}
.profile .body p {
	line-height:24.5px;
/*	text-align:justify;*/
}
@media screen and (max-width:600px) {
	.profile {
		background-image:url(../images/bg_sky_s.jpg);
	}
	.profile .width {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.profile .header .row1 {
		padding-bottom:6px;
		background-size:200px 3px;
	}
	.profile .header .row2 {
		padding-top:5px;
	}
	.profile .header {
		padding-bottom:29px;
	} 
	.profile .body {
		padding-bottom:27px;
	}
	.profile .body p {
		line-height:21.2px;
	}
}
/*
e.profile
*/
/*
b.overview section
*/
.overview .width {
	margin:0 auto;
	padding:76px 20px;
	max-width:752px;
	width:100%;	
}
.overview .header h1 {
	color:#cc0033;
}
.overview .header .row1 {
	background-image:url(../images/header_border_red.gif);
	background-size:181px 5px;
}
.overview dl {
	overflow:hidden;
	border-right:solid 1px #cc0033;
	border-bottom:solid 1px #cc0033;
	border-left:solid 1px #cc0033;
	background:#fcf2f5;
}
.overview dl dt {
	float:left;
	width:195px;
	border-top:solid 1px #cc0033;
	
	clear:both;	
}
.overview dl dd {
	margin-left:195px;
	border-top:solid 1px #cc0033;
	background:rgba(255,255,255,1);
}
.overview dl dt p {
	padding:23px 0 21px 0;
	text-align:center;
	color:#cc0033;
	line-height:16px;
	font-family: 'Noto Sans', sans-serif;
}
.overview dl dd p {
	padding:23px 0 21px 29px;
	line-height:16px;
	font-family: 'Noto Sans', sans-serif;
}
.overview dl dd ul {
	padding:21px 0 16px 45px;
	list-style-type:disc;
	
}
.overview dl dd ul li {
	padding:4px 0 4px 0;
	line-height:16px;
	
}
.overview dl dt p.adjust {
	padding-top:35px;
	padding-bottom:35px;
}
@media screen and (max-width:620px) {
	.overview .width {
		padding-top: 20px;
		padding-bottom: 40px;
		width:94%;
	}
	.overview .header .row1 {
		padding-bottom:5px;
		background-size:110px 3px;
	}
	.overview .header .row2 {
		padding-top:5px;
		font-size:10px;
	}
	.overview article {
		padding-top:25px;
	}
	.overview dl dt {
		float:none;
		width:100%;
		clear:both;	
	}
	.overview dl dd {
		margin-left:0;
		border-top:0;
	}
	.overview dl dt p {
		padding:12px 0 11px 16px;
		text-align:left;
	}
	.overview dl dd p {
		padding:13px 0 12px 16px;

	}
	.overview dl dd ul {
		padding:5px 0 11px 27px;		
	}
	.overview dl dd ul li {
		padding:4px 15px 3px 0;
		line-height:16px;
		
	}
	.overview dl dt p.adjust {
		padding:13px 0 12px 16px;
	}
}
/*
e.overview section
*/
/*
b.news
*/
.news {
	min-height:645px;
	height:100%;
	
}
.news .width {
	margin:0 auto;
	padding-top:76px;
	padding-bottom:133px;
	max-width:752px;
	width:100%;
}
@media screen and (max-width:752px) {
	.news .width {
		width:94%;		
	}	
}
.news .header {
	padding-bottom:53px;
} 
.news .header h1 {
	color:#cc0033;
}
.news .header .row1 {
	background-image:url(../images/header_border_red.gif);
	background-size:97px 5px;
}

.news .body {
	padding-bottom:50px;
}
.news ul {
	border-top:solid 1px #d0d0d0;
}
.news ul li {
	border-bottom:solid 1px #d0d0d0;
	line-height:1.3em;
	
}
.news ul li .wrap {
	overflow: hidden;
}



.news ul li .side {
	float: left;
	width: 115px;
	
}

.news ul li .main {
	float: right;
	width: 100%;
	margin: 0 0 0 -115px;
}

.news ul li .content {
	margin: 0 0 0 135px;
}
.news ul li p {
	min-height:17px;
	height:auto;
	line-height:1.3em;
}
.news .date {
	padding-top:28px;
	padding-left:41px;
	padding-bottom:28px;
	background:url(../images/icon_news.gif) 18px center no-repeat;
	background-size:15px 14px;
	color:#cc0033;
	font-size:13px;
	letter-spacing:0.08em;
	font-family:'Noto Sans', "Courier New", Courier, monospace, sans-serif;
}
.news .news_list {
	padding-right:22px;
}
.news .news_list a {
	display:block;
	padding-top:28px;
	padding-bottom:28px;
	padding-right:55px;
	background:url(../images/link_more.gif) right center no-repeat;
	background-size:40px 16px;
	color:#cc0033;
	line-height:1.3em;
	font-family:'Noto Sans', "Courier New", Courier, monospace, sans-serif;
	color:#000;
}
.news .news_list a:hover {
	text-decoration:none;
}
.news .link p a {
	display:block;
	margin:0 auto;
	width:160px;
	height:50px;
	background:url(../images/button_news_en.gif) center top no-repeat;
	background-size:100%;
}
.news .link p a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	
}
@media screen and (max-width:550px) {
	.news {
		
		min-height:inherit;
		height:100%;
	}
	.news .width {
		min-height:inherit;
		padding-top:36px;
		padding-bottom:79px;
	}
	.news .header .row1 {
		padding-bottom:5px;
		background-size:59px 3px;
	}
	.news .header .row2 {
		padding-top:5px;
	}
	.news .header {
		padding-bottom:24px;
	} 
	.news ul li .side {
		float: none;
		width: 100%;
		
	}
	
	.news ul li .main {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.news ul li .content {
		margin: 0;
	}
	.news .date {
		padding-top:10px;
		padding-left:20px;
		padding-bottom:4px;
		background:url(../images/icon_news.gif) 0 12px no-repeat;
		background-size:14px 11px;
		color:#cc0033;
		font-size:11.5px;
		letter-spacing:0.03em;
	}
	.news .news_list {
		padding-right:1px;
	}
	.news .news_list a {
		display:block;
		padding-top:0px;
		padding-bottom:14px;
		padding-right:60px;
		background:url(../images/link_more.gif) right 2px no-repeat;
		background-size:30px 12px;
		color:#cc0033;
		line-height:1.3em;
		font-family:'Noto Sans', "Courier New", Courier, monospace, sans-serif;
		color:#000;
	}
	.news .body {
		padding-bottom:34px;
	}
	.news .link p a {
		margin:0 auto;
		width:121px;
		height:38px;
		background:url(../images/button_news_en.gif) center top no-repeat;
		background-size:100%;
	}
	
	
}
/*
e.news
*/