@charset "utf-8";
@import url("reset.css");

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	color: #232323;
	background-color: #ffffff;
	margin: 0px;
	text-align:center;
	font-size:100%;
	line-height:normal;
}

h1{
	width:1080px;
	margin:0 auto;
	text-align:left;
	font-size:9pt;
	line-height:normal;
	color:#fff;
	text-align:left;
	padding-top:5px;
}

img{
	width:auto;
	height:auto;
}

/*-------------------------------

	ヘッダー
	
-------------------------------*/

#header{
	width:100%;
	min-width:1080px;
	background-image:url(../img/header-back.jpg);
	background-repeat:repeat-x;
}

#header .inner{
	width:1080px;
	height:80px;
	position:relative;
	margin:-20px auto 0 auto;
}

h2{
	width:233px;
	height:41px;
	position:absolute;
	bottom:15px;
	left:0;
}

#header-tel{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-38px;
}


/*-------------------------------

	タイトル
	
-------------------------------*/

.title{
	width:100%;
	min-width:1080px;
}

h3{
	width:100%;
	height:99px;
	padding-top:10px;
	background-image:url(../img/title-back.jpg);
	background-repeat:repeat-x;
}

.ya{
	margin-top:-10px;
}




/*-------------------------------

	写真
	
-------------------------------*/

#photo{
	width:100%;
	min-width:1080px;
	padding:30px 0;
	background-image:url(../img/voice-back.jpg);
	/*background-position:bottom;
	background-repeat:repeat-x;*/
}

/*-------------------------------

	メニュー
	
-------------------------------*/
#menu{
	width:100%;
	min-width:1080px;
	height:64px;
	background-image:url(../img/menu-back.png);
	padding-top:5px;
}

#menu ul{
	width:1080px;
	height:55px;
	margin:0 auto;
	border-left:1px solid #1B1BFA;
}

#menu li{
	width:269px;
	height:55px;
	float:left;
	border-right:1px solid #1B1BFA;
}

#menu li a{
	width:269px;
	height:55px;
	display:block;
	position:relative;
}

#menu li a:hover{
	background-image:url(../img/hover_back.jpg);
}

#menu li a img{
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:50%;
	margin-left:-46px;
}

/*-------------------------------

	最上部
	
-------------------------------*/

#about{
	width:1080px;
	margin:0 auto;
	padding:30px 0;
}

#about h3{
	width:100%;
	height:auto;
	padding-top:0;
	background-image:none;
	margin-bottom:10px;
}

#about p{
	margin-top:30px;
}

#about .ex{
	width:1080px;
	margin-bottom:20px;
	margin-top:20px;
}

#about .ex img{
	margin-left:10px;
}

#about .ex img:first-child{
	margin-left:0;
}

#about .taisyo{
	width:1080px;
	margin:20px auto 0 auto;
}

#about .taisyo img{
	float:left;
	margin-left:-2px;
}

/*-------------------------------

	強み
	
-------------------------------*/

#point h4{
	margin-bottom:30px;
}

#point .item{
	padding:30px 0;
	border-bottom:1px dashed #010178;
	
}

#point .item:last-child{
	border-bottom:none;
}

#point01 .inner{
	width:1080px;
	margin:0 auto 20px auto;
}

#point01 p{
	margin-top:15px;
}


/*-------------------------------

	お客様の声
	
-------------------------------*/

#voice{
	width:100%;
	min-width:1080px;
	position:relative;
	background-image:url(../img/voice-back.jpg);
}

#voice .inner{
	width:100%;
	min-width:1080px;
	position:relative;
	background-image:url(../img/voice-back.jpg);
	padding:30px 0 50px 0;
}

#voice .main{
	position:relative;
	z-index:10000;
	
}

#voice .item{
	width:1078px;
	border:1px solid #B6B6B6;
	background-color:#fff;
	margin:-1px auto 0 auto;
	padding:30px 10px;
	z-index:999;
box-shadow:2px 0px 6px -1px #a19e91;
-moz-box-shadow:2px 0px 6px -1px #a19e91;
-webkit-box-shadow:2px 0px 6px -1px #a19e91;
}

#voice .hiden{
	display:none;
}


/*---------------------

 タブ
 
---------------------*/

#tab{
	width:1078px;
	margin:0 auto;
}

#tab li{
	width:220px;
	height:40px;
	position:relative;
	margin-left:5px;
	background-color:#EBECFC;
	border:1px solid #B6B6B6;
border-radius:5px 5px 0px 0px ;
-moz-border-radius:5px 5px 0px 0px ;
-webkit-border-radius:5px 5px 0px 0px ;
box-shadow:1px -2px 4px -1px rgba(51,53,56,0.36);
-moz-box-shadow:1px -2px 4px -1px rgba(51,53,56,0.36);
-webkit-box-shadow:1px -2px 4px -1px rgba(51,53,56,0.36);
cursor:pointer;
float:left;
}


