@charset "utf-8";

/*=====================================

	context - 個別ページ内定義

=====================================*/

/*#####################################
	top
#####################################*/

/*-------------------------------------
	catch
-------------------------------------*/

.catch {
	margin-top: -24px;
	position: relative;
	background-color: #0a9bd9;
	background-image: url(../img/catch_bg.png);
	background-position: center top;
	height: 272px;
	overflow: hidden;
}

.catch .movie {
	position: absolute;
	left: 32px;
	top: 16px;
}

.catch .text {
	position: absolute;
	left: 456px;
	top: 80px;
}

/*-------------------------------------
	project
-------------------------------------*/

/* common */

.project_list {
	list-style-type: none;
	padding: 0;
}

.old-ie .project_list,
.old-ie .project_list li {
	height: 1%;
}

.project_list:after,
.project_list li:after {
	content: ""; 
	display: block; 
	clear: both;
}

.project_list li {
	position: relative;
	margin: 24px 0;
	padding: 16px;
	background-color: #fff;
	border-top: 2px solid #0a9bd9;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
}

.project_list .img {
	position: relative;
	margin-bottom: 12px;
}

.project_list li .img a:before {
	content: "";
	position: absolute;
	display: block;
	width: 88px;
	height: 88px;
	left: -3px;
	top: -4px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 300;
}

.project_list li.success1 .img a:before {
	background-image: url(../img/success_ribbon_01.png);
}

.project_list li.success2 .img a:before {
	background-image: url(../img/success_ribbon_02.png);
}

.project_list li.success3 .img a:before {
	background-image: url(../img/success_ribbon_03.png);
}

