@charset "utf-8";


body {
	font: 100%/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav .inner{
		background:url(../images/mainNavSep.png) no-repeat 0 5px;
	}

	nav#mainNav ul li {
		background:url(../images/mainNavSep.png) no-repeat 100% 5px;
		font-size: .75em;
	}
}



/* レイアウト
------------------------------------------------------------*/
#sidebar {
	margin-top: 20px;
	overflow: hidden;
}
#sidebar h3 {
	clear:both;
	border-left: 4px solid #eee;
	margin: 0 0 17px;
	padding: 2px 0 2px 7px;
	font-weight: bold;
	border-bottom:0;
}
#sidebar article {
	margin: 0 0 30px 0;
	background: #fff;
}
#sidebar article ul li {
	padding-top: 14px;
	padding-bottom: 6px;
	clear:both;
	border-bottom: 1px dashed #ebebeb;
}


#footer {
	overflow: hidden;
	font-size: 1em;
}
#footer .grid {
	float: none;
}
#footer .grid .logo {
	padding: 5px 10px;
}
#footer .grid p {
	padding: 5px 10px;
}
#footer #info .info {
	padding: 20px 0 0;
	clear: both;
	float: none;
	text-align: center;
}


#gallery .grid {
	width: 220px;
	float: left;
}
#gallery img {
	margin: 5px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}



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

/* サイト説明文
----------------------------------*/
#header .logo {
	padding: 0;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
	padding: 25px 0 20px;
}


/*  電話番号+受付時間 
----------------------------------*/
.info p {
	font-size: .875em;
}

.tel strong {
	font-size: 1.43em;
	font-weight: bold;
}



/* グローバルメニュー
*****************************************************/
nav#mainNav .inner a#menu span {
	display: none;
}
nav#mainNav ul li a span {
	display: none;
}



/* メイン画像 */
#mainBanner {
	background: #fff;
	margin: 0 auto 20px;
}
#mainBanner h1 img {
	display: inline;
}
#mainBanner .slogan h2 {
	clear:both;
	margin:0;
	font-weight: bold;
}
#mainBanner .slogan p {
	padding:7px 10px 7px 10px;
	line-height: 1.71em;
	letter-spacing: 2px;
	color: #ccc;
}



/* 記事
*****************************************************/
.content{
	margin: 0 0 20px 0;
	background: #fff;
	clear: both;
}
.content p {
	margin-bottom: 48px;
	line-height: 1.87em;
	letter-spacing: 2px;
}

section.content h3 {
	margin:10px 0;
	padding-left: 7px;
	clear: both;
	font-size: 1.75em;
	font-weight:normal;
	color:#2e2c2c;
	border-left: 4px solid #eee;
}
section.content h4 {
	margin-bottom: 24px;
	text-shadow: 1px 1px 0px #ccc;
	font-size: 1.125em;
	font-weight: bold;
}
section.content ol li, section.content ul li {
	margin-bottom: 12px;
	line-height: 1.87em;
	letter-spacing: 2px;
}
section.content ul li {
	margin-left: 24px;
}
section.content img {
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}



/* フッター
*****************************************************/
.footnav {
	padding: 10px 0;
}
.footnav li {
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	float: left;
	border-right: 1px solid #b6b6b6;
	font-size: .875em;
}

.logo a {
	font-size: 1.25em;
	font-weight: bold;
}
.logo span {
	display: block;
	font-size: 1em;
}
.logo span.description {
	font-size: .6em;
}


address {
	padding: 10px 0 37px;
	clear: both;
	text-align: center;
	font-size: .875em;
}



/* 文章 */
.align_c {
	text-align:center;
}


/* 注意書き */
.notice_desc {
	margin-left: 1em;
	text-indent: -1em;
}
.notice_desc span {
	color: #ff0000;
}


/* テキスト装飾 */
.bold {
	font-weight:bold;
}
.red {
	color: #ff0000;
}


/* 回り込み解除 */
.clear_l {
	clear:left;
}


/* 回り込み指定 */
.float_l {
	float:left;
}


/* ボタン　もっと見る */
.btn_more a {
	background: #f1f1f1;
	display:block;
	border: solid #f1f1f1 1px;
	border-radius: 10px;
	text-align:center;
	line-height: 36px;
}



/* トップページ */
#index_mainBanner {
	width: 95%;
	background: #eee;
	margin: 20px auto;
	padding: 4px;
	clear: both;
	line-height: 0;
}
#index_mainBanner h1 {
	text-align: center;
}
#index_mainBanner h1 img {
	max-width: 100%;
}


.index_slogan{
	max-width:100%;
	height:auto;
	background: url(../images/tp2.png);
	padding:5px 10px;
	line-height:1.4;
}


dl.index_dl dt {
	margin-bottom: 12px;
	padding-bottom: 6px;
	color: #333;
	font-size: 1.5em;
	font-weight:bold;
}
dl.index_dl dd {
	margin-bottom: 24px;
	line-height: 1.87em;
	letter-spacing: 2px;
}


