/*
Styles for custom.
*/
@charset "UTF-8";

/* 共通 */
.clearFix:after {
    content: " ";
    clear: both;
    height: 0px;
    display: block;
    visibility: hidden;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
}
.disp-off {
    display: none;
}
a,
a:visited {
    color: #890D4C;
    color: #3b5998;
    text-decoration:none !important;
}
a:hover {
    text-decoration:underline !important;
}
td:nth-child(1) {
    /*
    background-color: #FAFAFA !important;
    white-space: nowrap;
    */
    /* border-left: 1px solid rgba(0, 0, 0, 0.1); */
}
.att {
    padding-left: 1em;
    text-indent: -1em;
    color: #FD3F55;
    /* width: 100%; */
}
.font-small {
    font-size: 75%;
}
.address-small {
    font-size: 80%;
    color: #848484;
}
a.btn,
a.btn:visited {
    display:block;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
    font-weight: 700;
	padding: 10px 10px;
    text-align: center;
    cursor: pointer;
}
a.btn:hover {
    background-color:#B6B6B6;
    text-decoration: none !important;
    opacity: 0.8;
}
.pdffile {
  background: url("../ep_images/pdf16.png") no-repeat scroll left 0.2em transparent;
  padding: 0px 0px 0px 18px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.btn-large {
    font-size: 15px;
}
/* */

table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;  
    border-collapse: collapse;
}
table .title {
    background-color: #FAFAFA;
    font-weight: bold;
    text-align: center;
}
td {
    border: 1px #c0c0c0 solid;
    word-wrap: break-word;
    padding: 5px;
}
td:nth-child(1) {
    width: 4em;
}
table .token {
    width: 50%;
}

#header {
    height: 100px;
    /* background: url(../images/bgHeader.png) repeat-x left bottom; */
    padding-bottom: 40px;
}
#header .siteTitle img {
    max-width: 330px;
}

#sliderWrapper {
    display: none;
}

.pickupBox {
    margin-bottom: 40px;
}
.pickupBox dd {
    margin-left: 2em;
    margin-bottom: 10px;
}

#main .news {
    margin-bottom: 40px;
}
#main .news dl {
    margin: 0 0 15px 1em;
}

#formWrapper {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
}

div.row {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#drop_zone {
    border: 5px dashed #000000;
    padding: 50px;
    margin: 20px;
    font-size: 24px;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
}

/* ドラッグ＆ドロップファイル関係 */
#dragandrophandler
{
    border:2px dotted #0B85A1;
    /* width:500px; */
    color:#92AAB0;
    text-align:left;
    vertical-align:middle;
    padding:10px 10px 10px 10px;
    margin-bottom:10px;
    font-size:200%;
    font-size: 160%;
    text-align: center;
}
#dragandrophandler span {
    display: block;
}
#dragandrophandler span.att {
    font-size: 80%;
}
.progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px;
}
.statusbar
{
    border-top:1px solid #A9CCD1;
    min-height:25px;
    width:700px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#EBEFF0;
}
.filename
{
    display:inline-block;
    vertical-align:top;
    width:250px;
}
.filesize
{
    display:inline-block;
    vertical-align:top;
    color:#30693D;
    width:100px;
    margin-left:10px;
    margin-right:5px;
}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
}
/* ドラッグ＆ドロップファイル関係 END */

table.data-tbl {
   table-layout: auto;
}
.data-tbl td {
    white-space: nowrap;
}