/* Style for PCs */
@media screen and (min-width: 1025px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	
	
	/* Header */
	#header {
	width: 100%;
	height: 125px;
	display: block;
	position: fixed;
	padding: 0 10px;
	top:0;
	left:0;
	z-index:19000;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	#hrbody {
	width: 100%;
	max-width:1400px;
	height: 125px;
	display: block;
	margin:0 auto;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	
	#header #hr01 {
	width:37.5%;
	height: 125px;
	display: block;
	float:left;
	padding-top:45px;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	
	
	#header h1 {
		width:25%;
	height: 125px;
	display: block;
	float:left;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	
	#header h1 a {
		width:100%;
		height:125px;
		display:block;
		margin:0 auto;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:center 80%;
		background-size:auto 60px;
		text-indent:-9999px;
		-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	
	#header #hr02 {
	width:37.5%;
	height: 125px;
	display: block;
	float:right;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	
	/* SNS menu */
	#hric {
	width:240px;
	height: 40px;
	display: block;
	margin-bottom: 5px;
	margin-right:0.5%;
	float: right;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	#hric li {
	height: 40px;
	display: block;
	float: left;
	}
	#hric li a {
	height: 40px;
	display: block;
	text-decoration: none;
	}
	#hric li a#hric-fb {
	width:40px;
	text-indent: -9999px;
	background-image: url(../img/header/ic-fb.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	}
	#hric li a#hric-mail {
	width:40px;
	text-indent: -9999px;
	background-image: url(../img/header/ic-mail.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	}
	#hric li a#hric-tel {
	width:160px;
	text-indent: -9999px;
	background-image: url(../img/header/ic-tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding:0 4px 0 0px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 40px;
	font-weight: 400;
	color:#fff;
	text-align: right;
	}
	
	/* PC menu */
	#header ul.pcm {
	width:100%;
	height: 80px;
	display: block;
	clear: both;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	#header ul.pcm li {
	width: 33.333333333333%;
	height: 80px;
	display: block;
	padding:0 0.5%;
	float: left;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
	}
	#header ul.pcm li a {
	width:100%;
	height: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	color:#fff;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 50px 0 10px 0;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: auto 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	}
	#header ul.pcm li a:hover {
	background-color: rgba(255,255,255,0.20);
	color:#fff;
	}
	
	/* PC menu icons */
	#header ul.pcm li a#pcm-stock {
	background-image: url(../img/header/ic-stock.svg);
	}
	#header ul.pcm li a#pcm-trade {
	background-image: url(../img/header/ic-trade.svg);
	}
	#header ul.pcm li a#pcm-chukai {
	background-image: url(../img/header/ic-chukai.svg);
	}
	#header ul.pcm li a#pcm-access {
	background-image: url(../img/header/ic-access.svg);
	}
	#header ul.pcm li a#pcm-company {
	background-image: url(../img/header/ic-company.svg);
	}
	#header ul.pcm li a#pcm-link {
	background-image: url(../img/header/ic-link.svg);
	}


	#header ul.pcm li a#pcm-youtube {
	background-image: url(../img/header/ic-youtube.svg);
	}


	
	/* Menu */
	#menubody {
		display:none;
	}
	a.menu-link {
		display:none;
	}
	.js nav[role=navigation] {
		display:none;
	}
	nav[role=navigation] ul {
		display:none;

	}

	nav[role=navigation]  li {
		display:none;
	}
	nav[role=navigation] li a {
		display:none;
	}
	nav[role=navigation] li a:hover {
		display:none;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#d0d0d0;
	}
	#footer #ftbody {
		width:auto;
		max-width:1160px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	  font-family: 'Roboto', sans-serif;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
		font-family: 'Roboto', sans-serif;
	}
	#footer a {
		color:#d0d0d0;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	
}



