
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
html5doctor.com Reset Stylesheet + myStyle
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	color: #333333;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul { list-style:none;}

blockquote, q { quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #5260a4;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}

ul li {
	list-style-type: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select, textarea {
	vertical-align:middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
}

.dispNon {
	display: none;
}


/* ----------------------------------------------------
text-align
---------------------------------------------------- */
.ac { text-align: center !important; }
.ar { text-align: right !important; }
.al { text-align: left !important;}

/* ----------------------------------------------------
float
---------------------------------------------------- */
.fr { float: right !important;}
.fl { float: left !important;}

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.m0a { margin: 0 auto !important; }

/* ----------------------------------------------------
padding
---------------------------------------------------- */

.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }


/* =========================================================
■font
========================================================= */
.attention {
	color: #e60012 !important;
}
.fst {
	font-weight: bold;
}
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }


/* =========================================================
■font
========================================================= */

.wd50 { width: 50px !important; }
.wd60 { width: 60px !important; }
.wd70 { width: 70px !important; }
.wd80 { width: 80px !important; }
.wd90 { width: 90px !important; }
.wd100 { width: 100px !important; }
.wd110 { width: 110px !important; }
.wd120 { width: 120px !important; }
.wd130 { width: 130px !important; }
.wd140 { width: 140px !important; }
.wd150 { width: 150px !important; }
.wd160 { width: 160px !important; }

.wd10p { width: 10% !important; }
.wd15p { width: 15% !important; }
.wd20p { width: 20% !important; }
.wd30p { width: 30% !important; }
.wd40p { width: 40% !important; }
.wd50p { width: 50% !important; }
.wd60p { width: 60% !important; }
.wd70p { width: 70% !important; }
.wd80p { width: 80% !important; }
.wd90p { width: 90% !important; }
.wd100p { width: 100% !important; }

/* =========================================================
■contents
========================================================= */

body {
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}

/***************************************************
◆header
***************************************************/

#header {
	width: 100%;
	height: 80px;
/**	position: absolute;
	top: 0;
	left: 0;**/
	z-index: 120;
	background-color: rgba(91,105,172,1); 
	margin-bottom: 40px;
	padding-top: 5px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
#header a:hover {
	text-decoration: none;
}
#header > .wrapper {
	position: relative;
	padding-top: 15px;
	    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#header h1#logo {
	width: 170px;
	float: left;
}
#header h1#logo a {
	display: block;
}
#header nav#hdnavi {
	width: 550px;
	height: 36px;
	float: right;
	padding-top: 5px;
}
#header nav#hdnavi > ul {
	width: 400px;
	height: 36px;
	float: left;
}
#header nav#hdnavi > ul li {
	height: 36px;
	float: left;
/**	position: relative;**/
}
#header nav#hdnavi > ul li a {
	height: 36px;
	line-height: 36px;
	display: block;
	padding: 0 15px;
	color: #fff;
	text-align: center;
	position: relative;
}
#header nav#hdnavi > ul li a::after {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
}
#header nav#hdnavi > ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: rgba(169,176,211,0.7);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#header nav#hdnavi > ul li a:hover::before {
	width: 100%;
}
#header nav#hdnavi .hdsubnavi {
	width: 150px;
	float: right;
	position: relative;
}
#header nav#hdnavi .hdsubnavi p#login {
	width: 140px;
	height: 36px;
	float: right;
}
#header nav#hdnavi .hdsubnavi p#login a {
	height: 36px;
	line-height: 32px;
	border: 2px solid #fff;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	display: block;
	color: #fff;
}
#header nav#hdnavi .hdsubnavi p#login a:hover {
	border: 2px solid rgba(169,176,211,0.8);
	color: rgba(169,176,211,0.8);
}
#header nav#hdnavi .hdsubnavi p#login a i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	font-size: 18px;
	padding-right: 8px;
}
#header nav#hdnavi .hdsubnavi p#close {
	width: 140px;
	height: 36px;
	float: right;
	display: none;
}
#header nav#hdnavi .hdsubnavi p#close a {
	height: 36px;
	line-height: 32px;
	border: 2px solid #fff;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	display: block;
	color: #fff;
}
#header nav#hdnavi .hdsubnavi p#close a:hover {
	border: 2px solid rgba(169,176,211,0.8);
	color: rgba(169,176,211,0.8);
}
#header nav#hdnavi .hdsubnavi p#close a i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	font-size: 18px;
	padding-right: 5px;
}

#header nav#hdnavi ul.child {
	display: none;
	position: absolute;
	padding: 5px 5px 6px;
	right: 438px;
	background-color: rgba(102, 102, 102, 0.6);
	border-radius: 2px;
}
#header nav#hdnavi ul.child li {
	float: none;
	height: auto;
}
#header nav#hdnavi ul.child li a {
	padding: 1px 20px;
	display: block;
	color: #fff;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
#header nav#hdnavi ul.child li a::before {
	background-color: inherit;
}
#header nav#hdnavi ul.child li a::after {
	background-color: inherit;
}
#header nav#hdnavi ul.child li:last-child a {
	border-bottom: none;
}
#header nav#hdnavi ul.child li:last-child a::after {
	background-color:inherit;
}
#header nav#hdnavi ul.child li a:hover {
	background-color: rgba(83, 98, 165,0.7) ;
}


#pullArea {
	width: 100%;
	height: 0;
	overflow: hidden;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
}
#pullArea table {
	display: none;
	width: 100%;
	margin: 15px 0 0;
}
#pullArea table th {
	width: 25%;
	height: 80px;
	border-right: 1px #ccc dotted;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
}
#pullArea table td {
	width: 24%;
	height: 80px;
	line-height: 1.6;
	padding: 0 3%;
	vertical-align: middle;
}
#pullArea table td span {
	display: block;
	font-size: 13px;
}
#pullArea table td span a {
	color: #8792C2;
}
#pullArea table td span input[type="checkbox"] {
	margin-right: 5px;
}
#pullArea table td:last-child {
	width: 13%;
	height: 80px;
	line-height: 1.6;
	padding: 0 1%;
	vertical-align: middle;
}
#pullArea input[type="email"],
#pullArea input[type="password"] {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	margin-bottom: 3px;
}
#pullArea input#btn {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	color: #FFF;
	background-color: #5C77D1;
	border-radius: 1px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: 'Lato', 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
