@charset "UTF-8";
/* common.css */

/*----------------------------------------------*/
/*
/* a 【編集可】
/*
/*----------------------------------------------*/
a { color: #b89554; text-decoration: none; }
a:link { color: #b89554; text-decoration: none; }
a:visited { color: #b89554; text-decoration: none; }
a:hover { color: #b89554; text-decoration: nonde; }
a:active { color: #b89554; text-decoration: none; }
a:focus { color: #b89554; text-decoration: none; }
a.hoverNone{ cursor: default; }

/*
a[target=_blank]:before{
    content: url("../../assets/img/module/ico_popup.gif");
    margin-right: 5px;
}
*/

a.hover:hover { background-color: #b89554; text-decoration: none; }
a.hover:hover * { background-color: #b89554; text-decoration: none; }


#footerLower a { color: #222222; text-decoration: none; }
#footerLower a:visited { color: #222222; text-decoration: none; }
#footerLower a:hover { color: #222222; text-decoration: underline; }
#footerLower a:active { color: #222222; text-decoration: none; }
#footerLower a:focus { color: #222222; text-decoration: none; }

::selection {
    color: #ffffff;
    background-color: #d2aa60;
}


/*----------------------------------------------*/
/*
/* base【編集不可】
/*
/*----------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, table, tr, th, td,
article, aside, dialog, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}
article, aside, dialog, figure, figcaption, footer, header, menu, nav, section {
    display: block;
}
table, tr, th, td, fieldset, img {
    border: 0;
}
address, caption, th {
    font-style: normal;
    font-weight: normal;
}
em {
    font-style: normal;
    font-weight: bold;
}
a {
    outline: none;
}
ul li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
}
sup {
    line-height: 1;
    vertical-align: text-top;
}
sub {
    line-height: 1;
    vertical-align: text-bottom;
}
img, input[type="image"] {
    vertical-align: bottom;
}
img.vaNone {
    vertical-align: baseline;
}

/*----------------------------------------------*/
/*
/* input【編集可】
/*
/*----------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
    padding: 5px;
    border: 1px solid #CCCCCC;
    width: 100%;
    max-width: 500px;
}
textarea {
    height: 10em;
    max-width: none;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
    background-color: #e3f1f9;
}
input[type="button"],
input[type="submit"],
input[type="button"].disabled:hover,
input[type="submit"].disabled:hover {
    background-color: #f15a24;
    /*background-image: linear-gradient(to bottom, #3174b7 70%, #1160ab 100%);*/
    border: 1px solid #f15a24;
    border-radius: 5px;
    box-shadow: 5px 5px #e03b00;
    /*box-shadow: 0 0 5px #e03b00;*/
    /*box-sizing: border-box;*/
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    margin: 0 auto;
    max-width: 300px;
    overflow: hidden;
    padding: 22px 10px;
    position: relative;
    width: 100%;
}
/*input[type="button"]:hover,
input[type="submit"]:hover {
    border: 1px solid #AACCEE;
    background-color: #F8FDFF;
}*/
/*----------------------------------------------*/
/*
/* html,body【編集不可】
/*
/*----------------------------------------------*/

html {
    font-size: 62.5%;   /* 10px */
    /*background: url("/assets/img/template/bg_body.gif");*/
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {  /* tablet  */
    html {
        /*font-size: 50%;   !* 8px *!*/
    }
}
@media screen and (max-width: 750px) {  /* SP */
    html {
        /*font-size: 50%;   !* 8px *!*/
    }
}
body {
    font-family: "游ゴシック",YuGothic,Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-size-adjust:none;
    color: #333333;
    text-align: center;
}

/*----------------------------------------------*/
/*
/* contents【編集不可】
/*
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6, li, dt, dd, td, th, a, span, strong, address, caption, cite, code, figure, figcaption, small {
    line-height: 1.6;
}
p, p a, p span, p strong, p caption, p cite, p code, p figure, figcaption {
    line-height: 1.6;
}

/*----------------------------------------------*/
/*
/* clearfix【編集不可】
/*
/*----------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
