@charset "UTF-8";
/* CSS Document */


@import url('center.css');

@import url('project-page.css');


body {
	background:url(../../image/main-bg02.jpg);
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

p {
	margin:0;
}



a:hover {
	filter: alpha(opacity=75); /*IE*/
	-moz-opacity: 0.75; /*FF*/
	opacity: 0.75;
}
input:hover {
	filter: alpha(opacity=75); /*IE*/
	-moz-opacity: 0.75; /*FF*/
	opacity: 0.75;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */


/* トップスライド */

#kyImgArea{
	position:relative;
	height:401px;
	top:-30px;
background:url(/image/top-slide-bg-.jpg);
overflow:hidden;
}
#kyImgArea p{
position: absolute;
height:401px;
width:100%;
display:none;
text-shadow:1px 1px 0px #fcfcfc;
font-weight:bold;
}
#kyImgArea p a {
	color:#666;

}

/*　トップスライド 文字なし */

#kyImgArea p, #kyImgArea .spot_image1{
background:url(/image/top-slide-11-.jpg) no-repeat 50% 0;
}
#kyImgArea .spot_image2{
background:url(/image/top-slide-12-.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image3{
background:url(/image/top-slide-13-.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image4{
background:url(/image/top-slide-14-.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image5{
background:url(/image/top-slide-15-.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image6{
background:url(/image/top-slide-16-.jpg) no-repeat 50% 0;
display:none;
}



/*　トップスライド 文字付き

#kyImgArea p, #kyImgArea .spot_image1{
background:url(/image/top-slide-11.jpg) no-repeat 50% 0;
}
#kyImgArea .spot_image2{
background:url(/image/top-slide-12.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image3{
background:url(/image/top-slide-13.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image4{
background:url(/image/top-slide-14.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image5{
background:url(/image/top-slide-15.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea .spot_image6{
background:url(/image/top-slide-16.jpg) no-repeat 50% 0;
display:none;
}
#kyImgArea p span {
	display:none;
}

*/

/* どれだけ幅が広がってもセンターの位置は変わらないから、
50%でセンターを固定。あとはマージンを入れて
強制的に左右のどこかに移動させる。
positionを使った荒業。
 */
#kyImgArea p span {
position: absolute;
left: 50%;
	text-align:left;
}
 #kyImgArea .spot_image1 span {
margin-left: 125px;
top:150px;
}
#kyImgArea .spot_image2 span {
margin-left: -40px;
top:35px;
}
#kyImgArea .spot_image3 span {
margin-left: 150px;
top:40px;
}
#kyImgArea .spot_image4 span {
margin-left: -480px;
top:25px;
}
#kyImgArea .spot_image5 span {
margin-left: 70px;
top:35px;
}
#kyImgArea .spot_image6 span {
margin-left: 195px;
top:185px;
}

#kyImgArea .kyImgNav{
position: absolute;
top: -85px;
left: 50%;
z-index: 1000;
width: 940px;
height: 1px;
margin-left: -470px;
}
#kyImgArea .kyImgNav ul{
position: absolute;
top: 367px;
right: 15px;
}
#kyImgArea .kyImgNav li{
float: left;
}
#kyImgArea .kyImgNav a{
text-indent:-9999px;
display:block;
background:url(/image/topslide-btn-off.png) no-repeat;
width: 15px;
height: 19px;
}
#kyImgArea .kyImgNav a:hover {
background:url(/image/topslide-btn-over.png) no-repeat;
}
#kyImgArea .kyImgNav .on a, #kyImgArea .kyImgNav .on a:hover{
background:url(/image/topslide-btn-on.png) no-repeat;
width: 44px;
}

#kyImgArea .ky-image-bnr {
position: absolute;
top: 310px;
left: 50%;
z-index: 1000;
width: 940px;
height: 1px;
margin-left: -75px;
cursor:pointer;
}


#header {
	margin-bottom:30px;
}
#header  #beginner a {
	padding-left:15px;
	background:url(../../image/header-icon-beginner.png) no-repeat left;
}

#header a {
	text-decoration: none;
}

#header #site-base-navi {
	position:absolute;
	right:0;
	top:30px;
}
#header #site-base-navi a {
	color: #333;
}

#header-logo-area {
	height: 80px;
	background:#fff;
}
#header-logo-area .wrapper {
	position: relative;
}
#header-logo-area .wrapper p, #header-logo-area .wrapper ul, #header-logo-area .wrapper form {
	position: absolute;
}
#header-logo-area p {
	font-size: 10px;
}

#header-logo-area .logo-logo {
	position:absolute;
	top:20px;
}
#header-logo-area .logo-logo img { /* for ie */
	width:166px;
	height:42px;
}

#header-logo-area #site-title a {
}
#header-logo-area ul li {
	border-left: 1px solid #333;
	font-size: 12px;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1em;
}
#header-logo-area ul {
	margin: 5px 0 0;
}
#header-navi-area {
	background-color: #2c3e50;
}
#header-navi-area ul {
	margin:0;
	padding:0;
}
#header-navi-area li {
	float: left;
	font-size: 12px;
	line-height: 3em;
}
#header-navi-area li a {
	color:#fff;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}

#header-navi-area p {
	float:left;
	line-height:33px;
	}



/* main area */


#main-area {
}


#pj-detail-title {
	width:980px;
	margin-top:30px;
}
#pj-title-area {
	float:left;
	width:640px;
	text-align:center;
}
#pj-button-area {
	float:right;
	width:260px;
	text-align:center;
}
#pj-button-supporter {
	margin-bottom:10px;
}
#pj-tag-area ul, #pj-tag-area li {
	float:left;
}

#pj-detail-timer {
	margin-top:30px;
}

#pj-main {
	background:#fff;
	padding:5px;
}


#pj-main-left {
	float:left;
	width:600px;
	padding:20px;
}

#pj-main-right {
	float:right;
	width:299px;
	background:url(../../image/main-right-bg.gif);
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:15px;
}





/* 2013-02-27 */
#contents {
}
#projectBody, .regist {
	background:#fff;
	padding:10px;
}
#gaugeViewer .progress_counter{
}



/* ボタン カスタマイズ */



.button button {
    background-color:#e74c3c ;
    padding:5px 10px;
    position:relative;
    font-size:12px;
    text-decoration:none;
    color:#fff;
    background-image: linear-gradient(bottom, rgb(171,27,27) 0%, rgb(212,51,51) 100%);
    border-radius: 5px;
	cursor:pointer;
}
.button button:active {
    padding-bottom:4px;
    padding-left:10px;
    padding-right:10px;
    padding-top:6px;
    top:1px;
    background-image: linear-gradient(bottom, rgb(171,27,27) 100%, rgb(212,51,51) 0%);
}


/* 
#contents .info .button button {
    background-color:#e74c3c;
    position:relative;
    font-size:20px;
    text-decoration:none;
    color:#fff;
    border: solid 0px #999;
    background-image: linear-gradient(bottom, rgb(171,27,27) 0%, rgb(212,51,51) 100%);
    border-radius: 5px;
	cursor:pointer;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

 */



#contents .info .button button {
  display: inline-block;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: bold;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

  color: #FFFFFF;
  font-size: 20px;
  line-height:1.5em;;
  background-color: #e74c3c;
  border-radius: 7px;
  padding: 12px 30px 12px 30px;
}

#contents .info .button button strong {
  letter-spacing: 1px;
  font-size: 22px;
}

#contents .info .button button:hover {
}

#contents .info .button button:active {
}








 #contents .info .button button:hover {
	 background:#F00;}

#contents .info .button button:active {
    top:1px;
    background-image: linear-gradient(bottom, rgb(171,27,27) 100%, rgb(212,51,51) 0%);
}

#contents .info .button  {
	text-align:center;
	margin:20px;
	
/*     background-color:#efefef;
    content:"";
    padding:3px;
    z-index:-1;
    border-radius: 5px;
    box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
 */	}



#contents .contents_box1 .contents_box1 .golist{
	border:1px dashed #ccc;
	padding:10px;
	background:#f6f8f2;
}
#contents .contents_box1 .contents_box1#term .golist{
	border:0px solid #ccc;
	background:#fff;
	padding:0px;
}

#contents .contents_box1 .contents_box1#term{
	margin:50px 0;
}




.contents_s #gaugeViewer {
	margin-top:20px;

	
}


.search #gaugeViewer .progress_counter{
	 line-height:20px;
}

.search #gaugeViewer .progress_bar{
	 height:20px;
}

.search .projectPickup .support {
margin-bottom: 0px;
}
.search .top_items {
	}

.search .limitTime {
font-size: 20px;
}


#contents .index .button {
	text-align:center;
	margin:10px 0 40px;
	}

#contents.top-page {
	width:1000px;
	
}
.top-page .projectPickup{
	width:auto;
}
.top-page .search .top_items {
	background:none;
}

	#news-container a {
		text-decoration:underline;
			}
	#news-container h2 {
		display:none;
	}
	#news-container ul {
			}
	#news-container ul li {
		margin-bottom:15px;
					}
.top-page .project_footer, .top-page .project_list_nuse, .top-page .project_list .project_footer {
}


.top-page .contents_m .contents_box3 {
	margin:0 20px;
	
}

#contents .contents_box1 .login_select {
	padding:0 10px;
	}
	.hint {
	padding:0 10px;
	margin-top:20px;
}



#contents #form_table table {
	margin-top:0;
}
#contents .contents_s .contents_box1 {
	margin-bottom:30px;
	}
	

#message .box_body {
	padding:20px;
}
#contents #message h2 {
	padding:0 0 10px;
	margin-top:20px;
	font-size:18px;
}

#contents #message h3 {
	padding:10px;
	margin-top:10px;
}
#contents #message p {
	margin:0 0 0.5em;
	font-size:14px;
	line-height:1.6em;
	padding:0 10px;
}

#contents .contents_s .golist li span {
background-color:transparent;
color:#666;
padding: 0;
font-size:32px;
font-family: 'Telex',sans-serif;
line-height:1em;
display:block;
}



#contents .contents_box1 .contents_box1 .golist span {
font-size:20px;
line-height:1.1em;
}
#contents .contents_box1 .contents_box1#term .golist span {
font-size:32px;
}



#contents .contents_s .golist li {
padding: 5px 5px 0;
margin: 0;
border-bottom: 0px dotted #ccc;
}


.present_description {
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	}

#contents table tr.selectRwd .present_description {
	margin-left: 0;
	margin-right: 0;
	border-bottom: inherit;
}
.regist #form_table table tr.selectRwd th label {
	font-size: 18px;
    }
#contents .contents_s .golist li .limitTime{
	font-size:37px;
	color:#666;
	line-height:1.8em;
	font-family: 'Telex',sans-serif;
	position:relative;
		border-bottom:1px dashed #ccc;
		display:block;
		position:relative;
		top:-10px;

}


#footer {
	background:#2c3e50;
	width:100%;
	padding:0 0 20px;
	padding:20px 0;
	color:#fff;
	height:320px;
	clear:both;
}
#footer .wrapper {
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
#footer a {
	color:#fff;
}
#footer .title-left{
	font-family: 'Telex',sans-serif;
	float:left;
	width:110px;
}
#footer .main-left{
	margin-top:20px;
	border-top:1px solid #34495e;
	padding-top:20px;
	width:620px;
}

#footer .main-right{
	float:left;
	width:490px;
}
#footer .fb-right{
	position:absolute;
	right:0;
	top:0;
}

#footer .fb-like-box {
	background:#fff;
}
#footer .snsnavi {
	margin:0;
}
#footer .snsnavi li {
	float:left;
}

#footer .snsnavi li.sns-twitter {
	width:105px;	
}
#footer .snsnavi li.sns-fb {
	width:110px;	
}
#footer .snsnavi li.sns-hatena {
	width:115px;
}

.info_table img {
	max-width:630px;
}

#contents .contents_s .num-link01 .golist ul li span {
	font-size:12px;
	position:inherit;
	line-height:1.5em;
}
#contents .contents_s .num-link01 .golist ul li {
	margin-bottom:10px;
	}
	
.regist #form_table form .ta_left div {
}

.message-area {
	padding:20px;
	background:#fff;
}

.project_list .text-area {
	padding:0 10px;
}
.project_list .img img {
}
.poject-head-area li {
	background:#fff;
}

.poject-head-area .project_footer {
	height:40px;
	padding:0;
	display:block;
	width:100%;
	text-align:center;
}
.poject-head-area .project_footer p {
	line-height:40px;
	display:block;

}

.timelimit-area {
	padding:10px;
	font-size:10px;
	margin-top:10px;
}

.profileFollowButton, .profileUnFollowButton {
margin:5px;
}

.contents_s i {
	margin-right:0.5em;
}


ul.dummy-project {
	position:relative;
	height:465px;
}

.dummy-project li {
	position:absolute;
}
.dummy-project li a {
	position:relative;
}
.dummy-project li a img {
}

