body {
	font-size: 14px;
	-webkit-text-size-adjust: 100%;/* 文字サイズを自動調整する機能を無効化 */
	background-color: #333333;
}

img {
	max-width: 100%;
	height: auto;
}

.noneSP {
	display: none;
}


/* @group ヘッダー */

#header {
	padding-top: 5px;
	top: 0;
	left: 0;
	position: fixed;
	height: 55px;
	background-color: #fff;
	z-index: 9999;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

#header .lang {
	display: none;
}

#header .inner {
	padding: 0 20px;
}

#header .logo {
	float: left;
}

#header .logo img {
	height: 44px;
	width: auto;
}

#header .inner .subNav li {
	display: none;
}

#header .inner .subNav li.anniv {
	float: right;
	padding-right: 50px;
	padding-top: 10px;
	display: block;
}

#header .holdings {
	padding-top: 5px;
	float: right;
	padding-right: 50px;
}

#header .holdings img {
	height: 40px;
	width: auto;
}

/* @end */


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

#pcNav {
	display: none;
}

.flexnav .touch-button {
    background: transparent;
	text-indent: -9999px;
	border-right: 3px solid #d70019;
	border-bottom: 3px solid #d70019;
	border-radius: 1px;
	content: "";
	margin: 0 0 0 10px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 18px;
	width: 10px;
	height: 10px;
    display: inline-block;
    text-align: center;
    z-index: 999;
}

.flexnav .active {
	border-left: 3px solid #d70019;
	border-top: 3px solid #d70019;
	border-right: none;
	border-bottom: none;
	top: 23px;
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666;
}

.flexnav {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-height: 0;
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
}

.flexnav.opacity {
    opacity: 0; 
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	xposition: absolute;
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; 
}

.flexnav li {
    position: relative;
    overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
	background-color: #000000;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    z-index: 2;
    overflow: hidden;
	text-decoration: none;
	color: #fff;
}

.flexnav li ul {
    width: 100%;
}

.flexnav li ul li {
    position: relative;
	border-bottom: 1px solid #fff;
}

.flexnav li ul li:last-child {
	border-bottom: none;
}

.flexnav li ul.flexnav-show li {
    overflow: visible; 
}

.flexnav li ul li {
	border-bottom: 1px solid #666666;
}

.flexnav li ul li a {
	background-color: #727272;
	color: #fff;
}

.flexnav li.subNav {
	width: 50%;
	float: left;
	text-align: center;
	background-color: #fff;
}

.flexnav li.langNav {
	width: 33%;
	float: left;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #dcdcdc;
	border-bottom: none;
}

.flexnav li.langNav:last-child {
	border-right: none;
}

.flexnav li.langNav .ac {
	background-color: #727272;
	color: #fff;
}

.flexnav li.subNav a,
.flexnav li.langNav a {
	color: #333;
}

.flexnav .touch-button:hover {
    cursor: pointer; 
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
}

@font-face {
	font-family: "responsivenav";
	src:url("../common/responsivenav.eot");
	src:url("../common/responsivenav.eot?#iefix") format("embedded-opentype"),
	url("../common/responsivenav.ttf") format("truetype"),
    url("../common/responsivenav.woff") format("woff"),
    url("../common/responsivenav.svg#responsivenav") format("svg");
	font-weight: normal;
	font-style: normal;
}

.menu-button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden;
	width: 43px;
	height: 40px;
	top: 12px;
	right: 15px;
    cursor: pointer; 
}

.menu-button:before {
	color: #000; /* Edit this to change the icon color */
	font: normal 40px/40px "responsivenav"; /* Edit font-size (28px) to change the icon size */
	text-transform: none;
	text-align: center;
	position: absolute;
	content: "\2261"; /* Hamburger icon */
	text-indent: 0;
	speak: none;
	width: 100%;
	left: 0;
	top: 0;
}

.menu-button.active:before {
	font-size: 38px;
	content: "\78"; /* Close icon */
}

.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; 
}

.flexnav li .menutitle {
	padding: 15px 20px 15px 20px;
	display: block;
	cursor: pointer;
	color: #fff;
}

/* @end */


/* @group フッター */

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

#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 .pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

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

#footer ul {
	display: none;
}

#footer dl {
	display: none;
}

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

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

#footer .privacy {
    font-size: 11px;
	display: block;
	margin: 5px 0 10px;
}

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

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

/* @end */


#wrapper {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #fff;
}

.w1000 {
	margin: 0 auto;
	padding: 0 20px;
}


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

#topicPath {
	display: none;
}

/* @end */


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

h1.title {
	margin: 0 auto;
	font-size: 22px;
}

.red {
	color: #d60018;
}


