.status-success,
.status-supported {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.status-success {
	color: #EA5514;
	line-height: 4rem;
}
.status-supported {
	color: #FFA000;
	line-height: 1.8rem;
}
@media only screen and (orientation : landscape) {
	.status-supported {
		line-height: 4rem;
	}
	.status-supported br {display: none;}
}

/* ========= ヘッダー　サポート時メッセージ */
#support-message p {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8rem;
}
#support-message p a {
	font-size: 1.4rem;
	color: #fff;
	line-height: 3rem;
}
#support-message p.requested ,									/* サポート時オーナー要求 */
#support-message p.unpaid-attention 	{color: #FFA000;}		/* サポート完了していない場合 */
#support-message .received p.datetime 	{font-size: 1.2rem;}	/* リターンアイテム受取り */
#support-message .received p#recv-msg {
	font-size: 1.3rem;
	color: #ffffff;
}

/* ============================== main */
#main h2 {
    margin: 0 0.3rem;
    margin-bottom: 2rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5em;
}
/* ========= mainLeft */
#mainLeft p {
	font-size: 1.2rem;
	color: #3e3a39;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5em;
}

/* main-sns */
.tw-box {
	text-align: center;
	font-size: 1.1rem;
	line-height: 3.3rem;
	text-decoration: none;
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.tw-box:hover {color: #333;}


/* ============================================= mainRight */
.status dt {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1em;
}

.status dd {
	font-size: 1.8rem;
	font-weight: bold;
}
.status dd span {font-size: 1.5rem;}
.support-list dd {text-align: right;}

.support-list dd.warning {
    color: #d22100;
}

.support-list dd span {
	font-size: 0.7em;
    margin: 0 0.3em;
}

.support-list dd span.finishing {
    font-size: 0.8em;
    margin: 0;
    letter-spacing: -1px;
}


.status .goal dt {
	text-align: right;
}
.status .goal dd {
	font-size: 1.6rem;
	font-weight: normal;
	text-align: right;
}
.status .goal dt,
.status .goal dd {color: #888;}

/* ========= support-parent */
.time .alert dt,
.time .alert dd {
	color: #d22100;
}
.time .alert-end dd {
	font-size: 1.5rem;
	color: #333;
}

.time dd span.endDate {
	line-height: 2rem;
	font-size: 1rem;
}
.time.support-list .alert dd span.endDate {color: #000000;}



/* ========= bar */
.progbar .rate {
	font-size: 2rem;
	color: #fff;
	text-align: right;
	line-height: 3rem;
}
.progbar .rate span {font-size: 1.2rem;}
.maxsize.progbar .rate {color: #fff000;}
.maxsize.progbar .rate strong {font-weight: bold;}

/* success */
.progbar.support-success .rate {
	color: #fff;
	text-align: center;
}
.progbar.support-success .rate strong {font-weight: bold;}

/* ============================================= ▲サポートするボタン */

/* project-sns */
#project-sns {
	text-align: center;
}
#project-sns h3 {
	font-size: 1.2rem;
	text-align: center;
	color: #595757;
}

#project-sns li {
	line-height: 4.5rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
#project-sns li a {
	color: #fff;
}

/* owner */
#owner-profile .title {
	font-size: 1.2rem;
	font-weight: bold;
}
#owner-profile .name {
	font-size: 1.3rem;
	font-weight: bold;
}
#owner-profile .name span {
	font-size: 1.3rem;
}

#owner-profile .inquiry {
	line-height: 2rem;
}
#owner-profile .inquiry a {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}


/* ============================================================================================================================== */
.status-success {
	margin-bottom: 1rem;
	box-sizing: border-box;
	border: solid 1px #EA5514;
}
.status-supported {
	margin-bottom: 2rem;
	padding: 1rem 0;
	box-sizing: border-box;
	border: solid 1px #FFA000;
}
@media only screen and (orientation : landscape) {
	.status-supported {padding: 0;}
}
/* ============================== main */
#main {
	position: relative;
	width: 100%;
	padding-top: 2rem;
	background-color: #f7f8f8;
	border-bottom: solid 4px #f4f4f4;
}

