@charset "utf-8";
/* CSS Document */

/* clearfix */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

/* リンクカラー */
a{color:#333; text-decoration:none;}


/* リンク画像　マウスオーバー 
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
*/

/* テキスト */
.red{color:#CC0000;}
.center{text-align:center;}



/* リセット */
a img,img {
	color: #ffffff;
	background: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

ul,ol,li{list-style-type:none;}

ul,li,h1,h2,h3,p,dl,dt,dd{margin:0; padding:0; font-weight:normal; text-decoration:none;}


html, body {  
    height:100%; 
    margin: 0;  
    padding: 0;  
	text-align: center;  
	
} 
html{
	font-size:62.5%;
	line-height:1.2em;
	color:#000;
	font-family:"Zen Old Mincho", 'Noto Serif JP' , "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "游明朝", YuMincho, "MSP明朝","MS PMincho","MS 明朝",serif;
	font-weight:500;
	-webkit-text-size-adjust: 100%;
}
.min{font-family: 'Noto Serif JP' , "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "游明朝", YuMincho, "MSP明朝","MS PMincho","MS 明朝",serif;}


table{ border-collapse:collapse; border-spacing:none;}

.white{ background:#FFF;}


.gos{	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;}

