@charset "utf-8";
/* -------------------------------------------------------------------------------------
全体
------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-size: 15px;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 180%;
	letter-spacing: 1px;
}

ol, ul {
	list-style: none;
}

a { 
	color: #04aeb2;
	text-decoration:none;
}

a:hover {
	color: #04aeb2;
	text-decoration: underline;
}

.color1 {
	color: #FF0033;
}

p {
	margin-bottom: 20px;
}

a img {
	transition:all 0.5s ease;
}

a:hover img, .fund_search a:hover, .fund_search02:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* 外部リンク用 */
a[target="_blank"] {
	background: url(../images/blank_icon.png) no-repeat right 0;
    padding-right: 15px;
}

.linkcolor[target="_blank"] {
	background: url(../images/link_white.png) no-repeat right 0;
    padding-right: 15px;
}

.picksitetitle a[target="_blank"] {
	background: url(../images/blank_icon_whi.png) no-repeat right 0;
    padding-right: 15px;
}

/*外部リンクアイコン非表示*/
.gsc-control-cse a, .sitelink_area a, .button_area a, .afarea a, .sl_rightbox span a, .right_area a, .titles h2 a, .sl_siteimg a, tr.centerbox_area td a[href^="http"]{
	background:none;
	padding-right:0px;
	margin-right:0px;
}

/*パンくず*/
.pankuzuran {
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

.pankuzuran a {
	text-decoration: underline;
}

.pankuzuran a:hover {
	text-decoration: none;
}

.maintext  {
	margin: 0px 30px 30px 30px ;
}

.comment-left{
	font-size: 12px;
	margin-bottom: 45px;
}

.comment-right{
	font-size: 13px;
	margin-bottom: 45px;
	float: right;
	font-weight: normal;
}

.new-right{
	font-size: 13px;
	margin-bottom: 2px;
	float: right;
	font-weight: normal;
}

/* -------------------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------------------- */
#header {
	background: #66bd2b;
	height: 50px;
	/*margin-bottom: 5px;*/
}

/* clearfix */
#header:before, #header:after {
    content: "";
    display: table;
}
 
#header:after {
    clear: both;
}

.header_title {
	margin: 0 auto;
	padding-bottom: 3px;
	margin-bottom: 10px;
	width: 1200px;
}

#header img {
	float: left;
	padding: 5px 10px 0 0;
	
}

#header h1 {
	font-size: 17px;
	padding: 12px 15px 0 0;
	color: #fff;
	font-weight: normal;
}

h2 {
	margin: 10px 0 30px 0;
	font-size: 1em;
}

a.toptitle_logo:hover img {
	opacity: 1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}

/*グローバルメニュー*/
#global_menuarea {
	width: 100%;
	background:#333;
	margin:0 auto;
	height: 40px;
}

.global_menu ul {
	width: 1200px;
	margin:0 auto;
	padding:0;
}

.global_menu ul li {
	list-style: none;
	margin:0;
	padding:0;
	font-size:14px;
	float: left;
	position: relative;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background:#484848;
	color: #fff;
	text-align:center;
	font-weight:bold;
}

.global_menu ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.global_menu ul li:hover, .global_menu ul li a:hover {
	background:#6b6b6b;
	color:#fff;
}

.global_menu ul li ul {
	position: absolute;
	top: 40px;
	width: 200px;
	z-index: 100;
}

.global_menu ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 200px;
	height: 0;
	background:#424242;
	font-weight:normal;
}

.global_menu ul li ul li a {
	font-size: 12px;
}

.global_menu ul li ul li:hover, .global_menu ul li ul li a:hover {
	background:#aaaaaa;
}

.global_menu ul li:hover ul li, .global_menu ul li a:hover ul li{
	visibility: visible;
	overflow: visible;
	height:40px;
	z-index: 10;
}

.global_menu * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*グローバルメニューここまで*/

/* -------------------------------------------------------------------------------------
topheader
------------------------------------------------------------------------------------- */
#topheader {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0;
	background: url("../images/bg-main.png") repeat-x #e7f2d4;
	background-size: 558px 275px;/*幅、高さ*/
}


#topheader:after {
	content: "";
	display: block;
	clear: both;
}


.main-siteimg {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}

/*TOP新着ファンド*/
.pickup-fxsite {
	width: 100%;
	margin-bottom: 10px;
}

.deparea {
	font-size: 14px;
	width: 358px;
	height: 240px;
	margin: 20px;
	float: left;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.deparea_box {
	padding: 10px;
}

.pic-image img {
	width: 150px;
	margin-right: 10px;
	float: left;
}

.picksitetitle {
	margin: 0;
	background: #333;
	padding: 5px;
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
}

.picksitetitle a {
	color: #fff !important;
}

.pointarea {
	width: 348px;
	background: #ededed;
	margin: 0px !important;
	padding: 5px;
	color: #c0392b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
	text-align: center;
}

.pointarea a {
	text-decoration: underline;
}

.pointarea a:hover {
	text-decoration:none;
}

.pic-image p {
	margin: 0px 0px 0px 160px;
	border-bottom: solid 1px #e7e7e7;
}

/*募集状況*/
.situation_box {
	width: 335px;
	margin: 5px 0;
}

.graph03 .bar03 {
    background: #66bd2b none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 2em;
    line-height: 2em;
    position: relative;
    padding-left: 10px;
}

.graph03 {
    background: #333 none repeat scroll 0 0;
    position: relative;
	width: 330px;
}
/*TOP新着ファンドここまで*/
/* -------------------------------------------------------------------------------------
main
------------------------------------------------------------------------------------- */
#container {
	width: 1200px;
	margin: 0 auto;
}


