@charset "utf-8";
/* ===============================================================
CSS information
・reset
・common
=============================================================== */

/*---------------------------
	reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
body {
	*font-size: small;
	*font: x-small;
	font: normal normal normal 12px/1.6 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'HG丸ゴシックM-PRO', sans-serif;
	font-family: 'メイリオ', 'Meiryo','ＭＳ Ｐゴシック', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','HG丸ゴシックM-PRO', sans-serif;
	background-color: #fff;
}
input, textarea {
	font-family: 'メイリオ', 'Meiryo','ＭＳ Ｐゴシック', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','HG丸ゴシックM-PRO', sans-serif !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
/* html5 */
article,
aside,
address,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}




/*---------------------------
	common
----------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
		   -text-size-adjust: 100%;
}
body,
a {
	color: #000;
}
.alt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* PC only */
@media all and (min-width: 641px) {
	.opacity:hover {
		filter: alpha(opacity=80);        /* ie 6 7 */
	    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
	    -moz-opacity: 0.8;                /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.8;              /* Safari 1.x */
		zoom: 1;						  /* for currentStyle.hasLayout:False */
		opacity: 0.8;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
	            transition: all 0.2s ease-in-out;
	}
	.blueColor:hover {
		color: #125493;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
	            transition: all 0.2s ease-in-out;
	}
}
.container {
	display: table;
	width: 980px;
	margin: 0 auto;
}
header h1 {
	display: inline-block;
	width: 258px;
}
header h1 {
	padding: 2px 0 15px;
}
header h1 a {
	font-size: 27px;
	font-weight: bold;
}
header h1 a:before {
	content: '';
	display: inline-block;
	background: url('../../img/public/common/logo.png') no-repeat left top;
	width: 51px;
	height: 49px;
	position: relative;
	top: 14px;
	margin-right: 18px;
}
.eng{
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	padding-left: 15px
}
nav {
	background-color: #125493;
}
nav > ul {
	width: 980px;
	height: 50px;
	margin: 0 auto;
}
nav > ul > li {
	float: left;
	position: relative;
}
nav > ul > li > a,
nav > ul > li > span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 156px;
	height: 50px;
	padding-top: 14px;
}
#nav6 > a {
	width: 200px;
	text-indent: -20px;
	background: url('../../img/public/common/icon-blank-white.png') no-repeat 132px 18px;
}
nav ul a:hover {
	background-color: #2a659e !important;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
nav li.nav_current > a {
	background-color: #2a659e;
}
nav ul ul {
	display: none;
}
nav ul ul {
	position: absolute;
	left: 0;
	top: 50px;
	width: 156px;
	background-color: #125493;
}
nav ul ul li {
	border-top: 1px solid #fff;
}
nav ul ul li:first-child {
	border: none;
}
nav ul ul li a {
	background-color: #125493;
	display: block;
	width: 100%;
	padding: 10px 0 10px 18px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	z-index: 10;
}
nav ul ul li a.navIndent {
	padding-left: 30px;
}
nav ul ul li a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	left: 7px;
	top: 16px;
}
nav ul ul li a.navIndent:before {
	left: 19px;
}
#nav-about5 a:before { top: 24px; }
#pageTitle {
	clear: both;
	background: url('../../img/public/common/index-bg.jpg') no-repeat 50% top;
	background-size: 100% 254px;
}
main {
	width: 680px;
	float: left;
}
.forms form dl {
	display: table;
	width: 100%;
	padding: 8px 0 14px;
}
.forms form dt {
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}
.forms form .red {
	color: #e60000;
}
.forms form dd {
	display: table-cell;
}
.forms form input,
.forms form textarea {
	width: 150px;
	height: 38px;
	font-size: 16px;
	padding: 6px 5px;
	border: 1px solid #c9c9c9;
	box-shadow: -1px 1px 2px #dfdfdf inset;
	vertical-align: bottom;
}
.forms form #form-btn input {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 230px;
	height: 50px;
	padding-top: 7px;
	box-shadow: none;
	border: 1px solid #125493;
	background: url('../../img/public/common/bg-blue.png') repeat-x left top;
	background-size: auto 100%;
	background-color: #135595;
	cursor: pointer;
	margin: 0 8px;
}
.forms .err {
	display: none;
	color: #e60000;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 7px 0 -8px;
}
.forms form #form-btn {
	text-align: center;
}
aside {
	width: 260px;
	float: right;
}
.nosidebar main {
	width: 100%;
}
#aside-nav dt {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #125493;
	padding: 15px 0;
	vertical-align: middle;
}
#aside-nav dd > ul > li {
	border-bottom: 1px solid #d6d6d6;
}
#aside-nav ul ul li {
	border-top: 1px solid #d6d6d6;
	text-indent: 14px;
}
#aside-nav dd a {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 7px 0 7px 23px;
	margin: 1px 0;
}
#aside-nav dd a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 5px solid #125493;
	position: absolute;
	left: 10px;
	top: 14px;
}
#aside-nav ul ul li a:before {
	left: 24px;
}
#aside-nav dd a:hover {
	background-color: #932229;
	color: #fff;
}
#aside-nav dd a:hover:before {
	border-left: 5px solid #fff;
}
#aside-nav li.an-current > a {
	color: #fff;
	background-color: #932229;
}
#aside-nav li.an-current > a:before {
	border-left: 5px solid #fff;
}
#sitemap {
	background-color: #f7f7f7;
	margin-top: 36px;
}
#sitemap > div {
	position: relative;
	height: 280px;
}
#sitemap dt {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}
#sitemap dd li a {
	display: inline-block;
	margin-bottom: 5px;
}
#sitemap dd a {
	font-size: 12px;
	line-height: 16px;
	position: relative;
}
#sitemap dd ul ul a {
	display: inline-block;
	text-indent: 12px;
	margin-left: 12px;
}
#sitemap dd ul ul a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #555;
	position: absolute;
	left: 3px;
	top: 5px;
}
#sitemap dl {
	position: absolute;
	top: 28px;
}
#sitemap dl#sitemap1 { left: 26px; }
#sitemap dl#sitemap2 { left: 290px; }
#sitemap dl#sitemap3 { left: 479px; }
#sitemap dl#sitemap4 { left: 808px; }
#sitemap dl#sitemap5 { left: 808px; top: 128px; }
#sitemap dl#sitemap6 { left: 808px; top: 178px; }
#sitemap dl#sitemap6 a:after {
	content: '';
	display: inline-block;
	background: url('../../img/public/common/icon-blank-bk.png') no-repeat right bottom;
	width: 17px;
	height: 13px;
	position: relative;
	left: 5px;
	top: 1px;
}
footer {
	background-color: #125493;
	height: 60px;
}
footer div {
	position: relative;
	height: 100%;
}
footer ul {
	position: absolute;
	left: 11px;
	top: 21px;
}
footer ul li {
	display: inline-block;
}
footer ul li:first-child:after {
	content: '|';
	color: #fff;
	margin: 0 5px 0 8px;
}
footer a {
	color: #fff;
	font-size: 12px;
}
footer p {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 20px;
}

