@charset "utf-8";
/*****************************************
 * HOME
 *
 *****************************************/
.homeInfo.twoColumn {
	font-size: 0;
}
.homeInfo.twoColumn > .leftContent {
	width: 1000px;
	font-size: 13px;
}
.homeInfo.twoColumn > .rightContent {
	width: 200px;
	font-size: initial;
}

#newSocialLendInfo,
#newSocialLendInfo * {
	box-sizing: border-box;
}

/*****************************************
 サービスバナー
 *****************************************/
/* 横並び */
#newSocialLendInfo.newSocialLendInfoInlineLayout > .content {
	font-size: 0;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout > .content .upperContent,
#newSocialLendInfo.newSocialLendInfoInlineLayout > .content .lowerContent {
	display: inline-block;
	vertical-align: top;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout > .content .upperContent {
	width: 560px;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout > .content .lowerContent {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	width: 420px;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout + #homeMyNumberInfo {
	margin-top: 20px;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout + #fundList {
	margin-top: 30px;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout .newLendImg {
	max-width: 780px;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout .newLendImg img {
	max-width: 780px;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout .otherLend ul {
	font-size: 0;
	margin: -9px -10px;
}
#newSocialLendInfo.newSocialLendInfoInlineLayout .otherLend ul li {
	display: inline-block;
	width: 50%;
	padding: 9px 10px;
}
/* 縦並び */
#newSocialLendInfo.newSocialLendInfoVerticalLayout > .content .lowerContent {
	margin-top: 30px;
}
#newSocialLendInfo.newSocialLendInfoVerticalLayout .otherLend ul {
	margin: -5px;
	text-align: center;
}
#newSocialLendInfo.newSocialLendInfoVerticalLayout .otherLend ul li {
	display: inline-block;
	padding: 5px;
	width: 25%;
}
#newSocialLendInfo.newSocialLendInfoVerticalLayout .otherLend ul + ul {
	margin-top: 5px;
}
/*「お金とは何か？」(バナー)*/
#conversationBnr {
	margin-bottom: 10px;
}
#conversationBnr a img {
	vertical-align: bottom;
}
/*マイナンバーについてはこちら*/
#homeMyNumberInfo.pattern2 > .inner > header + .content {
	margin-top: 10px;
}
#homeMyNumberInfo.pattern2 > .inner > .content p + .homeMyNumberLink {
	margin-top: 10px;
}
#homeMyNumberInfo.pattern2 {
	font-size: 12px;
}
#homeMyNumberInfo.pattern2 > .inner {
	padding: 10px 5px;
	border: solid 1px #CCCCCC;
	background-color: #FFFAFA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#homeMyNumberInfo.pattern2 > .inner > header .title {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 13px;
	background: none;
	font-weight: bold;
	text-align: center;
}
#homeMyNumberInfo.pattern2 > .inner > .content p {
	font-size: 11px;
}
#homeMyNumberInfo.pattern2 .homeMyNumberLink {
	text-align: center;
}
#homeMyNumberInfo.pattern2 .homeMyNumberLink > a {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 25px;
	overflow: hidden;
}
#homeMyNumberInfo.pattern2 .homeMyNumberLink > a > img {
	display: block;
	margin-top: -64px;
	margin-left: -400px;
}
#homeMyNumberInfo.pattern2 .homeMyNumberLink > a:hover > img {
	margin-top: -89px;
}

#newSocialLendInfo.newSocialLendInfoInlineLayout .newLendImg,
#newSocialLendInfo.newSocialLendInfoVerticalLayout.pattern1 .newLendImg {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
#newSocialLendInfo {
	position: relative;
	z-index: 0;
}

.newLendImg {
	max-width: 780px;
	position: relative;
	z-index: 0;
}
/* NEW ARRIVAL画像 使用時コメントアウトを外す
.newLendImg:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	width: 136px;
	height: 32px;
	background-image: url("/common2/images/ico3/new_arrival.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/
.newLendImg img {
	max-width: 100%;
}

.newLendImg a,
.otherLend a {
	display: block;
}
.newLendImg img,
.otherLend img {
	display: block;
	width: 100%;
	height: auto;
}

.newLendText {
	padding: 11px 6px;
	border: solid 1px #D0D0D0;
}
.newLendText > h3 dl dt,
.newLendText > h3 dl dd {
	font-size: 16px;
}
.newLendText > h3 dl dd {
	margin-top: 6px;
}
.newLendText > .content {
	margin-top: 6px;
}

.otherLend ul {
	font-size: 0;
}
.otherLend ul li {
	font-size: 13px;
	vertical-align: top;
}

#notfundList{
	border:1px solid #ccc;
	padding:100px;
	text-align: center;
	font-size: 13px;
	color:red;
}
/****** maneo新着動画 *******************************************************/
.newArrivalMovies {
	margin-top: 30px;
	margin-bottom: 13px;
}
.newArrivalMovies header {
	position: relative;
}
.newArrivalMovies header h3 {
    margin: 0 0 14px 0;
    padding: 0 0 5px 0;
    border-bottom: 4px solid #55A307;
    color: #336204;
    font-size: 160%;
    font-weight: bold;
}
.newArrivalMovies header h3 span {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}
.movieBlock {
	width: 243px;
}
.movieBlock img {
	display: block;
}
.movieBlock .movieTitle {
	margin-top: 15px;
	position: relative;
}
.movieBlock .movieTitle::before {
	content:'';
	position: absolute;
	display: block;
	width: 3px;
	height: 20px;
	top: -1px;
	left: 0;
	background-color: #55A307;
	z-index: 5;
}
.movieBlock .movieTitle {
	padding-left: 10px;
	height: 3em;
	width: 230px;
	margin-left: 2px;
}

