@charset "utf-8";

html,body{
	font-family:"Roboto", YakuHanJPs, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#666666;
	line-height:1.3;
	width:100%;
}

/*************font size**************/

.fs200p{
	font-size:2rem;
}


.fs150p{
	font-size:1.5rem;
}


.fs80p{
	font-size:0.8rem;
}
.fs70p{
	font-size:0.7rem;
}

.fs60p{
	font-size:0.6rem;
}


 
/*************link**************/


a { 
	text-decoration: none;
	color:#666666;
}

a:hover { 
	color:#a52528;
	position:relative;
	top:1px;
	left:1px;
}

a:focus { 
	outline:none;
	}
/*
a:visited { 
	color: #4f77bf; 
	}*/　
	
	
/*************margin**************/

.mb_01{
	margin-bottom:1rem;
}
.mb_02{
	margin-bottom:2rem;
}
.mb_03{
	margin-bottom:3rem;
}
.mb_04{
	margin-bottom:4rem;
}
.mb_05{
	margin-bottom:5rem;
}
.mb_06{
	margin-bottom:6rem;
}
.mb_07{
	margin-bottom:7rem;
}
.mb_08{
	margin-bottom:8rem;
}
.mb_09{
	margin-bottom:9rem;
}
.mb_10{
	margin-bottom:10rem;
}
.mb_20{
	margin-bottom:20rem;
}





/*************text**************/


