@charset "utf-8";

/* Generated by gen_assets.sh */
body {
  background-color: #fffcf5;
  font-family:"Lucida Grande","Lucida Sans Unicode","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* for safari font-weight */
_::-webkit-full-page-media, _:future, :root body {
  background-color: #fffcf5;
  font-family:"Lucida Grande","Lucida Sans Unicode", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
_::-webkit-full-page-media, _:future, :root .h1,
_::-webkit-full-page-media, _:future, :root .h2,
_::-webkit-full-page-media, _:future, :root .h3,
_::-webkit-full-page-media, _:future, :root .h4,
_::-webkit-full-page-media, _:future, :root .h5,
_::-webkit-full-page-media, _:future, :root .h6,
_::-webkit-full-page-media, _:future, :root h1,
_::-webkit-full-page-media, _:future, :root h2,
_::-webkit-full-page-media, _:future, :root h3,
_::-webkit-full-page-media, _:future, :root h4,
_::-webkit-full-page-media, _:future, :root h5,
_::-webkit-full-page-media, _:future, :root h6 {
  font-family:"Lucida Grande","Lucida Sans Unicode", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

ul, li, ol, li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.contents_s i{
  margin-right: 0.5em;
}



/* bootstrapデフォルト設定をきびだんご用に改変 */

/* ページタイトル用 */

h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #333;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #333;
    border-color: #333;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
}


.table.table-bordered {
	background: #fff;
	}
.panel-default>.panel-heading {
    background-color: #fff;
    padding: 10px 0;
    margin: 0 15px;
}
.well {
	/* background-color: #f5f2eb; */
	}
.btn-primary {
  background-color: #ffce3a !important;
  border-color: #ffce3a !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffc821 !important;
  border-color: #ffc107 !important;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffce3a !important;
  border-color: #ffce3a !important;
}
.btn-kibi-primary {
    background-color: #ffc821;
    border-color: #ffc107;
}
.btn-kibi-secondary {
    background-color: #ff5c5c;
	border-color: #ff5c5c;
}
.progress-bar {
  background-color: #ff5c60;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* form general */
.iframe-wrapper{
  height: 100%;
  width: 100%;
}
.form iframe.form-project-question{
  height: 670px;
}
@media screen and (max-width: 767px){
  .form iframe.form-project-question{
    height: 750px;
  }
}

.form iframe.form-project-consultation{
  height: 2500px;
}
@media screen and (max-width: 767px){
  .form iframe.form-project-consultation{
    height: 4800px;
  }
}
	/* ヘッダナビ */
#headerArea.navbar {
	margin-bottom: 0;
}
#headerArea.navbar-default {
	background-color: #ff5c60;
	border-color: #eb5558;
	padding: 10px 0 0 5px;
	margin-bottom: 20px;
	border-radius: 0;
	z-index: 999999999;
	}

nav.navbar.navbar-default.navbar-fixed-top {}
#headerArea.navbar-default .navbar-brand {
color: #ffffff;
}
#headerArea.navbar-default .navbar-brand:hover, #headerArea.navbar-default .navbar-brand:focus {
color: #ffffff;
}
#headerArea.navbar-default .navbar-text {
color: #ffffff;
}
#headerArea.navbar-default .navbar-nav > li > a {
color: #ffffff;
font-size: 12px;
}
#headerArea.navbar-default .navbar-nav > li > a:hover, #headerArea.navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
}
#headerArea.navbar-default .navbar-nav > .active > a, #headerArea.navbar-default .navbar-nav > .active > a:hover, #headerArea.navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #ed595c;
}
#headerArea.navbar-default .navbar-nav > .open > a, #headerArea.navbar-default .navbar-nav > .open > a:hover, #headerArea.navbar-default .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #ed595c;
}
#headerArea.navbar-default .navbar-toggle {border-color: #ff5c60;/* margin-top: 0px; */}
#headerArea.navbar-default .navbar-toggle:hover, #headerArea.navbar-default .navbar-toggle:focus {
background-color: #ed595c;
}
#headerArea.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
#headerArea.navbar-default .navbar-collapse,#headerArea.navbar-default .navbar-form {
border-color: #ffffff;
}
#headerArea.navbar-default .navbar-link {
color: #ffffff;
}
#headerArea.navbar-default .navbar-link:hover {
color: #ffffff;
}
@media (max-width: 767px) {
	#headerArea.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	#headerArea.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, #headerArea.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
	}
	#headerArea.navbar-default .navbar-nav .open .dropdown-menu > .active > a, #headerArea.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, #headerArea.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #ed595c;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#headerArea.navbar-default .nav > li:nth-child(4),
	#headerArea.navbar-default .nav > li:nth-child(5) {
		display: none;
		}
}

@media (min-width: 768px) {
.forCreateProject img {
	padding-bottom: 10px;
}
}

nav .pagination{
  text-align: center;
  width: 100px;
}
/* トップページ */
#mainPickupArea {
	margin-top:-20px
}
	.comming_soon {
		font-size: 20px;
		text-align: center;
		height: 40px;

	}
	.projectSubText {
		background: #ff5c5c;
		margin-left: -9px;
		margin-right: -9px;
		height: 40px;
		line-height: 1.4em;
		color: #fff;
		font-size: 12px;
		position: relative;
		margin-bottom: 5px;
		/* display: none; */
	}
	.projectSubText p {
		position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
		text-align: center;
		display: block;
		width: 100%;
		margin: 0;
}

	.projectSubText p {
		padding-right: 5px;
		padding-left: 5px;
		}
	#projectSeeds h5 {
		font-size: 14px;
	}

@media (min-width: 768px) {
	#projectSeeds h5 {
		min-height: 50px;
	}
	#projectSeeds .thumbnail.pjoBox {
    	min-height: 295px;
    }
}


/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
	#projectSeeds .thumbnail.pjoBox {
    	min-height: 295px;
    }
}
/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	.thumbnail.pjoBox {
    min-height: 275px;
  }
}
/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	#projectSeeds .thumbnail.pjoBox {
    min-height: 270px;
  }
}



.carousel-inner {
	height: 300px;
}
.carousel-inner > .item {
	height:100%;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item img {
	min-height: 300px;
	min-width: 2000px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.carousel-caption strong {
	font-size: 46px;
}
@media (min-width: 768px) and (max-width: 992px) {

.carousel-caption strong {
	font-size: 36px;
}
}
@media (max-width: 767px) {

.carousel-caption strong {
	font-size: 24px;
}
}
.thumbnail.pjoBox {
    position: relative;
    padding: 0px;
}



.thumbnail.pjoBox img {
    width: 100%;
}
.thumbnailPjo a img {
	max-width: 25px;
}
.thumbnailPjo {
	margin-bottom: 15px;
	min-height: 25px;
}
.thumbnailPjo a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.thumbnailPjo a:first-child {
	width:25px;
	height:25px;
	overflow:hidden;
	border-radius:100%;
}
.thumbnail.pjoBox h5 {
	line-height: 1.4em;
}

@media (min-width: 768px) {
.thumbnail.pjoBox h5 {
	min-height: 40px;
  }
}


.thumbnail.pjoBox .progress {
	margin-bottom: 10px;
}
.thumbnail.pjoBox .list-inline {
	margin-bottom: 0;
	font-size: 11px;
}

@media (min-width: 992px) and (max-width: 1199px) {

.thumbnail.pjoBox .list-inline {
	font-size: 10px;
}
.list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
}


}



/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
	.thumbnail.pjoBox {
  }
}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	.thumbnail.pjoBox {
    min-height: 378px;
  }
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.thumbnail.pjoBox {
    min-height: 358px;
  }
  .home .thumbnail.pjoBox > a:first-child {
    max-height: 186px;
    overflow: hidden;
    display: block;
    }
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
	.thumbnail.pjoBox {
    min-height: 400px;
    }
  .home .thumbnail.pjoBox {
    min-height: 315px;
    }
  .home .thumbnail.pjoBox > a:first-child {
    max-height: 146px;
    overflow: hidden;
    display: block;
    }
  .home .thumbnail.pjoBox .list-inline {
	font-size: 10px;
	}
  .home .thumbnail.pjoBox .list-inline span {
    font-size: 12px;
    }
  .home .list-inline>li {
    padding-right: 2px;
    padding-left: 2px;
	}
  .home .thumbnailPjo a {
    font-size: 10px;
    }
  .home .thumbnail.pjoBox h5 {
  	font-size:12px;
    }
    }


/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	.projectArchives .thumbnail.pjoBox > a:first-child {
    max-height: 192px;
    overflow: hidden;
    display: block;
  	}
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
  	.projectArchives .thumbnail.pjoBox > a:first-child {
    max-height: 163px;
    overflow: hidden;
    display: block;
  	}
  	.projectArchives .thumbnail.pjoBox {
    min-height: 348px;
    }
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
  	.projectArchives .thumbnail.pjoBox > a:first-child {
    max-height: 201px;
    overflow: hidden;
    display: block;
  	}
  	.projectArchives .thumbnail.pjoBox {
    min-height: 386px;
    }
}




/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
.ownerList .thumbnail.pjoBox {
  }
}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
.ownerList .thumbnail.pjoBox {
    min-height: 370px;
  }
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
.ownerList .thumbnail.pjoBox {
    min-height: 433px;
  }
.list-inline>li {
    padding-right: 5px;
    padding-left: 5px;
}
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
.ownerList .thumbnail.pjoBox {
    min-height: 388px;
  }
}

