@charset "UTF-8";
/* CSS Document */
@import url("new-style-2021.css");

.sign {
	width:100px;
	height:100px;
	background-color:#E85E75;
	transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-450px;
	z-index:99;
	overflow:hidden;
}
.sign a {
	transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	display:block;
	color:#FFF;
	text-align:center;
	padding-right:20px;
	/*background-image:url(../img/sifn-icon.png);*/
	background-position:center -200px;
	background-size: 100px auto;
	background-repeat:no-repeat;
	padding-top:65px;
}
.sign:hover {
	background-color:#2A2A29;
}
.manual {
	width:100px;
	height:100px;
	background-color:#E85E75;
	transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-348px;
	z-index:99;
	overflow:hidden;
}
.manual a {
	transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	display:block;
	color:#FFF;
	text-align:center;
	padding-right:20px;
	/*background-image:url(../img/book-icon.png);*/
	background-position:center -200px;
	background-size: 100px auto;
	background-repeat:no-repeat;
	padding-top:65px;
}
.manual:hover {
	background-color:#2A2A29;
}
.ent-no-data {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
}
.ent-no-data:hover {
	background-color:#2A2A29;
	background-image:url(../img/coming-soon-2.png);
	background-position:center;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.nav-box {
	height:100px;
	width:1000px;
	margin: 0 auto;
	position:relative;
}
.language {
	text-align:right;
}
.language a {
	display:inline-block;
	margin-left:20px;
	color:#5F5E5E;
}
.language a:hover {
	color:#333;
}
.language a.fb {
	display:inline-block;
	text-indent:9999px;
	background-image:url(../img/fb-2.png);
	background-size:auto 15px;
	background-position:center;
	background-repeat:no-repeat;
	width:15px;
	height:16px;
	overflow:hidden;
}
.language a.linea {
	display:inline-block;
	text-indent:9999px;
	background-image:url(../img/line-2.png);
	background-size:auto 15px;
	background-position:center;
	background-repeat:no-repeat;
	width:15px;
	height:16px;
	overflow:hidden;
}
a.home {
	display:inline-block;
	text-indent:9999px;
	background-image:url(../img/home.png);
	background-size:auto 12px;
	background-position:center;
	background-repeat:no-repeat;
	width:15px;
	height:16px;
	overflow:hidden;
}
.nav ul {
	width:750px;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	padding-bottom:5px;
}
.nav ul li {
	display:inline-block;
	padding-left:11px;
	padding-right:10px;
	border-left: #E85E75 1px solid;
	line-height:20px;
}
.nav ul li:first-child {
	border-left:none;
}
.nav ul li a {
	color:#333;
}
.nav ul li a:hover {
	color:#E85E75;
}
.header-logo {
	transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	width:40%;
	min-width:330px;
	height:110px;
	background-color:#2A2A29;
	position:absolute;
	top:100px;
	left:0;
	margin-left:-50px;
	padding-right:30px;
}
h1.main-logo {
	display:block;
	height:110px;
	transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
}
h1.main-logo a {
	display:block;
	height:110px;
	text-indent:-9999px;
	background-position: center right;
	background-size: auto 90px;
	background-repeat:no-repeat;
}
.page-header {
	width:100%;
	height:110px;
	background-color:#E85E75;
}
.page-header-speed {
	width:100%;
	height:110px;
	background-image:url(../img/h-bkg-2.png);
	background-position:center;
	background-size:auto 110px;
}
h2.page-title {
	text-align:center;
	font-size:30px;
	line-height:110px;
	color:#FFF;
	text-indent:100px;
	width:1000px;
	margin:0 auto;
	display:block;
	letter-spacing:0.1em;
	font-weight:500;
}
/*PAGE SUB NAV*/
.sub-nav {
	width:140px;
	position: absolute;
	height:auto;
	left:50%;
	margin-left:360px;
	margin-top:120px;
}
.sticky .sub-nav {
	position:fixed;
	top: 0px;
}
.sub-nav ul {
	list-style:none;
	display:block;
	padding-bottom:20px;
}
.sub-nav ul li {
	display:block;
	line-height:18px;
}
.sub-nav ul li a {
	color:rgba(232,94,117,0.6);
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}
.sub-nav ul li.onpage a {
	color:rgba(232,94,117,1);
}
.sub-nav ul li a:hover {
	color:rgba(232,94,117,1);
}
.sign-2, .manual-2 {
	width:140px;
	height:140px;
	text-align:center;
	font-size:18px;
	line-height:20px;
	border-top:1px solid #E85E75;
	border-bottom:1px solid #E85E75;
	font-weight:500;
	margin-top:-1px;
	position:relative;
}
.sign-2:hover, .manual-2:hover {
	background-color:rgba(232,94,117,0.1);
}
.ent-no-data-2 {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
}
.ent-no-data-2:hover {
	background-color:#E85E75;
	background-image:url(../img/coming-soon-2.png);
	background-position:center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.sign-2 a {
	display:block;
	padding-top:100px;
	padding-bottom:20px;
	/*background-image:url(../img/sign-3.png);*/
	background-size: 140px auto;
	background-position:top;
	color:#E85E75;
}
.sign-2 a:hover {
	background-position:center;
}
.manual-2 a {
	display:block;
	padding-top:100px;
	padding-bottom:20px;
	/*background-image:url(../img/book-2.png);*/
	background-size: 140px auto;
	background-position:top;
	color:#E85E75;
}
.manual-2 a:hover {
	background-position:center;
}

.sign-3, .manual-3 {
	width:140px;
	height:140px;
	text-align:center;
	font-size:18px;
	line-height:20px;
	border-top:1px solid #E85E75;
	border-bottom:1px solid #E85E75;
	font-weight:500;
	margin-top:-1px;
	position:relative;
}
.sign-3:hover, .manual-3:hover {
	background-color:rgba(232,94,117,0.1);
}
.sign-3 a {
	display:block;
	padding-top:100px;
	padding-bottom:20px;
	/*background-image:url(../img/sign-3.png);*/
	background-size: 140px auto;
	background-position:top;
	color:#E85E75;
}
.sign-3 a:hover {
	background-position:center;
}
.manual-3 a {
	display:block;
	padding-top:100px;
	padding-bottom:20px;
	/*background-image:url(../img/book-2.png);*/
	background-size: 140px auto;
	background-position:top;
	color:#E85E75;
}
.manual-3 a:hover {
	background-position:center;
}

/*PAGE CONTENT*/
.wrapper {
	width:1000px;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:100px;
	margin:0 auto;
}
.content {
	width:800px;
	min-height:600px;
	line-height:2;
	font-weight:300;
	padding-top:30px;
	text-align:justify;
}
.no-data {
	background-image:url(../img/coming-soon.png);
	background-position:center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.content strong {
	font-weight:700;
}
.content img {
	max-width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.content p {
	padding-left:20px;
}
.content u {
	color:#E85E75;
	text-decoration:none;
}
.content a {
	color:#E85E75;
}
.content a img:hover {
	opacity:0.8;
}
.content a:hover {
	text-decoration: underline;
}
.content h1 {
	font-size:24px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E85E75;
	border-left:#F2D321 solid 6px;
	display:block;
	color:#FFF;
	padding-left:20px;
	line-height:30px;
	font-weight:500;
	margin-top:60px;
	margin-bottom:20px;
}
.content h2 {
	display:block;
	color:#E85E75;
	font-size:20px;
	padding-left:20px;
	border-left:#E85E75 solid 6px;
	font-weight:500;
	margin-top:30px;
	margin-bottom:10px;
}
.content h3 {
	background-color:#E85E75;
	color:#FFF;
	display:inline-block;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
}
.content table {
	max-width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.content table tr {
}
.content table tr th {
	text-align:center;
	font-weight:500;
	border:#CCC solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}
.content table tr td {
	border:#CCC solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}
.content table tr td b, .content table tr th b {
	color:#E85E75;
}
.content ol {
	list-style:decimal;
	padding-left:40px;
}
.content ol li {
	list-style:decimal;
}
.content ul {
	list-style: disc;
	padding-left:40px;
}
.content ul li {
	list-style: disc;
}
/*NEWS*/
.page-content {
	width:800px;
	min-height:600px;
	line-height:2;
	font-weight:300;
	padding-top:30px;
	text-align:justify;
}
ul.news-list {
	list-style:none;
	display:block;
	border-bottom:#F7F7F7 solid 4px;
}
ul.news-list li {
	display:block;
	background-image:url(../img/news-list-icon1.png);
	background-size:55px 55px;
	background-position:20px center;
	background-repeat:no-repeat;
	line-height:26px;
}
ul.news-list li:hover {
	display:block;
	background-image:url(../img/news-list-icon2.png);
	background-size:55px 55px;
	background-position:20px center;
	background-repeat:no-repeat;
}
ul.news-list li:nth-child(odd) {
	background-color:#F7F7F7;
}
ul.news-list li a {
	display:block;
	padding-left:90px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-size:26px;
	color:#333;
	font-weight:500;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
ul.news-list li:hover a {
	color:#E85E75;
}
ul.news-list li a b.news-date {
	font-size:12px;
	color:#999;
	display:inline-block;
	width:80px;
	font-weight:300;
}
ul.news-list li:hover a b.news-date {
	color:#545188;
}
.pager {
	margin-top:30px;
}
.pager ul {
	display:block;
	list-style:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.pager ul li {
	display:inline-block;
	width:30px;
	height:30px;
	border:#F7F7F7 solid 1px;
	margin:-2px;
	line-height:28px;
}
.pager ul li a {
	color:#E85E75;
	font-weight:300;
	display:block;
}
.pager ul li:hover {
	background-color:#E85E75;
	background:#E85E75 solid 1px;
}
.pager ul li:hover a {
	color:#FFF;
}
.news-title-bar {
	display:block;
	background-image:url(../img/news-list-icon2.png);
	background-size:55px 55px;
	background-position:20px 25px;
	background-repeat:no-repeat;
	position:relative;
}
h1.news-title {
	display:block;
	padding-left:90px;
	padding-top:20px;
	padding-right:150px;
	padding-bottom:20px;
	color:#E85E75;
	line-height:1.2em;
}
h1.news-title b.news-date {
	font-size:12px;
	color:rgba(232,94,117,0.6);
	display:block;
	width:80px;
	font-weight:300;
}
.sns {
	width:130px;
	height:30px;
	position:absolute;
	right:0;
	bottom:10px;
}
.news-page {
	border-bottom:#F7F7F7 solid 4px;
	border-top:#F7F7F7 solid 4px;
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:40px;
}
.news-page strong {
	font-weight:700;
}
.news-page img {
	max-width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.news-page p {
	padding-left:20px;
}
.news-page a {
	color:#E85E75;
}
.news-page a:hover {
	text-decoration:underline;
}
.news-page a img:hover {
	opacity:0.6;
}
.news-page h1 {
	font-size:24px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E85E75;
	border-left:#5F5E5E solid 6px;
	display:block;
	color:#FFF;
	padding-left:20px;
	line-height:30px;
	font-weight:500;
	margin-top:20px;
	margin-bottom:20px;
}
.news-page h2 {
	display:block;
	color:#E85E75;
	font-size:20px;
	padding-left:20px;
	border-left:#E85E75 solid 6px;
	font-weight:500;
	margin-top:30px;
	margin-bottom:10px;
}
.news-page h3 {
	background-color:#E85E75;
	color:#FFF;
	display:inline-block;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
}
.news-page table {
	max-width:100%;
	text-align:center;
}
.news-page table tr {
}
.news-page table tr th {
	text-align:center;
	font-weight:500;
	border:#CCC solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}
.news-page table tr td {
	border:#CCC solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}
.news-page table tr td b, .content table tr th b {
	color:#E85E75;
}
.news-page ol {
	list-style:decimal;
	padding-left:40px;
}
.news-page ol li {
	list-style:decimal;
}
.news-page ul {
	list-style: disc;
	padding-left:40px;
}
.news-page ul li {
	list-style: disc;
}
.pager-page {
	margin-top:30px;
}
.pager-page ul {
	display:block;
	list-style:none;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
.pager-page ul li {
	display:inline-block;
	width:30px;
	height:30px;
	border:#F7F7F7 solid 1px;
	margin:-2px;
	line-height:28px;
	text-align:center;
}
.pager-page ul li.go-list {
	border:none;
	margin-right:5px;
}
.pager-page ul li.go-list:hover {
	background-color:#FFF;
}
.pager-page ul li.go-list a {
	width:30px;
	height:30px;
	display:block;
	background-image:url(../img/news-list-icon.png);
	background-size:30px auto;
	text-indent:-9999px;
	opacity:0.5;
}
.pager-page ul li.go-list a:hover {
	opacity:1;
}
.pager-page ul li a {
	color:#E85E75;
	font-weight:300;
	display:block;
}
.pager-page ul li:hover {
	background-color:#E85E75;
	background:#E85E75 solid 1px;
}
.pager-page ul li:hover a {
	color:#FFF;
}
/*EDM*/
ul.edm-list {
	display:block;
	text-align: left;
	border-bottom:#F7F7F7 solid 4px;
	padding-bottom:20px;
}
ul.edm-list li {
	display: inline-block;
	width:360px;
	margin:10px;
	background-color:#F7F7F7;
	padding:20px;
	text-align:left;
}
ul.edm-list li:hover {
	background-color:rgba(232,94,117,0.1);
}
ul.edm-list li a {
	display:block;
}
ul.edm-list li a .edm-thumb {
	height:320px;
	background-position:center;
	background-size: cover;
	background-image:url(../img/edm-no-pic.jpg);
	background-color:#FFF;
}
ul.edm-list li a p {
	display:block;
	height:50px;
	line-height:50px;
	padding-top:5px;
	font-size:24px;
	color:#333;
	font-weight:500;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
ul.edm-list li a b.date {
	font-size:12px;
	color:#999;
	display:inline-block;
	width:80px;
	font-weight:300;
}
ul.edm-list li a:hover p, ul.edm-list li a:hover b.date {
	color:#E85E75;
}
.edm-title-bar {
	display:block;
	background-image:url(../img/edm-list-icon2.png);
	background-size:55px 55px;
	background-position:20px 25px;
	background-repeat:no-repeat;
	position:relative;
}
/*PARTNER*/
ul.partner {
	display:block;
}
ul.partner li {
	padding-bottom:120px;
	display:block;
}
.partner-logo {
	max-height:140px;
}
.partner-logo img {
	max-height:140px;
	width:auto;
}
.partner-title-bar {
	position:relative;
	border-bottom:#F7F7F7 solid 4px;
	padding-top:10px;
}
h2.partner-title {
	font-size:24px;
	color:#E85E75;
	font-weight:500;
}
a.partner-link {
	display:block;
	background-color:#F7F7F7;
	color:#E85E75;
	text-align:center;
	position:absolute;
	right:0;
	bottom:0;
	padding:5px;
	font-weight:500;
	width:100px;
}
a.partner-link:hover {
	color:#5F5E5E;
}
ul.partner li p {
	margin-top:30px;
}
/*FAQ*/
ul.faq {
	display:block;
	text-align:left;
}
ul.faq li {
	display:inline-block;
	width:360px;
	height:360px;
	margin:10px;
	border:#E85E75 solid 1px;
	border-radius: 30px;
	text-align:center;
}
ul.faq li a {
	display:block;
	width:360px;
	padding-top:260px;
	height:360px;
	line-height:36px;
	font-size:24px;
	color:#333;
	font-weight:500;
	background-position:center top;
	background-size:300px 300px;
	background-repeat:no-repeat;
}
ul.faq li:hover {
	background-color:rgba(232,94,117,0.1);
}
ul.faq li:hover a {
	color:#E85E75;
}

ul.faq-page-nav {
	display:block;
}
ul.faq-page-nav li {
	display:inline-block;
	width:250px;
	height:80px;
	margin:6px;
	border:#F7F7F7 solid 2px;
	border-radius: 20px;
}
ul.faq-page-nav li a {
	display:block;
	width:250px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:90px;
	height:80px;
	line-height:30px;
	font-size:20px;
	color:#333;
	font-weight:500;
	background-position:10px center;
	background-size:80px 80px;
	background-repeat:no-repeat;
}
ul.faq-page-nav li:hover {
	background-color:rgba(232,94,117,0.1);
	border:rgba(232,94,117,0.1) solid 2px;
}
ul.faq-page-nav li:hover a {
	color:#E85E75;
}
ul.faq-page-nav li.faq-on {
	background-color:rgba(232,94,117,0.1);
	border:rgba(232,94,117,0.1) solid 2px;
}
ul.faq-page-nav li.faq-on a {
	color:#E85E75;
}
.faq-content {
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
}
.question {
	border-top:#F7F7F7 4px solid;
	border-bottom:#F7F7F7 4px solid;
	padding-top:10px;
	padding-bottom:10px;
	color:#E85E75;
	font-weight:500;
	font-size:20px;
	overflow:hidden;
	margin-bottom:-4px;
	cursor:pointer;
}
.question:hover {
	background-color:rgba(232,94,117,0.1);
}
.question b {
	color:#333;
	display:block;
	float:left;
	width:50px;
}
.question h2 {
	font-weight:500;
	float:left;
	font-size:20px;
}
.answer {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:50px;
	padding-right:30px;
	display:none;
}
.answer img {
	max-width:100%;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
}
.answer a {
	color:#E85E75;
}
.answer a:hover {
	text-decoration:underline;
}



/*FOR MOBILE*/
@media screen and (max-width: 767px) {
	* {
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
	}
	html,body {
		min-width:100%;
	}
	.sign {
		width:50%;
		height:40px;
		display:block;
		background-color:#B01980;
		transform: skewX(0deg);
		-o-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		position: relative;
		top:80px;
		left:auto;
		margin-left:0px;
		z-index:9999;
		float:left;
		font-size:20px;
		color:#FFF;
		line-height:40px;
	}
	.sign a {
		transform: skewX(0deg);
		-o-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		display:block;
		color:#FFF;
		text-align:center;
		padding-right:0px;
		background-image:none;
		background-position:300px;
		background-repeat:no-repeat;
		padding-top:0px;
	}
	.sign:hover {
		background-color:#E85E75;
	}
	.manual {
		width:50%;
		height:40px;
		display:block;
		background-color:#C25B93;
		transform: skewX(0deg);
		-o-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		position: relative;
		top:80px;
		left:auto;
		margin-left:0px;
		z-index:9999;
		float:left;
		font-size:20px;
		color:#FFF;
		line-height:40px;
	}
	.manual a {
		transform: skewX(0deg);
		-o-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		display:block;
		color:#FFF;
		text-align:center;
		padding-right:0px;
		background-image:none;
		background-position:300px;
		background-repeat:no-repeat;
		padding-top:0px;
	}
	.manual:hover {
		background-color:#E85E75;
	}
	.ent-no-data:hover {
		background-image:url(../img/coming-soon-m.png);
		background-size:auto 60%;
		background-color:#E85E75;
	}
	.nav-box {
		width:100%;
		min-width:100%;
		height:auto;
		overflow:hidden;
		position: absolute;
		top:120px;
		z-index:99999;
		display:none;
	}
	.language {
		width:100%;
		height:40px;
		background-color:#BA84B8;
		position:absolute;
		text-align: center;
		border-top:1px solid #FFF;
	}
	.language a {
		margin-left:0px;
		display:inline-block;
		padding-left:20px;
		padding-right:20px;
		color:#FFF;
		line-height:40px;
	}
	.language a:hover {
		color:#5F5E5E;
	}
	.language a.fb {
		background-image:url(../img/fb.png);
	}
	.language a.linea {
		background-image:url(../img/line.png);
	}
	a.home {
		display:none;
	}
	.nav {
		background-color:rgba(234,80,152,0.9);
		margin-top:40px;
		width:100%;
		z-index:9999;
		height:auto;
	}
	.nav ul {
		width:100%;
		height:auto;
		display:block;
		position: relative;
		right:auto;
		bottom:auto;
		text-align:center;
		padding-bottom:0px;
	}
	.nav ul li {
		padding-left:0px;
		padding-right:0px;
		border-left: none;
		display:block;
		line-height:50px;
		border-bottom:1px solid #FFF;
	}
	.nav ul li a {
		color:#FFF;
		display:block;
		padding-left:20px;
		padding-right:20px;
	}
	.nav ul li a:hover {
		color:#FFF;
		background-color:#E85E75;
	}
	.header-logo {
		transform: skewX(0deg);
		-o-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		height:80px;
		width:100%;
		min-width:100%;
		background-color:#E85E75;
		position: relative;
		top:0;
		left:0;
		margin-left:0px;
		padding-right:0px;;
	}
	h1.main-logo {
		height:80px;
		transform: skewX(0deg);
		-o-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
	}
	h1.main-logo a {
		height:80px;
		background-position:20px center;
		background-size:auto 70px;
	}
	.page-header {
		width:100%;
		height:60px;
		background-color:#E85E75;
		position:relative;
		top:40px;
	}
	.page-header-speed {
		width:100%;
		height:60px;
		background-size:auto 60px;
	}
	h2.page-title {
		text-align:center;
		font-size:30px;
		line-height:60px;
		color:#FFF;
		text-indent:0px;
		width:100%;
		margin:0 auto;
		display:block;
		letter-spacing:0.1em;
		font-weight:500;
	}
	/*PAGE SUB NAV*/
	.sub-nav {
		width:100%;
		position: relative;
		height:auto;
		left: auto;
		margin-left:0px;;
		margin-top:0px;
		top:40px;
	}
	.sticky .sub-nav {
		position: relative;
		top: 40px;
	}
	.sub-nav ul {
		padding-bottom:0px;
		text-align:center;
		border-bottom:#E85E75 solid 3px;
	}
	.sub-nav ul li {
		border-bottom:#E85E75 solid 1px;
	}
	.sub-nav ul li a {
		color:rgba(232,94,117,0.6);
		display:block;
		padding-top:10px;
		padding-bottom:10px;
	}
	.sign-2, .manual-2 {
		display:none;
	}
	.sign-3, .manual-3 {
		width:50%;
		height:140px;
		float:left;
		border:1px solid #E85E75;	
		margin:0px;
		position:relative;
		margin-bottom:30px;
		border-right:none;
	}
	.sign-3 { border-left:none; }
	.sign-3:hover, .manual-3:hover {
		background-color:rgba(232,94,117,0.1);
	}
	.sign-3 a {
		background-position: center top;
		background-repeat:no-repeat;
	}
	.sign-3 a:hover {
		background-position: center;
	}
	.manual-3 a {
		background-position: center top;
		background-repeat:no-repeat;
	}
	.manual-3 a:hover {
		background-position: center;
	}
	.ent-no-data-2:hover {
		background-size:140px 140px;;
	}
	/*PAGE CONTENT*/
	.wrapper {
		width:100%;
		overflow:hidden;
		padding-top:30px;
		padding-bottom:60px;
		padding-left:20px;
		padding-right:20px;
	}
	.content {
		width:100%;
		min-height:100%;
		line-height:2;
		font-weight:300;
		padding-top:30px;
		text-align:justify;
	}
	.no-data {
		height:300px;;
	}
	.content strong {
		font-weight:700;
	}
	.content img {
		max-width:100%;
		height:auto;
	}
	.content p {
		padding-left:20px;
	}
	.content h1 {
		font-size:24px;
		padding-top:5px;
		padding-bottom:5px;
		background-color:#E85E75;
		border-left:##F2D321 solid 6px;
		display:block;
		color:#FFF;
		padding-left:20px;
		line-height:30px;
		font-weight:500;
		margin-top:20px;
		margin-bottom:20px;
	}
	.content h2 {
		display:block;
		color:#E85E75;
		font-size:20px;
		padding-left:20px;
		border-left:#E85E75 solid 6px;
		font-weight:500;
		margin-top:10px;
		margin-bottom:10px;
	}
	.content table {
		max-width:100%;
		text-align:center;
	}
	.content table tr {
	}
	.content table tr th {
		text-align:center;
		font-weight:500;
		border:#CCC solid 1px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.content table tr td {
		border:#CCC solid 1px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.content table tr td b {
		color:#E85E75;
	}
	.content ol {
		list-style:decimal;
		padding-left:40px;
	}
	.content ol li {
		list-style:decimal;
	}
	/*news*/
	.page-content {
		width:100%;
		min-height:100%;
		line-height:2;
		font-weight:300;
		padding-top:30px;
		text-align:justify;
	}
	ul.news-list li {
		background-image:none;
	}
	ul.news-list li:hover {
		background-image:none;
	}
	ul.news-list li:nth-child(odd) {
		background-color:#F7F7F7;
	}
	ul.news-list li a {
		padding-left:20px;
		font-size:18px;
	}
	h1.news-title {
		padding-right:20px;
		padding-left:20px;
	}
	h1.news-title b.news-date {
		display:block;
		padding-left:90px;
		width:100%;
	}
	.sns {
		position: relative;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
	}
	.news-page {
		border-bottom:#F7F7F7 solid 4px;
		border-top:#F7F7F7 solid 4px;
		padding-left:0px;
		padding-right:20px;
		padding-top:40px;
		padding-bottom:40px;
	}
	.news-page strong {
		font-weight:700;
	}
	.news-page img {
		max-width:100%;
		height:auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	.news-page p {
		padding-left:20px;
	}
	.news-page a {
		color:#E85E75;
	}
	.news-page a:hover {
		text-decoration:underline;
	}
	.news-page a img:hover {
		opacity:0.6;
	}
	.news-page h1 {
		font-size:24px;
		padding-top:5px;
		padding-bottom:5px;
		background-color:#E85E75;
		border-left:#5F5E5E solid 6px;
		display:block;
		color:#FFF;
		padding-left:20px;
		line-height:30px;
		font-weight:500;
		margin-top:20px;
		margin-bottom:20px;
		text-align:left;
	}
	.news-page h2 {
		display:block;
		color:#E85E75;
		font-size:20px;
		padding-left:20px;
		border-left:#E85E75 solid 6px;
		font-weight:500;
		margin-top:30px;
		margin-bottom:10px;
	}
	.news-page h3 {
		background-color:#E85E75;
		color:#FFF;
		display:inline-block;
		font-size:16px;
		padding-left:20px;
		padding-right:20px;
		font-weight:400;
		margin-top:10px;
		margin-bottom:10px;
	}
	.news-page table {
		max-width:100%;
		text-align:center;
	}
	.news-page table tr {
	}
	.news-page table tr th {
		text-align:center;
		font-weight:500;
		border:#CCC solid 1px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.news-page table tr td {
		border:#CCC solid 1px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.news-page table tr td b, .content table tr th b {
		color:#E85E75;
	}
	.news-page ol {
		list-style:decimal;
		padding-left:40px;
	}
	.news-page ol li {
		list-style:decimal;
	}
	.news-page ul {
		list-style: disc;
		padding-left:40px;
	}
	.news-page ul li {
		list-style: disc;
	}
	/*EDM*/
	ul.edm-list li {
		width:90%;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
	}
	ul.edm-list li a .edm-thumb {
		height:280px;
	}
	/*PARTNER*/
	.partner-logo {
		max-height:140px;
		text-align:center;
	}
	.partner-logo img {
		max-height:140px;
		width:auto;
		max-width:100%;
		height:auto;
	}
	h2.partner-title {
		text-align:center;
	}
	a.partner-link {
		text-align:center;
		position: relative;
		width:100%;
	}
	/*FAQ*/
	ul.faq {
		text-align: center;
	}
	ul.faq li {
		display:inline-block;
		width:100%;
		height:80px;
		margin-top:20px;
		margin-bottom:20px;
		margin-left:0px;
		margin-right:0px;
		text-align:left;
	}
	ul.faq li a {
		display:block;
		width:100%;
		padding-top:10px;
		padding-left:120px;
		height:80px;
		line-height:30px;
		font-size:20px;
		background-position:20px center;
		background-size:80px 80px;
	}
	ul.faq-page-nav li {
		display:inline-block;
		width:100%;
		height:80px;
		margin-left:0px;
		margin-right:0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
}