#movieSlider .sp-slides-container .sp-arrows .sp-previous-arrow {
	left: 0;
	right: auto;
	top: -45px;
}
#movieSlider .sp-slides-container .sp-arrows .sp-next-arrow {
	right: 0;
	left: auto;
	top: -45px;
}
#movieSlider iframe {
	display: block;
}
.filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	cursor: pointer;
}
.filter::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	margin-left: -25px;
	border: 5px solid rgba(255,255,255,.8);
	z-index: 50;
	border-radius: 50%;
}
.filter::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 21.7px;
	border-color: transparent transparent transparent rgba(255,255,255,.8);
}
.filter:hover::before {
	border-color: rgba(255,255,255,1.0);
}
.filter:hover::after {
	border-color: transparent transparent transparent rgba(255,255,255,1.0);
}
/****** サービス毎の最新案件pickup *******************************************************/
.operateServiceFundInfo .item > .inner > header > .title > a {
	display: block;
	height: 60px;
	position: relative;
	z-index: 0;
}
.operateServiceFundInfo .item > .inner > header > .title > a > img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 230px;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
}
.operateServiceFundInfo .item > .inner > .content .operateServiceFundDeal {
	padding-left: 5px;
	padding-right: 5px;
}
/*サービスヘッダー*/
.lenderCompany {
	width: 300px;
}
.lenderCompany + .lenderCompanycontent {
	margin-left: 20px;
}
/*成立総額*/
.totalAmountFormed {
	margin-top: 15px;
}
.totalAmountFormed > .inner {
	font-size: 0;
	text-align: center;
}
.totalAmountFormed > .inner dt,
.totalAmountFormed > .inner dd {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	letter-spacing: 1px;
}
/*サービスごとの案件情報*/
/*案件リスト*/
.lenderCompanycontent {
	width: 650px;
}
.operateServiceFundList > .inner {
	margin-left: 0;
	display: flex;
}
.operateServiceFundList > .inner > li {
	list-style: none;
}
.operateServiceFundList > .inner > li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: dotted 1px #CCCCCC;
}
/*案件リスト　アイテム*/
.fundInfoItem > .content > .leftContent + .rightContent {
	padding-left: 50px;
}
.fundInfoItem > header > .title {
	width: 100%;
	max-width: 188px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.fundInfoItem > .content {
	position: relative;
	z-index: 0;
}
.fundInfoItem > .content > .leftContent {
	max-width: 40px;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
}
.fundInfoItem > .content > .rightContent {
	position: relative;
	z-index: 0;
}

.perateServiceFundIcon > img {
	width: 100%;
	height: auto;
	font-size: 0;
}

/*案件リスト　アイテム　情報*/
.fundInfoDetail > .inner > li > dl {
	font-size: 0;
}
.fundInfoDetail > .inner > li > dl > dt,
.fundInfoDetail > .inner > li > dl > dd {
	display: inline-block;
	vertical-align: bottom;
	color: #333333;
}
.fundInfoDetail > .inner > li > dl > dt {
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}
.fundInfoDetail > .inner > li > dl > dd {
	font-size: 14px;
	font-weight: bold;
}

/*各サイトのトップページへのリンク*/
.operateServiceLink {
	text-align: right;
	border-top: solid 1px #DFDFDF;
}
.operateServiceLink > a {
	display: inline-block;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 11px;
	padding-bottom: 2px;
	position: relative !important;
	z-index: 0;
}
.operateServiceLink > a:before {
	content: "";
	background: url(/common2/images/bk3/btn_navi.png) -400px -85px no-repeat ;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8.4px;
	width: 10px;
	height: 14px;
}
.fund_error,
.trafic_error {
	padding: 5px 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	position: relative;
	z-index: 0;
}
.fund_error > .inner p,
.trafic_error > .inner p {
	font-size: 13px;
}
.fund_error {
	padding-top: 10px;
	height: 278px;
	border-top: solid 1px #DFDFDF;
}
.trafic_error {
	padding-top: 10px;
	border: solid 1px #DFDFDF;
	text-align: center;
}

/*スライダー*/
#operationServiceSlider .loader_overlayer > .inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 105px;
	z-index: 0;
}
#operationServiceSlider .loader_overlayer > .inner > img {
	display: block;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	max-height: 274px;
}
#operationServiceSlider .loader_overlayer > .inner > p {
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 215px;
	left: -100px;
	right: -100px;
	margin: auto;
	width: inherit;
}
#operationServiceSlider .sp-image {
	height: inherit !important;
}
#operationServiceSlider .sp-image > .inner {
	display: flex;
}
#operationServiceSlider .sp-image > .inner + .operateServiceLink {
	margin-top: 15px;
}
#operationServiceSlider .sp-slide {
	width: 100%;
	height: inherit !important;
}
#operationServiceSlider .sp-arrows {
	margin-top: -40px;
}
#operationServiceSlider .sp-previous-arrow {
	left: 0px;
}
#operationServiceSlider .sp-next-arrow {
	right: 0px;
}

/* 投資の際の注意文 */
.socialLendInfoText {
	font-size: 12px;
	color: #006DD9;
	padding-left: 1em;
	text-indent: -1em;
}
.socialLendInfoText .bannerTextLink {
	display: inline;
	width: auto;
}
/*****************************************
 * ローンファンドリスト
 * (募集ファンド一覧)
 *****************************************/
#viewNomal,
#viewTable,
#viewStatusFund {
	position: absolute;
	display: block;
	background: #F3F3F3;
	text-align: center;
	padding:3px;
}

#viewNomal{
	width: 8em;
	left:400px;
	top:-4px;
}

#viewTable{
	width: 8em;
	left:515px;
	top:-4px;
}

#viewStatusFund{
	width: 12em;
	left: 630px;
	top: -4px;
}

#viewNomal:hover,
#viewTable:hover,
#viewStatusFund:hover{
	background: #72B806;
	color:#FFF;
}

#viewNomal:hover a,
#viewTable:hover a{
	color:#FFF;
}

.vcenter{
	vertical-align: middle;
}

.tableOdd {
	background: none repeat scroll 0 0 #e6f3e2;
}

#text_area{
	overflow: auto;
	width: 200px;
	height: 200px;
	border: 1px solid #EEE;
}

h2.s180p{
 	font-size: 200%;
 }

 .mb50{
 margin: 0 0 50px 0;
 }

.to_fund_detail{
	position: absolute;
	right:0;
	top:7px;
	width: 3em;
	background:#F6F6F6;
	border: 1px solid #CCC;
	display: block;
	padding:2px 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFEFE),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #E8E8E8 100%)
}

.to_fund_detail:hover{
	background:#F6F6F6;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFEFE),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #E8E8E8 100%)

	}

.itemImage{
	width: 360px;
	height: 240px;
	position: relative;
	display: inline-block;
}

.itemImage .newIcon{
	position:absolute;
	left :10px;
	top:10px;
	background: url(/common2/images/ico4/ico_newfund.png) left top no-repeat;
	width: 111px;
	height: 44px;
}

.itemImage .commingSoon{
	position:absolute;
	left :10px;
	top:10px;
	background: url(/common2/images/ico4/ico_comming_soon.png) left top no-repeat;
	width: 200px;
	height: 44px;
}


.fundManager{
	margin: 10px 0;
	border-top: 1px dotted #CCC;
	}

.fundManager li{
	display: inline-block;
	margin:5px;
}

.fundManager li img{
	width: 50px;
	vertical-align: middle;
	/*border-radius: 50%;*/
	}

.itemData{
	position: absolute;
	left : 390px;
	height: 280px;
	width: 610px;
	z-index: 0;
	display: inline-block;
}

.itemData ul.fundInfo{
	background: #F9F9F9;
	padding:5px 0 5px 10px;
	height: 70px;
	}

.itemData ul.fundInfo li{
	float: left;
	}
.itemData ul.fundInfo li:nth-child(1){
	width: 220px;
	padding: 0 10px 0 0;
	border-right:1px solid #ccc;
	}

.itemData ul.fundInfo li:nth-child(2){
	width: 120px;
	padding: 0 10px 0;
	border-right:1px solid #ccc;
	}

.itemData ul.fundInfo li:nth-child(3){
	width: 200px;
	padding: 0 10px 0;
	}

.itemData .entryText{
	width: 330px;
	padding:0 ;
	text-align: center;
	font-size: 90%;
	}

.itemData .fundStatus{
	position: relative;
	border-bottom:1px dotted #ccc;
	padding : 5px 0 5px 0;
}

.itemData ul.fundInfo .fundData{
	margin:20px 0 0 0;
	font-size: 200%;
	font-weight: bold;
	}

