@charset "UTF-8";

/* -----------------------------------------------
FileName: base.css
----------------------------------------------- */


 
/* remanregular */
@font-face {
    font-family: 'remanregular';
    src: url('../fonts/reman/reman-webfont.eot');
    src: url('../fonts/reman/reman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/reman/reman-webfont.woff2') format('woff2'),
         url('../fonts/reman/reman-webfont.woff') format('woff'),
         url('../fonts/reman/reman-webfont.ttf') format('truetype'),
         url('../fonts/reman/reman-webfont.svg#remanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	padding:0;
	color: #000;
	background:#fff;
	text-align: left;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.85em;
	letter-spacing:.08em;
	font-size:0.95em;
	position:relative;
	height:100vh;
}




html, body, h1, h2,h3, h4, h5, h6, p, dl, dt, dd, li, ul, ol, form, div, img, table, td, th, tr{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	font-size:1em;
	border-collapse:collapse;
}


img {
	border: none;
	vertical-align:bottom;
}

input {
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	font-weight: 300;
}

textarea {
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	font-weight: 300;
}


/* Anchor - Nomal */

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

a:hover {
	color: #000;
	text-decoration: underline;
}







