@charset "utf-8";

*{
    padding: 0;
    margin: 0;
}

body{
    text-align: center;
    background: #000000;
}

.center {
    text-align: center;
}

.attention{
    color: #ffffff;
}

.red{
    color:red;
    background: yellow;
}

img{
    border:none;
}
header#information{
    margin :10px 0 10px 0;
}
header#information a{
    color: #ff3333 !important;
    text-decoration: none !important;
}
header#information a.now{
    font-weight:bold !important;
    text-decoration: underline !important;
}

h1#title{
    /*
    background: url("../img/top.png") no-repeat scroll 0 0 transparent;
    margin: 10px auto 0;
    display: block;
    font-size: 0;
    text-indent: -7878px;
    width: 514px;
    height: 108px;
    */
    display:none;
}

#wrapper{
    font-size: 1.2em;
    margin: 0px auto;
    width: 640px;
    text-align: left;
    /*color: #de2500;*/
    color: #000000;
    background: #ffffff;
    border: 4px #de2500 solid;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

header,footer{
    color: #ffffff;
}

header a,footer a{
	color: #71c6ff;
	text-decoration: none;
}

section {
    margin: 5px 0 5px 0;
}

div#wrapper div#contents {
    padding: 10px 10px;
}

div#wrapper div#contents article header{
    margin: 10px 0;
}

.af{
    text-align: center;
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px #f08080 solid;
    border-bottom: 1px #f08080 solid;
    background: #feeeee;
}


#fileBox {
    max-width: 540px;
    height: 300px;
    position: relative;
    margin: 10px auto;
    border: 2px #c9171e solid;
    color: #ffffff;
    font-size: 1.2em;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#receiveFileOuter {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #c9171e;
}

#receiveFile {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#receiveFile.draggle {
    background: #fcc;
}
#receiveFile .item {
    display: inline-block;
    padding: 10px;
    text-align: center;
}
#receiveFile .item .image {
    min-width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
}
#receiveFile .item .image .imageInner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#receiveFile .item .image img {
    height: 200px;
}
#fileBox input#inputFile {
    width: 100%;
    height: 300px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#fileBox input#inputFile.nodrop,
#fileBox.unsupported input#inputFile {
    width: auto;
    height: auto;
    top: 30px;
    left: 30px;
    opacity: 1;
    background: none;
}


input[type="button"],input[type="submit"],input[type="text"],input[type="password"]{
    -webkit-appearance: none;
}

input[type="button"],input[type="submit"], input[type="text"], input[type="password"],select {
    height: 35px;
    margin: 5px 0;
    padding: 4px;
    border: 1px solid #c9171e;
    font-size: 1.2em;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input[type="radio"]{
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #CC0000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#custom_area select {
    width: 100%;
}

#custom_area input[type="text"],
#custom_area input[type="password"]{
    width: 97%;
}

input[type="submit"].big_btn,
input[type="button"].big_btn{
    width: 600px !important;
    height: 50px !important;
    line-height: 1.2em !important;
    margin: 0 !important;
    padding: 10px !important;

    color: #ffffff !important;
    font-size:1.2em !important;
    cursor: pointer;

    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#c9171e)) !important;
    background: -moz-linear-gradient(top,  #ff3333,  #c9171e) !important;

}

a.big_btn{
    text-decoration: none;
    display: block;
    width: 600px !important;
    line-height: 1.2em !important;
    margin: 0 !important;
    padding: 10px !important;

    color: #ffffff !important;
    font-size:1.2em !important;
    cursor: pointer;

    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#c9171e)) !important;
    background: -moz-linear-gradient(top,  #ff3333,  #c9171e) !important;
}

a.big_btn_twitter{
    text-decoration: none;
    display: block;
    width: 600px !important;
    line-height: 1.2em !important;
    margin: 0 !important;
    padding: 10px !important;

    color: #ffffff !important;
    font-size:1.2em !important;
    cursor: pointer;

    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#35a8d6), to(#145b76)) !important;
    background: -moz-linear-gradient(top,  #35a8d6,  #145b76) !important;
}

#custom_area{
    margin: 10px 0;
}

#custom_area table{
    width: 100%;
}

table tr td{
    padding: 5px;
}

table td.column_title{
    background: #f29c96;
}

.submit_area{
    margin: 10px 0 10px;
    text-align: center;
}

.btn{
    width:120px !important;
}

.ribbon{
    position: relative;

    /*リボンの色*/
    background-color: lightcoral;/*グラデーションが表示されないブラウザ用*/
    background: -webkit-gradient(linear,left top, left bottom,from(#f29c96), to(#f08080));/*古いSafariなど用*/
    background: -webkit-linear-gradient(#f29c96, #f08080);/*Safari、Chrome用*/
    background: -moz-linear-gradient(#f29c96, #f08080);/*Firefox用*/
    background: -o-linear-gradient(#f29c96, #f08080);/*Opera用*/
    background: linear-gradient(#f29c96, #f08080); /*標準*/

    /*文字*/
    color: #de2500;/*indianred*/
    text-align: center;
    text-shadow:0 1px 0 rgba(255,255,255,0.3);
    -webkit-text-shadow:0 1px 0 rgba(255,255,255,0.3);

    /*リボンの幅と高さ*/
    width: 690px;
    height: 50px;
    line-height:  50px;

    /*はみ出る部分*/
    margin-left: -35px;
    margin-right: -35px;

    /*上側だけちょこっと角丸*/
    border-radius:2px 2px 0 0;
    -webkit-border-radius:2px 2px 0 0;

    /*リボンが少し浮いて見えるようにうっすらとシャドウ*/
    box-shadow:0 10px 30px -8px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 10px 30px -8px rgba(0,0,0,0.2);

    font-size: 1.3em;
    margin-bottom: 20px;
}

.ribbon:before{
    position: absolute;
    top:50%;
    left:-25px;
    content: "";
    border: 25px solid transparent;
    border-right-color: indianred ;
    z-index: -1;
}


.ribbon:after{
    position: absolute;
    top:50%;
    right:-25px;
    content: "";
    border: 25px solid transparent;
    border-left-color: indianred ;
    z-index: -1;
}

#kiyaku{
    font-size: 0.8em;
}

#kiyaku ul{
    padding: 0 0 20px 30px;
    list-style-type: decimal;
}

section.sns {
    width: 100% !important;
    height: 40px;
    text-align: right !important;
    font-size: 1.2em;
    overflow: hidden;
}

section.sns ul{
    list-style: none;
    display:inline-block;
}

section.sns li{
    float: left;
    margin-right: 2px;
}

section.sns iframe {
    margin: 0 !important;
}

li.hatena{
    width: 120px;
}

li.twitter{
    width: 90px;
}