.itemData ul.statusInfo{
	position: absolute;
	width: 230px;
	left:380px;
	top:0;
	margin: 10px 0 0 0;
	}

/* IRR表示時 */
#itemDataIrr ul.fundInfo li:nth-child(1){
	width: 135px;
}

#itemDataIrr ul.fundInfo li:nth-child(2){
	width: 165px;
	padding: 0 0px 0px 10px;
}

#itemDataIrr ul.fundInfo li:nth-child(3){
	width: 54px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ccc;
}

#itemDataIrr ul.fundInfo li:nth-child(4){
	width: 183px;
	padding-left: 10px;
}

#itemDataIrr ul.fundInfo .fundData {
	font-size: 145%;
}

#itemDataIrr .fundInfo + .fundData {
	margin-top: 5px;
}

/* 募集中のバー */
p.prg_bar{
	position:relative;
	border: 1px solid #d7f723;
	margin: 0 0 5px 0;
	padding:5px 0;
	height: 16px;
	z-index: 1;
	background: #FFF;
}

p.prg_bar .lineRate{
	background: #D7F723;
	position: absolute;
	height: 26px;
	display: block;
	top:0;
	left:0;
	z-index: 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #D7F723),
		color-stop(1, #BFDF09)
	);
	background-image: -o-linear-gradient(bottom, #D7F723 0%, #BFDF09 100%);
	background-image: -moz-linear-gradient(bottom, #D7F723 0%, #BFDF09 100%);
	background-image: -webkit-linear-gradient(bottom, #D7F723 0%, #BFDF09 100%);
	background-image: -ms-linear-gradient(bottom, #D7F723 0%, #BFDF09 100%);
	background-image: linear-gradient(to bottom, #D7F723 0%, #BFDF09 100%);
	}

p.prg_bar .entryLine{
	display:block;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	width:100%;
	top:4px;
	left:0;
	}

/* 募集終了のバー */
p.prg_bar_close,p.prg_bar_close100{
	position:relative;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding:5px 0;
	height: 16px;
}

p.prg_bar_close .lineRate{
	background: #EEE;
	position: absolute;
	height: 26px;
	display: block;
	top:0;
	left:0;
	border-radius: 0 0 0 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFEFE),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #E8E8E8 100%);
	}

p.prg_bar_close100 .lineRate{
	background: #FF0000;
	position: absolute;
	height: 26px;
	display: block;
	top:0;
	left:0;
	border-radius: 0 0 0 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FF9595),
		color-stop(1, #FF0000)
	);
	background-image: -o-linear-gradient(bottom, #FF9595 0%, #FF0000 100%);
	background-image: -moz-linear-gradient(bottom, #FF9595 0%, #FF0000 100%);
	background-image: -webkit-linear-gradient(bottom, #FF9595 0%, #FF0000 100%);
	background-image: -ms-linear-gradient(bottom, #FF9595 0%, #FF0000 100%);
	background-image: linear-gradient(to bottom, #FF9595 0%, #FF0000 100%);
	}

p.prg_bar_close .entryLine,
p.prg_bar_close100 .entryLine{
	display:block;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	width:100%;
	top:4px;
	left:0;
	}
p.prg_bar_close100 .entryLine{
	color:#fff;
	}

span.ruby{
	color:#CC0066;
	text-decoration: none;
	}
a.ruby{
	color:#CC0066;
	}
#fundList h2,
#fundListBefore h2{
	margin:0 0 5px 0;
	font-size: 150%;
	border-bottom:none;
	color:#333;
	background: none;
	padding:10px 60px 0 0;
}
.fundListItem li{
	position: relative;
	}
.fundListItem .itemImage img {
	width: 360px;
	min-height: 240px;
}
ul.fundCondition{
	margin: 10px 0 5px 0;
	text-align: right;
	font-size: 12px;
	}

.itemData ul.fundCondition{
	text-align: left;
	margin: 15px 0 12px 0;
	}

.itemData .entryText ul.fundCondition{
	text-align: left;
	margin: 5px 0 10px 0;
	}

ul.fundCondition li{
	color:#fff;
	padding: 2px 5px 0px;
	margin: 10px 3px 10px 0;
	line-height: 100%;
	display: inline;
	}
/* 募集条件 */
ul.fundCondition li:nth-child(1){
	background: #55A307;
	float: none;
	}
ul.fundCondition li:nth-child(2){
	background: #FF6600;
	float: none;
	}
ul.fundCondition li:nth-child(3){
	background: #006600;
	float: none;
	}
ul.fundCondition li:nth-child(4){
	background: #006600;
	float: none;
	}
ul.fundCondition li:nth-child(5){
	background: #3F8CA5;
	float: none;
	}

/* 貸付条件 */
ul.fundCondition.loanTerms li:nth-child(1) {
	background: #55A307;
}
ul.fundCondition.loanTerms li:nth-child(2) {
	background: #FF6600;
}
ul.fundCondition.loanTerms li:nth-child(3){
	background: #3F8CA5;
	}
ul.fundCondition li.opacity{
	opacity: 0.2;
	}

.fundListItem a{
	color:#333;
	}
.fundListItem a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
.alert_text{
	font-size: 80%;
	color:#666;
	line-height: 120%;
	border: 1px solid #EEE;
	padding:5px;
	}
.itemData .small{
	font-size: 60%;
	}

.fundListBtn{
	width: 200px;
	height: 41px;
	background: url(/common2/images/btn4/btn_all.gif) -200px top no-repeat;
	display: block;
	margin: 0 auto;
	}

.fundListBtn:hover{
	background: url(/common2/images/btn4/btn_all.gif) -200px -45px no-repeat;
	}

.fundListBtnMin{
	width: 200px;
	height: 32px;
	background: url(/common2/images/btn4/btn_all.gif) -200px -90px no-repeat;
	display: block;
	margin: 0 auto;
	}

.fundListBtnMin:hover{
	background: url(/common2/images/btn4/btn_all.gif) -200px -122px no-repeat;
	}

#toFundList{
	width: 200px;
	height: 41px;
	position: absolute;
	right: 0;
	top:-11px;
	}

#pagingInfo{
	position: absolute;
	right: 0;
	top:3px;
	}

.statusNewT{
	background:#FF0000;
	padding:1px 2px 0;
	line-height:90%;
	color:#fff;
	font-size:86%;
	}

.statusIngT{
	color:#009900;
	}

.statsuWinFullT{
	background: rgb(202,0,0);
	color:#fff;
	padding:2px 5px;
	}
.statusWinT{
	background: rgb(255,153,0);
	color:#fff;
	padding:2px 5px;
	}

.statusLostT{
	background: rgb(218,218,218);
	color:#fff;
	padding:2px 5px;
	}

.statusCancelT{
	background: rgb(218,218,218);
	color:#fff;
	padding:2px 5px;
	}

.statusBeforeT{
	background: rgb(127, 255, 0);
	color:#fff;
	padding:2px 5px;
	}


.fundRate{
	border:1px solid #ccc;
	position: relative;
}

.fundRate p{
	background:#72b806;
	position: absolute;
	font-size: 1em;
}

.statusWinFull{
	position: absolute;
	width: 360px;
	text-align: center;
	padding:7px 0;
	background: rgb(202,0,0);
	font-size:140%;
	line-height:100%;
	color:#fff;
	bottom:10px;
	left:0;
	font-weight: bold;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

.statusWin{
	position: absolute;
	width: 360px;
	text-align: center;
	padding:7px 0;
	background: rgb(255,153,0);
	font-size:140%;
	line-height:100%;
	color:#fff;
	bottom:10px;
	left:0;
	font-weight: bold;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

.statusLost{
	position: absolute;
	width: 360px;
	text-align: center;
	padding:7px 0;
	background: rgb(218,218,218);
	font-size:140%;
	line-height:100%;
	color:#fff;
	bottom:10px;
	left:0;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

.statusBefore{
	position: absolute;
	width: 360px;
	text-align: center;
	padding:7px 0;
	background: rgb(60, 179, 113);
	font-size:140%;
	line-height:100%;
	color:#fff;
	bottom:10px;
	left:0;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

/*************************************
* 事業異性ローン返済実績
*************************************/

table.totalInfoTable + .pagingArea {
	margin-top: 40px;
}

table.totalInfoTable{
	border-collapse:collapse;
	border-spacing: 0px;
	border:1px solid #ccc;
	width: 100%;
	margin: 0 0 10px 0;


}

table.totalInfoTable th{
	background: #3C913E;
	padding:5px;
	color:#fff;
	font-size: 110%;
	border:1px solid #ccc;
	white-space: nowrap;
	}

table.totalInfoTable th.th1{
	background: #6AC16C;
	}

table.totalInfoTable td{
	padding:5px;
	text-align: right;
	border:1px solid #ccc;
}

table.totalInfoTable tr.td1 td{
	background: #F6F6F6;
	}

table.totalInfoTable td.left{
	text-align: left;
}

table.totalInfoTable td.center{
	text-align: center
	;
}

.contentBox + .contentBox{
	margin-top: 70px;
}

.totalInfoHeader {
	display: flex;
	justify-content: space-between;
}

/*****************************************
 * ローンファンド詳細
 * (募集ファンド一覧)
 *****************************************/

h1.s180p{
 	font-size: 160%;
 	line-height: 120%;
 	margin: 20px 0 10px 0;
 	padding:0 120px 5px 0;
 }

#click_view{
	position: absolute;
	right:5px;
	bottom:10px;
 }

#fund_head_line .itemImage{
	float: left;
	width: 360px;
	height: auto;
 }

#fund_head_line .itemData{
	position: relative;
	float: right;
	width: 610px;
	height: auto;
	top:0;
	left:0;
}

#findinfo2{

}

#findinfo3{

	}

#findinfo2 #left_block{
	float: left;
	width: 380px;
}

#findinfo2 #left_block ul{
	margin:0 0 10px 0;
	border-bottom: 1px solid #EEEEEE;
	padding:10px 0 0 0;
}

#findinfo2 #left_block ul li:nth-child(1){
	float: left;
	width: 180px;
	padding: 10px 0 20px 0;
	font-size:130%;
}
#findinfo2 #left_block ul li:nth-child(2){
	float: right;
	font-size: 190%;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

#findinfo3 #left_block ul{
	border-bottom:1px solid #EEE;
	}