.project_list li.success3 .img a:after {
	content: "";
	position: absolute;
	display: block;
	width: 204px;
	height: 66px;
	right: 0;
	bottom: 0;
	background-image: url(../img/badge_ultra.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 300;
}

.project_list li.all-in .img a:before {
	background-image: url(../img/success_ribbon_allin.png);
}


.project_list .title {
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 8px;
}

.project_list .user {
	margin: 0 0 12px;
	font-size: 12px;
}

.project_list .user .cate {
	padding-left: 24px;
	float: right;
	background-image: url(../img/icon_tag.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.project_list .description {
	line-height: 1.5;
	margin: 0 0 16px;
}

.project_list .support {
	margin: 0 0 8px;
}

.project_list .support strong {
	font-size: 24px;
	color: #f21783;
}

.project_list .coming_soon {
	text-align: center;
	line-height: 1.25;
	margin-bottom: 4px;
}

.project_list .coming_soon strong {
	font-size: 24px;
	color: #f21783;
}

.project_list .project_footer {
	text-align: left;
}

.project_list .gaugeViewer {
	position: relative;
	background-color: #dadada;
	height: 18px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: rgba(0,0,0,.15) 2px 2px 0 inset;
	margin: 0 0 8px;
}

.project_list .progress_bar {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 18px;
	background-image: url(../img/gauge_01.png);
	background-repeat: repeat;
	border-radius: 16px;
	box-shadow: rgba(0,0,0,.15) -2px -2px 0 inset;
}

.project_list .coming_soon_bar {
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
	height: 18px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	text-shadow: rgba(255,255,255,.6) 1px 1px 3px;
}

.project_list .gaugeViewer_success1 {
	background-image: url(../img/gauge_01.png);
}

.project_list .gaugeViewer_success2 {
	background-image: url(../img/gauge_02.png);
}

.project_list .gaugeViewer_success3 {
	background-image: url(../img/gauge_02.png);
}

.project_list .gaugeViewer_success1 .progress_bar {
	background-image: url(../img/gauge_02.png);
}

.project_list .gaugeViewer_success2 .progress_bar {
	background-image: none;
	border: 1px solid #cbac62;
	background: #cbac62; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffcc 12%, #ffe69b 28%, #cbac62 81%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(12%,#ffffcc), color-stop(28%,#ffe69b), color-stop(81%,#cbac62)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbac62',GradientType=0 ); /* IE6-9 */
}

.project_list .gaugeViewer_success3 .progress_bar {
	background-image: none;
	border: 1px solid #cbac62;
	background: #cbac62; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffcc 12%, #ffe69b 28%, #cbac62 81%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(12%,#ffffcc), color-stop(28%,#ffe69b), color-stop(81%,#cbac62)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbac62',GradientType=0 ); /* IE6-9 */
}

.project_list .project_footer .gaugeViewer_success2 .progress_counter,
.project_list .project_footer .gaugeViewer_success3 .progress_counter {
	text-shadow: rgba(0,0,0,.6) 1px 1px 3px;
}

.project_list .gaugeViewer .progress_bar hr {
	display: none;
}

.project_list .gaugeViewer .success {
	width: 100%;
}

.project_list .gaugeViewer .progress_counter {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding-left: 8px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
	line-height: 18px;
	text-shadow: rgba(0,0,0,.3) 1px 1px 0;
}


.project_list .gaugeViewer.project_type_2 {
	background-color: #809ebc;
}

.project_list .rest {
	float: left;
}

.project_list .rest strong {
	font-size: 20px;
}

.project_list .goal {
	float: right;
}

.project_list .goal strong {
	font-size: 20px;
}

/*----- projectPickup -----*/

.projectPickup .project_list .img {
	float: left;
	margin: 0 16px 8px 0;
}

.projectPickup .project_list .title {
	font-size: 18px;
}

.projectPickup .project_footer {
	padding-left: 416px;
}

/*----- projectIndex -----*/

.projectIndex .project_list {
	margin: 0 -24px 0 0;
}

.projectIndex .project_list li {
	float: left;
	width: 288px;
	height: 496px;
	margin: 0 24px 24px 0;
}

.owner_project .project_list li {
	width: 312px;
	height: 370px;
}

.projectIndex .project_list .title {
	font-size: 14px;
}

.projectIndex .project_list .description {
	font-size: 12px;
}

.projectIndex .project_list .project_footer {
	width: 288px;
	position: absolute;
	bottom: 8px;
}

.projectIndex .project_list .support {
	margin-bottom: 0;
}

.projectIndex .project_list .no_success {
	text-align: center;
	margin-bottom: 6px;
}

.project_sub .no_success {
	text-align: center;
	margin-bottom: 4px;
}


/*----- owner_tab -----*/

.owner_tab .projectIndex .project_list li {
	width: 248px;
	height: 470px;
}

.owner_tab .projectIndex .project_list li .user {
	margin-bottom: 2px;
}
.owner_tab .projectIndex .project_list .project_footer {
	width: 248px;
}
.owner_tab .projectIndex .project_list .coming_soon {
	line-height: 1.2;
}
.owner_tab .projectIndex .project_list li .project_footer strong {
	font-size: 20px;
}
.owner_tab .projectIndex .project_list .project_footer .gaugeViewer {
	margin-bottom: 0;
}

/*----- profile project_list -----*/

.profile .projectIndex .project_list {
	margin: 0 -48px 0 24px;
}

.profile .projectIndex .project_list li {
	margin: 0 48px 24px 0;
}


/*#####################################
	mypage
#####################################*/

/*-------------------------------------
	content_box
-------------------------------------*/

.content_box {
	position: relative;
	padding: 24px 24px 24px 0;
	background-color: #fff;
	border-top: 2px solid #0a9bd9;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;	
	margin-bottom: 24px;
}

.old-ie .content_box {
	height: 1%;
}

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

/*-------------------------------------
	content_full
-------------------------------------*/

.content_full {
	padding: 24px;
}

/*-------------------------------------
	content_main / content_sub
-------------------------------------*/

.content_main {
	width: 744px;
	float: right;
}

.content_sub {
	width: 216px;
	float: left;
}

.content_main h2,
.content_full h2 {
	line-height: 1;
	padding: 6px 8px;
	position: relative;
	font-size: 18px;
	margin-right: -24px;
	border-bottom: #0a9bd9 4px solid;
}

.content_main h2:after,
.content_full h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 52px;
	border-bottom: #f21783 4px solid;
}

.content_main h2 a,
.content_full h2 a {
}

.content_sub h2 {
	line-height: 1;
	padding: 4px 12px;
	position: relative;
	font-size: 14px;
	margin-bottom: 16px;
	border-bottom: #0a9bd9 2px solid;
}

/*-------------------------------------
	news
-------------------------------------*/

.content_main .news table {
	margin: 0 16px 24px;
}

.content_main .news table th,
.content_main .news table td {
	line-height: 1.5;
	padding: 4px 6px;
	vertical-align: top;
}

.content_main .news table th {
	text-align: right;
}


/*-------------------------------------
	profile
-------------------------------------*/

.content_main .profile .heading {
	font-size: 0;
	margin-bottom: 16px;
}

.content_main .profile .icon img {
	font-size: 12px;
	margin-left: 16px;
	border: #ccc 2px solid;
	vertical-align: middle;
}

.content_main .profile .name {
	margin-left: 12px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}

.content_main .profile .btn_facebook {
	font-size: 14px;
	float: right;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1;
	padding: 4px;
	margin-right: 24px;
}

.content_main .profile .btn_facebook img {
	vertical-align: bottom;
	width: 20px;
	margin-right: 8px;
}

.content_main .profile .description {
	margin: 0 24px 24px 0;
}

/*-------------------------------------
	sidebar_profile
-------------------------------------*/

.sidebar_profile {
	font-size: 0;
	margin-bottom: 24px;
}

.sidebar_profile .icon img {
	font-size: 12px;
	margin-left: 16px;
	border: #ccc 2px solid;
	vertical-align: middle;
}

.sidebar_profile .name {
	margin-left: 12px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

/*-------------------------------------
	sidebar_menu
-------------------------------------*/

.sidebar_menu ul {
	list-style-type: none;
	padding: 0;
}

.sidebar_menu li {
	position: relative;
	font-size: 12px;
	padding: 8px 16px;
	line-height: 1;
	vertical-align: middle;
}

.sidebar_menu li a {
	display: block;
}

.sidebar_menu span {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background-color: #f21783;
	display: block;
	line-height: 24px;
	width: 24px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	border-radius: 16px;
}

/*-------------------------------------
	regist
-------------------------------------*/

.regist {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

/*#####################################
	project
#####################################*/

/*-------------------------------------
	project_title
-------------------------------------*/

.project_title {
	color: #fff;
	background-color: #0a9bd9;
	margin: -24px 0 24px;
	padding: 12px 0 4px;
}

.old-ie .project_title {
	height: 1%;
}

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

.project_title a {
	color: #fff;
}

.project_title h2 {
	font-size: 32px;
	margin: 0 0 8px;
}

.project_title .cate {
	padding-left: 24px;
	margin: 0 24px 0 0;
	float: left;
	background-image: url(../img/icon_tag_white.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.project_title .social-buttons {
	position: relative;
	float: left;
	margin: 0;
	top: 2px;
}

.project_title .twitter {
	margin-right: 16px;
}

/*-------------------------------------
	project_banner
-------------------------------------*/

.project_banner {
	text-align: center;
	margin-bottom: 24px;
}

/*
.project_banner img {
	padding: 1px;
	background-color: #fff;
}
*/

/*-------------------------------------
	project_main / project_sub
-------------------------------------*/

.project_main {
	width: 656px;
	float: left;
}

.content_main ul,
.project_main ul,
.project_full ul,
.project_sub ul {
	padding-left: 12px;
	list-style-type: none;
}
/*
.content_main ul.return_list,
.project_main ul.return_list,
.project_full ul.return_list,
.project_sub ul.return_list {
	padding-left: 0;
}
*/

.project_sub_wrap {
	float: right;
	width: 336px;
}

.project_sub {
	padding: 16px;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
	overflow: hidden;
	margin-bottom: 12px;
}

/*-------------------------------------
	projectTab
-------------------------------------*/

#projectTab {
	margin-bottom: 12px;
	list-style-type: none;
	padding-left: 8px;
}

.old-ie #projectTab {
	height: 1%;
}

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

#projectTab li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin: 0 8px 0 0;
}

#projectTab li a {
	font-weight: bold;
	color: #666;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	border-top: #fff solid 2px;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
}

#projectTab li a:hover {
	text-decoration: none;
	border-top: #0a9bd9 solid 2px;
}

#projectTab li.disp a {
	color: #fff;
	background-color: #0a9bd9;
	border-top: #0a9bd9 solid 2px;
}