#mainTitle h2 {
	margin-bottom: 20px;
	text-align:center;
	color: #f00;
}
#mainTitle h3 {
	margin:0 0 20px 0;
	position:relative;
	padding:10px 20px;
	background: #739938 url(../images/tp2.png);
	clear: both;
	border-left:none;
	box-shadow:
		0 3px 3px 0 rgba(0,0,0,0.1);
	text-align:center;
	color: #F3DE45;
	font-size: 1.75em;
	font-weight:bold;
}
#mainTitle h3:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color: #648632;
}
#mainTitle h3:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color: #648632;
}



/* 4カラム */
.gridWrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
}



.box{
	margin:0 5px;
	padding:10px;
	border: 1px solid #ddd;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #f1f1f1;
}

.box h3 {
	background: #0f3796; /* Old browsers */
	background: -moz-linear-gradient(top,  #0f3796 0%, #2989d8 50%, #207cca 100%, #047dce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f3796), color-stop(50%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#047dce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0f3796 0%,#2989d8 50%,#207cca 100%,#047dce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0f3796 0%,#2989d8 50%,#207cca 100%,#047dce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0f3796 0%,#2989d8 50%,#207cca 100%,#047dce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0f3796 0%,#2989d8 50%,#207cca 100%,#047dce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3796', endColorstr='#047dce',GradientType=0 ); /* IE6-9 */
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	text-align:left;
	font-size: 1.13em;
	font-weight:bold;
	position: relative;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
	padding: 15px 5px 12px 10px;
	border-radius: 3px;
}
.box h3:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 100px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-top: 10px solid #207cca;
}
.box h3 a:link, .box h3 a:visited {
	color: #fff;
}

.box p {
	margin-bottom: 24px;
	text-align:left;
	line-height: 1.71em;
	letter-spacing: 2px;
	font-size: .88em;
}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}
.box p.readmore a {
	text-decoration: underline;
}


#index_contentWrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}


dl.index_dl dd ul li {
	position:relative;
	list-style:none;
}
dl.index_dl dd ul li:after {
	width: 12px;
	height: 5px;
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.4em;
	border-left: 3px solid #f00;
	border-bottom: 3px solid #f00;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.index_notice {
	text-align:center;
	color: #333;
	font-size: 1.5em;
	font-weight:bold;
}


.index_price_slogan {
	font-size: 1.5em;
}
.index_price_slogan span {
	color: #f00;
	font-size: 1.17em;
	font-weight:bold;
}
.index_lowprice_01 {
	text-align:center;
	text-shadow: 2px 2px 0px #ccc;
}
.index_lowprice_01 span {
	color: #f00;
	font-size: 1.6em;
}
.index_lowprice_02 {
	margin-bottom: 48px;
	text-align:center;
}
.index_lowprice_02 span {
	color: #f00;
}


.index_flow_01 {
	text-align:center;
	text-shadow: 2px 2px 0px #ccc;
}
.index_flow_01 span {
	color: #f00;
	font-size: 1.6em;
}
.index_flow_02 {
	margin-bottom: 48px;
	text-align:center;
	color: #333;
}
.index_flow_02 span {
	font-size: 1.6em;
}

dl.index_flow_03 dt {
	background: #00A1E9;
	padding: 12px;
	color: #fff;
	font-size: 1.75em;
}
dl.index_flow_03 dd {
	padding:20px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
}


ul.index_truck {
	padding-top: 20px;
}
section.content ul.index_truck li {
	margin-left: 0;
	list-style:none;
}
ul.index_truck li img {
	max-width: 90%;
	height: auto;
}



/* 明朗会計・料金表 */
ul.price_nav {
	margin-bottom: 24px;
	overflow:hidden;
}
ul.price_nav li {
	width: 29%;
	float:left;
}


table td.price {
	white-space: nowrap;
	text-align:right;
	font-weight:bold;
}



/* サービスエリア（出張対応） */
section.content ul.area_nav li {
	margin-right: 66px;
	margin-bottom: 48px;
	margin-left: 0;
	float:left;
	list-style:none;
}
section.content ul.area_nav li.area_03 {
	margin-right: 0;
}
ul.area_nav li a {
	width: 150px;
	padding-top: 156px;
	display:block;
}
ul.area_nav li.area_01 a {
	background:#FFF url(../images/area/image_0_c43f39c093a06c45.png) no-repeat;
}
ul.area_nav li.area_02 a {
	background:#FFF url(../images/area/image_0_75a38dbe485173e0.png) no-repeat;
}
ul.area_nav li.area_03 a {
	background:#FFF url(../images/area/image_0_da24ec8184d33c15.png) no-repeat;
}



/* 会社概要 */
dl.company_dl dt {
	margin-bottom: 12px;
	line-height: 1.87em;
	letter-spacing: 2px;
	font-weight:bold;
}
dl.company_dl dd {
	margin-bottom: 24px;
	padding-bottom: 6px;
	border-bottom: solid #f1f1f1 1px;
	line-height: 1.87em;
	letter-spacing: 2px;
}



