@charset "UTF-8";

/* reset browser settings
------------------------------------------------------------------- */

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
tr,
th,
td,
dl,
dt,
dd,
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
}

ul,
ol,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

form,
label {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

tr {
    vertical-align: top;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

body {
    color: #313131;
    font-size: 87.4%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #ffffff;
    font-family: 'メイリオ', Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
}

a:link {
    color: #313131;
    text-decoration: none;
    outline: none;
}

a:active {
    color: #313131;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #313131;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #313131;
    text-decoration: none;
    outline: none;
}

.cfx:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* WinIE7 only */
*:first-child+html .cfx {
    height: 1%;
}

/* WinIE6 and below */
/*\*/
* html .cfx {
    height: 1%;
}

/**/

/* MacIE only */
/*\*/
/*/
.cfx{
	display:inline-table;
}
/**/

.clear {
    clear: both;
}

/* Style for static page */
.container-box {
    padding: 2px;
    border-radius: 10px 10px 10px 10px;
}

.container-box table {
    border-radius: 8px 8px 8px 8px;
}

.container-box table th {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.container-box table td {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: medium none;
}

/* End style for static page */
.mod-ico-pdf.btn-disabled, .wait.btn-disabled, .mode-click.btn-disabled {
    color: #808080 !important;
}

.btn-link {
    cursor: no-drop !important;
}