/* .history-public-list */
.history-public-list {
	margin-top: 25px;
	padding-left: 16px;
}
.history-public-list li {
	position: relative;
	padding-left: 10px;
    position: relative;
    border-top: 1px dotted #959595;
    padding: 10px 5px 10px 22px;
}
.history-public-list ul li:first-child {
	border: none;
}
.history-public-list li > a:before {
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #125493;
    position: absolute;
    left: 10px;
    top: 16px;
}
.history-public-list .suggestion:before {
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #125493;
    position: absolute;
    left: 10px;
    top: 16px;
}
.history-public-list li > div {
    position: absolute;
    right: 0;
    top: 10px;
}
.history-public-list li > div.member1 {
    position: absolute;
    right: 330px;
    top: 13px;
}
.history-public-list li .public {
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-left: 7px;
}
.history-public-list li .public2 {
    font-size: 11px;
    color: #d62d21;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #d62d21;
    padding: 2px 6px;
    margin-left: 7px;
}
.history-public-list li .doc {
    color: #125493;
    display: inline;
    text-decoration: underline;
    margin: 0 0 0 5px;
}
.history-public-list li .doc:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}
.history-public-list h4 span {
    margin: 0 -7px;
}

/* triangle */
.triangle {
	position: relative;
}
.triangle:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #125493;
	position: absolute;
	left: 0;
	top: 7px;
}



/*---------------------------
	ホーム（index.html）
----------------------------*/
#index #pageTitle {
	height: 254px;
	margin-bottom: 23px;
}
#index #pageTitle h2 {
	background: url('../../img/public/top/index-h2.png') no-repeat left 44px;
	width: 980px;
	height: 100%;
	margin:  0 auto;
}
#index main section {
	margin-bottom: 28px;
}
#index main h3 {
	color: #125493;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #125493;
	margin-left: 12px;
	margin-bottom: 11px;
}
#index main h3:before {
	content: '';
	display: inline-block;
	border-left: 4px solid #125493;
	width: 4px;
	height: 30px;
	position: relative;
	top: 9px;
	left: -12px;
}
#index main #whatsnew-list div {
	/*height: 168px;*/
	/*overflow-y: scroll;*/
}
#index main #lecture-list div {
	/*height: 188px;
	overflow-y: scroll;*/
}
#index main div {
	padding: 0 1px 0 15px;
}
#index main div article {
	border-top: 1px dotted #939393;
	padding: 11px 0;
	position: relative;
	display: flex;
	align-items: flex-start;
}
#index main div article:first-child {
	border: none;
}
#index main div article p {
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 20px;
	width: 105px;
}
#index main div article > h4 {
	flex: 1;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	position: relative;
	padding-left: 13px;
}
#index main div article .lecture-group {
	flex: 1;
}
#index main div article .lecture-group > h4 {
	display: block;
	width: auto;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	position: relative;
	padding-left: 13px;
}
#index main div article .two {
	width: 700px;
	margin-left: 109px;
}
#index main div article h4 a{
	text-decoration: underline;
	color: #125493;
}

#index main div article a.doc:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

#index main div article a.linkout:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-gaibu.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

#index main div article h4:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #125493;
	position: absolute;
	left: 0;
	top: 5px;
}
#index main div article .two:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #125493;
	position: absolute;
	margin-left: 109 ;
	top: 5px;
}
#index main div article span.public{
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-left: 7px;
}
#index main div article span.public2{
    font-size: 11px;
	color: #d62d21;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #d62d21;
    padding: 2px 6px;
    margin-left: 7px;
}

#index main div article > div{
	/* position: absolute; */
    top: 12px;
    right: 0px;
}

#index #aside-lgn {
	width: 260px;
/*	height: 244px;*/
	background-color: #e8e8e8;
	margin: 10px 0;
	padding: 13px 16px 0;
}
#index #aside-lgn h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
/*	margin-bottom: 13px;*/
	padding-top: 13px;
}
#index #aside-lgn iframe	{
	height:194px;
}
#index #aside-lgn form > p {
	margin-bottom: 6px;
}
#index #aside-lgn form > p label {
	display: inline-block;
	width: 77px;
	font-size: 14px;
	position: relative;
	top: 2px;
}
#index #aside-lgn input[type="text"],
#index #aside-lgn input[type="password"] {
	width: 150px;
	height: 29px;
	font-size: 16px;
	padding: 4px 4px;
	border: 1px solid #c9c9c9;
	box-shadow: -1px 1px 2px #dfdfdf inset;
}
#index #aside-lgn input[type="submit"] {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 170px;
	height: 32px;
	padding-top: 4px;
	border: 1px solid #125493;
	background: url('../../img/public/common/bg-blue.png') repeat-x left top;
	background-color: #135595;
	margin: 14px auto 7px;
	cursor: pointer;
}
#index #aside-lgn div p {
	text-align: center;
	margin-top: 10px;
}
#index #aside-lgn form {
	text-align: center;
}
#index #aside-lgn p.remind {
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	margin-top: 8px;
}
#index #aside-lgn div input[type="checkbox"] {
	display: none;
}
#index #aside-lgn div input[type="checkbox"] + label {
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
#index #aside-lgn div input[type="checkbox"] + label:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	cursor: pointer;
	position: relative;
	top: 1px;
	margin-right: 5px;
}
#index #aside-lgn div input[type="checkbox"]:checked + label:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 1px;
	width: 6px;
	height: 10px;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(40deg);
	   -moz-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	     -o-transform: rotate(40deg);
	        transform: rotate(40deg);
}
#index #aside-cnt {
	width: 260px;
/*	height: 200px;
	border: 1px solid #c9c9c9;	*/
	margin-bottom: 10px;
}
#index #aside-cnt h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
	height: 46px;
	padding-top: 10px;
}
#index #aside-cnt #a-c-tel,
#index #aside-cnt #a-c-web {
	font-size: 14px;
	text-align: center;
	margin: 12px 0 4px;
}
#index #aside-cnt #a-c-tel:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 11px;
	background: url('../../img/public/common/icon-tel.png') no-repeat left top;
	position: relative;
	right: 4px;
}
#index #aside-cnt #a-c-num {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}
#index #aside-cnt a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 170px;
	height: 32px;
	padding-top: 4px;
	border: 1px solid #b5b5b5;
	background: url('../../img/public/common/bg-gray.png') repeat-x left top;
	background-color: #e4e5e5;
	margin: 0 auto;
	vertical-align: top;
}
#index #aside-ptl {
	width: 260px;
	height: 120px;
	padding: 14px 18px 0;
	background-color: #2683dc;
}
#index #aside-ptl a {
	display: block;
	border: 1px solid #b5b5b5;
	background-color: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 48px;
	padding-top: 12px;
	margin-bottom: 12px;
}
#index #aside-ptl a:after {
	content: '';
	display: inline-block;
	background: url('../../img/public/common/icon-blank-blue.png') no-repeat right bottom;
	width: 17px;
	height: 13px;
	position: relative;
	left: 8px;
	top: 0px;
}
#index #aside-ptl p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}
#index .new {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	width: 554px;
	position: relative;
	padding-left: 493px;
	   text-decoration: underline;
    color: #125493;
}

