/* PC用CSS */
* {
	margin: 0;
	padding: 0;
	line-height:160%;
}

#nav {
	margin-bottom : 1.5em;
	font-size:90%;
	height:50px;
	background:#999999;
	text-align:center;
}
#nav ul {
	overflow : hidden;width:80%;margin:0 auto;
	list-style:none;
}
#nav ul li {
	width : 20%;
	float : left;
	letter-spacing:0.3em;
} 
#nav li a:link, nav  li a:visited {
	color:#eee;
}
#nav ul li a {
	display : block;
	font-weight:bold;
	color : #fff;
	padding : 0.75em 0
}
#nav ul li a:hover {
	color:#F09;
	font-weight:bold;
	text-decoration:underline;
	background:#191919 ;
}

.demo{	
    color: #660099;
	background-color:#660099;
    text-decoration: none;
}	
.demo:hover{
    color: #ffff;
} 
.font_s{font-size:90%}	
	
#topbutton {
	/* ▽表示位置を画面の右下に固定 */
			position: fixed;
	bottom: 18px;
	right: 18px;
	width: 7em;
	/* ▽最初は非表示にしておく */
			display: none;
	/* ▽配色・配置・文字の装飾など
	border-radius: 24px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
			background-color: #999999;
	opacity: 0.75; */
}
#topbutton a {
	/* ▽リンクの装飾 */
			color: white;
	text-decoration: none;
}
#topbutton a:hover {
	/* ▽マウスが載ったときの装飾 */
			color: yellow;
	text-decoration: underline;
}
@media screen and (max-width: 480px) {
	h2{ font-size : 15px ;}
p { font-size : 15px ; }
storng{ font-size : 15px ;}
}