#contents {
	width: 100%;
	min-width: 1120px;
}

.clear{
	clear:both;
	size:0;
}

span.unit {
    font-size: 0.7em;
    margin-left: 0.3em;
}

span.successic {display: none;}
p.successic {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 160px;
	background-image: url("../../images/pc/successic.png");
	z-index: 0;
}
.status-success {
	width: 320px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: solid 1px #EA5514;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #EA5514;
}
.status-supported {
	width: 320px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: solid 1px #FFA000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #FFA000;
	letter-spacing: -.05em;
}
.status-supported br {display: none;}
/* ============================== main */
#main {
	position: relative;
	width: 100%;
    padding-bottom: 30px;
	background-color: #f7f8f8;
	border-bottom: solid 4px #f4f4f4;
}

#main-body {
	position: relative;
	width: 1044px;
	margin: 0 auto;
    padding-top: 50px;
	z-index: 10;
}
#main-body h2 {
    color: #298178;
    letter-spacing: 0;
}

#main h2 {
    /*margin-bottom: 40px;*/
	width: 800px;
    padding: 0;
	font-size: 26px;
	/*text-align: center;*/
	line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

/* ========= ヘッダー　サポート時メッセージ */
#support-message {
	margin-bottom: 20px;
}
#support-message p {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#support-message p.requested,
#support-message p.unpaid-attention {
	color: #FFA000;
	background-color: #fff;
	border: solid 1px #FFA000;
}
#support-message p a {
	padding: 8px 15px 8px 25px;
	color: #fff;
	line-height: 1.4em;
	border-radius: 4px;
}
#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 15px center #FFA000;
	border-bottom: solid 2px #E89200;
}
#support-message p.requested a:hover,
#support-message p.unpaid-attention a:hover {background-color: #ff8b38;}


/* リターンアイテム受取り */
#support-message .received {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #FFA000;
	border-radius: 4px;
}
#support-message .received p.datetime {
	margin: 0;
	padding: 2px 0 0;
	font-size: 12px;
	background-color: #fff;
}
#support-message .received p#recv-msg {
	margin: 10px 0 0;
	padding: 0;
	font-size: 16px;
	color: #ffffff;
}


/* ========= mainLeft */

#mainLeft {
	float: left;
	position: relative;
	width: 700px;
}
#mainLeft h3 {
	height: 100%;
	margin: 0;
	padding: 0
}
#mainLeft h3 img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 6px;
}
#mainLeft p {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #3e3a39;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5em;
}

/* main-sns */
#main-sns {
	padding: 30px 0 30px 50px;
    background: #FFF;
}
#main-sns li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}

/* ============================================= mainRight */
#mainRight {
    position: absolute;
	float: right;
	width: 320px;
    top: -20px;
    right: 0;
}

/* ========= common */
.support dt,
.support-list dt {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 14px;
}
.support dt img,
.support-list dt img {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: 24px;
	margin-right: 5px;
	vertical-align: bottom;
}
.support dd {
	font-size: 40px;
	font-weight: bold;
}

.support-list dd {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
}

.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.6em;
    margin: 0;
    letter-spacing: -1px;
}

/*
.support dd span,
.support-list dd span {
	font-size: 25px;
}*/

