/* Enter Your Custom CSS Here */
/* investment archive
------------------------------------------------------*/
.inv-arc h3 {
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
	border-left: 3px solid #666;
	margin: 0px 0px 15px;
	padding: 7px 0px 7px 10px;
	color: #666;
	font-weight: normal;
}
#inv-list li {
	margin-bottom: 20px;
	background-color: #fff;
	/* box-shadow */
	box-shadow:0px 1px 4px 1px rgba(176,176,176,0.46);
	-moz-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.46);
	-webkit-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.46);
}
/*#inv-list li:hover {
	border: 2px solid #ED7C3D;
}*/
#inv-list .ttl {
	padding: 15px 15px 13px 38px;
	border-bottom: 1px solid #FFF1CE;
	font-weight: bold;
	font-size: 16px;
	background-image: url("../../../common/img/contact/scom_lm.gif");
	background-repeat: no-repeat;
	background-position: 15px 19px;
	background-color: #FCF2DB;
}
#inv-list .box-body {
	padding: 10px 15px 15px 15px;
	overflow: hidden;
}
#inv-list .point {
	padding: 5px 0px;
	margin-bottom: 10px;
}
#inv-list .point span {
	margin-right: 5px;
	font-weight: bold;
	color: #ED7C3D;
}
#inv-list .img {
	width: auto;
	float: left;
}
#inv-list .data-area {
	padding-top: 3px;
	width: 478px;
	float: right;
}
#inv-list .tbl01 {
	margin-bottom: 10px;
	font-weight: bold;
}
#inv-list .tbl01 th {
	font-weight: bold;
	padding-right: 10px;
	font-size: 18px;
}
#inv-list .tbl01 td {
	padding-right: 30px;
	color: #FF2727;
	font-weight: bold;
	font-size: 18px;
}
#inv-list .tbl02 th {
	padding-right: 1em;
	font-weight: bold;
}
#inv-list .btn-area form {
	display: inline-block;
}
#inv-list .btn-area form button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7a14), color-stop(1, #ff902e));
	background:-moz-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-webkit-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-o-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-ms-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:linear-gradient(to bottom, #ff7a14 5%, #ff902e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a14', endColorstr='#ff902e',GradientType=0);

}
.btn-area {
	margin: 0 15px;
	border-top: 1px solid #eee;
	padding: 15px 0px 17px 0px;
	overflow: hidden;
	text-align: right;
}
.myButton {
	display: inline-block;
	-moz-box-shadow: 0px 3px 0px 0px #ff7a14;
	-webkit-box-shadow: 0px 3px 0px 0px #ff7a14;
	box-shadow: 0px 3px 0px 0px #ff7a14;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7a14), color-stop(1, #ff902e));
	background:-moz-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-webkit-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-o-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-ms-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:linear-gradient(to bottom, #ff7a14 5%, #ff902e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a14', endColorstr='#ff902e',GradientType=0);
	background-color:#ff7a14;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ff8629;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-size:15px;
	padding:9px 30px 7px 30px;
	text-decoration:none;
	-webkit-transition: border 0.1s linear;
}
.myButton:hover {
	background-color:#ff902e;
	border:1px solid #ff6929;
	box-shadow: 0px 3px 0px 0px #ff8029;
	-webkit-transition: border 0.5s linear;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton2 {
	margin-right: 10px;
	display: inline-block;
	-moz-box-shadow: 0px 3px 0px 0px #89c238;
	-webkit-box-shadow: 0px 3px 0px 0px #89c238;
	box-shadow: 0px 3px 0px 0px #89c238;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8cc246), color-stop(1, #a4d150));
	background:-moz-linear-gradient(top, #8cc246 5%, #a4d150 100%);
	background:-webkit-linear-gradient(top, #8cc246 5%, #a4d150 100%);
	background:-o-linear-gradient(top, #8cc246 5%, #a4d150 100%);
	background:-ms-linear-gradient(top, #8cc246 5%, #a4d150 100%);
	background:linear-gradient(to bottom, #8cc246 5%, #a4d150 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc246', endColorstr='#A8CF53',GradientType=0);
	background-color:#8cc246;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #90cc35;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-size:15px;
	padding:9px 30px 7px 30px;
	text-decoration:none;
	-webkit-transition: border 0.1s linear;
}
.myButton2:hover {
	background-color:#A8CF53;
	border:1px solid #90aa35;
	-webkit-transition: border 0.5s linear;
}
.myButton2:active {
	position:relative;
	top:1px;
}

/* investment single-author
-----------------------------------------------------*/
.inv-sin h3 {
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
	border-left: 3px solid #666;
	margin: 0px 0px 15px;
	padding: 7px 0px 7px 10px;
	color: #666;
	font-weight: normal;
}
.inv-sin h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}
#thumb-h {
	margin-bottom: 30px;
}
.inv-sin .comment {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #FCF2DB;
	/* box-shadow */
	box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-moz-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-webkit-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);

}
#detail-tbl {
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #ddd;

}
#detail-tbl th {
	padding: 13px;
	color: #fff;
	background-color: #87BB43;
	border: 1px solid #fff;
	vertical-align: middle;
	font-weight: bold;
}
#detail-tbl td {
	padding:13px;
	border: 1px solid #ddd;
	vertical-align: middle;;
}
#detail-tbl td .red {
	color: #FF2727;
	font-size: 20px;
	font-weight: bold;
}
.inv-sin .btn-area {
	border-top: none;
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
}
.inv-sin .myButton {
	padding-top: 14px;
	padding-bottom: 10px;
	width: 350px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.inv-sin .myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7a14), color-stop(1, #ff902e));
	background:-moz-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-webkit-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-o-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:-ms-linear-gradient(top, #ff7a14 5%, #ff902e 100%);
	background:linear-gradient(to bottom, #ff7a14 5%, #ff902e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a14', endColorstr='#ff902e',GradientType=0);
}



/*201612　投資追加に伴って*/

#top_fbox #content .grid-content li {
    display: block;
    width: 150px;
    /* height: 260px; */
    font-size: 86%;
    line-height: 1.4;
    float: left;
    list-style-type: none;
    outline: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 25px;
    margin: 0 8px 8px 0;
    background-color: #fff;
}

.center{text-align: center;
    margin-top: 20px;
    margin-bottom:50px;}

#article101 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 222px;
    padding-bottom: 8px;
    background-image: url(/common/img/invest/inv_01.png);
    background-repeat: no-repeat;
    background-position: right ;
}