#content {
	float: left;
	width: 870px;
	margin: 0px 30px 20px 0px;
}


/* -------------------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------------------- */
#content h2.toptitle ,h2.toptitle-last ,h2.toptitle_cate ,h2.most_toptitle, h2.most_toptitle02, #content h2.toptitle02 {
	padding: 10px 10px 10px 15px;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 10px #333333;
	border-bottom: solid 1px #b5b5b5;
}

#content h2.toptitle ,h2.toptitle-last ,h2.toptitle_cate ,h2.most_toptitle, h2.most_toptitle02 {
	margin-bottom: 30px;
}

#content h2.toptitle02 {
	margin-bottom: 10px;
}

#content h2.toptitle_cate {
	margin: 10px 0 20px 0 ;
}

#content h2.most_toptitle {
	margin: 35px 0 10px 0;
	font-size: 18px;
}

#content h2.most_toptitle02 {
	margin-bottom: 10px;
	font-size: 18px;
}

#content h2.toptitle_cate a {
	background: url(../images/blank_icon.png) no-repeat right 0;
    padding-right: 15px;
}


#content h2.toptitle a, .sl_sitepoint02 a, h2.toptitle_cate a {
	font-size: 19px;
}

#content h2.toptitle a, .sl_sitepoint02 a, h2.toptitle_cate a {
	text-decoration: underline;
	font-weight: bold;
}

#content h2.toptitle a:hover, .sl_sitepoint02 a:hover, h2.toptitle_cate a:hover {
	text-decoration: none;
}

.post {
	margin-bottom: 60px;
}

/*比較表ページ*/
.post, .post_tablearea {
	clear: both;
	width: auto;
}

.post_tablearea {
	margin: 10px 0;
}

.post h2, .post_tablearea h2 {
	margin: 0;
	font-size: 1em;
	line-height: 30px;
}

#content h2.black_title {
	background: #333333;
	color: #fff;
	padding: 10px 20px;
	margin: 15px 0 30px 0;
	font-size: 18px;
}

#content h2.black_title_cate {
	background: #333333;
	color: #fff;
	padding: 10px 20px;
	margin: 50px 0 25px 0;
	font-size: 18px;
}

#content h2.black_title_qanda {
	background: #333;
	color: #fff;
	padding: 10px 20px;
	margin: 15px 0 10px 0;
	font-size: 18px;
}

.fund_search {
	text-align: center;
	margin: 20px 0px 40px 0px;
}

.fund_search02 {
	text-align: center;
	margin: 10px 0px 15px 0px;
}

.fund_search a {
	font-size: 18px;
	background: #04aeb2;
	color: #fff;
	padding: 10px 150px;
}

.fund_search a {
	background: #04aeb2;
}

input#fund_search {
	font-size: 18px;
	color: #fff;
	padding: 15px 150px;
	background: #e01721;
	border-style: none;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}

/*トップのスライド画像*/
.wideslider {
	width: 1050px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	width: 50px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(/images/topban/prev.png) no-repeat right center;}
.slider_next {background: #fff url(/images/topban/next.png) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/* -------------------------------------------------------------------------------------
TOP 口座開設で比較
------------------------------------------------------------------------------------- */
.bloglist_left {
    width: 425px;
    margin: 0px 20px 20px 0px;
	float:left;
}

.bloglist_right {
    width: 425px;
    margin-bottom: 20px;
	float:right;
}

.bloglist_left h2, .bloglist_right h2 {
    background: #66bd2b;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.bloglist_left h2 a, .bloglist_right h2 a {
	color: #fff;
}

.bloglist_main img {
	float:left;
	margin: 0px 10px 10px 0px;
	border: solid 1px #ccc;
}

.picktime {
	margin: 0px;
	font-weight: bold;
}

.picktime span {
	color: #ff0000;
}

.bloglist_link {
    text-align: right;
}

/* -------------------------------------------------------------------------------------
サービス詳細ページ
------------------------------------------------------------------------------------- */
#content h2.sitetitle, #content h2.sitetitle_rank {
	margin-bottom: 20px;
	padding: 10px 10px 10px 40px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #333333;
	background-repeat: no-repeat;
	background-position: center left;
}

#content h2.sitetitle {
	background-image: url("/images/square_anken.png");
}

#content h2.sitetitle_rank {
	padding: 10px 10px 10px 0px;
}

#content h2.sitetitle a {
	vertical-align: sub;
}

#content h2.sitetitle_rank a {
	vertical-align: sub;
	margin-left: 20px;
}


#content h2.sitetitle a:hover, #content h2.sitetitle_rank a:hover {
	color: #b5b5b5;
}

/*ランキング*/
.onerank, .tworank, .threerank, .onlaterrank {
	padding: 10px 15px;
}

.onerank {
	background: #ffcc00;
}

.tworank {
	background: #a8a8a8;
}

.threerank {
	background: #c77b37;
}

.onlaterrank {
	background: #899ccd;
}

.square {
	border-left: 17px solid #66bd2b;
	font-size: 11px;
	margin-right: 10px;
}

.square_mark {
	margin-right:10px;
}

#content h2.sitetitle a, .sl_rightbox span a {
	color: #04aeb2;
}

.sl_sitebox {
	margin: 0 30px 20px 20px;
	width: 95%;
}

.sl_sitebox_out {
	border-bottom: dotted 2px #b5b5b5;
	margin-bottom: 10px;
}

