#contentsWrap{
	overflow: hidden;
}
div.header{
	font-size: 30px;
	line-height: 38px;
	background: url('../../img/memo/headerbg.png') left top repeat;
	height: 226px;
}
div.header-wrap{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
div.header-wrap img{
	position: absolute;
	left: 480px;
	top: 0;
}
div.header-wrap>div:first-of-type{
	color: #e14b00;
}
div.header-wrap>div>span{
	display: block;
	padding-top: 50%;
	margin-top: -1.25em;
}
div.circle1,div.circle2,div.circle3,div.circle4,div.circle5{
	position: absolute;
	font-size: 12px;
	line-height: 15px;
	width: 90px;
	height: 90px;
	color: #fff;
	background: #501400;
	-webkit-border-radius: 45px;
	   -moz-border-radius: 45px;
	        border-radius: 45px;
	z-index: 1;
	text-align: center;
}
div.circle1{
	left: 0;
	top: 107px;
}
div.circle2{
	left: 100px;
	top: 125px;
}
div.circle3{
	left: 200px;
	top: 107px;
}
div.circle4{
	left: 300px;
	top: 125px;
}
div.circle4>span{
	margin-top: -1.6em !important;
}
div.circle5{
	left: 400px;
	top: 107px;
}
h2.contents-head{
	font-size: 25px;
	line-height: 85px;
}
div.contents-wrap{
	width: 1000px;
	margin: 30px auto 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	overflow: hidden;
}
div.contents-wrap:first-of-type{
	margin-top: 0;
}
h3.contents-title, div.contents-body{
	line-height: 20px;
	background: #fff;
	padding: 30px;
}
h3.contents-title{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}
div.contents-body{
	font-size: 14px;
	text-align: left;
}
div.leftspace{
	float: left;
	width: 360px;
}
div.rightspace{
	margin-left: 30px;
	float: left;
	width: 550px;
}
.sample-title{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.sample-title span{
	font-size: 14px;
}
#btn-order{
	width: 500px;
	height: 75px;
	line-height: 75px;
	color: #fff;
	background: #f60;
	font-size: 25px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background: #f60 url('../../img/memo/arrow.png') right 10px center no-repeat;
	margin: 30px auto;
}
#btn-order a{
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}
#btn-order a:link, #btn-order a:visited{
	color: #fff;
}
.thumbnails{
	margin-top: 12px;
}
.thumbnails>span{
	display: block;
	width: 360px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align:center;
}
.thumbnails-box{
	width: 360px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.thumbnails-box>div{
	float: left;
	width: 120px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.thumbnails-box>div:nth-of-type(3n+1){
	width: 119px;
}
.thumbnails-box>div:last-of-type{
	height: 189px;
	background: #fff;
}
.thumbnails-box>div *{
	text-align: center;
}
.thumbnails-box>div img{
	display: block;
	margin: 20px auto 0;
	cursor: pointer;
}
.thumbnails-box>div>div{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
}
.memoimage{
	position: relative;
	width: 360px;
	height: 530px;
}
.memoimage img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s linear;
}
.memoimage img.current{
	display: block;
	opacity: 1;
	z-index: 2;
}
.buttons2,
.buttons{
	width: 1000px;
	height: 136px;
	position: relative;
	margin: 0 auto;
}
.buttons.clearfix>div.button-order{
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	margin: auto;
}
.buttons2.clearfix{
	height: 100px;
}
.buttons2.clearfix>div.btn-browserback{
	margin-top: 40px;
}
