/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 14px;
	line-height: 24px;
}

body {
	color:#111111;
	background-color: #ffffff;
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	letter-spacing: 2px;
	letter-spacing: 1.4px;
	font-size: 14px;
    font-weight: 400;
}

.c{
    text-align: center;
}

.green{ color: #4cb05e; }

/*
font-family: 'Noto Serif SC', serif;
font-family: 'Noto Sans JP', sans-serif;
*/

.mincho{
//font-family: 'Noto Serif SC', serif;
font-family: 'Noto Serif JP', serif;
}

.gothic{
font-family: 'Noto Sans CJK JP', 'Noto Sans JP', serif;
	
}

._eng{ font-family: 'Oswald', sans-serif; }


/* font
===============================================================*/
a { color:#454545; text-decoration:none; }
a:visited { color:#454545; text-decoration:none; }
a:hover { color:#454545; text-decoration:none; }
a:active { color:#454545; text-decoration:none; }



.ul-dasshed{ display: inline-block; border-bottom: #cccccc 1px dashed;  }


.r_area{
	float: right;
	margin-right: 10px;
}

.nec{
    font-size: 12px;
    color: #cc0000;
    padding-left: 10px;
    display: inline-block;
}