#main-body {
	position: relative;
	/*width: 85%;*/
	margin: 0 auto;
	z-index: 10;
}

#main-body h2 {
    color: #298178;
    letter-spacing: 0;
}

#main-body.project-end {padding-bottom: 10rem;}
.owner-pro #main-body {padding-bottom: 10rem;}

/* ========= ヘッダー　サポート時メッセージ */
#support-message {
	margin-bottom: 2rem;
}
#support-message p {
	margin-bottom: 2rem;
	padding: .5rem;
}
#support-message p a,
#support-message p span {
	display: block;
}
#support-message p a {
	width: 90%;
	height: 3rem;
	margin: .8rem auto .5rem;
	padding: .8rem 0;
	border-radius: 4px;
}
/* サポート時オーナー要求 */
#support-message p.requested,
#support-message p.unpaid-attention {
	background-color: #fff;
	border: solid 1px #FFA000;
}
#support-message p.requested a,
#support-message p.unpaid-attention a {
	-webkit-transition: background-color .15s linear;
	background: url("../../images/common/icon1.png") no-repeat 15% center #FFA000;
	border-bottom: solid 2px #E89200;
}
#support-message p.requested a:hover,
#support-message p.unpaid-attention a:hover {background-color: #ff8b38;}

/*横向きの際に適用*/
@media only screen and (orientation : landscape) {
	#support-message p.requested a {background-position: 27% center;}
	#support-message p.unpaid-attention a {background-position: 27% center;}
}

/* リターンアイテム受取り */
#support-message .received {
	margin: 0 auto;
	padding: 1rem 0;
	background-color: #FFA000;
	border-radius: .4rem;
}
#support-message .received p.datetime {
	margin: 0;
	padding: .3rem 0 0;
	background-color: #fff;
}
#support-message .received p#recv-msg {
	margin: 1rem 0 0;
	padding: 0;
}


/* ========= mainLeft */
#mainRight,
#mainLeft h3 {
	position: relative;
}
#mainLeft h3 img {
	width: 100%;
	border-radius: .6rem;
}
#mainLeft p {
	margin: 1rem 0 3rem;
}
#mainLeft h3 span.successic {
	display: block;
	position: absolute;
	left: 0;
	top: 0rem;
	width: 10rem;
	height: 10rem;
	z-index: 10;
}

/* ============================================= mainRight */
.status {
    margin: 0 18px;
}
.status dt {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 1.5rem;
	padding: 0;
}
.status dt img {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: 1.8rem;
	margin-right: .5rem;
	vertical-align: bottom;
}


/* 支援金額 */
.support {
	float: left;
	width: 50%;
    padding-left: 1rem;
	margin-bottom: 1rem;
}

/*目標金額*/
.goal {
	float: right;
	width: 39%;
    padding-right: 1rem;
	margin-bottom: 1rem;
}
.status .goal dt {
	margin-top: .4rem;
}
.status .goal dd {
	margin-top: 1.2rem;
}

/* ========= support-parent */
.support-parent {
	padding: 1rem;
	border-top: solid 1px #DCDDDD;
}
.support-parent.ended {clear: both;}
.supporters {
	display: inline-block;
	width: 48%;
	padding-right: 2%;
	vertical-align: top;
	border-right: solid 1px #DCDDDD;
}
/* 終了 */
.ended .supporters {
	display: block;
	width: 100%;
	padding: 5% 0 10%;
	vertical-align: top;
	border-right: none;
	border-bottom: solid 1px #DCDDDD;
}
.ended .supporters dt {
	float: left;
	width: 35%;
	margin-left: 1rem;
	line-height: 1em;
}
.ended .supporters dd {
	float: right;
	width: 55%;
    margin-right: 1rem;
	text-align: right;
}

.time {
	display: inline-block;
	width: 45%;
	padding-left: 3%;
	vertical-align: top;
}
.time dd {
}
.time .alert-end dd {
	padding: 0 0 .5rem;
}

.time dd span.endDate {
	display: block;
	position: absolute;
	right: 0;
	margin: .5rem 0 0;
	padding: 0 .5rem;
	background-color: #ffffff;
}