/* 不用品Q&A */
dl.faq_dl dt {
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: solid #f1f1f1 1px;
	font-weight:bold;
}
dl.faq_dl dd {
	margin-bottom: 24px;
	line-height: 1.87em;
	letter-spacing: 2px;
}
dl.faq_dl dd div {
	text-align:right;
}



/* お客様の喜びの声 */
ul.voice_nav {
	margin-bottom: 24px;
	overflow:hidden;
}
ul.voice_nav li {
	width: 29%;
	float:left;
}

dl.voice_dl dt {
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: solid #f1f1f1 1px;
	font-weight:bold;
}
dl.voice_dl dd {
	margin-bottom: 24px;
	line-height: 1.87em;
	letter-spacing: 2px;
}



/* 処分品目例 */
ul.item_nav {
	margin-bottom: 24px;
	overflow:hidden;
}
ul.item_nav li {
	width: 29%;
	float:left;
}



/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	/* レイアウト */
	#main {
		float:right;
	}

	#sidebar {
		width: 235px;
		float: left;
	}
	
	#footer .grid {
		width: 235px;
		float: left;
	}
	#footer #info .info {
		text-align: left;
	}
	
	/* フッター */
	.footnav {
		width: 625px;
		float: right;
	}
	.footnav ul {
		float: left;
	}
	.footnav li {
		float: none;
	}
	
	/* トップページ */
	#index_mainBanner {
		width: 100%;
		position: relative;
	}
	
	.index_slogan{
		position:absolute;
		top: 0;
		left: 0;
	}
	.index_slogan h2{
		padding-bottom: 15px;
		text-shadow: 1px 1px 0px #000;
		font-size: 2.5em;
		font-weight:bold;
		color: #fff;
	}
	.index_slogan ul {
		margin-top: 105px;
		margin-right: 15px;
		padding-left: 180px;
		float:left;
	}
	.index_slogan ul li {
		width: 4em;
		background: #000099;
		margin-bottom: 4px;
		padding: 5px;
		border: solid #000099 1px;
		border-radius: 5px;
		color: #fff;
		font-size: 2em;
		font-weight:bold;
	}
	.index_slogan p {
		margin-top: 45px;
		letter-spacing: 2px;
		text-shadow: 2px 2px 0px #fff;
		color: #f00;
		font-size: 3.3em;
		font-weight:bold;
	}
	.index_slogan p span {
		font-size: 4em;
	}

	#mainTitle h2 {
		font-size: 3.1em;
		font-weight:bold;
	}
	#mainTitle h3 {
		margin:0 -20px 20px -20px;
	}
	
	.gridWrapper {
		width: 100%;
	}
	.gridWrapper .grid {
		width: 220px;
		float: left;
	}
	
	#index_contentWrapper {
		width: 100%;
	}
	
	#gallery .grid {
		width: 214px;
	}
	
	.index_lowprice_01 {
		font-size: 3.3em;
		font-weight:bold;
	}

	.index_lowprice_02 {
		font-size: 2.5em;
		font-weight:bold;
	}

	.index_flow_01 {
		font-size: 3.3em;
		font-weight:bold;
	}

	.index_flow_02 {
		font-size: 2.4em;
		font-weight:bold;
	}

	dl.index_dl {
		width: 50%;
		float:left;
	}

	.index_contact {
		clear: right;
		float:left;
	}

	ul.index_truck {
		padding-left: 50px;
	}
	section.content ul.index_truck li {
		width: 50%;
		float:left;
	}
	
	.index_area {
		float:left;
	}
	.index_area img {
		max-width: 90%;
		height: auto;
	}
}



/* モニター幅959px以下 */
@media only screen and (max-width:959px){
	/* トップページ */
	.index_slogan h2{
		padding-bottom: 15px;
		text-shadow: 1px 1px 0px #fff;
		font-size: 2em;
		font-weight:bold;
		color: #1D2087;
	}
	.index_slogan ul {
		margin-right: 15px;
		float:left;
	}
	.index_slogan ul li {
		background: #000099;
		margin-bottom: 4px;
		padding: 5px;
		border: solid #000099 1px;
		border-radius: 5px;
		color: #fff;
		font-size: 1.5em;
		font-weight:bold;
	}
	.index_slogan p {
		letter-spacing: 2px;
		text-shadow: 2px 2px 0px #fff;
		color: #f00;
		font-size: 2em;
		font-weight:bold;
	}
	.index_slogan p span {
		font-size: 4em;
	}

	.index_lowprice_01 {
		font-size: 2em;
	}

	.index_lowprice_02 {
		font-size: 1.5em;
	}

	.index_flow_01 {
		font-size: 2em;
	}

	.index_flow_02 {
		font-size: 1.5em;
	}

	dl.index_dl {
		width: 50%;
		float:left;
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	/* トップページ */
	dl.index_dl {
		width: 100%;
	}
}