.dummy-project .dummy-l {
}
.dummy-project .dummy-l a {
	width:300px;
	height:465px;
	display:block;
	text-align:center;
	}
.dummy-project .dummy-l a img {
	margin-top:160px;
}
.dummy-project .dummy-m a img {
	margin-top:50px;
}

.dummy-project .dummy-m#dummy-about {
	left:0;
	top:0;
}
.dummy-project .dummy-m#dummy-about a {
	background:url(../../image/vector-about-bg04.jpg);
}

.dummy-project .dummy-m {
		}
.dummy-project .dummy-m a span {
	display:block;
		}
.dummy-project .dummy-m a span.al {
	font-family: 'Telex',sans-serif;
	text-align:center;
	position:absolute;
	top:17px;
	width:300px;
	}
.dummy-project .dummy-m a span.kana {
	font-size:12px;
	position:absolute;
	bottom:10px;
	margin:0 20px;
	color:#000;
	line-height:1.5em;
}
.dummy-project .dummy-m a span.info-link {
	text-decoration:underline;
	color:#ea4844;
	margin-top:0.5em;
	font-weight:bold;
}
.dummy-project .dummy-m a {
	width:300px;
	display:block;
	color:#fff;
	position:relative;
	height:220px;
}

.dummy-project .dummy-m#dummy-owner a {
background:url(../../image/vector-owner-bg04.jpg);
}

.dummy-project .dummy-m#dummy-support a {
	background:url(../../image/vector-supporter-bg.jpg);
}
.dummy-project .dummy-m#dummy-owner {
	left:0;
	bottom:0;
}

.dummy-project .dummy-m#dummy-support {
	right:0;
	bottom:0;
}

.dummy-title {
	font-size:12px;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../../image/line_hr_03.gif) repeat-x bottom;
	font-family: 'Telex',sans-serif;
	text-shadow: 0 1px #ffffff;
	color:#aaa;
	font-weight:bold;
	letter-spacing:0.05em;
}
#pjSearch4Category_index label input {
	color:#fff !important;
	display:none;
	}


#contents .contents_s .kibi-ticket h2 {
border-bottom: 1px dashed #ccc;
background:url(../../image/icon-cart02.png) no-repeat left;
	padding:1px 0 0 30px;
	margin:0 0 0 10px;
	line-height:3em;
}
.kibi-ticket h2 a {
}
.kibi-ticket h2 a i {
    color:#e74c3c;
	
}

#footer .payment li {
	margin-right:10px;
	margin-top:10px;
	float:left;
}


.side-container {
	background:#fff;
	margin-bottom:20px;
	padding-bottom:5px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
border-top: 3px solid #ddd;
}

#contents .contents_box1 .side-container.kikan .contents_box1 .golist{
	border:0px dashed #ccc;
	padding:0;
	background:none;
}

.project-title-area {
	margin:0 0 40px;
}
h1.project-title {
	font-size:24px;
	color:#555;
	line-height:1.6em;
	margin-bottom:5px;
	width:960px;
	margin:0 auto 5px;}
.project-main p {
	font-size:18px;
}
.protab-num {
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
margin-bottom: 10px;
background: #75796f;
color: #fff;
padding: 2px 6px;
font-weight: bold;
font-family: 'Telex',sans-serif;
}

.page-sns-area {
	margin:20px 10px;
}
.page-sns {
}
.page-cate {
	float:left;
}
.project-title-area i {
	margin-right:0.5em;
}

.project-title-area a {
	color:#666;
	text-decoration:underline;
}
.title-links span {
	padding-left:20px;
}

#contents .project-main h2.dummy-title {
padding:0 0 10px;
margin:40px 0 0;
font-size:12px;
color: #555;
line-height: 1.5em;
}
.project-main .fb_comment {
	margin:10px;
}
.project-main .headerProfile{
	border-bottom:0px solid #ccc;
}

#contents .contents_s.project-right-area {
	background:none;
	margin-top:0;

}

.project-container #gaugeViewer {
	width:100%;
}

.page-about #projectBody .box {
	background:url(/image/about-bg00.jpg);
}

.page-about #projectBody .box img {
	max-width:none;
	position:relative; left:-30px;
		margin-top:30px;
margin-bottom:50px;
}

.page-about #projectBody .box .storyA {
	background:url(/image/about-bg11.jpg) no-repeat right -20px;
	padding-bottom:70px;
	margin-top:40px;
}

.page-about #projectBody .box .stryB {
	background:url(/image/about-bg03.jpg) no-repeat right bottom;
}


.side-container.money #gaugeViewer {
	margin:20px 10px 0;
}

.project-right-area a.limitTime {
	text-decoration:underline;
	font-size:20px;
	color:#e74c3c;
}


#header-navi-area, #footer {
	background-color:#000;
}

#footer .main-left{
	border-top:1px solid #333;
}



#footer .main-left{
	border-top:1px solid #333;
}


#form_table form td.ta_left div {
/*
	width:auto !important;
*/
}
#form_table form td.ta_left div .nicEdit-panel {
	padding:5px;
}

#form_table form td.ta_left div .nicEdit-button {
	width:18px !important;
}

#form_table form td.ta_left div .nicEdit-selectContain {
	width:90px !important;
}
#form_table form td.ta_left div .nicEdit-selectContain .nicEdit-selectControl {
	width:16px !important;
}


.project-success {
	position:absolute;
	width:69px;
	height:104px;
	display:block;
	z-index:9999;
	color:#fff;
	background:url(../../image/icon-success12.png);
}


.top_items .project-success {
	right:10px;
	top:1px;
}

.side-container.money {
	position:relative;
	}
.side-container.money .project-success {
	right:-5px;
	top:1px;
}

.project-success .kana {
	font-size:18px;
	display:block;
	position:absolute;
	text-align:center;
	width:69px;
	bottom:30px;
	line-height:1em;
}
.project-success .al {
	font-size:9px;
	display:block;
	position:absolute;
	bottom:15px;
	text-align:center;
	width:69px;
	line-height:1em;
	display:none;
	font-family: 'Telex',sans-serif;

}


#projectBody .MsoNormal span {
	font-size:14px !important;
	color:#666;
}

#projectBody .description {
	font-size:14px !important;
}




/* start for FORM */


#message .form-area {
	border:10px solid #ccc;
}

body#public {
	background:none;
	padding:20px;
	background:#fff;
}
body#public form.wufoo {
	padding-bottom:0;
	}

body#public #header {
/* 	display:none;
 */}


body#public .wufoo .instruct {
border: 1px solid #e74c3c;
}



body#public input#saveForm {
  display: inline-block;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: bold;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

  color: #FFFFFF;
  line-height:1.5em;;
  background-color: #e74c3c;
  border-radius: 7px;
  padding: 12px 30px 12px 30px;
  cursor:pointer;
}

body#public input#saveForm:hover {
  background-color: #f00;
}




/* end for FORM */



.projectReport {
	margin-bottom:60px;
}

#contents .projectReport h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 10px 10px;
margin-bottom: 20px;
font-size: 20px;
color: #555;
line-height: 1.5em;

}

.projectReport .description {
	margin:5px 0;
	
}












/* 2013-03-29 */

#contents .contents_s .contents_box1 .finish .contents_box1 {
/* 	filter: alpha(opacity=75); IE
	-moz-opacity: 0.75; FF
	opacity: 0.75;
 */}

#contents .contents_s .contents_box1 .finish .contents_box1 .kibi-ticket {
	position:relative;
/* 	background:#000;
 */	}
#contents .contents_s .contents_box1 .finish .contents_box1 .kibi-ticket .rewordSold {
	position:absolute;
	top:-5px;
	right:-5px;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.50; /*FF*/
	opacity: 0.50;
	}
#contents .contents_s .contents_box1 .finish .golist {
	background: #fcfcfc;

}

#contents .contents_s .btnEnd button {
	background:#ccc;

}
#contents .contents_s .btnEnd button:hover {
	background:#ccc;

}


#contents .contents_s .finish .contents_box1 .kibi-ticket h2 {
background: url(../../image/icon-cart02gy.png) no-repeat left;
}



#contents .projectShopping {
	padding:10px;
	margin:0;
	border-top:1px dotted #ccc;

	position:relative;
}

#contents .projectShopping .img, #contents .projectShoppingArea .img {
	float:left;
}


#contents .projectShopping input, #contents .projectShoppingArea input {
	border:0;
	}
#contents .projectShopping select, #contents .projectShoppingArea select {
	width:inherit;
	height:inherit;
	margin-left:5px;
	}

#contents .projectShopping .shoppingCartInfo, #contents .projectShoppingArea .shoppingCartInfo {
	float:right;
	width:400px;
}
#contents .projectShoppingArea .shoppingCartInfo {
	float:right;
	width:310px;
}

#contents .projectShopping .shoppingCartInfo h2, #contents .projectShoppingArea .shoppingCartInfo h2 {
	padding:0;
	margin:0 0 10px;
	border:0;
	font-size:14px;
}

#contents .projectShopping .shoppingCartInfo .description {
	margin:0 0 10px;
	padding:0;
	font-size:12px !important;
	background:#fcfcfc;
	padding:10px;
}
#contents .projectShopping .shoppingCartInfo .shoppingCartPrice, #contents .projectShoppingArea .shoppingCartPrice {
	margin-bottom:10px;
	margin-left:5px;
	display:block;
	font-size:14px;

}
#contents .projectShopping .shoppingCartInfo .shoppingCartBtn, #contents .projectShoppingArea .shoppingCartInfo .shoppingCartBtn {
	display:block;
}

#contents .projectShopping .shoppingCartInfo .shoppingGotoPage {
	margin:0 5px 20px;
/* 	text-align:right;
 */	}

#contents .projectShopping .shoppingCartInfo .shoppingGotoPage i, #contents .projectShoppingArea .shoppingMailArea i {
	padding-right:0.5em;
}

#contents .shoppingIntro {
	text-align: center;
	margin: 20px;
}

#contents .projectShoppingArea .description {
	margin-bottom:40px;
}
#contents .projectShoppingArea .shoppingCartInfo h2 {
	font-size:18px;
	margin-bottom:60px;
}
#contents .projectShoppingArea .img li {
	margin-bottom:15px;
}

#contents .projectShoppingArea .img img {
	max-width:300px;
}

#contents .projectShoppingAreaCart {
	padding:20px;
}

#contents .projectShoppingArea .shoppingCartPrice {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
	
}
#contents .projectShoppingArea .snsArea {
	margin-top:20px;
}

#contents .projectShoppingArea .snsArea iframe {
	padding-bottom:10px;

}


#contents .projectShoppingArea .shoppingMailArea {
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #ccc;
}
#contents .shoppingIntro {
	text-align: center;
	margin: 20px;
}
#contents .ndisp {
	display: none;
}







#contents .resistThanks {
	background: #fff;
	padding: 10px 20px;
}
#contents .resistThanks h3 {
	color: #ea4844;
	font-size: 24px;
}
#contents .thanksProject {
	background: #fcfcfc;
	padding: 20px;
	margin: 20px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.fbShare {
	text-align: center;
}
.fbShare a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #fff !important;
	line-height: 1.5em;
	background-color: #3b5998 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 30px;
	cursor: pointer;
	font-size: 18px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#314a7f)); /* グラデ */
	background-image: -webkit-linear-gradient(top, #3b5998, #314a7f);
	background-image: -moz-linear-gradient(top, #3b5998, #314a7f);
	background-image: -ms-linear-gradient(top, #3b5998, #314a7f);
	background-image: -o-linear-gradient(top, #3b5998, #314a7f);
	background-image: linear-gradient(top, #3b5998, #314a7f);
	border: 1px solid #16367a;
filter:DXImageTransform.Microsoft.gradient(startColorStr='#3b5998', EndColorStr='#314a7f')
}
.fbShare .fbShareComm {
	font-size: 12px;
}
#contents .resistThanks .thanksProjectTitle, #contents .resistThanks .thanksProjectPrice {
	font-weight: bold;
}
#contents #message.resistThanks p.thanksProjectComm {
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}



/* 2013-04-15 */

.project-success { /* エンブレム消す */
	display:none;
}


/* 2013-04-19 */

#shipping textarea {
	width:95%;
}

#form_table textarea {
        width:95%;
}

/* 2013-04-26 */

.top-page .project_list {
	background:#fff;
	margin:0;
	border:0px;
height: 480px;
width: 300px;
float:left;
margin-right:30px;
}


#top_items {
	position:relative;
	/* width:1200px; 2014-02-28*/
}




            
			
			
.project-container {
width:960px;
/* overflow:hidden; 2014-02-28 */
	}

.dummy-area-ovfl {
	}

#news-container {
	float:left;
	margin-left:30px;
	width:630px;
}
#navi-container {
	float:left;
	width:300px;
	}

