@charset "UTF-8";

/* layout  ------------------------------*/
body {
	position: relative;
	/*
	font-family: "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-family: "游明朝", "YuMincho", serif;
	font-family: "游ゴシック", "YuGothic", sans-serif;
	*/
	font-family: Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
	color:#000;
	text-align: center;
	margin: 0;
}

#container {
	width:1050px;
	margin:0 auto;
	text-align:left;
}
#header,#footer,.header_sub_menu,.tab li,.btn,.b_submit input{
	/*font-family: "游明朝", "YuMincho", serif;*/
	line-height:1rem;
}
h1,h2,h3,h4,.serif,#side,.en{
	/*font-family: "游明朝", "YuMincho", serif;*/
	font-weight: bold;
	line-height: 1.5rem;
}


/* header  ------------------------------*/
#header {
	margin-bottom:1rem;
}

#header h1{
	float:left;
	margin-right:2rem;
}
#header a{
	color:#000;
	text-decoration:none;
}

#header .snavi {
	margin-bottom:0.5rem;
}
#header .snavi ul{
	float:right;
	font-size:0.8rem;
}
#header .snavi li{
	float:left;
	margin-left:10px;
}
#header .snavi li a{
	display:block;
	padding:0.5rem 1rem;
}
#header .snavi li.l a{
	color:#FFF;
	border-bottom:1px solid #c9c9c9;
	background:#c9c9c9 0.5rem center no-repeat;
}
#header .snavi li.logout a{
	padding-left:2.5rem;
	background-image: url(../images/i_logout.png);
}
#header .snavi li.l a:hover{
	background-color: #999;
}
#header .storecart{
	position: relative;
	color:#0168b7;
	background: url(../images/store/i_cart.png) right center no-repeat;
}
#header li.storecart a{
	padding-right:35px;
}

#header li.storecart span{
	position: absolute;
	top:0; right:-1.4rem;
	color:#FFF;
	font-size:0.7rem;
	padding: 0.2rem 0.5rem;
	background-color:#0168b7;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
}	

	
	
#header .snavi li.e a{
	color:#FFF;
	background-color:#0168b7;
	border-bottom:1px solid #0168b7;
}
#header .snavi li.m a{
	border:1px solid #EEE;
	border-top:none;
	padding:0.5rem 1rem;
}

#header form{
	float:right;
	padding:0.3em;
	border:1px solid #cce1f2;
}
#header form input{
	border:none;
	vertical-align: middle;
}
#header form input.b_search{
	font-size:0;
	width:20px;
	height:20px;
	background: url(../images/b_search_bg.png) -20px 0 no-repeat;
}
#header form input.b_search:hover{
	cursor: pointer;
}

a#fsearch {
	float: right;
	color:#0168b7;
	margin-right:0.5em;
	background: #FFFFFF url(../images/i_search.png) 0.5em center no-repeat;
	border: 1px solid #0168b7;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
}
/* gnavi  ------------------------------*//*
#gnavi li{
	float:left;
	font-size:1.1rem;
}
#gnavi li a{
	display:block;
	padding:0.5rem 1rem;
	margin:0 0.5rem;
	border-bottom:2px solid #FFF;
}
#gnavi li.on a,
#gnavi li a:hover{
	color:#0168b7;
	border-bottom:2px solid #0168b7;
}*/



.header_sub_menu{
	font-size:0.9rem;
	padding:0.3rem 1.5rem;
	margin-top: 2rem;
}

.header_sub_menu > dd {
	background-color:#f5f5f5;
	padding:1rem 1.5rem;
}

.header_sub_menu li{
	float:left;
	margin-right:2.0rem;
	background: url(../images/i_area_search_bg.gif) bottom left repeat-x;
}
.header_sub_menu li a{
	color:#000;
	display:block;
	padding:0.3rem 0.5rem;
	margin-bottom:2px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
}


.header_sub_menu li.on a,
.header_sub_menu li a:hover{
	color:#0168b7;
	background-color:#fdfdfd;
}


/* main  ------------------------------*/

#main {
	padding:1rem 0;
}

#main .inner{
	padding:1rem;
}

/* Link  ------------------------------*/
#main a{
	color:#0168b7;
	text-decoration: none;
}
#main a:hover{
	text-decoration: underline;
}

/* Button  ------------------------------*/

#main .btn{
	display: inline-block;
	white-space: nowrap;
	font-size:0.9rem;
	text-decoration: none;
	color:#FFF;
	background: #0168b7;
	padding: 0.5rem 1rem;
	border:1px solid #e1e1e1;
}
#main .btn{
	display: inline-block;
	white-space: nowrap;
	font-size:0.9rem;
	text-decoration: none;
	color:#FFF;
	background: #0168b7;
	padding: 0.5rem 1rem;
	border:1px solid #e1e1e1;
}