#projectTab li span {
	color: #fff;
	background-color: #f21783;
	display: inline-block;
	line-height: 28px;
	width: auto;
	padding: 0 8px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	border-radius: 16px;
	margin-left: 8px;
}

#projectTab li.disp span {
	color: #0a9bd9;
	background-color: #fff;
}

/*-------------------------------------
	projectBody
-------------------------------------*/

#projectBody {
	padding: 24px;
	position: relative;
	z-index: 100;
	background-color: #fff;
	border-top: 2px solid #0a9bd9;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
	overflow: hidden;
}

/*
#projectBody img {
	max-width: 608px;
	height: auto;
}
*/

#projectBody table {
	width: 100%;
}

#projectBody h2,
h2.line {
	line-height: 1.2;
	padding: 6px 8px;
	position: relative;
	font-size: 18px;
	border-bottom: #0a9bd9 4px solid;
}

#projectBody h2:after,
h2.line:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 52px;
	border-bottom: #f21783 4px solid;
}
#projectBody h2.noline,
h2.noline {
	line-height: 1;
	padding: 6px 8px;
	position: relative;
	font-size: 18px;
	border-bottom: none;
	margin-bottom: 36px;
}
#projectBody h2.noline:after,
h2.noline:after {
	content: ""; 
	display: block; 
	clear: both;
	border: none;
}

