/* --------------------------------------------------
Common
-------------------------------------------------- */
/*	clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* clearfix for IE6,7 */
.cf {
	*zoom:1;
}

/*	reset */
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
p {
	line-height: 2rem;
}
/*	base */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #444444;
	background: #fff;
}
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner02 {
	width: 980px;
	margin: 70px auto;
}


/*	button effect */
.btn-cmn {
	display: inline-block;
	text-align: center;
	outline: none;
}
.btn-cmn::before,
.btn-cmn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn-cmn,
.btn-cmn::before,
.btn-cmn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.btn-cmn img {
	box-shadow: #000 0 0 0;
}

/* --------------------------------------------------
layout
-------------------------------------------------- */
.center { text-align: center; }

/* --------------------------------------------------
font
-------------------------------------------------- */
/* font-size */

.f16{
font-size: 1.6rem; /* 16px */	
}
.f17{
font-size: 1.7rem; /* 17px */	
}
.f18{
font-size: 1.8rem; /* 18px */	
}
.f20{
font-size: 2rem; /* 20px */	
}
.f26{
font-size: 2.6rem; /* 26px */	
}
.f28{
font-size: 2.8rem; /* 28px */	
}
.f32{
font-size: 3.2rem; /* 32px */	
}
.f38{
font-size: 3.8rem; /* 38px */	
}

.bold{ font-weight:bold; }
.normal{ font-weight:normal; }

/* --------------------------------------------------
color
-------------------------------------------------- */
.blue {	color: #0447a8; }

/* --------------------------------------------------
margin,padding
-------------------------------------------------- */
/* bottom */
.mt10 {	margin-top: 10px !important; }

.mb5 {	margin-bottom: 5px !important; }
.mb10 {	margin-bottom: 10px !important; }
.mb20 {	margin-bottom: 20px !important; }
.mb30 {	margin-bottom: 30px !important; }
.mb60 {	margin-bottom: 60px !important; }
/* right */
.mr0 {	margin-right: 0px !important; }
/* left */
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml130 { margin-left: 130px !important; }

.pl10 { padding-left: 10px !important; }

/* --------------------------------------------------
float
-------------------------------------------------- */
.fleft { float: left; }
.fright { float: right; }

/* --------------------------------------------------
Header
-------------------------------------------------- */
#cmn-header {
	position: relative;
	height: 147px;
	background: #fff url(../../img/common/bg-header.gif) top left repeat-x;
	z-index: 100;
}
.header-content {
	position: relative;
}
.header-logo {
	position: absolute;
	top: 10px;
	left: 0;
}
.header-utility {
	position: absolute;
	top: 18px;
	right: 0;
}
.header-utility li {
	float: left;
	margin-left: 10px;
}
.header-utility li .header-innerList li {
	margin-left: 0;
	float: none;
	color: #3D3B8D;
	font-size: 12px;
	font-weight: bold;
}
.header-utility li .header-innerList li a{
	color: #3D3B8D;
}
.header-utility li .header-innerList li a:hover{
	color: #9189C7;
	transition: all 0.25s ease 0s;
}

ul.header-innerList li#header-utility-ttl {
	border-bottom: 1px solid #3D3B8D;
	height: 17px;
	margin: 5px 0;
	font-size: 10px;
}
ul.header-innerList li#header-utility-ttl span {
	background: #3D3B8D;
	padding: 5px 5px 3px;
	color: #FFF;
}
.nav-global {
	position: absolute;
	top: 97px;
	left: 0;
}
.nav-holizone li {
	float: left;
	height: 50px;
	border-left: 1px #ddd solid;
}
.nav-holizone li:last-child {
	border-right: 1px #ddd solid;
}

/* utility navigation */
.utility-style {
	position: relative;
	height: 30px;
	z-index: 2;
	background-color: #9189C7;
	overflow: hidden;
	padding-top: 27px;
}
.utility-style:hover {}
.utility-style::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.utility-style:hover::after {
	top: 0;
	background-color: #3D3B8D;
}
.hutility01,
.hutility02 {
	width: 175px;
}
.hutility01 img,
.hutility02 img {
	margin-top: -24px;
}

/* global navigation */
.nav-style {
	position: relative;
	width: 325px;
	height: 50px;
	z-index: 2;
	overflow: hidden;
	padding-top: 10px;
}
.nav-style:hover {}
.nav-style::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.nav-style:hover::after {
	top: 0;
	background-color: #9189C7;
}
.w-plus {width: 326px;}