#findinfo3 #left_block ul li:nth-child(1){
	float: left;
	width: 180px;
	padding: 5px 0;
}
#findinfo3 #left_block ul li:nth-child(2){
	float: right;
	font-weight: bold;
	padding: 5px 0;
}


#findinfo2 #right_block{
	float: right;
	width: 180px;
	border: 1px solid #EEEEEE;
	padding:15px;
	background: #FCFCFC;
}
#findinfo2 #right_block li{
	font-size:120%;
	padding:0 0 12px 0;
	}

#findinfo2 #right_block li:nth-child(2n){
	font-size:159%;
	font-weight: bold;
}

#findinfo2 #right_block li:nth-child(2){
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EEEEEE;
}

#findinfo2 #right_block li span.ruby,
#findinfo3 #left_block li span.ruby{
	font-weight: bold;
}
#left_block .entryLine2{
	border:1px solid #D7F723;
	text-align: center;
	padding:6px;
	height: 17px;
	margin: 0 0 5px 0;
	}

#left_block .lineRate2{
	background: #D7F723;
	position: absolute;
	height: 30px;
	}
#left_block .entryLineClose2{
	border:1px solid #EEEEEE;
	text-align: center;
	padding:6px;
	height: 17px;
	margin: 0 0 5px 0;
	}
#left_block.lineRateClose2{
	background: #EEEEEE;
	position: absolute;
	height: 30px;
	}

#invest_detail{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border-top:1px dotted #ccc;
}

#invest_detail th{
	background: #F6F6F6;
	padding:10px;
	border-bottom:1px dotted #ccc;
	font-size: 120%;
	vertical-align: middle;
}

#invest_detail td{
	padding:10px;
	border-bottom:1px dotted #ccc;
	font-size: inherit;
	text-align: right;
	font-weight: bold;
	font-size: 150%;
	vertical-align: middle;
}

#simration_block
,#liskArea{
	background: #f6F6F6;
	padding: 10px;
	margin: 0 0 10px 0;
}

#simration_block h3{
	background: #fff;
	font-size: 130%;
	color:#58A30B;
	text-align: center;
	padding:7px 0;
}

#simration_block #amount_input li:nth-child(1){
	float: left;
	width: 220px;
	padding:3px 0 0 0;
	margin: 0 0 10px 0;
	}
#simration_block #amount_input li:nth-child(2){
	float: right;
	width: 120px;
}

#simError2{
	margin:10px 0;
	background: #dfdfdf;
	padding:2px 5px;
}

#simration_block #amount_input li:nth-child(2) input{
	width: 4em;
	font-size: 140%;
}

#sim_table{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border:1px solid #ccc;
	margin: 0 0 10px 0;
	background: #fff;
}
#sim_table th,
#sim_table td{
	padding:5px;
	border:1px solid #ccc;
}
#sim_table td{
	text-align: right;
	}
#sim_table th.mn{
	background: #56A307;
	color:#fff;
	padding:5px;
	text-align: center;
	}
#sim_table th.bk{
	background: #787878;
	color:#fff;
	padding:5px;
	text-align: center;
	}
#sim_table td#mn_net,
#sim_table rd#bk_net{
	font-weight: bold;
	}

#simCaption{
	background: #fff;
	padding:10px;
	font-size: 87%;
}

#liskArea a{
	display: block;
	font-size: 170%;
	font-weight:bold;
	border: 1px solid #EEE;
	text-align: center;
	border-radius: 5px;
	background: #FDFDFD;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FDFDFD),
		color-stop(1, #F6F6F6)
	);
	background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #F6F6F6 100%);
	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #F6F6F6 100%);
	background-image: linear-gradient(to bottom, #FDFDFD 0%, #F6F6F6 100%);
}