#main .btn.small {
	font-size:0.8rem;
	line-height:0.8rem;
	padding:5px 10px;
}

#main .btn.blue{
	color:#FFF;
	background-color:#0168b7;
}
#main .btn.orange{
	color:#FFF;
	background-color:#f18e19;
}
#main .btn.green {
	color:#FFF;
	background-color:#77bc01;
}
#main .btn.red {
	color:#FFF;
    background-color: #C00;
}
.b_submit input.gray,
#main .btn.gray {
	color:#000;
    background-color: #EEE;
    cursor: pointer;
    -webkit-transition: all 0.07s linear;
    -o-transition: all 0.07s linear;
    transition: all 0.07s linear;
}
.b_submit input.gray:hover,
#main .btn.gray:hover {
	background-color: #e3e3e3;
}


#main .btn.border{
	color:#0168b7;
	background: #FFF;
	border-color: #0168b7;
}
#main .btn.border.orange{
	color:#f18e19;
	border-color: #f18e19;
}
#main .btn.border.green{
	color:#77bc01;
	border-color: #77bc01;
}
#main .btn.border.red{
	color:#C00;
	border-color: #C00;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	cursor: pointer;	
}


/* Footer  ------------------------------*/
#footer {
	font-size:0.9rem;
	padding:1rem 0;
	background-color:#f5f5f5;
}
#footer a{
	color:#000;
}
#footer .inner{
	width:1050px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#footer dl{
	float:left;
	margin-right:160px;
}
#footer dl:last-child{
	float:right;
	margin-right:0;

}
#footer dt{
	padding:0.3rem 0;
	border-bottom:1px solid #CCC;
}
#footer dd{
	padding:1rem 0;
	padding-right:30px;
	border-top:1px solid #FFF;
}
#footer dd li{
	font-size:0.8rem;
}


#footer dd li a{
	display:block;
	padding:0.4rem 0;
}

#footer dl:last-child li a{


}
#footer .t { background: url(../images/footer/i_f_twitter.png) left center no-repeat; }
#footer .f { background: url(../images/footer/i_f_facebook.png) left center no-repeat; }
#footer .y { background: url(../images/footer/i_f_youtube.png) left center no-repeat; }

#footer .sns {
    float: right;
	margin-top:-1rem;
}
#footer .sns li {
	float:left;
	padding-left: 1rem;
}

#footer .snavi {
	margin:1rem 0;
}

#footer .snavi li {
	font-size:0.7rem;
	float:left;
	border-left: 2px #b8b8b8 solid;
}
#footer .snavi li:last-child{
	border-right: 2px #b8b8b8 solid;
}

#footer .snavi li a{
	display:block;
	padding:0 1rem;
}

#considerations{
	font-size:0.7rem;
	margin-bottom: 1rem;
}

#copyright{
	font-size:0.7rem;
}

#footer hr{
	display:block;
	border:none;
	height:1px;
	background:#e1e1e1;

}

#footer a:link,
#footer a:visited,
#footer a:active{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#pagetop{
	font-size:0.5em;
	line-height:1em;
	position: fixed;
	bottom: 10px;
	right: 10px;
	color:#FFF;
	padding:1em;
	text-decoration:none;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
}
#pagetop:hover{
	background-color: rgba(0, 0, 0, 0.5);
}

/* Side  ------------------------------*/
#side{
	width: 250px;
	float: right;
}
#side dl{
	padding: 1rem;
	border: 1px solid #EEE;
	margin-bottom: 1rem;
}
#side dt{
	color:#0168b7;
	padding-bottom:1rem;
}
#side dd{
	font-size: 0.9rem;
}
#side .item a{
	color:#000;
}
#main .item a:hover,
#side .item a:hover{
	text-decoration: none;
}
#side li a{
	color:#000;
	display:block;
	text-decoration:none;
	padding:0.2rem 0;
}
#side li a:hover{
	text-decoration: underline;
}
#side img{
	display:block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#side dl.item{
	width:100%;
	padding:0;
	margin-right:0;
}
#side dl.item dt{
	padding:0;
}
#side a .item{
	color:#000;
}


/* Form  ------------------------------*/
#main form small{
	line-height:1rem;
}
#main form label{
	margin-right:1rem;
}
#main form label input{
	margin:0 0.5rem;
}
#main form label.block{
	display: block;
	margin: 0 0 5px 0 ;
	padding:1rem 0.5rem;
	border: 1px solid #EEE;		
}

