@charset "utf-8";
/* CSS Document */

@import url("base.css");
section h2{
	font-family: "Sawarabi Mincho",serif;
	font-weight: normal;
	font-size: 190%;
	color: #a5917e;
	margin: 1.5em 0 0.5em 0;
	border-left: 5px solid #cabcaf;
	padding: 0 0 0 8px;
	}
.table_basic01{
	width: 100%;
}
.table_basic01 td{
	position:relative;
}
.table_basic01 td img{
	margin: 0.5em 0 0;
}
.table_basic01 td span a{
	position: absolute;
	right:1%;
	top:0;
	bottom: 0;
	margin: auto;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 60px;
	height: 20px;
	padding: 0 5px;
	background-color: #177b1a;
	}
.table_basic01 td span a:hover,.table_basic01 td span a:active{
	color: #fff;
	background-color: #1B921F;
	text-decoration: none;
	}
#go_form a{
	display: block;
	width: 360px;
	margin: 3em auto 0;
}
/* pc */
@media only screen and (min-width: 960px) {
	
/*メイン*/
.table_basic01 th{
	vertical-align:middle;
	width:30%;
	}
.table_basic01 td{
	width:66%;
	}
.table_basic01 th,.table_basic01 td{
	padding: 1em 1%;
	border: 4px solid #fff;
	}
.table_basic01 tr:nth-child(odd){
	background:#f5f0eb;
}
}


/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 959px) {

/*メイン*/
.table_basic01 th,.table_basic01 td{
	display: block;
	width:98%;
	text-align: left;
	}
.table_basic01 th,.table_basic01 td{
	padding: 0.25em 1%;
	}
.table_basic01 tr:nth-child(odd){
	background:#f5f0eb;
}
}

 
/* smartPhone */
@media screen and (max-width: 640px) {
	
/*メイン*/
.table_basic01 th,.table_basic01 td{
	display: block;
	width:98%;
	text-align: left;
	}
.table_basic01 th,.table_basic01 td{
	padding: 0.25em 1%;
	}
.table_basic01 tr:nth-child(odd){
	background:#f5f0eb;
}
.table_basic01 td span a{
	position: static;
	}
#go_form a{
	width: 96%;
	margin: 2em auto 0;
}
}