.sl_sitebox_out02 {
	margin-bottom: 10px;
}

.sl_sitebox_out03 {
	border: 1px solid #dedede;
	margin-bottom: 40px;
	padding: 10px;
}

.sl_sitebox_fund {
	margin: 0 30px 50px 20px;
	width: 95%;
}

.sl_sitebox_fund a[target="_blank"] {
  background:none;
  padding-right:0px;
  margin-right:0px;
}

.sl_siteimg img {
	float: left;
	margin: 0px 10px 20px 0px;
	border: 1px solid #e8e8e8;
}

.img_right {
	float: right;
	margin-left: 10px;
}

.sl_rightbox {
	float: right;
	width: 495px;
}

.sl_sitepoint, .sl_sitepoint02 {
	padding-bottom: 5px;
}

.sl_sitepoint {
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 13px;
	font-size: 16px;
}

.sl_sitepoint02 {
	margin-bottom: 5px;
	font-size: 18px;
}

.sl_rightbox span {
	color: #66bd2b;
	margin: 0 5px 0 0;
	padding: 3px 25px;
	border: solid 2px #66bd2b;
}

.sl_rightbox span a {
	color: #66bd2b;
	text-decoration: underline;
}

.sl_rightbox span a:hover {
	text-decoration: none;
}

.sl_sitearea, .sl_sitearea02, .sl_sitearea03, .sl_sitearea04 {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
}

.sl_sitearea {
	margin: 20px 0px;
}

.sl_sitearea02 {
	margin: 5px 0px 20px 0px;
}

.sl_sitearea03 {
	width: 100%;
	margin-bottom: 40px;
}

.sl_sitearea04 {
	width: 100%;
	margin-bottom: 20px;
}

.sl_sitearea th, .sl_sitearea td, .sl_sitearea02 th, .sl_sitearea02 td, .sl_sitearea03 th, .sl_sitearea03 td, .sl_sitearea04 th, .sl_sitearea04 td {
	padding: 10px 5px;
	vertical-align: middle;
	border: 1px solid #b5b5b5;
}

.sl_sitearea td, .sl_sitearea02 td, .sl_sitearea03 th, .sl_sitearea03 td {
	font-weight: bold;
}

.sl_sitearea th, .sl_sitearea02 th, .sl_sitearea03 th {
	color: #333333;
	background: #dcedc5;
	font-weight: normal;
}

.sl_sitearea04 th {
	color: #fff;
	background: #333333;
	font-weight: bold;
}

.sl_sitearea th, .sl_sitearea02 th {
	width: 186px;
}

.sl_sitetest {
	clear: both;
	margin-bottom: 20px;
}

.sl_sitetest p {
	margin-bottom: 25px;
}


.site_blogleft {
	width: 870px;
	margin: 0px 10px 20px 0px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-bottom: dotted 2px #b5b5b5;
}

.site_blogleft h3 {
	font-size: 18px;
}

.site_blogleft h3 a {
	color: #66bd2b;
	text-decoration: underline;
}

.site_blogleft h3 a:hover {
	text-decoration: none;
}

.blogtext {
	width: 585px;
	line-height: 20px;
	padding: 0 25px;
	margin-bottom: 30px;
}

.repeat_left, .repeat_left_arc {
	width: 590px;
	margin: 0;
	padding: 0px 20px 20px 0px;
	display:table-cell;
	vertical-align:middle;
}

.repeat_left h3, .leftset_arc h3 {
	margin-bottom: 10px;
}

.repeat_left img, .leftset_arc img {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
	border: solid 1px #ccc;
}


.leftset_arc {
	padding-left: 30px;
}

.blogarea_link {
	display:table-cell;
	vertical-align:middle;
	padding-left: 10px;
	width: 180px;
}

/*ボタン緑*/
.blogarea_link a, .blogarea_link02 a {
	width: 180px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 15px 17px;
	border-bottom: 4px solid #469a0d;
	background-color: #66bd2b;
	float: right;
}

.blogarea_link a:hover {
	background-color: #66bd2b;
	border-bottom: 4px solid #66bd2b;
	text-decoration: none;
}

