@media print, screen and (min-width: 960px) {
	
/*ミニボタン*/
	span.st-mybtn-mini a{padding:0 5px !important;margin:0 !important;}
/*ミニボタンここまで*/
header .smanone ul.menu {
display: flex; /*フレキシブルボックス*/
text-align: center; /*センタリング*/
}
header .smanone ul.menu li{
width: 100%;
}
}

/*赤ボタン*/
div.rankstlink-r2{margin-bottom: 60px;}

/*グレーボックス*/
.graybox{font-size: 70%;
	padding: 10px 15px;
	line-height:1.8em;
	color: #555;}

/*ギャラリー用*/
dt.gallery-icon {padding: 0 5px; /*width: 95%;*/}
#gallery-1 {padding: 0 0 20px;}

#content ul.iti {
	background-color:#f3f3f3;}
#content ul.iti li{font-size: 90%;
font-weight: bold;}
#content h2 a{color: #fff;}

#content dd h5 a{font-size:80%;}

/*目次*/
#toc_container ul{
	background-color:#f3f3f3;
	padding: 15px 30px;
	font-size:100%;
	font-weight: bold;}
#toc_container{
	margin: 0 !important;
	padding:10px 0 15px !important;
}
#toc_container ul ul{
	padding: 5px 25px 0;
	margin:0;}

/*表*/
.entry-content tabele {border: 1px solid #000 !important;}
.entry-content table tr td{vertical-align: middle;font-size: 90%;margin:0;
padding:3px; text-align:center; line-height: 1.5em;}
.entry-content table tr:last-child td{
	/*width: 20%;*/
}
.entry-content table th{background-color: #beeded;font-size: 90%;
line-height: 1.5em;}
.entry-content table th.lv1,.entry-content table th.lv2,.entry-content table th.lv3,.entry-content table th.lv4{background-color: #fff8dc;
margin:0;
padding:3px;
line-height: 1.5em;}
.entry-content table th.lv1{
	width:50%;
}
/*表ここまで*/
.entry-content p{font-size:90%;
line-height: 1.7em;}

strong{background-color:#ffff4d;}

div.btn a,div.btn-l a {
	display: inline-block;
	width: 80%;
	margin: 5px 3%;
	padding: 10px 3px;
	text-align: center;
	outline: none;
	color: #fff;
	background-color: #55BB00;
	font-size: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66cc00+0,66cc00+50,379c02+51,66cc00+100 */
	background: #66cc00;
/* Old browsers */
	background: -moz-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00',endColorstr='#66cc00',GradientType=0);
/* IE6-9 */
	border: 2px solid #379C02;
	border-radius: 5px;
	font-weight: bold;
}

div.btn-l a {
	margin: 0 5% 30px;
	padding: 15px 3px;
	width: 88%;
/*height: 60px;*/
	text-align: center;
	line-height: 1.5em;
	font-size: 150%;
}

div.btn::before,
div.btn::after,
div.btn-l::before,
div.btn-l::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

div.btn,
div.btn::before,
div.btn::after,
div.btn-l,
div.btn-l::before,
div.btn-l::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

div.btn a:hover,
div.btn-l a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: #9dd53a;
/* Old browsers */
	background: -moz-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a',endColorstr='#7cbc0a',GradientType=0);
/* IE6-9 */
	border: 2px solid #b6e026;
	text-decoration: none;
}
@media screen and (max-width: 479px) {
	#side ul li{padding: 7px 0 !important;}
}