@charset "utf-8";

/*----------------------------------------------------
 common
--------------------------------------------------- */
html, body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	line-height: 20px;
	background-color: #FFF;
	font-size: 12px;
}
a {
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
	color: #b42800;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/*----------------------------------------------------
	#wrapper ページ全体
--------------------------------------------------- */
#wrapper {
	width: 100%;
	position: relative;
	z-index: 0;
}
/*----------------------------------------------------
	commmon
----------------------------------------------------*/
.inner {
	width: 1000px;
	margin: 0 auto;
}
.inner h2 {
	margin: 60px 0 50px;
	text-align: center;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	min-width: 1000px;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 100;
}
#header .inner {}
#header h1 {
	margin: 24px 35px 0 0;
	float: left;
}
#header nav {
	height: 60px;
	margin-top: 22px;
	float: right;
}
#header nav ul {
}
#header nav ul li {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 25px;
	line-height: 18px;
	float: left;
	position: relative;
}
#header nav ul li:nth-child(5) {
	margin-left: 25px;
}
#header nav ul li:nth-child(5)::before {
    content: "";
    width: 1px;
    height: 16px;
    border-left: 1px dotted #a0a0a0;
    position: absolute;
    top: 0;
    left: 0;
}
#header nav ul li:first-child {
	padding: 0;
}
#header nav ul li a {
	color: #000;
	text-decoration: none;
}
#header nav ul li.line {
	border-left: 1px dotted #c8c8c8;
	margin-left: 20px;
	padding-left: 20px;
}
.fb-like iframe,.item-facebook-like iframe {
max-width: none !important;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	background: url(../img/grain_bg.jpg) repeat;
	width: 100%;
	height: 40px;
	min-width: 1000px;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
}
#footer .copyrightL {
	float: left;
}
#footer .copyrightR {
	float: right;
}
/* linkPagetop */
#pageTop {
	position: fixed;
	right: 38px;
	bottom: 75px;
}
#pageTop img {
	width: 46px;
	height: auto;
}