.up_time {
	font-size: 14px;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

.top-detail {
	margin-bottom: 20px;
}

/* -------------------------------------------------------------------------------------
 詳細情報用table
------------------------------------------------------------------------------------- */
.post_tablearea table {
	margin-bottom: 20px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.post_tablearea table th {
  color: #000;
  padding: 10px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border: 1px solid #aaa;
  line-height: 120%;
  text-align: center;
  font-size: 14px;
}

.post_tablearea table th.colorback {
  color: #fff;
  background: #2bbdbb;
  font-size: 16px;
}

.post_tablearea table tr td {
	border: 1px solid #aaa;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

.textleft {
	text-align: left !important;
}

.post_tablearea table tr {
  background: #fff;
}

.boxline {
	border: 3px solid #dcedc5;
	padding: 10px;
}

.button_area a {
	padding: 10px 20px;
	position: relative;
	background: #bc1a1a;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #8c0e0e;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button_area a:hover {
	background: #d31f1f;
	box-shadow: 0 3px 0 #a71515;
}

.button_area a:active {
	top: 3px;
	box-shadow: none;
}

/* -------------------------------------------------------------------------------------
リンクボタン
------------------------------------------------------------------------------------- */
.link_pagea {
	margin-bottom: 30px;
	text-align: center;
	font-size: 25px;
	padding: 20px 0px 25px 0px;
}

.link_pagea a {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	padding: 15px 200px;
	border-bottom: 4px solid #ba1119;
	background: #e01721;
	background-image: -webkit-linear-gradient(top, #e01721, #ba1119);
	background-image: linear-gradient(to bottom, #e01721, #ba1119);
	box-shadow: inset 1px 1px 0 #e01721;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.link_pagea a:hover, .right_area a:hover, .sitelink_area:hover, .sitelink_area_right a:hover {
	background: #ef4951;
	background-image: -webkit-linear-gradient(top, #ef4951, #e62f38);
	background-image: linear-gradient(to bottom, #ef4951, #e62f38);
	text-shadow: 0px 1px 0px #ef4951;
}

.info_button  {
	color: #fff;
	background: #66bd2b;
	font-size: 19px;
	padding: 15px 40px 15px 10px;
	margin-bottom:30px;
	float: right;
}

.info_button a {
	color: #fff;
	text-decoration: underline;
}

.info_button a:hover {
	text-decoration: none;
}


/* -------------------------------------------------------------------------------------
リンクボタン右寄せ
------------------------------------------------------------------------------------- */
.link_pageb {
	width: 100%;
	margin-bottom: 10px;
}

.left_area {
	float: left;
	clear:both;
}

.right_area {
	text-align: center;
	padding-bottom: 20px;
	float: right;
}

.right_area a {
	color: #fff;
	background-color: #66bd2b;
	font-size: 17px;
	padding: 10px 20px;
}

.sitelink_area {
	color: #fff;
	border-bottom: 4px solid #ba1119;
	background-color: #da161f;
	box-shadow: inset 1px 1px 0 #e01721;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 540px;
	text-align: center;
}

.sitelink_area a {  
    display:block;
	color: #fff !important;
	padding: 20px 10px 20px 40px;
	text-align: center;
	font-size: 25px;
}

.sitelink_area a:hover {  
	text-decoration: none;
}


.button-right {
	padding-right: 15px;
	float: right;
}

.sitelink_area_right {
	color: #fff;
	border-bottom: 4px solid #ba1119;
	background-color: #da161f;
	box-shadow: inset 1px 1px 0 #e01721;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 450px;
	text-align: center;
	float: right;
}

.sitelink_area_right a {  
    display:block;
	color: #fff !important;
	padding: 20px 0;
	font-size: 20px;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------
 ファンド詳細ページ
------------------------------------------------------------------------------------- */
.pa_list {
	padding-bottom: 30px;
	border-bottom: dotted 2px #b5b5b5;
}

.pa_list h3, .pa_list h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px 0 0 25px;
}

.pa_list h3 a, .pa_list h2 a {
	text-decoration: underline;
	color: #00ACEF;
}

.pa_list h3 a:hover, .pa_list h2 a:hover {
	text-decoration: none;
}

.siteitem {
	text-indent: 1.5em;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -20px;
    background-image: url("/images/square_item.png");
	background-repeat: no-repeat;
	background-position: center left;

}

.qnada_text {
    margin: 0 25px;
    line-height: 24px;
}

.image {
    position: relative;
}

/*日付更新*/
.notice-left {
	width: 195px;
	background: #ff8054;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.notice-right {
	width: 195px;
	background: #ff8054;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	float: right;
}

.right-count {
	float: right;
	margin-right: 100px;
}

/*ラベル*/
.sl_sitebox_fund .image {
	position: relative;
}

.pointribbon {
	position: absolute;
	background: #ffe428;
	font-size: 18px;
	color: #ff0000;
	padding-top: 3px;
}

.pointribbon:before {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
}

.pointribbon:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
}

.ribbon_l {
	top: 0.5em;
	left: -6px;
	height: 1.6em;
	line-height: 1.5;
	padding-left: .5em;
}

.ribbon_l:before {
	left: 1px;
	top: 100%;
	border-top:6px solid #ff8d28;
	border-left:6px solid transparent;
}

.ribbon_l:after {
	left: 100%;
	bottom: 0;
	border:.9em solid #ffe428;
	border-right:.7em solid transparent;
}

/*****************募集状況*****************/
.situation {
	clear:both;
	margin-bottom: 30px;
	padding: 15px 10px;
	background: #e8e8e8;
    height: 65px;
}

.situation_left {
	float: left;
	padding: 5px 0 5px 40px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0px;
}

.situation_right {
	float: right;
	padding: 8px 10px 8px 0;
	width: 419px;
}

.quantity, .quantity02 {
	font-size: 8px;
	margin-top: -7px;
	list-style: none;
	font-weight: bold;
}

.quantity {
	float: left;
	width: 180px;
}

.quantity02 {
	float: right;
	width: 57px;
}

.num01, .num02, .num03 {
	font-size: 12px;
	margin-top: -15px;
	list-style: none;
	font-weight: bold;
}

.num01 {
	float: left;
	width: 179px;
	margin-left:-2px;
}

.num02 {
	float: left;
	margin-left:-4px;
}

.num03 {
	float: right;
	width: 71px;
}

.graph .bar {
    background: #66bd2b none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 2em;
    line-height: 2em;
    position: relative;
    padding-left:10px;
}

.graph {
    background: #333 none repeat scroll 0 0;
    position: relative;
    width: 365px;
}

/*table用*/
.graph02 {
    background: #333 none repeat scroll 0 0;
    position: relative;
    width: 170px;
}

.graph02 .bar {
    width: 160px;
    background: #66bd2b none repeat scroll 0 0;
    color: #fff;
    display: block;
    position: relative;
    padding: 3px 0px 3px 10px;
    font-size: 12px;
}


/*プルダウンで運用状況選択*/
.menu ul{
  margin-bottom: 10px;
  padding:0;
  float: left;
}

.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 230px;
  height: 40px;
  line-height: 40px;
  background:#333333;
  color: #fff;
}

.menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding:0 0 0 10px;
}

.menu ul li:hover, .menu ul li a:hover {
  background:#04aeb2;
  color:#fff;
}

.menu ul li ul {
  position: absolute;
  top: 40px;
  width: 230px;
  z-index: 100;
}

.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 220px;
  height: 0;
  background:#333333;
  padding: 0 0 0 10px;
}

.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#b5b5b5;
}

.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
}

.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	float: right;
	margin-right:20px;
}