#pullArea input#btn:hover {
	background-color: #8792C2;
}


/* ----- drawer-Menu ----- */

#navi button.drawer-toggle,
#navi nav.drawer-nav {
	display: block;
}

/* ----- drawer override ----- */

.drawer--right .drawer-hamburger {
	width: 36px;
	padding: 18px 0;
	background-color: transparent;
	box-sizing: content-box;
	display: block;
	outline: 0 none;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateZ(0px);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	z-index: 9999;
}
.drawer-hamburger:hover {
	cursor: pointer;
}
.drawer-hamburger-icon {
	display: block;
	margin-top: 0;
	position: relative;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
	width: 24px;
	background-color: #fff;
	height: 2px;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	margin: 0 auto;
}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
	content: "";
	left: 0;
	position: absolute;
}
.drawer-hamburger-icon::before {
	top: -7px;
}
.drawer-hamburger-icon::after {
	top: 7px;
}
.drawer--right.drawer-open .drawer-hamburger {
	left: auto;
	right: 27rem;
}
.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::before {
	top: 0;
	transform: rotate(-45deg);
}
.drawer-open .drawer-hamburger-icon::before {
	transform: rotate(45deg);
}
html.android .drawer-open .drawer-hamburger-icon::before {
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
html.android .drawer-open .drawer-hamburger-icon::after {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

.drawer-open #header nav#hdnavi > ul {
	display: none;
}
.drawer--right .drawer-nav {
	right: -30rem;
}
.drawer-nav h1.drawer-hd {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.drawer-nav {
	color: #fff;
	width: 30rem;
	z-index: 9999;
	overflow: auto !important;
	background-color: rgba(0, 0, 0, 0.85);
}
.drawer-nav li {
	float: left;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.drawer-nav li dl dd:nth-child(even) {
	border-right: 1px dotted rgba(255,255,255,0.2);
}
.drawer-nav li a {
	color: #fff;
	display: block;
	padding: 15px 0;
	text-align: center;
	white-space: nowrap;
}
.drawer-nav li a:hover {
	text-decoration: none;
	background-color: rgba(91,105,172,0.7);
}

.drawer-overlay {
	background-color: rgba(0,0,0,.7);
	z-index: 110;
}




/***************************************************
◆content
***************************************************/
#content {
	width: 1024px;
	margin: 0 auto 20px;
}
section {
	width: 100%;
	margin-bottom: 40px;
}
section h1 {
	margin-bottom: 10px;
	font-size: 20px;
}
section h2 {
	margin-bottom: 10px;
	font-size: 18px;
}
section h3 {
	margin-bottom: 10px;
}
section p {
	margin-bottom: 20px;
}
#indexMain {
	position: relative;
	padding: 12px;
	background-color: #f5f5ed;
}
#indexMain .newIcn {
	position: absolute;
	top: -7px;
	right: -7px;
}
#indexMain .imTbl {
	width: 936px;
}
#indexMain .imTbl td {
	vertical-align: middle;
}
#indexMain .imTbl td.tblTtl {
	width:815px;
}

#indexMain .imTK {
	float: left;
	margin-right: 20px;
	padding: 6px 16px;
	background-color: #ffffff;
	border: 2px #bf1313 solid;
	color: #bf1313;
	text-align: center;
	font-size: 16px;
}
#indexMain .imTK span {
	display: block;
	padding-top: 3px;
	font-weight: bold;
	font-size: 16px;
}

#indexMain h2 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
}
#indexMain h2 span {
	font-size: 20px;
}
#indexMain .imArea {
	margin-top: 23px;
}
#indexMain .im_info {
	float: left;
	width: 230px;
	margin-right: 10px;
}
#indexMain .im_info .imInfoDl {
	padding-bottom: 21px;
	background: #ffffff url(../images/bg_indexmain_balloon.png) no-repeat left bottom;

}
#indexMain .im_info .imInfoDl table {
	width: 100%;
	border-top: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-left: 1px #dadada solid;

}
#indexMain .im_info .imInfoDl table tr {
	border-top: 1px #dadada dotted;
}
#indexMain .im_info .imInfoDl table th {
	padding-left: 36px;
	font-size: 12px;
	line-height: 56px;
	text-align: left;
}
#indexMain .im_info .imInfoDl table th.return {
	background: url(../images/icn_return.png) no-repeat 10px center;
}
#indexMain .im_info .imInfoDl table th.kikan {
	background: url(../images/icn_kikan.png) no-repeat 10px center;
}
#indexMain .im_info .imInfoDl table th.kingaku {
	background: url(../images/icn_kingaku.png) no-repeat 10px center;
}

#indexMain .im_info .imInfoDl table td {
	padding-right: 10px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
