@charset "utf-8";

/* -------------------------------------------------------------------------------------

	web font

 ------------------------------------------------------------------------------------- */

@import '//fonts.googleapis.com/css?family=Open+Sans|Quicksand';
@import '//fonts.googleapis.com/earlyaccess/notosansjapanese.css';

/* -------------------------------------------------------------------------------------

	body

 ------------------------------------------------------------------------------------- */
 
body{
	 color:#333;
	 font-family: 'Noto Sans Japanese', sans-serif;
	 font-size:82%;
	 line-height:150%;
	 padding:0;
	 margin:0;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

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

a:active {
    color: #000;
    text-decoration: none;
}

/* -------------------------------------------------------------------------------------

	テキストレイアウト

 ------------------------------------------------------------------------------------- */
 
.tec{	text-align:center !important;}

/* -------------------------------------------------------------------------------------

	マージン

 ------------------------------------------------------------------------------------- */

.mrb10{	margin-bottom:10px;}

.mrb20{	margin-bottom:20px;}

.mrb30{	margin-bottom:30px;}

.mrb40{	margin-bottom:40px;}

.mrb50{	margin-bottom:50px;}

.mrb60{	margin-bottom:60px;}

/* -------------------------------------------------------------------------------------

	ページトップへ戻る

 ------------------------------------------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top img{
	width:46px;
	height:auto;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	opacity:0.7;
}