.arrow::before,
.arrow::after{
	position: absolute;
	top: -40;
	bottom: 0;
	left: 3;
	margin: 5px 0;
	content: "";
	vertical-align: middle;
}

.back_pulu::before{
	width: 21px;
	height: 21px;
	background: #04aeb2;
	right: -11px;
	top:-35px;
}

.back_pulu::after{
	left: 5px;
	top: -28px;
	box-sizing: border-box;
	width: 10px;
	border: 6px solid transparent;
	border-top: 8px solid #fff;
}

/* -------------------------------------------------------------------------------------
 Q&Aページ
------------------------------------------------------------------------------------- */
#bestboxarea {
	margin: 0 0 25px 30px;
}

.bestleft {
	width: 639px;
    float:left;
	padding: 4px;
}

.rank01 {
	 background: rgba(0, 0, 0, 0) url("/images/no1.png") no-repeat scroll left center;
}

.rank02 {
	 background: rgba(0, 0, 0, 0) url("/images/no2.png") no-repeat scroll left center;
}

.rank03 {
	 background: rgba(0, 0, 0, 0) url("/images/no3.png") no-repeat scroll left center;
}

.rank04 {
	 background: rgba(0, 0, 0, 0) url("/images/no4.png") no-repeat scroll left center;
}

.rank05 {
	 background: rgba(0, 0, 0, 0) url("/images/no5.png") no-repeat scroll left center;
}

.bestleft a {
	display:block; 
	text-decoration: underline;
	line-height: 20px;
	margin-left: 30px;
}

.bestleft a:hover {
	text-decoration: none;	 
}

/*コメント欄*/
.qand_comment {
	margin: 0 30px;
	background: #e8e8e8;
	padding: 20px;
}

.qand_comment p {
	margin-left: 105px;
	font-size: 16px;
}


input.qa_name {
	width: 380px;
	height: 20px;
	font-size: 16px;

}

textarea {
	width: 555px;
	height: 175px;
	font-size: 16px;
}

.button_light {
	text-align: center;
}

#comment_button {
    padding: 10px 30px;
    font-size: 18px;
    background: #da161f;
    color: #fff;
    border-style: none;
    font-weight:bold;
    cursor: pointer;
	border-bottom: 4px solid #ba1119;
	margin: 10px 0;	
}

#comment_button:hover {
	background:#ec535b
}
/*コメント欄ここまで*/

* {
	margin:0;
	padding:0;
}

.archive_list {
	width:100%;
	margin-bottom: 10px;
}

.archive_list ul:after {
	content:"";
	clear:both;
	display:block;
}


.archive_list li {
	width:50%;
	padding-bottom: 10px;
	display:block;
	float:left;
	list-style-type:none;
	text-align:left;
}

/*よくある質問*/
#qa_common {
	margin: 20px 0px;
}

.qa_qtitle {
	height: 45px;
	padding-top: 15px;
	background: #e5f0f5;
}

.qa_qtitle a {
	display:block;
	font-size: 18px;
	text-decoration: underline;
}

.qa_qtitle a:hover {
text-decoration: none;
}

.qa_q p {
	width: 80px;
	height: 45px;
	padding-top: 15px;
	background: #00acef;
	margin: 0 10px 0 0;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float:left;
}

.qa_atitle {
	height: 55px;
	padding: 10px;
	background: #f4e9cd;
	font-size: 14px;
}

.qa_a p {
	width: 80px;
	height: 50px;
	padding-top: 25px;
	background: #f6b417;
	margin: 0 10px 0 0;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float:left;
}

/* -------------------------------------------------------------------------------------
検索機能
------------------------------------------------------------------------------------- */
.cnt-search {
  margin-bottom: 20px;
}

.search_mainbox {
  padding: 10px;
  border: 1px solid #ccc;
}

.ttl_type {
  height: 49px;
  background: url("/images/search/ttl_typegreen.png") left top no-repeat;
  color: #fff;
  font-size: 16px !important;
  padding-left: 12px;
}

.ttl_type.icon span {
   line-height: 49px;
   padding-left: 35px;
   height: 38px;
   display: inline-block;
   font-size: 16px !important;
   background: url("/images/search/icn_search.png") left bottom no-repeat;
}

/*ピックアップカテゴリ４つ*/
ul.clearfix li {
	text-align: center;
}

ul.clearfix li img.icn {
	margin-left: 5px;
}

ul.clearfix li.searchlist, ul.clearfix li.searchlist02 {
  width: 182px;
  height: 26px;
  padding: 13px 10px 10px 10px;
  display: block;
  float: left;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 15px !important;
  cursor: pointer;
  line-height: 1.2;
  position: relative;
}

ul.clearfix li.searchlist:hover, ul.clearfix li.searchlist02:hover {
	background: #e7f6f6;
}

ul.clearfix li.searchlist {
	margin: 0 10px 10px 0;
}