.thumbnail.pjoBox .list-inline i {
	color: rgba(0, 0, 0, 0.40);
}
.thumbnail.pjoBox .list-inline span {
	font-size: 14px;
}
.thumbnail.pjoBox .list-inline li:nth-child(even) {
	color: #ccc;
	padding:0;
}
@media (max-width: 767px) {
.thumbnail.pjoBox .list-inline li:nth-child(even) {
  }
  .thumbnail.pjoBox .list-inline span {
	font-size: 12px;
  }
  .thumbnail.pjoBox .list-inline i {
  	font-size:9px;
  }
}
.thumbnail.pjoBox .label {
	position: absolute;
	top: 10px;
	left: -5px;
}
.thumbnail.pjoBox .label a {
	color: #fff;
}

#kibidangoLogo > img {
	max-width: 150px;
}
#login {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
#login .sns a.fb {
  color: #fff;
  background-color: #3b5998;
}
#login .sns a.tw {
  color: #fff;
  background-color: #5eaade;
}
#login .sns a.yahoo {
  color: #fff;
  background-color: #ff0033;
}
#login .sns a.email {
  color: #fff;
  background-color: #999;
}
.popover-content {
	min-width: 250px;
}
.popover-content .yahoo {
	text-align:center;
	display: block;
}
.login-sns-icon .col-xs-4 a {
	border: 0px;
	border-radius: inherit;
}
.login-sns-icon .col-xs-4 {
	padding: 0;
}
.login-sns-icon .col-xs-4 a i {
    margin-right: inherit;
}
#passwork-reset-link,
#passowrd-reset {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.headTagline {
  background-color: #EB4E50;
  height: 30px;
}
.headTagline h1 {
  margin: 0;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
.headTagline #bnr-event {
  font-size: 12px;
  width: 50%;
  float: left;
  text-align: right;
  line-height: 30px;
  position: relative;
  right: 20px;
}
.headTagline #bnr-event a {
  color: rgba(255, 255, 255, 0.5);
}
#headerContainer {
  position: relative;
}
#headerContainer header#headerArea {
  height: 75px;
  background: #ff5c5c;
  position: relative;
}
#headerContainer header#headerArea p {
  position: absolute;
  top: 15px;
  left: 20px;
}
#headerContainer header#headerArea ul {
  position: absolute;
  top: 25px;
  right: 20px;
}
#footer {
  background: #000000;
  padding: 20px 0;
  margin-top: 20px;
  color: #fff;
}
#footer a {
    color: #fff;
}
#footerPayment li {
	margin-right: 10px;
	margin-bottom: 10px;
	}
	#footerPayment li a {
		margin: 0;
		padding: 0;
	}
	#footer .nav>li>a:hover {
    background-color: rgba(255, 255, 255, 0.20);
}
#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0;
  z-index: 2;
  display: none;
}
#back-top a {
  width: 32px;
  display: block;
}
#back-top a span {
  width: 49px;
  height: 49px;
  display: block;
  margin-bottom: 7px;
  background: url(https://cf.kibidango.com/images/back-top-top.png) no-repeat center center;
  background-size:contain;
}
@media (max-width: 768px) {
#back-top {
  bottom: 20px;
  right: 7px;
}
#back-top a span {
  width: 32px;
  height: 32px;
}
}
#my_profile_edit span.att {
	color: #ff3344;
}
#mainContents span.help-block {
  margin-bottom: 0;
}
#mainContents h2 {
  margin-top: 0;
}
#mainSideContents span.help-block {
  margin-bottom: 0;
}
#mainSideContents h2 {
  margin-top: 0;
}
.home h2 {
  display: inline-block;
  margin-bottom: 20px;
  color: #202020;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home h2 > span:first-child {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1.4em;
}
.home h2 > span:first-child:before {
  content: "";
  display: inline-block;
  background: #ff5c5c ;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.home h2 > span:last-child {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.home h2 + p {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
#mainContents section > header > h2 + div {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: calc(100% - 280px);
  background-color: #ff5c5c;
  vertical-align: top;
}
#mainContents section > header > h2 + div > p {
  padding: 10px 0 10px 70px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
#mainContents section > header > h2 + div:before {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #ff5c5c ;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* オレンジのエリア 吹き出しのため */
}
#mainContents section#projectSeeds > header > h2 + div > p {
  background-image: url(https://cf.kibidango.com/images/icon-seed01.png);
}
#mainContents section#shopping > header > h2 + div > p {
  background-image: url(https://cf.kibidango.com/images/icon-cart01.png);
}
/* プロジェクト詳細ページ */



/* 前環境との整合性 */

.projectTextArea {
	font-size: 12pt;
	white-space: pre-line;
	word-break:break-all;
	}
.projectTextArea h1,
.projectTextArea h2,
.projectTextArea h3,
.projectTextArea h4,
.projectTextArea h5 {
	font-weight: bold;
	line-height: 1.4em;
	}
.projectTextArea iframe {
	max-width: 100%;
	/* height: auto; */
	}


/* 画像 */

div.projectTextArea img {
/*   display: block; */
}
div.projectTextArea .Caption {
	font-size: 12px;
	padding-top:5px;
}
/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}


/* IE img width bug */
@media all and (-ms-high-contrast:none){
#accordionTable {
	table-layout: fixed;
}
}

#kobagake.exp p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.8em;
}
#kobagake.exp h3 {
margin-bottom: 1em;
margin-top: 4em;
line-height: 1.6em;
}
#kobagake.exp h4 {
padding: 5px 5px 5px 0px;
}
#kobagake.exp > br:first-child+h3 {
margin-top: 1em !important;
}


/* プロジェクト詳細ページ 特商法 */
#sct {
  font-size: 12px;
  border: 1px solid #efefef;
  color: #666;
}
#sct dl {
  display: table;
}
#sct dl di {
  display: table-row;
}
#sct dl di dt,
#sct dl di dd {
  padding: 10px;
  display: table-cell;
  border: 3px solid #fff;
}
#sct dl di dt {
  width: 34%;
  background: #f7f7f7;
  vertical-align: middle;
}
#sct dl di dd {
  width: 65%;
  background: #fff;
}
/** SHOPPING **/
.shopping-item-box .shopping-image-fix{
  height: 200px;
  width: 100%;
  display: table;
  margin-top:5px;
  margin-bottom: 10px;
}
.shopping-item-box .shopping-image-fix a,
.shopping-item-box .shopping-image-fix span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
}
.shopping-item-box .shopping-image-fix a img,
.shopping-item-box .shopping-image-fix span img{
  margin: 0 auto;
  max-height: 200px;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
.shopping-item-box .shopping-image-fix a img,
.shopping-item-box .shopping-image-fix span img{
  max-height: inherit;
}
}

#shopping-top-ranking .shopping-item-box:before {
	display: block;
	padding-left:35px;
	background-position:top left;
	background-size:30px;
	background-repeat:no-repeat;
}
#shopping-top-ranking .shopping-item-box:nth-child(1):before {
	content: "1位";
	background-image: url(https://cf.kibidango.com/images/rank_kabuto_1.gif);
}
#shopping-top-ranking .shopping-item-box:nth-child(2):before {
	content: "2位";
	background-image: url(https://cf.kibidango.com/images/rank_kabuto_2.gif);
}
#shopping-top-ranking .shopping-item-box:nth-child(3):before {
	content: "3位";
	background-image: url(https://cf.kibidango.com/images/rank_kabuto_3.gif);
}
section#shopping {
  width: 100%;
}
section#shopping article {
  margin-right: 20px;
}
section#shopping .moreLink > a {
  padding: 1em 1.5em;
}
section#shopping > article > section {
  margin-bottom: 20px;
}
section#shopping .shoppingBox {
  clear: both;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
