@charset "UTF-8";
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* CSS Document */

body {
	position:relative;
	font-size:16px;
	line-height:1.7;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#1b1b1b;
	min-width:1000px;
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 736px) {
body {
	font-size:16px;
	width: 100%;
	min-width: 100%;
	line-height:1.5;
}
}

a {color: #1b1b1b; text-decoration: none;}
a:hover {color: #666666; text-decoration:none;}

a:hover {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}

img {
    width: 100%;
}
.ta_c{
    text-align: center;
}
.p_b20{ padding-bottom: 50px}
h1{
	padding:10px;
	font-family: 'Vidaloka', serif;
	text-align:center;
	font-weight:normal;
	color: #093;
	background: rgb(252,255,244);
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 19%, rgba(145,232,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 19%,rgba(145,232,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 19%,rgba(145,232,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#91e842',GradientType=0 );
	margin:0 0 30px;
}
h1 span{
	display:block;
	font-size:4.500rem;
	line-height:72px;
	text-shadow:-1px -1px #336600,1px 1px #FFF;
}
article{
	width:1000px;
	margin:0 auto;
	padding:0 0 30px;
}
h2 {
	position: relative;
	text-align: center;
	margin:0 0 20px;
}
h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	font-size:2.500rem;
}
h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
table {
	width: 96%;
	border-collapse: collapse;
	margin:0 auto;
}
table tr:first-child th {
    border-top: #b3b3b3 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px 20px;
	font-weight: bold;
}
table tr:first-child td {
	border-top: #be1309 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px 20px;
}
td span {
	display:block;
	padding:15px 0 0;
}
td em {
	color:#F00;
	font-size:0.813rem;
}
@media screen and (max-width: 736px) {
h1 span{
	font-size:2.500rem;
	line-height:40px;
}
article{
	width:96%;
}
h2 span {
	font-size:1.500rem;
}
th {
	display:block;
	border-left:none;
	padding: 5px 10px;
}
table tr:first-child td {
	border-top:none;
}
td {
	display:block;
	border-right:none;
	padding: 5px 10px;
}
}


















