@charset "utf-8";
/* CSS Document */



/*
	Background Stretcher jQuery Plugin
	2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

.smt-on{
	display: none;
	}
.smt-bon{
	display: none;
	}
	
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
	background-color:#fff;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.8s;
 -ms-animation-duration:0.8s;
 animation-duration:0.8s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animation{
	visibility: hidden;
}

.fadeInDown2 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.8s;
 -ms-animation-duration:0.8s;
 animation-duration:0.8s;
 -webkit-animation-name: fadeInDown2;
 animation-name: fadeInDown2;
 animation-delay:0.2s;
 -moz-animation-delay:0.2s;
 -webkit-animation-delay:0.2s;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown2 {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown2 {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animation2{
	visibility: hidden;
}

.fadeInDown3 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.8s;
 -ms-animation-duration:0.8s;
 animation-duration:0.8s;
 -webkit-animation-name: fadeInDown3;
 animation-name: fadeInDown3;
 animation-delay:0.4s;
 -moz-animation-delay:0.4s;
 -webkit-animation-delay:0.4s;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown3 {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown3 {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animation3{
	visibility: hidden;
}

.fadeInDown4 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.8s;
 -ms-animation-duration:0.8s;
 animation-duration:0.8s;
 -webkit-animation-name: fadeInDown4;
 animation-name: fadeInDown4;
 animation-delay:0.4s;
 -moz-animation-delay:0.4s;
 -webkit-animation-delay:0.4s;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown4 {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown4 {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animation4{
	visibility: hidden;
}

.appear {
	transform-origin:center top;
	animation:show 1s both;
}
.d05 {animation-delay:0.5s;}
.d07 {animation-delay:0.7s;}
.d08 {animation-delay:0.8s;}
.d09 {animation-delay:0.9s;}
.d1 {animation-delay:1s;}
.d2 {animation-delay:1.2s;}
.d3 {animation-delay:1.3s;}
.d4 {animation-delay:1.4s;}
.d6 {animation-delay:1.6s;}
.d8 {animation-delay:1.8s;}
@keyframes show {
	0% {
		transform:translateY(30px);
		opacity:0;
		text-shadow:0 0 0 #0f0;
	}
	50% {
		text-shadow:0 0 0.5em #0f0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
	}
}



#content{
	position: relative;
	width:100%;
	min-width:990px;
	height:600px;}


#main_v{ 
	height:600px;
	width:100%;
	min-width:990px;
	position:relative;
	border-bottom:solid 1px #eaeaea;}

#main_v h1{
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-360px;
}
.content-area{
	width: 950px;
	margin: 0 auto;
}
.navi{
	position: absolute;
	top: 56px;
	right: 26px;
}
.navi li{
	float: left;
}
.header-contact{
	position: absolute;
	top: 0;
	right: 0;
}
#header{
	height: 100px;
	background: #e65f2b;
}
.logo{
	position: absolute;
	left: 0;
	top: 0;
}
#site-copy{
	font-size: 10px;
	position: absolute;
	top: 10px;
	left: 26px;
}
.main-copy{
	position: absolute;
	left: 50%;
	top: 260px;
	margin-left: -221px;
	z-index: 2000;
}
.contents-area{
	width: 950px;
	margin: 0 auto;
}
.page-box{
	padding: 60px;
	border: 1px solid #aaa;
}
#js_fade img{
	width: 80px;
	height: auto;
}
#js_fade {
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #fff;
    background-image : url( ../images/loading.gif );
    background-repeat : no-repeat;
    background-position : 50% 50%;
    z-index: 1000;
}
.error-text{
	color: #e91515;
}
.concept-left{
	float: left;
	width: 280px;
	padding: 50px 0;
}
.concept-right{
	float: right;
	width: 620px;
	padding: 70px 0;
}
.beige-area{
	width: 100%;
	background: #fdf4f1;
	padding: 60px 0;
}
.beige-area-top{
	width: 100%;
	background: #fdf4f1;
	padding: 60px 0;
}
.page-title{
	text-align: center;
}
.business-left{
	width: 22%;
	float: left;
	margin: 0 1% 0 3%;
}
.business-left img{
	width: 100%;
}
.business-middle{
	width: 22%;
	float: left;
	margin: 0 1%;
}
.business-middle img{
	width: 100%;
}
.business-middle2{
	width: 22%;
	float: left;
	margin: 0 1%;
}
.business-middle2 img{
	width: 100%;
}
.business-right{
	width: 22%;
	float: left;
	margin: 0 1%;
}
.business-right img{
	width: 100%;
}
.business-copy1{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}
.footer-link li a{
	color: #333;
	text-decoration: none;
}
.footer-link li{
	font-size: 12px;
	text-decoration: none;
	color: #333;
	float: left;
	line-height: 1.5em;
	padding: 0 10px;
}
.footer-link li.footer-li{
	border-left: 1px solid #777;
	line-height: 1.5em;
}
.footer-link{
	position: absolute;
	left: 20px;
	top: 15px;
}
#footer{
	height: 50px;
	position: relative;
}
address{
	font-size: 12px;
	position: absolute;
	top: 15px;
	right: 20px;
}
.lang-ul li{
	float: left;
}
.lang-ul{
	position: absolute;
	z-index: 1001;
	top: 0;
	right: 0;
}
.pankuzu{
	padding: 7px;
	background: #f2f2f2;
	font-size: 11px;
}
.pankuzu a{
	text-decoration: underline;
	color: #333;
}
.pankuzu a:hover{
	text-decoration: none;
	color: #333;
}

.greeting-box{
	border: 1px solid #c1c1c1;
	padding: 40px 140px;
	margin: 0 0 70px 0;
}
.copy1{
	font-size: 22px;
	font-weight: bold;
}
.about-left{
	float: left;
	width: 290px;
}
.about-right{
	float: right;
	width: 620px;
}
table.office-table{
	width: 950px;
	margin: 10px auto 80px auto;
	}
table.office-table th{
	padding: 10px 20px;
	text-align: right;
	border-bottom: 1px solid #e65f2b;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	width: 220px;
	}

table.office-table td{
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	color: #333;
	text-align: left;
	line-height: 1.5;

	}/* table css */