section#shopping .shoppingHead {
  padding: 0 20px;
  height: 80px;
  background: #f5f2eb;
}
section#shopping .shoppingHead:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /* clearfix */
  content: ".";
  font-size: 0;
}
section#shopping .shoppingHead > p:first-child {
  position: relative;
  top: -3px;
  float: left;
  width: 90px;
  height: 70px;
  background: url(https://cf.kibidango.com/images/bg-noren01.png) no-repeat;
  background-size: contain;
  text-align: center;
}
section#shopping .shoppingHead > p:first-child img {
  position: relative;
  top: 70%;
  width: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
}
section#shopping .shoppingHead > h3 {
  position: relative;
  top: 50%;
  float: left;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#shopping .shoppingHead > .moreLink {
  position: relative;
  top: 50%;
  float: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#shopping .shoppingBoxMain {
  padding: 20px;
}
section#shopping .shoppingBoxMain > ul > li > p:first-child {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  background: #efefef;
  text-align: center;
}
section#shopping .shoppingBoxMain > ul > li {
  margin-bottom: 20px;
}
section#shopping .shoppingBoxMain > ul > li:last-child {
  margin-bottom: 0px;
}
section#shopping .shoppingBoxMain > ul > li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /* clearfix */
  content: ".";
  font-size: 0;
}
section#shopping .shoppingBoxMain > ul > li > p:first-child img {
  position: relative;
  top: 50%;
  max-width: 200px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#shopping .shoppingBoxMain > ul > li > h4 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6em;
}
section#shopping .shoppingBoxMain > ul > li > h4 + p {
  margin-bottom: 15px;
  font-size: 14px;
}
section#shopping .shoppingBoxMain > ul > li > p.moreLink {
  margin-top: 25px;
}
section#shopping .shoppingBoxMain > ul > li > p.moreLink > a {
  border: 1px solid #ff5c5c ;
  background: inherit;
  color: #ff5c5c ;
}
#projectBody .projectShopping{
  margin-top: 30px;
}
.projectShoppingArea img{
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.projectShoppingArea .description iframe {
	max-width:100%;
}
.projectShoppingArea a.cartShow {
	font-size: 12px;
}
/** mainPickup **/
/* サイド */
/** UPDATE **/
aside#mainSub #updateArea ul,
aside#mainSub #updateArea li,
aside#mainSub #updateArea p {
  padding: 0;
  margin: 0;
}
aside#mainSub #updateArea li {
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
aside#mainSub #updateArea li a {
  display: block;
}
aside#mainSub #updateArea li a p:first-child {
  overflow: hidden;
  height: 180px;
  background: #f5f2eb url(https://cf.kibidango.com/images/img-camera_bg.png) no-repeat center 15px;
  background-size: 90px 90px;
  /* 活動報告 画像 縦 */
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
aside#mainSub #updateArea li a div {
  position: relative;
  padding: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  color: #202020;
  /* オレンジのエリア */
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  bottom: 55px;
  margin-bottom: -55px;
  background: -prefix-linear-gradient(top, rgba(255, 92, 92, 0.8), #ff5c5c);
  background: linear-gradient(to bottom, rgba(255, 92, 92, 0.8), #ff5c5c);
}
aside#mainSub #updateArea li a div .sqCal {
  display: inline-block;
  overflow: hidden;
  padding: 4px 0 0 0;
  width: 45px;
  height: 45px;
  border: 2px solid #202020;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff ;
  /* 日付け枠 */
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
}
aside#mainSub #updateArea li a div .sqCal > span {
  display: block;
  text-align: center;
  line-height: 1em;
  /* 日付け枠 文字*/
}
aside#mainSub #updateArea li a div .sqCal > span:first-child {
  /* 日付け枠 月*/
  font-size: 11px;
}
aside#mainSub #updateArea li a div .sqCal > span:nth-child(2) {
  /* 日付け枠 日*/
  font-size: 23px;
  padding-top: 1px;
}
aside#mainSub #updateArea li a div p:nth-child(2) {
  display: inline-block;
  margin-left: 5px;
  width: calc(100% - 55px);
  vertical-align: top;
  font-size: 12px;
  line-height: 1.4em;
  /* オレンジのエリア テキスト */
}
aside#mainSub #updateArea li a div:after {
  background: #ff5c5c ;
  position: absolute;
  bottom: -3px;
  left: 25px;
  display: block;
  visibility: inherit;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* オレンジのエリア 吹き出しのため */
}
aside#mainSub #updateArea li p.project-info:last-child {
  /* PJOのエリア 背景白 */
  padding: 12px 0 10px 18px;
}
aside#mainSub #updateArea li p.project-info:last-child > a > img {
  margin-right: 7px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  /* PJOのエリア PJO画像 */
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
}
aside#mainSub img {
  width: 100%;
}
/** INFORMATION **/
aside#mainSub {
  line-height: 1.4em;
}
aside#mainSub #infoArea li {
  margin-bottom: 20px;
  border-bottom: 5px solid #f5f2eb;
}
aside#mainSub #infoArea li iframe {
  border: none;
}
aside#mainSub #infoArea li a {
  display: block;
  background: #fff;
}
aside#mainSub #infoArea li a div {
  padding: 10px;
}
aside#mainSub #infoArea li a div h3 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
}
aside#mainSub #infoArea li a div h3 + p {
  color: #202020;
}
aside#mainSub a {
  color: #337ab7 ;
}
aside#mainSub dl {
  margin: 0;
}
aside#mainSub dl dt {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  margin: 0 15px;
  font-size: 12px;
  font-weight: normal;
  color: #202020;
  text-shadow: inherit;
}
aside#mainSub dl dd {
  background: #fff;
  margin: 5px;
}
aside#mainSub dl dd a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
aside#mainSub dl dd a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #f5f2eb ;
}
aside#mainSub dl dd a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
aside#mainSub dl dd a,
aside#mainSub dl dd a:before,
aside#mainSub dl dd a:after {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
aside#mainSub dl dd a:hover {
  filter: inherit;
  /*IE*/
  -moz-opacity: inherit;
  /*FF*/
  opacity: inherit;
}
aside#mainSub dl dd a:hover,
aside#mainSub dl dd a:hover:after {
  background-color: #ffcc33 ;
  color: #fff;
}
aside#mainSub dl dd a:hover:before {
  background-color: #fff;
}
aside#mainSub dl dt:first-child + dd {
  margin-top: 10px;
}
aside#mainSub dl di {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
aside#mainSub dl di a[href^="#"] {
  display: none;
}
/* 2015-04-26 トップ about us */
section#aboutUs {
  width: 100%;
}
section#aboutUs article {
  margin-right: 20px;
}
@media screen and (max-width: 767px){
section#aboutUs article {
  margin-right: 0;
  }
}
section#aboutUs .moreLink > a {
  padding: 1em 1.5em;
}
section#aboutUs > article > section {
  margin-bottom: 20px;
}
section#aboutUs .aboutHead {
  padding: 0 20px;
  height: 50px;
  background: #f5f2eb;
}
section#aboutUs .aboutHead > h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  font-size: 14px;
}
section#aboutUs .aboutBox {
  clear: both;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
section#aboutUs .aboutHead:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /* clearfix */
  content: ".";
  font-size: 0;
}
section#aboutUs .aboutBoxMain {
  padding: 20px;
  line-height: 1.6em;
  font-size: 14px;
}
.exp p{
  line-height: 1.9em;
}
section#aboutUs .aboutBoxMain .exp p {
  margin-bottom: 0.5em;
}
#projectBody {
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); */
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #projectBody {
    padding: 0 10px 10px 10px;
  }
  .shoppingIntro {
    padding-top: 10px;
  }
}
#projectTab .tabItemnone {
  display: none !important;
}
#shipping, #payment {
  background-color: #fff;
}
#support-description .table-responsive{
  border: none;
}
#support-description .table-responsive table{
  border: 1px solid #ddd;
}
#payment .selectPayment ul {
  font-weight: bold;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  padding: 0;
  margin: 0;
}
#payment .selectPayment ul li {
  list-style: none;
  border-top: 1px solid #ccc;
  position: relative;
  height: 80px;
}
#payment .selectPayment ul li input {
  border-right: 1px solid #ccc;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  z-index: 9999;
}
#payment .selectPayment label {
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 200px;
  text-align: center;
}
#payment .selectPayment label + p {
  font-weight: normal;
  position: absolute;
  left: 220px;
  border-left: 1px solid #eee;
  height: 65px;
  padding-top: 15px;
  padding-left: 1em;
  line-height: 1.6em;
}
#payment .selectPayment label#checkboxOldCard {
  background-image: url(https://cf.kibidango.com/images/payment-01.png);
  background-size: 36px auto;
  padding-top: 35px;
  margin-top: -25px;
}
#payment .selectPayment label#checkboxNewCard {
  background-image: url(https://cf.kibidango.com/images/payment-02.png);
  background-size: 45px auto;
  padding-top: 43px;
  margin-top: -30px;
}
#payment .selectPayment label#checkboxPaypal {
  background-image: url(https://cf.kibidango.com/images/payment-03.png);
  background-size: 70px auto;
  padding-top: 28px;
  margin-top: -20px;
}
#payment .selectPayment label#checkboxRakuten {
  background-image: url(//checkout.rakuten.co.jp/2014/logo/w_wr_20048.jpg);
  background-size: 123px auto;
  padding-top: 35px;
  margin-top: -25px;
  background-position: center 3px;
}
#payment .selectPayment label#checkboxPaidy {
  padding-top: 28px;
  margin-top: -20px;
}
#payment .selectPayment label#checkboxPaidy {
  line-height: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#payment .selectPayment img.paidyIntext {
  vertical-align: bottom;
}
#action_view h3.h3,
#project_view h3.h3 {
  margin: 10px 0;
}

@media (max-width: 768px) {
#action_view h3.h3,
#project_view h3.h3 {
  font-size: 18px;
}
}

#action_view h4.h4,
#project_view h4.h4 {
  margin: 10px 0;
}
#action_view div.text,
#project_view div.text {
  margin: 10px 0;
  white-space: pre-wrap;
}
#action_view div.img,
#project_view div.img {
  margin: 10px 0;
  text-align: center;
}
#action_view div.img img,
#project_view div.img img {
  max-width: 100%;
}
#action_view div.link,
#project_view div.link {
  margin: 10px 0;
}
#action_view div.movie,
#project_view div.movie {
  margin: 10px 0;
  text-align: center;
}
#action_view img {
	max-width:100%;
}
#message {
  position: fixed;
  top: 50px;
  z-index: 999999999;
  right: 0;
  left: 0;
  margin: 0 15px;
}
.media .media-left {
  float: left;
}

/* Takahashi css */

