body {
	overflow: hidden;
	background-color: #333333;
}

.nonePC {
	display: none;
}

/* @group ヘッダー */

#header {
	padding-top: 10px;
	background-color: #fff;
}

#header .lang {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 5px;
}

#header .lang ul {
	margin: 0 auto;
	width: 1000px;
	text-align: right;
	font-size: 11px;
}

#header .lang li {
	display: inline;
	padding-left: 15px;
}

#header .lang li a {
	color: #999999;
	text-decoration: none;
}

#header .inner {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	padding-top: 10px;
}

#header .logo {
	margin-bottom: 20px;
	float: left;
}

#header .right {
	float: right;
}

#header .inner .subNav {
	font-size: 12px;
	padding-top: 20px;
	float: left;
}

#header .inner .subNav li {
	display: inline;
	border-right: 1px solid #333333;
	margin-right: 10px;
	padding-right: 10px;
}

#header .inner .subNav li:nth-child(2) {
	border-right: none;
}

#header .inner .subNav li a:link,
#header .inner .subNav li a:visited {
    text-decoration: none;
}
#header .inner .subNav li a:hover {
    text-decoration: underline;
}

#header .holdings {
	float: left;
}

/* @end */


/* @group グローバルナビ */

.menu-button {
	display: none;
}

#pcNav {
    background: #000000;
    position: relative;
}

#spNav {
	display: none;
}

.globalNav {
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.globalNav > li {
    float: left;
    width: 198px; /* グローバルナビ5つの場合 */
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #fff;
	border-left: 1px solid #727272;
}

.globalNav > li:last-child {
	border-right: 1px solid #727272;
}

.globalNav > li a {
    color: #fff;
	padding: 0 20px;
	text-decoration: none;
}

.globalNav > li:hover {
	box-shadow:inset 0 -5px 0 0 #d70019;
}

/* floatクリア */
.globalNav:before,
.globalNav:after {
    content: " ";
    display: table;
}

.globalNav:after {
    clear: both;
}

.globalNav {
    *zoom: 1;
}

.globalNav .navInner {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
	left: 50%;
    box-sizing: border-box;
    width: 10000px;
    background: #727272;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index: 999;
	margin-left: -5000px;
}

.globalNav li ul {
	text-align: left;
	width: 1000px;
	margin: auto;
}

.globalNav li .rec ul {
	text-align: right;
}

.globalNav li ul li a {
	border-left: 1px solid #fff;
	margin-right: 1px;
}

.globalNav li ul li a:visited {
    text-decoration: none;
}

.globalNav li ul li a:hover {
    text-decoration: underline;
}

.globalNav li ul li a:last-child {
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.globalNav li:hover .navInner {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/* @end */


/* @group フッター */

#footer {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	background-color: #333333;
	color: #fff;
	padding: 40px 0 30px;
}

#footer a:link {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer a:visited {
    color: #fff;
    text-decoration: none;
}


#footer .inner {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#footer .pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
}

#footer .bnr {
	float: right;
	width: 120px;
}

#footer .bnr p {
	margin-top: 10px;
	font-size: 11px;
}

#footer ul {
	float: left;
	margin-right: 25px;
	width: 100px;
	line-height: 1.8;
}

#footer dl {
	float: left;
	margin-right: 25px;
	width: 100px;
	line-height: 1.8;
}

#footer dt {
    border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

#footer .logo {
	float: left;
	margin: 40px 30px 0 0;
}

#footer hr {
    border-bottom: 1px solid #666666;
	margin: 5px 0;
}

#footer .copyright {
    font-size: 11px;
	float: left;
}

#footer .privacy {
    font-size: 11px;
	float: left;
	width: auto;
	margin: 40px 0 0;
	padding-top: 5px;
}

#footer .privacy li {
	margin-right: 20px;
	float: left;
}

#footer .privacy li:last-child {
	margin-right: 0;
}

/* @end */


#wrapper {
	margin: 0 auto;
	text-align: left;
	padding-bottom: 80px;
	background-color: #fff;
}

.w1000 {
    width: 1000px;
	margin: 0 auto;
}

/* @group パンくずリスト */

#topicPath {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
    font-size: 12px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#topicPath li {
    display: inline;
    list-style-type: none;
}

#topicPath li a {
    background: url("../common/topicpath.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}

/* @end */


.titleBg {
	background-color: #f5f5f0;
	padding: 30px 0;
	margin-bottom: 50px;
}

h1.title {
    width: 1000px;
	margin: 0 auto;
	font-size: 32px;
}

h1.title span {
	font-size: 16px;
	padding-left: 40px;
	vertical-align: middle;
}

.red {
	color: #d60018;
}

@media print { 
body { zoom: 60%; }
}