@charset "UTF-8";
/* CSS Document */


@import url(//fonts.googleapis.com/css?family=Cousine);


body {
background:#fffcf5 ;
}

#mainArea h2 {
	    display: inline-block;
	    margin-bottom: 20px;
	    color: #202020;
	    font-weight: normal;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    
}
#mainArea h2 > span:first-child {
	    display: block;
	    font-size: 12px;
	font-family: 'Cousine' !important;
	margin-bottom: 7px;
	line-height: 1.4em;
}
#mainArea h2 > span:first-child:before {
	content: "";
	display: inline-block;
	background: #ff5c5c ;
	width: 10px;
	height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
}
#mainArea h2 > span:last-child {
	    display: block;
	    font-size: 20px;
	    font-weight: bold;
}

#mainArea h2 + p  {
	    display: inline-block;
	    font-weight: normal;
	    font-size: 12px;
}


a {
-webkit-transition: all 0.2s linear 0;
-moz-transition: all 0.2s linear 0;
transition: all 0.2s linear 0;
}



a:link {
color: #4698a8;
text-decoration: none;
}
a:hover {
color: #ff5c5c;
text-decoration: none;
}
a:visited {
color: #3F8998;
text-decoration: none;
}



#mainArea .projectBox #gaugeViewer .progress_bar {
background: #ff5c5c;
height: 15px;
}
#mainArea .projectBox #gaugeViewer {
background: #f5f2eb;
}





/* ヘッダ */


   header#headerArea,
   .globalNav {
	   min-width:calc(300px * 3 + 20px * 2);  
   }
   
header#headerArea {
width: 100%;
height: 75px;
background:#ff5c5c;
position:relative;
}

header#headerArea > p,
header#headerArea > ul {
position: absolute;
}

header#headerArea > p {
top: 15px;
left: 20px;
}
#headerContainer {
	position: relative;
min-width: 960px;
}
#headerContainer p#bnr-event {
}
#headerContainer p#bnr-event i {
}

p#bnr-event a {
	border: inherit;
}
p#bnr-event a span {
	color: rgba(255, 255, 255, 0.50);
}
#bnr-event a #linkBody,
#bnr-event a #linkTitle {
	width: inherit;
}


header#headerArea > ul {
top: 25px;
right: 20px;
}
header#headerArea > ul > li {
	display:inline-block;
	margin-left: 10px;
}
header#headerArea > ul > li > a,
#mainContents .moreLink > a
 {
	display: inline-block;
		padding: 0.7em 1.5em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	background:#ffcc33 ;
	color: #202020;
		text-align: center;
		line-height: 1;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}
header#headerArea > ul > li > a:link {
	color: #202020;
}
header#headerArea > ul > li > a:visited {
	color: #202020;
}
header#headerArea > ul > li > a:hover {
	text-decoration: none;
	}

header > ul > li > a[href*="regist"]:after {
	display:inline-block;
	    margin-left: 5px;
	    content: "\f082\0020\f081";
	    font-weight: normal;
	    font-style: normal;
	    font-family: FontAwesome;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
}

.globalNav a:hover {
	filter:inherit; /*IE*/
	-moz-opacity: inherit; /*FF*/
	opacity: inherit;

}





.globalNav {
	background:#202020;
	margin-bottom: 30px;
}
.globalNav >ul > li {
	float:left;
	width:calc(100% / 5);
	text-align:center;
	display:block;
  position: relative;
}
.globalNav >ul > li:last-child {
}

.globalNav >ul > li > a {
	display:block;
	color:#fff;
	top:20px;
}

.globalNav >ul:after{
  display: block;
  visibility:hidden;
  clear: both;
  height: 0; /* clearfix */
  content: ".";
  font-size:0;
}





.globalNav li a{
  display: block;
  margin: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  padding:15px 0 13px;
  text-decoration: none;
}
.globalNav li:hover > a{
  background: #c23f32 ;
}
.globalNav > ul > li.dropNav:hover > a{
  border-radius: 5px 5px 0 0;
}

.globalNav > ul > li.dropNav > a {
}
.globalNav > ul > li.dropNav > a:after {
	display:inline-block;
	    content: "\f0dd";
	    font-size: 14px;
	    font-family: FontAwesome;
		margin-left:1em;
		position:relative;
		top:-2px;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
			filter: alpha(opacity=30); /*IE*/
	-moz-opacity: 0.30; /*FF*/
	opacity: 0.30;

}


.globalNav li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  z-index:9999;
}
.globalNav li:last-child ul{
}
.globalNav li ul li{
  overflow: hidden;
  height: 0;
  width:200%;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.globalNav li ul li a{
  background: #c23f32 ;
  text-align: left;
  font-weight: normal;
  display:block;
  padding-left:20px;
}
.globalNav li ul li a:hover {
	color:#202020;
}

.globalNav li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #f16251 ;
  border-bottom: 1px solid #c23f32 ;
}
.globalNav li:hover ul li:first-child{
  border-top: 0;
}
.globalNav li:hover ul li:last-child{
  border-bottom: 0;
}
.globalNav li:hover ul li:last-child a{
  border-radius: 0 0 5px 5px;
}


   #mainArea {
-webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
		}




/* メイン */

#mainArea {
    margin: 0 auto;
	text-align:left;  
}
#mainArea * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

.projectBox {
	position: relative;
	width: 100%;
	background: #fff;
}
.projectBox > a {
	display: block;
}


#mainContents section > .moreLink {
	margin-top: 20px;
	text-align: center;
}
#mainContents section > .moreLink > a {
	padding: 1.5em 3em ;
}

#mainContents section#infoNews > .moreLink > a:after {
	display:inline-block;
	    margin-left: 5px;
	    color: #3b5998;
	    content: "\f082";
	    font-weight: normal;
	    font-style: normal;
	    font-size: 14px;
	    font-family: FontAwesome;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
}



#projectPickup {
	margin-bottom: 40px;
}


#projectPickup .projectBox > .projectBoxMain > ul {
position: absolute;
bottom: 150px;
left:0;
width: 100%;
color: #d3d0ca;
}
#projectPickup .projectBox > .projectBoxMain > ul > li,
#projectPickup .projectBox > .projectBoxMain > ul > li:before {
font-size: 16px;
}

#projectPickup .projectBoxImg img {
width: 100%;
height: auto;
/* max-width: 500px; */
min-width: 300px;
}
#projectPickup .projectBoxMain,
#projectPickup .projectBoxFooter {
position: absolute;
}
#projectPickup .projectBoxMain {
	height:100%;
}


#projectPickup .projectBoxMain > h3 + p > a > img {
margin-right: 7px;
width: 30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
vertical-align: middle;
-o-border-radius: 15px;
-ms-border-radius: 15px;
-khtml-border-radius: 15px;
}
#projectPickup .projectBoxMain h3 {
	margin-bottom:20px;
	font-size:16px;
	line-height:1.4em;
}

#projectPickup .projectBoxImg {
	width: 60%;
}
#projectPickup .projectBoxMain {
	top: 0;
	right: 0;
	padding: 15px;
	width: 40%;
}
.projectBox .projectBoxFooter {
}
#projectPickup .projectBoxFooter {
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	width: 40%;
}


#projectPickup #CDT {
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#projectPickup #CDT > span {
margin:0 0.1em;
font-size:1.5em;
font-family:Arial, Helvetica, sans-serif;
}

#projectPickup #CDT:before {
	display: inline-block;
    margin-right: 5px;
    content: "終了まで残り";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


section.projectBox {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 300px;
	height: 440px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#projectLive section.projectBox {
	height: 360px;
}
section.projectBox .projectBoxImg {
	overflow: hidden;
	width:300px;
}
section.projectBox .projectBoxImg img {
width:100%;
height: auto;
}
section.projectBox .projectBoxFooter {
position: absolute;
bottom: 0;
padding: 10px;
width: 100%;
}
.projectBoxFooter #gaugeViewer {
margin-bottom: 10px;
}
.projectBoxFooter ul.pjFooterInfo > li {
}
.projectBoxFooter ul.pjFooterInfo > li > span {
	    color: #202020;
	    font-size: 16px;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
}

.projectBoxFooter ul.pjFooterInfo > li.goal { /* 金額 */
float: left;/* 左に寄せる */
}
.projectBoxFooter ul.pjFooterInfo > li.timeArea {/* 残り */
float: right;/* 右に寄せる */
}
.projectBoxFooter ul.pjFooterInfo > li.successPercentage {/* 達成率％ */
text-align: center;/* 間に挟み込んで中央に揃える。哀しいかなhtmlの順番大事 */
}


section.projectBox > .projectBoxMain > h3 {
margin: 15px 10px 0;
line-height: 1.4em;
}
section.projectBox > .projectBoxMain > h3 + p {
	position: absolute;
	bottom: 85px;
	left: 10px;
}
#projectSuccess section.projectBox > .projectBoxMain > h3 + p {
	bottom: 115px;
}
#projectSeeds section.projectBox > .projectBoxMain > h3 + p {
	position: inherit;
	padding: 15px 10px 0;
}
section.projectBox > .projectBoxMain > h3 + p > a {
color: #d3d0ca ;
}
section.projectBox > .projectBoxMain > h3 + p > a > img {
		margin-right: 7px;
	width: 26px;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
	vertical-align: middle;/* PJOのエリア PJO画像 */
		-o-border-radius: 13px;
		-ms-border-radius: 13px;
		-khtml-border-radius: 13px;
}

section.projectBox > .projectBoxMain > ul {
position: absolute;
bottom: 60px;
width: 100%;
color: #d3d0ca ;
}
.projectBox > .projectBoxMain > ul > li {
    font-size: 12px;
    margin-left: 10px;
}
.projectBox > .projectBoxMain > ul > li:before {
	display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#projectPickup .projectBox > .projectBoxMain > ul > li:after { /* 文字 */
    font-size: 10px;
    line-height: 1;
	position:absolute;
	top:-15px;
	left:50%;
	  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);


}


.projectBox > .projectBoxMain > ul > li:nth-child(1):before {
    content: "\f004";
}
.projectBox > .projectBoxMain > ul > li:nth-child(2):before {
    content: "\f09a";
}
.projectBox > .projectBoxMain > ul > li:nth-child(3):before {
   /* content: "\f099"; */
}

