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

@media only screen and (max-width:480px){
body {
	color: #333;
	-webkit-text-size-adjust: none;
	 font-size: small;

}
#wrapper{
    width: 100%;
    overflow: hidden;
    border: 0px none #000000;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
.sp{
	display: block;
}
.pc{
	display: none!important;
}
	img{
		width: 100%;
		height: auto;
	}
	img{
		width: 100%;
		height: auto;
	}
/*-----------------------------
 header
-----------------------------*/
#header {
    width: 1200px;
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	}

/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

	}

#mainimg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-bottom: 40px;
   
}
#container_kasou{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 40px;
	}

/*-----------------------------
 Gloval Navi
-----------------------------*/

#gnavi {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-repeat: repeat-x;
    background-position: left center;
    display: none;
}
.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
/*-----------------------------------------------------------
　地図エリア
------------------------------------------------------------*/

#map {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	}

#map .box {
	width: 340px;
	float: left;
	margin-right: 40px;
}
#map .box .map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	
	}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
#map .box .branch{
	width: 340px;
	margin-bottom: 5px;	
	}	
#map .box .address{
	width: 340px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 140%;
	}		
/*-----------------------------
 Sideカラム
-----------------------------*/

#side {
	float: right;
	width: 350px;
}
#side .contact{
	background-image: url(../common/contact_bg.png);
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 95px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: transparent;
}
#side .banner {
	margin-bottom: 10px;
}
#side .banner ul {

}
#side .banner ul li {
	margin-bottom: 10px;

}
#side_kasou {
	float: right;
	width: 280px;
}
#side_kasou .contact{
	background-image: url(../common/contact_bg2.png);
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#side_kasou .banner {
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#side_kasou .banner ul {

}
#side_kasou .banner ul li {
	margin-bottom: 10px;

}

#side .text_link {
	margin-bottom: 10px;
	background-image: url(../common/information_ttl.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
#side .text_link ul {

}

/*-----------------------------------------------------------
mainカラム
------------------------------------------------------------*/

#main {
	float: left;
	width: 720px;
}
#main.kasou{
	width: 800px;
}

#main h2 {
	font-size: 16px;
	background-image: url(../common/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 26px;
	height: 34px;
	margin-bottom: 25px;
	line-height: 2.3em;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h3 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: medium;
    border: 1px solid rgba(135,135,135,1.00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 7px -2px #c9c9c9;
    display: block;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
    width: 96%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: auto;
}
#main .category {

}