#liskArea a:hover{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #E692B2),
		color-stop(1, #D02867)
	);
	background-image: -o-linear-gradient(bottom, #E692B2 0%, #D02867 100%);
	background-image: -moz-linear-gradient(bottom, #E692B2 0%, #D02867 100%);
	background-image: -webkit-linear-gradient(bottom, #E692B2 0%, #D02867 100%);
	background-image: -ms-linear-gradient(bottom, #E692B2 0%, #D02867 100%);
	background-image: linear-gradient(to bottom, #E692B2 0%, #D02867 100%);
	color:#FFF;
}

#liskArea a span{
	font-weight: bold;
	padding:30px;
	display: block;
	background: url(/common2/images/ico4/ico_pdf1.png) 240px center no-repeat;
}

#liskArea a span:hover{
	background: url(/common2/images/ico4/ico_pdf2.png) 240px center no-repeat;
	color:#FFF;
	}

#findinfo4{
	border:6px solid #EEEEEE;
	padding:20px 20px 20px 15px;
	background: url(/common2/images/bk4/bk_duration.png) center 20px no-repeat;
}

#findinfo4 #fund_tarm1{
	margin: 0 0 80px 0;
}

#findinfo4 #fund_tarm1 li:nth-child(1),
#findinfo4 #fund_tarm2 li:nth-child(1){
	float: left;
	margin: 0 2px 0 0px;
	width: 270px;
	text-align: center;
	}
#findinfo4 #fund_tarm1 li:nth-child(2),
#findinfo4 #fund_tarm2 li:nth-child(2){
	float: left;
	margin: 0 0px 0 2px;
	width: 280px;
	text-align: center;
	}
#findinfo4 .tarmb{
	font-size: 160%;
}

.agtab{
	border-bottom: 5px solid #55a307;
}


.agtab li {
	font-size:120%;
	background: none repeat scroll 0 0 #58A30B;
	border: solid #ccc;
	border-width:1px 1px 0 1px;
	border-radius: 5px 5px 0 0;
	display: inline;
	float: left;
	font-weight: bold;
	margin: 0 2px -1px 0;
	padding: 13px 25px 10px;
	text-align: center;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFEFE),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #E8E8E8 100%);
}

.agtab li.target {
	background: none repeat scroll 0 0 #58A30B;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #57A207),
		color-stop(1, #55A307)
	);
	background-image: -o-linear-gradient(bottom, #57A207 0%, #55A307 100%);
	background-image: -moz-linear-gradient(bottom, #57A207 0%, #55A307 100%);
	background-image: -webkit-linear-gradient(bottom, #57A207 0%, #55A307 100%);
	background-image: -ms-linear-gradient(bottom, #57A207 0%, #55A307 100%);
	background-image: linear-gradient(to bottom, #57A207 0%, #55A307 100%);

	}
.agtab li.target a{
	color:#fff;
	}
.agtab li a{
	color:#666;
	}
.tab_data{
	border:solid #EEEEEE;
	border-width: 1px 1px 1px 1px;
	background: #F9F9F9;
	padding:20px;
}
h1.loan_fund_title{
	color:#58A30B;
	border: none;
	font-weight: 100;
}
.fund_caution_title {
	width: 160px;
	color: #DB2C2C;
	text-align: center;
	background: none;
	margin: 0 auto;
	padding: 0;
	background-image: url(/common2/images/ico4/ico_attention_investment.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.fund_caution_title + .inner {
	margin-top: 20px;
	}
.fund_status_investment {
	width: 620px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #DB2C2C;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 95px;
    box-sizing: border-box;
	}
.fund_status_investment_text {
	font-size: 16px;
	line-height: 25px;
	}
.fund_status_limit {
	font-weight: bold;
	}

.fund_status_investment_img + .fund_status_investment_text {
	margin-left: 20px;
	}
.tab_data p.item_title{
	color:#58A30B;
	border: none;
	font-weight: nomal;
	margin: 0 0 5px 0;
}
ul.fund_manager_comment li:nth-child(1){
	float: left;
	width: 64%;
}
ul.fund_manager_comment li:nth-child(2){
	float: right;
	width: 31%;
	background: #EEEFF3;
}

div.manager_area{
	padding:18px;
}

img.manager_image{
	float: left;
	margin: 0 15px 2px 0;
}

.fund_cms_area h3.manager_name
,#wide_main_container h3.manager_name{
	color:#58A30B;
	font-size: 110%;
	margin: 0 0 0 0;
	padding:0 0 5px 0;
}

.manager_area p.small{
	font-size: 87%;
}

.list_fund_cms_area li:nth-child(1){
	float: left;
	width: 64%;
	}
.list_fund_cms_area li:nth-child(2){
	float: right;
	width: 31%;
	}
table.borrower_lend_table{
	width:100%;
	border-collapse:collapse;
	border-spacing: 0px;
}

table.borrower_lend_table th,
table.borrower_lend_table td {
	border:1px solid #ccc;
	padding:5px;
	font-size: 12px;
}

table.borrower_lend_table th{
	background: #EEE;
}

table.borrower_lend_table tr:nth-child(odd){
	background: #FBFBFB;
	}


/* ローンファンド募集条件 注記 */
.lornTheNote {
	text-indent: -32px;
	padding-left: 32px;
}


/************************************************************************************
 * 管理画面CMSも同時適用
 ************************************************************************************/
.fund_cms_area,
#historyArea,
.box_area{
	border:1px solid #EEEEEE;
	padding:15px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	margin:0 0 20px 0;
}

.fund_cms_area2{
	border:1px solid #EEEEEE;
	padding:15px;
	background: #FFFDF4;
	border-radius: 0 0 5px 5px;
	margin:0 0 20px 0;
}

.fund_cms_area h2,
#fund_history h2,
.fund_cms_area2 h2{
	color:#58A30B;
	border: none;
	font-weight: nomal;
	font-size: 136%;
	background: none;
	padding:0;
	font-weight: bold;
	}
.fund_cms_area h3,
#wide_main_container .fund_cms_area h3,
.fund_cms_area2 h3{
	font-weight: nomal;
	background: #EEEEEE;
	padding:3px;
	font-size: 110%;
	color:#204A0B;
	margin: 0 0 20px 0;
}

.list_fund_cms_area .doc_list,
.doc_list{
	margin: 0 3px 20px;
}

.list_fund_cms_area .doc_list li,
.doc_list li{
	float: none;
	margin: 0 0 0 0;
	width: auto;
}

.list_fund_cms_area .doc_list li,
.doc_list li{
	background: url(/common2/images/ico4/ico_doc_list.gif) left 0.5em no-repeat;
	padding: 0 0 0 0.8em;
	margin: 0 0 8px 0;
}

.fund_cms_area h3 span{
	display: inline-block;
	padding:1px 7px 0;
	background: #55A307;
	color:#FFF;
	text-align: center;
	margin: 0 5px 0 0;
	font-weight: bold;
}

.fund_cms_area a.ico {
	background: url(/common2/images/ico4/ico_arrow.gif) left 0.4em no-repeat;
	padding: 0 0 0 0.9em;
}

.fund_cms_area .scheme{
	text-align: center;
}

.text_comment{

}

.text_comment .small{
	font-size: 90%;
}

/************************************************************************************/



/* 投資履歴 */
#fund_history #history_info{
	float: left;
	width: 27%;
	}

#fund_history #history_table{
	float: right;
	width: 65%;
	}

#fund_history  table{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border: 1px solid #ccc;
}


#fund_history  th{
	background: #EEE;
	padding: 8px;
	border: 1px solid #ccc;
}

#fund_history  td{
	padding: 8px;
	border: 1px solid #ccc;
}

#fund_history  th.history_no,
#fund_history  td.history_no{
	width: 50px;
}