/* ========= bar */
.progbar {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 3rem;
	margin: 0 auto 1rem;
	/*border-radius: 1.5rem;*/
	background-color: #e5e5e5;
	overflow: hidden;
	clear: both;
}
.gauge {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3rem;
	z-index: 1;
}
.progbar .rate {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0 1rem 0;
	z-index: 10;
}

.progbar.elastic .gauge {
	background: url("../../images/common/gauge_elastic.png") repeat-x left center;
}

.progbar.maxsize .gauge {
	width: 100%;
	background: url("../../images/common/gauge_elastic.png") repeat-x left center;
}


/* success */
.progbar.support-success .gauge {
	width: 100%;
	background: url("../../images/common/gauge_maxsize.png") repeat-x left center;
}

/* ============================================= ▲サポートするボタン */

/* project-sns */
#project-sns {
	position: absolute;
	bottom: 0;
	width: 90%;
	padding: 0 5%;
	text-align: center;
}
#project-sns h3 {
	margin: 2rem auto 1rem;
}

#project-sns li {
	width: 44%;
	height: 4.5rem;
	padding-right: 5%;
	border-radius: .4rem;
	border-bottom: solid 2px;
	list-style-type: none;
	-webkit-transition: background-color .15s linear;
}
#project-sns li img {
	vertical-align: middle;
	height: 4rem;
}
#project-sns li a {
	display: block;
	width: 100%;
	height: 100%;
}
#project-sns li#project-sns-fb {
	float: left;
	background-color: #3b5998;
	border-color: #273c66;
}
#project-sns li#project-sns-tw {
	float: right;
	background-color: #67aadd;
	border-color: #5c96c4;
}

/* owner */
#owner-profile {
	position: relative;
	margin-top: 4rem;
	padding: 5%;
	background-color: #ffffff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
#owner-profile .owner {
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	width: 5rem;
	margin: 0;
	padding: 0;
	border-radius: 5rem;
	overflow: hidden;
}
#owner-profile .owner img {
	width: 100%;
	vertical-align: top;
}
#owner-profile .title {
	margin-bottom: 1rem;
}
#owner-profile .name {
	margin-bottom: 1.5rem;
}
#owner-profile .name span {
	margin-left:  1rem;
}

#owner-profile .owner-profile-sns img {
	height: 3rem;
}
#owner-profile .owner-profile-sns a {
	margin-right: 1rem;
}

#owner-profile .inquiry {
	width: 100%;
	height: 4rem;
	margin: 1rem 0 0;
	padding: 0;
	line-height: 2rem;
	background-color: #7a6a56;
	-webkit-transition: background-color .15s linear;
	border-radius: .4rem;
	border-bottom: solid 2px #665948;
}
#owner-profile .inquiry img {
	height: 1rem;
	margin-right: .5rem;
}
#owner-profile .inquiry a {
	display: block;
	width: 97%;
	height: 2rem;
	padding: 1rem 0 1rem 3%;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#owner-profile .inquiry:hover {background-color: #7a5e3c;}

/*===============================================
  レイアウト調整　追加スタイルグループ 
  ===============================================*/
.preview-notice {
    font-size: 1.0em;
    padding: 8px 0;
    background: #E4E4E4;
    -webkit-font-smoothing: antialiased;
}
.preview-notice p {
    margin: 0 auto;
    text-align: center;
}
.preview-notice span.ic {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../../images/common/ic_preview.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0 -1px;
    text-indent: -9999px;
    vertical-align: middle;
}

