@charset "utf-8";

html {
	font-size:16px;
	line-height:24px;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#6b3f31;
}

a { color:#3838ff; text-decoration:none; }
a:hover { color:#389bff; text-decoration:none; }

.alpha a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

img{
	border:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

.hidden{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.s{
	font-size:12px;
	line-height:16px;
	font-weight:500;
}

/*角丸*/
.fourcorners{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px; 
    border-radius:5px;
	behavior:url(../js/PIE.htc);
}

.effect{
	box-shadow: 0px 0px 4px #666666;
    -moz-box-shadow: 0px 0px 4px #666666; /* Firefox */
	-webkit-box-shadow: 0px 0px 4px #666666;  ; /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666, direction=135, strength=4, enabled=true);
	behavior:url(../js/PIE.htc);
}


/*--------------------------------
pagetop
--------------------------------*/
#pagetop {
	position:fixed;
	bottom:80px;
	right:32px;
	font-size: 0;
	line-height: 0;
}

/*--------------------------------
commonclearfix
--------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac */
html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */






