
/* ===========================================================

	Title:		common.css
	Created:	2015-04-11
	Last Created:	2015-04-23
	
=========================================================== */
/*

	body
	header
	global-navigation
	footer
	
=========================================================== */
/*

	li.last-child { hoge }      /* 最後の li に *
	li.nth-child(2) { hoge }    /* 2番目の li に *
	li.nth-child(odd) { hoge }  /* 奇数の li に *
	li.nth-child(even) { hoge } /* 偶数の li に *
	input:disabled { hoge }     /* disable状態の input に *
	
=========================================================== */
/*

	body
	
=========================================================== */
/* -------------------------------------
- 479px SP Default Style
------------------------------------- */
/* スタイルを記述 */

/* -------------------------------------
480px - SP and Others Tablet
------------------------------------- */
@media screen and (min-width: 480px) {
/* スタイルを記述 */
}

/* -------------------------------------
768px - iPad and Others Tablet
------------------------------------- */
@media screen and (min-width: 768px) {
/* スタイルを記述 */
}

/* -------------------------------------
980px - PC and Tablet Landscape
------------------------------------- */
@media screen and (min-width: 980px) {
/* スタイルを記述 */
}
.box {
	display: table;
	width: 100%;
}
.box .minibox {
	display: table-cell;
	width: 52%;
}
body {
	font: 14px/1.231 Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-size: 100%;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	margin: 0;
	padding: 0;
}
section {
	clear: both;
}
img {
	max-width: 640px;
}

.main { padding: 0; margin: 0 auto; width: 98%; }

/* ===========================================================	

	header
	
=========================================================== */
#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 80px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}
#header h1,
#header p,
#header ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#header .tag-line {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #177638;
	position: absolute;
	top: 0;
	left: 0;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 0;
}
#header h1 img  {
	max-width: 230px;
}
#header .tag-line p {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #FFF;
}
#header .tag-line p img {
	max-width: 130px;
}
#header .tag-line ul {
	position: absolute;
	top: 0;
	right: 10px;
	height: 30px;
	line-height: 30px;
}
#header .tag-line ul li {
	float: left;
	border-left: solid 1px #fff;
	padding: 0 15px;
}
#header .tag-line ul li:first-child {
}
#header .tag-line ul li a {
}
#header .tag-line ul li a:link,
#header .tag-line ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#header .tag-line ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
#header ul.menu-bt {
	position: absolute;
	top: 40px;
	right: 10px;
}
#header ul.menu-bt img {
	max-width: 70px;
}
/* ===========================================================	

	global-navigation
	
=========================================================== */
#all-menu {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	tap-highlight-color: rgba(0,0,0, 0.8)!important;
	-webkit-tap-highlight-color: rgba(0,0,0, 0.8)!important;
	background: rgba(0,0,0, 0.8);
    overflow: auto !important;
}
/*acordion
-------------------------------------*/
.acordion {
	background-color: #fff;
	padding-top: 80px;
	margin: 0;
	border-bottom: solid 5px #177638;
}
.trigger {
	padding: 0 20px 0 42px;
	margin: 0;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #111;
	font-weight: bold;
	background-image: url(/img/sp/common/ic_about.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
}
#ic-list {background-image: url(/img/sp/common/ic_list.png);}
#ic-article {background-image: url(/img/sp/common/ic_article.png);}
#ic-etf {background-image: url(/img/sp/common/ic_etf.png);}
#ic-other{background-image: url(/img/sp/common/ic_other.png);}
#ic-ir {background-image: url(/img/sp/common/ic_ir.png);}

.trigger.active {
}
.acordion dd.acordion_tree {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
.open-close {
	float: right;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 13px;
	background: url(/img/sp/common/ic_plus.png) 50% 50% no-repeat;
	-webkit-background-size: 13px 13px;
}
.trigger.active .open-close {
	background: url(/img/sp/common/ic_minus.png) 50% 50% no-repeat;
	-webkit-background-size: 13px 13px;
}
.acordion dd ul {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
	list-style: none;
}
.acordion dd ul li {
	border-bottom: dotted 1px #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	backgroud: #fff;
}
.acordion dd ul li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	display: block;
	background: url(/img/sp/common/ic_arrow_a.png) 30px 50% no-repeat;
	-webkit-background-size: 6px 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 43px;
	margin: 0;
}
/* ===========================================================

	footer
	
=========================================================== */
#footer {
	clear: both;
	text-align: center;
}
#footer-navigation {
	background: #177638;
	margin: 0 0 5px;
	padding: 5px 0 0 5px;
	text-align: left;
}
#footer-navigation ul {
	margin: 0;
	padding: 0;
}
#footer-navigation li {
	float: left;
	width: 50%;
	padding: 0 5px 0 0;
	margin: 0 0 5px;
}
#footer-navigation li a {
	display: block;
	background: #fff url(/img/sp/common/ic_arrow_a.png) 10px 50% no-repeat;
	-webkit-background-size: 6px 10px;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 20px;
	font-size: 12px;
	text-decoration: none;
	color: #177638;
	font-weight: bold;
}
#footer p.bt-pc {
	clear: both;
	margin: 0 10px 10px;
}
#footer p.bt-pc a {
	background: #177638;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 13px;
	border-radius: 3px;
}
#footer p.bt-pc span {
	background: url(/img/sp/common/ic_pc.png) 0 50% no-repeat;
	-webkit-background-size: 15px 12px;
	padding: 0 0 0 22px;
}
#footer #copy {
	font-size: 10px;
	padding: 0 0 50px;
}

/* ===========================================================

	geniee_overlay
	
=========================================================== */

/* #geniee_overlay
----------------------------------------------------------- */

#geniee_overlay { background: #FFF; }