/* shopping page */
.shoppingGotoPage{
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .shoppingGotoPage{
    text-align: center;
  }
}
.shoppingGotoPage a.btn-link{
  border: 1px solid #ff5c5c;
  border-radius: 5px;
  background: inherit;
  color: #ff5c5c;
  padding: 0.5em 1.5em;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .sp-width-auto{
    width: auto;
    display: inline;
  }
}
.media-body{
  width: auto;
}
.media .shoppingCartInfo p{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

.description{
  /* color: #666; */
  /* line-height: 1.9em; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  /* border-top: 1px dotted #ccc; */
  /* border-bottom: 1px dotted #ccc; */
}

/* shopping page end */

/* sidebar */
.side-container{
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.side-container .contents_box1 .golist .img_description img{
  max-width: 100%;
}
#contents h2{
  /* border-bottom: 1px dotted #aaa; */
  /* padding: 15px 0 30px 10px; */
  /* margin-bottom: 20px; */
  /* font-size: 24px; */
  /* color: #555; */
  /* line-height: 1.5em; */
}
#contents .contents_s{
  /* margin-top: 0; */
}
#contents .contents_s .contents_box1{
  margin-bottom: 30px;
}
#contents .contents_s .golist{
  margin: 10px 15px;
}
#contents .contents_s .golist .sidebar-supporter-count{
  height: 32px;
  line-height: 32px;
}
#contents .contents_s .golist li{
  padding: 5px 5px 0;
  margin: 0;
  border-bottom: 0px dotted #ccc;
  line-height: 1.5em;
}
#contents .contents_s .golist li .limitTime {
  font-size: 38px;
  /* color: #666; */
  line-height: 1.8em;
  border-bottom: 1px dashed #ccc;
  display: block;
  position: relative;
  top: -10px;
  /* font-weight: normal; */
  text-align: right;
}
#contents .contents_s .golist li span{
  background-color: transparent;
  /* color: #666; */
  padding: 0;
  font-size: 36px;
  /* font-family: 'Telex',sans-serif; */
  line-height: 1em;
  min-width: 20px;
  text-align: center;
  font-weight: bold;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
#contents .contents_s .golist li .limitTime {
  font-size: 32px;
}#contents .contents_s .golist li span{
  font-size: 30px;
}
}

.timelimit-area{
  margin-top: 0;
  padding: 10px;
  font-size: 10px;
}
.timelimit-area > .description{
  margin: 5px;
  padding: 0;
  /* color: #666; */
  line-height: 1.5;
  font-size: 12px;
  border: none;
}
#contents .contents_s .side-container > .contents_box1{
  margin-bottom: 0;
}
#contents .contents_s h2{
  background: #eee;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0px solid #ccc;
  padding: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  text-shadow: inherit;
}
#contents .contents_s h2.hosoku, #contents .contents_s h2.hosoku-campaign{
  background: none;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: #f5f2eb 1px solid;
  border-top: #f5f2eb 1px solid;
  padding: 15px;
  font-size: 16px;
  text-shadow: inherit;
}
#contents .contents_s h2:first-child{
  margin-top: 0px;
}
#contents .info .button{
  /* text-align:center; */
  margin: 0 15px;
  /* clear: both; */
}
#contents .info .buttonFollow{
  /* margin: 15px; */
}
#contents .info .buttonCart + .buttonFollow > a{
  background: whitesmoke;
  border: 1px solid #dddddd;
  color: #45494b;
  font-size: 12px;
}
#contents .info .buttonFollow > a{
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.profileUnFollowButton,
.shoppingUnWishButton {
	color: #ccc;
}

.profileUnFollowButton.btn-default .badge,
.shoppingUnWishButton.btn-default .badge {
    background-color: #999;
}

#contents .info .buttonFollow > a > span::before {
  content: "";
  width: 7px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 9998;
}
#contents .info .buttonFollow > a > span::after {
  border: 1px solid #dddddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  background: #fff;
  content: '';
  position: absolute;
  top: 6px;
  left: -5px;
  border-top: 5px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 5px solid transparent;
}
#contents .info .buttonFollow > a > span{
  border: 1px solid #dddddd;
  z-index: 9999;
  position: relative;
  left: 10px;
  top: -2px;
  height: 50px;
  width: 100px;
  display: inline;
  color: #000;
  background: #fff;
  padding: 5px 7px;
  font-size: 10px;
  border-radius: 5px;
}
.kikan .contents_box1 .golist li{
  font-size: 12px;
  line-height: 20px;
}
#term .kikan .golist li span{
  font-size: 20px;
}
#side-profile .headerProfileIcon{
  max-height: 80px;
  max-width: 80px;
}
#side-profile .golist li:first-child{
  display: table-cell;
  vertical-align: middle;
}
#side-profile .owner-name{
  display: inline-block;
  height: 60px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.linkFaq{
  text-align:center;
}
.linkFaq a{
  font-size: 12px;
  text-decoration: underline;
  padding: 5px 0 0 ;
  color: #aaa;
}

#contents #side-profile .owner-description{
  background: #f6f6f6;
  border-radius: 10px;
  padding: 15px;
  margin: 0px 5px 10px;
  position: relative;
  font-size: 12px;
}
#contents #side-profile .owner-description::before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 30px;
  width: 10px;
  height: 10px;
  visibility: inherit;
  background: #f6f6f6;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
#contents .contents_box1 .contents_box1 .golist .img_description img{
  width: 100%;
}
/* Progress bar */
.progress{
  position: relative;
}
#gaugeViewer{
  margin: 20px 10px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f2eb;
  border: 0px;
  padding: 0;
  position: relative;
}
#gaugeViewer .progress-counter{
  color: #666;
  text-shadow: 0 1px #ccc;
  position: absolute;
  z-index: 10;
  min-width: 20px;
  width: 100%;
  text-align: center;
  padding-left: 5px;
  font-weight: bold;
  line-height: 20px;
  top: 0;
  left: 0;
}
#gaugeViewer .progress-bar{
  color: #999;
  background: #ff9999;
  display: inline-block;
  height: 20px;
}
.progress-bar .progress-persent{
  position: absolute;
  left: 10px;
}
.accordionReward{
  position: relative;
}
.accordionReward input[type="checkbox"]{
  display: none;
}
.accordionReward label{
  height: 30px;
  line-height: 1.8;
  font-size: 20px;
  display: block;
  cursor: pointer;
  color: #666;
  background: #eee;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 0;
  background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -o-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 80%);
}
.accordionReward label::after {
  font-weight: bold;
  content: "\3082\3063\3068\898B\308B\3000\FF0B";
  font-size: 10px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #666;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.accordionReward label + .present_description{
  overflow: hidden;
  height: 80px;
}
.accordionReward input:checked + label{
  background: inherit;
}
#contents .contents_s .golist.kibi-ticket .present_description{
  padding: 15px;
  margin: 0;
  border-bottom: 0;
  font-size: 12px;
  white-space: pre-line;
}
#contents .contents_s #rewardRecoBox .golist.kibi-ticket{
  background: #ff9999;
}
#contents .contents_s #rewardRecoBox .golist.kibi-ticket .presentTitle{
  font-size: 14px;
  padding: 10px 15px 0;
  font-weight: bold;
}
#contents .contents_s .kibi-ticket .presentSupport{
  background: #fff;
  margin-top: 5px;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
	#contents .contents_s .kibi-ticket .presentSupport{
    	  font-size: 14px;
    }
}
/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	#contents .contents_s .kibi-ticket .presentSupport{
    	  font-size: 14px;
    }
}
/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	#contents .contents_s .kibi-ticket .presentSupport{
    	  font-size: 10px;
    }
}
#contents .contents_s .kibi-ticket .presentSupport i{
  position: absolute;
  left: 10px;
  line-height: 38px;
  margin-right: 0.5em;
}
#contents .contents_s .kibi-ticket .presentSupport span{
  position: absolute;
  right: 15px;
  line-height: 40px;
  font-size: 18px;
  /* font-weight: bold; */
}
#contents .contents_s .kibi-ticket .presentLimited::before {
  border: 10px solid transparent;
  border-bottom: 10px solid #e6e6e6;
  left: 50%;
  margin-left: -10px;
}
#contents .contents_s .kibi-ticket .presentLimited::after {
  border-color: rgba(230, 230, 230, 0);
  border-bottom-color: #e6e6e6;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
#contents .contents_s .kibi-ticket .presentLimited::after,
#contents .contents_s .kibi-ticket .presentLimited::before {
  bottom: 100%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#contents .contents_s .golist.kibi-ticket .cartArea{
  /* margin-bottom: 10px; */
}
#contents .contents_s .golist.kibi-ticket .cartArea h2{
  float: inherit;
  padding: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-left: 15px;
  /* margin-bottom: 20px; */
  /* font-weight: bold; */
  /* color: #ff5c5c; */
  background: none;
  font-size: 20px;
}
#contents .contents_s .kibi-ticket .presentLimited{
  position: relative;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  margin: 5px 0;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#contents .contents_s .kibi-ticket .presentLimited i{
  position: absolute;
  left: 10px;
  line-height: 28px;
}
#contents .contents_s .kibi-ticket .presentLimited strong{
  position: absolute;
  left: 30px;
  line-height: 30px;
  font-size: 12px;
}
#contents .contents_s .kibi-ticket .presentLimited span{
  position: absolute;
  right: 10px;
  line-height: 30px;
  font-size: 18px;
  /* font-weight: bold; */
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton{
  text-align: center;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}
#contents .contents_s .finish .golist.kibi-ticket .cartArea .cartButton,
.sold a.btn{
  background: #ebedef;
  color: #9da0a4 !important;
  cursor:default;
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a{
  left: 0;
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span{
  background: inherit;
  color: inherit;
  padding: 0;
  font-weight: normal;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a span,
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#contents .contents_s .contents_box1 .finish .golist.kibi-ticket,
#contents .contents_s .golist.kibi-ticket{
  background: #f3f3f3;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton button{
  padding-top:10px;
  padding-bottom: 10px;
  border: none;
  color: #fff;
}
#contents .contents_s .golist.kibi-ticket {
  margin: 25px 10px;
  padding: 5px;
}
#contents .contents_s .golist.kibi-ticket {
  border: 1px solid #e3e3e3;
}
#contents .contents_s .golist.kibi-ticket .ticketBox {
  background: #fff;
}
#contents .contents_s .golist.kibi-ticket .presentTitle {
  font-size: 14px;
  padding: 10px 15px 0;
  font-weight: bold;
}

