html {
    background: #f1f1f1;
    background: -moz-gradient-linear(top, #f1f1f1, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
}
body {
    margin: 0 auto;
    font-family: "corbel", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    position: relative;
}
/*-----------------for header------------------*/

#header {
    margin: 0 0 15px 0;
    background: url(../img/top-back6.png) 0 -10px repeat-x;
    padding: 20px 0 0 0;
}
#about-dash-area {
    background: #333;
    height: 30px;
}
#about-dash {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    color: white;
    padding: 4px 0 5px 0px;
}
#whats {
    font-size: 110%;
}
#we-are {
    font-size: 80%;
    margin: 0 0 0 15px;
}
span.catch-color {
    color: #07CFEA;
}
.learn-more-dialog, .learn-more-dialog:visited {
    font-size: 75%;
    color: #FF931E;
    display: inline-block;
    padding: 3px 20px 0;
    margin: 0 0 0 10px;
    background: url(../img/learn-more-back2.png) repeat-x;
    height: 19px;
    border-radius: 3px;
    border: 1px solid #222;
    box-shadow: 0 0 1px #555 inset;
    position:relative;
    top:-1px;
}
.learn-more-dialog:hover {
    background: url(../img/learn-more-back.png) repeat-x;
}
#top-area {
    margin: 0 auto 0;
    background: url(../img/top-back7.png) center -1px no-repeat;
}
#logoarea {
    width: 1000px;
    height: 135px;
    margin: 0 auto;
    position: relative;
}
#logotype {
    margin: 26px 0 0 3px;
    float: left;
}
#logotype img {
    height: 60px;
}
div#social-links {
    float: left;
    margin: 5px 15px 0 0;
    height: 30px;
    width: 250px;
}
div.social-button {
    float: left;
}
div#twitter {
    width: 100px;
    overflow: hidden;
}
#powered-by {
    margin: 0 5px 0 53px;
    padding: 0px 23px;
    border-radius:2px;
    display:inline-block;
    position:absolute;
    top:80px;
    left:194px;
}

ul#support-menu {
    height: 71px;
    width: 600px;
    font-size: 83%;
    margin: 10px 0 0 0;
    padding: 0 5px 5px 0;
    float: right;
    position: relative;
}
ul#support-menu li {
    width: 180px;
    float: left;
    margin: 7px 0 0 0;
}
ul li#left-top {
    min-width: 182px;
    margin: 7px 0 0 37px;
}
ul li#left-bottom {
    width: 211px;
    clear: both;
    float: left;
    margin: 5px 0 0 8px;
}
ul li#right-bottom {
    margin-top: 5px;
}
span.kick {
    color: #7AC943;
}
a.support-menu-link {
    height: 20px;
    display: block;
    margin: 0 2px;
    padding: 4px 10px 0 0px;
    color: white;
    background: #333;
    text-decoration: none;
    text-align: center;
}
a.support-menu-left {
    background: url(../img/support-menu-left.png) no-repeat;
    text-align: right;
}
a.support-menu-link:hover {
    background: #7AC943;
}
a.support-menu-left:hover {
    background: url(../img/support-menu-left-hover.png) no-repeat;
}
a.support-menu-link:hover span {
    color: #4d4d4d;
}
#blog-link {
    margin: 8px 10px 0  0;
    text-align:center;
    float:right;
    width:auto;
    padding:8px 4px 5px;
    background:#5d5d5d;
    border:1px solid #3d3d3d;
    border-radius:3px;
}

#blog-link:hover {
    background:#bcbcbc;
}

#blog-link:after {
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

#blog-link a{
    display:inline-block;
    clear:both;
}

img.dashblog-logo{
    height:27px;
}


span.check-blog{
    display:block;
    font-size:70%;
    text-align:left;
}
/*-----------------for content------------------*/
#content {
    width: 960px;
    margin: 0 auto;
}
#direction-icon {
    height: 32px;
    text-align: center;
}
#project-area:after {
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
div.owner-name {
    height: 25px;
    padding:3px 15px 0 0;
    color: #00C4D5;
    font-size: 100%;
    text-align: right;
    background:#2d2d2d;
    border-radius:5px 5px 0 0;
}
div.project-block {
    width: 462px;
    position: relative;
    margin: 0 0 30px 0;
    box-shadow: 0 0 8px #3d3d3d;
    border-radius:5px;
}
div.project-block-core {
    position: relative;
    z-index: 1000;
}
div.left-project {
    float: left;
}
div.right-project {
    float: right;
}
div.success {
    position: absolute;
    top: 3px;
    left: -20px;
    z-index: 1100;
}
a.to-detail {
    height: 308px;
    display: block;
    overflow: hidden;
}
img.project-image {
}
a.project-status-area {
    width: 463px;
    height: 40px;
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    text-align: center;
}
/*----------for comingsoon--------*/