#projectBody .item_img {
	margin-bottom: 24px;
	position: relative;
}

#projectBody .item_img a img {
	border: #ccc 2px solid;
}

#projectBody .item_img div:before {
	content: "";
	position: absolute;
	display: block;
	width: 132px;
	height: 132px;
	left: -6px;
	top: -6px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 300;
}

#projectBody .item_img div.success1:before {
	background-image: url(../img/success_ribbon_l_01.png);
}

#projectBody .item_img div.success2:before {
	background-image: url(../img/success_ribbon_l_02.png);
}

#projectBody .item_img div.success3:before {
	background-image: url(../img/success_ribbon_l_03.png);
}

#projectBody .item_img div.success3 .badge {
	position: absolute;
	display: block;
	width: 306px;
	height: 98px;
	right: 0;
	bottom: -1px;
	background-image: url(../img/badge_ultra_l.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#projectBody .item_img div.all-in:before {
	background-image: url(../img/success_ribbon_l_allin.png);
}

#projectBody .project_owner .icon img {
	border: #ccc 2px solid;
	float: left;
}

#projectBody .project_owner .name {
	font-weight: bold;
	font-size: 24px;
	line-height: 48px;
	vertical-align: middle;
	margin: 0 16px 16px 16px;
}

#projectBody .project_owner .twitter,
#projectBody .project_owner .facebook {
	margin: 0 8px 8px 0;
}

#projectBody .project_owner .twitter img,
#projectBody .project_owner .facebook img {
	vertical-align: middle;
}

#projectBody .project_owner button {
	margin: 0 16px 16px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding: 8px;
	background-color: #0a9bd9;
	border: none;
}

#projectBody .link {
	padding: 8px;
	line-height: 1;
	background-color: #f0f0f0;
	margin: 16px 0;
	text-align: center;
}

#projectBody .link a {
	margin: 0 16px;
}

#projectBody .projectBodySocial {
	margin-top: 12px;
}

#projectBody .projectBodySocial:after {
	content: ""; 
	display: block; 
	clear: both;
	margin-bottom: 6px;
}

#projectBody .action_description {
	margin-bottom: 24px;
}

.search_page p {
	text-align: center;
	margin-bottom: 8px;
}

.search_page p span {
	font-weight: bold;
}

.search_page ul {
	font-size: 0;
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.search_page li {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	margin: 0 4px;
}

.ie6 .search_page li,
.ie7 .search_page li {
	display: inline;
	height: 1%;
}

.search_page li a {
	display: block;
	color: #fff;
	background-color: #0a9bd9;
	padding: 8px;
	border: #0a9bd9 2px solid;
	transition: opacity linear .2s;
	-webkit-transition: opacity linear .2s;
}

.search_page li a:hover {
	text-decoration: none;
	opacity: .6;
}

.search_page li.focus {
	color: #0a9bd9;
	background-color: #fff;
	padding: 8px;
	border: #0a9bd9 2px solid;
}

.items-content button.btn_faq {
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 12px 16px;
	margin-bottom: 8px;
	border: none;
	line-height: 1;
	height: auto;
	transition: opacity linear .2s;
	-webkit-transition: opacity linear .2s;
	background-color: #f21783;
	color: #FFF;
	font-size: 18px;
	background-image: none;
}

.items-content button.btn_faq:hover {
	border: none;
	opacity: .6;
	text-decoration: none;
}

/*-------------------------------------
	project_sub
-------------------------------------*/

.project_sub h2 {
	line-height: 1;
	padding: 4px;
	position: relative;
	font-size: 16px;
	margin-bottom: 16px;
	border-bottom: #0a9bd9 2px solid;
}

/*--- project_owner ---*/

.project_sub .project_owner {
	margin-bottom: 24px;
}

.project_sub .project_owner p {
	text-align: center;
	margin-bottom: 8px;
	font-size: 0;
}

.project_sub .project_owner p a {
	font-size: 16px;
	margin: 0 4px;
}

.project_sub .project_owner p img {
	vertical-align: middle;
}

.project_sub .project_owner .name {
	font-weight: bold;
}

.project_sub .project_owner .icon img {
	width: 124px;
	height: 124px;
	/*border: #ccc 2px solid;*/
}

/*--- support ---*/

.project_sub .support {
	margin-bottom: 16px;
}

.project_sub .support ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 8px;
}