#index .new:before {
    margin-left: 480px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #125493;
	position: absolute;
	left: 0;
	top: 5px;
}



/*---------------------------
	下層ページ 共通
----------------------------*/
.pages #pageTitle {
	height: 120px;
}
.pages #pageTitle h2 {
	width: 980px;
	height: 100%;
	margin:  0 auto;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 44px 0 0 35px;
}
#bread {
	margin: 8px 0 22px;
}
#bread .container {
	width: 950px;
}
#bread li {
	display: inline-block;
	font-size: 12px;
}
#bread li a {
	color: #125493;
	text-decoration: underline;
}
#bread li:before {
	content: '>';
	display: inline-block;
	color: #000;
	margin: 0 6px;
}
#bread li:first-child:before {
	display: none;
}
.pages main h3 {
	background-color: #e8e8e8;
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #125493;
	padding: 4px 0 1px 13px;
	margin-bottom: 10px;
}
.pages main h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #125493;
	padding: 0 0 0 3px;
}
.pages main section > div {
	padding: 0 1px 0 17px;
}
.pages main p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
}
main #pt-btn,
main .pt-btn {
	text-align: right;
	margin: 50px 0 10px;
	clear: both;
}
main #pt-btn a,
main .pt-btn a {
	display: inline-block;
	padding: 5px 0 0 9px;
	border-bottom: 1px solid #555;
	position: relative;
	font-size: 10px;
	line-height: 12px;
}
main #pt-btn a:before,
main .pt-btn a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom: 8px solid #333;
	position: absolute;
	left: 0px;
	top: 3px;
}
main .indent{
	margin-left: 110px;
}






/*---------------------------
	東京株式懇話会とは（about）
----------------------------*/
/* about 1 */
#about1 main p#president {
	text-align: right;
	margin-top: 10px;
	display: inline-block;
}
#about1 main p#president > span {
	display: block;
	font-size: 13px;
	font-weight: bold;
}
#about1 main p#president span:first-child {
	font-size: 12px;
	margin-bottom: 0px;
}
#about1 main p#president span span {
	font-size: 12px;
	margin-right: 4px;
}
#about1 main #signature {
	float: right;
}

/* about 2 */
#about2 main figure {
	margin: 40px auto;
	text-align: center;
}
#about2 main dl {
	margin-bottom: 28px;
}
#about2 main dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 3px 0 0;
	padding-left: 4px;
}
#about2 main dd {
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
/* about 3 */
#about3 main table {
	width: 665px;
	margin: 20px 0 70px 15px;
}
#about3 main table tr {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
#about3 main table th {
	font-weight: bold;
	width: 95px;
	text-align: center;
	background-color: #e8e8e8;
	font-size: 13px;
	vertical-align: middle;
}
#about3 main table th.about3-tr-th {
	text-align: left;
	font-weight: normal;
	background: none;
	border-right: 1px solid #d6d6d6;
	font-size: 12px;
	padding-left: 12px
}
#about3 main table td {
	padding: 10px 0 10px 12px;
	font-size: 12px;
}
#about3 main table td span {
	display: inline-block;
	text-indent: -7px;
}
#about3 main table td div div {
	padding-left: 5px;
}
/* about 4 */
#about4 main section section {
	display: table;
	width: 300px;
	float: left;
	margin-top: 15px;
	margin-bottom: 25px;
}
#about4 main section #sec-last {
	clear: both;
	float: none;
	width: 668px;
	margin: 0 0 0 12px;
	padding-top: 12px;
}
#about4 main section section p {
	/*height: 70px;*/
	padding-left: 3px;
}
#about4 main section #sec-last p {
	height: auto;
}
#about4 main section section p.sec-img {
	height: auto;
	padding-left: 0;
}
#about4 main .sec-left {
	margin-left: 12px;
	margin-right: 67px;
}
/* about 5 */
#about5 main h3 {
	margin-bottom: 20px;
}
#about5 main h4 {
	margin-left: 12px;
	margin-bottom: 20px;
	position: relative;
}
#about5 main h4 span {
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	right: -4px;
}
#about5 main table {
	margin-left: 12px;
	width: 668px;
}
#about5 main tr {
	border-bottom: 1px solid #d6d6d6;
}
#about5 main table tr:first-child {
	border-top: 1px solid #d6d6d6;
}
#about5 main th {
	background-color: #e8e8e8;
	vertical-align: middle;
}
#about5 main #history th {
	text-align: left;
	padding-left: 12px;
	width: 140px;
}
#about5 main #history th span {
	display: inline-block;
	margin: 0 -6px;
}
#about5 main #chairman table tr:first-child th,
#about5 main #company th {
	color: #fff;
	background-color: #bebebe;
	text-align: center;
	padding: 6px 0;
}
#about5 main #chairman tr > th {
	width: 80px;
}
#about5 main #chairman table tr:first-child th {
	border-left: 1px solid #fff;
}
#about5 main #chairman table tr:first-child th:first-child {
	border-left: none;
}
#about5 main #chairman tr td.first-td {
	text-align: center;
	border-right: 1px solid #d6d6d6;
	padding: 10px 0;
	width: 80px;
}
#about5 main #chairman > p {
	margin-left: 15px;
}
#about5 main th {
	padding: 10px 0;
	font-size: 13px;
}
#about5 main td {
	padding: 10px 0 10px 12px;
}
#about5 main .pt-btn {
	margin: 30px 0 40px;

}
/* about 6 */
#about6 main figure {
	margin: 55px auto 40px;
	text-align: center;
}
/* about 7 */
#about7 section h3 {
	position: relative;
}
#about7 section h3 span {
	font-size: 13px;
	position: relative;
	bottom: 1px;
}
#about7 section #h3-span {
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	right: 3px;
	bottom: 5px;
}
#about7 section ol {
	margin: 25px 0 61px 12px;
}
#about7 section ol li {
	display: inline-block;
}
#about7 section ol li:first-child:before,
#about7 section ol li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 11px;
	border-right: 2px solid #bbbbbb;
	margin-left: 5px;
}
#about7 section ol li:first-child:before {
	margin-right: 4px;
}
#about7 section ol li a {
	display: inline-block;
	margin: 0 12px 0 13px;
	position: relative;
	top: -1px;
	font-size: 12px;
	font-weight: bold;
}
#about7 section ol li a:hover {
	text-decoration: underline;
}
#about7 section section {
	clear: both;
	display: table;
	padding-left: 12px;
	margin: 40px 0 60px;
}
#about7 section section p {
	padding: 10px 0 10px 12px;
	border-bottom: 1px dotted #969696;
	width: 322px;
	float: left;
	margin-left: 4px;
}
/* about 8 */
#about8 main section section {
	margin: 0 0 64px 15px;
}
#about8 main table {
	margin-top: 20px;
	width: 100%;
}
#about8 main table tr {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
#about8 main table th {
	font-weight: bold;
	width: 95px;
	text-align: center;
	background-color: #e8e8e8;
	font-size: 13px;
	vertical-align: middle;
}
#about8 main table td {
	padding: 10px 0 10px 12px;
	font-size: 12px;
}
#about8 main table td a {
	color: #125493;
	text-decoration: underline;
}
#about8 main section section > p {
	font-size: 13px;
	padding: 0;
	margin: 6px 0 -7px;
}
#about8 main section figure {
	margin: 19px 0 0 0;
}
#about8 main section figure img {
	width: 585px;
	height: auto;
}
#about8 main section figcaption {
	margin-top: 10px;
}
#about8 main section figcaption p {
	font-size: 11px;
	line-height: 19px;
	padding: 0;
}
#about8 main section figcaption span {
	display: inline-block;
	color: #b4b4b4;
	font-size: 13px;
	position: relative;
	top: 0px;
	margin: 0 3px 0 0;
}




