@import url(https://fonts.googleapis.com/css?family=Roboto:500,300);

html, body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 16px;
}
html {
    background: #666;
}
body {
    background: #f7f7f7;
}
h1,h2,h3,h4,p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}

a {
    color: cornflowerblue;
    text-decoration: none;
}
em {
    font-weight: bold;
}
input[type="text"],input[type="number"],input[type="password"],
textarea {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    outline: none;
    border: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 4px;
    box-shadow: 0 0 7px #fff;
    border: 1px solid #ccc;
    font-size: 1.1rem;

}
input[type="text"]:focus,input[type="number"]:focus,input[type="password"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #1abc9c;
    border: 1px solid #1abc9c;
}
input[type="button"] {
    font-family: "FontAwesome",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
input[type="submit"] {
    font-family: "FontAwesome",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
@media screen and (max-width:900px){
.btn{
    font-size: 0.75rem;
    background: #249688;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 5px 12px;
    border-radius: 2px;
}
}
@media screen and (min-width:900px){
.btn{
    font-size: 16px;
    background: #249688;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    border-radius: 2px;
}
}
.btn:hover{
    background: #14564e;
    transition: 0.4s
}
@media screen and (min-width:900px){
.btn-lg{
    font-size: 18px;
    width: 250px;
    height: 50px;
}
#account p{
    text-align: right;
    font-size: 16px;
    color: #fff;
    line-height: 1.3rem;
}
}
@media screen and (max-width:900px){
.btn-lg-new{
    font-size: 1rem;
    height: 50px;
    width:10rem
}
.btn-lg{
    font-size: 1rem;
    height: 50px;
}
#account p{
    text-align: right;
    font-size: 14px;
    color: #fff;
    line-height: 1.3rem;
}
}
.btn-sm{
    font-size: 13px;
    width: 80px;
    height: 35px;
    margin: 0;
    padding: 0;
}
.btn-sml{
    font-size: 13px;
    width: 110px;
    height: 35px;
    margin: 0;
    padding: 0;
}


header {
    width: 100%;
    height: 70px;
    background: #283593;
}
#header-inner {
    display: table;
    width: 90%;
    height: 60px;
    margin: 0 auto 0;
}
#logo {
    display: table-cell;
    vertical-align: middle;
}
#logo img{
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}
#account {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
#account p:last-child{
    font-size: 12px;
}
#account p a{
    color: #fff;
}
#account p a:hover{
    text-decoration: underline;
}
#account i{
    padding-left: 10px;
}
#account i a{
    color: #fff;
}

#cart {
    width: 30px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}
#cart i{
    color: #fff;
}

nav {
    background: #9ea8db;
    width: 100%;
    height: 40px;
    margin: 0;
}
nav ul{
    display: table;
    width: 90%;
    margin: 0 auto 0;
}
nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1rem;
    width: 16.6%;
}
nav li a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 16.6%;
    height: 40px;
    text-decoration: none;
    color: #1a237e;
}
nav li a:hover{
    color: #fff;
    background-color: #7986cc;
    transition: 0.4s;
}
nav li.selected {
    background: #7986cc;
    color: #fff
}

.content {
    width: 90%;
    margin: 0 auto 0;
}

h2 {
    font-size: 1rem;
    margin: 20px 0 20px 0;
    color: #243196;
}
h2 i{
    padding-right: 1px;
}

.cols {
    width: 100%;
    display: table;
}
@media screen and (min-width:900px){
.col1, .col2, .col3, .col4 {
    display: table-cell;
    padding: 0;
    width: 50%;
/*    border-bottom: solid 1px #ccc;*/
}
}
@media screen and (max-width:900px){
.col1, .col2, .col3, .col4 {
    padding: 0;
    width: 100%;
/*    border-bottom: solid 1px #ccc;*/
}
}
.col1 {
    width: 100%;
}
.col3 {
    width: 33.3%;
}
.col4 {
    width: 25%;
}
.selected-row {
    background-color: #c5e7ff;
}


