@charset 'UTF-8';
/* CSS Document */

/*********bgがimageの場合*************/
#container{
	background:url("http://d3rjvqp78kncsh.cloudfront.net/stamp-ap/images/sp/hagemasuoyaji/bg.jpg")repeat,100% ;
	background-size:100%;　
}
/**************************************/

/**********背景色************
#container{
    background: #fff;
}
****************************/
.h2-tokusyu {
	background: none;
	border-bottom: none;
	padding: 0;
}

/*********列2行*************/
.stampTokusyu {
	width: 90%;
	margin: 0 auto;
}
.stampTokusyu li {
	float: left;
	width: 47%;
	margin: 20px 6% 0 0;
}
.stampTokusyu li:nth-child(2n) {
	margin-right: 0;
}
/****************************/
/*********列3行*************
.stampTokusyu {
	width: 93%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.stampTokusyu li {
	float: left;
	width: 32%;
	margin: 10px 2% 0 0;
}
.stampTokusyu li:nth-child(3n) {
	margin-right: 0;
}
****************************/
/*********列4行*************
.stampTokusyu {
	width: 93%;
	margin: 0 4.5%; 0 0;
}

.stampTokusyu li {
	float: left;
	width: 22%;
	margin: 15px 0 10px 2%;
}
.stampTokusyu li:nth-child(3n) {
	margin-right: 0;
}
****************************/
/*********imageの境界線*************/
.stampTokusyu li img {
	width: 100%;
	border: 2px solid #037c03;				/******imageの境界線色******/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/******DLボタン******/
.btn_download {
	position: relative;
	width: 100%;
	margin-top: 1px;
	padding: 0.5em;
	background: #fff;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(3, 124, 3);	/******立体部分******/
	color: #000;							/******文字色******/
	text-shadow:							/******文字の枠色******/
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
/****************************/
/*********クリエイターボタン*************/
.btn-detail button {
	width: 80%;
	margin: 0 auto;
	padding: 1em 0;
	background: #fff;					/******背景色******/
	border-radius: 10px;
	border: none;
	box-shadow: 0 5px 0 rgb(3, 124, 3);	/******立体部分******/
	color: #000;							/******文字色******/
	text-shadow:							/******文字の枠色******/
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	display: block;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
/****************************/
/*********リボン風*************/
.explanation {
	width: 85%;
	position: relative;
	margin: 15px auto 5px;
	padding: 1em 0.5em; 
	background: #fff;					/******背景色******/
	color: #000;							/******文字色******/
	text-shadow:							/******文字の枠色******/
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	z-index: 3;
}

.explanation:before, .explanation:after {
 	content: "";
 	position: absolute;
 	display: block;
 	bottom: -1em;
 	border: 1.5em solid #fff;			/******リボンの端色******/
 	z-index: -50;
}

.explanation:before {
 	left: -2em;
	border-right-width: 1.5em;
 	border-left-color: transparent;
}

.explanation:after {
 	right: -2em;
 	border-left-width: 1.5em;
 	border-right-color: transparent;
}

.explanation-inner:before, .explanation-inner:after {
	content: "";
 	position: absolute;
	display: block;
	border-style: solid;
 	border-color: #037c03 transparent transparent transparent;			/******リボンの影色******/
 	bottom: -1em;
 	z-index: 999;
}
.explanation-inner:before {
 	left: 0;
	border-width: 1em 0 0 1em;
}
.explanation-inner:after {
 	right: 0;
 	border-width: 1em 1em 0 0;
}
/****************************/
/*********リボン風************
.explanationa {
	width: 90%;
	position: relative;
	margin: 5px auto 0px;
	padding: 1em 0.5em; 
	background: #fff;					
	color: #673e32;						
	text-shadow:						
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	z-index: 3;
}

.explanationa:before, .explanationa:after {
 	content: "";
 	position: absolute;
 	display: block;
 	bottom: -1em;
 	border: 1.5em solid #fff;			
 	z-index: -10;
}

.explanationa:before {
 	left: -2em;
	border-right-width: 1.5em;
 	border-left-color: transparent;
}

.explanationa:after {
 	right: -2em;
 	border-left-width: 1.5em;
 	border-right-color: transparent;
}

.explanationa-inner:before, .explanationa-inner:after {
	content: "";
 	position: absolute;
	display: block;
	border-style: solid;
 	border-color: #663f33 transparent transparent transparent;			
 	bottom: -1em;
 	z-index: 999;
}
.explanationa-inner:before {
 	left: 0;
	border-width: 1em 0 0 1em;
}
.explanationa-inner:after {
 	right: 0;
 	border-width: 1em 1em 0 0;
}
****************************/
/*********付せん風*************
.contentsManual {
    position:relative;
    width: 93%;
    margin: 30px auto 0px;
    padding: 1em;
    background: #fdc897;
    color: #241e1e;
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
    font-size: 12px;
    line-height: 1.5;
    overflow:hidden;
    text-align: center;
}
 
.contentsManual:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 20px 16px 0;
    border-style:solid;
    border-color:#fef2e1 #fef2e1 #fd9c6c #fd9c6c;
    background:#fd9f69; 
    display:block; width:0; 
}
****************************/