/*---------------------------
	活動紹介（activity）
----------------------------*/
.activity-tabs {
	padding-left: 16px;
}

.activity-tabs > h4 {
	margin-top: 25px;
}

.activity-tabs > h5 {
	text-indent: 9px;
	border-bottom: 2px solid #125493;
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
}

.activity-tabs > ol {
	border-bottom: 2px solid #125493;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: table;
	width: 100%;
	margin: 50px 0 20px;
}
.activity-tabs > ol > li {
	float: left;
	text-align: center;
	background-color: #bebebe;
	width: 200px;
	border-bottom: 6px solid #fff;
	padding: 4px 0 2px;
	cursor: pointer;
}
.activity-tabs > ol > li:first-child {
	margin-left: 0px;
}
.activity-tabs li.activity-tab-current {
	background-color: #125493;
	border-bottom: 6px solid #125493;
	cursor: default;
}
.activity-tabs > ol > li#activity-tab2 {
	margin-left: 4px;
}
.activity-tabs > div {
	clear: both;
	padding: 0 !important;
	margin-bottom: 62px;
}
.activity-tab2,
.activity-tab3 {
	display: none;
}
.activity-tabs > div li {
	border-bottom: 1px dotted #9b9b9b;
	font-size: 12px;
	line-height: 20px;
	padding: 11px 0;
	display: table;
	width: 100%;
}
.activity-tabs > div li span {
	display: table-cell;
	padding-right: 50px;
}
.activity-tabs > div li span:first-child {
	width: 55px;
	padding-left: 10px;
	padding-right: 0;
	vertical-align: middle;
}
.activity-tabs > div dl dt {
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	margin:  5px 0 8px;
	padding-left: 4px;
}
.activity-tabs > div dl dd {
	font-size: 12px;
	line-height: 20px;
}

.pPosition > div p {
    padding: 10px 0 10px 28px !important;
}

#activity1 .triangle{
	padding: 10px 0 10px 28px !important;
}

p.triangle:before {
    left: 10px;
    top: 15px;
}


.pPosition > div p.triangle:before {
    left: 10px;
    top: 15px;
}

#activity-aside li a {
	padding: 11px 0 11px 70px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
}
#activity-aside li a:before {
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 57px;
}
#activity-aside li.an-current a:before,
#activity-aside li a:hover:before {
	border-left: 5px solid #fff;
}
#activity-aside #act-asd1 a {
	background-image: url('../../img/public/activity/aside1.png');
}
#activity-aside #act-asd2 a {
	background-image: url('../../img/public/activity/aside2.png');
}
#activity-aside #act-asd3 a {
	background-image: url('../../img/public/activity/aside3.png');
}
#activity-aside #act-asd4 a {
	background-image: url('../../img/public/activity/aside4.png');
}
#activity-aside #act-asd5 a {
	background-image: url('../../img/public/activity/aside5.png');
}
#activity1 #activity-aside #act-asd1 a,
#activity-aside #act-asd1 a:hover {
	background-image: url('../../img/public/activity/aside1-on.png');
}
#activity2 #activity-aside #act-asd2 a,
#activity-aside #act-asd2 a:hover {
	background-image: url('../../img/public/activity/aside2-on.png');
}
#activity3 #activity-aside #act-asd3 a,
#activity-aside #act-asd3 a:hover {
	background-image: url('../../img/public/activity/aside3-on.png');
}
#activity4 #activity-aside #act-asd4 a,
#activity-aside #act-asd4 a:hover {
	background-image: url('../../img/public/activity/aside4-on.png');
}
#activity5 #activity-aside #act-asd5 a,
#activity-aside #act-asd5 a:hover {
	background-image: url('../../img/public/activity/aside5-on.png');
}
/* activity1 */
#activity1 .activity-tabs p {
	border-top:  1px dotted #9d9d9d;
	padding: 10px 0 10px 10px;
}
#activity1 .activity-tabs p:first-child {
	border-top: none;
}
#activity1 .activity-tabs p .triangle:before {
	top: 4px;
}
#activity1 .activity-tabs p a {
	padding-left: 18px;
}
#activity1 .activity-tabs .public{
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-left: 7px;
}
#activity1 .activity-tabs a.doc:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}
/* activity 2 */
#activity2 main section section {
	margin: 22px 0;
}
#activity2 main section section p {
	padding-left: 10px;
}
#activity2 .activity-tabs {
	margin-top: 70px;
}
#activity2 .activity-tabs > ol {
	margin: 60px 0 8px;
}
#activity2 .activity-tabs div dl {
	border-bottom: 1px dotted #959595;
	padding: 16px 0 16px 0px;
	position: relative;
}
#activity2 .activity-tabs div dl dt {
	font-size: 13px;
	line-height: 25px;
	margin: 0;
	font-weight: normal;
}

/*2行の場合*/
#activity2 .activity-tabs div dl dt.row2 {
    position: relative;
}

#activity2 .activity-tabs div dl dt.row2 .date
{
    position: absolute;
    left: 0px;
    top: 0px;
}

