@charset "utf-8";

/**************************

ふとん丸洗いの注意事項

**************************/

body {
	border-top: none;
}

#header {
	width: 740px;
	margin: 0 auto;
}

#wrapper {
	width: 740px;
	margin: 0 auto 50px;
}

#content {
	float: none;
	width: auto;
}
#pageTop {
	width: auto;
	margin: 20px auto 18px;
}

.futon_caution h1{
}
.futon_caution h2{
	margin-top: 20px;
	background:url(/item/delivery/images/caution_line01.gif) bottom left repeat-x;
}
.futon_caution h2 span{
	display:inline-block;
	font-size: 16px;
	line-height:1.8;
	border-bottom: 4px solid #4a258e;
}

.futon_caution p{
	margin-top: 10px;
	line-height:1.8;
}

.futon_caution dl{
	margin:0 20px;
}

.futon_caution dt{
	margin-top: 25px;
	border-bottom: 2px solid #9b77db;
	padding:4px 0 7px 30px;
	background:url(/item/delivery/images/caution_icon01.gif) top left no-repeat;
}
.futon_caution dd{
	margin-top: 15px;
	line-height:1.8;
}
.futon_caution li{
	margin:5px 0 0 0;
}
.futon_caution li a{
	margin-left: 1em;
	padding-left: 15px;
	background:url(/item/delivery/images/caution_icon02.gif) left center no-repeat;
}

.futon_caution .attention{
	padding:5px;
	text-align:center;
	background:#e5e5e5;
}

.futon_caution .table{
	margin-top: 20px;
	zoom:1;
}
.futon_caution .table:after{
	content: "";
	display: block;
	clear: both;
}
.futon_caution .table .fL,
.futon_caution .table .fR{
	width: 356px;
}

.futon_caution .table table{
	margin-bottom: 20px;
}
.futon_caution .table th{
	padding:7px 10px;
	text-align:center;
	vertical-align:middle;
}
.futon_caution .table td{
	padding:7px 10px;
	vertical-align:top;
}
.futon_caution .table td img{
	margin-top: 10px;
}

.futon_caution .table .fL table{
	border-bottom: 1px solid #cfddf6;
	border-right: 1px solid #cfddf6;
}
.futon_caution .table .fL th{
	border-top: 1px solid #cfddf6;
	border-left: 1px solid #FFF;
	background:#cfddf6;
}
.futon_caution .table .fL th.fst{
	border-left: 1px solid #cfddf6;
}
.futon_caution .table .fL td{
	border-top: 1px dotted #cfddf6;
	border-left: 1px solid #cfddf6;
}
.futon_caution .table .fL .fst td{
	border-top: 1px solid #cfddf6;
}

.futon_caution .table .fR table{
	border-bottom: 1px solid #fad7e4;
	border-right: 1px solid #fad7e4;
}
.futon_caution .table .fR th{
	border-top: 1px solid #fad7e4;
	border-left: 1px solid #FFF;
	background:#fad7e4;
}
.futon_caution .table .fR th.fst{
	border-left: 1px solid #fad7e4;
}
.futon_caution .table .fR td{
	border-top: 1px dotted #fad7e4;
	border-left: 1px solid #fad7e4;
}
.futon_caution .table .fR .fst td{
	border-top: 1px solid #fad7e4;
}


.mt30{
	margin-top: 30px !important;
}
.taR{
	text-align: right !important;
}
.fL{
	float: left !important;
}
.fR{
	float: right !important;
}

/* 改行位置の修正 Android var4.0.4対応 */
p,li,dd,h2,span,
table tr,
table td{
	background-image:url("/common/images/blank.gif");
}




@media print, screen and (min-width: 668px) {
	.pcOnly {
		display: inline !important;
	}
	.spOnly {
		display: none !important;
	}

	#container #wrapper {
		width: 740px;
		margin: 25px auto 0;
	}

}

@media only screen and (max-width: 667px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
	.spOnly img {
		width: 100% !important;
	}

	#content * {
		font-size: 13px;
	}
	#content h1.tit_hiragino_dc {
		font-size: 17px;
	}
	#content h2 {
		margin-bottom: 10px;
	}
	#content h2 span {
		padding: 0 3%;
		font-size: 15px;
	}
	#content p {
		margin: 0 3%;
	}
	#wrapper {
		padding-top:103px!important;
	}

	.mt30 {
		margin-top: 15px !important;
	}

	.futon_caution img {
		width: 100%;
		height: auto;
	}

	.futon_caution dl {
		margin: 0 3%;
	}
	.futon_caution dt {
		background: url(/item/delivery/images/caution_icon01.gif) 0 50% no-repeat;
		padding: 7px 0 7px 35px;
	}

	.futon_caution .attention {
		margin: 15px 0 10px !important;
	}

	.note {
		padding: 0 3%;
	}
	.note .taR {
		text-align: left !important;
	}

	.futon_caution .table {
		margin: 0 3%;
	}
	.futon_caution .table h3 {
		text-align: center;
	}
	.futon_caution .table img {
		width: 80%;
	}
	.futon_caution .table td img {
		width: 100%;
	}
	.futon_caution .table .fL,
	.futon_caution .table .fR {
		width: auto;
		float: none !important;
		padding: 30px 0 0 0;
	}
	.futon_caution .table th.fst {
		width: 35%;
	}
	.futon_caution .table .fL table:last-child {
		margin: 0;
	}
	.pagetop {
		margin: 30px 3% 20px 0 !important;
		text-align: right;
		width: auto;
		box-sizing: border-box;
	}
	.pagetop img {
		width: 72px !important;
	}


}
