/*for fixed top*/
html {
	margin:0;
	padding:0;
}
body {
	/*font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif !important;*/
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo;
	font-style: normal !important;
	/*letter-spacing: 1px;*/
	font-size:88%;
	color:#424242;
}


@media (max-width: 768px) {
	body {
		font-size:88%;
	}
}

.gothic{
	font-family: "kozuka-gothic-pro",sans-serif;
	font-style: normal !important;
	font-weight: 200 !important;
}

.meiryo{
	font-family:Helvetica,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
}

.mincho{
	font-family: "kozuka-mincho-pr6n",serif !important;
}

.serif{
	font-family:"Times New Roman", serif;
}

.optima{
	font-family: 'Marcellus', serif;
}

.trajan{
	font-family: trajan-pro-3, serif;
	font-style: normal;
	font-weight: 400;
}
.garamond{
	font-family: 'EB Garamond', serif;
}

a {
   color: #424242 !important;
   text-decoration: none;  
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:visited {
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #00479D !important;
   text-decoration: none !important;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a img:hover {
	opacity:0.8;
}
a.btn-primary{
	color:#fff !important;
}

.pd5{
	padding:5px;
}
.pd10{
	padding:10px;
}
.pd20{
	padding:20px;
}
.pd30{
	padding:30px;
}
.pdt10{
	padding-top:10px;
}
.mgt15{
	margin-top:15px;
}
.mgt20{
	margin-top:20px;
}
.mgt30{
	margin-top:30px;
}
.mgt50{
	margin-top:50px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb50{
	margin-bottom:50px;
}
.fs_small{
	font-size:0.8rem;
}
.fs_80{
	font-size:80%;
}
.fs2rem{
	font-size:2rem;
}
.fs3rem{
	font-size:3rem;
}
.fs4rem{
	font-size:4rem;
}
.fs5rem{
	font-size:5rem;
}

hr{
	margin-bottom:0 !important;
}
