@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Prata');
@import url('https://fonts.googleapis.com/css?family=Thasadith:400,700');


/*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;
}


h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td{
	/*
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", Yu Gothic, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	*/
	font-family: 'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", Yu Gothic, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:250%;
	font-weight: 500;
	color: #000000;
	max-height:100%;
}
@media all and (-ms-high-contrast:none) {
	h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td{
	/*
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", Yu Gothic, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	*/
	font-family: 'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", Yu Gothic, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	}
}
ul{
	list-style:none;
}
a:link,a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}
.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;
}

ul li a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
