@charset "UTF-8";

/* CSS初期化のスタイルを記載 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
body {
	line-height: 1;
	font-size: 14px;
	margin-bottom: 13px;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
border: none;
vertical-align: bottom;
vertical-align: top;
float: none;
text-align: center;
}
a {
  overflow:hidden;
  outline:none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.clr {
	clear: both;
}

/*リンク
----------------------------------*/
a:link,a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover,a:active {
	color: #CC0000;
	text-decoration: none;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
hr {
	display: none;
}
.spacer {
	clear: both;
}


/*hover
----------------------------------*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*sns
----------------------------------*/
.fb-box {
	float: right;
	width: 110px;
	padding-left: 5px;
	position: relative;
	z-index: 9999;
}
.fb-box2 {
	float: left;
	width: 110px;
	padding-left: 5px;
	position: relative;
	z-index: 9999;
}
.TW-box {
	float: left;
	width: 80px;
	padding-left: 10px;
}
.TW-box2 {
	float: right;
	width: 80px;
	padding-left: 10px;
}
.snsZone {
	margin-bottom: 5px;
}
