﻿@charset 'UTF-8';
/* CSS Document */

ul {
	margin:0;
	padding:0;
	list-style: none outside none;
}

li {
	list-style:none;
}

a {
	text-decoration: none;
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard_05{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_05.png);
	background-size:cover;
}

/***　float　***/
.floatL {
	float: left;
}

.floatR {
	float: right;
}

/***　clearfix　***/
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/*********列3行*************/
.stampTokusyu {
	width: 95%;
	margin: 0 auto;
}
.stampTokusyu li {
	float: left;
	width: 31.5%;
	margin: 10px 2.1% 0 0;
}
.stampTokusyu li:nth-child(3n) {
	margin-right: 0;
}

/*********imageの境界線*************/
.stampTokusyu li img {
	width: 100%;
}

.onestamp li img {
	width: 100%;
}

/******DLボタン******/
.btn_download {
	position: relative;
	width: 90%;
	margin-top: 3px;
	padding: 0.5em;
	background: #ff6600;					/******背景色******/
	border-radius: 10px;
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}


/***************************
****************************/