@charset "utf-8";
/*
Theme Name:crossorange
Theme URI:
Author:
*/

* {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*font-family: "Times New Roman" , "游明朝" , YuMincho , "ヒラギノ明朝 ProN W3" , "Hiragino Mincho ProN" , “HG明朝E” , "メイリオ", Meiryo, serif;*/
	font-weight: 500;
	color: #111;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%; /* 横向きの文字サイズ調整 */
	-ms-text-size-adjust: 100%; /* 横向きの文字サイズ調整 */
}

body {
	position: relative;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.8; /* 行間を調整する */
	letter-spacing: 0.1rem; /* 文字間を広げる */
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}


@media print {
    header div#headArea select  {
        display: none;
    }
    header h1 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    .container {
        width: 1000px;
        margin: 0 auto;
        padding: 0px 0 40px;
    }
    footer {
        width: 1000px;
        margin: 0 auto;
        padding: 3px 0;
        background: #000;
    }
    footer p {
        color: #fff;
        font-size: 11px;
        text-align: center;
    }

}

/*========================================================
共通
========================================================*/
/*
──────────────────── */


/*========================================================
wrapper
========================================================*/
.container {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

/*========================================================
header
========================================================*/

header div#headArea {
    height: 40px;
}
header div#headArea p {
    font-size: 28px;
    float: left;
    line-height: 1;
}
header div#headArea select {
    float: right;
}
header h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

/*========================================================
nav
========================================================*/
nav {
    width: 100%;
    height: 50px;
    background: #000000;
}

nav ul {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

nav ul li {
    width: 200px;
    height: 50px;
    float: left;
}

/*========================================================
table
========================================================*/
table#table01 {
    width: 1000px;
    margin-bottom: 5px;
}
table.table02 {
    width: 1000px;
    margin-bottom: 45px;
}
table th {
    text-align: center;
}

table td.w01, table td.w02, table td.w03, table td.w04 {
    height: 50px;
    padding: 0 5px;
    border: 1px solid #333;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.4;
}
.w01 {
    max-width: 100px;
    min-width: 100px;
    text-align: center;
}
.w02 {
    max-width: 60px;
    min-width: 60px;
    text-align: center;
}
.w03 {
    max-width: 300px;
    min-width: 300px;
}
.w04 {
    max-width: 50px;
    min-width: 50px;
    text-align: center;
}

.biko {
    position: absolute;
    font-size: 14px;
    border: none;
}



/*========================================================
footer
========================================================*/
footer {
    width: 1000px;
    margin: 0 auto;
    padding: 3px 0;
    background: #000;
}
footer p {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
