@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);

/*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;
}
img{
}
table{
	border-collapse:collapse;
	border-spacing:1px;
}
fieldset,img{
	border:0;
	vertical-align: middle;
}

body{
	font-size:16px;
	color: #3A3A3A;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,input,textarea{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	line-height:188%;
	max-height: 100%;
	word-break: break-all;
	word-wrap: break-word;
}
.fontM{
	font-family: 'Noto Serif JP', sans-serif!important;
}
.fontG{
	font-family: 'Noto Sans Japanese', sans-serif!important;
}
ul{
	list-style:none;
}
a,a *{
	color: inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
.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{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;

}
a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 2ex;
}

sub {
    top: .5ex;
}
figure{
	margin: 0;
	padding: 0;
}
/*====================================
デバイス別
====================================*/
@media screen and (max-width: 599px) {
	.sp-none{
		display: none !important;
	}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
	.tb-none{
		display: none !important;
	}
}
@media screen and (min-width: 1025px) {
	.pc-none{
		display: none !important;
	}
}