ul.clearfix li.searchlist02 {
	margin-bottom: 10px;
}

/*検索項目*/
.cnt_search_inner {
	clear:both;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
.cnt_search_inner th {
    padding: 10px;
    background: #606060;
    vertical-align: middle;
    text-align: left;
    width: 150px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

.cnt_search_inner td {
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
}

#searchform {  
    position: relative;  
}

#keywords {  
    width: 98%;  
    height: 38px;
    border: 1px solid #CCC;  
    padding: 2px 2px 2px 5px;
}

/*プルダウン*/
.select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	background: url("/images/search/arrow01.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#e1edef 100%);
	background: url("/images/search/arrow01.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#e1edef 100%);
	background-size: 20px, 100%;
}

/*チェックボックス*/
input[type=radio] {
  display: none;
}

.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 15px 10px 40px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover {
  background: #cdeff0;
}

.radio:hover:after {
  border-color: #04aeb2;
}

.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

/* -------------------------------------------------------------------------------------
検索結果・ページ送り
------------------------------------------------------------------------------------- */
.page-area, #page_nbarea, .gsc-cursor {
	width: 100%;
	margin: 0 auto;
}

.page-area ul.pagination, #page_nbarea ul.pager {
	margin: 0 0 5px;
	padding: 10px 0px;
	text-align: center;
}

.page-area ul.pagination li, #page_nbarea ul.pager li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}

.page-area ul.pagination li.active, #page_nbarea ul.pager li.active {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px;
	vertical-align: middle;
}

.page-area ul.pagination li a, .larger, .nextpostslink, .smaller, .previouspostslink, #page_nbarea ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #eeeff7;
	text-decoration: none;
	vertical-align: middle;
}

.page-area ul.pagination li a:hover, #page_nbarea ul.pager li a:hover {
	color: #000;
	background: #ccf;
	border-color: #00f;
}

.pagination li:first-child :first-child:after, .previouspostslink:after, #page_nbarea ul.pager li:first-child :first-child:after {
    content: ' 前へ';
}

.pagination li:last-child :last-child:before, .nextpostslink:before, #page_nbarea ul.pager li:last-child :last-child:before {
   content: ' 次へ ';
}

.none {
	margin: 15px 0px;
}

/* -------------------------------------------------------------------------------------
検索窓（google）
------------------------------------------------------------------------------------- */
.search_google {
	margin-bottom: 20px;
}

.gs-title {
	line-height: normal;
}

/*ページ送り*/
.gsc-cursor {
	font-size: 14px;
}

.gsc-cursor-page {
	background: #eeeff7 !important;
	padding: 15px 20px !important;
}

.gsc-cursor-page:hover {
	background: #ccf !important;
}

/* -------------------------------------------------------------------------------------
ブログ
------------------------------------------------------------------------------------- */
.wp-pagenavi {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.wp-pagenavi a, .current {
	margin: 0 5px;
}

.pages {
	display:block;
	font-weight: bold;
}

.nextpostslink, .previouspostslink {
	margin: 0 10px;
}

.arrow_an,
.arrow_qa {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width:80%;
    font-size: 16px;
    padding:3%;
}

.arrow_qa {
    float: right;
}

.arrow_an:after,
.arrow_an:before,
.arrow_qa:after,
.arrow_qa:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_qa:after,
.arrow_qa:before {
    right: 100%;
}

.arrow_an:after,
.arrow_an:before{
     left: 100%;
}

.arrow_an:after,
.arrow_qa:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;
}

.arrow_an:after{
    border-left-color: #fff;
}

.arrow_qa:after{
    border-right-color: #fff;
}

.arrow_an:before,
.arrow_qa:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -9px;
}

.arrow_an:before{
    border-left-color: #c8c8c8;
}

.arrow_qa:before {
    border-right-color: #c8c8c8;    
}

.qa_image{
     float: left;
     width:100px;
}

.an_image{
     float: right;
     width:100px;
}

.an_image img,
.qa_image img{
     border-radius: 50px;
     width: 100%
}

.qa_box {
     width: 100%;
     overflow: hidden;
     margin-bottom: 8%;
}

/*ブログ一覧*/
.blog-list__text-a {
	clear:both;
}

.blog-list__tumbnail {
	vertical-align: top;
	width: 150px;
	padding: 10px 0;
}

.blog-list__tumbnail-img {
	width: 150px;
	height: 150px;
}

#blog-list__text-a{
	position: absolute;
	bottom: 0;
	right: 0;
}

/*common*/
.blog-list__tumbnail {
	display: table-cell;
	width: 150px;
	margin: 0;
}

.blog-list__tumbnail-img {
	background: #66bd2b;
	padding: 0;
	margin: 0;
}

.blog-list__text-wrap{
	display:	table-cell;
	position: relative;
	width: 100%;
}

.text_center, .videocont {
  text-align: center;
}

.bdcnt, img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*テーブル*/
.detail {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #606060;
	border-collapse: collapse;
	font-size: 13px;
}

.detail th {
	padding: 5px;
	border: solid 1px #606060;
	color: #000000;
	background: #ececec;
	font-weight:bold;
	font-size: 13px;
}

.detail th, .detail td {
	text-align: center;
	vertical-align: middle;
}

.detail td {
	padding: 5px;
	border: solid 1px #606060;
	font-size: 13px;
	background: #fff;
}

.detail th.bg_text, .detail td.bg_text {
	background: #fdffc4;
	color: #ff0000;
	font-weight:bold;
}

