@charset "utf-8";

/* 基本：レイアウトスタイル
 * **************************************************
 *
 * body
 * header
 * globalNavi
 * content
 * footer
 *
 * **************************************************
 */

/* ======================================
	body [ ボディ ]
====================================== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #231815;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    	font-size: 14px;
	line-height: 1.7;
	text-align:center;
	min-width: 1024px;
	}

 /* リンク */
a {
	color: #d0009f;
	text-decoration: none;	
	}
a:hover {
	text-decoration: underline;	
	}		
		
		
/* No visual Anchor
------------------------------------------------------------------ */
div.novisualAnchor {
	overflow:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}


/* ======================================
	header [ ヘッダ ]
====================================== */
#header {
	height: 55px;
	}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 984px;
	}
#header .logo {
	position: absolute;
	top: 15px; left: 0;
	}
#header .shareBtn {
	position: absolute;
	top: 25px; right: 0;
	}
#header .shareBtn ul {
	display: table;
	list-style: none;
	}
#header .shareBtn ul li {
	display: table-cell;
	line-height: 1;
	padding: 0 0 0 10px;
	vertical-align: top;
	}
	
	
/* ======================================
	global [ グローバル ]
====================================== */
header #globalNavi {
	}
	
	
/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	text-align: left;
	}
#content #main {
	margin: 0 auto;
	width: 1024px;
	}

	
/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
	clear: both;
	font-size: 10px;
	margin: 0;
	text-align: center;
	width: 100%;
	}
#footer .inner {
	margin: 0 auto;
	position: relative;
	width: 944px;
	}
/* shareBtn */
#footer .shareBtn {
	position: absolute;
	top: 72px; left: 0;
	}
#footer .shareBtn ul {
	display: table;
	list-style: none;
	}
#footer .shareBtn ul li {
	display: table-cell;
	padding: 0 10px 0 0;
	vertical-align: top;
	}	
/* コピーライト */
#footer .copyRight {
	padding: 75px 0 22px;
	}
/* Page Top */
#footer .pageTop {
	position: relative;
	margin: 0 auto;
	max-width: 940px;
}
#footer .pageTop a {
	background: #ea617c;
	display: block;
	height: 54px;
	margin-left: 886px;
	outline: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: auto;
	width: 54px;
	z-index: 9999;
}
#footer .pageTop a img {
	height: 54px;
	width: 54px;
}
#footer .pageTop a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}