div.project-block-comingsoon {
    background: #e3e3e3;
    border: 1px solid #9d9d9d;
}
div.comingsoon {
    height: 351px;
    font-size: 200%;
    background: #f7f7f7;
}
div.project-block-core a.comingsoon {
    background: none;
    text-align: center;
}
div.comingsoon span {
    width: 300px;
    margin: 0 auto;
    position: relative;
    top: 150px;
    color: #009acd;
    display: block;
    font-weight: bolder;
}
a.comingsoon span {
    color: #f1f1f1 !important;
}
/*-------------------------------*/

span.project-summary {
    font-size: 100%;
    color: white;
    display: block;
    margin: 10px 0 0;
}
div.pledge-status {
    height: 111px;
    overflow: hidden;
    border-radius:0 0 5px 5px ;
    font-family: normal 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, sans-serif;
}
div.camp-parts-loading {
    height: 56px;
    background-color: #ccc;
    padding: 45px 0 10px 0;
    color: #FF931E;
    font-size: 140%;
}
img.loading-gif {
    margin: 0 auto;
    display: block;
    width: 300px;
}
div.camp-parts-loading span {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

a.link-detail {
    display: block;
    width: 450px;
    height: 320px;
}
#bottom-links {
    height: 120px;
    text-align: center;
    clear: both;
    padding: 25px 0;
    font-size: 130%;
}
#bottom-links div {
    text-align: center;
    margin: 0 auto;
}
a#ask {
    height: 40px;
    width: 460px;
    padding: 9px 20px 0px;
    margin: 0 auto 15px;
    display: block;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #333;
    text-decoration: none;
    border: 1px solid #bcbcbc;
}
a#ask:hover {
    background: #666;
}
a#how-to-submission {
    height: 35px;
    padding: 8px 20px;
    display: block;
    color: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #00c4d5;
    text-decoration: none;
    border: 1px solid #bcbcbc;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 10px;
    font-weight: bolder;
}
a#how-to-submission:hover {
    background: #00e5f5;
}
a#how-to-submission span {
    font-size: 80%;
    color: #333;
    text-align: center;
    display: block;
}

#progress_project_bar{
    margin:0 0 15px 0;
    padding:10px 0 0 0;
    position:relative;
    clear:both;
}

#past_project_bar{
    margin:0 0 15px 0;
    padding:20px 0 0 0;
    border-top:1px solid #bcbcbc;
    position:relative;
    clear:both;
 }

#current_project{
    border-radius:3px;
    visibility: hidden;
}

a.link_project{
    float:right;
    margin:15px 0 0 0;
    font-size:80%;
    letter-spacing:0em;
    text-decoration:underline;
}

/*-----------------end project------------------*/
#past-project-area{
    margin:0 0 40px 0;
}

#past-project-area:after{
    content:"";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
.end-project-block{
    float:left;
    position:relative;
    margin:0 25px 0 0;
}

a.end-project-image{
    width:215px;
    height:143px;
    display:block;
    overflow:hidden;
    box-shadow:0 0 8px #3d3d3d;
    border-radius:3px;
}

.end-project-block img{
    width:215px;
}

.end_success{
    position:absolute;
    left:-15px;
    top:-20px;
    
}

.end_success img{
    height:70px;
    width:80px;

}

.catch-copy{
    font-size:70%;
    text-align:center;
    margin:10px 0 0 0;
}

/*-----------------for footer------------------*/

#footer {
    height: 80px;
    background: url(../img/top-back6.png) 0 70px repeat-x #333;
    padding: 5px 10px;
}
#footer-content {
    width: 1000px;
    margin: 0 auto;
}
#footer-box {
    height: 42px;
    width: 135px;
    color: white;
    float: left;
    margin: 4px 0 4px;
    border-right: 1px solid #bcbcbc;
}
#footer-box span {
    font-size: 70%;
    display: block;
    margin: 0 0 2px 0;
}
a.footer-links {
    display: block;
    text-align: center;
    color: white;
    padding: 16px 0 0 0;
    font-size: 90%;
}
#footer-camp {
    float: right;
    margin: 30px 10px 0 0;
    font-size: 70%;
    color: #efefef;
}
#footer-camp a {
    color: #FF931E;
    font-size: 120%;
    text-decoration: underline;
}