.top-page .project-container {
	margin-bottom:50px;
}

#news-container {
	line-height:1.5em;
	}

#news-container .newsDay {
	display:block;
	width:100px;
	float:left;
	font-weight:bold;
}
#news-container .newsContents {
	display:block;
	float:left;
	}
.projectSubText a:link {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	}
.projectSubText a:visited {
	color:#eee;
	}


.buttonLarge {
	text-align: center;
}
.buttonLarge a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #fff !important;
	line-height: 1.5em;
	background-color: #ffce10 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 30px;
	cursor: pointer;
	font-size: 18px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb132), to(#e29d2c)); /* グラデ */
	background-image: -webkit-linear-gradient(top, #ffb132, #e29d2c);
	background-image: -moz-linear-gradient(top, #ffb132, #e29d2c);
	background-image: -ms-linear-gradient(top, #ffb132, #e29d2c);
	background-image: -o-linear-gradient(top, #ffb132, #e29d2c);
	background-image: linear-gradient(top, #ffb132, #e29d2c);
	border: 1px solid #e29d2c;
filter:DXImageTransform.Microsoft.gradient(startColorStr='#ffb132', EndColorStr='#e29d2c')
}
.buttonLarge .fbShareComm {
	font-size: 12px;
}
#payPaypal.buttonLarge a {
	font-size:30px;
	font-weight:bold;
	width:400px;
	line-height:38px;
	padding-top:20px
	}
#payPaypal.buttonLarge .fbShareComm {
	background:url(../../image/icon-paypal.png) no-repeat left 2px;
	padding-left:63px;
	padding-top:4px;
	padding-bottom:2px;
	}
#payPaidy.buttonLarge button{
	width: 200px;
	padding: 10px;
}

.regist form .button {
	position:relative;
}
.regist form .alertPay {
	border:1px solid #ccc;
	margin-bottom:40px;
	padding:20px;
	font-size:16px;
	}
.regist form .button .attPaypal {
	position:absolute;
	background:url(../../image/tooltip-paypal-bg.png) no-repeat left -160px;
	padding:15px 20px 15px 30px;
	text-align:left;
	color:#fff;
	width:340px;
	left:600px;
}

.payTitle {
	font-size:20px;
	margin-bottom:15px;
	line-height:1em;
}
.payTitle img {
	vertical-align:middle;
}

#contents .regist form .button input.backButton {
/* 	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #fff !important;
	line-height: 1.5em;
	background-color: #ccc !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 30px;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#bbb)); グラデ
	background-image: -webkit-linear-gradient(top, #ccc, #bbb);
	background-image: -moz-linear-gradient(top, #ccc, #bbb);
	background-image: -ms-linear-gradient(top, #ccc, #bbb);
	background-image: -o-linear-gradient(top, #ccc, #bbb);
	background-image: linear-gradient(top, #ccc, #bbb);
	border: 1px solid #bbb;
filter:DXImageTransform.Microsoft.gradient(startColorStr='#ccc', EndColorStr='#bbb')
 */}


/* 2013-05-04 */

#contents .contents_box1 .contents_box1 .golist {
border: 0px;
padding: 0;
}

#contents .contents_box1 .contents_box1 .golist .img_description img {
	width:100%;
}

#contents .contents_s .golist.kibi-ticket {
margin: 5px;
padding: 5px;
border:1px solid #e3e3e3;
}
#contents .contents_s .golist.kibi-ticket {
margin: 25px 10px;
padding: 5px;
}
#contents .contents_s .golist.kibi-ticket .cartArea {
	margin-bottom:10px;
	}
#contents .contents_s .golist.kibi-ticket .cartArea h2 {
	float:left;
	background:none;

}
#contents .contents_s .finish .golist.kibi-ticket .cartArea .cartButton {
	float:right;
	width:120px;
	text-align:center;
	background:#ccc;
	display:block;
	color:#fff;
	line-height:30px;
	position:relative;
	left:6px;
	height:30px;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a {
	float:right;
	width:120px;
	text-align:center;
	background:#e74c3c;
	display:block;
	color:#fff;
	line-height:30px;
	position:relative;
	left:6px;
	height:30px;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a:hover {
	text-decoration:none;
	}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a:hover i {
	text-decoration:none;
	}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a span {
	position:absolute;
	right:0;
	display:block;
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:10px;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a i {
	position:absolute;
	left:0;
	background:#dd2d20;
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-decoration:none;
}


#contents .contents_s .contents_box1 .finish .golist.kibi-ticket, #contents .contents_s .golist.kibi-ticket {
background: #f3f3f3;
}
#contents .contents_s .golist.kibi-ticket .ticketBox {
background: #fff;
}
#contents .contents_s .golist.kibi-ticket .presentTitle {
	font-size:16px;
	padding:15px;
	font-weight:bold;
	}
#contents .contents_s .golist.kibi-ticket .present_description {
	padding:15px;
	margin:0;
	border-bottom:0;
	}

#contents .contents_s .kibi-ticket h2 {
border-bottom: 0px;
background:none;
padding-left: 15px;
margin: 0;
	font-size:20px;
	line-height:30px;
	color:#e74c3c;
}
#contents .contents_s .finish .kibi-ticket h2 {
	color:#333;

}

#contents .contents_s .kibi-ticket .presentSupport {
	background:#fff;
	margin-top:5px;
	position:relative;
	height:40px;
	line-height:40px;
}
#contents .contents_s .kibi-ticket .presentSupport i {
	position:absolute;
	left:15px;
	line-height:40px;
}
#contents .contents_s .kibi-ticket .presentSupport strong {
	position:absolute;
	left:40px;
	line-height:40px;
}

#contents .contents_s .kibi-ticket .presentSupport span {
	position:absolute;
	right:15px;
	line-height:40px;
	font-size:24px;
	font-weight:bold;
}

#contents .contents_s .kibi-ticket .presentLimited {
	position: relative;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	margin:5px 50px;
	height:30px;
	line-height:30px;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ }
#contents .contents_s .kibi-ticket .presentLimited:after, #contents .contents_s .kibi-ticket .presentLimited:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#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:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}


#contents .contents_s .kibi-ticket .presentLimited i {
	position:absolute;
	left:10px;
	line-height:30px;
}
#contents .contents_s .kibi-ticket .presentLimited strong {
	position:absolute;
	left:30px;
	line-height:30px;
}

#contents .contents_s .kibi-ticket .presentLimited span {
	position:absolute;
	right:10px;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
}


/* 2013-05-10 */


#contents .tabItempage a {
	position:relative;
	height:12px;
	top:11px;
	border-bottom:0px;
	}
#contents .tabItempage .protab-title {
	position:absolute;
	z-index:9999;
	width:110px;
	text-align:left;
	left:20px;
}
#contents .tabItempage .protab-num {
	background:url(../../image/protab-num_bg01.png) no-repeat 7px 0px;
	position:absolute;
	width:36px;
	height:36px;
	top:-10px;
	right:0px;
	line-height:30px;
	z-index:1;

}


/* 2013-05-24 */

#projectBody #media {
	margin-bottom:20px;
}

#contents .info .supportEnd {
	text-align:center;
margin:0 10px 10px;
	position: relative;
overflow: hidden;
box-shadow: 0 1px 1.5px #bbbbbb inset, 0 1px 0 #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #ccc;
background: -moz-linear-gradient(top, #cccccc 0%, #f7f7f7 2%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(2%,#f7f7f7), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top, #cccccc 0%,#f7f7f7 2%,#efefef 100%);
background: -o-linear-gradient(top, #cccccc 0%,#f7f7f7 2%,#efefef 100%);
background: -ms-linear-gradient(top, #cccccc 0%,#f7f7f7 2%,#efefef 100%);
background: linear-gradient(top, #cccccc 0%,#f7f7f7 2%,#efefef 100%);
-pie-background: linear-gradient(top, #cccccc 0%,#f7f7f7 2%,#efefef 100%);
}
#contents .info .supportEndTitle {
	padding:10px 0px;
	}
#contents .info .supportEndTitle a:link {
	text-decoration:underline;
		}
#contents .info .gotoShopping {
	font-size:14px;
	line-height:3em;
	margin:0 5px 5px;
}
#contents .info .gotoShopping a {
display: block;
padding: 8px 13px;
background: #e74c3c;
background: -moz-linear-gradient(top, #e74c3c 0%, #d94738 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74c3c), color-stop(100%,#d94738));
background: -webkit-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: -o-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: -ms-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: linear-gradient(top, #e74c3c 0%,#d94738 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74c3c', endColorstr='#d94738',GradientType=0);
line-height: 1;
color: #ffffff;
font-weight: bold;
text-shadow: 0 -1px #aa0000;
border: 1px solid #d94738;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 0 #e7e7e7;
}
#contents .info .gotoShopping a:hover {
	text-decoration:none;
	}

#contents .info .gotoShopping a i {
	position:relative;
	left:1em;
}


#contents .info .button button {
background: #e74c3c;
background: -moz-linear-gradient(top, #e74c3c 0%, #d94738 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74c3c), color-stop(100%,#d94738));
background: -webkit-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: -o-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: -ms-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: linear-gradient(top, #e74c3c 0%,#d94738 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74c3c', endColorstr='#d94738',GradientType=0);
color: #ffffff;
font-weight: bold;
text-shadow: 0 -1px #aa0000;
border: 1px solid #d94738;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 0 #e7e7e7;
}

#header-navi-area {
border-bottom: 1px solid #ffffff;
box-shadow: 0 1px 2px #d7d7d7	9;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
position:relative;
}



#contents .contents_s {
}

#projectBody, .regist {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

#projectTab {
padding-left: 0;
border-bottom: 1px solid #ffffff;
position:relative;
}
#projectTab span {
}
/* #projectTab span a {
padding: 10px;
border: 0px;
margin-bottom: 0;
width:110px;
background-color: #f5f5f5;
margin-left:3px;
} */
#projectTab span a{
	display:inline-block;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:-1px;
	width:110px;
	text-align:center;
	background-color:#f5f5f5;
	
}
#projectTab .disp a {
border: 0px;
border-bottom: 2px solid #fff;
margin-bottom: 0px;
background-color: #fff;
color: #666;
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
background:#fff;
}
#projectTab span a:hover{
border: 0px;
border-bottom: 2px solid #fff;
margin-bottom: 0px;
}
#projectTab .protab-title {
text-shadow: 0 1px #ffffff;
}

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

#gaugeViewer .progress_counter {
	color:#666;
text-shadow: 0 1px #ccc;
}
#gaugeViewer {
border: 0px;
background:#f5f2eb;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow:hidden;
}

#progressBar {
-webkit-border-radius:10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow:hidden;
}


.timelimit-area {
margin-top: 0px;
}

.no_success {
padding: 10px;
}



#note1.tooltip {
  display: block;
  list-style: none;
  width: 300px;
  min-height: 50px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0.80;
  line-height:1.4em;
  font-size:10px;
}

#contents .button span#followerCount {
/*
	display:inline;
	position:relative;
	top:-1px;
	left:5px;
*/
}
#contents .button span#followerCount a {
/*
	display:inline;
	color:#000;
background: #fff;
padding: 5px 7px;
font-size:10px;
*/
}


#contents .button span#followerCount a {
                position: relative;
                height: 50px;
                width: 100px;
                margin-bottom: 20px;
                border: 1px solid #999;
            }
 
#contents .button span#followerCount a:after {/* 吹き出し三角形の上部分 */
                content: '';
                position: absolute;
                top: 6px;
                left: -8px;
                border-top: 5px solid transparent;
                border-right: 10px solid #fff;
                border-bottom: 5px solid transparent;
            }
 
#contents .button span#followerCount a:before {/* 吹き出し三角形の背景部分 */
                content: '';
                position: absolute;
                top: 6px;
                left: -10px;
                border-top: 5px solid transparent;
                border-right: 10px solid #999;
                border-bottom: 5px solid transparent;
            }
			
			#contents .button span a {
}


#contents .info .profile .golist {
	padding:10px;
	margin:5px;
	background:#f3f3f3;
	line-height:1.4em;
	}
#contents .info .profile .golist li {
	margin-bottom:10px;
		}

.headerProfileIcon {
}



/* 2013-05-30 */


#projectTab span a {
	border:0px;
	background-color:transparent;
display:block;
float:left;
/* 	border-left: 1px solid #ffffff;
border-right: 1px solid #e0e0e0;
 */
 background:url(../../image/main-bg11.jpg);
box-shadow: inset 1px 1px 3px #ddd;
    -moz-box-shadow: inset 1px 1px 3px #ddd;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
	margin-right:2px;
	}
#projectTab span a:hover {
/* 	border-left: 1px solid #fff;
border-right: 1px solid #fff;
 */}
#contents .tabItempage a {
position:relative;
	top:inherit;
	}
	
#contents .contents_s .contents_box1 {	
}
#contents .contents_s .contents_box1 .contents_box1 {	
}

