*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

html {
	overflow-y: scroll;
}

body {
	overflow-x: visible;
	overflow-y: visible;
	font-size: 15px;
	line-height: 20px;
	font-family:"MS ゴシック", "MS PGothic", sans-serif;
	color: #b3b9bf;
	background: #FFFFFF;
}


a:link {
	color: #1b9bc0;
}

a:visited {
	color: #1b9bc0;
}

a:hover {
	color: #1b9bc0;
}

a:active {
	color: #1b9bc0;
}

h1 {
	margin: 10px 0px;
	color: white;
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	text-align: center;
}

h1.company_logo {
	background-image:url(../images/slider/slider1.png);
	background-repeat:no-repeat;
	width: 289px;
	height: 69px;
	text-indent: -99999999px;
	margin: 58px auto 0 auto;
}

h2 {
	margin: 10px 0px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
}

h3 {
	margin: 10px 0px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}

h4 {
	margin: 0px 0px 10px;
	padding-top: 5px;
	color: white;
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	text-align: center;
}

h5 {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

h6 {
	margin: 10px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

p {
	margin-bottom: 5px;
	color: #999999;
	text-align: left;
}

a {
	text-decoration: none;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container {
	margin-top: auto;
	margin-bottom: auto;
}

.nav {
	margin-top: 0px;
}

/* slider Start */

.sp-slideshow {
    position: relative;
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
    min-width: 100%;
    height: 168px;  
}

.sp-content {
    background: url(../images/slider/back.png) no-repeat scroll 0 0;
    position: relative;
    width: 100%;
    /* background-size: cover; */
    height: 100%;
    overflow: hidden;
    background-position: center left;
	padding-right:70px;
}

/*
.sp-parallax-bg {
    background: url(../images/slider/cloud.png) repeat-x scroll 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-color: rgba(12, 19, 29, 0.94);
    overflow: hidden;
}
*/

.sp-parallax-bg {
    background-color: #1b9bc0;
}

.sp-slideshow input {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 9px;
    height: 9px;
    z-index: 1001;
    cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.sp-slideshow input + label {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 6px;
    height: 6px;
    display: block;
    z-index: 1000;
    border: 3px solid #fff;
    border: 3px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color linear 0.1s;
    -moz-transition: background-color linear 0.1s;
    -o-transition: background-color linear 0.1s;
    -ms-transition: background-color linear 0.1s;
    transition: background-color linear 0.1s;
}
.sp-slideshow input:checked + label {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.sp-selector-1, .button-label-1 {
}

.sp-selector-2, .button-label-2 {
    margin-left: -18px;
}

.sp-selector-4, .button-label-4 {
    margin-left: 18px;
}

.sp-selector-5, .button-label-5 {
    margin-left: 36px;
}

.sp-arrow {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 38px;
    margin-top: -19px;
    display: none;
    opacity: 0.8;
    cursor: pointer;
    z-index: 1000;
    background: transparent url(../images/slider/arrows.png) no-repeat;
    -webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}

.sp-arrow:hover{
    opacity: 1;
}

.sp-arrow:active{
    margin-top: -18px;
}

.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
    right: 15px;
    display: block;
    background-position: top right;
}

.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: 15px;
    display: block;
    background-position: top left;
}

.sp-slideshow input:checked ~ .sp-content {
    -webkit-transition: background-position linear 0.6s, background-color linear 0.8s;
    -moz-transition: background-position linear 0.6s, background-color linear 0.8s;
    -o-transition: background-position linear 0.6s, background-color linear 0.8s;
    -ms-transition: background-position linear 0.6s, background-color linear 0.8s;
    transition: background-position linear 0.6s, background-color linear 0.8s;
}

.sp-slideshow input:checked ~ .sp-content .sp-parallax-bg {
    -webkit-transition: background-position linear 0.7s;
    -moz-transition: background-position linear 0.7s;
    -o-transition: background-position linear 0.7s;
    -ms-transition: background-position linear 0.7s;
    transition: background-position linear 0.7s;
}

input.sp-selector-1:checked ~ .sp-content {
    background-position: 0 0;
    background-color: #727b7f;
}

input.sp-selector-2:checked ~ .sp-content {
    background-position: -100px 0;
    background-color: #7f7276;
}

input.sp-selector-3:checked ~ .sp-content {
    background-position: -200px 0;
    background-color: #737f72;
}

input.sp-selector-4:checked ~ .sp-content {
    background-position: -300px 0;
    background-color: #79727f;
}

input.sp-selector-5:checked ~ .sp-content {
    background-position: -400px 0;
    background-color: #7d7f72;
}

input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
    background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
    background-position: -200px 0;
}

input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
    background-position: -400px 0;
}

input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
    background-position: -600px 0;
}

