html {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

div,section,header,footer{
    box-sizing: border-box;
    overflow: hidden;
}

*{
    line-height: 1.4em;
}

.pc_no{
    display: none !important;
}

body{
    margin: 0;
    padding: 0;
}

div.sep{
    height: 8px;
}

.inline-block{
    display: inline-block;
}

div.button{
    padding: 8px 0;
    text-align: left;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    color: #00A4E4;
}

.very_short{
    width: 40px;
}

.red{
    color: #f00;
}

.blue{
    color: #00F;
}

.green{
    color: #0f0;
}

.white{
    color: #fff;
}

.skyblue{
    color: #00A4E4;
}

.normal{
    font-size: 16px;
}

.small{
    font-size: 14px;
}

.large{
    font-size: 24px;
}

.bold{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.sep4{
    height: 4px;
}

.sep8{
    height: 8px;
}

.sep16{
    height: 16px;
}

.sep24{
    height: 24px;
}

.sep32{
    height: 32px;
}

div{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

form{
    border-spacing: 0;
}

.table{
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    overflow: visible;
}

.t_head{
    display: table-header-group;
    border-collapse: collapse;
}

.t_caption{
    display: table-caption;
    border-collapse: collapse;
}

.tr{
    display: table-row;
    border-collapse: collapse;
}

.td{
    display: table-cell;
    text-align: left;
    border-collapse: collapse;
}

.title_caption{
    border: #153843 3px double;
}

.bg_white{
    background-color: #fff;
}

.bg_black{
    background-color: #000;
}

.bg_red{
    background-color: #f00;
}

.bg_blue{
    background-color: #00f;
}

.bg_gold{
    background-color: gold;
}

.bg_orange{
    background-color: orange; 
}

.bg_lightPink{
    background-color: #fcc;
}

.bg_lightBlue{
    background-color: #ccf;
}

.bg_green{
    background-color: #0f0;
}

.bg_lightGreen{
    background-color: #cfc;
}

.bg_gray{
    background-color: #888;
}

.bg_lightGray{
    background-color: #ddd;
}

.align_left{
    text-align: left;
}

.align_center{
    text-align: center;
}

.align_right{
    text-align: right;
}

.valign_top{
    vertical-align: top;
}

.valign_middle{
    vertical-align: middle;
}

.valign_bottom{
    vertical-align: bottom;
}

.center{
    margin: 0 auto;
}

.id{
    width: 40px;
    max-width: 40px;
}

.cell_100per{
    width: 100%;
}

.cell_50per{
    width: 50%;
    max-width: 50%;
}

.cell_id{
    width: 40px;
    max-width: 40px;
}

.cell_60{
    width: 60px;
    max-width: 60px;
}

.cell_80{
    width: 80px;
    max-width: 80px;
}

.cell_100{
    width: 100px;
    max-width: 100px;
}

.cell_140{
    width: 140px;
    max-width: 140px;
}

.cell_160{
    width: 160px;
    max-width: 160px;
}

.cell_200{
    width: 200px;
    max-width: 200px;
}

.cell_300{
    width: 300px;
    max-width: 300px;
}

.cell_400{
    width: 400px;
    max-width: 400px;
}

.cell_480{
    width: 480px;
    max-width: 480px;
}

.cell_500{
    width: 500px;
    max-width: 500px;
}

.cell_560{
    width: 560px;
    max-width: 560px;
}

.cell_600{
    width: 600px;
    max-width: 600px;
}

.cell_640{
    width: 640px;
    max-width: 640px;
}

.cell_720{
    width: 720px;
    max-width: 720px;
}

.cell_820{
    width: 820px;
    max-width: 820px;
}

.cell_800{
    width: 800px;
    max-width: 800px;
}

.cell_960{
    width: 960px;
    max-width: 960px;
}

.cell_1024{
    width: 1024px;
    max-width: 1024px;
}

.pad8{
    padding: 8px;
}

.pad_t8{
    padding-top: 8px;
}

.pad_b8{
    padding-bottom: 8px;
}

.pad_l8{
    padding-left: 8px;
}

.pad_r8{
    padding-right: 8px;
}

.pad4{
    padding: 4px;
}

.pad_t4{
    padding-top: 4px;
}

.pad_b4{
    padding-bottom: 4px;
}

.pad_l4{
    padding-left: 4px;
}

.pad_r4{
    padding-right: 4px;
}

.pad16{
    padding: 16px;
}

.pad_t16{
    padding-top: 16px;
}

.pad_b16{
    padding-bottom: 16px;
}

.pad_l16{
    padding-left: 16px;
}

.pad_r16{
    padding-right: 16px;
}

.pad32{
    padding: 32px;
}

.pad_t32{
    padding-top: 32px;
}

.pad_l32{
    padding-left: 32px;
}

.pad_r32{
    padding-right: 32px;
}

.pad_b32{
    padding-bottom: 32px;
}

.mgn_t4{
    margin-top: 4px;
}

.mgn_t8{
    margin-top: 8px;
}

.mgn_t16{
    margin-top: 16px;
}

.mgn_t32{
    margin-top: 32px;
}

.mgn_l8{
    margin-left: 8px;
}

.mgn_l10{
    margin-left: 10px;
}

.mgn_l16{
    margin-left: 16px;
}

.mgn_32{
    margin-left: 32px;
}

.b{
    border: solid 1px;
}

.b_t{
    border-top: 1px solid;
}

.b_b{
    border-bottom: #000 1px solid;
}

.b_l{
    border-left: #000 solid 1px;
}

.b_r{
    border-right: #000 solid 1px;
}

.double{
    border-width: 3px;
    border-style: double;
}

.dashed{
    border-style: dashed;
}

.dotted{
    border-style: dotted;
}

.bc_red{
    border-color: #ff0000;
}

.bc_blue{
    border-color: #0000ff;
}

.bc_green{
    border-color: #00ff00;
}

.bc_gray{
    border-color: #ccc;
}