/*従来*/
#activity2 .activity-tabs div dl dt a {
	position: relative;
	padding-left: 25px;
}
#activity2 .activity-tabs div dl dt a:before {
	left: 13px;
}
#activity2 .activity-tabs div dl dd {
	font-size: 12px;
	line-height: 20px;
	padding-left: 87px;
}
#activity2 .activity-tabs div dl dd div {
	position: absolute;
	top: 18px;
	left: 480px;
	width: 186px;
}
#activity2 .activity-tabs div dl dd .public {
	font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-right: 3px;
}
#activity2 .activity-tabs div dl .doc {
	color: #125493;
	display: inline-block;
	text-decoration: underline;
	margin: 0 ;
}
#activity2 .activity-tabs div dl span.public{
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-right: 3px;
}

#activity2 .activity-tabs div dl dt > div{
	position: absolute;
    top: 12px;
    right: 0px;
}

#activity2 .activity-tabs div dl .doc:after,
#activity2 .activity-tabs div dl .record:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
	position: relative;
	top: 4px;
	margin-left: 3px;
}
#activity2 .activity-tabs div dl .record {
	color: #125493;
	display: inline-block;
	text-decoration: underline;
	position: absolute;
	right: 0;
	top: 0;
}
#activity2 .activity-tabs div dl .two {
	margin-left: 58px;
}
#activity2 .activity-tabs div dl .one {
	margin-left: 25px;
}

/*2020以降*/
#activity2 main div article {
	padding: 16px 0;
	position: relative;
	border-bottom: 1px dotted #959595;
	display: flex;
	align-items: flex-start;
}
#activity2 main div article p {
	flex: 0 0 auto;
	font-size: 13px;
	line-height: 25px;
	width: 72px;
	padding: 0 0 0 4px;
}
#activity2 main div article > h4 {
	flex: 1;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	position: relative;
	padding-left: 13px;
	border-bottom: none;
}
#activity2 main div article .lecture-group {
	flex: 1;
}
#activity2 main div article .lecture-group > h4 {
	display: block;
	width: auto;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	position: relative;
	padding-left: 13px;
	border-bottom: none;
}
#activity2 main div article .two {
	width: 700px;
	margin-left: 77px;
}
#activity2 main div article h4 a{
	text-decoration: underline;
	color: #125493;
}

#activity2 main div article a.doc:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

#activity2 main div article a.linkout:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-gaibu.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

#activity2 main div article h4:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #125493;
	position: absolute;
	left: 0;
	top: 5px;
}
#activity2 main div article .two:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #125493;
	position: absolute;
	margin-left: 109 ;
	top: 5px;
}
#activity2 main div article span.public{
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-left: 7px;
}
#activity2 main div article span.public2{
    font-size: 11px;
	color: #d62d21;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #d62d21;
    padding: 2px 6px;
    margin-left: 7px;
}

#activity2 main div article > div{
	/* position: absolute; */
    top: 12px;
    right: 0px;
}

/* activity 3 */
#activity3 .activity-tabs {
	margin: 30px 0;
}
#activity3 .activity-tabs figure {
	text-align: center;
	margin: 15px auto;
}
#activity3 .activity-tabs > p {
	padding-left: 10px;
}
#activity3 .activity-tabs dl {
	border-bottom: 1px dotted #959595;
	padding: 10px 0 10px 13px;
	position: relative;
	font-size: 12px;
	line-height: 20px;
}
#activity3 .activity-tabs dl:last-child {
	border-bottom: none !important;
}
#activity3 .activity-tabs dl dt {
	font-weight: normal;
	margin: 0;
	padding-left: 4px;
}
#activity3 .activity-tabs dl dt a {
	padding-left: 6px;
}
#activity3 .activity-tabs dl dt a.triangle:before {
	left: -13px;
}
#activity3 #pt-btn {
	margin-top: 80px;
}
/* activity 4 5 */
#activity4 main section h4 span,
#activity5 main section h4 span {
	margin: 0 -7px;
}
#activity4 main section > p,
#activity5 main section > p {
	padding: 0 1px 0 17px;
	margin-bottom: 35px;
}
#activity4 .activity-tabs,
#activity5 .activity-tabs {
	margin-top: 25px;
}
#activity4 main section li{
	padding-left: 10px;
	position: relative;
	border-top: 1px dotted #959595;
	padding: 10px 5px 10px 22px;
}
#activity5 main section li {
	padding-left: 10px;
	position: relative;
	border-top: 1px dotted #959595;
	padding: 10px 5px 10px 22px;
}
#activity4 main section li:first-child,
#activity5 main section li:first-child {
	border: none;
}
#activity4 main section li > a{
	padding: 0;
}
#activity5 main section li > a {
	padding: 0;
	width: 570px;
}
#activity4 main section li > a:before,
#activity5 main section li > a:before {
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #125493;
    position: absolute;
    left: 10px;
    top: 16px;
}
#activity5 main section li > div {
	position: absolute;
	right: 0;
	top: 10px;
}
#activity5 main section li .public {
	font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-left: 7px;
}
#activity5 main section li .public2 {
	font-size: 11px;
	color: #d62d21;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #d62d21;
    padding: 2px 6px;
    margin-left: 7px;
}
#activity5 main section li a {
	color: #125493;
	/*display: inline-block;*/
	text-decoration: underline;
	margin: 0 0 0 5px;
}
#activity5 main section li .doc:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
	position: relative;
	top: 4px;
	margin-left: 3px;
}



/*---------------------------
	東京株式懇話会とは（data）
----------------------------*/
#data1 main section > dl {
	margin-bottom: 40px;
}
#data1 main section > dl dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 15px;
}
#data1 main section > dl dd {
	font-size: 12px;
	line-height: 20px;
	padding-left: 21px;
}
#data1 main section > dl dd {
	font-size: 12px;
	line-height: 20px;
	padding-left: 21px;
}
#data1 main section > dl .text-indent {
	text-indent: -12px;
	padding-left: 33px;
}
#data1 main section > dl dd span {
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-right: 3px;
}
#data1 main section > dl dd .span2 {
	font-size: 11px;
	color: #d62d21;
	line-height: 11px;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #d62d21;
	padding: 2px 6px;
	margin-right: 3px;
}
#data1 main section > dl dd p {
	display: inline-block;
	width: 645px;
	vertical-align: top;
	padding: 0;
}
#data1 main section > dl .englishnote {
	border: 1px solid #d6d6d6;
	padding: 10px 10px;
	margin: 6px 0 6px 26px;
}
#data1 main section > dl dd .notetext {
	display: inline-block;
	width: 580px;
	vertical-align: top;
	padding: 0 0 0 5px;
}
#data1 main section > dl .notecomment {
	margin-left: 35px;
	padding: 0;
}
#data1 main section > dl dd .commenttext {
	display: inline-block;
	width: 625px;
	vertical-align: top;
	padding: 0;
}