#projectPickup .projectBox > .projectBoxMain > ul > li:nth-child(1):after {
    content: "FOLLOWER";
}
#projectPickup .projectBox > .projectBoxMain > ul > li:nth-child(2):after {
    content: "facebook";
}
#projectPickup .projectBox > .projectBoxMain > ul > li:nth-child(3):after {
    content: "twitter";
}


.projectBox > .projectBoxFooter > .projectSubText {
	position: absolute;
	top:0;
	left:0;
	z-index: 99999;
	padding-top: 2px;
	width: 100%;
	border-bottom: 2px solid #c23f32 ;
	background: #ff5c5c ;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 23px;
}

#mainArea {
	/* min-width: 940px; */
}
#mainContents {
	float: left;
	width: calc(100% - 300px);
}
#mainContents > section,
#mainSub > section {
	margin-bottom: 80px;
}


#mainContents #gaugeViewer .progress_bar {
height: 15px;
}


/* メイン ニュース */

#infoNews > article {/* ニュース ひとつの記事 */
		margin-right: 20px;
}
#infoNews article > section {/* ニュース ひとつの記事 */
		margin-bottom: 10px;
}

#infoNews article > section > a {
		display: block;
		padding: 10px;
		border-bottom: 5px solid #f5f2eb ;
		background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
		color: #202020;/* ニュース ひとつの記事 背景白 */
}
#infoNews article > section > a > p:nth-child(2) {
		display: inline-block;
		margin-top: 0.5em;
		margin-left: 5px;
		width: calc(100% - 55px);
		vertical-align: top;/* ニュース テキスト */
}

#infoNews article > section > a > p:nth-child(2) > span:last-child {/* 続きを読む */
		color: #4698a8;
}


/* メイン 種 */


#mainContents section#projectSeeds > header {
}
#mainContents section#projectSeeds > header > h2 {
}
#mainContents section > header > h2 + div {
	position:relative;
	display:inline-block;
		float:right;
	margin-right: 20px;
	    margin-bottom: 20px;
	padding: 10px 20px;
	width: calc(100% - 280px);
	background-color:#ff5c5c;
	vertical-align: top;
}
#shopping > header > h2 {
	max-width: 240px;
}
#mainContents section > header > h2 + div > p {
	padding:10px 0 10px 70px;
	background-position:left;
	background-size:contain;
	background-repeat:no-repeat;
}

#mainContents section > header > h2 + div:before {
position: absolute;
top: 50%;
left: -10px;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
background: #ff5c5c ;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);/* オレンジのエリア 吹き出しのため */
}

#mainContents section#projectSeeds > header > h2 + div > p {
	background-image:url(/image/icon-seed01.png);
}
#mainContents section#shopping > header > h2 + div > p {
	background-image:url(/image/icon-cart01.png);
}




section#projectSeeds section.projectBox {
	padding-top: 60px;
	height: 380px;
	background-color: #f5f2eb ;
	background-image:url(/image/seed-bg01.gif);
	background-position: center top ;
	background-size: 300px;
	background-repeat: no-repeat;
}
section#projectSeeds .projectBoxImg {
position: absolute;
bottom: 0;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
}
section#projectSeeds .projectBoxImg img {
}
section#projectSeeds .projectBoxFooter {
}

section#projectSeeds section.projectBox > .projectBoxMain > ul {
bottom: 175px;
}


/* メイン SUCCES */


section#projectSuccess section.projectBox {
height: 360px;
}
section#projectSuccess section.projectBox .projectBoxImg {
	overflow: hidden;
}
section#projectSuccess section.projectBox h3 {
font-size: 12px;
}
section#projectSuccess .projectBoxFooter {
font-size: 10px;
}
section#projectSuccess .projectBoxFooter ul.pjFooterInfo > li > span {
font-size: 13px;
}
section#projectSuccess .projectBoxFooter ul.pjFooterInfo > li.successPercentage {
	float: right;
}
section#projectSuccess section.projectBox > .projectBoxMain > ul {
bottom: 85px;
}



section#projectSuccess section.projectBox .projectBoxImg {
width: 100%;
overflow:hidden;
}


section#projectSuccess section.projectBox .projectBoxImg img {
}


section#projectSuccess section.projectBox .timeArea {
	display:none;
}


#mainArea section#projectSuccess section.projectBox #gaugeViewer {
	display:none;
}
#mainArea section#projectSuccess section.projectBox .projectSubText {
	position:absolute;
	z-index:1000;
	color:#fff;
	width:100%;
	 text-align:center;
	 font-size:10px;
	 padding:5px 10px;
	 bottom:30px;
	 line-height:1.4em;
                 background: #ff5c5c;
                margin-bottom: 0px;
}
.search .projectIndex .project_list .projectSubText {
}


/* サイド */

/** UPDATE **/

aside#mainSub {
	float: right;
	margin-left: 0px;/************************* 注意 *************************/
	width: 300px;
}

aside#mainSub #updateArea li {
		overflow: hidden;
		margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