/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/
.pagetop {
    width: 100%;
    margin-bottom: 0px;
    
	text-align: right;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	.pagetop img{
		width: 50px!important;
		height: auto!important;
	}

.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.breadcrumb a {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}
.stage1{
    margin-right: auto;
    margin-bottom: 30px;
    width: 96%;
    margin-left: auto;
    height: auto;
}
.stage1 .left{
    width: 100%;
    float: none;
    position: relative;
    height: auto;
    margin-bottom: 40px;
}
.stage1 .left .txt{
    width: 94%;
    bottom: 10px;
    left: 10px;
    color: #FFFFFF;
    position: absolute;
    line-height: 130%;
}

.stage1 .right{
    width: 100%;
    float: none;

}
.stage1 .right .upper{
    padding-bottom: 40px;
    line-height: 130%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.stage1 .right .upper .txt{
    position: absolute;
    left: 10px;
    width: 60%;
    z-index: 100;
    bottom: 0px;

}
.stage1 .right .lower{
    line-height: 150%;
    position: relative;
    height: auto;
    width: 100%;
    background-color: #000000;
    padding-bottom: 40px;
}
.stage1 .right .lower .txt{
    position: absolute;
    bottom: 10px;
    width: 90%;	
    color: #FFFFFF;
    left: 15px;
}
.stage2{
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-bottom: 30px;
}
.stage2 .frame{
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.stage2 .frame:last-child{
	margin-right: auto;
}
.stage2 .frame .img{
    margin-bottom: 30px;
}
.stage2 .frame .ttl{
    font-size: medium;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.stage2 .frame .txt{
    text-align: center;
}
.stage3{
    margin-right: auto;
    padding-bottom: 0px;
    margin-bottom: 10px;
    width: 96%;
    margin-left: auto;
}
.stage3 .left{
    width: 100%;
    float: auto;
    height: auto;
    line-height: 130%;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.stage3 .left .txt{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 45%;
    z-index: 100; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.stage3 .right{
    width: 100%;
    float: auto;
}
.stage3 .right .upper{
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    height: auto;

}
.stage3 .right .upper .txt{
	position: absolute;
	left: 15px;
	width: 60%;
	line-height: 130%;
	z-index: 100; /* 必要であればリンク要素の重なりのベース順序指定 */
	font-size: x-small;
	bottom: 0px;
}

.stage3 .right .lower{
    width: 100%;
    height: auto;
    color: #FFFFFF;
    line-height: 130%;
    position: relative;
    margin-bottom: 0px;
}
.stage3 .right .lower .txt{
	  position: absolute;
    bottom: 10px;
    left: 10px;
    width: 62%;
}
.rectuit_banner{
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 00px;
}
.stage4{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 96%;
}
.stage4 .left{
    width: 100%;
    float: none;
    margin-bottom: 30px;
 
}
.stage4 .upper{
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    position: relative;
  }

.f_20{
    font-size: medium!important;
}
.stage4 .upper .txt{
    width: 70%;
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #000000;
    line-height: 130%;
}
.stage4 .lower{
    color: #FFFFFF;
    line-height: 130%;
    text-align: left;
    position: relative;
    width: 100%;
    background-color: #000;
}
.stage4 .lower .txt{
    position: absolute;
    top: 60px;
    width: 57%;
    right: 10px;
    line-height: 150%;
}

.stage4 .right{
    width: 100%;
	height: auto;
    float: 100%;

    color: #FFFFFF;
    line-height: 130%;
    text-align: center;
   position: relative;
}
.stage4 .right .txt{
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
     color: #FFFFFF;
    text-align: center;

}
section#business{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
section#business.banner{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
section#business.banner ul{}
section#business.banner ul li{
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    margin-bottom: 20px;
}
#business.banner ul li:last-child{
    margin-right: 0px;
}

#news{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
#news dl{
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(208,208,208,1.00);
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
#news dt{
    width: 100%;
    float : none;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
#news dd{
	width: 100%;
	float: none;
}

#info{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#info dl{
    font-size: medium;
    line-height: 180%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(208,208,208,1.00);
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#info dt{
    width: 100%;
    float : left;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: medium;
}
#info dd{
    width: 100%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: medium;
}
	
#contact{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#contact dl{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(208,208,208,1.00);
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
#contact dt{
    width: 100%;
    float : none;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-bottom: 20px;
}
#contact dd{
	width: 100%;
	float: none;
}

.form_style{
    padding: 8px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(172,172,172,1.00);
    background-color: rgba(245,245,245,1.00);
    width: 95%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.form_style2{
    padding: 8px;
    font-size: 17px;
    width: 95%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(172,172,172,1.00);
    background-color: rgba(245,245,245,1.00);
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_bt{
    text-align: center;
}	
	
/*-----------------------------
 footer
-----------------------------*/
footer#footer {
    width: 100%;
    margin-bottom: -12px;
    background-repeat: repeat-x;
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: hidden;
}
#footer .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#footer .banner{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#footer .banner ul{}
#footer .banner ul li{
    width: 46%;
    margin-right: 2%;
	margin-left: 2%;
    float: left;
    margin-bottom: 10px;
}
#footer .banner ul li:last-child{
    margin-right: 0px;
}
#footer .lower{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
#footer .lower .link {
    width: 495px;
    float: right;
    display: none;
}
#footer .link ul li {
    margin-bottom: 15px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #FFFFFF;
    float: left;
    font-size: 13px;
}
#footer .link ul li:last-child {
    margin-right: 0px;
    border-right-width: 0px;
    border-right-style: none;
}
#footer .link ul li a{
    color: #FFFFFF;
}
#footer .link ul li a:hover{
    color: #01AD00;
}

#footer .lower .copyright {
    width: 96%;
    text-align: center;
    color: #9F9F9F;
    float: none;
    font-size: small;
}

/* メールフォーム確認画面
------------------------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	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 #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
	
	
	}