#projectTab span.protab-num {
	margin-left:5px;
}

#message, #contents h2 {
text-shadow: 0 1px #fff;
}
#message {
color:#000;
}
#message .box {
box-shadow: 0 1px 1.5px #d4c1a4 inset, 0 1px 0 #ffffff;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.top-page .project_list {
	margin-bottom:30px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

#top_items #gaugeViewer .progress_counter {
color: #fff;
text-shadow: 0 1px #ca8275;
font-weight:normal;
}



#message .message-title {
	padding-bottom: 15px;
	margin-bottom:20px;
background: url(../../image/line_hr_02.png) no-repeat bottom;
width:100%;
display:block;
font-size:22px;
line-height:2em;
margin-top:20px;
}

#message .form-area {
border: 0px;
}



#contents #message p {
line-height: 1.8em;
}



/* wufoo */
body#public {
background: none;
padding:0;
background:inherit;


}
body#public ul {
background:#fff;
padding:20px;
box-shadow: 0 1px 1.5px #999999 inset, 0 1px 1px #ffffff;
border: 1px solid #cccccc	9;
}
.wufoo .info {
border-bottom: 0px;
}

body#public #header {
	margin:0;
	}
.wufoo .info h2 {
font-size: 160%;
font-family: inherit;
font-style: normal;
font-weight: normal;
}
.wufoo .info {

position: relative;
margin: 0;
 background:url(../../image/main-bg11.jpg);
padding: 15px 20px;
box-shadow: 0 1px 1.5px #999999 inset, 0 1px 1px #ffffff;
border: 1px solid #cccccc	9;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;


}

.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file {
	padding:8px;
}

textarea.textarea {
width: 285px;
min-width: 95%;
max-width: 95%;
}
input.large, select.large {
width: 95%;
}


/* 2013-06-06 */
/* トップページ ショッピングエリア */

#shoppingIndex {
	margin-bottom:50px;	
}

#shoppingIndex ul li {
	float:left;
	margin-right:20px;
	
	
	
}

#shoppingIndex ul li .shoppingItemArea {
	padding:5px;
	background:url(../../image/main-bg11.jpg);
	box-shadow: inset 1px 1px 3px #ccc;
-moz-box-shadow: inset 1px 1px 3px #ccc;
-webkit-box-shadow: inset 1px 1px 3px #ccc;
}

#shoppingIndex ul li .shoppingListArea {
	background:#fff;
	width:470px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

#shoppingIndex ul li .shoppingImgArea {
	float:left;
	padding:10px;
}
#shoppingIndex ul li .shoppingTxtArea {
	float:left;
	width:230px;
	margin-left:5px;	
}

#shoppingIndex ul li p.shoppingImg {
}
#shoppingIndex ul li p.shoppingImg img {
	width:200px;	
	height:200px;
}
#shoppingIndex ul li p.shoppingTitle {
text-decoration: none;
font-weight:bold;
	left:220px;
	font-size:14px;
	margin:20px 0 0;
}
#shoppingIndex ul li p.shoppingTxt {
	font-size:10px;

}
#shoppingIndex ul li p.shoppingFrom {
}
#shoppingIndex ul li p.shoppingPrice {
color: #ea4844;
text-decoration: none;
	left:220px;
top:120px;
font-weight:bold;
}

#shoppingIndex ul li .shoppingGoArea {
	position:relative;
	margin:15px 0;
}
#shoppingIndex ul li .shoppingGoArea p {
	line-height:30px;
}
#shoppingIndex ul li .shoppingGoArea .shoppingGoto {
	position:absolute;
	right:-14px;
	top:0;
	}
#shoppingIndex ul li .shoppingGoArea .shoppingGoto a {
	float:right;
	width:120px;
	text-align:center;
	background:#e74c3c;
	display:block;
	color:#fff;
	line-height:30px;
	position:relative;
	left:6px;
	height:30px;
	text-shadow: 0 -1px #aa0000;
}
#shoppingIndex ul li .shoppingGoArea .shoppingGoto a:hover {
	text-decoration:none;
	}
#shoppingIndex ul li .shoppingGoArea .shoppingGoto a:hover i {
	text-decoration:none;
	}
#shoppingIndex ul li .shoppingGoArea .shoppingGoto a span {
	position:absolute;
	left:0;
	display:block;
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:10px;
}
#shoppingIndex ul li .shoppingGoArea .shoppingGoto a i {
	position:absolute;
	right:0;
	background:#dd2d20;
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-decoration:none;
}



#shoppingIndex ul li .shoppingFrom {
	position:relative;
	z-index:1000;
	color:#fff;
	 text-align:center;
	 font-size:10px;
	line-height:2em;
	 padding:5px 0;
                background: #e74c3c;
                margin-bottom: 0px;
				border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
top:5px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
background: #e74c3c;
background: -moz-linear-gradient(top, #e74c3c 0%, #d94738 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74c3c), color-stop(100%,#d94738));
background: -webkit-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: -o-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: -ms-linear-gradient(top, #e74c3c 0%,#d94738 100%);
background: linear-gradient(top, #e74c3c 0%,#d94738 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74c3c', endColorstr='#d94738',GradientType=0);
text-shadow: 0 -1px #aa0000;
            }
 
            #shoppingIndex ul li .shoppingFrom:after {
                content: '';
                position: absolute;
                border-bottom: 12px solid #e74c3c;
                border-right: 6px solid transparent;
                border-left: 6px solid transparent;
                top: -12px;
                left: 50%;
				
            }

#shoppingIndex ul li .shoppingFrom a {
	font-size:10px;
	color:#fff;
	font-weight:bold;
}



.top-page .project-container {
	margin-bottom:15px;
}


/* 2013-06-07 */

#contents .contents_s h2 {
background: url(../../image/line-dot0.gif) repeat-x bottom;
padding: 15px 10px 20px;
margin-bottom: 10px;
font-size: 14px;
border-bottom: 0px solid #ccc;
line-height: 1.3;
}

.info_table .dummy-title {
	background:inherit;
}


/* 2013-06-13 */

.projectListArea {
	background:#fff;
}


#contents .contents_m .top_items li.projectListArea {
margin: 0 12px 25px 0;
line-height: 150%;
display: inline-block;
vertical-align: top;
border: 0px solid #ccc;
padding:0;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
width:95%;
}

#contents .contents_m .top_items li.projectListArea .projectMain {
padding:10px;
}


.project_list_nuser.projectListArea .img {
padding: 0;
border:inherit;
background:inherit;
float:inherit;
margin: 0;
}
.project_list_nuser.projectListArea .projectListLeft {
float:left;
margin-right:20px;
margin-top: 10px;
}
.project_list_nuser.projectListArea .projectListRight {
float:left;
width:420px;
}
.project_list_nuser.projectListArea{
min-height:inherit;
}
.project_list_nuser.projectListArea .project_footer {
position:inherit;
padding:0;
margin: 0px;
text-align:center;
font-size:16px;
height:inherit;
background: url(../../image/line_hr_03.gif) repeat-x top;
border:inherit;
padding-top:5px;

}
.project_list_nuser.projectListArea .project_footer .projectEditbuttonArea {
	line-height:3em;
	background:#efefef;
	padding: 0 0 10px 10px;
}
.projectListArea .button {
	margin-top:25px;
}
.projectListArea .button a {
					border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
padding:10px 20px;
width:60%;


box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
	background:#ffe2e2;
background: -moz-linear-gradient(top, #ffe2e2 0%, #f5d9d9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe2e2), color-stop(100%,#f5d9d9));
background: -webkit-linear-gradient(top, #ffe2e2 0%,#f5d9d9 100%);
background: -o-linear-gradient(top, #ffe2e2 0%,#f5d9d9 100%);
background: -ms-linear-gradient(top, #ffe2e2 0%,#f5d9d9 100%);
background: linear-gradient(top, #ffe2e2 0%,#f5d9d9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2e2', endColorstr='#f5d9d9',GradientType=0);
text-shadow: 0 1px #e9cfcf;

	}
.projectListArea .goal.projectEditButton {
margin-top: 0px;
float:inherit;
}

.projectListArea .goal.projectEditButton > a,
.projectListArea .goal.projectEditButton > button {
	font-size:12px;
padding:10px 20px;
-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: inherit;
    background: rgba(255,204,51,1);
    text-shadow: inherit;
    border: 0px;
    cursor: pointer;
    color: #333;
    line-height: 1em;
    outline: none;
    display: block;
    width: 48%;
-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: 10px 10px 0 0;
float: left;
}


.fbConnect,
.askProject,
.sendMessage
 {
	width: 100%;
}
.fbConnect img {
	vertical-align: middle !important;
}


/* 2013-07-11 */


#topics-container {
	float:left;
	}

#topics-container {
	line-height:1.5em;
	}

#topics-container .newsDay {
	display:block;
	width:100px;
	float:left;
	font-weight:bold;
}
#topics-container .newsContents {
	display:block;
	float:left;
	}
	#topics-container ul li {
		margin-bottom:15px;
					}
.projectIndex .column3 {
	width:300px;
}
.projectIndex .column2 {
	width:49%;
}
.projectIndex .column1 {
	width:100%;
}


/* 2013-07-18 */


#topics-container {
	margin-bottom:20px;
		}


.contentColumn {
text-shadow: 0 1px #ffffff;
}

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

.contentColumn a:link .readMore {
	color:#a83431 !important;
}
.contentColumn a:visited .readMore {
	color:#7e2725 !important;
}
.contentColumn a:hover .readMore {
	color:#a83431 !important;
}
.contentColumn a:active .readMore {
	color:#ff4f4a !important;
}
.contentColumn .goToMore {
	margin-top:20px;
	text-align:right;
}

.contentColumn.column2 {
	float:left;
}
.contentColumnTitle {
	font-weight:bold;
	color:#999;
	margin-bottom:5px;
}

.contentColumn li img {
	width:220px;
	height:auto;
}
.contentColumn .blockTopics li {
	float:left;
	display:block;
	margin-right:15px;
}
#topics-container .newsTopics li {
	margin-bottom:15px;
		}

.newsTopics li a {
	display:block;
	cursor:pointer;
	position:relative;
	width:100%;
	height:80px;
	}
.newsTopics li a p {
	position:absolute;
	}
.newsTopics li a .newsTopicsTitle {
	left:90px;
	top:25px;
	line-height:1.5em;
	}
.newsTopics li a .newsTopicsDays {
	left:90px;
	top:5px;
	font-weight:bold;
	font-size:10px;
}
.newsTopics li a .newsTopicsSub {
	left:90px;
	bottom:0px;
	font-size:10px;
	}
.newsTopics li a .newsTopicsImg {
	left:0;
	}
.newsTopics .newsTopicsImg img {
	width:80px;
	height:auto;
	border:1px solid #ccc;	
}



#update-container {
	float:left;
	width:45%;
	margin-right:4%;
		}
	#update-container ul li {
		margin-bottom:15px;
					}

.contentColumn li .newsTopicsSub　 img {
	width:20px;
	height:auto;
	vertical-align:middle;
	margin-right:5px;
}
#update-container .newsTopicsTitle {
	font-size:10px;
	line-height:1.4em;
	
}
.contentColumn li .newsTopicsSub .ownerPhoto {
	height:20px;
	overflow:hidden;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}
.contentColumn li .newsTopicsSub .ownerPhoto img {
	width:20px;
	height:auto;
}


	#info-container ul li {
		height:inherit;
		margin-bottom:20px;
	display:block;
					}

#info-container li a {
	position:inherit;
}
#info-container li p {
	position:inherit;
}


#info-container .newsTopicsImg img {
	width:490px;
	height:auto;
	margin-bottom:5px;
}



#info-container .newsTopics li a {
	height:auto;
	}
	


/* 2013-07-19 */

#kyImageArea {
position:relative;
height:200px;
margin-bottom:60px;
	background:url(/image/mesh-bg.png) #ffecda;
/*
	border-top: 5px solid #f6e4d2;
	border-bottom: 5px solid #f6e4d2;
*/

}

#kyImageArea #kyImage img {
	width:470px;
	height:auto;
	
}

#kyImageArea p {
	position:absolute;
}


#kyImageArea #kyImage {
	left:50%;
	top:-30px;
	margin-left:-480px;
	width: 900px;
	
}

#kyImageArea #kyText {
	left:50%;
	top:20px;
	text-align:left;
	margin-left:40px;
	text-shadow: 0 1px #fff;

}


#kyImageArea #kyBnr {
	left:50%;
	bottom:30px;
	margin-left:40px;
}



/* 2013-07-25 */


/*
#payVeritrans.buttonLarge a {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#efefef));
background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
background-image: -o-linear-gradient(top, #f9f9f9, #efefef);
background-image: linear-gradient(top, #f9f9f9, #efefef);
border: 1px solid #ff5c5c;
filter: DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
font-size: 12px;
}
*/

