@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap');
/*CSSリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
	pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:1px;
}
fieldset,img{
	border:0;
}

body{
	font-family:'M PLUS Rounded 1c','Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}
body > div{
	transform:rotateZ(0.03deg);
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,input{
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:166%;
	color: #464646;
}

ul{
	list-style:none;
}
a:link,a:visited{
	text-decoration:underline;
	color:#1daa39;
word-wrap: break-word;
word-break: break-all;
}
a:hover{
	text-decoration:none;
	color:#1daa39;
}
.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearFix             { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */
div.cont1 p.subscription{
	text-align:right;
	margin:20px 0;
	font-weight:bold;
}
p.acenter{
	text-align:center;
}
a.mover{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
a.mover:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

