@charset "utf-8";
/*------------------------------------------------------------
	革製品の修理／リペア
------------------------------------------------------------*/
#gHeader {
	padding: 0 0 45px;
	position: relative;
	background-color: #fff;
	height: 120px;
	z-index: 100;
	border-top: 3px solid #aea296;

}
#gHeader .Header {
	position: relative;
	background-color: #fff;
	height: 120px;
}
#gNavi .navi03 img {
	visibility: hidden;
}
#main h2 {
	padding-bottom: 40px;
	text-align: center;
}
#main p.lead {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.8;
}
.topArea {
	margin-bottom: 15px;
}

#main .inner {
	margin: 0 auto 45px;
	width: 100%;
	max-width: 1000px;
}
#main .inner h3 {
	clear: both;
	background: #e1dbd4 url(../img/common/icon_redbar.png) no-repeat left 15px;
	margin: 0 0 25px;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #d4cbc2;
	color: #59493f;
}
#main .inner p {
	clear:both;
	margin: 0 auto 40px;
	padding: 0 2% 25px;
	line-height: 1.8;
	border-bottom: 1px dotted #d4cbc2;
}
#main .inner .Ex {
	clear: both;
	margin: 0;
	padding: 0;
}
#main .inner .Ex dl {
	float:left;
	width: 46%;
	margin: 0 2% 2.6%;
	font-size: 0.85em;
}
#main .inner .Ex dl.large {
	float: right !important;
}
#main .inner .Ex dl.last {
	margin-bottom: 5%;
}
#main .inner dt {
	margin-bottom: 1.5%;
	font-weight: bold;
	line-height: 1.4;
}
#main .inner dd {
	margin-bottom: 3%;
	padding: 0;
	line-height: 180%;
}
#main .inner .notes {
	clear: both;
	margin: 0;
	padding: 0 2%;
	font-size: 0.9em;
	line-height: 180%;
	border: none;
}
@media all and (min-width: 641px) and (max-width: 1365px){
	#main .inner dd img {
		width: 100%;
	}
}

@media all and (min-width: 0) and (max-width: 640px)  {	

	#gHeader {
		padding: 0;
		height: 10px;
	}

	#gHeader div { display: none; }
	
	.topArea {
		margin-bottom: 0;
		padding-bottom: 2%; 
	}

	#main h2 {
		margin-bottom: 6%;
		padding: 0;
		font-size: 0.8em;
	}
	
	#main h2 img {
		width: 100%;
		max-width: 640px;
	}
	#main p.lead {
		margin-bottom: 8%;
		padding: 0 4%;
		font-size: 0.8em;
	}

	#main .inner {
		margin: 0 15px 40px;
		width: auto;
	}

	#main h3 {
		margin: 0 0 5% !important;
		font-size: 0.8em;
	}

	#main .inner p {
		float: none;
		margin-bottom: 8%;
		padding-bottom: 6%;
		width: auto;
		height: auto !important;
		border-bottom: 1px dotted #d4cbc2;
		font-size: 0.8em;
	}

	#main .inner .Ex dl,
	#main .inner .Ex dl.large {
		float: none;
		width: 98%;
		margin: 0 auto 5%;
		font-size: 0.7em;
	}
	#main .inner dl,
	#main .inner dt,
	#main .inner dd {
		width: 98%;
	}
	#main .inner dt {
		margin-bottom: 0.5%;
	}
	#main .inner dd {
		margin-bottom: 2.5%;
	}
	#main .inner dt {
		line-height: 1.6;
	}
	#main .inner dd img {
		width: 100%;
	}
	#main .inner .Ex dl.last {
		margin-bottom: 10%;
	}
	#main .inner .notes {
		font-size: 0.7em;
		line-height: 1.6;
	}
}