.project_sub .support li {
	text-align: center;
}

.project_sub .support li strong {
	font-size: 24px;
	color: #f21783;
	margin: 0 4px;
}

.project_sub .support p {
	font-size: 13px;
	margin-bottom: 8px;
}

.project_sub .support .gaugeViewer {
	position: relative;
	background-color: #dadada;
	height: 24px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: rgba(0,0,0,.15) 2px 2px 0 inset;
	margin: 0 0 8px;
}

.project_sub .support .gaugeViewer.project_type_2 {
	background-color: #809ebc;
}

.project_sub .support .progress_bar {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 24px;
	background-image: url(../img/gauge_01.png);
	background-repeat: repeat;
	border-radius: 16px;
	box-shadow: rgba(0,0,0,.15) -2px -2px 0 inset;
}

.project_sub .support .coming_soon_bar {
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	height: 24px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	text-shadow: rgba(255,255,255,.6) 1px 1px 3px;
}

.project_sub .gaugeViewer_success1 {
	background-image: url(../img/gauge_01.png);
}

.project_sub .gaugeViewer_success2 {
	background-image: url(../img/gauge_02.png);
}

.project_sub .gaugeViewer_success1 .progress_bar {
	background-image: url(../img/gauge_02.png);
}

.project_sub .gaugeViewer_success2 .progress_bar {
	background-image: none;
	border: 1px solid #cbac62;
	background: #cbac62; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffcc 12%, #ffe69b 28%, #cbac62 81%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(12%,#ffffcc), color-stop(28%,#ffe69b), color-stop(81%,#cbac62)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbac62',GradientType=0 ); /* IE6-9 */
}

.project_sub .gaugeViewer_success3 .progress_bar {
	background-image: none;
	border: 1px solid #cbac62;
	background: #cbac62; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffcc 12%, #ffe69b 28%, #cbac62 81%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(12%,#ffffcc), color-stop(28%,#ffe69b), color-stop(81%,#cbac62)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffcc 12%,#ffe69b 28%,#cbac62 81%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbac62',GradientType=0 ); /* IE6-9 */
}

.project_sub .support .gaugeViewer_success2 .progress_counter,
.project_sub .support .gaugeViewer_success3 .progress_counter {
	text-shadow: rgba(0,0,0,.8) 1px 1px 3px;
	transition: color linear .4s;
	-webkit-transition: color linear .4s;
}

.project_sub .support .gaugeViewer .progress_bar hr {
	display: none;
}

.project_sub .support .gaugeViewer .success {
	width: 100%;
}

.project_sub .gaugeViewer .progress_counter {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding-left: 8px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
	line-height: 24px;
	text-shadow: rgba(0,0,0,.3) 1px 1px 0;
}

.project_sub .support button {
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	margin-bottom: 8px;
	border: none;
	line-height: 1;
	height: auto;
	transition: opacity linear .2s;
	-webkit-transition: opacity linear .2s;
}

.project_sub .support button:hover {
	border: none;
	opacity: .6;
}

.project_sub .support button.btn_support {
	background-color: #f21783;
	color: #FFF;
	font-size: 18px;
	background-image: none;
}

.project_sub .support button.btn_follow {
	background-color: #0a9bd9;
	color: #FFF;
	font-size: 18px;
	background-image: none;
}

.project_sub .support button.btn_admin {
	border: 1px solid #CCC;
}

/*--- period ---*/

.project_sub .period p {
	text-align: center;
	margin-bottom: 24px;
}

.project_sub .period strong {
	font-size: 24px;
	color: #f21783;
	margin: 0 4px;
	line-height: 1;
}

/*-------------------------------------
	return_list
-------------------------------------*/