#data1 #data1-accordion,
#data1 #data2-accordion {
	margin-left: 11px;
}
#data1-accordion .doc{
    color: #125493;
    text-decoration: underline;
}
#data1 #data1-accordion > li div,
#data1 #data2-accordion > li div {
	border-top: 1px dotted #979797;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 0;
	margin: 0 3px 0 4px;
}
#data1 #data1-accordion > li:first-child div,
#data1 #data2-accordion > li:first-child div  {
	border-top: 0px;
}
#data1 #data1-accordion > li div.data1-open,
#data1 #data2-accordion > li div.data1-open {
	border-bottom: 1px dotted #979797;
}
#data1 #data1-accordion > li:first-child,
#data1 #data2-accordion > li:first-child {
	border-top: 1px solid #125493;
}
#data1 #data1-accordion > li div span,
#data1 #data2-accordion > li div span {
	display: block;
	color: #125493;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
}
#data1 #data1-accordion > li div span:before,
#data1 #data2-accordion > li div span:before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../../img/public/common/icon-plus.png') no-repeat left top;
	position: relative;
	top: 1px;
	left: -4px;
}
#data1 #data1-accordion > li div span.data1-open:before,
#data1 #data2-accordion > li div span.data1-open:before {
	background: url('../../img/public/common/icon-minus.png') no-repeat left top;
}
#data1 #data1-accordion > li ul,
#data1 #data2-accordion > li ul {
	display: none;
	margin-left: 4px;
}
#data1 #data1-accordion #data1-accordion-last div,
#data1 #data2-accordion #data1-accordion-last div {
	border-bottom: 1px dotted #979797;
}
#data1 #data1-accordion #data1-accordion-last ul,
#data1 #data2-accordion #data1-accordion-last ul {
	border-bottom: 1px dotted #979797;
}
#data1 #data1-accordion li ul li,
#data1 #data2-accordion li ul li {
	font-size: 12px;
	padding: 10px 0 10px 18px;
	border-top: 1px dotted #989898;
}
#data1 #data1-accordion li ul li:first-child,
#data1 #data2-accordion li ul li:first-child {
	border-top: none;
}
#data1 #data1-accordion li ul li span,
#data1 #data2-accordion li ul li span {
	display: inline-block;
    color: #b4b4b4;
    font-size: 10px;
    position: relative;
    top: 0px;
    margin: 0 4px 0 0;
}
#data1 #data1-accordion li ul li span.public,
#data1 #data2-accordion li ul li span.public {
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-left: 6px;
	color: #333;
}
#data1 #data1-accordion li ul li span.public2,
#data1 #data2-accordion li ul li span.public2 {
	font-size: 11px;
	color: #d62d21 !important;
	line-height: 11px;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #d62d21;
	padding: 2px 6px;
	margin-left: 6px;
	color: #333;
}

#data1 div.mgb30{
	margin-bottom: 30px;
}

li.rbox{
	position: relative;
}

span.publicd1 {
    font-size: 11px !important;
    color: #000 !important;
    line-height: 11px;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 6px;
    margin-right: 3px !important;
    position: absolute !important;
	right: 0;
    top: 13px !important;
}
span.publicd1-2 {
    font-size: 11px !important;
    color: #d62d21 !important;
    line-height: 11px;
    font-weight: bold;
    border: 1px solid #d62d21;
    padding: 2px 6px;
    margin-right: 3px !important;
    position: absolute !important;
	right: 0;
    top: 13px !important;
}

span.publicd2{
    position: absolute !important;
    right: 67px;
    top: 9px !important;
    margin: 0 0 0 5px !important;
}
.docp {
    color: #125493;
    display: inline;
    text-decoration: underline;
    font-size: 12px ;
}
.docp:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

#data1 #data2-title {
	padding-left: 14px;
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 15px;
} 
#data1 main a.oldData {
	color: #125493;
	float: right;
	padding-right: 10px;
}

#data2 .history-public-list li .docl {

}

/* data2-3 */
#data2-3 #pt-btn {
	margin-top: 120px;
}
/* data3 */
#data3 main p#president {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 64px;
}
#data3 main p#president > span {
	display: block;
	font-size: 13px;
	font-weight: bold;
}
#data3 main p#president span:first-child {
	font-size: 12px;
	margin-bottom: 0px;
}
#data3 main p#president span span {
	font-size: 12px;
	margin-right: 4px;
}

#data3 main li > div{
	position: absolute;
    top: 12px;
}

#data3 main li a:before {
	top: 18px;
	border-left: 6px solid #125493;
}

/* data4 */
#data4 main p {
	padding-left: 16px;
}
#data4 main li {
	padding: 10px 5px 10px 22px;
	/*margin-left: 16px;*/
}
#data4 main ul li:first-child {
	/*border-bottom: 1px dotted #959595;*/
	border-top: 1px solid #125493;
} 
#data4 main li a:before {
	left: -12px;
	top: 4px;
	border-left: 6px solid #125493;
}
#data4 main li > div{
	position: absolute;
    top: 12px;
}

#data4 main .triangle{
}