/* Progress bar end */


/* project seed */
.textSeedsComing{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

/* shopping sidebar */
#contents .contents_s .sidebarShopping h2 {
    margin-top: 0;
    background: rgba(255, 92, 92, 0.8);
}
.side-container.sidebarShopping {
  background: rgba(255, 92, 92, 0.1);
  border-top: 3px solid rgba(255, 92, 92, 1.0);
}
.sidebarShopping .sideSummary {
  margin: 0 10px;
}
.sidebarShopping .kibi-ticket {
  margin: 25px 10px !important;
  padding: 5px !important;
  background: none repeat scroll 0% 0% #F3F3F3 !important;
}
.sidebarShopping .shopPrice{
  float: inherit;
  padding: inherit;
  line-height: inherit;
  margin-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  /* color: #FF5C5C; */
  font-size: 20px;
}
.sidebarShopping .cartButton{
  padding: 0 10px 10px;
}
.sidebarShopping .cartButton.cantBuy > span{
  font-size: 12px !important;
  padding: 10px;
  display: block;
  background: #f8f8f8;
  line-height: 1.6em !important;
  margin: 0 10px;
}
.sidebarShopping .cartButton a{
  float: inherit;
  width: inherit;
  position: inherit;
}
.sidebarShopping .cartButton.shoppingLoingNobody a,
.sidebarShopping .cartButton.shoppingLoingMember a{
  text-align: inherit;
  border-radius: inherit;
  margin: 0;
  text-decoration: underline;
  padding: 0 !important;
  background-color: inherit;
  color: #3F8998;
  line-height: inherit;
  font-weight: inherit !important;
  display: inline !important;
}
.sidebarShopping .endLink{
  text-align: center;
  position: relative;
  top: -5px;
}
.sidebarShopping .endLink a{
  text-decoration: underline;
}
/* sidebar end */

/* project report */

.projectReport.updateBox{
  background: #fff;
  margin: 0 0 30px;
}
.updateBox .time{
  color: #999;
}
.updateBox .commentCount{
  color: #666;
  margin-left: 10px;
  font-size: 9px;
  font-weight: bold;
}
#contents .updateBox h2{
  font-size: 20px;
  line-height: 1.5em;
  padding: 20px 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px dotted #aaa;
}
.updateBox .description{
  border-top: none;
  word-break: break-all;
  white-space: pre-line;
}
.updateBox .description h3{

}
.updateBox .description h3{
  border-left: 8px solid #ff5c60;
  padding-left: 10px;
}
.updateBox .description .text,
.updateBox .description a{
  line-height: 2em;
  font-size: 16px;
}
.updateBox .description .caption{
  color: #999;
  font-size: 0.9em;
  padding:5px;
}
.updateBox a{
  color: #337ab7;
}
#projectBody.action-wrap{
  margin: 0 0 30px 0;
  background: #fff;
  padding: 30px 20px;
}
@media screen and (max-width:767px){
  #projectBody.action-wrap{
    padding: 30px 10px;
    margin-left: -15px;
    margin-right: -15px;
}
}
/* project report end */

/* project support */

.followSearchList{
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #efefef;
}
.followSearchList .profileIcon{
  float: left;
}
.followSearchList .profileIcon a{
  display: block;
}
.followSearchList .profileIcon img{
  width: 48px;
  height: 48px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: none;

}
.followSearchList .profileName{
  height: 48px;
  font-size: 16px;
  clear: right;
  padding-left: 14px;
  margin-bottom: 0;
  word-break: normal;
  display: table-cell;
  vertical-align: middle;
}
.followSearchList .profileName a{
  color: #e84b47;
}
.followSearchList .profileName span{
  font-size: 12px;
  color: #999;
  display: inline-block;
}
#contents .paginate{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
/* project support end */


@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
	background-color:#ed595c;
	border:inherit;
}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

@media (max-width: 767px) {
#navbar > div > button {
	display: block;
    margin-bottom: 5px;
}
#kibidangoLogo {
	position:relative;
	left:10px;
}
#kibidangoLogo > img {
    max-width: 120px;
}
#headerArea.navbar-default .navbar-toggle {
	margin-top: 8px;

	}
}

.form-group {
    margin-bottom: 5px;
}


.headerProfile{
  padding: 15px;
}
.profile-head{
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.profile-head > p,
.profile-head > a{
  display: table-cell;
  line-height: 1.6em;
  vertical-align: middle;
}

.profile-head p{
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
}
.profile-head img{
  max-height: 48px;
}
.headerProfileDescription{
  word-break: break-all;
}

@media screen and (max-width:767px){
.profile-head > p,
.profile-head > a{
  line-height: 1.6em;
  font-size: 14px;
  padding-left: 0;
  display: block;
  text-align: center;
}
.profile-head > a{
  margin-bottom: 10px;
}
.profile-head img{
  }
.headerProfile .profile-fb-connect {
	margin-bottom: 10px;
	text-align: center;
}
.headerProfile .profile-fb-connect .fbConnect {
	float: none !important;
}
}
/* User page end */

/* Message box */
#list_table,
#list_table table{
  width: 100%;
  word-break: break-all;
  white-space: normal;
}
/* checkbox column */
#list_table table tr td:nth-child(4n+1){
  width: 35px;
}
/* From or To column */
#list_table table tr td:nth-child(4n+2){
  min-width: 100px;
  max-width: 200px;
}
/* Detail column */
#list_table table tr td:nth-child(4n+3){
  width: auto;
}
/* Date column */
#list_table table tr td:nth-child(4n){
  width: 100px;
}
.message-block{
  margin-top: 20px;
}
/* Message box end */


/* Complete page */
#complete-box{
  min-height: 300px;
}
#complete-box h2{
  text-shadow: 0 1px #fff;
  border-bottom: 1px dotted #aaa;
  padding: 15px 0 15px 10px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #555;
  line-height: 1.5em;
  display: block;
  text-align: left;
}
#complete-box #projectBody ul li{
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Complete page end */

/* pay-confirm */


@media screen and (min-width:768px){
  #shopping-order-confirm table tr th{
    width: 180px;
  }
}
@media screen and (max-width:767px){
  #shopping-order-confirm table tr{
    display: block;
    margin-bottom: 10px;
  }
  #shopping-order-confirm table tr{
    border-top: 1px solid #ddd;
  }
  #shopping-order-confirm table tr:first-child{
    border-top: none;
  }

  #shopping-order-confirm table tr th{
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  #shopping-order-confirm table tr td{
    display: list-item;
    width: 90%;
    margin-left: 10%;
    border: none;
    list-style:none;
  }
}

/* resistThanks */
#complete-box .resistThanks h3{
  color: #ea4844;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#complete-box .thanksProject{
  padding: 20px;
  margin: 20px 10px;
  border-radius: 10px;
  background-color: #fcfcfc;
}
#complete-box .thanksProject{
  padding: 10px;
  line-height: 1.8em;
}
#complete-box .thanksProject .thanksProjectComm{
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#complete-box .thanksProject .thanksProjectTitle,
#complete-box .thanksProject .thanksProjectPrice{
  font-weight: bold;
}


/* resistThanks end */

@media (min-width:1200px){
  #projectLive .col-lg-4:nth-child(3n+1),
  #projectSuccess .col-lg-4:nth-child(3n+1),
  .profileSideVer .col-lg-4:nth-child(3n+1){
    clear: left;
  }
}
@media (max-width:1199px){
  #projectLive .col-md-6:nth-child(2n+1),
  #projectSuccess .col-md-6:nth-child(2n+1),
  .profileSideVer .col-md-6:nth-child(3n+1){
    clear: left;
  }
}
@media (min-width: 992px){
  #project-list .col-md-4:nth-child(3n+1){
    clear: left;
  }
}
@media (max-width: 991px){
  #project-list .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}
/* プロジェクトページ */

.project-title-area {
	text-align:center;
    text-shadow: 0 1px #ffffff;
    letter-spacing: 0.05em;
    margin-bottom:30px;
 }

h1.project-title {
    font-size: 24px;
    line-height: 1.4em;
    margin-top: 0px;
}
@media (max-width: 767px) {
  h1.project-title {
      font-size: 16px;
  }
  .title-links {
  	font-size:12px;
  }
  #projectTab.nav-tabs.nav-justified>li {
      float: left;
      width:50%;
      font-size:12px;
  }
  #projectTab.nav-tabs.nav-justified>li a {
      margin:0 5px 5px;
  }
  #projectBody {
      border-top: 1px solid #ddd;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #ddd;
  }
  .project-main {
  }
}
tr.project_main td.ta_left {
    border-top: 0;
}

.title-links span {
    padding-left: 20px;
}

.page-sns.well-sm {
	max-height: 70px;
	overflow:hidden;
}

.pj_description .panel-default {
	line-height:1.6em;
	font-size: 18px;
	border-radius:0 0 4px 4px;
}

@media (max-width: 767px) {
  .pj_description .panel-default {
  	font-size: 14px;
  }
}

#pjoLinks li {
	margin:10px 10px 20px;
}

#sendPjoMessage {
	font-size:12px;
	text-align:center;
}