#indexMain .im_info .imInfoDl table td span {
	font-size: 18px;
}
.im_kingaku {
	position: relative;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #dedede dotted;
}
.im_kingaku dt.countDay {
	position: absolute;
	top: 0;
	right: 0;
	color: #5260a4;
}
.im_kingaku dt.countDay div {
	display: inline-block;
	margin-left: 3px;
	padding: 0 8px;
	background-color: #5260a4;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #ffffff;
}
.im_kingaku dt.countDay div span {
	font-size: 18px;
}
.im_kingaku dd {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.im_kingaku dd span {
	color: #515f9e;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.3;
}
.im_kingaku dd.comingSoon {
	padding: 15px 0;
}
.im_kingaku dd.comingSoon span {
	font-size: 24px;
}
.imInfoLinkBtn {
	margin-bottom: 7px;
}
.imInfoLinkBtn li {
	float: right;
	list-style-type: none;
}
.imInfoLinkBtn li img {
	box-shadow:rgba(0, 0, 0, 0.2) 3px 5px 3px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 3px 5px 3px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 3px 5px 3px -1px;
}
.im_infoLinks li:first-child {
	float: left;
}

.im_snsArea {
	padding: 12px 0 7px 13px;
	background-color: #e5e5d2;
}
.im_snsArea ul li {
	display: inline-block;
	max-width: 100px;
	margin-right: 5px;
	list-style-type: none;
}

.im_movie p {
	margin-bottom: 0;
}

.unitBox {
	width: 1044px;
	margin-left: 11px;
	overflow: hidden;
}
.unitArea {
	float: left;
	width: 232px;
	margin: 0 25px 15px 0;
}
.status {
	height: 31px;
	margin-bottom: 1px;
	background-color: #5260a4;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
.status.oubo {
	height: 31px;
	background-color: #f00000;
}
.status span {
	font-size: 14px;
	font-weight: bold;
}
.unitArea h2 {
	font-size: 14px;

}
.unitArea .statusDt {
	margin-bottom: 6px;
	padding-bottom: 22px;
	background: #ffffff url(../images/bg_balloon.png) no-repeat left bottom;
}
.unitArea .statusDt table {
	width: 100%;
	border-top: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-left: 1px #dadada solid;
}
.unitArea .statusDt table tr {
	border-top: 1px #dadada dotted;
}
.unitArea .statusDt table th {
	padding: 6px 6px 6px 36px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background-color: #ffffff;
	vertical-align: middle;
}

.unitArea .statusDt table th.return {
	background: url(../images/icn_return.png) no-repeat 10px center;
}
.unitArea .statusDt table th.kikan {
	background: url(../images/icn_kikan.png) no-repeat 10px center;
}
.unitArea .statusDt table th.kingaku {
	background: url(../images/icn_kingaku.png) no-repeat 10px center;
}

.unitArea .statusDt table td {
	padding: 6px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.unitArea .statusDt table td span {
	font-size: 18px;
}

.unitArea .stMovie {
	margin-bottom: 10px;
}

.stNowPay {
	position: relative;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #dedede dotted;
	font-size: 12px;
}
.stNowPay dt.countDay {
	position: absolute;
	top: 0;
	right: 0;
	color: #5260a4;
}
.stNowPay dt.countDay div {
	display: inline-block;
	margin-left: 3px;
	padding: 0 8px;
	background-color: #5260a4;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #ffffff;
}
.stNowPay dt.countDay div span {
	font-size: 18px;
}
.stNowPay dt.countDay div.dayAreaEnd {
	padding: 3px 13px;
	background-color: #cccccc;
}

.stNowPay dd {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.stNowPay dd span {
	color: #515f9e;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}



.unitArea ul li {
	float: right;
	list-style-type: none;
}
.unitArea ul li:first-child {
	float: left;
}
.unitArea ul li img {
	box-shadow:rgba(0, 0, 0, 0.2) 1px 3px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 1px 3px 2px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 1px 3px 2px -1px;
}
.unitArea ul li a {
	display: block;
	height: 35px;
}



/***** top_img *****/

.top_img {
	background-image: url(../images/top_img.jpg) ;
	background-repeat: no-repeat;
	background-color: #5260A4;
	background-position: center top;
	height: 500px;
	margin-bottom: 0;
	margin-top: -35px;
}
.top_img p {
	text-indent: -9999px;
}
.top_img.img20161117 {
	background-image: url(../images/top_img20161117.jpg) ;
	background-repeat: no-repeat;
	background-color: #9099c4;
	background-position: center top;
	height: 500px;
	margin-bottom: 0;
}
.top_img.img20161117 p {
	text-indent: -9999px;
	margin-bottom: 0;
}
.top_img.img20161117 p a {
	display:block;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 125px;
}
.top_img.img20170501 {
	background-image: url(../images/top_img20170501.jpg) ;
	background-repeat: no-repeat;
	background-color: #9099c4;
	background-position: center top;
	height: 500px;
	margin-bottom: 0;
}
.top_img.img20170501 p {
	text-indent: -9999px;
	margin-bottom: 0;
}
.top_img.img20170501 p a {
	display:block;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 125px;
}



#topInfo {
	margin-bottom: 60px;
	background: url(../images/bg_info.png) repeat-x center top;
}


#indexInfo {
	width: 1000px;
	margin: 0 auto;
	padding-top: 22px;

}
#indexInfo h2 {
	font-size: 22px;
}
#indexInfo dl {
	f
}
#indexInfo dl dt {
	float: left;
	width: 130px;
	padding-top: 10px;
	font-size: 14px;
	text-align: right;
}
#indexInfo dl dd {
	width: 830px;
	padding: 10px 10px 10px 160px;
	border-bottom: 1px #696969 dotted;
	font-size: 15px;
}

.investmentUnit {
	width: 778px;
	margin-top: -1px;
	position: relative;
	padding: 20px;
	border: 1px #e6e6e6 solid;
}
.investmentUnit .ribbonIcn {
	position: absolute;
	top: 0;
	right: 0;
}
.investmentUnit .imTbl {
	width: 936px;
}
.investmentUnit .imTbl td {
	vertical-align: middle;
}
.investmentUnit .imTbl td.tblTtl {
	width:815px;
}

.investmentUnit .imTK {
	float: left;
	margin-right: 20px;
	padding: 6px 16px;
	background-color: #ffffff;
	border: 2px #bf1313 solid;
	color: #bf1313;
	text-align: center;
	font-size: 16px;
}
.investmentUnit .imTK span {
	display: block;
	padding-top: 3px;
	font-weight: bold;
	font-size: 16px;
}