aside#mainSub #updateArea li > a {/* 活動報告 基本リンク */
	display: block;
}
aside#mainSub #updateArea li > a > p:first-child {
	overflow: hidden;
	height: 180px;
	background: #f5f2eb  url(/image/img-camera_bg.png) no-repeat center 15px;
	background-size: 90px 90px;/* 活動報告 画像 縦 */
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
aside#mainSub #updateArea li > a > p:first-child > img {

}
aside#mainSub img {/* 活動報告 画像 サイズ */
	width: 100%;
}
aside#mainSub #updateArea li > a div {
		position: relative;
		padding: 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	color: #202020;/* オレンジのエリア */
		-o-border-radius: 0 0 5px 5px;
		-ms-border-radius: 0 0 5px 5px;
		-khtml-border-radius: 0 0 5px 5px;
		bottom: 55px;
		margin-bottom: -55px;
}

aside#mainSub #updateArea li > a div {
	background: -prefix-linear-gradient(top, rgba(255,92,92,0.8),  
            #ff5c5c);
	background: linear-gradient(to bottom, rgba(255,92,92,0.8),  
            #ff5c5c); 
}
aside#mainSub #updateArea li > a div:after {
	background: #ff5c5c ;
}

.sqCal {
		display: inline-block;
		overflow: hidden;
		padding: 6px 0 0 0;
		width:45px;
		height: 45px;
	border: 2px solid #202020;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	background: #fff ;

		font-family: 'Cousine' !important;/* 日付け枠 */
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px;

}
.sqCal > span {
display: block;
text-align: center;
line-height: 1em;/* 日付け枠 文字*/
}
.sqCal > span:first-child {/* 日付け枠 月*/
font-size: 11px;
}
.sqCal > span:nth-child(2) {/* 日付け枠 日*/
font-size: 23px;
padding-top:1px;
}

aside#mainSub #updateArea li > a div > p:nth-child(2) {
		display: inline-block;
		margin-top: 0.5em;
		margin-left: 5px;
		width: calc(100% - 55px);
		vertical-align: top;/* オレンジのエリア テキスト */
}
aside#mainSub #updateArea li > a div:after {
position: absolute;
bottom: -3px;
left: 25px;
display: block;
visibility: inherit;
width: 6px;
height: 6px;
background: #ff5c5c ;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);/* オレンジのエリア 吹き出しのため */
}

aside#mainSub #updateArea li > p:last-child {/* PJOのエリア 背景白 */
	padding: 12px 0 10px 18px;
}
aside#mainSub #updateArea li > p:last-child > a > img {
		margin-right: 7px;
	width: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	vertical-align: middle;/* PJOのエリア PJO画像 */
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
}


/** INFORMATION **/

aside#mainSub #infoArea li {
	margin-bottom: 20px;
	border-bottom: 5px solid #f5f2eb;
}
aside#mainSub #infoArea li iframe {
	border: none;
}

aside#mainSub #infoArea li > a {
	display: block;
	background: #fff;
}
aside#mainSub #infoArea li > a > div {
	padding: 20px;
}
aside#mainSub #infoArea li > a > div > h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
aside#mainSub #infoArea li > a > div > h3 + p {
	color: #202020;
}






aside#mainSub {
	line-height: 1.4em;
}
aside#mainSub a {
	color: #4698a8 ;
}
aside#mainSub dl {
	margin: 0;
}
aside#mainSub dt {
	background: #f5f2eb ;
padding: 12px 15px;
font-size: 12px;
font-weight: normal;
color: #202020;
text-shadow: inherit;
}
aside#mainSub dd {
	background: #fff;
	margin: 5px;
}
aside#mainSub dl dt:first-child + dd {
	margin-top: 10px;
}
aside#mainSub dl dd:last-child {
}
aside#mainSub di {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	display: block;
	background: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
aside#mainSub dd {
}
aside#mainSub dd a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 15px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
aside#mainSub dd a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #f5f2eb ;
}
aside#mainSub dd a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
}
aside#mainSub dd a, aside#mainSub dd a:before, aside#mainSub dd a:after {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
aside#mainSub dd a:hover {
	filter: inherit; /*IE*/
	-moz-opacity: inherit; /*FF*/
	opacity: inherit;
}
aside#mainSub dd a:hover, aside#mainSub dd a:hover:after {
	background-color: #ffcc33 ;
	color: #fff;
}
aside#mainSub dd a:hover:before {
	background-color: #fff;
}

aside#mainSub di a[href^="#"]{
	display:none;
}


/** SHOPPING **/

section#shopping {
	width:100%;
}
section#shopping article {
	margin-right:20px;
}
section#shopping .moreLink > a {
	padding: 1em 1.5em;
}

section#shopping > article > section {
	margin-bottom:20px;
}


section#shopping .shoppingBox {
	clear:both;
	background:#fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

section#shopping .shoppingHead {
	padding:0 20px;
	height:80px;
	background:#f5f2eb;
}
section#shopping .shoppingHead:after{
  display: block;
  visibility:hidden;
  clear: both;
  height: 0; /* clearfix */
  content: ".";
  font-size:0;
}
section#shopping .shoppingHead > p:first-child {
	position:relative;
	top:-3px;
	float:left;
	width:90px;
	height:70px;
	background:url(/image/bg-noren01.png) no-repeat;
	background-size:contain;
	text-align:center;
}
section#shopping .shoppingHead > p:first-child img {