/* --------------------------------------------------
	News/Market/Products/Event/ ________ list-news
-------------------------------------------------- */
.list-news {
	margin: 0 auto;
	font-size: 1.4rem;
	color: #444444;
}

.list-news a {
	background: url(../../img/common/arrow-blue.png) no-repeat 98% center;
	display: table;
	width: 100%;
	color: #444444;
}
.list-news li {
	border-bottom: 1px solid #999999;
}
.list-news li a {
	background: url(../../img/common/arrow-blue.png) no-repeat 98% center;
}
.list-news li:nth-child(2n+1) a {
	background: url(../../img/common/arrow-blue.png) no-repeat 98% center;
	transition: all 0.3s ease 0s;
}
.list-news a:hover,
.list-news a:active,
.list-news li:nth-child(2n+1) a:hover,
.list-news li:nth-child(2n+1) a:active {
	background: #EDF2FE url(../../img/common/arrow-blue.png) no-repeat 98% center;
	transition: all 0.3s ease 0s;
}
.list-news .date {
	display: table-cell;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	width: 180px;
}
.list-news .date img {
	width: 75px;
	height: 25px;
	padding-right: 15px;
	margin-top: -2px;
}
.list-news p {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
	padding: 12px 50px 12px 0;
	text-align: left;
}

/* --------------------------------------------------
	News/Market/Products/Event/________ page-top
-------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
}
#page-top a {
	background: #3d3b8d;
	border: solid 2px #FFF;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background: #9189C7;
}

/* --------------------------------------------------
Title Visual
-------------------------------------------------- */

/*.ttl-visual {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	text-indent: -9999em;
}*/


/* --------------------------------------------------
sttl
-------------------------------------------------- */
/*.sttl-txt {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}
.sttl-txt span {
	padding-bottom: 15px;
	border-bottom: 2px solid #0447a8;
}

.ssttl-txt {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}
.ssttl-txt span {
	padding-bottom: 15px;
	background: url(../../img/common/bdr-dot.gif) bottom left repeat-x;
}
.lead-txt {
	margin-bottom: 70px;
	text-align: center;
	line-height: 3.4rem;
}*/

/* --------------------------------------------------
entry button
-------------------------------------------------- */
/*.btn-entry {
	margin: 0 auto;
	width: 600px;
}
.entry-style {
	position: relative;
	width: 600px;
	height: 120px;
	border: 3px #0447a8 solid;
	z-index: 2;
	background-color: #fff;
	overflow: hidden;
	padding-top: 43px;
	box-shadow: 0 0 3px 0 #336;
}
.entry-style:hover {
	
}
.entry-style::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.entry-style:hover::after {
	top: 0;
	background-color: #f5f5f5;
}*/

/* --------------------------------------------------
bottom navigation
-------------------------------------------------- */

/*#bottom-nav {
	background: url(../../img/common/bg-bottom.gif) 0 50px repeat-x;
	padding-top: 50px;
	height: 320px;
	text-align: center;
}
.btn-pagetop {
	margin-bottom: 29px;
}
.bottom-utility {
	width: 720px;
	margin: 0 auto;
}
.bottom-utility li {
	float: left;
	margin: 40px 30px 60px 30px;
}*/

/* bottom navigation */
/*.bottom-style {
	position: relative;
	width: 300px;
	height: 80px;
	border: 3px #fff solid;
	z-index: 2;
	background-color: #0447a8;
	overflow: hidden;
	padding-top: 25px;
	box-shadow: 0 0 3px 0 #336;
}
.bottom-style:hover {
	
}
.bottom-style::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.bottom-style:hover::after {
	top: 0;
	background-color: #0080c8;
}
.bottom-link {
	clear: both;
}
.bottom-entry-style {
	position: relative;
	width: 300px;
	height: 55px;
	z-index: 2;
	background-color: #f3f2ea;
	border: 4px #fff solid;
	overflow: hidden;
	padding-top: 15px;
	border-radius: 30px;
}
.bottom-entry-style:hover {
	box-shadow: 0 0 3px 0 #ccc;
}
.bottom-entry-style::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.bottom-entry-style:hover::after {
	top: 0;
	background-color: #fff;
}*/


/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer{
	display: block;
	background: #3D3B8D;
	height: 55px;
}
.copyright {
	padding: 15px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}



/* --------------------------------------------------
Fade Animation
-------------------------------------------------- */
.js-fi,
.js-fid,
.js-fiu,
.js-fil,
.js-fir {
	visibility: hidden;
}

.js-fade-in {
 	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.js-fade-in-down {
 	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.js-fade-in-up {
 	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.js-fade-in-left {
 	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.js-fade-in-right {
 	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}