.investmentUnit h2 {
	margin-bottom: 0;
	font-size: 21px;
	font-weight: bold;
}
.investmentUnit h2 span {
	font-size: 20px;
}
.investmentUnit .imArea {
	margin-top: 16px;
}
.investmentUnit .im_info {
	float: left;
	width: 230px;
	margin-right: 10px;
}
.investmentUnit .im_info .imInfoDl {
	padding-bottom: 21px;
	background: #ffffff url(../images/bg_inv_balloon.png) no-repeat left bottom;

}
.investmentUnit .im_info .imInfoDl table {
	width: 100%;
	border-top: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-left: 1px #dadada solid;

}
.investmentUnit .im_info .imInfoDl table tr {
	border-top: 1px #dadada dotted;
}
.investmentUnit .im_info .imInfoDl table th {
	padding-left: 36px;
	font-size: 12px;
	line-height: 46px;
	text-align: left;
}
.investmentUnit .im_info .imInfoDl table th.return {
	background: url(../images/icn_return.png) no-repeat 10px center;
}
.investmentUnit .im_info .imInfoDl table th.kikan {
	background: url(../images/icn_kikan.png) no-repeat 10px center;
}
.investmentUnit .im_info .imInfoDl table th.kingaku {
	background: url(../images/icn_kingaku.png) no-repeat 10px center;
}

.investmentUnit .im_info .imInfoDl table td {
	padding-right: 10px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
.investmentUnit .im_info .imInfoDl table td span {
	font-size: 18px;
}
.investmentUnit .im_info .im_kingaku dd span {
	font-size: 30px;
}

.investmentUnit .im_info .im_kingaku {
	border-bottom: 1px dotted #e6e6e6;
}


/***************************************************
◆corporate
***************************************************/

.corpUnit {
	width: 758px;
	margin-top: -1px;
	position: relative;
	padding: 30px;
	border: 1px #e6e6e6 solid;
}
.corpUnit h2 {
	margin-left: 15px;
	margin-bottom: 22px;
	font-size: 21px;
}
.corpUnit h2 span {
	font-size: 12px;
}
.corpUnit table {
	margin-bottom: 15px;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}
.corpUnit table tr {
	border-top: 1px #c4c4c4 dotted;
}
.corpUnit table tr:first-child {
	border-top: none;
}
.corpUnit table th {
	/*width: 130px;*/
	padding: 10px 15px;
	background-color: #f5f5f5;
	text-align: left;
	font-weight: normal;
}
.corpUnit table td {
	padding: 10px 15px;

}
.gmLink {
	float: right;
	display: block;
	padding: 2px 6px;
	background-color: #999999;
	color: #ffffff;
	text-align: right;
	font-size: 12px;
}

.corpUnit h2 {
	margin-left: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #c4c4c4 dotted;
}
.corpUnit h3 {
	margin: 40px 0 40px 20px;
	font-size: 24px;
	font-weight: normal;
}
.corpUnit p {
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 2.0;
}
.corpUnit sup {
	font-size: 50%;
	vertical-align: top;
}
.representation {
	margin-top: 60px;
	text-align: right;
}
.representation .rImg {
	float: right;
}
.representation .fTxt {
	margin: 20px 20px 0 0;
}


.memberUnit {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px #e1e1e1 solid;
}
.memberUnit h3 {
	margin-left: 0;
}
.memberUnit p {
	margin-left: 0;
}

.memberUnit .mrArea {
	float: left;
	width: 328px;
}
.memberUnit .mrArea .img {
	float: left;
	margin-right: 15px;
}
.memberUnit .mrArea .lead {
	margin: 12px 0 6px 0;
	font-size: 14px;
}
.memberUnit .mrArea h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;

}
.memberUnit .mrArea h3 span {
	font-size: 10px;
	font-weight: normal;
}
.memberUnit .mlArea {
	float: left;
	width: 427px;
}
.memberUnit .mlArea h3 {
	margin: 15px 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.memberUnit .mlArea p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.6;
}

.riskUnit h3 {
	margin: 16px 20px 3px 20px;
	font-size: 18px;
	font-weight: bold;
}
.riskUnit p {
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.scrollFixIt {
	display: none;
}







/***************************************************
◆footer
***************************************************/

#footer {
	height: 240px;
	background-color: #E6E6E6;
	position: relative;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	text-align: center;
	font-size: 13px;
	padding-top: 40px;
	line-height: 1.4;
}
#footer nav {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
}
#footer nav ul {
	text-align: center;
}
#footer nav ul li {
	display: inline-block;
}
#footer nav ul li a {
	position: relative;
	padding: 0 15px 0 10px;
	font-size: 13px;
}
#footer nav ul li a::after {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #a4a4a4;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
}
#footer nav ul li:last-child a::after {
	width: 0;
}
#footer nav ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	border-bottom: #A9B0D3 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#footer nav ul li a:hover::before {
	width: 95%;
}
#footer small {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #000;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}



/* =========================================================
■contact
========================================================= */
#ttlArea {
	margin: -10px 0;
	background-color: #ffffff;
}
#ttlArea h1 {
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	font-weight: normal;
}
.lead {
	margin-bottom: 20px;
}
#sideArea {
	position: relative;
	float: left;
	width: 182px;
	min-height: 50px;
	background: url(../images/bg_side_area.png) repeat left top;
}
#sideArea ul {
	width: 182px;
	margin: 20px 0;
}
#sideArea ul li {
	margin-bottom: 2px;
	list-style-type: none;
	font-size: 14px;
	background: url(../images/bg_snav.png) no-repeat left top;
	line-height: 50px;
}
#sideArea ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 11px;
	color: #000;
	text-decoration: none;
}
#sideArea ul li:hover {
	background: url(../images/bg_snav_o.png) no-repeat left top;
}
#sideArea ul li:hover a {
	color: #ffffff;
}
#sideArea ul li.on {
	background: url(../images/bg_snav_o.png) no-repeat left top;
	color: #ffffff;
}
#sideArea ul li.on a {
	color: #ffffff;
}


