﻿@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;
}

/**********背景色************/
#spcontents{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #ffd9e2;
    background: url(https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/sp/animalstamp/shunsuke/BG.png)repeat;
    margin-top: 117px;
    margin-bottom: 55px;
}

#and_spcontents{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #ffd9e2;
    background: url(https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/sp/animalstamp/shunsuke/BG.png)repeat;
    margin-top: 97px;
    margin-bottom: 55px;
}

/****************************/
.tokusyulogo {
	background: none;
	border-bottom: none;
	padding: 0;
}

/****************************/
.h2 {
	background: none;
	border-bottom: none;
	padding: 0;
}

.tokusyustamplist {
	width: 95%;
	margin: 18px auto;
	padding: 1em;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
}

/*********列2行*************/
.twostamps {
	width: 100%;
}

.twostamps li {
	float: left;
	width: 47.2%;
	padding: 0.2em;
	margin: 0px 5px auto;
	display: inline-block;
}

.twostamps li:nth-child(2n) {
	margin-right: 0;
}

.twostamps p {
	color: #fff;
	padding: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

/*********列1行*************/
.onestamp {
	width: 90%;
	margin: auto;
}
.onestamp li {
	width: 47%;
	margin: 15px auto;
}
.onestamp li:nth-child(2n) {
	margin: auto;
}

/*********列3行*************/
.treestamps {
	width: 100%;
}
.treestamps li {
	float: left;
	width: 33.3%;
	padding: 0.25em;
	display: inline-block;
}
.treestamps li:nth-child(3n) {
	margin: auto;
}

.treestamps li em {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.treestamps p {
	color:#714a17;
	padding: 0.4em;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

/****************************/
/*********imageの境界線*************/
.twostamps li img {
	width: 100%;
}

.onestamp li img {
	width: 100%;
}

.treestamps li img {
	width: 100%;
}

/******DLボタン******/
.btn_download {
	position: relative;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0.8em;
	background: #72d300;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(100, 160, 35);	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.btn_download_tree {
	position: relative;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0.8em;
	background: #72d300;					/******背景色******/
	border-radius: 10px;
	box-shadow: 0 5px 0 rgb(100, 160, 35);	/******立体部分******/
	color: #fff;							/******文字色******/
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

/****************************/
/*********キャプション*************/
.caption {
	width: 100%;
	margin: 0px auto;
	padding: 12px 1em;
	color: #000;	      /******文字色******/
	background: #fff3b9;	      /******背景色******/
	font-size: 16px;
	text-align: left;
	line-height: 150%;
}

.red {
color: #ff0000;
font-size: 18px;
font-weight: bold;
}

hr.hr_dot {
	border: 0;
	border-bottom: 2px dotted #72d300;
	width: 90%;
	margin: 3px auto;
}

/****************************/
/*********特集TOPへ戻る******/
.return_bana {
width: 100%;
}
.return_bana img {
margin: 0px auto;
width:100%;
height:auto
}

/***************************
****************************/