#payConfirmation.buttonLarge a {
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5c5c), to(#d94039));
background-image: -webkit-linear-gradient(top, #ff5c5c, #d94039);
background-image: -moz-linear-gradient(top, #ff5c5c, #d94039);
background-image: -ms-linear-gradient(top, #ff5c5c, #d94039);
background-image: -o-linear-gradient(top, #ff5c5c, #d94039);
background-image: linear-gradient(top, #ff5c5c, #d94039);
border: 1px solid #d94039;
filter: DXImageTransform.Microsoft.gradient(startColorStr='#ff5c5c', EndColorStr='#d94039');
font-size: 14px;
width:200px;
font-weight:bold;
}

#payPaypal.buttonLarge a {
width:200px;
padding:3px 30px 2px !important;
}



.project_list_nuser.projectListArea .project_footer {
	padding-top:0px;
}

.projectProfile {
	padding: 1em 0 ;
}

#form_table tbody {
	border:3px solid #ddd;
}
#form_table .attVeritrans table input {
background:none;
border: 1px solid #ccc;
height:inherit;
}

#contents table th.titleVeritrans {
	text-align:left;
	border:inherit;
	padding:15px 10px;
}
#contents table th.titleVeritrans #payVeritrans.buttonLarge label {
	font-size:12px;
font-size: 12px;
color:#ff5c5c !important;
}
#contents table th.titleVeritrans p.inputLeft {
	float:left;
	line-height:25px;
	}
#contents table th.titleVeritrans p.buttonLarge {
	float:right;
	line-height:25px;
	}
#contents table th.titleVeritrans span img {
	vertical-align:middle;
}

#form_table td p.lockKey {
	float:right;
	font-size:10px;
	color:#999;
	line-height:3em;
}

#form_table .attVeritrans table .titleVeritransCap p {
	font-size:12px;
	text-align:left;
}

#form_table .attVeritrans table .titleVeritransCap {
padding: 5px 20px;
background:#efefef;
}

#payPaypal.buttonLarge a {
padding: 5px;
}

#payPaypal.buttonLarge {
	margin-bottom:80px;
}


#contents #form_table table {
margin-top: 20px;
}



a.tooltipLight {	
display: inline-block;
color:#00F;
font-size:12px;
text-decoration:underline;
}
a.tooltipLight:hover span span {
display:block;
}
a.tooltipLight:hover{
	filter: alpha(opacity=90); /*IE*/
	-moz-opacity: 0.90; /*FF*/
	opacity: 0.90;
	text-decoration:none;
	cursor:pointer;
}
a.tooltipLight span#tooltipLightBox {
	display:inline-block;
	position:relative;
	top:-250px ;
	left:-180px;
	z-index:9999;
	min-width: 170px;
}
a.tooltipLight span span{	
	display:none;
	color:#333;
border:1px solid #ccc;
background:#efefef;
	padding:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:300px;
	position: absolute;
	z-index:9999;
	line-height:1.5em;	
}



#contents table th.titleVeritrans p#cardNum {
	font-size:12px;
	color:#666;
	text-align:right;
	clear:both;
	position:relative;
	top:3px;
	}

#cardNum {
	}

	#contents .index #paypalArea.button.cardForm {
		margin-top:40px;
	}
	#contents .index .cardForm input {
		font-size:16px;
	}
			#contents .index .cardForm table li {
					}	
			#contents .index .cardForm table li {
			list-style:outside;
			margin-left:5px;
			margin-bottom:0.5em;
	}
				#contents .index .cardForm .formAtt {
					width:180px;
						}
						
						
	/* for wufoo */
	
	
	#container.ltr h1#logo a {
		-moz-background-size:40% auto;
background-size:40% auto;
background-position:center 30px;
	
		}		#container.ltr #form6.wufoo.topLabel.page1 {
padding-bottom:20px;
		}
		
		
		.bnrRed a {
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5c5c), to(#d94039));
background-image: -webkit-linear-gradient(top, #ff5c5c, #d94039);
background-image: -moz-linear-gradient(top, #ff5c5c, #d94039);
background-image: -ms-linear-gradient(top, #ff5c5c, #d94039);
background-image: -o-linear-gradient(top, #ff5c5c, #d94039);
background-image: linear-gradient(top, #ff5c5c, #d94039);
border: 1px solid #d94039;
filter: DXImageTransform.Microsoft.gradient(startColorStr='#ff5c5c', EndColorStr='#d94039');
font-weight: bold;
color:#fff;
line-height:1em;
border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
padding: 10px 30px;
cursor: pointer;
}
		.bnrRed a:hover {
			text-decoration:none;
			}




/* 2013-08-01 */


#payVeritrans.buttonLarge a {
cursor:pointer;
	text-decoration:none;
	padding: 20px 0px;
	-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;
	font-weight: bold;
	display: block;
	font-size: 14px;
	background: #ffce10;
	color: #333 !important;
	margin: 5px 20px;
border:inherit;
display: inline-block;
margin: 0;
width:200px;
}

/* 2013-08-15 */

#contents .tabItemnone {
	display:none;
		}


/* 2013-08-21 */







.projectIndex .blockTopics li {
	width:230px;
	float:left;
	margin-right:15px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.projectIndex .blockTopics li a {
	display:block;
}

.projectIndex .blockTopics li a.imgLinkArea {
	position:relative;
	width:230px;
	height:230px;
	overflow:hidden;

}


.projectIndex .blockTopics li .updateImg, .projectIndex .blockTopics li .textArea {
	position:absolute;
	bottom:0;
}
.projectIndex .blockTopics li .textArea {
	padding: 10px;
color: #fff;
background: -moz-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
background: -o-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
background: -ms-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
background: linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
text-shadow: 0 -1px #333;
letter-spacing: 0.1em;
min-width:100%;
}


.projectIndex .blockTopics li a.textLinkArea {
	background:#ff5c5c;
}
.projectIndex .blockTopics li a.textLinkArea:link {
	color:#fff;
}
.projectIndex .blockTopics li a.textLinkArea:visited {
	color:#fcc;
}

.projectIndex .blockTopics li .textLinkArea .updateTitle {
	float:left;
	padding:5px 10px;
	line-height:27px;
	font-size:10px;
}

.projectIndex .blockTopics li .textLinkArea .updateTitleImg {
	float:right;
	padding:5px;
}


/* 2013-08-29 */

.projectIndex .blockTopics * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


.project_list .description {
	display:none;
	}


.projectIndex .project_list {
	height:390px;
	min-height:inherit;
	position: relative;
	}

.top-page .projectIndex .project_list .no_success {
padding:inherit;
}

.projectIndex .blockTopics li .textArea .textAreaDate {
	line-height:1em;
	font-size:10px;
	margin-bottom:0.5em;
}
.projectIndex .blockTopics li .textArea .textAreaTitle {
	line-height:1.4em;
	font-size:10px;
}

.projectIndex .blockTopics li a.imgLinkArea .updateImg {
}
.projectIndex .blockTopics li a.imgLinkArea .updateImg img {
	min-width:230px;
	min-height:230px;
	max-width:350px;
	max-height:350px;
	background-position: center center;
	background-repeat: no-repeat;
//	min-width:230px;
//	max-width:400px;
//	max-height:230px;
}
.projectIndex .blockTopics li a.imgLinkArea .noImage img {
	display: none;
}
#projectBody #user_info img,
#projectBody .projectReport img {
	max-width:100%;
}

	#gaugeViewer {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#gaugeViewer .progress_bar {
/* background: url(../img/img_progress.gif) top repeat-x; */
background:#ff9999;
}
#gaugeViewer .success {
/* background-color: #336699; */
background-color: #ff9999;
}


.projectIndex .blockTopics li a.imgLinkArea .noImage {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
/*
filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
*/
}

.projectIndex .blockTopics li a.imgLinkArea .noImage.noMomo {
	background-image: url(/image/update-bg-momo.gif);
}
.projectIndex .blockTopics li a.imgLinkArea .noImage.noDog {
	background-image: url(/image/update-bg-dog.gif);
}
.projectIndex .blockTopics li a.imgLinkArea .noImage.noMonkey {
	background-image: url(/image/update-bg-monkey.gif);
}

.projectIndex .blockTopics li a.imgLinkArea .noImage.noBird {
	background-image: url(/image/update-bg-bird.gif);
}

.projectIndex .blockTopics li a.imgLinkArea .noImage:before {
/*
    content: "No image";
    font-size: 14px !important;
    text-align: center;
    display: block;
    height: 230px;
    width: 230px;
    line-height: 230px !important;
	font-family:Arial, Helvetica, sans-serif;
*/
}


.projectIndex .project_list .sns {
position:absolute;
bottom: 75px;
right: 5px;
filter: alpha(opacity=90);
  -moz-opacity:0.90;
  opacity:0.90;
}
.projectIndex .project_list #social .FBCnt,
.projectIndex .project_list #social .TWCnt {
	display: inline-block;
	color: #999;
	background-color: #f9f9f9;
	border: 1px solid #efefef;
	font-size: 10px;
	padding: 7px 10px 7px 30px;
	background-repeat: no-repeat;
	background-size:13px 13px;
}

.projectIndex .project_list #social .FBCnt {
	background-image:url(/image/project-index-sns-fb1.png);
	background-position: 8px 4px;
}
.projectIndex .project_list #social .TWCnt {
	background-image:url(/image/project-index-sns-tw1.png);
	background-position: 9px 5px;
}


.project_list .user a {
font-size: 12px;
margin-left: 5px;
}


.search .projectIndex .project_list .limitTime {
font-size:1.2em;
}

.search .projectIndex .project_list .projectSubText {
	position:absolute;
	z-index:1000;
	color:#fff;
	width:300px;
	 text-align:center;
	 font-size:10px;
	 padding:5px 0;
	 bottom:35px;
	 line-height:20px;
                 background: #ff5c5c;
                margin-bottom: 0px;
                letter-spacing: -0.05em;
	 }

 
/*
            .projectSubText:after {
                content: '';
                position: absolute;
                border-top: 10px solid #ff5c5c;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
                bottom: -7px;
                left: 50%;
            }
*/

.search .projectIndex .project_list .pjFooterInfo {
	position: relative;	
}
.search .projectIndex .project_list .goal,
.search .projectIndex .project_list .timeArea,
.search .projectIndex .project_list .successPercentage
 {
	position: absolute;	
float:inherit;
}

.search .projectIndex .project_list .goal {
}
.search .projectIndex .project_list .timeArea {
right: 0;
}
.search .projectIndex .project_list .successPercentage {
left: 50%;
margin-left: -10px;
}
.project_list .project_footer {
background-color: inherit;
border-top:0px solid #efefef;
padding: 10px 10px 5px;
width:280px;
}

.search .projectIndex .project_list #gaugeViewer .progress_bar {
height: 15px;
}

.search .projectIndex .project_list .project_footer #gaugeViewer {
margin: 3px 0 13px;
}


/* 2013-10-11 */

#mobileStamp {
        font-size: 16px;
        line-height: 1.8em;
}
#mobileStamp font {
        font-size: 12px;
}
#mobileStamp b font {
font-size: 1.4em;
}
#mobileStamp font b {
font-size: 1.8em;
}


/* 2013-11-14 作業中 */

.accordion_main {
display: none !important;
}

#accordionTable { 
}

#contents table#accordionTable {
border-left: 0px solid #CCC;
border-right: 0px solid #CCC;
}
#contents table#accordionTable tbody {
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
}

#contents table#accordionTable td {
border-left: 0px dotted #CCC;
border-right: 0px dotted #CCC;
}

/* 2013-12-01 */

#contents .contents_s #rewardRecoBox .golist.kibi-ticket {
background: #ff9999;
}

#contents .contents_s #rewardRecoBox .golist.kibi-ticket .presentTitle {
font-size: 18px;
}

/* 2013-12-05 */

header#header,
#slidemenu,
#mobileLogin,
#mobileBlog {
	display: none;
}

/* 2013-12-13 */
#projectBody.projectShoppingArea #user_info .projectShoppingAreaCart ul li a img {
max-width:300px !important;
}
#projectBody .cartBtnPaypal button {
font-size:inherit;
border-radius:inherit;
padding: 0;
box-shadow:inherit;
background:inherit;
text-shadow:inherit;
}

#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a {
background:inherit;
color: #fff;
left: 0;
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a:hover {
	filter: alpha(opacity=100); /*IE*/
	-moz-opacity: 1; /*FF*/
	opacity: 1;
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span {
font-size: 12px;
float: right;
width: 120px;
text-align: center;
background: #ccc;
display: block;
color: #fff;
line-height: 30px;
position: relative;
left: 6px;
height: 30px;
}

/* 2013-12-16 */
#message #projectBody #user_info img {
max-width:inherit;
}

