﻿@charset "utf-8";

html {
    *filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

* {
    *zoom: 1;
}


body {
    position: relative;
    font-family: "Lucida Grande","Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;

    *font-size: 76%;

    line-height: 1.5;
    word-spacing: -0.1em;
}

* {
    margin: 0;
    padding: 0;
}
a:link,
a:active,
a:visited { 
    color: #2266bb;
    text-decoration: none;
}
a:hover { 
    color: #2266bb;
    text-decoration: underline;
}

table {
    font-size: 12px;

    *font-size: 100%;

    line-height: 1.5;
}

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

ol, ul {
    list-style-type: none;
}

option {
    padding-right: 5px;

    padding-bottom: 2px;

}
hr {
    display: none;
}

img {
    display: block;
    border: 0;
}

form {
    display: inline;
}
select,
input {
    vertical-align:baseline;
}
select {
    padding:2px;
    border:1px solid #aaa;
    background-color:#fff;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
input[type="text"],
input[type="password"],
input[type="file"],
textarea {
    padding:4px;
    border:1px solid #aaa;
    background-color:#fff;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
select,
input[type="text"],
input[type="password"],
input[type="file"],
textarea {
    font-size:12px;
    outline: none;
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
select {
    height: 26px;
    line-height: 17px;
}
input[type="text"],
input[type="password"],
input[type="file"] {
    height: 26px;
    line-height: 17px;
}
*:first-child+html select { /* IE 7 */
    vertical-align: middle;
}
*:first-child+html input[type="text"],
*:first-child+html input[type="password"],
*:first-child+html input[type="file"] { /* IE 7 */
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    margin-top: -4px;

    *margin-top: 1px;

    margin-right: 4px;
    vertical-align: middle;
}
select.free,
input.free,
textarea.free {
    background-color:#fff;
    border: solid 1px #ccc;
}
input[type="checkbox"].free,
input[type="radio"].free {
    background-color:#fff;
    border: none;
}
select:focus,
select.free:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="text"].free:focus,
input[type="password"].free:focus,
input[type="file"].free:focus,
textarea:focus,
textarea.free:focus {
    border:1px solid #aae45e;
    background-color:#efffd9;
    -moz-box-shadow:#aae45e 0 0 6px;
    -webkit-box-shadow:#aae45e 0 0 6px;
    -khtml-box-shadow:#aae45e 0 0 6px;
    box-shadow:#aae45e 0 0 6px;
}
select.error,
input.error,
textarea.error {
    background-color:#ffcccc;
    border: solid 1px #990000;
}
select.error:focus,
input.error:focus,
textarea.error:focus {
    border:1px solid #990000;
    background-color:#ffcccc;
    -moz-box-shadow:#ccc 0 0 6px;
    -webkit-box-shadow:#ccc 0 0 6px;
    -khtml-box-shadow:#ccc 0 0 6px;
    box-shadow:#bbb 0 0 6px;
}
select.valon,
input.valon,
textarea.valon {
    color: #000;
}
select.valoff,
input.valoff,
textarea.valoff {
    color: #999;
}

a:hover img.imgbnr {
    filter: alpha(opacity=70);
    opacity: 0.7;
}


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


::-moz-selection{
    background: #aae45e;
    color:#FFF;
}
::selection {
    background: #aae45e;
    color:#FFF;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