input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
    background-position: -800px 0;
}

.sp-slider {
    position: relative;
    left: 0;
    width: 500%;
    height: 100%;
    list-style: none;
    -webkit-transition: left ease-in 0.8s;
    -moz-transition: left ease-in 0.8s;
    -o-transition: left ease-in 0.8s;
    -ms-transition: left ease-in 0.8s;
    transition: left ease-in 0.8s; 
}

.sp-slider > li {
    color: #fff;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    float: left;
    text-align: center;
    opacity: 0.4;
    -webkit-transition: opacity ease-in 0.4s 0.8s;
    -moz-transition: opacity ease-in 0.4s 0.8s;
    -o-transition: opacity ease-in 0.4s 0.8s;
    -ms-transition: opacity ease-in 0.4s 0.8s;
    transition: opacity ease-in 0.4s 0.8s; 
}
.sp-slider > li img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 60px 0 0 0;
    max-height: 100%;
    max-width: 100%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -100%;
}

input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -200%;
}

input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -300%;
}

input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -400%;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5){
    opacity: 1;
}


.sliderarea {
  height: auto;
  margin-bottom: 0px;
}

.imageonslide {
  margin-bottom: 0px;
}
.slidecontain {
  background-color: snow;
}

.mk {
  position: relative;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
}
.slidersection {
  display: block;
  padding-top: 40px;
  background: rgba(255, 255, 255, 0);
}

/* Slide End */

.logo {
  margin-top: 0px;
}

.menu-li {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size:18px;
	color: #1b9bc0;
	font-weight:900;
}

.menu-li:hover {
	border-top-style: none;
	background-color: #d9eef4;
	color: #1b9bc0;
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight:900;
}

.parlex {
	position: static;
	overflow-x: visible;
	overflow-y: visible;
	width: 100%;
	margin-bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parlex-back {
	padding-top: 15px;
	background-color:#bee8f3;
}

.wrap {
	margin-top: 30px;
	margin-bottom: 70px;
	width:100%;
}
  
.wrap_about {
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 40px 10px;
	border-bottom: 0px none black;
	color: #333;
	width: 600px;
}
  
.wrap_service {
	margin: 40px 0 70px 11px;
	width:100%;
}

.wrap_service2 {
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
}

.wrap_contact {
	margin: 40px 0 70px 11px;
	width:100%;
	height:480px;
}
    
#aboutback {
	background-image:url(../images/about_us_back.png);
	background-position: 50px -52px;	
	background-repeat:no-repeat;
	height:100%;
}

.wrap-footer {
	margin-top: 7px;
	margin-bottom: 0;
	padding: 40px;
	border-bottom: 0px none black;
}

/* service */

.services {
	width:95%;
	margin:0 10px 0 10px;
	clear:both;
}

.service-combo {
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
}

.service-h1 {
	padding-bottom: 12px;
	border-bottom: 2px solid #474747;
}

