@charset "utf-8";





/*---- 基本設定 ----*/



body {

	font: 14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	padding: 0px;

	margin: 0px;

	color: #333333;

}



a:link {

	color: #4B81A8;

	text-decoration: none;

	}



a:visited {

	color: #4B81A8;

	text-decoration: none;

	}

	

a:hover {

	color: #5A799B;

	text-decoration: underline;

	}



a:hover img{

opacity:0.8;

filter:alpha(opacity=80);

-ms-filter: "alpha( opacity=80 )";

-webkit-transition: 0.3s ease-in-out;  

-moz-transition: 0.3s ease-in-out;  

-o-transition: 0.3s ease-in-out;  

transition: 0.3s ease-in-out;

}



a:hover img.hoverImg01{

opacity:1;

filter:alpha(opacity=100);

-ms-filter: "alpha( opacity=100 )";

}





img  {

	vertical-align: top;

	text-align: center;

	border: none;

}



/*---- 文字設定 ----*/





.glay{

	color: #666;

	font-size: 12px;

}





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



h1 {

	font-size: 11px;

	color: #999999;

	line-height: 12px;

	margin-top: 0px;

	margin-bottom: 0px;

	margin: 0 auto;

	width: 900px;

	padding-top: 8px;

	padding-bottom: 0px;



}





#header

	{

	height: 150px;

	width: 100%;

	float: none;

	background-image: url(../img/header-bg.png);

	background-repeat: repeat-x;

	padding: 0px;

	margin: 0 auto;

	position: fixed;

	z-index: 999;

}

	

#header .logo

{

	height: 90px;

	width: 900px;

	margin: 0 auto;

	}

	

	

#header .menu

{

	height: 40px;

	width: 900px;

	margin: 0 auto;

	}



ul.menu01 {

list-style:none;

margin:0;

padding:0;

}



ul.menu01 li {

display: inline;

float:left;

list-style:none;

margin:0;

padding:0;

}



/*---- メイン画像 ----*/



#main-pic

{

	height: 535px;

	width: 100%;

	margin: 0 auto;

	text-align: center;

	background-image: url(../img/main-pic.jpg);

	}	

	

	

/*---- 遺品整理とは ----*/





#toha

{

	height: 525px;

	width: 858px;

	margin: 50px auto 0;

	background-image: url(../img/toha-illust-bg.png);

	}	



#toha .t01

{

	width: 620px;

	padding-top: 55px;

	}	



#toha .t02

{

	/* [disabled]width: 620px; */

	padding-top: 160px;

	padding-left: 300px;

	}	



/*---- このような方に ----*/



#konoyouna

{

	width: 900px;

	margin: 50px auto 0;

	}	



#konolist

{

	height: 330px;

	width: 900px;

	background-image: url(../img/konoyouna-bg.jpg);

	color: #419FC1;

	font-size: 16px;

	background-repeat: no-repeat;

	padding-top: 80px;

	}	



#konoyouna ul {

	list-style-type: none;

	margin-top: 10px;

	margin-left: 10px;

}



#konoyouna li  {

padding-left: 20px;

padding-bottom: 10px;

background: url(../img/listmark.png) no-repeat 0 1px;

}





.isozaki

{

	width: 590px;

	background-image: url(../img/isozaki-bg.jpg);

	height: 100px;

	padding-top: 80px;

	margin-top: 20px;

	background-repeat: no-repeat;

	padding-left: 310px;

	}	

	



/*---- お問い合わせはこちら ----*/

.otoiawase-here {

	height: 100px;

	width: 100%;

	margin: 50px auto 0;

	background-image: url(../img/form-here.png);

	background-repeat: repeat-x;

	text-align: center;

	}	



/*---- 料金のご案内 ----*/



#price

{

	width: 900px;

	margin: 50px auto 0;

	background-image: url(../img/price-bg.jpg);

	background-repeat: no-repeat;

	background-position: right bottom

	}	



.table-01 {

    width: 500px;

    border: 1px #B0B0B0 solid;

    border-collapse: collapse;

    border-spacing: 0;

}



.table-01 th {

    padding: 5px;

    border: #B0B0B0 solid;

    border-width: 0 0 1px 1px;

    background: #eeeeee;

    font-weight: bold;

    line-height: 120%;

    text-align: center;

}

.table-01 td {

    padding: 5px;

    border: 1px #B0B0B0 solid;

    border-width: 0 0 1px 1px;

}





/*---- 遺品整理の流れ ----*/



#flow

{

	width: 900px;

	height: 450px;

	margin: 80px auto 0;

	background-image: url(../img/flow-bg.jpg);

	background-repeat: no-repeat;

	background-position: right bottom

	}	



dl.flowList {

	width: 700px;

	overflow: hidden;

}

