@charset "UTF-8";
body {
    background: #fff;
    color: #333;
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
}

a {
    color: #333;
}

a:hover, active {
color: #009688;
}

h1 {
    font-family: 'Glass Antiqua';
    font-size: 30px;
    margin: 20px 0 0;
    font-weight: 200;
    text-transform: uppercase;
}

h2 {
    font-family: 'Glass Antiqua';
    font-size: 13px;
    margin: 10px 0;
    font-weight: 200;
    text-transform: uppercase;
    background: #f3f3f2;
    padding: 2px 10px;
    display: inline-block;
}

b {
    text-decoration: underline;
}

hr {
    border-top: #f3f3f2;
    border-left: none;
}

.wrp {
    max-width: 500px;
    margin: 50px auto 10px;
}

.logtop {
    max-width: 600px;
    margin: 50px auto 10px;
}

.top {
    max-width: 300px;
    margin: 50px auto 20px;
    text-align: center;
}

.top img {
    width: 100px;
    opacity: 0.9;
}

.menu a {
    color: #333;
    border-bottom: 2px solid #d8bfd8;
    display: inline-block;
    width: 120px;
    text-transform: uppercase;
}

.menu a:hover, active {
    border-bottom: 2px solid #8491c3;
}

.main {
    margin: 10px 25px;
    text-align: left;
}

.rec {
    margin: 30px 20px 20px;
    text-align: center;
}

.rec a {
    padding: 10px;
    background: #f3f3f2;
    display: inline-block;
    width: 150px;
    border: none;
}

.rec a:hover, active {
    opacity: 0.6;
    border: none;
}

.log {
    margin: 15px 0;
}

input[type], textarea {
    height: 50px;
    width: 50%;
    font-size: 12px;
    font-family: 'Fauna One', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #333;
    background: #f3f3f2;
    border: solid 1px #fff;
        -webkit-appearance: none;
    border-radius: 3px;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=text] {
    height: auto;
    width: 200px;
}

input[type=submit] {
    height: auto;
    width: 100px;
    cursor: pointer;
    text-shadow: none;
    background: #f8e58c;
    font-weight: 200;
}
center a {text-decoration: none;}