#tab li:first-child{
	margin-left:0;
}

#tab li{
	width:240px;
	height:40px;
	display:block;
	background-image:url(../img/voice_ico.png);
	background-repeat:no-repeat;
	background-position:center left;
	}
	
#tab li img{
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left:23px;
 	/*opacity: 0.5;*/
}


#tab li.active{
	background-image:url(../img/voice_ico.02png.png);
	border-bottom:none;
	/*z-index:10000;*/
	background-color:#fff;
	cursor:default;
}
#tab li.active img,
#tab li a:hover img{
 opacity: 0.5;
}

/*-------------------------------

	流れ&費用
	
-------------------------------*/

#flow .inner,
#hiyou .inner{
	padding:30px 0;
}

/*-------------------------------

	お問い合わせ
	
-------------------------------*/

#contact{
	width:100%;
	min-width:1080px;
	background-color:#020282;
	padding:20px 0;
}

#contact .inner{
	width:1080px;
	margin:10px auto 0 auto;
	border:4px double #D5AB1E;
	padding:20px;
}

#contact h4{
	margin-bottom:15px;
}

#contact form{
	color:#FFFFFF;
	font-size:14pt;
	width:628px;
	margin:0 auto 20px auto;
}

#contact form table{
	width:628px;
}

#contact form th,
#contact form td{
	padding-top:15px;
	text-align:left;
	line-height:1.6;
}

#contact form th{
	width:180px;
	vertical-align:top;
}

#contact form th .hisu{
	color:#ccc;
	line-height:0;
	font-size:80%;
	background-color:#B20000;
	border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
line-height:normal;
padding:5px 10px;
margin-left:8px;
}

#contact input[type="text"]{
	width:300px;
	padding:5px 3px;
	border:1px solid #9E9EE0;
	background-color:#E0E0F5;
	font-size:11pt;
}

#contact input[type="checkbox"]{
	width:15px;
	height:15px;
}

#contact select{
	width:80px;
	border:1px solid #9E9EE0;
	background-color:#E0E0F5;
	font-size:11pt;
}

#contact textarea{
	width:100%;
	height:100px;
		border:1px solid #9E9EE0;
	background-color:#E0E0F5;
}

#contact input[type="text"]:focus,
#contact textarea:focus,
#contact select:focus{
	background-color:#fff;
}

#botan{
	margin-top:10px;
}

#botan input{
	width:150px;
	padding:5px 0;
	margin-left:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
background-image: -moz-linear-gradient(top, #fff1ed, #f0edeb);
background-image: -ms-linear-gradient(top, #fff1ed, #f0edeb);
background-image: -o-linear-gradient(top, #fff1ed, #f0edeb);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fff1ed), to(#f0edeb));
background-image: -webkit-linear-gradient(top, #fff1ed, #f0edeb);
background-image: linear-gradient(top, #fff1ed, #f0edeb);
}


/*-------------------------------

	フッダー
	
-------------------------------*/

#fooder{
	width:100%;
	min-width:1080px;
	background-color:#01015F;
	padding-top:15px;
}

#address{
	width:850px;
	background-image:url(../img/fooder_back.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:0 auto 15px auto;	
	padding-left:150px;
	text-align:left;
	color:#fff;
	font-size:10pt;
}

#address .info{
	width:720px;
	display:table;
}

#address .info-left{
	width:280px;
	display:table-cell;
	vertical-align:central;
}

#address .info-right{
	width:440px;
	display:table-cell;
	vertical-align:central;
}

#address p{
	margin-bottom:8px;
}

#address .ceo{
	font-size:18pt;
}

#address .tel{
	font-size:30pt;
}


#address .name{
	font-size:30pt;
}

#copy{
	width:1080px;
	margin:0 auto;
	border-top:1px dashed #1313CD;
	padding:10px 0;
	text-align:center;
}

/*-------------------------------

	コンタクトバナ
	
-------------------------------*/

#cbana{
	width:100%;
	height:98px;
/*background-color: rgba(9,9,225,0.9);*/
background-image: -moz-linear-gradient(top, #0909e1, #050583);
background-image: -ms-linear-gradient(top, #0909e1, #050583);
background-image: -o-linear-gradient(top, #0909e1, #050583);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0909e1), to(#050583));
background-image: -webkit-linear-gradient(top, #0909e1, #050583);
background-image: linear-gradient(top, #0909e1, #050583);
position: fixed !important;  
    bottom: 0;  
    left: 0; 
	padding:0;
	z-index:20000;
box-shadow:0px -7px 8px -8px #151617;
-moz-box-shadow:0px -7px 8px -8px #151617;
-webkit-box-shadow:0px -7px 8px -8px #151617;

}

#cbana img{
	position:absolute;
	top:50%;
	margin-top:-44px;
	left:50%;
	margin-left:-540px;
}