/*---------------------------
	入会のご案内（admission）
----------------------------*/
#admission2 #pt-btn {
	clear: both;
	margin: 30px 0 50px;
}
#admission2 #sec1 > ul {
	padding-left: 18px;
	font-weight: 12px;
	line-height: 22px;
}
#admission2 #sec1 > ul ul li {
	line-height: 18px;
	position: relative;
	top: -2px;
}
#admission2 #sec1 > ul ul span {
	color: #b4b4b4;
	font-size: 10px;
	line-height: 18px;
	margin-left: 16px;
	position: relative;
	top: 0px;
}
#admission2 #sec1 > p {
	text-align: center;
	margin: 30px 0 35px;
}
#admission2 #sec1 > p a {
	display: inline-block;
	width: 350px;
	height: 50px;
	border: 1px solid #125493;
	background: url('../../img/public/common/bg-blue.png') repeat-x left top;
	background-size: auto 100%;
	background-color: #135595;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 14px;
	margin: 9px;
}
#admission2 #sec1 address {
	border: 1px solid #d6d6d6;
	padding: 17px 16px;
	width: 968px;
	float: right;
	margin-bottom: 30px;
}
#admission2 #sec1 address > dl {
	display: table;
	width: 936px;
}
#admission2 #sec1 address > dl > dt {
	float: left;
	width: 140px;
	height: 94px;
	background-color: #e8e8e8;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-indent: 14px;
	padding-top: 36px;
}
#admission2 #sec1 address > dl > dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 47px;
	border: 47px solid transparent;
	border-left: 30px solid #e8e8e8;
	position: absolute;
	right: -77px;
	top: 0;
}
#admission2 #sec1 address > dl > dd {
	float: right;
	width: 742px;
}
#admission2 #sec1 address > dl > dd dl {
	line-height: 20px;
	margin: 11px 0 0 8px;
}
#admission2 #sec1 address > dl > dd p {
	font-size: 18px;
	line-height: 18px !important;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 1px solid #125493;
	width: 100%;
	padding: 2px 0 8px 7px;
}
#admission2 #sec1 address > dl > dd dt {
	color: #fff;
	background-color: #707070;
	border-radius: 2px;
	width: 54px;
	height: 18px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 3px;
}
#admission2 #sec1 address > dl > dd dd {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}
#admission2 #sec1-tel dd {
	font-size: 24px !important;
}
#admission2 #sec1-tel dd:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 17px;
	background: url('../../img/public/common/icon-tel-blue.png') no-repeat left top;
	margin: 0 -6px 0 2px;
}
#admission2 #sec1-fax,
#admission2 #sec1-mail {
	display: inline-block;
	margin-right: 20px  !important;
}
#admission2 #sec2 {
	font-size: 12px;
	line-height: 20px;
}
#admission2 #sec2 > ol {
	text-align: right;
}
#admission2 #sec2 > ol span {
	display: inline-block;
	width: 60px;
}
#admission2 #sec2 dl {
	margin: 28px 0;
}
#admission2 #sec2 dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}
#admission2 #sec2 dd {
	/*padding-left: 6px;*/
}
#admission2 #sec2 dd > span {
	display: inline-block;
	width: 920px;
	vertical-align: top;
}
#admission2 #sec2 dd li {
	/*padding-left: 12px;*/
}
#admission2 #sec3 p {
	padding-left: 18px;
	font-weight: 12px;
	line-height: 22px;
	margin-bottom: 35px;
}
#admission2 #sec3 #flow {
	border: 1px solid #d6d6d6;
	padding: 17px 16px;
	width: 968px;
	float: right;
	margin-bottom: 30px;
}
#admission2 #sec3 #flow > dl {
	display: table;
	width: 936px;
}
#admission2 #sec3 #flow p {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 ;
}
#admission2 #sec3 #flow1 {
	float: left;
	width: 190px;
	height: 94px;
	background-color: #e8e8e8;
	position: relative;
	vertical-align: middle;
	text-align: center;
	text-indent: 14px;
	padding-top: 36px;
	margin-right: 50px;
}
#admission2 #sec3 #flow1:after {
	content: '';
	display: block;
	width: 30px;
	height: 47px;
	border: 47px solid transparent;
	border-left: 30px solid #e8e8e8;
	position: absolute;
	right: -77px;
	top: 0;
}
#admission2 #sec3 #flow2 {
	float: left;
	width: 190px;
	height: 94px;
	background-color: #e8e8e8;
	position: relative;
	vertical-align: middle;
	text-align: center;
	text-indent: 14px;
	padding-top: 16px;
	margin-right: 50px;
}
#admission2 #sec3 #flow2:after {
	content: '';
	display: block;
	width: 30px;
	height: 47px;
	border: 47px solid transparent;
	border-left: 30px solid #e8e8e8;
	position: absolute;
	right: -77px;
	top: 0;
}
#admission2 #sec3 #flow3 {
	float: left;
	width: 190px;
	height: 94px;
	background-color: #e8e8e8;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding-top: 36px;
}
/* 入会のお申込 */
#adm-form p#notice1,
#adm-form p#notice2,
#adm-form p#notice3 {
	padding-left: 18px;
	margin: 10px 0;
	font-weight: bold;
}
#adm-form p#notice1 {
	margin-top: 25px;
}
#adm-form p#notice2 a {
	color: #125493;
}
#adm-form p#notice2 a span {
	text-decoration: underline;
}
#adm-form p#notice3 {
	font-weight: normal;
	margin-bottom: 40px;
}
#adm-form form {
	padding-left: 11px;
}
#adm-form form > div {
	margin-bottom: 50px;
}
#adm-form form > div > p {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 4px;
	margin: 12px 0;
}
#adm-form form > div dl.form-dl-top {
	border-top: 1px solid #d6d6d6;
}
#adm-form form dl {
	border-bottom: 1px solid #d6d6d6;
}
#adm-form form dl dt {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 231px;
	padding: 0 15px;
}
#adm-form form dl dd div {
	font-size: 12px;
	line-height: 12px;
	margin: 6px 0 7px;
}
#adm-form form dl dd input {
	width: 540px;
	margin-right: 8px;
}
#adm-form form dl dd.form-i-short input {
	width: 350px;
}
#adm-form form dl dd textarea {
	width: 540px;
	max-width: 700px;
	height: 202px;
	margin-bottom: 1px;
}
#adm-form form #verticalalign-top dt {
	vertical-align: top;
	padding-top: 8px;
}
#adm-form form .err {
	display: none;
}
/* step2 */
.adm-form2 main section {
	margin-bottom: 54px;
}
.adm-form2 main section h4 {
	border: none;
	font-size: 28px;
	padding-left: 15px;
	margin: 28px 0 20px;
}
.adm-form2 main section > p {
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
}
.adm-form2 form dl {
	padding: 18px 0;
}
.adm-form2 form dt {
	text-indent: -12px;
}
.adm-form2 form dl#form-last-dl dt {
	vertical-align: top;
}
.adm-form2 form dl dt {
	padding: 0 22px !important;
}
.adm-form2 form dl dd {
	vertical-align: middle;
}
/* step3 */
.adm-form3 main section h4 {
	text-align: center;
	border-bottom: none;
	font-size: 30px;
	margin: 40px 0 18px;
}
.adm-form3 main section p {
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	margin-bottom: 70px;
}
.adm-form3 main section p a {
	color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 230px;
    height: 50px;
    padding-top: 16px;
    box-shadow: none;
    border: 1px solid #125493;
    background: url('../../img/public/common/bg-blue.png') repeat-x left top;
    background-size: auto 100%;
    background-color: #135595;
    cursor: pointer;
    margin: 0 8px;
}



/*--------------------------------
	お問合せ・資料請求（contact）
---------------------------------*/
.contact-form main h4 {
	margin: 30px 0 0 12px;
}
.contact-form main #notice0 {
	padding: 5px 0 0 18px;
}
.contact-form form input[type="checkbox"] {
	display: none;
}
.contact-form form input[type="checkbox"] + label {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.contact-form form input[type="checkbox"] + label span {
	font-size: 12px;
	font-weight: normal;
}
.contact-form form input[type="checkbox"] + label:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	cursor: pointer;
	position: relative;
	top: 2px;
	margin-right: 10px;
	box-shadow: -1px 1px 1px #dfdfdf inset;
}
.contact-form form input[type="checkbox"]:checked + label:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 0px;
	width: 8px;
	height: 14px;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(40deg);
	   -moz-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	     -o-transform: rotate(40deg);
	        transform: rotate(40deg);
}
#adm-form form #postcode	,
.contact-form form #postcode {
	width: 174px;
}
#adm-form form dl dd #searchadd ,
.contact-form form dl dd #searchadd {
	width: 120px;
	background: url('../../img/public/common/bg-gray.png') repeat-x left top;
	background-size: auto 100%;
	background-color: #e4e5e5;
	font-size: 12px;
	font-weight: bold;
	box-shadow: none;
	cursor: pointer;
}
/* confirm */
.contact-form2 main > section {
	margin-bottom: 59px;
}
.contact-form2 main h4 {
	font-size: 28px;
	margin: 28px 0 20px;
	border-bottom: none;
	padding-left: 15px;
}
.contact-form2 main #notice0 {
	padding: 5px 0 0 18px;
}
.contact-form2 form dl {
	padding: 18px 0;
}