#main form.inline-block{
	display: inline-block;
}

#main form select,
#main form input[type="text"],
#main form input[type="password"],
#main form textarea
 {
	background-color:#fcfcfc;
	border:1px solid #ccc;
	padding:0.5rem;
	margin:0 0.5rem;
}

form .sizeAuto{ width:100%;}
form .sizeLL{ width:32rem; height:6rem; }
form .sizeL{ width:23rem; }
form .sizeM{ width:14rem; }
form .sizeS{ width:4rem; }

form select.sizeL{ width:23.5rem; }
form select.sizeM{ width:14.5rem; }
form select.sizeS{ width:4.5rem; }



.b_submit{
	text-align: center;
	padding:1rem 0;	
}

.b_submit input{
	padding:0.5rem 1rem;
	color:#FFF;
	line-height: 1rem;
	background: #f18e19;
	border:1px solid #e1e1e1;
	-webkit-transition: all 0.07s linear;
	-o-transition: all 0.07s linear;
	transition: all 0.07s linear;
}
.b_submit input:hover {
	background-color: #efa247;
}

.b_submit.nobackground input{
	padding:0.5rem 1rem;
	color:#0168b7;
	line-height: 1rem;
	background: none;
	border:1px solid #e1e1e1;
	border-color: #0168b7;
}


#main .b_submit .btn{
	display:inline-block;
	font-size: 1rem;
	line-height:1rem;
	padding:0.5rem 1rem;
}

#main select.large,
.btn.large{
	font-size:1rem;
	line-height: 1rem;
	padding: 0.5rem 1rem;
} 

.overflow{
	width:100%;
	height: 215px;
	overflow: auto;
/*//	padding: 2rem 0;*/
	border-top: 2px solid #EEE;
	border-left: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
}

.agree{
	text-align:center;
	font-weight:bold;
	padding:2rem 0;
	background-color: #f5f5f5;
}


/* AreaSearch  ------------------------------*/
#main .area_search a{
	color:#000;
}
.area_search{
	font-size:0.9rem;
	background-color:#f5f5f5;
	margin-bottom:1rem;	
}
.area_search dt{
	float:left;
}
.area_search dt span{
	display:block;
	color:#FFF;
	font-size:0.7rem;
	padding:0.3rem 0.5rem;
	margin:0.5rem 0.5rem 0 0.5rem;
	background-color:#cfcfcf;
}

.area_search dd{
	padding:0.5rem;
}
	
.area_search li{
	float:left;
	margin-left:1rem;
}
.area_search li a{
	display:block;
	padding:0.2rem 0;
	text-decoration:none;
	background: url(../images/i_area_search_bg.gif) bottom left repeat-x;
}




/* NEWS  ------------------------------*/

div.news{
	margin:1rem 0;
	font-size:0.9rem;
}

.news dl{
	float:left;	
	width:338px;
	margin:0 17px 10px 0;
}
.news dl:nth-of-type(3n){
	margin-right:0;
}
.news dt{
	border-top:2px solid #CCC;
	padding:0.5rem 0;
}
.news dt span.t{
	display:inline-block;
	font-size:0.8rem;
	padding:0.2rem 0.5rem;
}


.news .red dt { border-color:#F00; color:#F00; }
.news .blue dt { border-color:#0068b7; color:#0068b7; }
.news .green dt { border-color:#77bc01; color:#77bc01; }
.news .orange dt { border-color:#ff6e0c; color:#ff6e0c; }
.news .brown dt { border-color:#ae7439; color:#ae7439; }
.news .purple dt { border-color:#6633cc; color:#6633cc; }

/*
.news .red dt span.t{ background-color:#FCC; }
.news .blue dt span.t{ background-color:#cce1f1; }
.news .green dt span.t{ background-color:#e4f2d8; }
.news .orange dt span.t{ background-color:#fce8d1; }
.news .brown dt span.t{ background-color:#e4d1be; }
.news .purple dt span.t{ background-color:#e0d6f5; }
*/
#main .news dd a{
	color:#000;
	text-decoration:none;
	display:block;
	line-height:1.2rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #EEE;
}
.news dd a:hover{
	background-color: #F9F9F9;
}
.news dd a span{
	padding-left:0.5rem;
}
.news dd a img{
	float:left;
	margin:0 0.5rem 0.5rem 0;
	height:40px;
	width: auto;
}


/* BOX  ------------------------------*/
#main div.border{
	padding:1rem;
	margin:1rem 0;
	border:1px solid #e7e7e7;	
}
#main div.dashed{
	padding:1rem;
	margin:1rem 0;
	border:1px dashed #CDCDCD;
}


#main div.border p:last-child{
	margin-bottom: 0;
}
#main div.border.blue{
	border-color: #0080d4;
}
#main div.border.orange{
	border-color: #f18e19;
}
#main div.border.green{
	border-color: #77bc01;
}
#main div.border.red{
	border-color: #C00;
}