#contents .tabItempage .protab-num {
width: 34px;
height: 34px;
-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f00;/* 円の色 */
	line-height: 34px;
	padding: 0;
	margin: 0;
	}
	
	
	.button.buttonFollow a {
width:inherit;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
background:inherit;
filter:inherit;
text-shadow: 0 0 #fff;
}

#shipping textarea {
        height: 17em !important;
}

#form_table textarea {
        height: 17em !important;
}



/* 2013-12-20 */
table.selectPayment {
}




table.selectPayment td input + label{
    color:#333;
    display:block;
    text-align:center;
    padding:5px 0;
    border: 1px solid #ddd;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#EEEEEE));

    background:-moz-linear-gradient(#F9F9F9,#EEEEEE);
}
table.selectPayment td input:checked + label{
    background-color: #aaa !important;
    border: 1px solid #ccc;
}


#form_table table.selectPayment tbody {
border: 0px solid #fff;
}

#contents table.selectPayment td {
border: 0px solid #CCC;
border-left: 0px dotted #CCC;
border-right: 0px dotted #CCC;
padding: 0;
}

/* 2013-12-24 */

li#askToOwner {
margin-bottom: 5px !important;
}
li#askToOwner a {
display: block;
background: #ffce10;
color: #fff;
text-align: center;
line-height: 3.5em;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
text-decoration: none;
}
li#askToOwner + li#askToKibidango a {
display: block;
background: #ccc;
color: #fff;
text-align: center;
line-height: 2.5em;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
text-decoration: none;
margin: 0 20px;
}

#pjSearch4Category {
	display: none;
}
#contents h2 span#pjSearchButton {
	display: none;
}


/* 2014-01-20 */

#bnr-event {
}
#bnr-event a {
}
#bnr-event a #linkTitle {
	font-size:10px;
	display:inline-block;
	background: #e84b47;
	color: #fff;
	width:80px;
	line-height:30px;
}
#bnr-event a #linkBody {
}

/* 2014-01-21 */


#contents #payment table {
	border:none;
	}

#contents #payment .capTitle {
	font-size: 12pt;
font-weight: bold;
padding: 5px 5px 5px 10px;
text-align: left;
letter-spacing: 2px;
margin-top: 20px;
	}

#contents .selectPayment > ul {
	font-weight: bold;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
}
#contents .selectPayment > ul > li {
	border-top: 1px solid #ccc;
	position: relative;
	height: 80px;
	}
#contents .selectPayment > ul > li input {
	border-right: 1px solid #ccc;
	position: absolute;
	left: 20px;
	top:50%;
	margin-top: -5px;
	z-index: 9999;
}

#contents #payment .selectPayment label {
background-position: center top;
background-repeat: no-repeat;
	position: absolute;
	left:30px;
	top:50%;
	width:200px;
	text-align: center;
}
#contents #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;
}

#contents #payment .selectPayment label#checkboxOldCard {
background-image: url(../img/payment-01.png);
background-size: 36px auto;
padding-top: 35px;
	margin-top: -25px;
}
#contents #payment .selectPayment label#checkboxNewCard {
background-image: url(../img/payment-02.png);
background-size: 45px auto;
padding-top: 43px;
	margin-top: -30px;
}
#contents #payment .selectPayment label#checkboxPaypal {
background-image: url(../img/payment-03.png);
background-size: 70px auto;
padding-top: 28px;
	margin-top: -20px;
}
#contents #payment .selectPayment label#checkboxPaidy {
background-image: url(../img/payment-05.png);
background-size: 50px auto;
padding-top: 28px;
	margin-top: -20px;
}


/* 2014-01-23 for ログインpopup装飾 */

.float-login .twitter a,
.float-login .facebook a {
}


/* 2014-02-04 for notfound */


#contents.notfound #errorNo,
#contents.notfound #errorText {
padding: 0 0 0 10px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1em;
margin: 0;
}

#contents.notfound #errorNo {
font-size: 440px;
background: url(/image/not-found01.png) no-repeat right top;
background-size: 220px;
width: 940px;
height:430px;
letter-spacing: -0.07em;
}
#contents.notfound #errorText {
font-size: 55px;
margin-bottom: 20px;
}





/* 2014-02-04 for contents page */

#pageMain {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #333;
}
#pageContainer {
	float: right;
	width: 690px;
	margin: 0;
}
#pageContainer a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#sideNavi {
	float: left;
	width: 290px;
	font-size: 14px;
	line-height: 1.4em;
}
#sideNavi a {
	color: #333;
}
#sideNavi dl {
	margin: 0;
}
#sideNavi dt {
	background: #eee;
padding: 12px 15px;
font-size: 12px;
font-weight: normal;
color: #333;
text-shadow: inherit;
border-top: 3px solid #ddd;
}
#sideNavi dd {
	background: #fff;
	margin: 5px;
}
#sideNavi dl dt:first-child + dd {
	margin-top: 10px;
}
#sideNavi dl dd:last-child {
}
#sideNavi di {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	display: block;
	background: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#sideNavi dd {
}
#sideNavi 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;
}
#sideNavi 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: #eee;
}
#sideNavi 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;
}
#sideNavi dd a, #sideNavi dd a:before, #sideNavi dd a:after {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
#sideNavi dd a:hover {
	filter: inherit; /*IE*/
	-moz-opacity: inherit; /*FF*/
	opacity: inherit;
}
#sideNavi dd a:hover, #sideNavi dd a:hover:after {
	background-color: #ffce10;
	color: #fff;
}
#sideNavi dd a:hover:before {
	background-color: #fff;
}

#membersList {
margin: 40px 0;
	position: relative;
}
#membersList > ul {
margin: 0;
}
#membersList > ul > li {
width: 115px;
height: 425px;
float: left;
text-align: center;	
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
position: relative;
}
#membersList > ul > li a {
width: 115px;
height: 425px;
display: block;
background-size: 115px;
color: #fff;
text-decoration: none;
}
#membersList > ul > li .membersIcon {
width: 80px;
height: 80px;
overflow: hidden;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	background: #fff;
position: absolute;
left: 50%;
margin-left: -40px;
bottom: 40px;
}
#membersList > ul > li a:hover .membersIcon {
	background: #ffce10;
}
#membersList > ul > li .membersName {
position: absolute;
bottom: 10px;
margin-bottom: 0;
width: 115px;
}
#membersList > p {
	position:absolute;
	top: 50px;
	z-index: 999;
	color: #fff;
	text-align: center;
	width: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 0.1em;
}


.pageArea {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background: #fff;
	margin-bottom: 20px;
}
.pageArea p {
	line-height: 1.8em;
	font-size: 14px;
	margin-bottom: 3em;
}
.pageArea .qText {
	color: #16a6b6;
	margin-bottom: 1em;
}
.pageArea .qText:before {
	content: "_";
	margin-right: 0.5em;
}
.pageArea #ivMatsuzaki {
}
.pageArea #ivMatsuzaki h2 {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 30px 0;
	line-height: 1em;
}
.pageArea #ivMatsuzaki h3 {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
	clear: inherit;
	line-height: 1.6em;
	background: #efefef;
	padding: 5px 10px;
}
.pageArea .exp {
	margin: 20px;
}
.pageArea .exp .floatLe {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
	background: #fff;
}
.pageArea .exp .floatRi {
	float: right;
	padding-left: 20px;
	margin-bottom: 10px;
	background: #fff;
}
.pageArea .exp .floatNon {
	padding-top: 20px;
	margin-bottom: 10px;
}
.pageArea .titleColorArea {
	/* padding: 15px; */
	background-color: #ff5c5c;
	position: relative;
	height: 540px;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 50%;
	float: left;
}
.pageArea .titleColorArea:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 75px;
	right: -10px;
	width: 20px;
	height: 20px;
	margin-top: -5px;
	background: #ff5c5c;
}
.pageArea #ivMatsuzaki .titleColorArea:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -5px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background: #ff5c5c;
}
.pageArea .interviewArea {
	width: 50%;
	float: right;
}
.pageArea .titleColorArea > p, .pageArea .titleColorArea > h2, .pageArea .titleColorArea > ul {
	position: absolute;
	margin: 0;
	line-height: 1em;
}
.pageArea .interviewArea .exp {
	margin-top: 33px;
}
.pageArea .interviewArea p {
	margin-bottom: 0.5em;
}
.pageArea .titleColorArea .nameAlp {
	font-size: 18px;
	right: 110px;
	bottom : 425px;
}
.pageArea .titleColorArea .nameKana {
	font-size: 24px;
	right: 110px;
	bottom : 392px;
}
.pageArea .titleColorArea .nameIllust {
	right: 15px;
	bottom : 390px;
}
.pageArea .titleColorArea h2 {
	font-size: 40px;
	right: 20px;
	top: 180px;
	line-height: 1.4em;
	text-align: right;
}
.pageArea .titleColorArea .nameSns {
	right: 20px;
	bottom: 20px;
}
.pageArea .titleColorArea .nameSns > li {
	float: left;
	display: inline-block;
	margin-left: 10px;
}
.pageArea .titleColorArea .nameSns > li img {
	width: 30px;
}
.pageArea #ivMatsuzaki .titleColorArea > p, .pageArea #ivMatsuzaki .titleColorArea > ul {
	bottom: 10px;
}
.pageArea #ivMatsuzaki .titleColorArea {
	height: 55px;
	width: 100%;
	float: inherit;
	margin-top: 60px;
}
.pageArea #ivMatsuzaki .titleColorArea .nameAlp {
	right: 210px;
	bottom: 15px;
}
.pageArea #ivMatsuzaki .titleColorArea .nameKana {
	right: 110px;
	bottom: 15px;
}
.pageArea #ivMatsuzaki .titleColorArea .nameSns {
	right: 20px;
}



#projectTab span a:hover{
	border:0px solid #ccc;
	border-bottom:0px solid #fff;
	margin-bottom:0px;
}


#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#back-top a {
	width: 47px;
	display: block;
}
#back-top span {
width: 47px;
height: 47px;
display: block;
margin-bottom: 7px;
background: url(/image/back-top-top.png) no-repeat center center;
background-size: 47px 47px;
}



/* 2014-02-14 プロジェクトタブ修正 */
#projectTab {
display: table;
table-layout: fixed;
width:100%;
}
#projectTab > span {
float: inherit;
display: table-cell;
padding-left: 5px;
}
#projectTab > span.disp {
}
#projectTab > span:first-child {
padding-left: 0px;
}
#projectTab > span > a {
border: 0px;
border-bottom:inherit;
margin-right:inherit;
margin-bottom: 1px;
color: #ff5c5c;
box-shadow:inherit;
background: #eee;
display: block;
float: inherit;
width: inherit;
padding:15px 0;
text-align: center;
font-weight: bold;
font-size: 14px;

border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
}
#projectTab span.protab-num {
	vertical-align: top;
background: #aaa;
}
#projectTab > span.disp > a {
border-bottom:inherit;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
#projectTab > span > a:hover {
margin-bottom: 1px;
}
#projectBody, .regist, #contents .contents_s .contents_box1 {
}
#projectTab .protab-title {
text-shadow:inherit;
}
#contents .tabItempage .protab-title {
text-align:inherit;
position:inherit;
width: inherit;
}
#contents .tabItempage a {
position:inherit;
height: inherit;
}
.protab-num {
}



/* 2014-02-20 トップpickupProject 整形 */


.projectPickup .project_footer {
}
.projectPickup {
background-color: #fff;
}

/* 2014-02-28 プロジェクト入力フォーム 整形等 */

#form_table > .cleditorMain > textarea#projectTextarea {
	height: 497px;
}

#kobagake.exp h3:first-child { /* プロジェクトページのはじめの太字の上が空く問題 */
margin-top: 0.5em;
}

/* 2014-02-28 プロジェクトの種 整形 */

#projectSeeds .project_footer {
	display: none;
}

.projectPickup {
margin: 0;
border: 0px solid #ccc;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.top-page .project_list:nth-child(3n) {
margin-right: 0;
}

#projectSeeds .project_list {
height: inherit;
min-height: 320px;
}

#projectSeeds .dummy-title {
}
#projectSeeds .capText {
padding: 10px 15px;
margin-left: 20px;
background: #fff;
text-shadow: 0 0 #ffffff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
position: relative;
top: -3px;
display: inline-block;
font-size: 12px;
color: #666;
vertical-align: middle;
line-height: 1em;
border-radius: 5px;
}
#projectSeeds .capText strong {
	background-color: #ffce10;
	margin-right: 10px;
	font-size: 10px;
	vertical-align: middle;
	border-radius: 3px;
	width:60px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
}
#projectSeeds .capText:before {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
left: -5px;
width: 10px;
height: 10px;
margin-top: -6px;
visibility: inherit;
background: #fff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
#projectSeeds .capText:after {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
left: -3px;
width: 10px;
height: 10px;
margin-top: -7px;
visibility: inherit;
background: #fff;
}

