@charset 'UTF-8';
/* CSS Document */

/*********bgがimageの場合*************
#container{
	background:url("http://d3rjvqp78kncsh.cloudfront.net/stamp-ap/images/sp/Hi_pandaneko/bg.jpg");
    background-size         : 100% auto;  画面の幅に合わせて拡大・縮小 
}
**************************************/

/**********背景色_網目************/
#container{
    background: -moz-linear-gradient(left top,	#fff, #fff 25%, #ffc 25%, #ffc 50%,
												#fff 50%, #fff 75%, #ffc 75%,#ffc);
    background: -webkit-linear-gradient(left top,	#fff, #fff 25%, #ffc 25%, #ffc 50%,
													#fff 50%, #fff 75%, #ffc 75%,#ffc);
    background: linear-gradient(left top,	#fff, #fff 25%, #ffc 25%, #ffc 50%,
											#fff 50%, #fff 75%, #ffc 75%,#ffc);
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
/****************************/
/**********背景色_グラデーション************
#container{
	/* Firefox */
	/*background: -moz-linear-gradient(top center, #92e1ee 0%, #fff 100%);
	/* Chrom と Safari */
	/*background: -webkit-gradient(linear, center top, center bottom, from(#92e1ee), to(#fff));
	/* 共通 */
	/*background: linear-gradient(top center, #92e1ee 0%, #fff 100%);
}
****************************/
/**********背景色************
#container{
	/* Firefox */
	/*background: -moz-linear-gradient(top center, #92e1ee 0%, #fff 100%);
	/* Chrom と Safari */
	/*background: -webkit-gradient(linear, center top, center bottom, from(#92e1ee), to(#fff));
	/* 共通 */
	/*background: linear-gradient(top center, #92e1ee 0%, #fff 100%);
}
****************************/
.h2-tokusyu {
	background: none;
	border-bottom: none;
	padding: 0;
}

/*********壁紙2行*************/
.kabegamiTokusyu {
	width: 90%;
	margin: 5px auto;
}
.kabegamiTokusyu li {
	float: left;
	width: 48%;
	margin: 5px 0 0 2%;
}
.kabegamiTokusyu 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 #e17575;				*****アイコン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;
}
.kabegamiTokusyu li img {
	width: 100%;
	border: 2px solid #f5c953;				/******壁紙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: 2px;
	padding: 0.5em;
	background: #f5e3b3;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(245, 201, 83);	/******立体部分******/
	color: #ffa82d;							/******文字色******/
	text-shadow:							/*****文字の枠色*****/
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	display: block;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
/****************************/
/*********クリエイターボタン*************/
.btn-detail button {
	width: 80%;
	margin: -8px auto;
	padding: 1em 0;
	background: #f5e3b3;					/******背景色******/
	border-radius: 10px;
	border: none;
	box-shadow: 0 5px 0 rgb(245, 201, 83);	/******立体部分******/
	color: #ffa82d;							/******文字色******/
	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;
}
/****************************/