position: relative;
  top: 70%;
width: 40px;
border:2px solid #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
-o-border-radius: 20px;
-ms-border-radius: 20px;
-khtml-border-radius: 20px;

}

section#shopping .shoppingHead >h3 {
position: relative;
  top: 50%;
	float:left;
  margin-left:20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
section#shopping .shoppingHead >.moreLink {
position: relative;
  top: 50%;
  float:right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

section#shopping .shoppingBoxMain {
	padding:20px;
}

section#shopping .shoppingBoxMain > ul > li > p:first-child {
	float:left;
	overflow:hidden;
	margin-right:20px;
	width:200px;
	height:200px;
	background:#efefef;
	text-align:center;

}
section#shopping .shoppingBoxMain > ul > li {
	margin-bottom:20px;
	 }
section#shopping .shoppingBoxMain > ul > li:last-child {
	margin-bottom:0px;
	 }
section#shopping .shoppingBoxMain > ul > li:after{
  display: block;
  visibility:hidden;
  clear: both;
  height: 0; /* clearfix */
  content: ".";
  font-size:0;
}

section#shopping .shoppingBoxMain > ul > li > p:first-child img {
position: relative;
  top: 50%;
	max-width:200px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section#shopping .shoppingBoxMain > ul > li > h4 {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6em;
}
section#shopping .shoppingBoxMain > ul > li > h4 + p {
	margin-bottom: 15px;
	font-size: 14px;
}
section#shopping .shoppingBoxMain > ul > li > p.moreLink {
margin-top: 25px;
}

section#shopping .shoppingBoxMain > ul > li > p.moreLink > a {
border: 1px solid #ff5c5c ;
background: inherit;
color: #ff5c5c ;
}



#mainPickup {
	height:300px;	
	background:url(/image/top-wide-03.jpg) center ;
	margin-bottom:30px;
	background-size:auto 300px;
	position:relative;
}
#mainPickup .pickupBox {
	position: absolute;
left: 50%;
top: 60px;
margin-left: 40px;
font-size: 24px;
text-align: left;
color:#fff;
}


#mainContents section > .moreLink {
margin-top: 20px;
text-align: center;
}


#mainPickup .moreLink {
	margin-top:20px;
}
#mainPickup .moreLink > a {
display: inline-block;
padding: 1.5em 3em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffcc33;
color: #202020;
text-align: center;
line-height: 1;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
font-size:14px;
}




			#mainPickupArea {
				position: relative;
			}
			#carousel {
		}
		.caroufredsel_wrapper {
		height:300px !important;	
		}
			#carousel li {
				position: relative;
		height:300px;	
		}
			#carousel li > p,
			#carousel li > div.pickupBox {
				position:absolute;
			}
						#carousel li > p:first-child {
							left:50%;
							margin-left:-1000px;
							z-index:1;
			}
						#carousel li > div.pickupBox {
							z-index:2;
			}

			#carousel li > p > img {
				width:2000px;
			}
			#carousel img {
			}
			#pager {
				background-color: rgba(255, 255, 255, 0.30);
							z-index:9999;
				border-radius: 20px;
				text-align: center;
				width: 80px;
				padding-top: 2px;
				position: absolute;
				bottom: 20px;
				left: 50%;
				margin-left: -40px;
			}
			#pager a.selected span {
				background: #666;
			}
			#pager a {
				display: inline-block;
				padding: 5px;
			}
			#pager span {
				border-radius: 10px;
				background: rgba(255, 255, 255, 0.5);
				text-indent: -100px;
				line-height: 0;
				display: inline-block;
				width: 10px;
				height: 10px;
				overflow: hidden;
			}
			
			
			#mainPickupArea .pickupBox {
	position: absolute;
left: 50%;
}
			#mainPickupArea .pickupBox p:first-child{
text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}


#mainPickupArea section > .moreLink {
margin-top: 20px;
text-align: center;
}


#mainPickupArea .moreLink {
	margin-top:20px;
}
#mainPickupArea .moreLink > a {
display: inline-block;
padding: 1.5em 3em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffcc33;
color: #202020;
text-align: center;
line-height: 1;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
font-size:14px;
}



/* start 活動報告 アイコン */

section.projectBox {
	position: relative;
}
section.projectBox p.upDate {
position: absolute;
right: 10px;
top: 140px;
font-size: 10px;
}
.projectBox p.upDate a {
color: #fff;
background: #ff5c5c ;
display: inline-block;
text-align: center;
		padding: 0.5em 0.5em 0.3em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
border-bottom: 0.2em solid #c23f32 ;
}
section.projectBox p.upDate a span {
display: block;
}

#projectPickup .projectBox p.upDate {
position: absolute;
font-size: 12px;
margin-top: 40px;
}
#projectSeeds .projectBox p.upDate {
top: 25px;
}
#projectSuccess .projectBox p.upDate {
top: 95px;
}
/* #projectSuccess .projectBox p.upDate {
right: 10px;
top: 110px;
}
#projectSuccess .projectBox p.upDate a span {
display:inherit;
} */


