@charset "utf-8";

/*---------以下、リセット---------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, small, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*---------以下、サイト共通ルール---------*/

.floatL{ float:left;}
.floatR{ float:right;}
.alignR{ text-align:right;}

.mgb10{ margin-bottom:10px;}
.mgb15{ margin-bottom:15px;}
.mgb20{ margin-bottom:20px;}

/*---------以下、共通ヘッダ---------*/

#siteHeader{
	width: 100%;
	background: #272727;
	z-index: 9999;
	top: 0;
	left: 0;
	position: fixed;
	text-align: left;
}

#siteHeaderInner{width:960px; height:30px; margin:0 auto; display:block; overflow:hidden; position:relative;}

#navi{height:30px; position:absolute; left:0; display:block;}
#navi li{height:30px; float:left;}
#navi li a{ padding:7px 10px 0; display:block; height:23px; color:#FFF; background:url(../../img/pc/site_head_divider.gif) left center no-repeat;}
#navi li:nth-child(1) a{ background:none;}
#navi li:hover a{ background:#474747; text-decoration:none;}

#sns{height:30px; top:6px; position:absolute; right:0; display:block;}
#sns li{width:110px !important; float:left;}