/* 2015-05-15 リワード部分 アコーディオン開閉 */
.accordionReward {
	position:relative;

}
.accordionReward label {
  height: 30px;
  line-height: 1.8;
  font-size: 20px;
  display: block;
  cursor: pointer;
  color: #666;
  background: #eee;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
  background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -o-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 80%);
}
.accordionReward input:checked + label {
	/* display: none; クリック後、閉じるボタンはナシになる（閉じることはできない） */
	background: inherit;
	}

.accordionReward label:after {
	font-weight: bold;
	content: "\3082\3063\3068\898B\308B\3000\FF0B";
	font-size: 10px;
	line-height: 1em;
	position: absolute;
	bottom: 0;
   left: 50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
   color:#666;
   background: #f3f3f3;
   padding: 10px;
   border-radius: 5px 5px 0 0;
	}
	#contents table tr.selectRwd label:after {
   padding: 10px 0;
   width: 100%;
   border-radius: inherit;
		}
.accordionReward input:checked + label:after {
	content: "\9589\3058\308B\3000\30FC";
	}
.accordionReward input[type=checkbox] {
  display: none;
}
.accordionReward label + .present_description {
  overflow: hidden;
  height: 80px;
}
.accordionReward input:checked ~ .present_description {
  height:auto;
	padding-bottom: 40px !important;
}
#CDT span {
	font-size:24px;
}


#pay-create .accordionReward label {padding-top: 70px;}
#pay-create .accordionReward label:after {
  width: 100%;
  /* padding-top: 20px; */
}

#pay-create .accordionReward label  + .pjBody {
  overflow: hidden;
  height: 80px;
}
#pay-create .accordionReward input:checked ~ .pjBody {
  height:auto;
	padding-bottom: 40px !important;
}
#pay-create .pjImg {
	margin-bottom: 10px;
}


#seedsIntro {position: relative;background: #f16251;-moz-border-radius: 0 0 10px 0 / 0 0 10px 0;-webkit-border-radius: 0 0 10px 0 / 0 0 10px 0;-o-border-radius: 0 0 10px 0 / 0 0 10px 0;-ms-border-radius: 0 0 10px 0 / 0 0 10px 0;-khtml-border-radius: 0 0 10px 0 / 0 0 10px 0;border-radius: 0 0 10px 0 / 0 0 10px 0;color: #fff;text-align: center;padding-top: 1px;/* ？？？？？ */margin: 0 0 40px;border-top: 5px solid #df5b4b;}
#seedsIntro:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  visibility: inherit;
  background: #fff;
}
#seedsIntro:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  visibility: inherit;
  background: #ff8080;
}

#seedsIntro p {font-size: 14px;/* color: #fff; */}
#seedsIntroHead {
	background-image: url(https://cf.kibidango.com/images/icon-flat-seeds01-.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 120px;
  margin: 40px 0;
}
#seedsIntroHead h3 {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
#seedsIntroMain {
	background: #df5b4b;
	padding: 20px 20px 10px;
}
#seedsIntroMain #seedsComment {
	background: #fff;
	text-align: left;
	color: #333;
	padding: 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		position: relative;
	margin-bottom: 40px;
	white-space: pre-line;
	}

#seedsIntroMain #seedsComment:after {
	display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  visibility: inherit;
  background: #fff;
}
#seedsIntroMain #seedsComment p {
	font-size: 18px;
    margin-top: -30px;
    margin-bottom: -10px;
    }
#seedsIntroMain #seedsProfile > a {
display: inline-block;
}
#seedsIntroMain #seedsProIcon img {
  max-width: 80px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #fff;
  display: inline-block;
  margin-right: inherit;
  float: none;
}
#seedsIntroMain #seedsProName {
	color: #333;
	font-size: 12px;
	margin-top: 10px;
}

#seedsIntroFoot {
	padding: 40px 0 ;
}
#seedsIntroFoot > p {
margin-bottom: 40px;
}

#seedsIntroFoot .clearfix {/* margin: 0 20px; */}
#seedsIntroFoot .clearfix .button {float: left;/* clear: inherit; */width: 50%;6% */-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;/* margin: 0 20px; */ 20px */padding: 0;}
#seedsIntroFoot .clearfix .button a {
margin: 0 0 5px;
}

#seedsIntroFoot .clearfix .button i {
	filter: alpha(opacity=30); /*IE*/
	-moz-opacity: 0.30; /*FF*/
	opacity: 0.30;
}


@media (max-width: 767px) {
	#seedsIntroMain #seedsComment {
		padding: 10px 15px;
	}
	#seedsIntroMain #seedsComment p {
	    font-size: 14px;
	}
	#seedsIntroHead {
  background-size: 60px 60px;
  padding-top: 60px;
  margin: 20px 0;
}
#seedsIntroHead h3 {
	font-size:20px;
	margin-bottom:15px;
}
#seedsIntroHead p,
#seedsIntroFoot p {
	margin:0 15px;
}
#seedsIntroHead p > br,
#seedsIntroFoot p > br {
	display:none;
}
}


#seedsIntroFoot .clearfix .button .linkFaq a {
color: #aa382b;
text-shadow: inherit;
}



#seeds.contents_m.project-main p.pj_description {
display: none;
}
#seeds.contents_m.project-main #projectBody > #item_img {/* margin: 20px 20px 0; */}
#seeds.contents_m.project-main #projectBody > #media {/* margin: 20px 20px 0; */}



#media iframe {width: 100%;}


/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
	#media iframe{
		min-height: 350px;
		}
}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	#media iframe{
		min-height: 500px;
		}
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	#media iframe{
		min-height: 550px;
		}
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
	#media iframe{
		min-height: 550px;
		}
}

#seeds.contents_m.project-main #projectBody #item_img > img {
		-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-o-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-ms-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-khtml-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

#seedsIntroFoot > .row {
	margin:0;
}

@media (max-width: 767px) {
  #seedsIntroFoot > .row .col-xs-12.col-sm-6 {
      margin-bottom: 5px;
  }
}

.supportEnd.well.well-sm {
	margin: 0 15px 15px;
}

.no_success {
	text-align:center;
}

@media (min-width: 768px) {
.no_success {
	padding: 30px 0 0;
}
}
/* マイページ */

.pjoPageBox div.contents_s.col-md-3 {
	margin-top:20px;
}



/* マイページトップの横幅調整 */
/* user/◯◯ と/myは別物。後者はログイン後 */

/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {

}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.row.profileSideVer {
	margin-right:-250px;
}
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
	.row.profileSideVer {
	margin-right:-300px;
}
}


.imgSq{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.imgSq img{
    position:absolute;
}
/* static page */
#static{
  background-color: #fff;
  padding-bottom: 20px;
}
#static-wrap h2{
  border-bottom: 1px dotted #aaa;
  padding: 15px 0 30px 10px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  color: #555;
  line-height: 1.5em;
  text-shadow: 0 1px #fff;
}
#static h3{
  letter-spacing: inherit;
  padding: 20px;
  background: #ff5c5c;
  text-shadow: 0 0 0;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}
#static h3 strong{
  line-height: 2em;
}
#static di{
  margin-bottom: 50px;
}
#static dd,
#static p{
  line-height: 2em;
  margin-left: 0.5em;
  padding: 0 10px;
  font-size: 16px;
}
#static dt{
  margin-top: 50px;
  margin-bottom: 0.7em;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.7em;
  font-size: 17px;
  text-shadow: 0 1px #fff;
  line-height: 1.6em;
}
#static ul{
  line-height: 140%;
  margin-top: 0.5em;
  margin-left: 1em;
}
#static li{
  list-style-position: inside;
  list-style-type: inherit;
  margin-left: 0;
  margin-bottom: 1.5em;
  line-height: 140%;
  list-style: none;
}
#static li::before{
  content: "\2610";
  margin-right: 10px;
  color: #ff5c5c;
}
#static .exp{
  margin-top: 50px;
  margin-bottom: 50px;
}
#static .table-responsive{
  margin-top: 20px;
  margin-bottom: 20px;
}
#static .table-responsive::-webkit-scrollbar{
	width: 5px;
	background: #eeeeee;
}
#static .table-responsive::-webkit-scrollbar-thumb{
	background: #FF5C60;
	border-radius: 2px;
}
#faq-initial{
  padding: 20px;
}
@media (max-width: 767px) {
  #faq-initial{
    padding: 0px;
  }
}
#faq-initial dt,
#faq-initial dd{
}
#faq-initial dt::before,
#faq-initial dd::before{
  margin-right: 0.5em;
}
#faq-initial dt::before{
  content: "Q.";
}
#faq-initial dd::before{
  content: "A.";
  margin-left: -1.0em;
}
#static .user-kiyaku-title{
  margin-left: 0;
  padding-left: 0;
}
#static #user-kiyaku ul{
  margin-left: 25px;
}
#static #user-kiyaku ol{
  margin-left: 20px;
  list-style-type: decimal;
}
#static #user-kiyaku ol li,
#static #user-kiyaku ul li{
  list-style: decimal;
}
#static #user-kiyaku ol li::before,
#static #user-kiyaku ul li::before{
  content: none;
}

/* static page end */

/* my-delete */
#my-delete{
  margin-top: 50px;
  margin-bottom: 50px;
}
#my-delete .text-center{
  margin-bottom: 50px;
}

/* my-delete end */

.listDefault li {
	list-style: disc;
	margin-left:1.5em;
	margin-bottom:5px;
}

.introText {
	white-space: pre-line;
	margin-top: -20px;/* 原因不明の空白対策 */
}