#main div.border p:last-child,
#main div.border ul:last-child,
#main div.border ol:last-child{
	margin-bottom: 0;	
}

/* Table  ------------------------------*/
table{
	width: 100%;
	margin-bottom:1rem;
}
table.margin_bottom_3{
	margin-bottom:3rem;
}
thead{
	background-color:#f5f5f5;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
thead th{
	font-weight: bold;
}
tbody{
	border-bottom:1px solid #eaeaea;
}
tbody th,
tbody td{
	/*vertical-align:top;*/
	border-top:1px dotted #eaeaea;
}
th,td{
	font-size:0.9rem;
	padding:0.3rem 1rem;
}
th.bg,
td.bg{
	background-color:#f5f5f5;
}
	
	.total tbody tr:last-child th,
	.total tbody tr:last-child td{
		font-weight:bold;
		border-top:1px solid #e1e1e1;
	}

	
	#main td p{
		margin-bottom:0.5rem;
	}

td p:last-child,
td ul:last-child{
		margin-bottom:0;
}

form th,
form td{
	padding:0.5rem 1rem;
	border:1px solid #ddd;
}
form th,
form th.bg{
	font-weight:bold;
	color:#333;
	background-color:#fafafa;
}
form th small{
	font-weight:normal;
}
/*
form tr > th:FIRST-CHILD{
	background-color:#fafafa; 
}
*/


form td{
	padding:0.5rem;
}


/* Font  ------------------------------*/
h2,
h3,
h4{
    clear: both;
	margin-bottom:1rem;
}
h2{
	font-size:1.5rem;
	padding-bottom:10px;
	border-bottom:1px solid #eaeaea;	
}
h2 em{
	padding:0 1rem 4px 1rem;
	border-bottom:2px solid #0168b7;	
}
h3{
	font-size:1.2rem;
	margin:1rem 0;
}
h4{
	font-size:1.1rem;
	margin:0.5rem 0;
}

.small{
	font-size:0.8rem;
	line-height: 1.3rem;
}

.big{
	font-size:1.1rem;
}

.bold{
	font-weight: bold;
}

/* Color  ------------------------------*/

.red{ color:#C00;}
.blue{ color:#0080d4; }
.green{ color:#78bc02; }
.orange  {color:#ff6e0c; }
.brown   {color:#ae7439; }
.purple { color:#6633cc; }


@-webkit-keyframes pulse {
	from { opacity: 1.0; }
	to { opacity: 0.75; }
}

.success_msg{
	text-align: center;
	font-size: 0.8rem;
	color: #FFF;
	background-color: #1C8CF0;
	margin: 0.5rem;
	padding: 0.2rem 1rem;
	/* -webkit-animation-name: pulse;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s; */
}

.error_msg{
	text-align:center;
	font-size:0.8rem;
	color: #FFF;
	background-color: #C00;
	margin: 0.5rem;
	padding: 0.2rem 1rem;
	
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
}
/* Align  ------------------------------*/
#main .left{
	text-align:left;
}
#main .center{
	text-align:center;
}
#main .right{
	text-align:right;
}
#main .right-button{
	text-align:right;
	margin-right:80px;
}
#main .fleft{
	float: left;
}
#main .fright{
	float: right;
}



/* DL Accordion  ------------------------------*/
.accordion > dt{
	cursor:pointer;
	position:relative;
	padding:1rem 3rem 1rem 1rem;
	border-top: 2px solid #fbfbfb;
	border-bottom: 1px solid #e1e1e1;	
	background: url(/images/i_accordion_dt_down.png) right center no-repeat;
}
.accordion > dt.open{
	background-image: url(/images/i_accordion_dt_up.png);
	
}


.accordion > dt small{
	float: right;
	margin-left: 2em;
}
.accordion > dd{
	padding:1rem;
	display: none;
}
.accordion > dt:hover{
	background-color:#fafafa; 
}



