#sp-header {
	display: none;
}
#-pc_end---------------{}
@media screen and (max-width: 736px){
#container {
	min-width: inherit;
	line-height: 1.8em;
}
#sp-header {
	display: block;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
}
#sp-header:after {
	display: block;
	background-color: #FFF;
	background-image: url(/img/sp-header_img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	content: "";
	margin-bottom: 25px;
	background-size: cover;
	height: 80px;
	position: relative;
	/* [disabled]top: -44px; */
}


#sp-header .fit-box{
	background-color: rgba(0,98,32,0.9);
	z-index: 99;
	position: relative;
}
#sp-header .fit-box:after {
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	content: "";
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.35+0,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}

#sp-header h1, #sp-header p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.5em;
}

#sp-header h1 {
	float: left;
	height: 44px;
	width: 255px;
}
#sp-header h1 a {
	background-image: url(/img/sp-logo_2x.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

#sp-header #btn-spmenu {
	float: right;
	width: 44px;
	height: 44px;
}
#btn-spmenu a {
	background-image: url(/img/sp-btn-menu_2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}
#btn-spmenu a.close {
	background-position: right bottom;
}




#sp-header a {
	display: block;
	height: 100%;
	text-indent: -999em;
}

#side  {
	display: none;
}
#slide-body {
	box-shadow: -10px 0px 5px 10px rgb(0, 0, 0);
}

#slide-menu {
	width: 220px;
	position: absolute;
	z-index: -99;
	top: 0px;
	right: 0px;
	/* [disabled]height: 100%; */
	background-color: #EEE;
}
#spmenu {
	background-color: #FFF;
	margin: 15px;
}
#spmenu #menu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#spmenu #menu li.on:after {
	left: -15px;
	right: auto;
}
#spmenu #menu li a {
	padding: 10px;
}

#contents {
	width: auto;
	float: none;
}
.width {
	width: auto;
}
.on-pc {
	display: none;
}
.on-sp {
	display: block;
}

#-template_end---------------{}
body {
	background-image: none;
}
#container {
	background-image: none;
}
#contents .panel {
	background-color: #FFF;
	margin-top: 0px;
	border-radius: 0px;
	padding: 0px;
}
#top-list {
	padding: 0px 20px;
}

#title {
	margin: 0px 10px;
}

#article {
	margin: 0px 10px;
}

#main-ph img {
	max-width: 100%;
	height: auto;
}
#toc_container .toc_list li {
	padding: 0px;
	display: block;
	float: left;
	height: auto;
	width: 50%;
	overflow: hidden;
}

#toc_container .toc_list li a {
	border-radius: 0px;
	display: block;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: auto;
	margin: 1px;
	box-shadow: none;
}
#toc_container .toc_list li a span {
	top: auto;
	bottom: 3px;
	background-size: contain;
	height: 17px;
}
#article table th, #article table td {
	display: block;
}
#article table th {
	padding-bottom: 5px;
}
#article table td {
	padding-top: 0px;
}
#syun-month .a-target {
	padding-right: 0px;
	padding-left: 0px;
}

#syun-month .box-img {
	width: 30%;
	max-width: 150px;
}
#syun-month .box-txt {
	float: right;
	width: 65%;
	margin-left: 0px;
}

.syun-link {
	margin-right: 8px;
	margin-left: 8px;
}
.syun-link ul {
	margin-left: 0px;

}

.syun-link li {
	width: 50%;
	margin: 0px;
}
.syun-link li a {
	margin: 2px;
	padding: 10px 5px;
}





#contents .ad-box {
	margin: 0px 10px;
}

.ad-box .float-L, .ad-box .float-R {
	max-width: 100%;
	float: none;
	height: auto;
	margin: 20px auto;
	text-align: center;
	width: 100%;
}
.ad-box .float-R  {
	display: none;
}


#footer .ad-box {
	max-width: 100%;
	height: auto;
}

#-sp_end---------------{}
}
