body{
	color: #333;
	background: #fff;
	font-family: "メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック",sans-serif;
	padding: 10px;
	}

a:link{
	color: #36f;
	text-decoration: none;
	}

a:visited{
	color: #90c;
	text-decoration: none;
	}

a:active{
	color: #f00;
	text-decoration: underline;
	}

a:hover{
	color: #3cf;
	text-decoration: underline;
	}

div{
	font-size: 18px;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
	}

p{
	font-size: 18px;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
	}

.priority{
	font-size: 14px;
	color: #f00;
	}


.kounyu{
	font-size: 20px;
	background: #06f;
	border-radius: 6px;
	padding: 4px 0px;
	margin: 10px;
	text-align: center;
	}

.kounyu2{
	font-size: 20px;
	background: #f60;
	border-radius: 6px;
	padding: 4px 0px;
	margin: 10px;
	text-align: center;
	}

.kounyulink{
	display: block;
	padding: 6px 3px 3px 3px;
	}

.kounyu:hover{
	background-color: #09f;
	border-radius: 6px;
	}

.kounyu2:hover{
	background-color: #f90;
	border-radius: 6px;
	}

.kounyumoji{
	color: #fff;
	}


@media screen and (max-width: 640px) {
	body{
		padding: 0px;
		}
	div{
		font-size: 15px;
		}
	p{
		font-size: 15px;
		}
	.priority{
		font-size: 12px;
		}
	}