.return_list {
	list-style-type: none;
	padding: 0;
}

.return_list {
}

.return_list li {
	background-color: #f0f0f0;
	padding: 8px;
	margin-bottom: 8px;
}

.return_list li :last-child {
	margin-bottom: 0;
}

.return_list h3 {
	height: 62px;
	line-height: 32px;
	font-size: 12px;
	position: relative;
	color: #fff;
	background-color: #0a9bd9;
	padding: 0 8px;
	margin: -8px -8px 8px;
}
.return_list h3.lottery-link {
	height: 32px;
}
.return_list h3 a {
	font-size: 14px;
	color: #fff;
}

.return_list h3 span {
	font-weight: normal;
}

.return_list h3 span strong {
	background-color: #fff;
	color: #0a9bd9;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: auto;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	margin-left: 4px;
	border-radius: 16px;
}

.return_list h3 .supporter {
	position: absolute;
	right: 68px;
}

.return_list h3 .rest {
	position: absolute;
	right: 4px;
}

.project_sub .return_list h3 a {
	font-size: 12px;
}

.project_main .return_list h3 .supporter {
	right: 368px;
}

.project_main .return_list h3 .rest {
	right: 284px;
}

.project_sub .return_list h3 .supporter {
	right: 74px;
}

.project_sub .return_list h3 .rest {
	right: 4px;
}
.return_list div.description {
	margin-bottom: 8px;
}

.return_list a.btn_support {
	display: block;
	border: medium none;
	color: #FFFFFF;
	font-size: 14px;
	height: auto;
	line-height: 1.3;
	padding: 6px 0;
	text-align: center;
	transition: opacity 0.2s linear 0s;
	width: 100%;
	background-color: #888;
	background-image: none;
}
.return_list a.btn_support span {
	font-size: 12px;
	line-height: 1.0;
}

.return_list a.btn_support:hover {
	border: none;
	opacity: .6;
	text-decoration: none;
}
.return_list a.soldout:hover {
	opacity: 1;
	cursor: default;
}


.return_list a.term_end:hover {
	opacity: 1;
	cursor: default;
}
.return_list .description img {
	height: auto;
}

.return_list h3.lottery-link,
.lottery-link {
	margin-top: -4px;
	padding: 2px 8px;
	text-align: center;
	transition: opacity 0.2s linear 0s;
}
.project_sub .return_list h3.lottery-link a {
	display: block;
	font-size: 12px;
}
.lottery-link a {
	text-decoration: underline;
}

.lottery-link:hover {
	border: none;
	opacity: .6;
	text-decoration: none;
}


/*-------------------------------------
	followSearchList
-------------------------------------*/

.followSearchList {
	list-style-type: none;
	padding: 0;
}

.followSearchList li {
	padding: 16px;
	border-bottom: #ccc 1px solid;
}

.followSearchList li:last-child {
	border-bottom: none;
}

.followSearchList li p {
	margin: 0;
}

.followSearchList .icon {
	float: left;
	margin: 0 16px 16px 0;
}

.followSearchList .icon img {
	width: 60px;
	height: 60px;
	border: #efefef 2px solid;
}

#projectBody .followSearchList .icon img {
	height: 60px;
}

.followSearchList .project_icon img {
	width: 140px;
	height: 110px;
}
.followSearchList .name {
	font-size: 18px;
	font-weight: bold;
}

.followSearchList .description strong {
	font-size: 16px;
}
.followSearchList .user {
	clear: both;
	min-height: 110px;
}

.followProjectList .project_list_nuser .project_footer {
	height: 34px;
}

.userCounter {
	margin-top: 2px;
}
.userCounter li {
	font-size: 12px;
	float: left;
	margin-right: 6px;
	padding: 2px  4px;
	border: 1px solid #CCC;
}
.followSearchList .userCounter li:last-child {
	border: 1px solid #CCC;
}
.userCounter li span {
	background-color: #EEE;
	padding-left: 6px;
	padding-right: 6px;
}

.fw_bold {
	font-weight: bold;
}

.support .description {
	text-align: center;
}

.lottery-plan-bottom {
}
.lottery-plan-bottom p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 8px 4px;
}
.lottery-plan-bottom p.lottery-box {
	border: 1px solid #888;
	margin: 2px 0;
	padding: 4px 0 4px 6px;
}
.lottery-plan-bottom p.lottery-caution {
	margin-top: 8px;
}
