/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	
	
	
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #222222;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #3bc492;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
.flexslider .slides { background:#FFFFFF ; }

.avatar { text-align:center; }
.avatar img{ margin:0 auto; }
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	color: #222222; 
	background: url(../images/bg.png) ;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
.img-responsive { margin: 0 auto ; }
.textImg { margin:20px auto; }
.qaBox { padding:0 0 20px; }
.qa { padding-bottom:70px;  }

/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/

.spImg, .titleSp { display:none; }

.carousel {
  background: #FAFAFA;
  position: relative;
  border-bottom:7px solid #000000 ;
  box-shadow: 0 0 15px rgba(0,0,0,1.00) ;
}

.carousel-cell {
  width: 100%;
  max-width:970px;
  margin-right: 0;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
	
	.carousel-cell img{
		width: 100%; 
	}



#header {position: fixed; width: 100%; z-index: 999; background-color: #48a5fb ; border-bottom: 6px solid #2395fe ; box-shadow:0 0 10px rgba(0,0,0,1.00) ; }
#header .header-content {
	margin: 0 auto;
	width: 100%;
	height:50px;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s; position:relative;
}

#logo { position:absolute; top:6px; left:5px; }
#contactButton { position:absolute; top:5px; right:5px;}

#header.fixed { background-color: #48a5fb ; border-bottom: 6px solid #2395fe ; }
#header.fixed .header-content {
	border-bottom: 0;
	padding: 5px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 400;
	margin-left: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #fff;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Banner
-------------------------------------------------------------------------------*/

.banner {
	background-image: url(../images/topBnn.png);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
	min-height: 750px;
	border-bottom: 6px #2395fe solid ;
}
.banner-btn {
	opacity: 0.5;
}
.banner-text {
	padding-top: 13%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 53px;
	letter-spacing: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #8d8d8d;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#main-slide { }
.bx-wrapper .bx-viewport {
  background: #fff none repeat scroll 0 0;
  border: none;
  box-shadow: 0 0 5px #ccc;
  left: 0;
  transform: translateZ(0px);
}

.topCatchBox { height: 300px;  padding:245px 0 0 ; }
.flickity-viewport { height: 300px !important ; }
.topCatch { width:100%; max-width:1176px; display:none; margin:0 auto ; }
@media screen and (min-width: 1024px) {
	.topCatch { display:block; }
	.banner-text { display:none; }
}
.container { max-width:1270px; font-size: 16px; }

.shadow { box-shadow: 0 0 12px rgba(0,0,0,0.50) ; }
.meritText { width:95%; max-width:895px; font-size: 20px; font-weight:bold; margin: 0 auto ;}

/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
h1 { margin:0 0 !important ;} 

.mgt_0 { margin-top:0 ; } 
.mgb_20 { margin-bottom:20px; }
.mgb_40 { margin-bottom:40px; }
.mgt_20 { margin-top:20px; }
.mgt_40 { margin-top:40px; }

.row { }
.rowBG { border:1px #111111 solid; box-shadow: 7px 7px #111111 ; background: #FFF ; }

.intro {  position: relative; }

.intro blockquote {
	border: 0;
	margin: 0;
	padding: 20px 5% 0;
}
.intro h1 {
	color: #fe6508;
	font: 28px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
}
.intro h2 {
	color: #000;
	font: 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
}
.intro p {
	color: #222222;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	margin-top: 0;
}
.aboutH { margin-bottom:20px !important; height:20px; }
.about p{ padding: 0 15px 0; }

.section { padding:0 0  ; }
.teams, .about,.works, .services, .testimonials, .flow, .contact, .footer  { position: relative; }
.container .row { padding:0 3%;}

footer .container { background:none ; }
footer h5 { font-size:30px; }

.flow { text-align:left ; }
.flow h2 { font-size:15px; }
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/

#contactBox { max-width: 800px; margin:0 auto; padding:40px; border:5px solid #000000 ; margin-bottom:40px;}
#ownerBox { font-size:15px; padding: 0 20px  }
#ownerBox h1 { margin-bottom:20px !important; }
#ownerBox img { max-width:370px; }

.messageBox { font-size:15px; }
.messageBox h1 { margin-bottom:20px !important; }
.messageBox img { max-width:330px; }

.services {
}
.services-content {
	font-size:15px;
	padding: 0 10px;
	margin-top: 40px;
}
.services-content h5 { height:30px; vertical-align: middle; display: table-cell; background:url(../images/qaH.png) ; background-repeat:no-repeat ; background-size: 28px; padding-left:35px; font-size:16px; }
.services-content p { margin-top:15px; font-size:15px; }
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/

.work00 { margin-bottom:50px; }
.workBox { max-width:991px; background:#ffcc00 ; margin:0 auto; padding:5%;}
.workPlus { max-width:991px; background:#202020; color:#FFFFFF ; margin:0 auto; padding:3%;}
.workPlus table{ width:100% ; border-collapse: separate;  }
.workPlus th{ width:20% ; font-size:20px; padding:20px 0 ; text-align:center; color:#15afff ; font-weight: 800 ;  }
.workPlus td{ width:80% ; padding:20px 20px; }

.flow table{ width:100% ; border-collapse: separate;  }
.flow  th{ width:20% ; font-size:30px; padding:20px 0 ; text-align:center; color:#15afff ; font-weight: 800 ;  }
.flow  th span { width:55px; margin:0 auto;  display:block; padding:5px 0; border-radius: 5px; background:#222222 ; color:#ffffff ; box-sizing:content-box} 
.flow  td{ width:80% ; padding:20px 20px; text-align:left; }

.contact { background:#4599e8 ; }

.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person img { margin:0 auto;}

.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: bold; font-size:18px;
}
.personBox { border: 7px solid #002222 ; padding:30px 0; margin-top:30px; } 
.person h6 { font-weight: bold; font-size: 20px; color:#ff1313 ; }
.person h5 {
	color: #e84545;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 15px;
}
.person { margin:0 auto ; }
.person p { font-size:12px; margin-bottom: 15px; text-align:left; }

.social-icons, .footer .footer-share {
	margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #e8ecee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #c6cacc;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover {
	background-color: #e84545;
	border-color: #e84545;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.flow {
	background-color: #e84545;
	position: relative;
	text-align: center;
}

.testimonials {
	background-color: #e84545;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Source Sans Pro";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}

.youkou { width:100% ; text-align:left; color:#222222 ; line-height:22px; }
.youkou th { width:20% ; padding:15px; background:#FFFFFF ; text-align:center; border-bottom:1px #DDDDDD dashed ; }
.youkou th span{ background:#222222 ; color:#FFFFFF; padding:2px 6px; display:inline-block; margin-left:1px  }
.youkou td { width:80% ; padding:15px; background:#FFFFFF ; border-bottom:1px #DDDDDD dashed ; }

/* ------------------------------------------------------------------------------
	Quote
-------------------------------------------------------------------------------*/
.quote h3 {
	margin-top: 0; font-weight: 600;
}
.quote p {
	color: #2d3033;
	font-weight: 600;
	text-transform: uppercase;
}
.quote .btn { width:95% ; max-width:300px;  margin: 20px 3% 0; font-size:18px; padding-left: 0 ; padding-right: 0 ;  }
.quote .btn span{ margin-top: 30px; font-size:13px }

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	margin-top: 65px;
	text-align: left;
}
.footer-top {
	background-color: #181818;
	padding-top: 65px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

.red	{color:#ff3333 !important;}
.pink	{color:#ff6699 !important;}
.blue	{color:#6495ed !important;}
.orange { color:#ef8e9f !important;}
.font110 { font-size: 110% ; }
.font120 { font-size: 120% ; }
.bold { font-weight:900; }

#condition li { display:inline-block ; margin:5px; background:#4599e8 ; border-radius: 7px ; padding:3px 7px; color:#FFFFFF ; } 

#jobOfferFrom { position:relative ; margin: 20px 5%; }
#jobOfferFromIn { min-height:500px; background:url(../images/shop/BG.png) ; text-align: left ; border: 4px #bdd8f9 solid; padding: 35px 130px; line-height:20px; outline: solid 2px #FFF;}
#jobOfferFrom table { width:100% ; max-width:500px; }
#jobOfferFrom table th{ width:240px ; padding:10px; vertical-align: middle;}
#jobOfferFrom table td{ width:510px ; padding:10px ; vertical-align: middle;  }
#jobOfferFrom .dred { font-size:10px;}

.errorExp { background: #ff6f6f none repeat scroll 0 0; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05); border-radius:7px; color: #ffffff; line-height: 22px; margin: 5px auto 15px !important; padding: 3% 3% !important; }
.successExp { background: #0093FF none repeat scroll 0 0; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05); border-radius:7px; color: #ffffff; line-height: 22px; margin: 5px auto 15px !important; padding: 3% 3% !important; }

.uriage { padding: 10px;}
.conceptBox { text-align: left ; padding: 0 20px 0; font-size: 15px; background: #FFF ; }
.conceptBox h2{ font-size: 17px; margin-bottom: 20px; font-weight: 900 ; }
.conceptBox h2 span{ display: inline-block; padding: 2px 10px; border-radius: 10px; background: #00baff ; color: #FFF ; }
.conceptBox p { padding: 0 10px; margin-bottom: 20px;}

.priceBox { padding: 20px 20px;}
.priceBox h2{ color:#ff6699 ; text-align: center ; font-size: 22px;}
.priceBox div{ font-size: 18px; font-weight: 900;  padding: 10px 10px ; }


.flowBox { font-size: 18px; font-weight: 900 ; padding: 20px 20px; }
.flowBox table{ width: 100% ; font-size: 17px; font-weight: 900 }
.flowBox th { width: 80px ; padding: 5px; text-align: center ; font-size: 20px; font-weight: 900 }
.flowBox th span{ display: inline-block ; background: #ff3333 ; color: #FFF ; border-radius: 50px; padding: 5px 10px ;}


.supportBox { padding: 15px !important; font-size: 15px;}
.supportBox .title { font-size: 18px; font-weight: bold ; color: #00a2ff ; text-align: center; padding-bottom: 10px;  }
.supportBox .image { padding-bottom: 10px; text-align: center ; }
.supportBox .image img{ border: 1px solid #222222 ; padding: 5px;}

.jobOfferExp { background: #4599e8 none repeat scroll 0 0;
  border: 1px dashed #ffffff !important;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  color: #ffffff; line-height: 22px; margin: 5px auto 55px !important;
  outline: 3px solid #4599e8;
  padding: 3% 3% !important;  }
  
#jobOfferFrom h3{ font-size:13px; font-weight:600; margin-top:20px; }
#jobOfferFrom input { width:100%; padding:7px; border:1px #999999 solid ;box-shadow: 0 0 7px 0 rgba(0,0,0,0.05) ; border-radius:7px;  }
#jobOfferFrom input.inputS { width:20%; max-width:140px;  }
#jobOfferFrom input[type=radio] { width:40px; }
#jobOfferFrom input[type=submit] { width:100%; margin-top: 30px; }

#jobOfferFrom select { width:100% ; padding:7px; border:1px #555555 solid ;box-shadow: 0 0 7px 0 rgba(0,0,0,0.05) ;  border-radius:7px;  }
#jobOfferFrom textarea { width:100%; padding:7px; border:1px #555555 solid ; box-shadow: 0 0 7px 0 rgba(0,0,0,0.05) ;  border-radius:7px; }


.formWrap			{  padding:10px 20px !important; margin:0 0; text-align:left !important; line-height:22px; }
.formWrap .mess		{margin-bottom:10px;padding:10px;line-height:180%;background:white;border:solid 1px lightgrey;border-left:solid 6px lightgrey;}/* パンくず */
.formWrap .shusei	{line-height:200%;}
.formWrap span.must	{color:red;padding-right:1px;font-size:0.8em;}
.formWrap span.error{color:red;display:block;background:url(images/icon_caution.gif) no-repeat;padding-left:20px;}
.formWrap h3 		{display:inline;height:30px;padding:0 10px;font-size:110%;color:#222222;margin-bottom:10px;}
.formWrap table			{ width:600px; margin:20px auto;color:#111111;}

.formWrap th			{padding: 15px 10px;white-space:nowrap; width:1%;text-align:right; }
.formWrap td			{padding: 15px 10px; }

.formWrap tr {border-bottom:solid 1px #111111 ; }
.formWrap tr:first-child { border-top:solid 1px #111111 ; }

.formWrap input[type="submit"] { padding:2px 25px;}
.formWrap input[type="checkbox"],
.formWrap input[type="radio"]{margin-top:0;}/* for Safari */
.formWrap input[type="text"]{width:200px;-webkit-transition:0.4s ease;-moz-transition:1s ease;-o-transition:1s ease;-ms-transition:1s ease;transition:1s ease;background:#111111; color: #EEEEEE; }
.formWrap input[type="text"],
.formWrap select,
.formWrap textarea			{padding:4px;border:solid 1px lightgrey; color: #111111; background:#ededed; box-shadow:lightgrey 0px 0px 2px; }
.formWrap textarea			{width:400px;height:130px;}
.formWrap input[type="text"]:hover,
.formWrap input[type="text"]:focus,
.formWrap textarea:hover,
.formWrap textarea:focus	{outline:none;border:solid 1px dimgray;box-shadow:saddlebrown 0px 0px 5px;-webkit-box-shadow:dimgray 0px 0px 5px;-moz-box-shadow:dimgray 0px 0px 5px;}
.formWrap input[type="text"]:focus	{width:220px;} /* フォーカス時に拡大 */

input.soushin { width:95% !important; border-radius:4px; 	border: solid 1px #A0A0A0; 	height:44px; box-shadow: 0px 0px 3px rgba(0,0,0,.3); background: -moz-linear-gradient(top,#FCFCFC 0%,#D4D4D4); background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#D4D4D4)); 	margin:10px auto; cursor: pointer;} 