.dummy-title {
font-size: 18px;
line-height: 30px;

}

.side-container#seedsArea {

}

.side-container#seedsArea h2:first-child,
.side-container#comingSoonArea h2:first-child {
}

.side-container#seedsArea .supportEndTitle,
.side-container#comingSoonArea .supportEndTitle {
margin: -10px 20px 0;
}





.projectPickup .comming_soon {
padding-top: 0px;
font-size: 20px;
line-height: 100px;
/* 斜体 保留 2014-03-04
background: #ccc;
color: #fff;
-webkit-transform: rotate(5deg);
transform: rotate(10deg);
*/
}


.linkFaq {
}


.linkFaq a {
	font-size:12px !important;
	text-decoration:underline !important;
	background: inherit !important;
	margin: 0 !important;
	padding: 2px 0 0 !important;
	color: #aaa !important;
	display: block !important;
	font-weight: normal !important;
	cursor: pointer;
}

.linkFaq .popupText {
	display: none;
	position: absolute;
	text-align: left;
	top: 2.5em;
	font-size: 12px;
}

.linkFaq a:hover {
	position:relative;
	text-decoration:none;
	filter: alpha(opacity=95); /*IE*/
	-moz-opacity: 0.95; /*FF*/
	opacity: 0.95;
	z-index: 99999;
}
.linkFaq a:hover .popupText {
	display: block;
	background-color: #333;
	padding:15px;
	color:#ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.linkFaq a:hover .popupText:before {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -5px;
left: 50%;
width: 10px;
height: 10px;
margin-left: -5px;
visibility: inherit;
background: #333;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}



#contents .info .buttonFollow {
	margin:15px 0;
}
#contents .info .buttonFollow > a {
cursor:pointer;
text-decoration:none;
	padding: 20px 0px;
	-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;
	font-weight: bold;
	display: block;
	font-size: 14px;
	background-color: #ffce10;
	color: #333;
	margin: 5px 20px;
}
#contents .info .golist .buttonFollow > a {
	margin: 5px 10px;
}
#contents .info .buttonFollow > a.profileUnFollowButton {
	background-color: #ddd;
	color: #aaa;
}
#contents .info .buttonFollow span > a {
margin-right: 0px;
}
#contents .info .buttonFollow > a > span {
position: relative;
left: 10px;
top: -2px;
height: 50px;
width: 100px;
display: inline;
color: #000;
background: #fff;
padding: 5px 7px;
font-size: 10px;
}
#contents .info .buttonFollow > a > span:after {
content: '';
                position: absolute;
                top: 6px;
                left: -8px;
                border-top: 5px solid transparent;
                border-right: 10px solid #fff;
                border-bottom: 5px solid transparent;
}
.textSeedsComing {
font-weight: bold;
text-align: center;
font-size: 20px;
margin-top: 20px;
}


/* 2014-03-04 修正 プロジェクトページ */
#contents .contents_s h2 {
background: #eee;
line-height: 1em;
margin-top: 10px;
padding: 15px;
font-size: 12px;
font-weight: normal;
color: #333;
text-shadow: inherit;
}
#contents .contents_s h2:first-child {
margin-top: 0px;
}

#contents .contents_s {
margin-top: 0;
background: inherit;
}

#contents .contents_s .side-container > .contents_box1 {
margin-bottom: 0 ;
}

#contents .info .profile .golist {
background: inherit;
padding: 0;
}
#contents .info .profile .golist li:nth-child(2) {
background: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin: 15px 5px 10px;
}
#contents .info .profile .golist li:nth-child(2):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 .info .profile .golist li:last-child {
	text-align: center;
}


.pageArea p {
margin-bottom: 0.5em;
}
.pageArea .qText {
margin-top: 3em;
}

.pageArea .exp .floatLe,
.pageArea .exp .floatRi,
.pageArea .exp .floatLe + p,
.pageArea .exp .floatRi + p {
margin-top: 3em;
}

.pageArea p:first-child,
.pageArea p:nth-child(2) {
margin-top: 0 !important;
}

.pageArea #ivMatsuzaki .floatRi,
.pageArea #ivMatsuzaki .floatLe {
	position: relative;
	top: -1px;
}

.pageArea #ivMatsuzaki h3 {
margin-top: 3em;
}

.pageArea .qText + h3 {
margin-top: 0 !important;
text-indent: 0.5em;
}
.pageArea .floatNon + h3 {
}

.pageArea .exp .floatNon {
margin-top: 3em;
}


/* 2014-03-07 */
#sideNavi dd.uC {
display: none;
}
#sideNavi dd.uC a {
color: #ddd;	
}
#sideNavi dd.uC a:hover {
background: inherit;
cursor: default;
}

#sideNavi dd.uC a:before {
	display: none;
}
#sideNavi dd.uC a:after {
	display: inline-block;
	font-size: 10px;
	padding: 5px;
	line-height: 1em;
	content: "工事中";
	position: absolute;
	-webkit-transform: inherit;
	transform: inherit;
	top: 50%;
	right: 0;
	width: inherit;
	height: inherit;
	margin-top: -10px;
	background: #eee;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		color: #ccc;
}


.catalog.cataPhoto p {
padding: 10px;
background: #000;
text-align: center;
border: 1px solid #ddd ;
}
.catalog.cataPhoto p span {
display: block;
text-align: left;
font-size: 12px;
margin-top: 5px;
border-left: 2px solid #fff;
line-height: 1em;
padding-left: 10px;
color: #fff;
}
.catalog.cataPhoto p img {
width: 600px;
height: auto;
}
.catalog.cataPhoto#pjBreath p:nth-child(3) img {
width: inherit;
}

.pageArea .profileBox {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		background: #fafafa;
		padding: 25px;
		margin-bottom: 40px;
}
.pageArea .profileBox .floatLe {
background: inherit;
padding: 0;
}
.pageArea .profileBox .floatLe + div {
float: right;
background: inherit;
width: 450px;
}

.pageArea .profileBox .floatLe + div .profileName {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1;
	letter-spacing: 0.1em;
}
.pageArea .profileBox .floatLe + div .profileName + p {
font-size: 10px;
margin-bottom: 10px;
}
.pageArea .profileBox .floatLe + div > p {
font-size: 12px;
}

.pageArea .exp p:last-child {
	margin-bottom: 0 !important;
}



/* 2014-03-19 */

#projectBody .profileIcon {
height: inherit; /* 恐らくコメントが写真の下にfloatしないためにheigh:150だった */
width: auto;
}
#projectBody .profileIcon img {
border: 0px solid #efefef;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		margin: 0;
		width: 48px;
		height: 48px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

#projectBody .anoIcon {
display: inline-block;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		margin: 0;
		width: 48px;
		height: 48px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-size: 48px 48px;
}

#projectBody .anoIcon.anoMomo {
background-image: url(/image/anonymous-01.jpg);
}
#projectBody .anoIcon.anoDog {
background-image: url(/image/anonymous-02.jpg);
}
#projectBody .anoIcon.anoMonkey {
background-image: url(/image/anonymous-03.jpg);
}
#projectBody .anoIcon.anoBird {
background-image: url(/image/anonymous-04.jpg);
}
#projectBody .anoIcon.anoCatA {
background-image: url(/image/anonymous-05.jpg);
}
#projectBody .anoIcon.anoCatB {
background-image: url(/image/anonymous-06.jpg);
}
#projectBody .anoIcon.anoOniA {
background-image: url(/image/anonymous-07.jpg);
}
#projectBody .anoIcon.anoOniB {
background-image: url(/image/anonymous-08.jpg);
}
#projectBody .anoIcon.anoOniC {
background-image: url(/image/anonymous-09.jpg);
}
#projectBody .anoIcon.anoJj {
background-image: url(/image/anonymous-10.jpg);
}
#projectBody .anoIcon.anoBb {
background-image: url(/image/anonymous-11.jpg);
}



#projectBody .profileName {
	line-height: 48px;
	font-size: 16px;
}
#projectBody .profileName a:link {
color: #e84b47;
}
#projectBody .profileName > span {
	font-size: 12px;
	color: #999;
	margin-left: 1em;
	}

#contents .contents_m .top_items li.followSearchList {
line-height: inherit;
padding: 0 6px 20px;
margin: 0 0 20px !important;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#contents .contents_m .top_items li.followSearchList:first-child {
	margin-top: 20px !important;
}

#contents .contents_m #projectBody ul.top_items {
margin-right: 0;
}
#projectBody .followSearchList {
margin: 0;
border: none !important;
border-bottom: 1px solid #efefef !important;
width: 100% !important;
margin-bottom: 5px !important;
min-height: inherit;
}

#projectBody .followSearchList .description {
display: none;
}
#contents .search_page ul li.focus,
#contents .search_page ul li a {
border: 0px solid #AAA;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
}



/* 2014-03-19 匿名支援 フサポーターリスト 一覧ページ */

#projectBody .profileIcon {
height: inherit; /* 恐らくコメントが写真の下にfloatしないためにheigh:150だった */
width: auto;
}

#projectBody .profileIcon img,
#projectBody .anoIcon {
border: 0px solid #efefef;
display: inline-block;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		margin: 0;
		width: 48px;
		height: 48px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-size: 48px 48px;
}
#projectBody .anoIcon {
	margin-right: 10px;
}

#projectBody .anoIcon.anoMomo {
background-image: url(/image/anonymous-01.jpg);
}
#projectBody .anoIcon.anoDog {
background-image: url(/image/anonymous-02.jpg);
}
#projectBody .anoIcon.anoMonkey {
background-image: url(/image/anonymous-03.jpg);
}
#projectBody .anoIcon.anoBird {
background-image: url(/image/anonymous-04.jpg);
}
#projectBody .anoIcon.anoCatA {
background-image: url(/image/anonymous-05.jpg);
}
#projectBody .anoIcon.anoCatB {
background-image: url(/image/anonymous-06.jpg);
}
#projectBody .anoIcon.anoOniA {
background-image: url(/image/anonymous-07.jpg);
}
#projectBody .anoIcon.anoOniB {
background-image: url(/image/anonymous-08.jpg);
}
#projectBody .anoIcon.anoOniC {
background-image: url(/image/anonymous-09.jpg);
}
#projectBody .anoIcon.anoJj {
background-image: url(/image/anonymous-10.jpg);
}
#projectBody .anoIcon.anoBb {
background-image: url(/image/anonymous-11.jpg);
}



#projectBody .profileName {
	line-height: 48px;
	font-size: 16px;
}
#projectBody .profileName a:link {
color: #e84b47;
}
#projectBody .profileName > span {
	font-size: 12px;
	color: #999;
	margin-left: 1em;
	}

#contents .contents_m .top_items li.followSearchList {
line-height: inherit;
padding: 0 6px 20px;
margin: 0 0 20px !important;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#contents .contents_m .top_items li.followSearchList:first-child {
	margin-top: 20px !important;
}

#contents .contents_m #projectBody ul.top_items {
margin-right: 0;
}
#projectBody .followSearchList {
margin: 0;
border: none !important;
border-bottom: 1px solid #efefef !important;
width: 100% !important;
margin-bottom: 5px !important;
min-height: inherit;
}

#projectBody .followSearchList .description {
display: none;
}
#contents .search_page ul li.focus,
#contents .search_page ul li a {
border: 0px solid #AAA;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
}


/* 2014-03-19 匿名支援 支援のステップ */

/* はてなマークを円形にする場合
.linkFaq.roundQ a {
font-size: 10px !important;
	display: inline-block !important;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-decoration: none !important;
	background: #aaa !important;
	text-align: center;
	color: #fff !important;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		padding: 0 !important;
}
*/

#form_table td #checkSupportAno {
margin-top: 20px;
display: block;
}
#form_table td #checkSupportAno .linkFaq {
display: inline-block;
}

#form_table td #checkSupportAno .linkFaq a:hover .popupText {
	display: block;
	width: 300px;
	left: -160px;
}


#checkSupportAno > p.hint {
	margin-top: 0;
}

#checkShippingInfo {
line-height: 2em;	
}



/* 2014-04-01 楽天 */

#contents #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;
}

.buttonLarge#payRakuten a {
	background-color: inherit !important;
	background-image: inherit;
	border: 0;
	margin-bottom: 40px;
}


/* 2014-04-03 プロジェクトページの見た目を細かく調整 */

#contents table#accordionTable p {
font-size: inherit;
}
#contents table#accordionTable tbody tr:first-child p {
font-size: 16px;
}



/* 2014-04-09 ショッピングページの調整 */

#contents .projectShoppingArea .shoppingCartInfo .project-title {
color: inherit;
font-size: 14pt;
padding: 0 5px 15px;
letter-spacing: inherit;
line-height: 1.5em;
}


/* 2014-04-22 種イントロ 詳細ページ */

#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 20px 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;
}
#seedsIntroHead {
	background-image: url(/image/icon-flat-seeds01-.png);
