@charset "utf-8";
/* CSS Document */
/* 商品共通 */
div.itemslistbox {
	width:100%;
	min-width:900px;
	background: url(../images/itemslist/bg_isiusu.jpg) no-repeat;
	background-size: 100% auto;
	background-position: left top;
}
	div.itemslistbox div.center {
		width:69.27vw;
		max-width:1284px;
		min-width:810px;
		margin: 0 auto 0 auto;
	}
		div.itemslistbox div.center div.whitebox {
			background: url(../images/itemslist/bg_white.png);
			box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
			box-sizing: border-box;
			padding: 40px 40px 100px 40px;
		}
		div.itemslistbox div.center div.itemsnamebox {
			box-sizing: border-box;
			padding-top: 90px;
			padding-left: 250px;
			padding-bottom: 60px;
			min-height: 230px;
			background: url(../images/itemslist/title_ishiusu.png) no-repeat;
			background-position: left top 85px;
		}
			div.itemslistbox div.center div.itemsnamebox p.title {
				font-size: 24px;
			}
			div.itemslistbox div.center div.itemsnamebox p.step {
				font-size: 14px;
				line-height: 23px;
				margin-top: 15px;
			}
				div.itemslistbox div.center div.itemsnamebox p.step span {
					font-size: 14px;
					color: #E71F19;
				}
		div.itemslistbox div.center div.left {
			width:48%;
			box-sizing: border-box;
			float: left;
			margin-top: 30px;
		}
			div.itemslistbox div.center h2 {
				height:30px;
				font-size: 24px;
			}
			div.itemslistbox div.center h3 {
				font-size: 18px;
				margin-top: 30px;
			}
			div.itemslistbox div.center img {
				max-width: 100%;
			}
			div.itemslistbox div.center div.left p.ptext {
				font-size: 14px;
				line-height: 24px;
			}
		div.itemslistbox div.center div.right {
			width:48%;
			float: right;
			margin-top: 30px;
		}
/* ポイント */
div.pointbox {
	width:100%;
	border: #E6E3E2 1px solid;
	box-sizing: border-box;
	background: #fff;
	padding-bottom: 40px;
	margin-top: 30px;
}
div.pointbox.under { border-bottom:#E6E3E2 30px solid;}
	div.pointbox h4 {
		display: block;
		width:100%;
		height:30px;
		line-height: 30px;
		font-size: 14px;
		background: url(../images/itemslist/point.png) no-repeat, #E6E3E2;
		background-size: auto 100%;
		background-position: left 10px top;
		box-sizing: border-box;
		padding-left: 30px;
	}
	div.pointbox div.pointlistbox {
		width:42%;
		margin: 0 auto;
		margin-left: 5%;
		float: left;
	}
		div.pointbox div.pointlistbox p.info {
			font-size: 14px;
			line-height: 22px;
			margin-top: 5px;
			padding: 25px 0;
			background: url(../images/itemslist/border.png) repeat-x;
			background-position: left bottom;
		}
	div.itemslistbox div.center div.pointbox img {
		display: block;
		max-width: 40%;
		margin-top: 30px;
		margin-right: 5%;
		float: right;
	}
div.nopointbox {
	width:100%;
	border: #E6E3E2 1px solid;
	box-sizing: border-box;
	background: #fff;
	padding-bottom: 40px;
	margin-top: 30px;
}
	div.nopointbox h4 {
		display: block;
		width:100%;
		height:30px;
		line-height: 30px;
		font-size: 14px;
		background:#E6E3E2;
		box-sizing: border-box;
		padding-left: 30px;	
	}
	div.nopointbox p {
		width:90%;
		font-size: 14px;
		line-height: 22px;
		margin: 5px auto 0 auto;
		padding: 25px 0;
		background: url(../images/itemslist/border.png) repeat-x;
		background-position: left bottom;	
	}
	div.itemslistbox div.center div.nopointbox img {
		display: block;
		max-width: 90%;
		margin: 20px auto 0 auto;
	}
/* 商品の説明文調整*/
		div.itembox div.infobox p.item_info {
			font-size: 14px;
			line-height: 20px;
		}