/* start レスポンシブ */

@media screen and (max-width:1340px) { /* 3カラムの時 */
   #mainArea {
width: calc(300px * 3 + 20px * 2);  
		}
		
		section#projectSuccess section.projectBox {
	width:calc(100% / 3 - 20px);
}
section#shopping .shoppingHead >h3 {
    max-width: 180px;
    line-height: 1.4em;
}
#projectSuccess .projectBox p.upDate {
    top: 75px;
}
}
@media screen and (min-width: 1341px) { /* 3カラム以上の時 */
	   #projectPickup {
width: calc(300px * 3 + 20px * 2);
float: left;
	}
	#mainSub {
		margin-top:-420px;
	}
				section#projectSuccess section.projectBox {
	width:calc(100% / 4 - 20px);
}

section#projectSuccess section.projectBox .projectBoxImg img {
margin-left: 0;
}
section#shopping .shoppingHead >h3 {
    max-width: 490px;
    line-height: 1.4em;
}

}

@media screen and (min-width: 1341px) and (max-width: 1660px) { /* 4カラムの時 */
   #mainArea {
width: calc(300px * 4 + 20px * 3);  
	}

}
@media screen and (min-width: 1661px) { /* 5カラム以上の時 */
   #mainArea {
width: calc(300px * 5 + 20px * 4);  
	}
		aside#mainSub {
			width: calc(300px * 2 + 20px * 1) !important;
}

		#mainSub #updateArea {
			width:300px;
			float:left;
	}
		#mainSub #infoArea {
			width:300px;
			float:right;
	}
		#mainContents {
width: calc(300px * 3 + 20px * 3) !important;  
		}


}

/* end レスポンシブ */







/* フォロワー数表示のロジックが入るまでアイコン削除 */
.projectBox > .projectBoxMain > ul > li:nth-child(1) {
    display: none;
}











/* 活動報告ページの修正 単体 */

#user_info.updateBox {
background: #fff;
margin: 0 0 30px;
padding: 20px 10px;
}
#contents .updateBox > .time {
	font-size:inherit;
	margin-left:10px;
	color:#999;
}
#contents .updateBox h2 {
	font-size: 20px;
	border-bottom:1px dotted #aaa;
padding:20px 5px;
margin-bottom:30px;
line-height:1.5em;
width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
#contents .updateBox .description {
	font-size: 16px !important;
	line-height: 1.8em;
	margin-bottom: 40px;
	margin:5px 0;
}
#projectBody #contents .updateBox .description img {
	max-width: 100%;
}
#contents .updateBox .snsBox {
	margin:30px 0;
}
#contents .updateBox .snsBox + .fb_comment {
}
#projectBody + .time {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1;
}

/* 活動報告ページの修正 一覧 */

.projectReport.updateBox {
margin: 10px 10px 80px;
padding-bottom: 40px;
}

.projectReport.updateBox > .time {
	font-size: 14px;
	line-height: 1;
	margin: 10px 5px 10px 5px;
}
.projectReport.updateBox > .time + h2 {
	font-size: 20px;
	border-bottom:1px dotted #aaa;
padding:20px 5px;
margin-bottom:0px;
line-height:1.5em;
width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
.projectReport.updateBox .description {
	font-size: 16px !important;
	line-height: 1.8em;
	margin-bottom: 40px;
}
.projectReport.updateBox .snsBox {
	margin:-5px 0 30px 10px;
}
.projectReport.updateBox .snsBox + .fb_comment {
}
#projectBody + .time {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1;
}

#contents .button.payNext input {
	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;
	margin: 5px 20px;
border:inherit;
display: inline-block;
padding: 0;
margin: 0;
}
/* 2014-09-04 活動報告のプレビュー */

#actCheckForm > table {
}
#actCheckForm > table > caption {
	letter-spacing: inherit;
	font-weight: normal;
	margin-bottom: 20px;
}
#actCheckForm > table td#previewArea #mainText {
	width: 640px;
	padding: 25px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);

	font-size: 16px !important;
	line-height: 1.8em;
	background: #fff;
}
#actCheckForm > table th,
#actCheckForm > table td {
	vertical-align: top;
	padding:15px;
	text-align: left;
	font-size: 14px;
}
#actCheckForm > table td#previewArea #mainText img {
	max-width: 100%;
}

#actCheckForm > table td#previewArea {
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #fcfcfc 25%, #fcfcfc 50%,
    #fff 50%, #fff 75%,
    #fcfcfc 75%, #fcfcfc
  );
  background-size: 50px 50px;
}

/* 2014-09-09 h2タイトルの下 */

h2 + .capTitle {
	font-size: 14px;
	margin: 0 10px 20px;
}
h2 + .capTitle.exp > p {
	margin-bottom: 0.5em;
}

