@charset "UTF-8";

body,
div,
p,
dl,
dt,
dd,
section
{
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #595757;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

table,
td {
    border-collapse: collapse
}

a,
span,
td {
    mso-line-height-rule: exactly
}

a {
    text-decoration: none;
}

input,
textarea {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

input[type=text]:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 5px
}

input {
    width: 38%;
    border-radius: 3px;
    border: 1px solid #c8d6e0;
    margin-top: 4px;
    padding: 3px 5px
}

label {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-right: 20px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

li {
    font-size: 14px
}

img {
    border: 0;
}

nav {
    background: #2893b9;
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

nav a {
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    font-style: italic;
}

nav a:hover {
    background-color: #146d8c;
    transition: background-color 0.4s ease;
}

main,
header,
footer,
.banner {
    width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}

main {
    margin-top:25px;
    padding: 0 25px;
    box-sizing: border-box;
}


.blueheader {
    color: #2893b9;
    font-size: 30px;
    text-align: center;
    background: url(images/ttl.jpg) no-repeat center center;
}
.blueheader span{
	background: white;
	padding: 0 20px;
}

.banner {
    line-height: 0;
}

section {
    margin-bottom: 70px;
}


/*-- table start --*/

table {
    margin-bottom: 35px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #595757;
}
td{
	font-size: 14px;
}
tbody{
	border-top:1px solid #d4d4d5;
}
tbody th{
	background:#ebecec;
	width: 200px;
}
tbody td{
	vertical-align: top;
}
tbody th, tbody td{
	border-bottom: 1px solid #d4d4d5;
	padding:10px;
}

figure{
	margin: 10px;
}
figure figcaption{
	color: #3e3a39;
	font-weight: bold;
}
figure img{
	width: 100%;
    max-width: 170px;
}
tfoot h5{
	color: #da0012;
	font-size: 27px;
	font-weight: bold;
	margin: 15px auto;
}
span.from{
	font-size: 20px;
	color: #3e3a39;
	font-weight: bold;
}
tfoot a{
	font-size: 16px;
	color: #5f9dc1;
}
tfoot a.more{
	background: #5f9dc1;
	color: white;
	border-radius: 5px;
	padding: 2px 5px;
	display: block;
	width: 70%;
	margin: 5px auto;
}
tfoot a.more:hover{
	background: #146d8c;
}
/*-- table end --*/

/*-- header start --*/
header {
    /*border-top: 4px solid #4862af;*/
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

header a {
    flex: 1;
    color: #0066cc;
    text-decoration: none;
    font-size: 13px
}

header a:first-child {
    flex: 3;
}

header a:nth-child(2) {
    padding-left: 40px;
    background: url(images/icon-chat.png) no-repeat;
    background-size: auto 20px;
}
header a:last-child {
    padding-left: 25px;
    background: url(images/icon-call.png) no-repeat;
    background-size: auto 20px;
}

/*-- header end --*/

/*-- footer start --*/
footer {
    padding: 30px 0;
}

footer .info {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    padding: 30px 0 30px;
}

footer .address {
    display: flex;
    justify-content: space-between;
    background: #cccccc;
    padding: 20px 30px;
    font-size: 13px;
    margin-bottom: 10px;
}

footer>p {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #808080;
}

footer>p:last-child {
    font-size: 11px;
    color: #333333;
}


footer dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer dd {
    margin-left: 0;
    font-size: 12px;
    color: #808080;
    line-height: 22px;
}

footer dl:last-child dd {
    float: left;
    margin-right: 5px;
}

footer dl:last-child img {
    width: 24px;
}

/*-- footer end --*/


/*-- peripherals start --*/
#peripherals .list {
    display: flex;
    justify-content: space-between;
}

#peripherals .list div {
    flex: 0 1 24%;
    background: #f4f4f4;
    padding: 10px 10px 30px;
}

#peripherals .list div a {
    display: block;
    text-align: center;
}

#peripherals .list div a:last-child {
    background: #2894ba;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
}

#peripherals .list h4 {
    text-align: center;
    font-size: 18px;
}

#peripherals .list ul {
    list-style: disc;
    list-style-type: ;
    margin-left: 20px;
    padding: 0 5px;
    min-height: 60px;
}

/*-- peripherals end --*/

/*-- Case start --*/
#case .list {
    display: flex;
    justify-content: space-between;
}

#case .list div {
    flex: 0 1 276px;
    background: #f4f4f4;
    padding: 20px 10px;
}

#case .list div a:last-child {
    background: #939494;
    color: white;
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 5px;
}

#case .list div a:last-child:hover {
    background: #6b6b6b;
    transition: background-color 0.4s ease;
}

#case .list p {
    min-height: 80px;
}

/*-- Case end --*/




.error {
    color: red;
    padding-left: 20px;
}


ul.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: 0
}


.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    background-color: #4398ef;
    font-size: 12px;
    padding: 1em;
    display: none
}

.go-top:hover {
    background-color: #275f96;
    Color: #fff;
    text-decoration: none
}

div.sharing {
    clear: both;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 40px
}

ul.share-buttons {
    text-align: left;
    list-style: none;
    padding: 0
}

ul.share-buttons li {
    display: inline;
    padding-right: 3px
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px
}

div.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0
}

.cta {
    color: #fff;
    text-decoration: none;
    padding: 5px 35px;
    background-color: #ff7e00;
    font-size: 18px;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 70%;
    margin: auto auto;
	padding-left: 60px;
	position: right;
}

.cta:hover {
    background-color: #db6c00;
    color: #fff;
    transition: background-color 0.4s ease;
}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}

@media only screen and (min-width:481px) and (max-width:599px) {

    table[class=main_table],
    table[class=wrapper] {
        width: 100% !important
    }

    td[class=pad_side] {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    br[class=hide],
    td[class=hide] {
        display: none !important
    }

    img[class=full_img],
    td[class=video] img {
        width: 100% !important;
        height: auto !important
    }

    td[class=black2],
    td[class=black],
    td[class=grey],
    td[class=red],
    td[class=text],
    td[class=white1],
    td[class=white2],
    td[class=white] {
        text-align: center !important
    }

    td[class=white3] {
        text-align: left !important
    }

    td[class=pad_bottom] {
        padding-bottom: 20px !important
    }

    td[class=pad_top] {
        padding-top: 20px !important
    }

    td[class=fix_height] {
        height: 20px !important
    }
}

@media only screen and (max-width:480px) {

    table[class=main_table],
    table[class=wrapper] {
        width: 100% !important
    }

    td[class=pad_side] {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    br[class=hide],
    td[class=hide] {
        display: none !important
    }

    img[class=full_img],
    td[class=video] img {
        width: 100% !important;
        height: auto !important
    }

    td[class=black2],
    td[class=black],
    td[class=grey],
    td[class=red],
    td[class=text],
    td[class=white1],
    td[class=white2],
    td[class=white] {
        text-align: center !important
    }

    td[class=pad_bottom] {
        padding-bottom: 20px !important
    }

    td[class=pad_top] {
        padding-top: 20px !important
    }

    td[class=fix_height] {
        height: 20px !important
    }

    .blue a.eStore_btn. .ghost a.eStore_btn {
        margin: 0 !important;
        padding: 5px 20px
    }

    .buttons {
        width: 35%
    }

    .select1 {
        width: 100%
    }

    .shop_by {
        width: 94%
    }

    .white-button {
        padding: 5px 8px
    }

    .h1 {
        font-size: 30px
    }

    .card {
        width: 70%;
        margin-left: 15%
    }
}