@charset "utf-8";

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

	header

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

header{
	width:1000px;
	margin:0px auto;
	padding:25px 0 20px;
}

header h1{
	float:left;
	margin:0 30px 0 0;
}

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

	mainimg

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

#fview{
	background:url(../img/main-bg.jpg) repeat-x center 20px;
}

.f-form{
	width:1000px;
	margin:0px auto 40px;
}

.f-fmbg{
	background:url(../img/f-fmbg.gif) repeat-x left top #F2FAFF;
	border-bottom:1px solid #3E82FD;
	padding:15px 0 30px;
	box-shadow: 0px 5px 5px 0px #bbb;
	-webkit-box-shadow: 0px 5px 5px 0px #bbb;
	-moz-box-shadow: 0px 5px 5px 0px #bbb;
}

.inpform{
	width:810px;
	margin:0px auto 15px;
	display: flex;
	justify-content: space-between;

}

.inpform table{
	width:560px;
	float:right;
}


.inpsp{
	margin-left:30px;
}

.tfild{
	padding:10px;
}

input.pc{
	margin-top: 20px;
}


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

	引越し業者一覧

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

#comp-list{
	width:1000px;
	margin:0px auto;
}

#comp-list p{
	text-align:center;
	margin-bottom:20px;
	font-size:180%;
	font-weight:bold;
}

#comp-list p span{
	color:#EB5801;
	font-weight:bold;
}

#comp-list ul{
	margin:0px auto 40px;
	width:496px;
}

#comp-list ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#comp-list li{
	float:left;
}

#about{
	width:1000px;
	margin:0px auto 80px;
}

.irrust-tit{
	position:relative;
}

h3.orange{
	font-size:210%;
	font-weight:bold;
	color:#fff;
	background:#FF6600;
	padding:40px 40px 36px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-bottom:30px;
}

h3.orange strong{
	font-size:140%;
	font-weight:bold;
}

.irrust-tit p{
	position:absolute;
	right:0;
	bottom:0px;
}

.about-ns{	margin:30px 0 40px;}

.about-ns:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.about-ns li{
	float:left;
	padding:0 56px 0 0;
	background:url(../img/plus.jpg) no-repeat 310px center;
}

.about-ns li:last-child{
	padding:0px;
}

.reason{	margin-bottom:50px;}

.reason:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.reason li{
	width:43%;
	float:left;
	padding:2% 3%;
	box-shadow: 0 0 0 2px #ccc inset;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	position:relative;
}

.reason li:last-child{
	float:right;
}

.reason .chat{
	position:absolute;
	top:-20px;
}

.reason h4{
	margin:0 0 20px 100px;
	font-size:140%;
	font-weight:bold;
	line-height:150%;
}

.reason h4 span{
	color:#F60;
	font-weight:bold;
}

.answer p{
	text-align:center;
	font-weight:bold;
	font-size:270%;
	line-height:150%;
	color:#194C92;
}

.answer p strong{
	color:#F60;
	font-weight:bold;
}

.injec{
	color:#333 !important;
	font-size:340% !important;
	margin-bottom:30px;
}

.f-fmbg-arrow{
	background:url(../img/f-fmbg-arrow.gif) repeat-x center top #F2FAFF;
	border-bottom:1px solid #3E82FD;
	padding:30px 0 30px;
	box-shadow: 0px 5px 5px 0px #bbb;
	-webkit-box-shadow: 0px 5px 5px 0px #bbb;
	-moz-box-shadow: 0px 5px 5px 0px #bbb;
}

.sp-non{	display:none;}

h3.green{
	font-size:210%;
	font-weight:bold;
	color:#fff;
	background:#9DC23B;
	padding:40px 40px 36px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-bottom:30px;
}

h3.green strong{
	font-size:140%;
	font-weight:bold;
}


#why{
	width:1000px;
	margin:0px auto 50px;
}

.whing{
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:25px;
	margin-bottom:40px;
}

.whing:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.whing li{
	float:left;
	width:31.6%;
	margin:0 2.6% 0 0;
}

.whing li:last-child{
	margin:0;
}

.whing li h5{
	font-size:140%;
	font-weight:bold;
	line-height:150%;
	border-bottom:1px dotted #ccc;
	padding:0 0 20px 0;
	margin-bottom:20px;
}

.whing li strong{
	font-weight:bold;
	color:#CC0000;}

h5.icon-pc{ background:url(../img/icon-pc.gif) no-repeat right top;}
h5.icon-24{ background:url(../img/icon-24.gif) no-repeat right top;}
h5.icon-truck{ background:url(../img/icon-truck.gif) no-repeat right top;}

.icon-mother{ background:url(../img/icon-mother.gif) no-repeat right 10px;}
.icon-file{ background:url(../img/icon-file.gif) no-repeat right 10px;}
.icon-power{ background:url(../img/icon-power.gif) no-repeat right 10px;}

footer{
	width:100%;
	background:#53A7FD;
	padding:20px 0;
}

#foot{
	width:1000px;
	margin:0px auto;
}


#foot:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.f-logo{
	float:left;
	margin:0 20px 0 0;
}

#foot .fl{
	float:left;
	width:50%;
}

#foot .fr{
	float:right;
	width:50%;
	text-align:right;
}


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

	contact.html

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

#contact-bg{
	background:url(../img/main-bg.jpg) repeat-x center bottom #E3F4FC;
	padding:40px 0;
}

.form-area{
	width:1000px;
	background:#fff;
	margin:0px auto;
	padding:40px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

h2.fms{
	font-size:180%;
	font-weight:bold;
	color:#3E82FD;
	margin-bottom:10px;
}

h3.f-caption{
	font-size:120%;
	font-weight:bold;
	margin-bottom:20px;
}

.form-area table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:60px;
}

.form-area table th,
.form-area table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px;
	vertical-align:middle;
}

.form-area table th{
	width:30%;
	background:#eee;
}

.must{
	padding:2px 5px;
	background:#2170B2;
	color:#fff;
	font-weight:bold;
	text-align:center;
	float:right;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	font-size:90%;	
}

.txtbg,
select{
	padding:10px;
}

.pref-city-inner,
.pref-city-inner-slash{
	float:left;
	margin-right:10px;
}

.pref-city-inner-slash{
	margin-top:10px;
}

.step1-note{
	margin-left:30px;
	color:#F00;
	font-size:90%;
}

.rename input{
	padding:10px
}


.form-area table table{
	border:none;
	margin-bottom:0;
}

.form-area table td table th,
.form-area table td table td{
	border:none;
	padding:0;
	vertical-align:middle;
}

.form-area table th{
	width:30%;
	background:#eee;
}

.form-area table td table th{
	width:52%;
	background:#fff;
}

.form-area table td table td{
	text-align:right;}


.form-area table td table td img{
	margin-right:5%;}

.itemnumber td{
	width:33%;
}

h4.place{
	width:96%;
	background:#2170B2;
	color:#fff;
	padding:2%;
}

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

	運営会社・特定商取引法に基づく表記

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

.company{
	width:1000px;
	margin:0 auto;
	padding:80px 0;
}

.company p{
	text-align:center;
	font-weight:bold;
	font-size:150%;
	margin-bottom:20px;}

.company table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:60px;
	background:#fff;
}

.company table th,
.company table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px;
	vertical-align:middle;
}

.company table th{
	width:30%;
	background:#eee;
}

.copyright{
	display:none !important;
}