#article202 p {
    line-height:2em;
    margin-bottom:20px;
}

#article202 .p2 {
    line-height:2em;
    margin-bottom:3px;
    font-weight:bold;
    letter-spacing:0.2em;
    border-bottom: 2px dashed #e9dfdf;
    font-size:15px;
    color: #224d39;
    padding-left:20px;
    
  text-align:left;
}

#article202 .p2last {
    line-height:2em;
    margin-bottom:40px;
    font-weight:bold;
    letter-spacing:0.2em;
　　border-bottom: 2px dashed #e9dfdf;
    font-size:15px;
    color: #224d39;
    padding-left:20px;
    
    text-align:left;
}

#article202 .p3 {
    line-height:2em;
    margin-bottom:3px;
    font-weight:bold;
    letter-spacing:0.2em;
    border-bottom: 2px dashed #e9dfdf;
    font-size:15px;
    color: #9b3d21;
    padding-left:30px;
    
  text-align:left;
}

#article202 .p3last {
    line-height:2em;
    margin-bottom:40px;
    font-weight:bold;
    letter-spacing:0.2em;
　　border-bottom: 2px dashed #e9dfdf;
    font-size:15px;
    color: #9b3d21;
    padding-left:30px;
    
    text-align:left;
}

.h3ttl2 {
    margin-bottom: 17px;
    margin-top: 20px;
}
#mycontent:after {
    content:" ";
    display:block;
    clear:both;
}
#mycontent {
	overflow: inherit!important;
}


/* 投資物件　固定ページ
---------------------------------------*/
#inv-new:after {
    content:" ";
    display:block;
    clear:both;
}
#inv-new {
	margin-left: -10px;
	margin-bottom: 30px;
}
#inv-new li {
	width: 220px;
	float: left;
	border-radius: 1px;
	overflow: hidden;
	margin-left: 10px;
	box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-moz-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-webkit-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-webkit-transition: box-shadow 0.2s linear;
}
#inv-new li:hover {
	-webkit-transition: box-shadow 0.2s linear;
	box-shadow:0px 2px 5px 2px rgba(176,176,176,0.3);
	-moz-box-shadow:0px 2px 5px 2px rgba(176,176,176,0.3);
	-webkit-box-shadow:0px 2px 5px 2px rgba(176,176,176,0.3);
}
#inv-new li a {
	color: #666;
}
#inv-new li:active {
	position: relative;;
	-webkit-transition: top 1s linear;
	box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-moz-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-webkit-box-shadow:0px 1px 4px 1px rgba(176,176,176,0.3);
	-webkit-transition: box-shadow 0.1s linear;

}
#inv-new li img {
	opacity: 1!important;
}
#inv-new li .inner {
	padding: 10px;
}
#inv-new li .img {
	text-align: center;
}
#inv-new li .data-area {
	padding: 10px;
}
#inv-new li .red {
	color: #FF2727;
	font-weight: bold;
}
#inv-new li .ttl {
	margin-bottom: 5px;
	font-weight: bold;
}
#inv-new li table {
	font-size: 12px;
	line-height: 18px;
}
#inv-new li th {
	width: 70px;
	vertical-align: top;
}
#inv-new li td {
	vertical-align: top;
}