/* ========= support */
.support dd {
    display: inline-block;
	margin: 10px 0 0;
}
/* ========= status */
.status {
    min-height: 406px;
    margin-bottom: 15px;
}
.support {
    display: inline-block;
    padding-left: 15px;
}
.goal {
	margin: 10px 0;
    padding-right: 20px;
    text-align: right;
}
.goal dt {
	display: inline-block;
	margin-left: 5px;
	font-size: 13px;
}
.goal dd {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
.goal dd span {
	font-size: 13px;
}
.goal dt,
.goal dd {
	color: #888;
}

/* ========= support-parent */
.support-parent {
	position: relative;
	margin: 15px 0;
	padding: 15px 0;
	border-top: solid 1px #DCDDDD;
	border-bottom: solid 1px #DCDDDD;
}

.support-list {
	margin: 0;
	vertical-align: top;
}

.supporters {
	display: inline-block;
    width: 140px;;
    text-align: center;
}

/* 終了 */
.ended .supporters {
	float: none;
	width: 100%;
}
.ended .supporters dt {
	float: left;
	width: 40%;
	margin: 10px 0 0;
	line-height: 1em;
}
.ended .supporters dd {
	float: right;
    margin-right: 25px;
}

.time {
	display: inline-block;
	width: 170px;
    text-align: center;
}
.time .alert dt,
.time .alert dd {
	font-weight: bold;
	color: #d22100;
}
/*
.time.support-list dd {
	font-size: 26px;
	line-height: 1.6em;
}
.time.support-list dd span {
	font-size: 22px;
	line-height: 1.4em;
}
*/
.time .alert-end dd {
	font-size: 18px;
	color: #333;
}
.time dd {
	position: relative;
}
.time.support-list dd span.endDate {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 188px;
	margin: 0;
	padding: 2px 6px;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
}
.time.support-list .alert dd span.endDate {color: #000000;}



/* ========= bar */
.progbar {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #e5e5e5;
    box-shadow: 0 1px 2px #666;
    overflow: hidden;
}
.gauge {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.progbar .rate {
	position: absolute;
	right: 10px;
	top: 0;
	margin: 0;
	padding: 0 5px 0;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	z-index: 10;
    text-shadow: 0 2px 5px #666;
}
.progbar .rate span {font-size: 12px;}
.progbar.elastic .gauge {
	background: url("../../images/common/gauge_elastic.png") repeat-x left center;
	border-radius: 15px;
}

.progbar.maxsize .gauge {
	width: 100%;
	background: url("../../images/common/gauge_elastic.png") repeat-x left center;
	border-radius: 15px;
}
.progbar.maxsize .rate {color: #fff000;}
.progbar.maxsize .rate strong {font-weight: bold;}


/* success */
.progbar.support-success .gauge {
	width: 100%;
	background: url("../../images/common/gauge_maxsize.png") repeat-x left center;
	border-radius: 15px;
}
.progbar.support-success .rate {
	font-size: 20px;
	text-align: center;
	color: #fff000;
}
.progbar.support-success .rate strong {font-weight: bold;}

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

/* project-sns */
#project-sns {
	width: 700px;
}
#project-sns h3 {
	height: 24px;
	margin: 30px auto 10px;
	font-size: 20px;
	text-align: center;
	color: #595757;
}

#project-sns li {
	width: 320px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	border-bottom: solid 2px;
	list-style-type: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: background-color .15s linear;
}
#project-sns li img {
	vertical-align: top;
	height: 100%;
}
#project-sns li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#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;
	min-height: 262px;
    margin-bottom: 30px;
	padding: 15px;
    padding-top: 65px;
	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;
}
#owner-profile .owner {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 60px;
	height: 60px;
}
#owner-profile .owner img {
	width: 100%;
	height: 100%;
	border-radius: 45px;
}
#owner-profile .title {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
#owner-profile .name {
	margin-bottom: 5px;
	font-size: 16px;
    text-align: center;
}
#owner-profile .name span {
	margin-left: 5px;
	font-size: 13px;
}
#owner-profile .owner-profile-sns img {
	width: 23px;
	height: 23px;
}
#owner-profile .owner-profile-sns a {
	margin-right: 5px;
}
#owner-profile #web-link {
	width: 23px;
	height: 23px;
}

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


/*===============================================
  レイアウト調整　追加スタイルグループ 
  ===============================================*/