#fund_history  th.history_username,
#fund_history  td.history_username{
	width: 150px;
}

#fund_history  th.history_amount,
#fund_history  td.history_amount{
	width: 120px;
}

#fund_history  th.history_date,
#fund_history  td.history_date{
	width: 210px;
}

/* QA */
#qa_area1{
	margin: 0 0 20px 0;
}

#qa_area1 li:nth-child(1){
	float: left;
	width: 70%;
	text-align: left;
}

#qa_area1 li:nth-child(2){
	float: right;
	width: 30%;
}

#qa_area1 h3{
	font-size: 120%;
}

#qalist li{
	margin: 0 0 10px 0;
	padding:0 0 0 100px;
}

#qalist li.title_q{
	font-size:120%;
	border-bottom:5px solid #F28623;
	padding:0 0 5px 0;
}
#qalist li.title_a{
	font-size:120%;
	border-bottom:5px solid #84AF21;
	padding:0 0 5px 0;
}

#qalist hr{
	border: 1px dotted #eee;
	height: 1px;
	}

#question_box{
	width: 700px;
	height: 620px;
}

#question_text{
	width: 97%;
	height: 10em;
	margin: 0 auto;
}

#do_question_btn{
	width:10em;
	background: none repeat scroll 0 0 #58A30B;
	border: solid #ccc;
	border-width:1px;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	margin: 10px auto 0;
	padding: 13px 25px 10px;
	text-align: center;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFEFE),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #E8E8E8 100%);
}

#question_close_btn{
	width:5em;
	background: none repeat scroll 0 0 #58A30B;
	border: solid #ccc;
	border-width:1px;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	margin: 10px auto 0;
	padding: 13px 25px 10px;
	text-align: center;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFEFE),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #E8E8E8 100%);
}

#qalist li.bk_question{
	background: url(/common2/images/bk4/bk_question.png) left top no-repeat;
	padding: 0 0 20px 100px;
	}

#qalist li.bk_anser{
	background: url(/common2/images/bk4/bk_anser.png) left top no-repeat;
	padding: 0 0 20px 100px;
	}



/* 収益参考シミュレーション */
#loan_fund2 #sim_left{
	}

#loan_fund2 #sim_right{
	}

#loan_fund2 th.ico_maneo{
	padding:5px 5px 5px 40px;
	background: url(/common2/images/ico4/ico_maneo.jpg) 5px center no-repeat;
	font-size: 110%;
	text-align: left;
}

#loan_fund2 th.ico_bank{
	padding:5px 5px 5px 40px;
	background: url(/common2/images/ico4/ico_bank.jpg) 5px center no-repeat;
	font-size: 110%;
	text-align: left;
}

#sim_left table{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border: 1px solid #ccc;
	background: #fff;
}
#sim_left table th{
	text-align: center;
	white-space:nowrap;
	padding:5px;
	border: 1px solid #ccc;
	}

#sim_left table td{
	text-align: right;
	padding:5px;
	border: 1px solid #ccc;
	}

#sim_left table tr:nth-child(1){
	background: #EEE;
	}

#sim_left table tr:nth-child(2){
	background: #FFFFEE;
	}

h2.hedge{
	color:#143F18;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background: none;
	margin: 0 0 0 0;
}

#cancel_box{
	border: 4px solid #FF0000;
	padding:20px;
	margin: 0 0 30px 0;
	background:#FFF2F2;
}

/*****************************************
 * ローン詳細ボタン関連
 *****************************************/

#loan_history_btn{
	position: absolute;
	right:5px;
	top: 14px;
}

.to_history{
	display:block;
	width: 128px;
	height:29px;
	background: url(/common2/images/btn4/btn_spread.png) -217px -393px no-repeat;
}

.to_history:hover{
	background-position: -217px -428px;
}

.fund_qa_btn{
	display: block;
	width: 209px;
	height:42px;
	margin: 0 auto;
	background: url(/common2/images/btn4/btn_spread.png) 0px -393px no-repeat;
	}
.fund_qa_btn:hover{
	background-position: 0 -442px;
	}
a#to_invest_input{
	margin:0 auto;
	display:block;
	width: 389px;
	height:56px;
	background: url(/common2/images/btn4/btn_spread.png) 0px -141px no-repeat;
}

a#to_invest_input:hover{
	background-position: 0 -204px;
	}

/*****************************************
 * 投資申し込み画面関連
 *****************************************/

h2.input_title{
	background: none;
	padding:0;
	color:#333;
}

h2.input_nav,
h2.input_cation{
	font-size:150%;
	background: none repeat scroll 0 0 #FEFEFE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-bottom: 6px solid #4D9307;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	margin: 0 2px -1px 0;
	padding: 13px 10px 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFEFE),
		color-stop(1, #E8E8E8)
	);
	background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #E8E8E8 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #E8E8E8 100%);

}

h2.input_cation{
	text-align: center;
	padding: 20px 0;
	}

h2.input_cation span{
	background: url(/common2/images/ico4/ico_cation2.png) left center no-repeat;
	padding: 28px 10px 25px 50px;
	font-size: 120%;
	font-weight: bold;
	}

#invest_input1 #input_left{
	float: left;
	width: 510px;
}
#invest_input1 #input_right{
	float: right;
	width: 378px;
}

#invest_input1 #input_right h3{
	background: #55A307;
	font-weight:bold;
	color:#FFF;
	font-size: 150%;
	line-height:100%;
	padding: 13px 13px 10px 13px;
	}
#invest_input1 #input_right #input_amount_box{
	border: 1px solid #55A307;
	padding: 13px;
}

#input_amount{
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
}

#input_amount input{
	font-size: 250%;
	text-align: center;
	width: 4em;
	font-weight: bold;
	padding:5px;
}

#invest_input1 #input_right h4{
	background: none;
	font-size: 150%;
	color: #55A307;
	border: none;
	padding: 0;
}
.amount_unit{
	font-size: 120%;
	font-weight: bold;
}

#invest_input1 #input_right #totalPoolAmount{
	text-align: right;
	padding: 0 0 5px 0;
	font-size: 170%;
	font-weight: bold;
	border-bottom: 3px solid #55A307;
}

#invest_input1 #input_left #input_data_view{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	background: #fff;
}

#invest_input1 #input_left #input_data_view th{
	font-size: 120%;
	padding:7px;
	border-bottom: 1px dotted #ccc;
}

#invest_input1 #input_left #input_data_view td{
	padding:7px;
	text-align: right;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

#scriptError{
	color:red;
}

/* PDF ダウンロード */

#pdf_download_table{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border-top: 1px dotted #ccc;
	background: #fff;
}

