@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lusitana:400,700);
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
    font-weight: normal;
}

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.7;
    color: #222222;
    background: url(../images/bg.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1.0em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
    font-weight: normal;
}

img {
    vertical-align: bottom;
    border: 0;
}

li {
    list-style-type: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #2d8fa5;
    /*#5eabbc*/
}

a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}


/******************************************************clearfix*/

.clearfix:after {
    content: " ";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/******************************************************button*/

.btn {
    background-color: #5eabbc;
    /*border-radius: 4px;*/
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 20px;
    text-align: center;
    vertical-align: middle;
}

.btn:hover {
    color: #FFF;
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.btn-lg {
    font-size: 1.2em;
    padding: 3px 40px;
}

.btn-sm {
    font-size: 0.85em;
    padding: 1px 20px;
}

.btn-green {
    background: #9CCA48;
    width: 100px;
}

.btn-ltgreen {
    background: #C0DD98;
    width: 100px;
    color: #666;
}

.btn-ltgreen:hover {
    color: #666;
}


/******************************************************各パーツ*/

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 0;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

hr {
    border: none;
    border-top: 1px solid #999;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}