#media #item_img > img {
	width: 100%;
	/* display: block; */
	/* height: auto; */
}
@media (max-width: 768px) {
#media #item_img > img {
	width: 100%;
}
}
#pay-create .pjTitle {
	font-weight: bold;
}
#pay-create .pjBody {
	font-size: 85%;
	white-space: pre-line;
}
#loginRegister {
	margin-top: 20px;
}
#loginRegister .loginLogo {
	margin-bottom: 20px;
}

#loginRegister .loginLogo {
	margin-bottom: 20px;
}

#loginRegister .loginLogo img {
	max-width: 200px;
}

@media (max-width: 768px) {
  #loginRegister .loginLogo img {
  	max-width: 100px;
  }
  #loginRegister {
  	margin-top: 10px;
  }
  #loginRegister .loginLogo {
  	margin-bottom: 10px;
  }
}


.button-fb {
  color: #fff;
  background-color: #3b5998;
  border: inherit;
	text-align: center;
}
.button-tw {
  color: #fff;
  background-color: #5eaade;
  border: inherit;
	text-align: center;
}
.button-fb:hover,
.button-tw:hover {
  color: #efefef;
}
.button-yahoo {
	text-align: center;
}

#loginRegister .fb {
  color: #fff;
  background-color: #3b5998;
  border: inherit;
}
#loginRegister .tw {
  color: #fff;
  background-color: #5eaade;
  border: inherit;
}
#loginRegister .yahoo {
	text-align: center;
  color: #fff;
  background-color: #e61f19;
  border: inherit;
}


@media (max-width: 767px) {
#mailCheck .form-inline .form-control {
    margin-bottom: 3px;
   }
   #payment .list-group-item .col-xs-12.col-sm-8 {
	display: none;
}
}


#payment .list-group-item .col-xs-12.col-sm-8 {
	font-size: 80%;
}
#payment .list-group-item label {
	margin-bottom: 0;
	/* line-height: 1em; */
}

.faqPopover { /* スマホでの誤タップがちょっと不安 */
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
	color: #ccc;
}

.introText .moreStory {
    position: relative;
    top: 15px;
}
.introText .moreStory, #seedsIntroMain .moreStory {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}
#seedsIntroMain .moreStory {
	margin-bottom: -10px;
	}
.projectTextArea object,
.projectTextArea object * {
	max-width:100% !important;
}


.page-sns.well iframe:nth-child(3){
	position:relative;
	top:1px;
	margin-left:10px;
}
div.snsBox > iframe,
div.snsBox > div > iframe {
	position:relative;
	top:1px;
}
.updateBox div.snsBox > iframe {
	margin-left:inherit;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}




/* バーガーメニュー */

@media (max-width: 767px) {
#headerArea.navbar-default .navbar-toggle {
    display: none;
}
}

.contents {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.contents__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contents__inner h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-family: Futura, "Century Gothic", "helvetica neue", arial, sans-serif !important;
    font-style: italic;
}

.contents__inner p {
    margin-top: 20px;
    font-size: 20px;
}

.contents__inner p span {
    border-bottom: 1px solid #fff;
}

/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 49px 0 0;
    background: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
}

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
	position: absolute;
    display: block;
    top: 13px;
    right: 10px;
    display: block;
    width: 40px;
    height: 16px;
    cursor: pointer;
    z-index: 9999999999;
    }

.bar {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 6px;
    opacity: 1;
}

.bar.bottom {
    top: 12px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s;
    display: block;
    visibility: visible;
    opacity: 1;
	font-size: 10px;
    color: #fff;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    font-weight: bold;
    white-space:nowrap;
}

.menu-btn:hover .bar {
}

.menu-btn:hover .menu-btn__text {
}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(https://s3-ap-northeast-1.amazonaws.com/kibidango/nfs/images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
    background:#222;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 32px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ccc;
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 32px;
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ccc;
}

.check:checked ~ .close-menu {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}


.drawer-menu .navbar-nav {
}

.drawer-menu .navbar {
    border: 0px solid transparent;
}
.drawer-menu .navbar-nav .open .dropdown-menu {
    background-color: #000;
}

.drawer-menu .dropdown-menu li {
	position: relative;
	top: -5px;
	}

.drawer-menu .navbar-nav .open .dropdown-menu>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.drawer-menu .navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
}
.drawer-menu .navbar-inverse .navbar-nav>li.open>a:hover {
    color: #fff;
}
.drawer-menu ul.nav > .divider {
	height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
}
#spLogin {
    right: 50px;
}
#spPjmake {
    right: 100px;
}
.sp-header-icon {
	position: absolute;
    top: 10px;
    z-index: 9999999990;
	line-height: 1em;
}

.sp-header-icon > a {
	text-align: center;
}
.sp-header-icon > a > .spLogin_icon {
	display:block;
	font-size: 20px;
	color:#fff;
	line-height: 18px;
	position: relative;
	top: 0px;
	margin-bottom: -2px;
}
.sp-header-icon > a > .spLogin_icon.iconLock {
	color:rgba(255, 255, 255, 0.4);
}
.sp-header-icon > a > .spLogin_ProfileIcon {
	display: block;
	position: relative;
	top: 1px;
}
.sp-header-icon > a > .spLogin_ProfileIcon > img {
	max-width: 19px;
	max-height: 19px;
	border-radius: 100%;
	line-height: 19px;
}
.sp-header-icon > a > .spLogin_text {
	font-size: 10px;
    color: #fff;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    font-weight: bold;
    white-space:nowrap;
    }


table.tableResp01 {
	width: 100%;
	}
table.tableResp01 th,
table.tableResp01 td {
	padding: 10px;
	border: 1px solid #ddd;
	}
table.tableResp01 th {
	background: #f4f4f4;
	}
table.tableResp01 td {
	background: #fff;
	}
table.tableResp01 th {
	width: 30%;
	text-align: left;
	}

@media (min-width: 768px) and (max-width: 991px) {
	table.tableResp01 th.discount-th {
	width: 45%;
	}
}

@media only screen and (max-width:767px) {
    table.tableResp01 {
	    /* margin: 0 -10px; */
	    }
    table.tableResp01 th,
    table.tableResp01 td {
        width: 100%;
        display: block;
        border-top: none;
        }
    table.tableResp01 tr:first-child th {
	    border-top: 1px solid #ddd;
	    }
}

#projectTab .badge,
.list-group-item>.badge {
    background-color: rgba(255, 92, 97, 0.80);
}
/* スマホ プロジェクトページ タブ用 */
@media only screen and (max-width:480px) {
  .title-links span, .title-links span a {
  color: #aaa;
  }
  .nav-tabs.nav-justified {
      display: -webkit-box;
      display: box;
  }
  .project-tab-area {
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  }
  #projectTab.nav-tabs.nav-justified>li {
      float: inherit;
      -webkit-box-flex: 1;
      box-flex: 1;
      text-align: center;
      border-radius: 5px 5px 0 0;
      background: #fff;
      width: auto;
  }
  #projectTab.nav-tabs.nav-justified>li a {
      margin: 0;
      padding:10px 0;
      position:relative;
      border-radius:inherit;
      border:0px;
      color: #aaa;
  }
  #projectTab.nav-tabs.nav-justified>li.tabReward.active, #projectTab.nav-tabs.nav-justified>li.tabProject.active, #projectTab.nav-tabs.nav-justified>li.tabAction.active, #projectTab.nav-tabs.nav-justified>li.tabSupporter.active, #projectTab.nav-tabs.nav-justified>li.tabItempage.active {
      border-bottom: 2px solid #ff5c60;
  }
  #projectTab.nav-tabs.nav-justified>li.tabReward.active a, #projectTab.nav-tabs.nav-justified>li.tabProject.active a, #projectTab.nav-tabs.nav-justified>li.tabAction.active a, #projectTab.nav-tabs.nav-justified>li.tabSupporter.active a, #projectTab.nav-tabs.nav-justified>li.tabItempage.active a {
      color: #000;
  }
  #projectTab .badge {
      padding: 4px 5px;
      font-size: 10px;
      background-color: rgba(255, 92, 97, 0.80);
      border-radius: 10px;
      right: 1px;
      top: -5px;
      position: absolute;
  }
  #projectBody {
      border-top: 0px solid #ddd;
      margin-left: -15px;
      margin-right: -15px;
      }
  .project-tab-area {
  	margin-left: -15px;
  	margin-right: -15px;
  }
  #side-profile .owner-name a {
      color: #aaa;
  }
}

table#easyPreviewTable img {
    max-width: 100%;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#my_profile_edit input,
#my_profile_edit select,
#pay-create input,
#pay-create select {
		margin-bottom: 5px;
}

.projectTextArea .caption {
    color: #999;
    font-size: 0.9em;
    margin-top: -25px;
}

img.sidebar_profile_photo {
    max-width: 100%;
}


@media (min-width: 992px) and (max-width: 1199px) {
.snsProject > p:nth-child(1) {
	font-size: 85%;
}
}

#campaign-info-table {
	color: #222;
}
@media only screen and (max-width:767px) {
	#campaign-info-table {
		font-size: 12px;
	}
}

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 20px 0 40px;
    position: relative;
    width: 100%
}

.bootstrapWizard a:hover,
.bootstrapWizard a:active,
.bootstrapWizard a:focus {
    text-decoration: none
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 33.333%;
    text-align: center;
    padding-left: 0
}

.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}

.bootstrapWizard li.complete .step {
    background: #ff5c60;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.bootstrapWizard li.active .step {
    background: #ff5c60;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #55606E
}

.bootstrapWizard li.active .title {
    color: #2B3D53
}