background-size: 100px 100px !important;
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: 40px 20px;
}
#seedsIntroMain #seedsComment {
	background: #fff;
	text-align: left;
	font-weight: bold;
	color: #333;
	padding: 40px;
		-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;
}
#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;
}
#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: 255px;
-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;
}
#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;
}


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

.project-main #projectBody #item_img {
	text-align: center;
}

#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;
}
#seeds.contents_m.project-main #projectBody > #media iframe {
max-width: 630px;
}

#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;
}

/* 2014-05-02 フォームのサイズ修正 */

#form_table .ta_left > p.description + .cleditorMain > .cleditorToolbar + textarea#projectTextarea {
	height: 497px !important;
}

#form_table .ta_left > p.description + .cleditorMain {
	width: 100% !important;
	height:inherit !important;
}
#form_table .ta_left > p.description + .cleditorMain iframe {
	height:497px !important;
}


/* ニュース RSS 取得 エリア 2014-05-15 */

.news-area > ul.feed > li > a[href*="facebook"] .publishedDate:after {
/* facebookのリンクが貼られたものの日付けの後にfacebookアイコンを入れる 
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f082";
    margin-left: 5px;
    color: #3b5998;*/
}

.news-area > ul.feed > li > a {
	text-decoration: none !important;
	color: #333;
}
.news-area > ul.feed > li > a:hover {
}

.news-area > ul.feed > li > a .content {
	display: inline;
}
.news-area > ul.feed > li > a .content + p {
	display: inline;
	text-decoration: underline;
	color: #ea4844;
}






/* プロジェクト詳細ページ 特商法 */

#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;
	}



/* 決済ステップ 寄付項目削除 */

#contents table th.limitTime {
	width:180px;
}



/* 会員登録 未完了 2014-07-28 */

#contents.notAcrivate #message > ul > li {
	list-style: disc;
	background: none;
	padding: 0;
	margin-left: 25px;
	font-size: 14px;
	margin-bottom: 10px;
}



/* 2014-08-04 プロジェクト詳細ページ レビュー用 */

.reviewBox {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
margin-bottom: 20px;
}
.reviewBox > ul > li {
	margin-bottom: 30px;
background: #ffcccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.reviewBox .reviewHead {
padding: 40px 30px;
position:relative;
}

.reviewBox .reviewHead:after {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 70px;
bottom: -10px;
width: 20px;
height: 20px;
visibility: inherit;
background: #ffcccc;
}


#kobagake.exp .reviewBox .reviewHead > .exp {
	margin: 0 20px;
}
#kobagake.exp .reviewBox .reviewHead > .exp > p {
font-size: 14px !important;
margin-bottom: 0.5em !important;
line-height: 1.6em;
}

#kobagake.exp .reviewBox .reviewHead > p:first-child {
text-align: center;
margin-bottom: 30px !important;
}
.reviewBox .reviewHead > p:first-child strong {
font-size: 24px !important;
line-height: 1.6em;
text-shadow: 0 1px #ffffff;
}
.reviewBox .reviewHead {

}
.reviewBox .reviewHead {

}


.reviewBox .reviewProfile {
background: #fafafa;
padding: 25px;
}
.reviewBox .reviewProfile .floatLe {
background: inherit;
padding: 0;
float: left;
}
.reviewBox .reviewProfile .floatLe + div {
float: right;
background: inherit;
width: calc(100% - 140px);
}

.reviewBox .reviewProfile .floatLe + div .profileName {
	font-weight: bold;
	font-size: 1.4em !important;
	line-height: 1 !important;
	letter-spacing: 0.1em;
}
.reviewBox .reviewProfile .floatLe + div .profileName + p {
font-size: 10px !important;
margin-bottom: 10px !important;
}
.reviewBox .reviewProfile .floatLe + div > p {
font-size: 12px !important;
margin-bottom: 0.5em !important;
}


.reviewBox .reviewProfile dl {
	margin-top: 20px;
}
.reviewBox .reviewProfile dl > di > dd {
	float: left;
}
.reviewBox .reviewProfile dl > di.box5 > dd {
	width:calc(100% / 5);
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 20px;
            padding-top: 10px;
       }
.reviewBox .reviewProfile dl > di > dd > a > img {
	width:100%;
	border: 1px solid #efefef;
	padding: 5px;
	background: #fff;
}



.reviewBox .reviewFoot > ul {
	padding: 10px;
}

.reviewBox .reviewFoot > ul > li {
	display: inline-block;
	margin-right: 5px;
}
.reviewBox .reviewFoot > ul > li > a {
display: inline-block;
padding: 0.7em 1.5em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
line-height: 1;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border: 1px solid #ff5c5c;
background:#fff;
color: #ff5c5c;
}


.reviewBox .reviewFoot > ul > li > a:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    padding-left: 0.7em;
}
a.tooltipLight {
	text-align: left;
}
a.tooltipLight.soloTip {
	text-decoration:none !important;
	color: #999;
}
#contents table td a.tooltipLight.soloTip i {
	color: #999;
}
a.tooltipLight span.tooltipLightBox {
	display:inline-block;
	position:relative;
	z-index:9999;
	left: 50%;
	margin-left: -180px;
	top: 10px;
}
a.tooltipLight span.tooltipLightBox span {
padding: 10px;
}
.tooltipLightBox {
		min-width: 220px;
}


/* 2014-11-27 プロジェクトページ サイドバー ショッピング */

.sidebarShopping .golist {
	margin: 0;
}
.sidebarShopping .kibi-ticket {
	margin: 25px 10px !important;
	padding: 5px !important;
	background: none repeat scroll 0% 0% #F3F3F3 !important;
}

.sidebarShopping .sideSummary {
	margin:0 10px;
}

.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-bottom:20px;
}
.sidebarShopping .cartButton a {
float: inherit;
width: inherit;
position: inherit;
text-align: center;
border-radius: 10px;
margin: 0px 15px;
text-decoration: none;
padding: 10px 0px !important;
height: inherit;
background-color: #FC3;
color: #202020;
line-height: 1em;
font-weight:bold !important;
display:block !important;
}
.sidebarShopping .cartButton a span {
position: inherit;
display: inherit;
width: inherit;
font-size: 14px !important;
line-height: inherit;
height: inherit;
float: inherit;
padding: 10px 0px;
border-radius: 10px;
}

.sidebarShopping .endLink {
	text-align:center;
	position:relative;
	top:-5px;
}
.sidebarShopping .endLink a {
	text-decoration:underline;
}


/* 2014-12-09 サイドバー オーナー名前 SEO */

#contents h3.owner-name {
	font-size: 12px;
	letter-spacing: inherit;
}

/* 2015-03-03 BLOG バグ修正 */
#mainWp .post img {
	max-width:100%;
}

/* 2015-03-11 ページ下リンク 横幅修正 */
#contents table#accordionTable td.linkPageArea {
	border:0;
}
.linkPageArea p {
	text-align:right;
}

/* 2015-03-11 firefoxでのプロジェクトページ 横幅修正 */
@-moz-document url-prefix() {
	#accordionTable td.ta_left {
	display: table;
	table-layout: fixed;
	width:670px;
	}
	#accordionTable td.ta_left .projectTextArea {
	display: table-cell;
	padding:20px;
	line-height: 1.8em;
	}
	#accordionTable td.ta_left .projectTextArea img {
max-width: 100%;
}
}

/* 2015-03-13 IEでのプロジェクトページ 横幅修正 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#accordionTable td.ta_left {
	display: table;
	table-layout: fixed;
	width:670px;
	}
#accordionTable td.ta_left .projectTextArea {
	display: table-cell;
	padding:20px;
	}
}


/* 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;
}
/* 2015-06-08 paidy 決済画面 */

		#shipping input {
			margin-top: 5px;
			margin-bottom: 10px;
		}
		#shipping input:last-child {
			margin-bottom: 0;
		}
		#shipping > table:nth-child(1) tr:last-child td {
		font-weight: bold;
		font-size: 14px;
		}		#shipping > table:nth-child(1) tr:last-child td input {
			position: relative;
			top: -3px;
			left: -5px;
		}

		#shipping input[name="post_kana"],
		#shipping input[name="add_sub3"] {
		}
		
		.selectPayment label#checkboxPaidy {
			line-height: 1.5em;
			-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
		}
		img.paidyIntext {
			vertical-align: bottom;
		}
		
		#contents table th.titlePaidy {
	text-align:left;
	border:inherit;
	padding:15px 10px;
}
		#shipping .attComment {
			display: block;
			font-weight: normal;
			text-align: left;
			line-height: 1.6em;
			padding: 10px 10px 7px;
			background:#fff0f0;
			margin-bottom: 10px;
}
.regist table {
	font-size: 12px !important;
}


/* 2015-06-17 トップスライドリニューアル */

	li.modSlide {
		background-size: cover; background-position: top center;
	}
	li.modSlide > .splite {
		background:url(/image/slide_bnr_ami_03_.gif);
		background-size: 4px 4px;
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	li.modSlide > .splite > div {
		text-align: center;
		position: absolute;
		bottom: 60px;
		left: 50%;
-webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;	
  	}
	li.modSlide > .splite > div > p {
		width: 100%;
		}
	li.modSlide > .splite > div > p:nth-child(1),
	li.modSlide > .splite > div > p:nth-child(2) {
		text-shadow: 0 0 4px rgba(0, 0, 0, 1.0);
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		}
	li.modSlide > .splite > div > p > strong {
		font-size: 50px;
		}
		#carousel {
			height: 300px;
			overflow: hidden;
		}

/* 2015-09-30 かんたん登録プレビュー */
#easyPreviewTable div.ng-scope {
	line-height: 1.8em;
	font-size: 15px;
}


/* 2015-10-13 PJOページ */

#contents.pjoPageBox .contents_m .projectSubText {
    position: absolute;
    z-index: 1000;
    color: #fff;
    width: 210px;
    text-align: center;
    font-size: 10px;
    padding: 10px;
    bottom: 70px;
    line-height: 1.4em;
    background: #ff5c5c;
    margin-bottom: 0px;
}
#contents.pjoPageBox .projectBoxMain > p {
	display: none;
}

/* 2015-10-27 プロジェクトページ 画像 キャプ*/

.Caption {
    color: #999 !important;
    font-size: 0.9em;
    padding: 5px;
}

.projectBox { /* 未達成で開催中 */
	
}
.projectBox.successProject { /* 達成したけど開催中 */
	
}
.projectBox.successProject .progress_bar:before { 
	content:"プロジェクト達成！引き続き支援受付中！";
	width: 100%;
	text-align: center;
	display: block;
	line-height: 20px;
	color: #fff;
}
.projectBox.endProject { /* 未達成で終了 */
	
}
.projectBox.endProject.successProject { /* 達成して終了 */
}
.projectBox.endProject.successProject .progress_bar:before {
	content:none;	
}


.projectBox.endProject.successProject .projectSubText {
    bottom: 30px !important;
}


/* 2015-11-29 長過ぎるURL折り返す */

#contents .contents_m {
    word-break : break-all;
}


    
    
.pjoPageBox div.projectShopping .img li {
    width: 200px;
    height: 200px;
    
    position: relative;

}

.pjoPageBox div.projectShopping .img img {
    position:absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#contents.pjoPageBox .projectShopping {
    padding:1em;
    margin: 0;
    border-top: inherit;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);    
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
           -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
              box-sizing: border-box;
}

#contents.pjoPageBox .projectShopping .shoppingCartInfo {
    width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
    width: -webkit-calc(100% - 220px);/*Chrome19~25対応*/
  width: -moz-calc(100% - 220px);/*Firefox4~15対応*/
  width: calc(100% - 220px);
  padding: 10px;
  background: #fff;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
           -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
              box-sizing: border-box;
  }

#contents.pjoPageBox h3 {
    font-size: 14px;
    letter-spacing: inherit;
    line-height: 1.5em;
}
#contents.pjoPageBox .projectShopping .shoppingCartInfo .description {
    font-size: 14px !important;
    background:inherit;
    padding: 0;
    margin: 20px 0;
    visibility: hidden;
}
#contents.pjoPageBox .projectShopping .shoppingCartInfo .description > br{
	display: none;
}


.headTagline {
	min-width: 960px;
	background-color: #EB4E50;
	height: 30px;
}
.headTagline h1 {
	font-size: 12px;
	width: 50%;
	float: left;
	text-align: left;
	line-height:30px;
	color: #fff;
	position: relative;
	left: 20px;
	font-weight: normal;
}
.headTagline #bnr-event {
	font-size: 12px;
	width: 50%;
	float: left;
	text-align: right;
	line-height:30px;
	position: relative;
	right: 20px;
}







#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;
}

	/* ヘッダナビ */
#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;
		}
}



footer#footer {
	padding: 0;
	height: inherit;
}

#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);
}