/*--------------------------------
	プライバシーポリシー（privacy）
---------------------------------*/
.privacy-terms main > section > p {
	padding-left: 18px;
	margin-bottom: 20px;
}
.privacy-terms main section > section {
	padding-left: 14px;
	margin-bottom: 28px;
}
.privacy-terms main section > section h4 {
	margin-bottom: 7px;
}
.privacy-terms main section > section p {
	padding: 0 0 0 10px;
}
.privacy-terms main section > section ul {
	margin: 17px 0 0 35px;
}
.privacy-terms main section > section ul li div {
	margin-left: 15px;
	margin-bottom: 2px;
}



/*--------------------------------
	ウェブサイト利用規約（terms）
---------------------------------*/
#terms-sec3 ul {
	margin: 0;
	padding-left: 10px;
}
#terms-sec5 ul,
#terms-sec6 ul {
	margin-bottom: 17px;
}



/*--------------------------------
	ウェブサイト利用規約（terms）
---------------------------------*/
#loginpage h3 {
	margin-bottom: 20px;
}
#loginpage main {
	margin-bottom: 70px;
}
#login-box {
	width: 968px;
	margin-left: auto;
	border: 1px solid #125493;
	padding: 20px 0 20px 20px;
}
#login-box form {
	display: inline-block;
	width: 300px;
	height: 170px;
	background-color: #e8e8e8;
	margin: 0;
	padding: 0 0 0 0;
}
#login-box form h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 9px 0 3px;
	border: none;
}
#login-box form > p {
	margin-bottom: 0;
	padding: 3px 0 3px 19px;
}
#login-box form > p label {
	display: inline-block;
	width: 77px;
	font-size: 14px;
	position: relative;
	top: 2px;
}
#login-box form div {
	margin-top: -5px;
}
#login-box input[type="text"] ,
#login-box input[type="password"] {
	width: 180px;
	height: 29px;
	font-size: 16px;
	padding: 4px 4px;
	border: 1px solid #c9c9c9;
	box-shadow: -1px 1px 2px #dfdfdf inset;
}
#login-box input[type="submit"] {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 170px;
	height: 32px;
	padding-top: 3px;
	border: 1px solid #125493;
	background: url('../../img/public/common/bg-blue.png') repeat-x left top;
	background-color: #135595;
	margin: 14px auto 7px;
	cursor: pointer;
}
#login-box dl {
	display: inline-block;
	position: relative;
	top: -21px;
	left: 28px;
}
#login-box dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
#login-box dl dt span {
	font-size: 18px;
}
#login-box dl dd {
	font-size: 12px;
	line-height: 20px;
}
#login-box dl dd span {
	font-weight: bold;
}
#login-box dl dd a.underlink {
	text-decoration:underline;
}

#company p{
	padding: 10px 0 10px 12px;
    border-bottom: 1px dotted #969696;
    width: 322px;
    float: left;
    margin-left: 14px;
}
/*---------------------------
	What'snew一覧（new）
----------------------------*/
#new li p {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	width: 105px;
	vertical-align: top;
}
#new h4 {
	display: inline-block;
	width: 837px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	position: relative;
	padding-top: 3px;
	padding-left: 13px;
	border-bottom: none;
}
#new h4 a{
	text-decoration: underline;
	color: #125493;
}
#new h4:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #125493;
	position: absolute;
	left: 0;
	top: 10px;
}

#new main li a.doc:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-pdf.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

#new main li a.linkout:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/public/common/icon-gaibu.png') no-repeat left top;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

#new main {
	width: 100%;
}

#new main section > dl {
	margin-bottom: 40px;
}
#new main section > dl dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 15px;
}
#new main section > dl dd {
	font-size: 12px;
	line-height: 20px;
	padding-left: 21px;
}
#new main section > dl dd span {
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-right: 3px;
}
#new #new-accordion,
#new #data2-accordion {
	margin-left: 11px;
}
#new-accordion .doc{
    color: #125493;
    text-decoration: underline;
}
#new #new-accordion > li div,
#new #data2-accordion > li div {
	border-top: 1px dotted #979797;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 0;
	margin: 0 3px 0 4px;
}
#new #new-accordion > li:first-child div,
#new #data2-accordion > li:first-child div  {
	border-top: 0px;
}
#new #new-accordion > li div.new-open,
#new #data2-accordion > li div.new-open {
	border-bottom: 1px dotted #979797;
}
#new #new-accordion > li:first-child,
#new #data2-accordion > li:first-child {
	border-top: 1px solid #125493;
}
#new #new-accordion > li div span,
#new #data2-accordion > li div span {
	display: block;
	color: #125493;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
}
#new #new-accordion > li div span:before,
#new #data2-accordion > li div span:before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../../img/public/common/icon-plus.png') no-repeat left top;
	position: relative;
	top: 1px;
	left: -4px;
}
#new #new-accordion > li div span.new-open:before,
#new #data2-accordion > li div span.new-open:before {
	background: url('../../img/public/common/icon-minus.png') no-repeat left top;
}
#new #new-accordion > li ul,
#new #data2-accordion > li ul {
	display: none;
	margin-left: 4px;
}
#new #new-accordion #new-accordion-last div,
#new #data2-accordion #new-accordion-last div {
	border-bottom: 1px dotted #979797;
}
#new #new-accordion #new-accordion-last ul,
#new #data2-accordion #new-accordion-last ul {
	border-bottom: 1px dotted #979797;
}
#new #new-accordion li ul li,
#new #data2-accordion li ul li {
	font-size: 12px;
	padding: 10px 0 10px 18px;
	border-top: 1px dotted #989898;
}
#new #new-accordion li ul li:first-child,
#new #data2-accordion li ul li:first-child {
	border-top: none;
}
#new #new-accordion li ul li span,
#new #data2-accordion li ul li span {
	display: inline-block;
    color: #b4b4b4;
    font-size: 10px;
    position: relative;
    top: 0px;
    margin: 0 4px 0 0;
}
#new #new-accordion li ul li span.public,
#new #data2-accordion li ul li span.public {
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-left: 6px;
	color: #333;
}

#new div.mgb30{
	margin-bottom: 30px;
}