/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}

	/* Header */
	#header {
	width: 100%;
	height: 70px;
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index:15000;
	}
	#hrbody {
	width:100%;
	height: 70px;
	display:block;
	margin:0 auto;
	}
	#header h1 {
	width:50%;
	height: 70px;
	display:block;
	}
	#header h1 a {
		width:100%;
		height:70px;
		display:block;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:20px center;
		background-size:auto 60px;
		text-indent:-9999px;
	}
	#header #hr01 {
		display:none;
	}
	#header #hr02 {
		display:none;
	}

	/* Menu */
	p#pmenubn {
	width:70px;
	height:70px;
	display:block;
	position: fixed;
	top:0px;
	right:0px;
	z-index:21500;
	}
	#menubody {
		width:100%;
		height: auto;
		display: block;
		position:fixed;
		z-index:19998;
		background-color: rgba(0,0,0,0.80);
	}

	a.menu-link {
		width:70px;
		height:70px;
		display: block;
		text-indent: -9999px;
		background-color:rgba(33,106,180,0.90);
		background-image: url(../img/header/ic-menu.svg);
		background-repeat: no-repeat;
		background-size: 70px 70px;
		background-position: center center;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		margin-top:-600px;
	}
	nav[role=navigation].active {
		width:100%;
		height: auto;
		display: block;
		filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
		margin-top:0vh;
	}
	nav[role=navigation] ul {
	display: block;
	margin:100px 5% 50px;
	}
	nav[role=navigation] ul li {
		width:25%;
		height: auto;
		display: block;
		padding:1px;
		float: left;
	}
	nav[role=navigation] li a {
		width:100%;
		height: 150px;
		display: block;
		text-align: center;
		text-decoration:none;
		font-size:14px;
		line-height: 20px;
		font-weight: 700;
		color:#fff;
		background-color:rgba(33,106,180,0.90);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:100px 0 20px 0;
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: auto 60px;
	}
	nav[role=navigation] li a#m-stock {
	background-image: url(../img/header/ic-stock.svg);
	}
	nav[role=navigation] li a#m-trade {
	background-image: url(../img/header/ic-trade.svg);
	}
	nav[role=navigation] li a#m-chukai {
	background-image: url(../img/header/ic-chukai.svg);
	}
	nav[role=navigation] li a#m-access {
	background-image: url(../img/header/ic-access.svg);
	}
	nav[role=navigation] li a#m-company {
	background-image: url(../img/header/ic-company.svg);
	}
	nav[role=navigation] li a#m-link {
	background-image: url(../img/header/ic-link.svg);
	}
	nav[role=navigation] li a#m-contact {
	background-image: url(../img/header/ic-mail.svg);
	}
	nav[role=navigation] li a#m-home {
	background-image: url(../img/header/ic-home.svg);
	}

	nav[role=navigation] li a#m-youtube {
	background-image: url(../img/header/ic-youtube.svg);
	}


	
	nav[role=navigation] li a:active {
		background-color:rgba(8,174,233,1.00);
	}




	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
		background-color:rgba(0,58,147,0.95);
	}
	#footer #ftbody {
		width:auto;
		max-width:1400px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:none;
	}
	

}




/* Style for TabletPCs Large models */
@media screen and (min-width: 481px) and (max-width: 768px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}

	/* Header */
	#header {
	width: 100%;
	height: 70px;
	display: block;
		position:absolute;
	top:0;
	left:0;
	z-index:15000;
	}
	#hrbody {
	width:100%;
	height: 70px;
	display:block;
	margin:0 auto;
	}
	#header h1 {
	width:50%;
	height: 70px;
	display:block;
	}
	#header h1 a {
		width:100%;
		height:70px;
		display:block;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:20px center;
		background-size:auto 50px;
		text-indent:-9999px;
	}
	#header #hr01 {
		display:none;
	}
	#header #hr02 {
		display:none;
	}

	/* Menu */
	p#pmenubn {
	width:70px;
	height:70px;
	display:block;
		position:absolute;
	top:0px;
	right:0px;
	z-index:21500;
	}
	#menubody {
		width:100%;
		height: auto;
		display: block;
		position:absolute;
		z-index:19998;
		background-color: rgba(0,0,0,0.80);
	}

	a.menu-link {
		width:70px;
		height:70px;
		display: block;
		text-indent: -9999px;
		background-color:rgba(33,106,180,0.90);
		background-image: url(../img/header/ic-menu.svg);
		background-repeat: no-repeat;
		background-size: 70px 70px;
		background-position: center center;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		margin-top:-1000px;
	}
	nav[role=navigation].active {
		width:100%;
		height: auto;
		display: block;
		filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
		margin-top:0vh;
	}
	nav[role=navigation] ul {
	display: block;
	margin:100px 5% 50px;
	}
	nav[role=navigation] ul li {
		width:50%;
		height: auto;
		display: block;
		padding:1px;
		float: left;
	}
	nav[role=navigation] li a {
		width:100%;
		height: 80px;
		display: block;
		text-align: center;
		text-decoration:none;
		font-size:14px;
		line-height: 20px;
		font-weight: 700;
		color:#fff;
		background-color:rgba(33,106,180,0.90);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:50px 0 5px 0;
		background-position: center 10px;
		background-repeat: no-repeat;
		background-size: auto 36px;
	}
	nav[role=navigation] li a#m-stock {
	background-image: url(../img/header/ic-stock.svg);
	}
	nav[role=navigation] li a#m-trade {
	background-image: url(../img/header/ic-trade.svg);
	}
	nav[role=navigation] li a#m-chukai {
	background-image: url(../img/header/ic-chukai.svg);
	}
	nav[role=navigation] li a#m-access {
	background-image: url(../img/header/ic-access.svg);
	}
	nav[role=navigation] li a#m-company {
	background-image: url(../img/header/ic-company.svg);
	}
	nav[role=navigation] li a#m-link {
	background-image: url(../img/header/ic-link.svg);
	}
	nav[role=navigation] li a#m-contact {
	background-image: url(../img/header/ic-mail.svg);
	}
	nav[role=navigation] li a#m-home {
	background-image: url(../img/header/ic-home.svg);
	}
	
	nav[role=navigation] li a:active {
		background-color:rgba(8,174,233,1.00);
	}


	nav[role=navigation] li a#m-youtube {
	background-image: url(../img/header/ic-youtube.svg);
	}


	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
		background-color:rgba(0,58,147,0.95);
	}
	#footer #ftbody {
		width:auto;
		max-width:1400px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:none;
	}
	

}