#mainArea {
	float: left;
	width: 820px;
	background-color: #ffffff;
}


.commonTbl {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #DADADA;
	background-color: #F5F5ED;
}
.commonTbl caption {
	font-size: 16px;
	font-weight: bold;
}
.commonTbl tr {
	border-top: 1px solid #DADADA;
}
.commonTbl th {
	width: 30%;
	padding: 10px;
	border-right: 1px solid #DADADA;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}
.commonTbl td {
	padding: 10px;
	font-size: 13px;
	background-color: #ffffff;
}
.commonTbl td.reqArea {
	width: 36px;
	vertical-align: middle;
}

.commonTbl td input[type="text"] {
	width: 260px;
	margin: 5px 0;
}
.commonTbl td textarea {
	width: 100%;
	height: 162px;
	resize: none;
}
.editTbl {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #DADADA;
	background-color: #F5F5ED;
}
.editTbl caption {
	font-size: 16px;
	font-weight: bold;
}
.editTbl tr {
	border-top: 1px solid #DADADA;
}
.editTbl th {
	padding: 10px;
	border-right: 1px solid #DADADA;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}
.editTbl td {
	padding: 10px;
	font-size: 13px;
	background-color: #ffffff;
}
.editTbl td.reqArea {
	width: 36px;
	vertical-align: middle;
}

.editTbl td input[type="text"] {
	width: 260px;
	margin: 5px 0;
}
.editTbl td textarea {
	width: 620px;
	height: 162px;
	resize: none;
}

.commonSTbl {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #DADADA;
	background-color: #F5F5ED;
}
.commonSTbl caption {
	font-size: 16px;
	font-weight: bold;
}
.commonSTbl tr {
	border-top: 1px solid #DADADA;
}
.commonSTbl th {
	width: 22%;
	padding: 10px;
	border-right: 1px solid #DADADA;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}
.commonSTbl td {
	padding: 10px;
	font-size: 13px;
	background-color: #ffffff;
}
.commonSTbl td.reqArea {
	width: 36px;
	vertical-align: middle;
}

.commonSTbl td input[type="text"] {
	width: 260px;
	margin: 5px 0;
}
.commonSTbl td textarea {
	width: 100%;
	height: 162px;
	resize: none;
}

.innTbl tr {
	border-top: none;
}
.innTbl td {
	padding: 10px 2px;
}

.formTbl span {
	color: #ff1100;
	display: block;
}
.formTbl{
	word-break:break-all;
}

.required {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #cc1100;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}

.btnArea {
	margin: 20px 0;
	text-align: center;
}

.submitBtn {
	min-width: 120px;
	height: 43px;
	padding: 0 30px;
	background: -moz-linear-gradient(top,#ffa438 0%,#fc7526);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa438), to(#fc7526));
	border: 1px solid #ea6520;
	color:#FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	cursor: pointer;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa438', endColorstr='#fc7526', GradientType=0)";
	background: linear-gradient(to bottom, #ffa438, #fc7526);
}
.submitBtn:hover {
	background: -moz-linear-gradient(top,#fc7526 0%,#ffa438);
	background: -webkit-gradient(linear, left top, left bottom, from(#fc7526), to(#ffa438));
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7526', endColorstr='#ffa438', GradientType=0)";
	background: linear-gradient(to bottom, #fc7526, #ffa438);
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.editBtn {
	min-width: 120px;
	height: 43px;
	padding: 10px 40px;
	background: -moz-linear-gradient(top,#ffa438 0%,#fc7526);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa438), to(#fc7526));
	border: 1px solid #ea6520;
	color:#FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	cursor: pointer;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa438', endColorstr='#fc7526', GradientType=0)";
	background: linear-gradient(to bottom, #ffa438, #fc7526);
}
.editBtn:hover {
	background: -moz-linear-gradient(top,#fc7526 0%,#ffa438);
	background: -webkit-gradient(linear, left top, left bottom, from(#fc7526), to(#ffa438));
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7526', endColorstr='#ffa438', GradientType=0)";
	background: linear-gradient(to bottom, #fc7526, #ffa438);
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.btnSt {
	display: inline-block;
	min-width: 120px;
	height: 41px;
	padding: 0;
	background: -moz-linear-gradient(top,#adadad 0%,#838383);
	background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#838383));
	border: 1px solid #676767;
	color:#FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	cursor: pointer;
	text-decoration: none;
	line-height: 41px;
	vertical-align: middle;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#838383', GradientType=0)";
	background: linear-gradient(to bottom, #adadad, #838383);
}
.btnSt:hover {
	background: -moz-linear-gradient(top,#838383 0%,#adadad);
	background: -webkit-gradient(linear, left top, left bottom, from(#838383), to(#adadad));
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#adadad', GradientType=0)";
	background: linear-gradient(to bottom, #838383, #adadad);
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}


.manageUnit {
	margin-bottom: 50px;
}
.manageUnit .manageImg {
	float: left;
	width: 100px;
}
.manageUnit .manageTxt {
	float: right;
	width: 640px;
}

.reasonUnit {
	float: left;
	width: 30%;
	margin-right: 3%;
	background-color: #F5F5ED;
}
.reasonUnit h3 {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
.reasonUnit p {
	margin: 0;
}
.reSelect {
	margin-bottom: 10px;
	padding: 15px 15px 15px 0;
	background-color: #F5F5ED;
}
.reSelect h3 {
	float: left;
	width: 252px;
	min-height: 40px;
	margin: 0 0 0 20px;
	padding: 0 0 15px 48px;
	background: url(../images/icn_point.png) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.reSelect .reSelTxt {
	float: right;
	width: 380px;
	margin-bottom: 0;
	padding-left: 20px;
	border-left: 1px #ccccc6 solid;
	line-height: 1.6;
}

section .list {
	margin-bottom: 20px;
}
section .list li {
	margin-left: 20px;
	line-height: 1.6;
}
section .noList {
	margin-bottom: 20px;
}
section .noList li {
	margin-left: 20px;
	list-style-type: none;
	line-height: 1.6;
}
section .kigoList {
	margin-bottom: 20px;
}
section .kigoList li {
	margin-left: 1em;
	list-style-type: none;
	line-height: 1.6;
	text-indent: -1em;
}
section .jobUnit {
	margin-bottom: 30px;
}


/* =========================================================
■project
========================================================= */
.pjdUnit {
	position: relative;
	margin-top: -1px;
	padding: 20px 7px 0;
	border: 1px solid #E6E6E6;
	background-color: #f5f5ed;
	width: 804px;
}
.pjdUnit h1 {
	margin-left: 25px;
	margin-bottom: 20px;
}
.pjdUnit .pjdTblArea {
	float: left;
	width: 407px;
	height: 73px;
	margin-left: 24px;
	padding-right: 13px;
	background: url(../images/bg_balloon_tate.png) no-repeat right top;
}
.pjdUnit .pjdTblArea .pjdTblInn {
	height: 53px;
	padding: 10px 0;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;

	background-color: #ffffff;
}
.pjdUnit .pjdTblArea .pjdTblInn table {
	width: 100%;
	background-color: #ffffff;
}
.pjdUnit .pjdTblArea .pjdTblInn table th {
	padding: 0 10px 0 35px;
	border-left: 1px #e0e0e0 dotted;
	text-align: left;
	line-height: 20px;
}
.pjdUnit .pjdTblArea .pjdTblInn table td {
	width: 33.3%;
	padding: 5px 10px 0;
	border-left: 1px #e0e0e0 dotted;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.pjdUnit .pjdTblArea .pjdTblInn table td span {
	font-size: 18px;
}
.pjdUnit .pjdTblArea .pjdTblInn table th:first-child,
.pjdUnit .pjdTblArea .pjdTblInn table td:first-child {
	border-left: none;
}
.pjdUnit .pjdTblArea .pjdTblInn table th.return {
	background: url(../images/icn_return.png) no-repeat 10px center;
}
.pjdUnit .pjdTblArea .pjdTblInn table th.kikan {
	background: url(../images/icn_kikan.png) no-repeat 10px center;
}
.pjdUnit .pjdTblArea .pjdTblInn table th.kingaku {
	background: url(../images/icn_kingaku.png) no-repeat 10px center;
}
.pjdUnit .im_kingaku {
	float: left;
	width: 212px;
	margin-right: 10px;
	border-bottom: none;
	border-right: 1px #e6e6e6 solid;
}
.pjdUnit .im_kingaku dt {
	margin-bottom: 5px;
	font-size: 12px;
}
.pjdUnit .im_kingaku dt.countDay {
	top: -3px;
	right: 10px;
}
.pjdUnit .im_kingaku dt.countDay .dayArea {
	vertical-align: super;
}
.pjdUnit .im_kingaku dd span {
	font-size: 27px;
}
h2.pjdTtl {
	padding-bottom: 0px;
	border-bottom: none;
}
.pointBox {
	overflow: hidden;
	width: 774px;
}
.pointBox .pointUnit {
	float: left;
	width: 240px;
	margin: 0 18px 18px 0;
	background-color: #f5f5ed;
}

.pointBox .pointUnit h3 {
	margin: 20px;
	padding: 0 0 0 48px;
	background: url(../images/icn_point.png) no-repeat left center;
	border-bottom: 1px #ccccc6 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.pointBox .pointUnit h3 span {
	display: inline-table;
	display: table-cell;
	vertical-align: middle;
}
.pointBox .pointUnit p {
	line-height: 1.6;
}


.pointBox .pointUnit table {
	width: 200px;
	margin: 0 20px 20px;
	background: url(../images/icn_point.png) no-repeat left center;
	border-top: none;
	border-bottom: 1px #ccccc6 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.pointBox .pointUnit table td {
	height: 40px;
	padding: 15px 0 15px 48px;
	vertical-align: middle;
	border: none;
}


.pointBox2 .pointUnit table {
	width: 200px;
	margin: 0 20px 20px;
	background: url(../images/icn_point.png) no-repeat left center;
	border-top: none;
	border-bottom: 1px #ccccc6 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.pointBox2 .pointUnit table td {
	height: 40px;
	padding: 15px 0 15px 48px;
	vertical-align: middle;
	border: none;
}


.pointBox2 {
	overflow: hidden;
	width: 774px;
}
.pointBox2 .pointUnit {
	float: left;
	width: 240px;
	margin: 0 18px 18px 0;
	background-color: #f5f5ed;
}
.pointBox2 .pointUnit h3 {
	margin: 20px;
	padding: 0 0 15px 48px;
	background: url(../images/icn_point.png) no-repeat left top;
	border-bottom: 1px #ccccc6 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.pointBox2 .pointUnit p {
	line-height: 1.6;
}

.pjdAttention {
	padding: 15px 15px 15px 0;
	background-color: #f5f5ed;
}
.pjdAttention p {
	margin-bottom: 0;
	line-height: 1.6;
}
.pjdAttention .fr a {
	display: block;
	overflow: hidden;
	line-height: 0;
}

.secUnit {
	overflow: hidden;
	margin-bottom: 30px;
}
.secUnit h3 {
	margin: 25px 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.secUnit p {
	margin: 0;
	line-height: 1.4;
}
.secUnit .artTxt {
	margin: 0 15px;
}
.secUnit .artFl {
	float: left;
	margin: 0 15px 5px 0;
}
.secUnit .artFr {
	float: right;
	margin: 0 0 5px 15px;
}
.secUnit .artFl p,
.secUnit .artFr p {
	margin-bottom: 10px;
}
.soubunnpai {
	margin: 6px 0 0 20px;
	padding: 7px 15px;
	background-color: #ffffff;
	border: 1px #d2d2bc solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
}


.corpUnit table.shimyuTbl {
	width: 758px;
	border-top: none;
	border-bottom: 1px #c4c4c4 solid;
}
.corpUnit .lead {
	margin-bottom: 20px;
}
.shimyuTbl tr {

}
.shimyuTbl tr.ttlTbl {
	border-top: none;
	border-bottom: 1px #c4c4c4 solid;
}
.shimyuTbl tr th:first-child,
.shimyuTbl tr td:first-child {
	border-left: none;
}
.shimyuTbl tr th {
	width: 100%;
	min-width: 60px;
	padding: 8px 4px;
	border-left: 1px dotted #C4C4C4;
	text-align: center;

}
.shimyuTbl tr th.headTh {
	padding-left: 20px;
	text-align: left;
}
.shimyuTbl tr td {
	padding: 8px 4px;
	border-left: 1px dotted #C4C4C4;
	font-size: 10px;
	text-align: right;
}
.shimyuTbl tr.ttlTbl td {
	border-left: none;
	font-size: 13px;
	text-align: center;
}
.shimyuTbl .keikaku {
	background-color: #515fa3;
	color: #ffffff;
}
.shimyuTbl .minus {
	color: #e60012;
}

.stepUnit {
	margin: 0 0 20px 20px;
	padding-bottom: 18px;
	background: url(../images/bg_step_y.png) no-repeat left bottom;
}
.stepUnit .stTtl {
	position: absolute;
	width: 128px;
}
.stepUnit .stTxt {
	float: left;
	width: 590px;
	padding-left: 148px;
	background: url(../images/bg_st_y.png) repeat-y left top;
}
.stepUnit h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.stepUnit p {
	margin: 0 0 10px;
	line-height: 1.4;
}
.stepUnit .pjdAttention {
	margin-bottom: 8px;
}
.stepUnit .pjdAttention p {
	margin: 0 0 0 20px;
}
.stepUnit .single {
	padding: 6px 15px;
}
.stepUnit .single p {
	margin: 0;
	line-height: 36px;
}
.stepUnit .single p img {
	vertical-align: middle;
}
.stepUnitP {
	background: url(../images/bg_step_p.png) no-repeat left bottom;
}
.stepUnitP .stTxt {
	background: url(../images/bg_st_p.png) repeat-y left top;
}
.stepUnit .secBrdb {
	margin-bottom: 10px;
	border-bottom: 1px #d2d2bc solid;
}
.soubunnpaiStep {
	float: right;
	width: 176px;
	margin: 6px 0 0 20px;
	padding: 7px 15px;
	background-color: #ffffff;
	border: 1px #d2d2bc solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.step05Unit {
	margin: 0 0 20px 20px;
}


.reasonLead {
	font-size: 23px;
	line-height: 1.4 !important;
}


.pjdAttention .attImg {
	float: left;
	width: 250px;
	text-align: center;
}
.mangaArea {
	overflow: hidden;
	float: right;
	width: 430px;
	height: 150px;
	padding: 20px 15px;
	background-color: #ffffff;
	border: 1px #d2d2bc solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
}
.mangaArea .mangaLead {
	margin: 20px 0;
}
.mangaArea p {
	text-align: center;
}

.bbsTbl { width: 100%;}
.bbsTbl tr { width: 100%;}
.bbsTbl th { vertical-align: top;}
.bbsTbl textarea {
	width: 100%;
	border: 1px #cccccc solid;
}
.bbsTbl input {
	border: 1px #cccccc solid;
}
.asset-content {
	margin-bottom: 20px;
	border-bottom: 4px #aaaaaa double;
}
.comments-content {
	padding-bottom: 20px;
}
.comments-content li {
	margin-bottom: 30px;
	padding-left: 26px;
	border-bottom: 2px #aaaaaa dotted;
	background: url("../images/bg_bbs.png") no-repeat scroll left top;
}
.comments-content li ul {
	margin-left: 22px;
}
.comments-content li ul li {
	padding: 0;
	border-bottom: none;
	background-image: none;
}

#pager {
	width: 820px
}
#pager ul {
	margin: 20px auto 0;
	text-align: center;
}
#pager ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px #515F9E solid;
	background-color: #515F9E;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
#pager ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
}
#pager ul li a:hover {
	background-color: #515F9E;
	color: #ffffff;
	text-decoration: none;
}
#pager ul li.on a {
	background-color: #515F9E;
	color: #ffffff;
	text-decoration: none;
}
#pager #prevBtn {
	margin-right: 20px;
}
#pager #nextBtn {
	margin-left: 20px;
}

.recruitUnit {
	margin-bottom: 10px;
	border-bottom: 1px #d2d2bc solid;
}


#inverstments_area li {
	margin-bottom: 5px;
	background-color: #cccccc;
	border-radius: 3px;
}
#inverstments_area li ul li {
	float: left;
	margin-bottom: 0;
	padding: 0 10px;
	vertical-align: middle;
	line-height: 38px;
}
#inverstments_area li ul li.inverstments_close {
	float: right;
	line-height: 38px;
	cursor: pointer;
}

#inverstments_add {
	width: 120px;
	margin-top: 10px;
	padding: 5px 0;
	border: 1px #cccccc solid;
	background: -moz-linear-gradient(top,#ffffff 0%,#cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0)";
	background: linear-gradient(to bottom, #ffffff, #cccccc);
	text-align: center;
	cursor: pointer;
}

#inverstments_add:hover {
	background: -moz-linear-gradient(top,#cccccc 0%,#ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0)";
	background: linear-gradient(to bottom, #cccccc, #ffffff);
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}


#mainteArea {
	padding: 200px 0 0;
	height: 400px;
	text-align: center;
}


/* =========================================================
■Clearfix
========================================================= */

.clearfix:after,
#content:after,
#headInn:after,
nav ul:after,
section:after,
.unitBox:after,
.imInfoLinkBtn:after,
.manageUnit:after,
#indexMain:after,
.investmentUnit:after,
.corpUnit:after,
.memberUnit:after,
.pjdUnit:after,
.pjdAttention:after,
.secUnit:after,
.stepUnit:after,
.reSelect:after,
#inverstments_area li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
#content,
#headInn,
nav ul,
section,
.unitBox,
.imInfoLinkBtn,
.manageUnit,
#indexMain,
.investmentUnit,
.corpUnit,
.memberUnit,
.pjdUnit,
.pjdAttention,
.secUnit,
.stepUnit,
.reSelect,
#inverstments_area li {
	display: block;
	min-height: 1%;
}


/* ------------------------------------------------------ */
.customForm{ display: inline;}

#newsInfo {
	margin: 0 auto;
	padding-top: 22px;

}
#newsInfo h2 {
	font-size: 22px;
/*	overflow: hidden;
	padding-left: 0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-bottom:0px;*/
}
#newsInfo dl dt {
	float: left;
	width: 130px;
	padding-top: 10px;
	font-size: 14px;
	text-align: right;
}
#newsInfo dl dd {
	padding: 10px 10px 10px 160px;
	border-bottom: 1px #696969 dotted;
	font-size: 15px;
}

#ir_section table{
border:1px solid #ccc;
}
#ir_section table .title{
background-color:#eee;
}
#ir_section table .detail td{
width: 221px;
border-left: 1px solid #ccc;
border-bottom: 1px dotted #ccc;
}
.form_custom li{ list-style: none;}

.distribution table {
	margin-bottom: 20px;
	border: 1px solid #C4C4C4;
}
.distribution table tr{
	border-bottom:   1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
}
.distribution table th{
	background-color: #f5f5f5;
}
.distribution table th,.distribution table td{
	min-width: 64px;
	padding: 8px 4px;
	border-left: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	text-align: center;
}
.corpUnit table .none-select {
	background-color: #f5f5f5;
	border: 1px #c4c4c4 solid;
}
.userInfo h2 {
	margin: 0 5px 5px;
}
h2.editTtl {
	margin: 0 5px 5px;
}




/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

/* ------------------------------
 Header
------------------------------ */

#header > .wrapper {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

#header nav#hdnavi {
	width: 150px;
}
#header nav#hdnavi > ul {
	display: none
}
#header nav#hdnavi .hdsubnavi {
	width: 100%;
	float: none;
}
#header nav#hdnavi .hdsubnavi p#login {
	width: 140px;
	height: 36px;
	float: left;
}
#header nav#hdnavi .hdsubnavi p#close {
	width: 140px;
	height: 36px;
	float: left;
}

#pullArea table {
	margin: 15px 0 0;
}
#pullArea table th {
	width: 30%;
	height: 220px;
	display: block;
	float: left;
	padding: 60px 10px 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#pullArea table th br {
	display: none;
}
#pullArea table td {
	width: auto;
	height: auto;
	display: block;
	margin: 0 0 5px 32%;
	line-height: 1.6;
	padding: 0 3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#pullArea table td:last-child {
	width: auto;
	height: auto;
	padding: 0 3%;
}
#pullArea input#btn {
	width: 20%;
	float: right;
}


/* ----- drawer override ----- */

.drawer--right .drawer-hamburger {
	left: auto;
	right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
	left: auto;
	right: 16.5rem;
}

.drawer--right .drawer-nav {
	right: -16rem;
}
.drawer-nav {
	width: 16rem;
}
.drawer-nav li {
	float: none;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* ------------------------------
 Footer
------------------------------ */

#footer {
	height: 180px;
}
#footer p {
	font-size: 16px;
}
#footer nav {
	display: none;
}
#footer small {
	height: 60px;
	line-height: 60px;
}


}


