@charset "utf-8";

/* 初期化
-------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	color: #000;
	font-family: Osaka, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

ul {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

img {
	border: 0;
}

address {
	font-style: normal;
}

p {
	line-height: 180%;
}

/* clearfix */
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

/* float */
.fL {
	float: left;
}

.fR {
	float: right;
}

/* font-size */
.mini {
	font-size: 0.85em;
}

/* align */
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

/* google chrome input button padding */
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button, button {
	padding: 1px 6px;
}

.imgBox {
	font-size: 0;
	line-height: 0;
}

.wrap {
	margin: 0 auto;
	text-align: left;
	width: 942px;
}

.italic {
	font-style: italic;
}

/* header
-------------------------------------------------- */
#header {
	border-bottom: 1px solid #fc1a1b;
}

#header .wrap {
	position: relative;
}

#logo {
	padding: 29px 0 18px;
}

#item {
	position: absolute;
	right: 5px;
	top: 13px;
}

#item li {
	background: url("../images/arrow-01.jpg") no-repeat 0 2px;
	float: left;
	font-size: 11px;
	line-height: 1;
	margin-left: 11px;
	padding-left: 10px;
}

#item li:last-child {
	background: none;
	margin-top: -5px;
	padding-left: 0;
	width: 45px;
}

#item li:last-child img {
	height: auto;
	width: 100%;
}

/* globalNav
-------------------------------------------------- */
#globalNav {
	position: absolute;
	bottom: 0;
	right: 0;
}

#globalNav ul {
	border: 1px solid #ccc;
	border-top: 3px solid #ccc;
	border-bottom: 0;
}

#globalNav li {
	border-right: 1px solid #ccc;
	float: left;
	text-align: center;
}

#globalNav li:last-child {
	border-right: 0;
	float: left;
}

#globalNav li a {
	color: #000022;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 12px 0;
	width: 124px;
}

#globalNav li a span {
	font-size: 14px;
}

/* crumb
-------------------------------------------------- */
#crumb {
	background: #000;
	border-top: 1px solid #d80605;
	font-size: 10px;
	line-height: 1;
	padding: 10px 0;
}

#crumb a,
#crumb {
	color: #fff;
}

/* main
-------------------------------------------------- */
#main {
	border-bottom: 2px solid #000;
}

#main .wrap {
	position: relative;
}

#main li .box {
	background: rgba(0,0,0,0.8);
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-mz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main li .box .title {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* container
-------------------------------------------------- */
#container {
	padding: 37px 0 60px;
}

/* content
-------------------------------------------------- */
#content {
	float: left;
	width: 652px;
}

/* sidebar
-------------------------------------------------- */
#sidebar {
	float: right;
	width: 270px;
}

/* rank
-------------------------------------------------- */
#rank .title {
	background: url("../images/rank.jpg") no-repeat 0 0;
	color: #422e20;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 13px;
	padding: 5px 0 1px 34px;
}

#rank li {
	margin-bottom: 15px;
	position: relative;
}

#rank li p {
	background: url("../images/arrow-03.jpg") no-repeat 0 7px;
	padding-left: 10px;
	position: absolute;
	left: 123px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-mz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* pagetop
-------------------------------------------------- */
#pagetop {
	display: none;
	font-size: 0;
	line-height: 0;
	width: 100%;
	position: fixed;
	bottom: 355px;
	right: 2%;
}

#pagetop .wrap {
	text-align: right;
	width: 100%;
}
/* firefoxのみChromeよりボタン位置を高くする */
@-moz-document url-prefix() {
#pagetop {
	bottom: 413px;
  }
}


/* footer
-------------------------------------------------- */
#footer {
	border-top: 1px solid #fe0000;
	font-size: 11px;
	line-height: 1;
	padding: 18px 0;
}

#footer-inner {
	margin: 0 auto;
	text-align: left;
	width: 942px;
}

#footer-inner:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}

#footer li,
#footer .copyright,
#footer #fLogo {
	float: left;
}

#footer ul {
	float: right;
}

#footer li {
	background: url("../images/arrow-01.jpg") no-repeat 0 2px;
	margin-left: 11px;
	padding-left: 10px;
}

#footer .company-link li {
	background: url("/common/images/ft_company_listitem.gif") no-repeat 0 0px;
	padding: 1px 0 1px 15px;
}