@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
/* home style css */

/* CSS information-------------------------------------

 ----------------------------------------------------*/

body{
	color:#FFFFFF;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:left;
	font-size: 87.5%;
	margin: 0;
	padding: 0;
}
p {
/*border-bottom: 1px dotted #CCC;*/
padding: 1px 0 5px;
margin: 0 0 10px;
}
.latest b {
color: #727272;
}
a {
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}


@media screen and (max-width:468px){
body{
	color:#FFFFFF;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:left;
	font-size: 70%;
	margin: 0;
	padding: 0;
}
}