.service-button {
	display: block;
	margin: 10px auto;
	padding: 8px;
	background-image: -webkit-linear-gradient(#13ad7d, #13ad7d);
	background-image: -o-linear-gradient(#13ad7d, #13ad7d);
	background-image: linear-gradient(#13ad7d, #13ad7d);
	box-shadow: none;
	text-align: center;
}

.services-box1 {
  height:100%;
}
  
.services-box2 {
  height:100%;
}

.services-box3 {
	height:100%;
}

.services-title {
	font-weight:100;
	font-size:24px;
	color:#1b9bc0;
	letter-spacing: 0.1em;
	width:620px;
	float:left;
	clear:both;
	margin:-100px 0 0 180px;
	line-height:1.5em;
}

.services-text {
	font-weight:600;
	font-size:16px;
	color:#1b9bc0;
	line-height: 1.5em;
	width:620px;
	float:left;
	margin:-60px 0 0 180px;
	clear:both;
}

.services-detail {
	font-weight:100;
	font-size:14px;
	color: #999999;
	width:620px;
	line-height: 1.5em;
	padding-top: 0;
	float:left;
	margin:0 0 0 180px;
	clear:both;
}

.services-detail p{
  color: #999999;
  margin-top:30px;
}

.services-detail2 {
	font-weight:100;
	font-size:14px;
	color: #999999;
	width:620px;
	line-height: 1.5em;
	float:left;
	margin:0 0 50px 180px;
	clear:both;

}

.services-detail2 p{
	color: #999999;
	margin-top:20px;
}

.services-detail3 {
	font-weight:100;
	font-size:14px;
	color: #999999;
	width:620px;
	line-height: 1.5em;
	float:left;
	margin:0 0 30px 180px;
	clear:both;
}

.services-detail3 p{
	color: #999999;
	margin-top:20px;
}

.service-heading {
	color: #3399cc;
	font-family:"Century Gothic";
	font-weight:100;
	text-align:left;
	letter-spacing: 0.5em
}

.service-japanese {
	color: #1b9bc0;
	font-size: 26px;
	margin-top: 15px;
	font-weight:100;
	letter-spacing: 0.5em
}

.service-parlex {
	padding-top: 0px;
}

.sepreater.service {
	border-bottom-color: white;
	box-shadow: none;
}

.parlex.service-parlex {
	background-image: none;
	background-position: 0% 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
}

/* service */


/* contact */
.contact {
	width:95%;
	margin:0 10px 0 10px;
}

.contact-combo {
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
}

.contact-h1 {
	padding-bottom: 12px;
	border-bottom: 2px solid #474747;
}

.contact-button {
	display: block;
	margin: 10px auto;
	padding: 8px;
	background-image: -webkit-linear-gradient(#13ad7d, #13ad7d);
	background-image: -o-linear-gradient(#13ad7d, #13ad7d);
	background-image: linear-gradient(#13ad7d, #13ad7d);
	box-shadow: none;
	text-align: center;
}

.contact-box1 {
	margin-bottom: 20px;
	color: white;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	background-position: 0 0;
	background-repeat:no-repeat;
	height:100%;
	padding:50px 20px 0 20px;
	margin-left:auto;
	margin-right: auto;
	margin-top:50px;
}

.contact-box2 {
	margin-bottom: 0px;
	color: white;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	background-position: 0 0;
	background-repeat:no-repeat;
	height:100%;
	padding:50px 20px 0 20px;
	margin-left:auto;
	margin-right: auto;
	margin-top:50px;
}

.contact-heading {
	color: #3399cc;
	font-family:"Century Gothic";
	font-weight:100;
	text-align:left;
	letter-spacing: 0.5em
}

.contact-japanese {
	color: #1b9bc0;
	font-size: 26px;
	margin-top: 15px;
	font-weight:100;
	letter-spacing: 0.5em
}

.contact-title {
	font-weight:100;
	font-size:24px;
	color:#1b9bc0;
	letter-spacing: 0.1em;
	width:660px;
	float:left;
	clear:both;
	margin:-80px 0 0 150px;
	line-height:1.5em;
}

.contact-text {
	font-weight:600;
	font-size:16px;
	color:#1b9bc0;
	line-height: 1.5em;
	width:620px;
	float:left;
	margin:-60px 0 0 155px;
	clear:both;
}
.contact-detail {
	font-weight:100;
	font-size:14px;
	color: #777777;
	line-height: 1.5em;
	float:left;
	margin:60px 0 0 50px;
	margin:100px 0 0 50px\9;
	clear:both;
}
.contact-detail b{
    font-size:16px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.contact-detail:not(:target) {
	  margin:100px 0 0 50px;
}
}

.contact-detail p{
	color: #888888;
}


/* Privacy Policy*/
.privacy_policy {
	width:95%;
	margin:0 10px 0 10px;
	clear:both;
}

.privacy_policy-combo {
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
	margin-top:-70px;
}

.privacy_policy-h1 {
	padding-bottom: 12px;
	border-bottom: 2px solid #474747;
}

.privacy_policy-button {
	display: block;
	margin: 10px auto;
	padding: 8px;
	background-image: -webkit-linear-gradient(#13ad7d, #13ad7d);
	background-image: -o-linear-gradient(#13ad7d, #13ad7d);
	background-image: linear-gradient(#13ad7d, #13ad7d);
	box-shadow: none;
	text-align: center;
}

.privacy_policy-box1 {
	height:100%;
}

.privacy_policy-box2 {
  height:100%;
}
.privacy_policy-box3 {
	height:100%;
}

.privacy_policy-heading {
  color: #3399cc;
  font-family:"Century Gothic";
  font-weight:100;
  text-align:left;
  letter-spacing: 0.5em
}

.privacy_policy-japanese {
 color: #1b9bc0;
 font-size: 26px;
 margin-top: 15px;
 font-weight:100;
 letter-spacing: 0.5em
}

.privacy_policy-title {
	font-weight:100;
	font-size:22px;
	color:#1b9bc0;
	line-height:1.5em;
	width:95%;
	float:left;
	clear:both;
	margin:50px 0 0 20px;
}

.privacy_policy-text {
	font-weight:bold;
	font-size:16px;
	color:#999999;
	line-height: 2.0em;
	width:90%;
	float:left;
	margin:40px 0 0 40px;
	clear:both;
}

.privacy_policy-detail {
	font-weight:100;
	font-size:14px;
	color: #999999;
	width:90%;
	line-height: 1.5em;
	padding-top: 0;
	float:left;
	margin:-5px 0 0 40px;
	clear:both;
}

.privacy_policy-text2 {
	font-weight:bold;
	font-size:16px;
	color:#999999;
	line-height: 2.0em;
	width:90%;
	float:left;
	margin:30px 0 0 40px;
	clear:both;
}

.privacy_policy-detail{
	color: #999999;
	margin-top:10px;
}

.privacy_policy-parlex {
	padding-top: 0px;
}

.sepreater.privacy_policy {
	border-bottom-color: white;
	box-shadow: none;
}

.parlex.privacy_policy-parlex {
	background-image: none;
	background-position: 0% 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
}

.privacy_policy_parlex-back {
	padding-top: 15px;
	background-color:#bee8f3;
	height:1200px;
	padding-top:75px;
}

.privacy_policy_img {
	background-image:url(../images/privacy_policy.png);
	background-repeat:no-repeat;
	display: block;
	width:162px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	margin: -80px auto 0 75px;
}

.privacy-policy{
    background: #bee8f3;
}

/* confirm */
.confirm {
	width:95%;
	margin:0 10px 0 10px;
	clear:both;
}

.confirm-combo {
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
}

.confirm-title {
	font-weight:100;
	font-size:22px;
	color:#1b9bc0;
	line-height:1.5em;
	width:95%;
	float:left;
	clear:both;
	margin:50px 0 0 20px;
}

.confirm-text {
	font-weight:bold;
	font-size:16px;
	color:#888888;
	line-height: 2.0em;
	width:90%;
	float:left;
	margin:40px 0 0 40px;
	clear:both;
}

.confirm-text2 {
	font-size:16px;
	color:#888888;
	line-height: 2.0em;
	width:90%;
	float:left;
	margin:60px 0 30px 40px;
	clear:both;
	hegith:100%;
}

.confirm-heading {
	color: #3399cc;
	font-family:"Century Gothic";
	font-weight:100;
	text-align:left;
	letter-spacing: 0.5em
}

.confirm-japanese {
	color: #1b9bc0;
	font-size: 26px;
	margin-top: 15px;
	font-weight:100;
	letter-spacing: 0.5em
}

.confirm-parlex {
	padding-top: 0px;
}

.confirm_parlex-back {
	padding-top: 15px;
	background-color:#bee8f3;
	height:650px;
	padding-top:75px;
}

.confirm-detail {
	font-weight:100;
	font-size:14px;
	color: #888888;
	text-align:center;	
	margin:20px 0 20px 0;
	clear:both;
}

/* 404 */

.wrap_pnf404 {
	margin-top: 40px;
	margin-bottom: 70px;
	width:100%;
}

.pnf404-combo {
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
}

.pnf404-title {
	font-weight:100;
	font-size:22px;
	color:#1b9bc0;
	line-height:1.5em;
	width:95%;
	float:left;
	clear:both;
	margin:50px 0 0 20px;
}

.pnf404-text {
	font-weight:bold;
	font-size:16px;
	color:#999999;
	line-height: 2.0em;
	width:90%;
	float:left;
	margin:40px 0 0 40px;
	clear:both;
}

.pnf404-heading {
	color: #3399cc;
	font-family:"Century Gothic";
	font-weight:100;
	text-align:left;
	letter-spacing: 0.5em
}

.pnf404-japanese {
	color: #1b9bc0;
	font-size: 26px;
	margin-top: 15px;
	font-weight:100;
	letter-spacing: 0.5em
}

.pnf404-parlex {
	padding-top: 0px;
}

.pnf404_parlex-back {
	padding-top: 15px;
	background-color:#bee8f3;
	height:750px;
	padding-top:75px;
}

.pnf404-detail {
	font-weight:100;
	font-size:14px;
	color: #999999;
	text-align:center;	
	margin:20px 0 20px 0;
	clear:both;
}

.pnf404s-box1 {
	height:100%;
}
  
.pnf404-box2 {
	height:100%;
}
.pnf404-box3 {
	height:100%;
}
/* 404 end */


.fixed-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color:#F3F3F3;
}
.navbar {
}

/* About */
.about-text {
	display: block;
	margin: 20px auto;
	padding-left: 0px;
	color: white;
	text-align: center;
}

.about-heading {
	color: #1b9bc0;
	text-align:left;
}

.about-des {
	color: #AAA;
	text-align: left;
	line-height: 2.5em;
	font-size:16px;
	font-family:"MS ゴシック", "MS PGothic", sans-serif;
	margin-bottom:-50px;
	font-weight:600;
}

.about-img {
	display: block;
	margin: 50px auto 35px;
	text-align: center;
}

.about-parlex {
	padding-top: 15px;
}

/* Contact */
.parlex8-back {
	padding-top: 15px;
	background-color: #83cddf;
}

.contact-para {
	margin-top: 20px;
	margin-bottom: 30px;
	color: white;
	text-align: center;
}

.btn-ex-one {
	margin-top: 30px;
	float: left;
}

/* Footer */
.footer-parlex {
	background-attachment: fixed;
	background-size: cover;
	background-position: center bottom;
}

.parlex9-back {
	 background-color: #FFFFFF;
}

.footer-logo {
	display: block;
	margin: 0px auto 20px;
}

.fotter-quote {
text-align: center;
font-size: 14px;
color: #1b9bc0;
}

.fotter-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff7f7;
  text-align: center;
}

.copyright-area {
	text-align: center;
	font-size: 14px;
	color: #1b9bc0;
}




.sliderback { background:#1b9bc0; height:100%x;
}

.underline {
	border-bottom: solid 1px #1b9bc0;
}

/* Mail Form Start*/
#Mailform {
	z-index:1;
	width:750px;
	height:517px;
	margin: 30px 0 30px 40px;
	background: url(../images/form/mailback.png) no-repeat scroll 0 0;
	clear:both;
}

.infocol {
	float:right;
	width:340px;
	margin-top:75px;
}

.form_message {
	float:left;
	margin:-430px 0 0 10px;
	clear:both;
}

.form_name {
	margin: 122px 0 0 0;
	clear:both;
}

.company_name {
	margin: 30px 0 0 0;
	clear:both;
}

.form_number {
	margin: 30px 0 0 0;
	clear:both;
}

.form_mail {
	margin: 35px 0 0 0;
	clear:both;
}

.form_mail2 {
	margin: 30px 0 0 0;
	clear:both;
}

.bottomcol {
	margin-top: 10px;
	text-align:center;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

input{
    border:none;
    background:none;
	font-size:18px;
	
}

input[type="text"] {
	color: #777777;
}

input title{
	visibility: hidden;
}


textarea {
    outline:0;
	border:none;
	*border:0;
	background-color:transparent;
	resize: none;
	color:#777777;
	font-size:18px;
	margin:80px 0 0 30px;
	line-height:1.5em;
}

button {
    border:none;
    background-color:#83cddf;
	clear:both;
	padding:0;
}

.goods {
	z-index:99;
	margin:0px 0 0 660px;
	position:absolute;
	background-image:url(../images/form/goods.png);
	width:431px;
	height:240px;
	
}


.solution{
	background-image:url(../images/services/solution_pc.png);
	background-repeat:no-repeat;
	width:140px;
	height:126px;
	float:left;
	margin: 60px auto 0 20px;
	text-indent: -9999px;
	clear:both;
}

.visual{
	background-image:url(../images/services/visual_pc.png);
	background-repeat:no-repeat;
	width:137px;
	height:123px;
	float:left;
	margin: 60px auto 0 20px;
	text-indent: -9999px;
	clear:both;
	
}

.printing{
	background-image:url(../images/services/printing_pc.png);
	background-repeat:no-repeat;
	width:137px;
	height:123px;
	float:left;
	margin: 60px auto 0 20px;
	text-indent: -999999px;
	clear:both;
}

.mail{
	background-image:url(../images/services/mail_pc.png);
	background-repeat:no-repeat;
	width:137px;
	height:123px;
	float:left;
	margin: 60px auto 0 20px;
	text-indent: -9999px;
	clear:both;
}

#sakuhin {
	margin:0 0 0 200px;
	color: #1b9bc0;
	border: solid 1px #1b9bc0;
	padding:0 20px 20px 20px;
	border-radius: 8px;
	width: 575px;
	z-index:1;
	position: relative;
}

#sakuhin span{
	color: #1b9bc0;
}

label{
	margin: 10px auto 10px auto;
	color:#777777;
	text-align:center;
}

.jisseki {
	width:611px;
	height:27px;
	margin:-10px auto 20px auto;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	text-align:center;
	text-indent:-99999999px;
}
.ec_info_ti {
	width:611px;
	height:27px;
	margin:0px auto 20px auto;
	background-image:url(../images/title2.png);
	background-repeat:no-repeat;
	text-align:center;
	text-indent:-99999999px;
}

/* Mail Form Confirm */
#formWrap {
	width:700px;
	margin:0 auto;
	color:#777777;
	line-height:120%;
	font-size:90%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #BBBBBB;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:bold;
	background:#92dff3;
	text-align:left;
	color:#1b9bc0;
}

table.formTable td{
	width:70%;
	background:#a9e4f3;
	text-align:left;
	color:#888888;
}

p.error_messe{
	margin:5px auto;
	color:red;
	width:300px;
	
}

.services-text {
  font-weight:600;
  font-size:16px;
  color:#1b9bc0;
  line-height: 1.5em;
  width:620px;
  float:left;
  margin:-60px 0 0 180px;
  clear:both;
}


#submit_button {
	padding:10px 20px;
	font-size: 16px;
	color:#77777;
	
}

.button_align {
	text-align:center;
	margin-top:0;
}

.button_align2 {
	text-align:center;
	margin-top:30px;
}

.back_form {
    border: 0px;
    width: 264px;
    height: 46px;
	margin:70px auto 50px auto;

}

.thanksmsg {
	margin:80px 0 8px 0;
	color:#888888;
	text-align:center;
	line-height:2.0em;
	border: solid 1px #1b9bc0;
	border-radius:8px;
	padding:80px 30px;
	width:400px;
	background-color:#c9ebf4;
}

.backtop {
	margin-top:40px;
	margin-bottom:20px;
}
.inputerror {
	color:#ff0000;
	font-weight:bold;
}

.buttons {
margin-top: 30px;
}

.privacy_policy-detail img{
    margin-top:15px;
}