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

/*  箱系  */

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

.quotation {
	border-top: 1px #b7713d solid;
	border-bottom: 1px #b7713d solid;
	margin: 30px 5%;
	padding: 30px;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	color: #a51d2b;
}

.multipurpose-box {
	padding: 0px 0px 40px;
	margin: 20px 10%;
	border-bottom: 1px #b7713d dotted;
}

.multipurpose-box-fake {
	padding: 0px 0px 40px;
	margin: 20px 10%;
}

.note {
	border: 1px solid #7b4d2a;
	max-width: 90%;
	margin: 30px auto ;
	padding: 10px;
}

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

/*  線系  */

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

.sub-border-line {
	background: #fff url(../pic/ws_sub-icon.png) no-repeat scroll left top;
	border-bottom: 1px solid #ff601c;
	margin: 20px 10%;
	text-align: left;
	text-indent: 10pt;
	font-size: 12px;
	height: 30px;
	padding-bottom: 0;
}

@media screen and (max-width:768px) { 
	.sub-border-line {
		height: 20px;
	}
}


.nagare-wth{
	max-weight: 1280px;
}