.preview-notice {
    font-size: 1.3em;
    line-height: 18px;
    padding: 15px 0;
    background: #E4E4E4;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}
.preview-notice p {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.preview-notice span.ic {
    display: inline-block;
    width: 40px;
    height: 35px;
    background-image: url(../../images/common/ic_preview.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    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 {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

.supporting-notice span.label {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 25px;
}

.supporting-notice a {
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    margin-left: 20px;
    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: 5px 15px;
    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 {
    text-align: left;
    padding-left: 115px;
}

.supporting-notice.return span.label {
    font-size: 14px;
    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 {
    padding-left: 30px;
    margin-bottom: 40px;
    -webkit-font-smoothing: antialiased;
}

.project-title-wrapper p {
    display: inline-block;
    font-size: 16px;
    width: 170px;
    padding: 15px 0;
    margin-right: 15px;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
}

.project-title-wrapper .accepting {
    color: #8BBB24;
    border: 2px solid #A7D840;
}

.project-title-wrapper .success {
    font-size: 12px; 
    color: #FFF;
    background: #EC662C;
    border: 2px solid #EC662C;
}

.project-title-wrapper .success span {
    display: inline-block;
}
.project-title-wrapper .success span.label {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 30px;
}

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

.project-visual-main-image {
    height: 450px;
    text-align: center;
    /*
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 700px;
    overflow: hidden;
    z-index: 1;
    */
}

.summary-wrapper {
    background: #FFF;
    padding: 0 20px 15px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px rgba(51,51,51,0.2);
    box-sizing: border-box;
    min-height: 180px;
}

.summary {
    -webkit-font-smoothing: antialiased;
}

.summary h3 {
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    line-height: 2.3rem;
}

.pc-sns-share-group {
    position: relative;
    padding: 30px 0 30px 50px;
    background: #FFF;
    min-height: 85px;
    box-sizing: border-box;
    line-height: 10px;
}

.pc-sns-share-group li {
    display: inline-block;
    margin-right: 5px;
    list-style-type: none;
}

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

.project-follow {
    position: absolute;
    top: 20px;
    left: 560px;
}

a.follow-toggle-btn-off {
    position: absolute;
    display: inline-block;
    padding-left: 15px;
    color: #FFF;
    width: 100px;
    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;
}

a.follow-toggle-btn-off:hover {
    background-color: #18D46D;
    background-image: url(../../images/common/btn_favorite_on.png);
}

a.follow-toggle-btn-on {
    position: absolute;
    display: inline-block;
    padding-left: 15px;
    color: #FFF;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #18D46D;
    border-radius: 4px;
    border-bottom: 2px solid #12c763;
    text-align: center;

    background-image: url(../../images/common/btn_favorite_on.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px 50%;
    -webkit-transition: background .15s linear;
}

a.follow-toggle-btn-on:hover {
    background-color: #7bd4a3;
    background-image: url(../../images/common/btn_favorite_off.png);
}

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

.project-note .success-ending-info {
    color: #FFF;
    background: #EC662C;
    padding: 15px 10px;
    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 {
    display: none;
}

.sp-project-support-confirm-button {
    display: none;
}

.owner-avatar-wrapper {
    position: relative;
    height: 50px;
    width: 100px;
    margin: 0 auto;
}
.owner-avatar {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    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: 265px;
    margin-bottom: 30px;
    padding-top: 60px;
	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 {
    display: inline-block;
    font-size: 1.4rem;
    color: #7a6a56;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid #9E9181;
    -webkit-transition: background .15s linear;
}

a.inq-btn:hover {
    color: #FFF;
    background: #504230;
    border: 1px solid #504230;
} 

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

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

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

nav.is-invisible {
    display: none;
}

nav .project-content-navi-wrapper {
    position: relative;
    width: 1044px;
    height: 80px;
    margin: 0 auto;
}

nav.project-content-navibutton li {
    display: inline-block;
    white-space: nowrap;
    width: 180px;
    height: 80px;
    font-size: 1.6rem;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

nav.project-content-navibutton li a {
    display: block;
    color: #333;
    width: 190px;
    padding: 35px 0;
    text-decoration: none;
}

nav.project-content-navibutton li span.count {
    color: #333;
    font-size: 1.2rem;
    margin-left: 10px;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #333;
}
nav.project-content-navibutton li span.newly {
    color: #FFF;
    background: #FF5C5C;
    border: 1px solid #FF5C5C;
}


nav.project-content-navi li {
    display: inline-block;
    white-space: nowrap;
    width: 180px;
    height: 80px;
    font-size: 1.6rem;
    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;
    width: 190px;
    padding: 35px 0;
    text-decoration: none;
}

nav.project-content-navi li span.count {
    color: #333;
    font-size: 1.2rem;
    margin-left: 10px;
    padding: 5px 8px;
    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-support {
    position: absolute;
    top: 10px;
    left: 725px;
}

.project-contents-area {
    width: 1044px;
    margin: 25px auto 70px auto;
}

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

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

.section-title span{
    float: right;
    font-size: 16px;
}

dl.pledge {
    background-image: url(../../images/common/link_icon.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 270px 30px;

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

a:hover dl.pledge {
    background-image: url(../../images/common/link_icon_on.png);
    background-color: #fff7d6;
}

dl.supporting {
    background-image: url(../../images/common/link_icon_on.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 270px 30px;

    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.closed {
    background-image: none;
}

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

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-left: 10px;
    margin-bottom: 15px;
    line-height: 20px;
}

dl.pledge dd.title {
    font-size: 1.1em;
    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: 10px;
}

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

dl.pledge dd.item-img img{
	margin:0 auto;
	width:280px;
}

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:none;
}