footer {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
    background: #666;
}
footer #foot-menu{
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    background: #ccc;
}

/* 2016.10.06 R.mizoguti mod start #3815 */
@media screen and (min-width:900px){
footer ul{
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
}
}
@media screen and (max-width:900px){
footer ul{
    width: 49%;
    margin: 0 auto 0;
    text-align: center;
        display: inline-block;
}
}
/* 2016.10.06 R.mizoguti mod start #3815 */
@media screen and (min-width:900px){
footer li{
    display: inline-block;
    width: 50xp;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 0;
    text-align: center;
    margin-left : 10px;
    margin-right : 10px;
}
footer li a{
    display: inline-block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 0;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
footer .copyright{
    width: 960px;
    margin: 20px auto 0;
    padding: 20px 0 50px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 200;
    letter-spacing: 0.05rem
}
footer #foot-box {
    display: table;
    width: 960px;
    margin: 30px auto 0;
}
}
@media screen and (max-width:900px){
footer li{
    display: inline-block;
    width: 50xp;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 0;
    text-align: left;
    margin-left : 10px;
    margin-right : 10px;
}
footer li a{
    display: inline-block;
    width: 10.5rem;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 0;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
footer .copyright{
    width: 900px;
    margin: 10px auto 0;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 200;
    letter-spacing: 0.05rem
}
footer #foot-box {
    display: table;
    width: 900px;
    margin: 10px auto 0;
}
}
footer #box-left {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 0 1rem 0 0;
    width: 480px;
    height: 60px;
    color: #fff;
    border-right: solid 1px #aaa;
}
footer #box-right {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 1rem;
    width: 480px;
    color: #fff;
}
input.errorField {
    background: #fde0dc !important;
}

textarea.errorField {
    background: #fde0dc !important;
}

select.normalField {
    background: url(../../images/wbj/select.png) no-repeat right center #fafafa;
}
select.errorField {
    background: url(../../images/wbj/select.png) no-repeat right center #fde0dc;
    background: url(../../images/wbj/select.png) no-repeat right center -webkit-linear-gradient(top, #fff 0%,#fcfcfc 100%);
    background: url(../../images/wbj/select.png) no-repeat right center linear-gradient(to bottom, #fff 0%,#fde0dc 100%);
}

.errorFields input {
    background: #fde0dc !important;
}

.errorFields select {
    background: url(../../images/wbj/select.png) no-repeat right center #fde0dc;
    background: url(../../images/wbj/select.png) no-repeat right center -webkit-linear-gradient(top, #fff 0%,#fcfcfc 100%);
    background: url(../../images/wbj/select.png) no-repeat right center linear-gradient(to bottom, #fff 0%,#fde0dc 100%);

}

.pagination {
    width: 98%;
    margin:  0 auto 0;
    text-align: center;
}
.top {
    margin:  0 auto 15px;
}
.pagination ul{
    margin: 15px auto 15px;
    padding: 0;
    font-size: 0;
    font-family: "roboto";
    font-weight: 100;
}
.pagination li{
    display: inline-block;
    margin: 0 auto 0;
    padding: 0;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background: #03a9f4;
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.pagination li:first-child{
    border-left: solid 1px #ddd;
}
.pagination li a{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: #08c;
}
.pagination li a:hover{
    background: #03a9f4;
    color: #fff;
    text-decoration: none;
}
#search-result-area .title{
    width: 98%;
    display: table;
    margin: 0 auto 10px;
}
#search-result-area .title h3{
    display: table-cell;
    margin: 0;
    padding: 5px 0 0 0;

}
#search-result-area .title p{
    display: table-cell;
    text-align: right;
    font-family: "roboto";
    font-weight: 500;
    font-size: 15px;
}
/* 2017.03.27 D.Tomari add start #4194 */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 120%;
  top: 0px;
  left: 0px;
  background: #fff;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.overMenu:hover .menu-down{
  display:block
}
.menu-down{
  display:none
}
/* 2017.03.27 D.Tomari add end #4194 */