/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

.spnone {
	display: none;
}
.pctabnone {
	display: block;
}


/* ------------------------------
 Header
------------------------------ */

#header {
	height: 60px;
}
#header > .wrapper {
	position: relative;
	padding-top: 12px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
#header h1#logo {
	width: 120px;
	padding-top: 3px;
}
#header h1#logo img {
	width: 100%;
}
#header nav#hdnavi {
	width: 130px;
	padding-top: 0;
}
#header nav#hdnavi .hdsubnavi p#login {
	width: 130px;
	height: 36px;
	font-size: 14px;
}
#header nav#hdnavi .hdsubnavi p#login a i {
	padding-right: 3px;
}
#header nav#hdnavi .hdsubnavi p#close {
	width: 95px;
	height: 36px;
	font-size: 14px;
	background-color: rgba(92, 119, 209, 0.6);
}
#header nav#hdnavi .hdsubnavi p#close a i {
	padding-right: 3px;
}

#pullArea table {
	margin: 10px 0 0;
}
#pullArea table th {
	width: 100%;
	height: auto;
	float: none;
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-right: none;
	border-bottom: 1px #ccc dotted;
	font-size: 14px;
}
#pullArea table td {
	margin: 0 0 5px 0;
	line-height: 1.6;
	padding: 0;
}
#pullArea table td:last-child {
	width: 50%;
	padding: 0;
	margin: 0 auto;
}
#pullArea input#btn {
	width: 100%;
}


/* ----- drawer override ----- */

.drawer--right .drawer-hamburger {
	right: -5px;
	top: -3px;
}
.drawer--right.drawer-open .drawer-hamburger {
	left: auto;
	right: 15rem;
}

.drawer--right .drawer-nav {
	right: -14.5rem;
}
.drawer-nav {
	width: 14.5rem;
}

.drawer-open #header h1#logo {
	display: none;
}



/* ------------------------------
 Footer
------------------------------ */

#footer {
	height: 140px;
}
#footer p {
	padding-top: 30px;
	font-size: 14px;
}
#footer small {
	height: 40px;
	line-height: 40px;
}


}