/* Style for Smartphonea */
@media screen and (max-width: 480px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}

	/* Header */
	#header {
	width: 100%;
	height: 70px;
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index:15000;
	}
	#hrbody {
	width:100%;
	height: 70px;
	display:block;
	margin:0 auto;
	}
	#header h1 {
	width:50%;
	height: 70px;
	display:block;
	}
	#header h1 a {
		width:100%;
		height:70px;
		display:block;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:20px center;
		background-size:auto 40px;
		text-indent:-9999px;
	}
	#header #hr01 {
		display:none;
	}
	#header #hr02 {
		display:none;
	}

	/* Menu */
	p#pmenubn {
	width:70px;
	height:70px;
	display:block;
		position:absolute;
	top:0px;
	right:0px;
	z-index:21500;
	}
	#menubody {
		width:100%;
		height: auto;
		display: block;
		position:absolute;
		z-index:19998;
		background-color: rgba(0,0,0,0.80);
	}

	a.menu-link {
		width:70px;
		height:70px;
		display: block;
		text-indent: -9999px;
		background-color:rgba(33,106,180,0.90);
		background-image: url(../img/header/ic-menu.svg);
		background-repeat: no-repeat;
		background-size: 70px 70px;
		background-position: center center;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		margin-top:-1000px;
	}
	nav[role=navigation].active {
		width:100%;
		height: auto;
		display: block;
		filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
		margin-top:0vh;
	}
	nav[role=navigation] ul {
	display: block;
	margin:90px 5% 30px;
	}
	nav[role=navigation] ul li {
		width:50%;
		height: auto;
		display: block;
		padding:1px;
		float: left;
	}
	nav[role=navigation] li a {
		width:100%;
		height: 80px;
		display: block;
		text-align: center;
		text-decoration:none;
		font-size:14px;
		line-height: 20px;
		font-weight: 700;
		color:#fff;
		background-color:rgba(33,106,180,0.90);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:50px 0 5px 0;
		background-position: center 10px;
		background-repeat: no-repeat;
		background-size: auto 36px;
	}
	nav[role=navigation] li a#m-stock {
	background-image: url(../img/header/ic-stock.svg);
	}
	nav[role=navigation] li a#m-trade {
	background-image: url(../img/header/ic-trade.svg);
	}
	nav[role=navigation] li a#m-chukai {
	background-image: url(../img/header/ic-chukai.svg);
	}
	nav[role=navigation] li a#m-access {
	background-image: url(../img/header/ic-access.svg);
	}
	nav[role=navigation] li a#m-company {
	background-image: url(../img/header/ic-company.svg);
	}
	nav[role=navigation] li a#m-link {
	background-image: url(../img/header/ic-link.svg);
	}
	nav[role=navigation] li a#m-contact {
	background-image: url(../img/header/ic-mail.svg);
	}
	nav[role=navigation] li a#m-home {
	background-image: url(../img/header/ic-home.svg);
	}
	
	nav[role=navigation] li a:active {
		background-color:rgba(8,174,233,1.00);
	}



	nav[role=navigation] li a#m-youtube {
	background-image: url(../img/header/ic-youtube.svg);
	}

	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
		background-color:rgba(0,58,147,0.95);
	}
	#footer #ftbody {
		width:auto;
		height:auto;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
width:100%;
height: 40px;
display: block;
font-size:14px!important;
line-height: 40px!important;
border-bottom: 1px solid rgba(149,174,201,1.00);
	}
	#footer p {
	width:100%;
height: 40px;
display: block;
		font-size:0.8em!important;
		color:#d0d0d0;
		line-height:40px!important;
		letter-spacing: 0px!important;
		margin-bottom: 0!important;
	}
	#footer a {
	width:100%;
height: 40px;
display: block;
		color:#fff;
		text-decoration:none;
	}
	#footer a:active {
	width:100%;
height: 40px;
display: block;
		color:#fff;
		text-decoration:none;
		background-color:rgba(8,174,233,1.00);
	}
	
}


.chukai-l-tit{
	font-size: 48px;
	text-align: center;

	margin-bottom: 20px;
	line-height: 1.2;

}


.chukai-l-tit span{
	font-size: 22px;
	display: block;
	padding-top: 15px;
}


.txtbn2-center{

	display: table;
	margin: 0 auto;
	margin-bottom: 60px;
}




.actel-2 a {
    width: 275px;
    height: 30px;
    display: block;
    margin: 0 auto;
    text-align: right;
    color: #003a93;
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
}

p.actel-2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0px !important;
}

.actel-add{
	padding-top: 12px;
	text-align: center;
	margin-bottom: 0px !important;

}

.actel-wrap{
	border: 1px solid #0137b1;
	padding: 30px 30px 20px;
	display: table;
	margin: 0 auto;

}



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

.chukai-l-tit{
	font-size: 30px;
	text-align: center;

	margin-bottom: 20px;
	line-height: 1.2;


}

.chukai-l-tit span{
	padding-top: 15px;
	font-size: 20px;


}






}