#pdf_download_table th{
	width:100%;
	padding:13px 0 13px 45px;
	border-bottom: 1px dotted #ccc;
	background: url(/common2/images/ico4/ico_input_pdf.gif) 5px center no-repeat;
}

#pdf_download_table td{
	width:140px;
	padding:13px 5px 13px 0;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

.pdf_download_btn{
	display:block;
	width:140px;
	height:32px;
	background: url(/common2/images/btn4/btn_spread.png) -352px -393px no-repeat;
}

.pdf_download_btn:hover{
	background-position: -352px -432px
}

.pdf_download_commit{
	display:block;
	width:140px;
	height:32px;
	background: url(/common2/images/btn4/btn_spread.png) -499px -393px no-repeat;
	}

#pdf_check_area{
	margin:20px 0 0 0;
	padding:23px 100px;
	font-size: 120%;
	text-align: center;
	background: #EEE;
}

.isPdfOk img{
	vertical-align: middle;
}

.isPdfOk input{
	width: 25px;
	height: 25px;
}

#next_invest a{
	display:block;
	width:351px;
	height:59px;
	background: url(/common2/images/btn4/btn_spread.png) -424px -266px no-repeat;
}

#next_invest a:hover{
	background-position: -424px -330px

}

#commit_invest a{
	display:block;
	width:389px;
	height:59px;
	background: url(/common2/images/btn4/btn_spread.png) -394px -140px no-repeat;
}

#commit_invest a:hover{
	background-position:  -394px -203px
}


#back_fund a{
	display:block;
	width:159px;
	height:59px;
	background: url(/common2/images/btn4/btn_spread.png) 0 -265px no-repeat;
}

#back_fund a:hover{
	background-position: 0 -328px

}

#to_mymaneo{
	display:block;
	margin:20px auto;
	width:389px;
	height:59px;
	background: url(/common2/images/btn4/btn_spread.png) -788px -140px no-repeat;
}

#to_mymaneo:hover{
	background-position: -788px -203px

}

ul.button_w{
	text-align: center;
	margin: 30px auto;
}

ul.button_w li{
	display: inline-block;
	padding:0 5px;
}

.isError{
	color:red;
	font-size: 120%;
	background: #FFDDDD;
	padding:13px;
	text-align: center;
	margin: 10px 0;
	line-height: 140%;
}
/* 投資規制 */
.isError .fundRegulation,
.fundRegulationLink {
	font-size: 14px;
}
.fundRegulationLink {
	text-decoration: underline !important;
}
.fundRegulationLink:hover {
	text-decoration: none !important;
}
.fundRegulation .txL{
	display: inline-block;
}
.isErrorBox{
	color:red;
	padding:100px 100px;
	border: 1px solid #EEE;
	margin: 50px 20px;
	text-align: center;
	font-size: 140%;
}

.isAlert{
	color:#FF8000;
	font-size: 120%;
	background: #FFFFF6;
	padding:13px;
	text-align: center;
	margin-top: 10px;
	line-height: 160%;
	border: 5px solid #FF0000;
}
.alertFixed {
	position: fixed;
	top: 0;
	width: 1000px;
	z-index: 10;
}
.alertFixed .isAlert{
	margin-top: 0;
}
/* PDF ダウンロード */

#cation_table{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border-top: 1px dotted #ccc;
	background: #fff;
}

#cation_table th{
	width:3em;
	padding:13px;
	border-bottom: 1px dotted #ccc;
}

#cation_table td{
	padding:13px;
	border-bottom: 1px dotted #ccc;
}

.fw1{
	font-weight: bold;
	font-size: 120%;
}