dl.flowList dt {

	width: 120px;

	height:100px;

	float: left;

	clear: both;

}

dl.flowList dd {

	padding: 0 0 0px 120px;

	height:100px;

}





/*---- 対応エリア ----*/



#area

{

	width: 900px;

	margin: 80px auto 0;

	height: 320px;

	}	



/*---- よくある質問 ----*/



#qa

{

	width: 900px;

	margin: 60px auto 0;

	}	

	

dl.qa{  

  background-color : #fff;    

  margin-bottom : 30px;

  border-width : 1px;

  border-style : solid;

  border-color : #BFDFE9;

  width : 900px;      

}



dl.qa dt{

	font-weight : bold;

	color : #333;

	background-color : #BFDFE9;

	margin-bottom : 10px;

	border-bottom-width : 1px;

	border-bottom-style : solid;

	border-bottom-color : #BFDFE9;

	padding-top : 6px;

	padding-bottom : 6px;

	padding-left : 40px;

	background-image: url(../img/q.png);

	background-repeat: no-repeat;

	background-position: 10px 3px;

}



dl.qa dd{

	padding: 2px 10px 10px 30px;

	background-image: url(../img/a.png);

	background-repeat: no-repeat;

}	

	

	

	

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



#access

{

	width: 900px;

	margin: 80px auto 0;

	}	



#access .info

{

	width: 500px;

	margin-top: 10px;

	margin-left: auto;

	margin-bottom: 0;

	height: 120px;

	background-image: url(../img/acces-tel-bg.png);

	background-repeat: no-repeat;

	padding-right: 400px;

	padding-top: 10px;

	}	





/*---- フォーム基本設定 ----*/





div#mf_wrapper {

	width: 640px;

	text-align: left;

	margin: 0px auto 0px auto;

	font-family: sans-serif;

}



form#mailform {

	padding: 5px;

}







/* 問い合わせフォーム */



#form-box {

	width: 900px;

	padding-bottom: 10px;

	float: left;

	margin-bottom: 20px;

	bottom: auto;

	margin-top: 30px;

}





/* フォーム */	

	

table#table-01 {

    width: 800px;

    border-spacing: 0;

}





table#table-01 td {

	padding: 15px;

	border-bottom: 1px dotted #999999;

	font-size: 14px;

}





.kaku

{

	border: 0;

	padding: 5px;

	color: #333;

	border: 1px solid #999999;

	width: 300px;

	font: 16px Arial, sans-serif;

	height: 20px;

	margin-top: 0;

	margin-right: 0;

	margin-left: 0;

}





.kaku2

{

	padding: 7px;

	color: #333;

	border: 1px solid #999999;

	width: 450px;

	font: 16px Arial, sans-serif;

	margin: 7px 0px;

}









/*---- 会社概要 ----*/



#company

{

	width: 900px;

	margin: 80px auto 0;

	}	



.annai

	{

	width: 680px;

	background-image: url(../img/kyoukai-banner.png);

	background-repeat: no-repeat;

	line-height: 24px;

	margin-right: 0px;

	padding-right: 220px;

	background-position: 100% 50%;

	}



.office

	{

	width: 868px;

	background-image: url(../img/office.jpg);

	font-size: 16px;

	background-repeat: no-repeat;

	line-height: 24px;

	background-position: 98% 15px;

	margin-right: 0px;

	padding: 15px;

	border: 1px solid #B0B0B0;

	margin-bottom: 20px;

	margin-top: 20px;

	}

	

.company_03{

	width: 100%;

	border-collapse: separate;

	border-spacing: 5px;

	font-size: 13px;

}

.company_03 th{

	width: 18%;

	padding: 5px;

	text-align: left;

	vertical-align: middle;

	color: #FFFFFF;

	background-color: #999999;

	font-weight: normal;

}

.company_03 td{

width:82%;

padding:4px;

}





/*---- フッター ----*/





#footer01

	{

	/* [disabled]height: 60px; */

	width: 100%;

	color: #FFF;

	text-align: center;

	padding-top: 15px;

	background-color: #BFDFE9;

	padding-bottom: 15px;

	}



#footer02

	{

	width: 100%;

	color: #FFF;

	padding-top: 10px;

	background-image: url(../img/footer-bg.png);

	background-repeat: repeat-x;

	font-style: normal;

	padding-bottom: 10px;

	}



#footer02 .box

{

	width: 900px;

	margin: 10px auto;

	font-size: 12px;

	}	





hr.style-one {

    border: 0;

    height: 1px;

    background: #fff;

}





/*---- 送信完了画面 ----*/



#kanryo

{

	width: 900px;

	margin: 20px auto 10px;

	text-align: center;

	}	