.supporting-notice {
    font-size: 1.2em;
    line-height: 18px;
    padding: 8px 0;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.supporting-notice p {
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
}

.supporting-notice span {
    display: inline-block;
    margin-bottom: 1rem;
}

.supporting-notice span.label {
    /*display: inline-block;*/
    font-weight: bold;
    /*font-size: 0.3em;*/
}

.supporting-notice a {
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
}

.supporting-notice.waiting {
    color: #333;
    background: #FFF;
    border-bottom: 1px solid #aaa;
}

.supporting-notice.waiting span.label {
    color: #FFF;
    background: #aaa;
    padding: 0 10px;
    border: 1px solid #aaa;
}

.supporting-notice.waiting a {
    color: #666;
    background: #FFF;
    border: 1px solid #999;
    border-bottom: 2px solid #666;
}

.supporting-notice.supported {
    color: #674300;
    background: #FFCF2E;
}

.supporting-notice.supported span.label {
    color: #FFF;
    padding: 5px 15px;
    border: 2px solid #FFF;
    border-radius: 20px;
}

.supporting-notice.supported a {
    color: #FFF;
    background: #FFA000;
    border-bottom: 2px solid #E89200;
}

.supporting-notice.return {
    color: #674300;
    background: #FFF;
    border-bottom: 1px solid #FFCF2E;
}

.supporting-notice.return p {
}

.supporting-notice.return span.label {
    color: #FFF;
    background: #FFCF2E;
    padding: 5px 15px;
    border-radius: 20px;
}

.supporting-notice.return a {
    color: #674300;
    background: #FFCF2E;
    border-bottom: 2px solid #BD9200;
}

.project-title-wrapper {
    margin: 0 0.3rem;
    margin-bottom: 2rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.project-title-wrapper p {
    display: inline-block;
    font-size: 1.3rem;
    color: #FFF;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    text-align: center;
}

.project-title-wrapper .accepting {
    background: #8BBB24;
}

.project-title-wrapper .success {
    color: #EC662C;
}

.project-title-wrapper .success span {
    display: inline-block;
    font-weight: bold;
}
.project-title-wrapper .success span.label {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 5px 20px;
    margin-right: 0.5rem;
    color: #FFF;
    background: #EC662C;
    border-radius: 30px;
}

.project-title-wrapper .close {
    color: #969696;
    border: 1px solid #aaa;
}

.project-visual-main-image {
    /*
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 280px;
    overflow: hidden;
    z-index: 1;
    */
    max-width: 100%;
}

.project-visual-main-image img {
    max-width: 100%;
}

.summary-wrapper {
    background: #FFF;
    padding: 12px 11px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px rgba(51,51,51,0.2);
    box-sizing: border-box;
}
.summary {
    -webkit-font-smoothing: antialiased;
}
.summary h3 {
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.pc-sns-share-group {
    display: none;
}

.sp-sns-share-group {
    position: relative;
    background: #FFF;
    min-height: 50px;
    box-sizing: border-box;
}
.sp-sns-share-group-wrapper {
    padding: 15px 0 0 20px;
}
.sp-sns-share-group span {
    display: inline-block;
    margin-right: 5px;
}

a.follow-toggle-btn-off {
    position: absolute;
    top: 15px;
    right: 15px;

    display: inline-block;
    color: #FFF;
    width: 60px;
    height: 30px;
    line-height: 34px;
    background-color: #7bd4a3;
    border-radius: 4px;
    border-bottom: 2px solid #12c763;
    text-align: center;
    text-indent: -999px;

    background-image: url(../../images/common/btn_favorite_off.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50% 50%;
}

a.follow-toggle-btn-on {
    position: absolute;
    top: 15px;
    right: 15px;

    display: inline-block;
    color: #FFF;
    width: 60px;
    height: 30px;
    line-height: 34px;
    background-color: #18D46D;
    border-radius: 4px;
    border-bottom: 2px solid #12c763;
    text-align: center;
    text-indent: -999px;

    background-image: url(../../images/common/btn_favorite_on.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50% 50%;
}

.project-note {
    color: #999;
    text-align: center;
}
.project-note .ending-info {
    color: #333;
    background: #FFF;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.project-note .ending-info span {
    display: block;
    padding: 3px 5px;
    margin-bottom: 10px;
    border: 1px solid #333;
}

.project-note .success-ending-info {
    color: #FFF;
    background: #EC662C;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
}
.project-note .success-ending-info span {
    display: inline-block;
}
.project-note .success-ending-info span.label {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #FFF;
}

.sp-project-method {
    margin-bottom: 20px;
    padding: 10px;
    background: #f2ffd6;
    color: #767676;
    letter-spacing: 1px;
}

.sp-project-support-confirm-button {
    margin-bottom: 20px;
}

.owner-avatar-wrapper {
    position: relative;
    height: 50px;
    width: 80px;
    margin: 0 auto;
}
.owner-avatar {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border: 3px solid #FFF;
    border-radius: 50% 50%;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #666;
    z-index: 1;
}

.owner-profile-area {
	min-height: 242px;
    padding-top: 40px;
	background-color: #ffffff;
	box-shadow: 0 2px 2px rgba(51,51,51,0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}

.owner-profile-area .owner-tag {
    display: inline-block;
    color: #FFF;
    margin-bottom: 10px;
    padding: 0 5px;
    background: #7a6a56;
    border-radius: 3px;
}

.owner-profile-area .owner-name{
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: -1px;
} 

.owner-profile-area .owner-ex-link {
    color: #BDBDBD;
    font-size: 1.4rem;
    letter-spacing: 2px;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
}

.owner-profile-area .owner-ex-link span.ic-tw {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/ic_tw_invalid.png);
    background-size: 20px 20px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    vertical-align: middle;
}

.owner-profile-area .owner-ex-link a span.ic-tw {
    background-image: url(../../images/common/ic_tw.png);
}

.owner-profile-area .owner-ex-link span.ic-fb {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/ic_fb_invalid.png);
    background-size: 20px 20px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    vertical-align: middle;
}
.owner-profile-area .owner-ex-link a span.ic-fb {
    background-image: url(../../images/common/ic_fb.png);
}

.owner-profile-area .owner-ex-link span.ic-web {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/ic_web_invalid.png);
    background-size: 20px 20px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    vertical-align: middle;
}
.owner-profile-area .owner-ex-link a span.ic-web {
    background-image: url(../../images/common/ic_web.png);
}

.inquiry-wrapper {
    text-align: center;
}

a.inq-btn {
    font-size: 1.4rem;
    color: #FFF;
    background: #504230;
    padding: 10px 10px;
    border-radius: 3px;
}

nav.project-content-navi {
    background: #FFF;
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 30px;
}

nav.project-content-navibutton {
    background: #FFF;
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 30px;
}

nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

nav.is-invisible {
    display: none;
}

nav .project-content-navi-wrapper {
    position: relative;
    margin: 0 auto;
    background: #FFF;
}

nav.project-content-navi li {
    display: table-cell;
    white-space: nowrap;
    width: 124px;
    height: 65px;
    font-size: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

nav.project-content-navi li.selected {
    border-bottom: 5px solid #87CC00;
}

nav.project-content-navi li a {
    display: block;
    color: #333;
    height: 25px;
    padding: 10px 0;
    text-decoration: none;
}

nav.project-content-navi li span {
    display: block;
    margin-bottom: 5px;
}
nav.project-content-navi li span.count {
    display: inline-block;
    color: #333;
    font-size: 1.0rem;
    padding: 1px 5px;
    border-radius: 3px;
    border: 1px solid #333;
}
nav.project-content-navi li span.newly {
    color: #FFF;
    background: #FF5C5C;
    border: 1px solid #FF5C5C;
}

nav .project-follow {
    position: absolute;
    top: 25px;
    left: 580px;
}

nav .project-follow a {
    position: absolute;
    display: inline-block;
    padding-left: 15px;
    color: #FFF;
    width: 120px;
    height: 34px;
    line-height: 34px;
    background-color: #7bd4a3;
    border-radius: 4px;
    border-bottom: 2px solid #12c763;
    text-align: center;

    background-image: url(../../images/common/btn_favorite_off.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px 50%;
    -webkit-transition: background .15s linear;
}
nav .project-follow a:hover {
    background-color: #18D46D;
    background-image: url(../../images/common/btn_favorite_on.png);
}

nav.project-content-navi .project-support {
    display: none;
}

nav#project-content-fixed-navi ul {
    display: none;
}

nav#project-content-fixed-navi .project-support {
    display: inline;
    position: absolute;
    left: 0;
    width: 100%;
    height: 65px;
    background: #FFF;
    box-shadow: 0 1px 8px #999;
}

.project-contents-area {
    margin: 0 auto 50px auto;
    padding: 0 5px;
}

.project-contents-area .pc-project-method {
    display: none;
}

.project-contents-area .section-title {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #8dc21e;
}

dl.pledge {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right 10px top 20px;

    color: #333;
    padding:10px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border-radius: 6px;
}



dl.supporting {
    color: #333;
    padding: 20px 10px;
    margin-bottom: 10px;
    background-color: #fff7d6;
    border: 3px solid #FFC400;
    border-radius: 6px;
}

dl.sold {
    background-image: none;
    background-color: #CECECE;
}

dl.pledge dt {
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CECECE;
}

dl.pledge p {
	line-height:1.8em;
	}

dl.pledge span.badge {
    font-size: 0.9em;
    color: #333333;
    padding: 4px;
    border-radius: 3px;
    margin-left: 5px;
}

dl.pledge span.limit {
    font-weight: bold;
    color: #333333;
    background: #FFC200;
}

dl.pledge span.left {
    color: #FFF;
    background: #ec630a;
}

dl.pledge span.sold {
    color: #FFF;
    background: #948A82;
}

dl.pledge span.waiting {
    color: #FFF;
    background: #4D4CB3;
}

dl.pledge dt .price {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

dl.pledge dd {
    padding:0 10px;
    margin-bottom: 10px;
    line-height:150%;
}

dl.pledge dd.title {
    font-size: 1.3em;
    font-weight: bold;
	color:#8dc21e;
}

dl.pledge dd.period {
    background-image: url(../../images/common/ic_pledge_period.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 10px 0;
    padding: 5px;
    padding-left: 34px;
    margin-bottom: 0;
}

dl.pledge dd.count {
    color: #ec630a;
    font-size: 1.1em;
    margin-bottom: 0;
}

dl.pledge dd.item-img img{
	width:100%;
	margin-bottom:0;
}

dl.pledge dd.user-option {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    text-align: center;
}

dl.pledge dd.user-option span {
    display: inline-block;
    font-size: 1.2em;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
    color: #ccc;
    background: #FFF;
    border: 1px solid #ccc;
    box-sizing: border-box;
    letter-spacing: 2px;
}

dl.pledge dd.user-option span.complete {
    color: #FFA000;
    border: 1px solid #FFA000;
}

dl.pledge dd.user-option a {
    display: inline-block;
    font-size: 1.2em;
    color: #FFF;
    padding: 10px 30px;
    background: #FFA000;
    border-radius: 5px;
    border-bottom: 2px solid #E89200;
}



/* このコースを選ぶ */

dl.pledge div.supportbtn {
	display:block;
	margin:10px	auto;
	width: 50%;
	padding:10px;
	background-color: #8DC21E;
	border-color: #79A61A;
	text-align:center;
	border-radius: 5px; 
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	color:#ffffff;
	font-weight:bold;
}

.pc-project-method{
	display:none;
}


.section-title {
    border-bottom: 2px solid #8dc21e;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 10px;
}


.tab-content input[type="radio"] {
  display: none;
}

.tab-content .tab-box {
  width:100%;
  height: 100%;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

.tab-box{
	margin-top:80px;
}


.tab-content label{
    white-space: nowrap;
    width: 25%;
    height: 65px;
    font-size: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	display:table-cell;
    color: #333;
    padding: 10px 0;
    text-decoration: none;
	}
	
	.tab-content label.selected{
	
	}
	
	
.tab-content input[type="radio"]:checked + label {
  color: #333;
  border-bottom: 5px solid #87CC00;
}

.tab-content span.tabname {
    display: block;
    margin-bottom: 5px;
}

.tab-content span.count{
    display: inline-block;
    color: #333;
    font-size: 1.0rem;
    padding: 1px 5px;
    border-radius: 3px;
    border: 1px solid #333;
}


.tab-content span.newly{
	color: #FFF;
    background: #FF5C5C;
    border: 1px solid #FF5C5C;
}



