@charset "UTF-8";

body{
font-size: 62.5%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.4;
color:#333;
background:#fff;
}

body {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 1.6;
}

a {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*フロート解除用*/
/*clearfixの設定*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#wrapper{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}


/*.header*/



.header {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}



/*
* #footerStyle  Setting
*/


.copyright{
	background-color: #C9C9C9;
	width: 100%;
	height: 25px;
	text-align: center;
	margin-top: 80px;
}

.copyright smoll{
	/*width: 980px;*/
	margin: 0 auto;
	
	padding-top: 3px;
	font-size: 1.0em;
}





/*お問い合わせはこちらボタン */
/*#wrapper .contact{
	width: 170px;
	height: 170px;
	position: fixed;
	top:100px;
	right: 10px;
	z-index: 50;
	transition: all 0.2s ease;
}

#wrapper .contact:hover{
	-webkit-transform:	scale(1.1);
	transform:		scale(1.1);
}*/

/*#pagetop */
#pagetop{
	position: fixed;
	bottom: 60px;
  right: 90px;
}

.sp_menu {
	display: none;
}