table.business-table{
	width: 500px;
	margin: 10px auto;
	 border-spacing: 0;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
     -o-border-radius: 10px;
    border-radius: 10px;
	border: 1px solid #999;
	}
table.business-table th{
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f3e0dd;
	line-height: 1.5;
	color: #333;
	width: 150px;
	}

table.business-table td{
	padding: 10px 20px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	text-align: left;
	line-height: 1.5;

	}/* table css */
	
tr.even{background:#fff;}
tr.odd{background:#fff;}


.business-page-left{
	float: left;
	width: 420px;
}
.business-page-right{
	float: right;
	width: 500px;
}
.business-left a{
	color: #333;
	text-decoration: none;
}
.business-middle a{
	color: #333;
	text-decoration: none;
}
.business-middle2 a{
	color: #333;
	text-decoration: none;
}
.business-right a{
	color: #333;
	text-decoration: none;
}
.business-left a:hover{
	color: #777;
	text-decoration: none;
}
.business-middle a:hover{
	color: #777;
	text-decoration: none;
}
.business-middle2 a:hover{
	color: #777;
	text-decoration: none;
}
.business-right a:hover{
	color: #777;
	text-decoration: none;
}
.border{
	margin: 60px 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}
.products-page-left{
	float: left;
	width: 390px;
}
.products-page-right{
	float: right;
	width: 520px;
}
.title1{
	font-size: 20px;
	font-weight: bold;
	border-left: 12px solid #e65f2b;
	padding:  0 0 0 10px;
}

/* メールフォーム */
form#mailform-area{
	margin: 10px 0 10px 0;
}
form#mailform-area dl dt {
    clear: both;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
    text-align: right;
    width: 310px;
}
form#mailform-area dl dd {
    border-top: 1px solid #ccc;
    font-size: 14px;
    margin: 0;
    padding: 10px 5px 10px 240px;
    text-align: left;
}
form#mailform-area input{
	border: 1px solid #aaa;
}
form#mailform-area textarea{
	border: 1px solid #aaa;
}
.must {
    background-color: #f33d25;
    background-size: 100% 100%;
    border: 2px solid #da3b21;

    box-shadow: 0 0 5px #ccc;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    margin: 0 5px;
    padding: 2px 5px;
    text-shadow: 0 1px 2px #933;
}
.mf_buttons{
	text-align: center;
}
.page-box{
	padding: 60px;
	border: 1px solid #aaa;
}
#js_fade img{
	width: 80px;
	height: auto;
}
#js_fade {
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #fff;
    background-image : url( ../images/loading.gif );
    background-repeat : no-repeat;
    background-position : 50% 50%;
    z-index: 1000;
}
.error-text{
	color: #c82d25;
}

#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
}
#page-top:hover {
	cursor: pointer;
}
.text-area{
	width: 80%;
	height: 10em;
}
.mail-input{
	width: 80%;
}
.name1-input{
	width: 80%;
}