@charset "utf-8";
body {
	margin:0;
	padding:0;
}
#wrapper {
	width:730px;
	font-size:15px;
	padding:0;
}
section, nav {
	clear:both;
	display:block;
}
article {
	margin-bottom:12px;
	clear:both;
	text-align:center;
}

h1, h2, h3, h4, h5, hgroupe {
	clear:both;
	margin:0;
	padding:0;
}
/*--header--*/

#header {
	margin:0;
	padding:0;
}
#header #logo img {
    margin:15px 0 15px 13px;
}



/*--article--*/

#article {
margin:0 0 5px 0px;
clear:both;
padding:0px 10px 5px 10px;
text-align:center;
}
#article img {
    margin:0px auto;
    border:0px;
}



/*--pagetitle--*/
.pagetitle_a1 {
 margin:0 0 20px 0;
 padding:0;
 font-size:130%;
 text-align:left;
 color:#235b1a;
background:rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
font-weight:bold;
border-top:#CCC solid 1px;
border-right:#CCC solid 1px;
border-bottom:#50922f solid 3px;
border-left:#CCC solid 1px;
 } 
.pagetitle_a1 span {
 display:block;
 padding:15px 10px 15px 45px;
 background-image: url(../common/images/pagetitle_a1_bg.png);
 background-repeat:no-repeat;
 background-position:8px top ;
}
#caption {
 margin:0px;padding:10px 0px 0px 0px;
 line-height:1.4em;
 text-align:center;
}
.kantan_btn_area {
	margin:5px auto;
	text-align:center;
}
.kantan_btn {
	background-color:#0e7a48;
	width:90%;
	font-size:85%;
	max-width:150px;
	border:none;
	border-radius:6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
header:after, 
#article:after, 
#article p:after,
.pagetitle_a1:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html .pagetitle_a1,
*:first-child+html #article

 {
	min-height:1%;
}