.buttonSubmit {
height: inherit  !important;
display: inline-block !important;
	padding:1.5em !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
background:#ffcc33 !important;
color: #202020 !important;
	text-align: center !important;
	line-height: 1 !important;
	-o-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border: 0 !important;
	font-weight: normal  !important;
	min-width: 40%;
	font-size: 14px !important;
	cursor: pointer;
	margin-bottom: 20px !important;
	}
.buttonBack {
height: inherit  !important;
display: inline-block !important;
	padding:1.5em !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
background:#ddd !important;
color: #202020 !important;
	text-align: center !important;
	line-height: 1 !important;
	-o-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border: 0 !important;
	font-weight: normal  !important;
	font-size: 14px !important;
	min-width: 40%;
	cursor: pointer;
	}
		
	.registArea h3 {
		letter-spacing: inherit;
padding: 20px !important;
background: #ff5c5c;
text-shadow: 0 0 0;
color: #fff !important;
margin-top: 30px;
line-height: 1.4em;
	}
		.registArea .error {
		margin-left:10px;
	}

		.registBox {
		line-height: 1.6em;
background: #fff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin-bottom: 20px;
padding: 20px;
	}

		.registBox di {
		display: block !important;
		margin-bottom: 20px;
	}

		.registBox dt {
		font-size: 14px;
		margin-bottom: 0.5em;
	}
		.registBox dd *,
		.registBox .validate * {
		max-width: 95%;
	}
		.registBox .validate {
		background: #fff2f2;
		padding: 10px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	}
#actCheckForm .registBox dt {
}
#actCheckForm .registBox dd {
	font-size: 14px;
	background: #f9f9f9;
	padding: 20px;
}

button {
	-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;
}
button:hover {
background:rgba(255,204,51,0.5);
-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


#contents h2 span a {
border: 0px;
padding: 1em 1.5em;
color:#333;
font-weight:normal;
background:rgba(255,204,51,1);
text-shadow:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contents h2 span a:hover {
color:#333;
background:rgba(255,204,51,1);
border: 0px;
}

#contents .info .buttonCart 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: 20px;
background-color: #fc3;
color: #202020;
}

#contents .info .buttonCart + .buttonFollow > a {
background: whitesmoke;
border: 1px solid #dddddd;
color: #45494b;
font-size: 12px;
}

#contents .info .buttonFollow > a > span {
border: 1px solid #dddddd;
z-index: 9999;
}
#contents .info .buttonFollow > a > span:after {
border: 1px solid #dddddd;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);/* オレンジのエリア 吹き出しのため */
width: 6px;
height: 6px;
background: #fff;
left: -4px;
}
#contents .info .buttonFollow > a > span:before {
content: "";
width: 7px;
height: 15px;
background: #fff;
position: absolute;
left: 0;
z-index: 9998;
}

#contents .contents_s .golist.kibi-ticket .cartArea h2 {
	float: inherit;
	padding: inherit;
	line-height: inherit;
	margin-left: 15px;
	margin-bottom: 20px;
	font-weight:bold;
	color: #ff5c5c;
}

#contents .contents_s .golist.kibi-ticket .cartArea .cartButton {
	text-align: center;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a {
	float: inherit;
	width: inherit;
	position: inherit;
	text-align: center;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
margin: 0 15px;
text-decoration: none;
font-size: 14px;
height: inherit;
background-color: #fc3;
color: #202020;
font-weight: bold;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a span,
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span {
	position: inherit;
	display: inherit;
	width: inherit;
	font-size: inherit;
	line-height: inherit;
	height: inherit;
	float: inherit;
	padding: 10px 0;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a span:before {
/* アイコンを追加したいなら。
	    content: "\f07a";
	    font-weight: normal;
	    font-style: normal;
	    font-family: FontAwesome;
	    margin-right: 0.5em;
*/
}


#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span:before {
	    content: "";
	    margin-right: inherit;
}

#contents .contents_s .finish .golist.kibi-ticket .cartArea .cartButton,
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a {
position: inherit;
	display: inherit;
	width: inherit;
	font-size: 14px;
	line-height: inherit;
	height: inherit;
	float: inherit;
	padding: 10px 0;
	margin: 0 15px;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
line-height: 30px;
background: #ebedef;
color: #9da0a4 !important;
border:1px solid #dddddd;
}

/* ウォッチリスト バナー等 2014-09-24 */
#contents .info .buttonCart 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: 20px;
background-color: #fc3;
color: #202020;
}
#contents .info .buttonCart + .buttonFollow {
margin-top: -10px;
}
#contents .info .buttonCart + .buttonFollow > a {
background: whitesmoke;
border: 1px solid #dddddd;
color: #45494b;
font-size: 12px;
}
#contents .info .buttonCart + .buttonFollow > a.profileUnFollowButton {
color: #9da0a4;
}
#contents .info .buttonFollow > a > span {
border: 1px solid #dddddd;
z-index: 9999;
}
#contents .info .buttonFollow > a > span:after {
border: 1px solid #dddddd;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);/* オレンジのエリア 吹き出しのため */
width: 6px;
height: 6px;
background: #fff;
left: -4px;
}
#contents .info .buttonFollow > a > span:before {
content: "";
width: 7px;
height: 15px;
background: #fff;
position: absolute;
left: 0;
z-index: 9998;
}
#contents .contents_s .golist.kibi-ticket .cartArea h2 {
	float: inherit;
	padding: inherit;
	line-height: inherit;
	margin-left: 15px;
	margin-bottom: 20px;
	font-weight:bold;
	color: #ff5c5c;
}