/*画像*/
img.leftimage {
  float: left;
  margin-right: 10px !important;
  position: relative;
}

img.rightimage {
  float: right;
  margin-left: 10px !important;
  position: relative;
}

.bdcnt {
  border: solid 1px #ccc;
}


.detail td.glayboxcl {
	background: #ccc;
	font-weight:bold;
	color: #ff0000;
}

.detail td.glaybackarea {
	background: #e8e8e8;
}

.detail td.redboxcl {
	background: #ffe1e1;
}

.botomarea {
	margin-bottom: 30px;
	color: #d1d1d1;
}

/*インタビュー*/
.interviewbox {
	margin: 20px 0px;
}

.iboxarea, .iboxarea02, .iboxarea03, .iboxarea04 {
	float: left;
	width: 274px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
}

.iboxarea, .iboxarea03 {
	margin-right: 20px;
}

.iboxarea img, .iboxarea02 img, .iboxarea03 img, .iboxarea04 img {
	width: 274px;
	height: 170px;
	margin: 0;
	padding: 0;
	display: block;
}

.iboxarea .iboxtitle, .iboxarea02 .iboxtitle, .iboxarea03 .iboxtitle, .iboxarea04 .iboxtitle {
	padding: 10px;
	margin: 0;
	font-weight:bold;
	background: #383838;
	color: #fff;
}


.iboxarea03 .iboxtitle p, .iboxarea04 .iboxtitle p {
	margin: 0;
	padding: 0;
	height: 55px;
    overflow : hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.iboxarea p.iboxtext, .iboxarea02 p.iboxtext {
	padding: 0 10px;
	margin: 5px 0;
	font-size: 12px;
}

/*ページネーション*/
.pagenoarea {
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
}

.link_right {
	float:right;
}

/*ページ送り02*/
#entry_navi {
	width:100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
}

#entry_navi a {
	margin: 0 10px;
}
 
#entry_navi .prev {
	text-align:left;
	background: #66bd2b;
	padding: 10px;
	color: #fff;
}
 
#entry_navi .next {
	text-align:right;
	background: #66bd2b;
	padding: 10px;
	color: #fff;
}
 
#entry_navi .home {
	text-align:center;
	background: #008b94;
	padding: 10px;
	color: #fff;
}

/*ポップアップ*/
.popup {
    position: relative;
}
.popup span.remark {
    display: none;
    font-size:11px;
	text-align:left;
    font-weight: normal;
}

.popup a:hover span.remark {
    background: none repeat scroll 0 0 #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 50px;
    width: 15em;
}

/* -------------------------------------------------------------------------------------
文字装飾系
------------------------------------------------------------------------------------- */
.mini_text {
  font-size: 11px;
  color: #5b5b5b;
  font-weight: normal;
}

.red_text {
  color: #da161f;
  font-weight: bold;
}

.red_textmini {
  color: #e01721;
}

.red_plaintext {
  color: #da161f;
}

.back_yellow {
  font-weight: bold;
  background: #ffffb3;
}

.yellow_point {
  background: #fcf5d0;
  margin-bottom: 20px;
  padding: 10px;
  
}

.yellow {
  font-weight: bold;
  color: #ffff00;
}

.bigred_text {
  font-size: 25px;
   color: #e01721;
  font-weight: bold;
  line-height: 150%;
}

.bigblack_text {
  font-size: 25px;
   color: #000;
  font-weight: bold;
  line-height: 150%;
}

.orange_text {
  color: #ef9406;
  font-weight: bold;
}

.blue_text {
  color: #00a0e9;
  font-weight: bold;
}

.green_text {
  color: #06ac21;
  font-weight: bold;
}
.pink_text {
  color: #ed23bb;
  font-weight: bold;
}

.smalle_text {
  font-size: 13px;
  color: #908e8e; 
}

.bigbottom {
  margin: 40px 0px;
}

/*背景色*/
.back_glay {
  background: #e9e8e8;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.back_pailgreen {
  background: #e4fbe5;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.back_pailyellow {
  background: #fafad7;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.back_pailblue {
  background: #e3fbfb;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.borderbox {
	border: solid 1px #ccc;
	padding: 10px;
	margin: 10px 0px;
}

.border_orabox {
	border: solid 5px #ffc424;
	padding: 10px;
	margin: 10px 0px;
}

.bigred_text {
  font-size: 25px;
   color: #e01721;
  font-weight: bold;
  line-height: 150%;
}

.bigblack_text {
  font-size: 25px;
   color: #000;
  font-weight: bold;
  line-height: 150%;
}

.orange_text {
  color: #ef9406;
  font-weight: bold;
}

.blue_text {
  color: #00a0e9;
  font-weight: bold;
}

.green_text {
  color: #06ac21;
  font-weight: bold;
}
.pink_text {
  color: #ed23bb;
  font-weight: bold;
}

.smalle_text {
  font-size: 13px;
  color: #908e8e; 
}

.bigbottom {
  margin: 40px 0px;
}

/*リンク*/
.go_link {
	font-size: 15px;
	color: #fff;
	background: #00479d;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 8px 15px;
	float:right;
	text-align: center;
	vertical-align: middle;
}

.go_link :hover {
	color: #fff;
}

.go_link a {
	color: #fff !important;
}

/* ---------------------------------------------------------------------------------
snsイイネボタン
--------------------------------------------------------------------------------- */
.social-area-syncer {
	min-height: 190px ;
	float: right;
	margin-right:-50px;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
	min-height: 119px ;
	}
}

