@charset "Shift-JIS";


/* タグの初期化、共通設定
------------------------------------------------- */

/*編集不要*/

body {
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 100%;
    line-height: 100%;
}

* {}

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    line-height: 1.6;
    background-color: #fff;
    color: #333333;
    font-family: "メイリオ", 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
}

p,
pre,
address,
cite {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

cite {
    display: block;
    color: #333;
    text-align: right;
}

em {
    font-style: normal;
    font-weight: bold;
}

strong {}

code {
    font-family: "Osaka−等幅", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #aaa;
    cursor: help;
}

kbd {
    border: 1px solid #ccc;
    padding: 0 0.3em;
    background-color: #f5f5f5;
    font-family: "Osaka−等幅", monospace;
}

ul,
ol,
dl {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

li {
    list-style: none outside;
}

li,
dt,
dd {
    margin: 0;
}

dt {
    margin: 0;
}

dd {
    margin: 0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd,
dd th,
dd td,
td p,
td li,
td dt,
td dd {
    font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p,
td p,
td li,
td dt,
td dd {
    margin: 0;
}

form {
    margin: 0;
    padding: 1px 0;
}

form dl,
form p {
    margin: 0;
}

fieldset {
    padding: 0 20px;
    border: 1px solid #ddd;
}

legend {
    margin: 0;
    padding: 0 10px;
}

input,
textarea {
    font-size: 100%;
}

input {
    line-height: 1.2;
}

input:hover,
textarea:hover {}

input:focus,
textarea:focus {}

textarea {}


/* テーブル基本設定 */

table {
    margin: 0;
    border: 1px solid #CCC;
    border-collapse: collapse;
}

table th {
    background: #EAEAEA;
    text-align: left;
    padding: 10px;
    border: 1px solid #CCC;
    vertical-align: middle;
    font-weight: normal;
}

table td {
    padding: 10px;
    border: 1px solid #CCC;
}


img {
    vertical-align: bottom;
}

a img {
    border: 0;
}

a:hover img {
    border: 0;
}

a:hover img.ovr {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

object,
embed {
    margin: 0;
}



/* 共通クラス
------------------------------------------------- */
.leftArea {
    float: left;
}

.rightArea {
    float: right;
}

.alignCenter {
    text-align: center;
}

.clearer {
    clear: both;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.red {
    color: #ff0000;
}

.gray {
    color: #888;
}

/* 行間隔 */
.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb220 {
    margin-bottom: 30px !important;
    margin: 30px;
}

.mb20 {
    margin-bottom: 30px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb13 {
    margin-bottom: 13px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb18 {
    margin-bottom: 18px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr7 {
    margin-right: 7px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}




/* テキストを回り込ませない */

.textArea {
    overflow: auto;
    zoom: 1;
}


/* clearfixハック */

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

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
