@charset "Shift_JIS";

* { margin:0px;
	padding:0px;
	}

body {
	color: #333333;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 140%;
	background: url(images/2017/bodybg_img.gif) repeat-y 0 0;
	background-color: #F7F9F8;
}
#wrapper {
	width: 804px;
	height:auto;
	margin: 0;
	padding: 0 0 0 5px;
	background: url(images/2017/bodybg_img.gif) repeat-y 0 0;
}
#header {
	width: 750px;
	margin-right: auto;
	margin-left: 22px;
	overflow: hidden;
}
.float_right {float: right;}
.float_left {float: left;}
.margin_t10{margin-top: 10px;}
.margin_t40{margin-top: 40px;}
.cl{clear:both;}

a:link { color:#333333 ; text-decoration:none;}
a:visited { color:#333333 ; text-decoration:none;}
a:active { color:#333333 ; text-decoration:none;}
a:hover { color:#ff3300 ; text-decoration:none;}	

.sp_none{display:block;}
.pc_none{display:none;}

@media all and (max-width: 640px) {
body{
	width:100%;
	background:none;
}
	
#wrapper {
	width:100%;
	padding:0;
	background:none;
}
#header {
	width:100%;
	margin:0;
}
.sp_none{display:none;}
.pc_none{display:block;}

}


/*========== content ==========*/
#content_box {
	width: 750px;
	margin-right: auto;
	margin-left: 22px;
	overflow: hidden;
	margin-top: 10px;
}
#content_box h3 {
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	background: #999999;
	padding: 5px;
	margin-bottom: 10px;
}
.content_box00{
	width: 187px;
	float: left;
	text-align:center;
	margin: 10px 0px 20px 0px;
}

@media all and (max-width: 640px) {
#content_box {
	width:100%;
	margin:0 auto;
	margin-top: 10px;
}
.content_box00{
	width: 46%;
	float: left;
	text-align:center;
	margin:0 0 20px 0;
	padding:0 2% 4%;
}
.content_box00 img {
	width:100%;
}
.content_box00:nth-child(odd) {
	clear:both;
}

}


/*========== btn ==========*/
.btn_m {
	width:160px;
    cursor: pointer;
    display: inline-block;
    background: -moz-linear-gradient(top, #F6F6F6 0%, #DDE0E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(100%,#DDE0E9));
    background: -webkit-linear-gradient(top, #F6F6F6 0%,#DDE0E9 100%);
    background: -o-linear-gradient(top, #F6F6F6 0%,#DDE0E9 100%);
    background: -ms-linear-gradient(top, #F6F6F6 0%,#DDE0E9 100%);
    padding: 4px 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: 23px;
    border: solid 1px #a9a9a9;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 0px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-color: #DDE0E9;
    background-repeat: no-repeat;
    font-size: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_m.btn_primary {
    background: -moz-linear-gradient(top, #049CDB 0%, #0064CD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#049CDB), color-stop(100%,#0064CD));
    background: -webkit-linear-gradient(top, #049CDB 0%,#0064CD 100%);
    background: -o-linear-gradient(top, #049CDB 0%,#0064CD 100%);
    background: -ms-linear-gradient(top, #049CDB 0%,#0064CD 100%);
    background: linear-gradient(#049CDB, #0064CD) no-repeat scroll 0 0 #0064CD;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-color: #0064CD;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    box-shadow: none;
}
	.btn_m.btn_primary:hover {
		background-image:none;
		background-position: 0px -30px;
		background-color: #0064CD;
	}

@media all and (max-width: 640px) {
.btn_m {
	width:100%;
	padding:3px 0;
}
