@charset "UTF-8";       /* スタイルシートのエンコーディングを Unicode UTF-8 にします*/


@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	/*font-weight: 100;*/
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	border-collapse: collapse;
	font-family:'Century Gothic', 'Lucida Grande',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans Japanese',
 Meiryo, メイリオ, sans-serif;

	text-align: justify;
	text-justify: inter-ideograph;
}


.basetext{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.05em;
}





.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


a {
text-decoration: none;
}


a:link { color: #000; }
a:visited { color: #000; }



strong{
	font-weight: 600;
	/*font-size: 115%;*/

}


.commentbox a,.commentbox2 a{
	color: #6699FF;
}


p{
	max-height: 999999px;
}

li{
	max-height: 999999px;
}


body {
    -webkit-text-size-adjust: 100%;
    }



/*-------------------------smoothscrool--CSS-------------------------*/




#page-top {
	width: 93px;
	height: 94px;
	position: fixed;
	bottom: 90px;
	right: 20px;
	background: url(img/topbutt.png);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
opacity:0.8;

}

#page-top a {
	display: block;
	width: 93px;
	height: 94px;
	text-indent: -9999px;
	overflow: hidden;
}

#page-top a:hover {
}


.slidmenu ul:hover .slidmenu li{
	color: #555;
}


.floatbox > *{
	float: left;
}


.automargin{
	margin-left: auto;
	margin-right: auto;
}