#contents .contents_s .golist.kibi-ticket .cartArea .cartButton {
	text-align: center;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a {
	float: inherit;
	width: inherit;
	position: inherit;
	text-align: center;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
margin: 0 15px;
text-decoration: none;
padding: 10px 0;
height: inherit;
background-color: #fc3;
color: #202020;
line-height: 1em;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a span,
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span {
	position: inherit;
	display: inherit;
	width: inherit;
	font-size: inherit;
	line-height: inherit;
	height: inherit;
	float: inherit;
	padding: 10px 0;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span {
	background:inherit;
	color: inherit;
	padding: 0;
	font-weight: normal;
}



#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a span:before {
/*	    content: "\f07a";
	    font-weight: normal;
	    font-style: normal;
	    font-family: FontAwesome;
	    margin-right: 0.5em;
	    */
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span:before {
	    content: "";
	    margin-right: inherit;
}

/* 2014-10-10 決済ステップ ボタン修正 */
#contents .regist form .button input.backButton {
cursor:pointer;
text-decoration:none;
padding: 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;
font-size: 20px;
background-color: #fc3;
color: #202020;
background: whitesmoke;
border: 1px solid #dddddd;
color: #45494b;
font-size: 12px;
height: 40px;
}

/* a
#pressMedia ul {
}

#pressMedia ul li {
	width:calc(100% / 3 - 20px);
	float: left;
	display: inline-block;
margin-right: 20px;
margin-bottom: 20px;
padding: 10px 20px;
height: 100px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
background: #fff;
text-align: center;
}
#pressMedia ul li img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
 */
/* b */
#pressMedia ul {
background: #fff;
margin-right: 20px;
padding: 0 10px;
}

#pressMedia ul li {
	width:calc(100% / 3);
	float: left;
	display: inline-block;
padding: 10px 20px;
height: 100px;
text-align: center;
}
#pressMedia ul li img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 2014-12-18 ショッピング */

.sidebarShopping .cartButton.cantBuy > span {
	font-size: 12px !important;
	padding: 10px;
	display: block;
	background: #f8f8f8;
	line-height: 1.6em !important;
	margin: 0 10px;
}
.sidebarShopping .cartButton.shoppingLoingNobody a,
.sidebarShopping .cartButton.shoppingLoingMember a {
text-align: inherit;
border-radius: inherit;
margin: 0;
text-decoration: underline;
padding: 0 !important;
background-color: inherit;
color: #3F8998;
line-height: inherit;
font-weight: inherit !important;
display: inline !important;
}

.sidebarShopping .forSupporterOnly > span,
.sidebarShopping .forMemberOnly > span,
.sidebarShopping .textMember > span {
	font-size: 12px !important;
	font-weight: bold;
	color: #9c9892;
}

.sidebarShopping .forSupporterOnly > span:after,
.sidebarShopping .forMemberOnly > span:after {
	content: "\f023";
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.sidebarShopping .forSupporterOnly.shopPrice,
.sidebarShopping .forMemberOnly.shopPrice {
margin-bottom: 5px;
}

.sidebarShopping .textMember > span {
	margin-left: 15px;
	margin-bottom: 5px;
	color: #FF5C5C;
	display: block;
}

#contents .contents_s .sidebarShopping h2 {
	margin-top: 0;
	background:rgba(255, 92, 92, 0.8);
}

.sidebarShopping .kibi-ticket {
}

.side-container.sidebarShopping {
	background:rgba(255, 92, 92, 0.1);
	border-top: 3px solid rgba(255, 92, 92, 1.0);
}

/* 2015-04-26 トップ about us */

section#aboutUs {
	width:100%;
}
section#aboutUs article {
	margin-right:20px;
}
section#aboutUs .moreLink > a {
	padding: 1em 1.5em;
}

section#aboutUs > article > section {
	margin-bottom:20px;
}
section#aboutUs .aboutHead
 {
	padding:0 20px;
	height:60px;
	background:#f5f2eb;
}

section#aboutUs .aboutHead > h3 {
position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
section#aboutUs .aboutBox {
	clear:both;
	background:#fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
section#aboutUs .aboutHead:after{
  display: block;
  visibility:hidden;
  clear: both;
  height: 0; /* clearfix */
  content: ".";
  font-size:0;
}

section#aboutUs .aboutBoxMain {
	padding: 20px;
	line-height: 1.6em;
	font-size: 14px;
}
section#aboutUs .aboutBoxMain .exp p {
	margin-bottom: 0.5em;
}



.projectBox,
section.projectBox,
aside#mainSub #updateArea li,
aside#mainSub #infoArea li,
#infoNews article > section > a,
aside#mainSub di,
section#shopping .shoppingBox,
section#aboutUs .aboutBox,
.projectIndex .project_list,
#contents.pjoPageBox .projectShopping,
.headerProfile,
.side-container,
#projectBody,
.regist {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.05);
}