.accordion.gray > dt{
	padding:0.5rem 1rem;
	background:#f5f5f5 url(/images/i_accordion_dt_down.png) right center no-repeat;
}
.accordion.open > dt{
	background-image: url(/images/i_accordion_dt_up.png);
}
.accordion.open > dd{
	display: block;
}
/* Ul  ------------------------------*/
ul.disc {
	margin-left:2rem;
	list-style: disc outside;
}
ul.disc li{
	margin-bottom: 0.25rem;
}
ul.attention {
	margin-left: 1em;
	margin-bottom: 1rem;
}
ul.attention li{
	text-indent: -1em;
	margin-bottom: 0.1rem;
}


ul.mark_blue li{
	padding-left:1rem;
	margin-bottom:0.5rem;
	background: url(../images/li_bg.gif) left 0.5em no-repeat;
}

ol.decimal{
	margin:0 0 1rem 2rem;
	list-style: decimal outside;
}
ol.decimal li{
	margin-bottom: 0.5rem;	
}
ol.decimal .decimal {
	margin-top: 0.5rem;	
}


/* Pagelink  ------------------------------*/

.pagelink{
	margin: 1rem 0;	
	font-size: 0.9rem;
}
#fundSearchResults > .pagelink:nth-of-type(1) {
	margin-top: -1rem;
}
.pagelink a{
	color:#000 !important;
	display:inline-block;
	padding:0.1em 0.5rem;
	text-align:center;
	text-decoration: none;
}

.pagelink a.on{
	color:#FFF !important;
	background-color: #f18e19;
}


/* Label  ------------------------------*/
.label{
	display:inline-block;
	font-size:0.7rem;
	line-height:1rem;
	padding:0.2rem 0.5rem 0rem 0.5rem;
	border: 1px solid #e0e2e1;
	vertical-align: middle;
}
.label.blue   { background-color:#0168b7; color:#FFF; }
.label.green  { background-color:#78bc02; color:#FFF; }
.label.orange { background-color:#f18e19; color:#FFF; }
.label.red    { background-color:#FF0000; color:#FFF;}
.label.brown  { background-color:#ae7439; color:#FFF;}
.label.purple { background-color:#6633cc; color:#FFF;}


hr{
	display: block;
	margin:1rem 0;
	height: 1px;
	background: #EEE;
	border: none;
	clear: both;
}
.label.date{
	padding: 0;
	border: none;
}
.label.cat{
	padding: 0;
	border: none;
	margin-right: 0.5rem;
}

iframe.iform{
	min-height:400px;
	width: 100%;
	height:auto;
	margin:1em 0;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.photo .fundimg,
.photo .ecimg{
	min-height:270px;
	margin-bottom: 0.5em;
	background: url(../images/fundimg_bg.png)  center center no-repeat;
}
.item > dt.noimg{
	background:#CCC url(../images/fundimg_bg.png)  center center no-repeat;
}
.col3 .item > dt.noimg{
	/*
	background-color:#77bc01;
	*/
	height: 164px;
}


/* Status  ------------------------------*/
/*
2 => '受付中',
3 => '受付終了',
4 => '運用中',
15 => '運用終了'
5 => '償還済'
*/
.status{
	position: absolute;
	display:inline-block;
	font-size:10px;
	white-space: nowrap;
	line-height:1em;
	padding:0.5em 1em;
	vertical-align:middle;
	//margin:0.2rem 0 0 0.2rem;;
	float:right;
	/*
	font-family: "游明朝", "YuMincho", serif;
	*/
}
.status.type2{ background-color:#0168b7; color:#FFF; }
.status.type3{ background-color:#f18e19; color:#FFF; }
.status.type4{ background-color:#78bc02; color:#FFF; }
.status.type15{ background-color:#6633cc; color:#FFF; }
.status.type5{ background-color:#666; color:#FFF; }
.status.type1{ background-color:#6633cc; color:#FFF; }

/* Badge  ------------------------------*/
/*
1 => '新着',
2 => '人気',
3 => '締切間近',
4 => '売切間近'
*/
.badge_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    overflow: hidden;
  }

.badge {
	display: inline-block;
	position: absolute;
	left: -58px;
	top: 10px;
	width: 160px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	background: #39c3d4;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.badge.type1{ background-color:#0168b7; color:#FFF; }
.badge.type2{ background-color:#6633cc; color:#FFF; }
.badge.type3{ background-color:#78bc02; color:#FFF; }
.badge.type4{ background-color:#f18e19; color:#FFF; }

/* 出資者コメント関連 */
.partner-reply {
	padding:0 0 0 10px; 
	border-left: 4px solid #bbb
}

.partner-reply-icon {
	width: 60px;
	aspect-ratio: 1/1;
	border-radius: 50%; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}