/******************************
 [ul]要素
******************************/
/* スマホ */
ul.social-button-syncer {
	width: auto;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
		width: auto;
		margin-right: 45px;
	}
}

/******************************
 [li]要素
******************************/
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}
/******************************
 各種ボタン
******************************/
/* [Twitter] */
.sc-tw {
	width: 75px;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
	margin-left: 15px;
	padding: 0;
 }

.sc-tw a {
	height: 56px;
	margin: 0 auto;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .3px;
	border-radius: 2px;
}

.sc-tw a span {
	margin-left: 10px;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* -------------------------------------------------------------------------------------
募集ファンド一覧
------------------------------------------------------------------------------------- */
.allfandarea {
	margin: 0 -20px 20px 0px;
	overflow: hidden;
	zoom: 1;
}

.afarea {
	float: left;
	width: 274px;
	height: 362px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	overflow:hidden;
	margin-right: 20px;
	display:inline;
}

/* clearfix */
.allfandarea:before,
.allfandarea:after {
    content: "";
    display: table;
}
 
.allfandarea:after {
    clear: both;
}

.afarea img, .afarea img {
	width: 274px;
	height: 193px;
	margin: 0;
	padding: 0;
	display: block;
}

/*斜めリボン*/
.afarea_tag {
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
}
  
.afarea_tag p {
    display: inline;
}

.afarea_tag p, .afarea_tag span {
    margin: 0;
    padding: 0;
}

.afarea_tag p span {
    position: absolute;
    display: inline-block;
    right: -31px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    background: #d93131;
    width: 120px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.afarea_tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
/*斜めリボン*/

.afarea h3 {
    padding: 10px;
	background: #383838;
}

.afarea h3 a {
	color: #fff;
    font-size: 13px;
}

.af_name {
	margin: 0;
    padding: 10px;
    font-size: 14px;
	border-bottom: solid 1px #ccc;
    width: 254px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #f1feff;
}

/*応募額・利回り*/
.afarea dl {
    overflow: hidden;
    margin: 0;
    padding: 10px;
}

.afarea dt {
	float:left;
	clear:left;
	padding-right: 20px;
}

.afarea dd {
	float:left;
	font-weight: bold;
}

.afarea dt.en_icon {
	background: url(../images/en_icon.png) no-repeat;
    padding: 0 10px 0 25px;
    background-size: 20px auto;
}

.afarea dt.rimawari_icon {
	background: url(../images/rimawari_icon.png) no-repeat;
    padding: 0 10px 0 25px;
    background-size: 20px auto;
}


/* -------------------------------------------------------------------------------------
404ページ
------------------------------------------------------------------------------------- */
.error_text {
	margin-bottom: 80px;
	text-align: center;
}


/* -------------------------------------------------------------------------------------
サイドバー
------------------------------------------------------------------------------------- */
#sidemenu {
	position: relative;
	float: right;
	width: 300px;
	margin-bottom: 100px;	
}

#sidemenu h2 {
	border-top: solid 3px #333333;
	border-bottom: solid 1px #66bd2b;
	margin-bottom: 0;
	padding: 10px 10px 10px 0;
	font-size: 17px;
	color: #66bd2b;
}

#sidemenu h2.red {
	color: #da161f;
	border-bottom: solid 1px #da161f;
}

#sidemenu h2.blue {
	color: #1660da;
	border-bottom: solid 1px #1660da;
}

#fixmenu {
	position: absolute;
	width: 300px;
	height: min-content;
	float: right;
}

.pickupmenu {
	margin: 20px 0px 10px 0px;
}

.pickupmenu li {
	padding-bottom: 10px;
}

.nav {
	font-size: 12px;
	margin-bottom: 40px;
}

.nav li {
	line-height: 40px;
	padding: 13px 0px 13px 10px;
	border-bottom: dotted 2px #b5b5b5;
}

.nav li a {
	color: #333333;
	line-height:20px;
}

.nav li a:hover {
	color: #b5b5b5;
	text-decoration: none;
}

.nav li.blogall {
	background: #f4ddde;
	font-weight: bold;
}

.nav li.blogall:hover {
	background: #fbedee;
}

.nav li.qaall {
	background: #d1e0fa;
	font-weight: bold;
}

.nav li.qaall:hover {
	background: #e8f0fe;
}

.link_side {
	margin-bottom: 30px;
}

.link_side a[href^="https://www.lclending.jp/"],
.link_side a[href^="http"] {
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}

/*プロフィール*/
.profiletitle {
	text-align: center;
	padding: 10px;
	background: #c81018;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.profiletext {
	margin-bottom: 40px;
	padding: 10px 15px;
	border-left: 2px dotted #b5b5b5;
	border-right: 2px dotted #b5b5b5;
	border-bottom: 2px dotted #b5b5b5;
	font-size: 12px;
}

.profiletext p {
	background: #f4ddde;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px;
	font-weight: bold;
}


/* -------------------------------------------------------------------------------------
リスト
------------------------------------------------------------------------------------- */
.list {
	margin-bottom: 10px;
}

.list li {
	line-height: 30px;
	padding-left: 10px;
}

.list li a {
	color: #333;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------------
フッター
------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	border-top: 2px dotted #b5b5b5;
	font-size: 0.75em;
}


#footer_inner {
	position: relative;
	background: #333333;
	padding: 2px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
}

#footer_inner a {
	color: #afff7a;
}

#footer_inner p {
	color: #fff !important;
	padding: 2px 0;
}


#footer p {
	text-align: center;
	color: #333333;
	margin-top: 20px;
	line-height: 17px;
}