.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 10px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 13px;
    word-wrap: break-word;
}

.kibi-ticket.rewordSold p.img_description {
	background:#000;
	position:relative;
}
.kibi-ticket.rewordSold p.img_description img {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.kibi-ticket.rewordSold p.img_description:after {
	content:"SOLD OUT";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%) rotate(-10deg);
	-ms-transform: translate(-50%,-50%) rotate(-10deg);
	transform: translate(-50%,-50%) rotate(-10deg);
	display:block;
	color:#fff;
	border: 5px solid #fff;
	padding: 0.5em;
	font-size:20px;
	width: 80%;
	text-align: center;
}

/* ポップアップモーダル */
	.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
	}
	.popupModal1 > input:nth-child(1) + label { 
	    cursor: pointer;
	}
	.modalPopup2 { /* 初期設定 ポップアップ非表示 */
	    display: none;
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
	    display: block;
	    z-index: 998;
	    position: fixed;
	    width: 90%;
	    height: 80%;
	    border-radius: 20px;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    background: #fff;
	    padding: 10px 20px;
	    overflow: hidden;
	}
	@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
	         width: 600px;
	         height: 600px;
	         padding: 30px;
	
	    }
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
	     left: 50% !important;
	     top: 50% !important;
	     margin-left: 270px !important;
	     margin-top: -310px !important;
	}
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
	    overflow:auto;
	    -webkit-overflow-scrolling:touch;
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
	    width: 100%;
	      height:100%;
	      border:none;
	      display:block;
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
	max-width: 100%;
	}
	.popupModal1 > input:nth-child(1) + label ~ label {
	    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
	
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.70);
	    display: block;
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 997;
	    text-indent: -999999px;
	    overflow: hidden;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
	    background: rgba(255, 255, 255, 0.5);
	    display: inline-block;
	    position: fixed;
	    right: 10px;
	    top: 20px;
	    z-index: 999;
	    width: 44pt;
	    height: 44pt;
	    font-size: 40px;
	    border-radius: 50%;
	    line-height: 44pt;
	    text-align: center;
	    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	}
	
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
	    display: none;
	}
	
	
	.modalPopup2 {
	    animation: fadeIn 1s ease 0s 1 normal;
	    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	}
	
	@keyframes fadeIn {
	    0% {opacity: 0}
	    100% {opacity: 1}
	}
	
	@-webkit-keyframes fadeIn {
	    0% {opacity: 0}
	    100% {opacity: 1}
	}
	
	.popupModal1 .modalTitle {
	     padding-bottom: .5em;
	     margin: .5em 0;
	     border-bottom:
	     1px solid #ccc;
	     font-weight: bold;
	}
	.popupModal1 .modalMain {
	     color:#222;
	     text-align: left;
	     font-size: 14px;
	     line-height: 1.8em;
	}

.action-preview-box {
	line-height: 2em;
	font-size: 16px;
	word-break: break-all;
}
.action-preview-box .ng-binding {
/* 	margin: 20px 0; */
	display: inline-block;
}
.action-preview-box h3 {
	border-left: 8px solid #ff5c60;
	padding-left: 10px;
	display: inline-block;
}
.action-preview-box img {
	max-width:100%;
	display:block;
	margin-top:20px;
}
.action-preview-box iframe {
	max-width:100%;
}
.action-preview-box .caption {
	color: #999;
  font-size: 0.9em;
  padding: 5px;
  margin-top:-20px;
}

.pj-preview-box {
	line-height: 2em;
	font-size: 16px;
	word-break: break-all;
}
.pj-preview-box .ng-binding {
/* 	margin: 20px 0; */
	display: inline-block;
}
.pj-preview-box h3,
.pj-preview-box h4 {
	font-weight: bold;
    line-height: 1.4em;
}
.pj-preview-box img {
	max-width:100%;
	display:block;
	margin-top:20px;
}
.pj-preview-box .img,
.action-preview-box .img {
	text-align: center;
}
.pj-preview-box .img img,
.action-preview-box .img img {
	display:inline-block;
}
.pj-preview-box iframe {
	max-width:100%;
}
.pj-preview-box .caption,
.action-preview-box .caption {
	color: #999;
  font-size: 0.9em;
  padding: 5px;
  margin:0;
  display: block;
  text-align: left;
}

#snsArea ul {
	display:table;
	margin-top:-15px;
	margin-bottom: 20px;
}
#snsArea li {
	display:table-cell;
	width:33%;
	padding:15px;
}
@media (max-width: 991px) {
#snsArea li {
	padding:30px;
}
}
#result-area .thumbnail {
	height:100px;
}

#project_view,
#action_view,
.pj-preview-box,
.action-preview-box {
	line-height:1.85em !important;
	white-space: normal !important;
}
#project_view .caption,
#action_view .caption,
.pj-preview-box .caption,
.action-preview-box .caption {
	line-height:1.6em;
	margin-top:0;
	margin-bottom:2em;
  text-align: center;
}
#project_view .text,
#action_view .text,
.pj-preview-box .text,
.action-preview-box .text {
	margin-bottom:2em !important;	
}
#project_view .img,
#action_view .img,
.pj-preview-box .img,
.action-preview-box .img {
	margin-bottom:2em !important;	
}
#project_view .img + .caption,
#action_view .img + .caption,
.pj-preview-box .img + .caption,
.action-preview-box .img + .caption {
	margin-top:-2em !important;	
}
#project_view h3,
#action_view h3 ,
.pj-preview-box h3:not(#sct-title),
.action-preview-box h3 {
	border-bottom: 1px solid #ccc;
	margin: 1em 0 1em !important;
	padding: 0 0 3px 15px;
	border-left: 5px solid #ccc;
	line-height:1.8em;
	font-size:140%;
	display: block !important;
	font-weight: bold;
}
#action_view h4 ,
.pj-preview-box h4,
.action-preview-box h4 {
	line-height:1.8em;
	font-weight: bold;
}
.ng-scope.link {
	margin: 10px 0;
}
.ng-scope.link + br {
	display: none;
}
.progress-bar.active, .progress.active .progress-bar { /* バーのアニメーション */
    -webkit-animation: inherit !important;
    -o-animation: inherit !important;
    animation:inherit !important;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: inherit !important;
    background-image:inherit !important;
    background-image: inherit !important;
    -webkit-background-size: inherit !important;
    background-size: inherit !important;
}

@media screen and (min-width:768px){
  .reward_send_memo div.radio {
   padding:10px 0;
  }
}
@media screen and (max-width:767px){
  .reward_send_memo div.radio {
    padding:15px 0;
    border-bottom:1px solid #efefef;
  }
  .reward_send_memo div.radio:last-child {
    border-bottom:0px;
  }
  .reward_send_memo div.radio label {
    display:block;
  }
}


.limited-now {
	position: relative;
	padding: .5em 0 .5em 25px;
	background-color: #f0f0f0;
	margin-left:-10px;
	margin-bottom:0;
	font-size:16px;
	letter-spacing:0.03em;
	width:220px;
	font-weight:bold;
}
.limited-now span {
	display:block;
	font-size:12px;
	font-weight:normal;
}
.limited-now::before,
.limited-now::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.limited-now::before {
	left: 0;
	border-width: 0 10px 10px 0;
	border-right-color: #ccc;
}

.help-block.limited-start {
  text-align: center;
}
/*
.help-block {
	position: relative;
	padding: .5em 0;
	background-color: #f0f0f0;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-8px;
	text-align:center;
	font-size:26px;
	letter-spacing:0.03em;
}
.help-block span {
	display:block;
	font-size:12px;
}
.help-block::before,
.help-block::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.help-block::before {
	left: 0;
	border-width: 0 10px 10px 0;
	border-right-color: #ccc;
}
.help-block::after {
	right: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-top-color: #ccc;
}
*/

/*
.help-block {
	position: relative;
	top:-25px;
	padding: .5em 0 .5em 25px;
	background-color: #f0f0f0;
	margin-left:-10px;
	font-size:20px;
	letter-spacing:0.03em;
	width:250px
}
.help-block span {
	display:block;
	font-size:12px;
}
.help-block::before,
.help-block::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.help-block::before {
	left: 0;
	border-width: 0 10px 10px 0;
	border-right-color: #ccc;
}
*/

.discountbox {
  margin:10px 0;
  margin-left: 15px;
}
.discountbox > .discount-arrow {
  padding: 0 0.1em;
  color:#ccc;
}
.discountbox > .discount-arrow > i {
  margin-right:0;
}
.discountbox > .discount-before{
  font-size: 20px;
}
.discountbox > .discount-after{
	position: relative;
}
.discountbox > .discount-after.include-price{
	font-size: 20px;
	height: 50px;
	display: inline-block;
}
.discountbox > .discount-after.include-price{
	font-size: 20px;
	height: 45px;
	display: inline-block;
}
.discountbox > .discount-after.include-price > span {
	background: #ff9999;
	color: #fff;
	padding: 1px 0;
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 70px;
	text-align: center;
}
.discountbox > .discount-after:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	border: 10px solid transparent;
	border-top: 15px solid #efefef;
}
.discountbox.discount-success > .discount-after:before{
	top: -15px;
 }
.discountbox.discount-success {
	margin-top:0;
}
.discountbox.discount-success > .discount-after:before{
	content: none;
}
.discountdescription {
  margin: 0 10px;
  font-size: 12px;
  display: inline-block;
}
.discountdescription > span {
  text-align: center;
  background: #efefef;
  padding: 0.5em 1em;
  line-height: 1em;
  display: inline-block;
  min-width: 180px;
}