#invest_rslt_area{
	background: #EEEEEE;
	padding:10px;
}
#invest_rslt_area p{
	color:#4C9206;
	font-size:140%;
	line-height:150%;
	font-weight:bold;
	background: none repeat scroll 0 0 #EEFEDE;
	border: solid #ccc;
	border-width:1px;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	padding: 13px 25px 10px;
	margin:0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FAFDF6),
		color-stop(1, #EEFEDE)
	);
	background-image: -o-linear-gradient(bottom, #FAFDF6 0%, #EEFEDE 100%);
	background-image: -moz-linear-gradient(bottom, #FAFDF6 0%, #EEFEDE 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFDF6 0%, #EEFEDE 100%);
	background-image: -ms-linear-gradient(bottom, #FAFDF6 0%, #EEFEDE 100%);
	background-image: linear-gradient(to bottom, #FAFDF6 0%, #EEFEDE 100%);
	}

#invest_rslt_area p.isError{
	color:red;
	font-size:140%;
	line-height:150%;
	font-weight:bold;
	background: none repeat scroll 0 0 #FEDEDF;
	border: solid #ccc;
	border-width:1px;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	padding: 13px 25px 10px;
	margin:0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FDF7F8),
		color-stop(1, #FEDEDF)
	);
	background-image: -o-linear-gradient(bottom, #FDF7F8 0%, #FEDEDF 100%);
	background-image: -moz-linear-gradient(bottom, #FDF7F8 0%, #FEDEDF 100%);
	background-image: -webkit-linear-gradient(bottom, #FDF7F8 0%, #FEDEDF 100%);
	background-image: -ms-linear-gradient(bottom, #FDF7F8 0%, #FEDEDF 100%);
	background-image: linear-gradient(to bottom, #FDF7F8 0%, #FEDEDF 100%);
	text-align: left;
	}
p.rslt_error_msg{
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #EEE;
	color:red;
}

#invest_detail th.funding_amount,
#invest_detail td.funding_amount {
	color:#55a307;
	font-size: 200%;
}


/* ファンド担当者 */

.fundOfficerListItem li {
	border-bottom: 3px solid #D4E8C1;
	padding-bottom: 25px;
	margin-top: 25px;

}


.fundOfficerListItem li.listOdd .officer_area {
	background-color: #F9FCF8;
}


.fundOfficerListItem li.listEven .officer_area {
	background-color: #FDFDFD;
}

.fundOfficerListItem li .officer_area {
	padding: 12px;

}

.officer_area .thumb {
	float: left;
	width: 100px;
	margin-right: 24px;
}

.officer_area .explain {
	float: left;
	width: 840px;
}

.officer_area .explain h3 {
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

.officer_area .explain .url a {
	font-size: 14px;
}

.officer_area .explain .manager_name + .url {
	margin-left: 40px;
}
.officer_area .explain .title {
	margin-bottom: 12px;
}

.officer_area .explain .url:before {
	font-size: 21px;
	vertical-align: middle;
	color: #73BF00;
}

.officer_area .explain .detail div {
	float: left;
	margin-right: 20px;
	font-size:25px;
	text-align: right;
}

.officer_area .explain .detail div h4 {
	font-size: 14px;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}

.officer_area .explain .detail div span {
	font-size:40px;
}

.officer_area .explain .detail div.count {
	width: 135px;
	padding:8px;
	background-color: #F6F6F6;
}

.officer_area .explain .detail div.total {
	width: 200px;
	padding:8px;
	background-color: #F6F6F6;
}

.officer_area .explain .detail div.message {
	width: 423px;
	font-size: 14px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin-right: 0px;
}

/************************
 * ローンの状態を表すアイコン
 ************************/
.status_icons span{
	padding: 2px 2px 0px;
	white-space: nowrap;
	text-align: center;
	height: auto;
	display: inline;
}

.ico_loan1{
	background:#99CC00;
	color:#FFF;
}
.ico_loan3{
	background:#66CC00;
	color:#FFF;
}
.ico_loan7{
	background:#FF9900;
	color:#FFF;
}
.ico_loan15{
	background:#FF6666;
	color:#FFF;
}
.ico_loan19{
	background:#CCC;
	color:#FFF;
}
.ico_loan20{
	background:#3F8CA5;
	color:#FFF;
}
.ico_loanPrepayment{
	background:#7030a0;
	color:#FFF;
}
/* 会員ステータスに関するファンドの注意文 */
.fundStatusAttention {
	border-bottom: 1px solid #55A307;
	padding-bottom: 12px;
	position: relative;
	height: 51px;
}
.fundStatusAttention ul {
	display: flex;
	justify-content: left;
	width: 720px;
	position:absolute;
	top: 34px;
}
.fundStatusAttention ul .lenderIcon {
	padding-left: 37px;
	position: relative;
}
.fundStatusAttention ul .lenderIcon:before {
	content: "";
	display: block;
	background-image: url("/common2/images/ico4/ico_status_set.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	width: 33px;
	height: 24px;
	margin-top: -14px;
}
.fundStatusAttention ul li + li {
	margin-left: 10px;
}
.fundStatusAttention ul .diamond:before {
	background-position: 0 0;
}
.fundStatusAttention ul .diamond:after,
.fundStatusAttention ul .platinum:after,
.fundStatusAttention ul .gold:after,
.fundStatusAttention ul .bronze:after,
.fundStatusAttention ul .regular:after {
	content: "|";
	padding-left: 10px;
}
.fundStatusAttention ul .platinum:before {
	background-position: -33px 0;
}
.fundStatusAttention ul .gold:before {
	background-position: -66px 0;
}
.fundStatusAttention ul .bronze:before {
	background-position: -98px 0;
}
.fundStatusAttention ul .regular:before {
	background-position: -132px 0;
}
.fundStatusLink {
	position: relative;
	padding-left: 12px;
}
.fundStatusLink:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #328e37;
	margin-top: -6px;
}
.newLenderBnr {
	width: 271px;
	height: 52px;
	background: url(/common2/images/bnr/bnr_funding.png) 0px 0px no-repeat;
	display: block;
	position: absolute;
	right: 0;
}

/* ファンドタイトルにステータスアイコン追加 */
/* 表形式時 */
.fundStatusIcon {
	background-image: url("/common2/images/ico4/ico_status_set.png");
	background-repeat: no-repeat;
	width: 33px;
	height: 24px;
	display: inline-block;
	vertical-align: bottom;
}
.fundStatusIcon.diamond {
	background-position: 0 0;
}
.fundStatusIcon.platinum {
	background-position: -33px 0;
}
.fundStatusIcon.gold {
	background-position: -66px 0;
}
.fundStatusIcon.bronze {
	background-position: -99px 0;
}
.fundStatusIcon.regular {
	background-position: -132px 0;
}
.fundStatusIcon.none {
	width: 0;
	height: 0;
	}

/* 通常表示時 */
/* アイコン数:1 */
.list_status_custom_r,
.list_status_custom_b,
.list_status_custom_g,
.list_status_custom_p,
.list_status_custom_d,
.list_status_custom_rb,
.list_status_custom_bg,
.list_status_custom_gp,
.list_status_custom_pd,
.list_status_custom_rbg,
.list_status_custom_bgp,
.list_status_custom_gpd,
.list_status_custom_rbgp,
.list_status_custom_bgpd {
	background-image: url(/common2/images/ico4/ico_status_set_list.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 27px;
	display: inline-block;
}
.list_status_custom_r {
	background-position: 0 0;
}
.list_status_custom_b {
	background-position: -15px -112px;
}
.list_status_custom_g {
	background-position: -45px -226px;
}
.list_status_custom_p {
	background-position: -70px -315px;
}
.list_status_custom_d {
	background-position: -95px -376px;
	height: 29px;
}
/* アイコン数:2 */
.list_status_custom_rb {
	background-position: 0 -27px;
}
.list_status_custom_bg {
	background-position: -15px -138px;
}
.list_status_custom_gp {
	background-position: -45px -256px;
}
.list_status_custom_pd {
	background-position: -75px -346px;
}
/* アイコン数:3 */
.list_status_custom_rbg {
	background-position: 0 -55px;
}
.list_status_custom_bgp {
	background-position: -15px -168px;
}
.list_status_custom_gpd {
	background-position: -45px -286px;
	height: 28px;
}
/* アイコン数:4 */
.list_status_custom_rbgp {
	background-position: 0px -84px;
}
.list_status_custom_bgpd {
	background-position: -19px -197px;
	height: 29px;
}
/* アイコン数:5 非表示 */
.list_status_custom_rbgpd {
	display: none;
}

/* 表形式時 */
/* アイコン数:1 */
#list_status_table .list_status_custom_r,
#list_status_table .list_status_custom_b,
#list_status_table .list_status_custom_g,
#list_status_table .list_status_custom_p,
#list_status_table .list_status_custom_d,
#list_status_table .list_status_custom_rb,
#list_status_table .list_status_custom_bg,
#list_status_table .list_status_custom_gp,
#list_status_table .list_status_custom_pd,
#list_status_table .list_status_custom_rbg,
#list_status_table .list_status_custom_bgp,
#list_status_table .list_status_custom_gpd,
#list_status_table .list_status_custom_rbgp,
#list_status_table .list_status_custom_bgpd {
	background-image: url(/common2/images/ico4/ico_status_set_list_table.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 21px;
	display: inline-block;
}
#list_status_table .list_status_custom_r {
	background-position: 0 0;
}
#list_status_table .list_status_custom_b {
	background-position: -29px -90px;
}
#list_status_table .list_status_custom_g {
	background-position: -58px -182px;
}
#list_status_table .list_status_custom_p {
	background-position: -87px -251px;
}
#list_status_table .list_status_custom_d {
	background-position: -116px -296px;
}
/* アイコン数:2 */
#list_status_table .list_status_custom_rb {
	background-position: 0 -22px;
}
#list_status_table .list_status_custom_bg {
	background-position: -29px -113px;
}
#list_status_table .list_status_custom_gp {
	background-position: -58px -205px;
}
#list_status_table .list_status_custom_pd {
	background-position: -87px -273px;
}
/* アイコン数:3 */
#list_status_table .list_status_custom_rbg {
	background-position: 0 -45px;
}
#list_status_table .list_status_custom_bgp {
	background-position: -29px -136px;
}
#list_status_table .list_status_custom_gpd {
	background-position: -58px -228px;
}
/* アイコン数:4 */
#list_status_table .list_status_custom_rbgp {
	background-position: 0px -67px;
}
#list_status_table .list_status_custom_bgpd {
	background-position: -29px -159px;
}
/* アイコン数:5 非表示 */
#list_status_table .list_status_custom_rbgpd {
	display: none;
}