﻿/*--------------------------------------------------------------------*/
/* global                                                        */
/*--------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	color: #333;
	background-color: #f3f3f3;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture, source {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
	color: #333575;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#c00;
}
header .inner:before,
header .inner:after,
section:before,
section:after,
.covervisual:before,
.covervisual:after,
.cfx:before,
.cfx:after {
    content: " ";
    display: table;
}
header .inner:after,
section:after,
.covervisual:after,
.cfx:after {
    clear: both;
}
header .inner,
section,
.covervisual,
.cfx {
    *zoom: 1;
}
ul {
	list-style-type: none;
}
header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	background-color: #333575;
}

header #top {
	width: 100%;
	height: 3px;
	background: url(../img/ui.png) center top repeat-x;
}

header .inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 57px;
}

header h1 {
	text-indent: -9999px;
}
header h1 a {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 12px;
	left: 0;
/*	width: 310px; */
	width: 500px;
	height: 34px;
	background: url(../img/logo.png) -2px 0 no-repeat;
}
header #logo {
	text-indent: -9999px;
}
header #logo a {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 8px;
	right: 11px;
	width: 285px;
	height: 44px;
	background: url(../img/logo.png) 0 -43px no-repeat;
}

#foot_banner {
	margin: 30px auto 0;
	padding: 20px 0;
	width: 958px;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	letter-spacing:-0.4em;
}
#foot_banner a {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
	letter-spacing: normal;
}
#foot_banner a:last-child {
	margin: 0;
}
footer {
	margin: 0;
	_margin-bottom: -15px;
	padding: 20px 0 0;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #333575;
}

footer div#nav {
	margin-bottom: 10px;
}

footer div#nav a {
	color: #fff;
	text-decoration: none;
}

footer div#nav a:hover {
	color: #0080FF;
	text-decoration: underline;
}

footer #bottom {
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background: url(../img/ui.png) center top repeat-x;
}

#wrap {
    margin: 0 auto;
	padding: 0 0 30px;
    position: relative;
    width: 100%;
}
.container {
	margin: 0 auto;
	width: 960px;
                                padding: 30px 0 0;
/*	display: -moz-box;
	display: -webkit-box; */
}
section {
	background-color: #fff;
}
section h2,
section h3 {
	padding: 0 7px 5px;
	background: url(../img/bg-h2border.gif) no-repeat 50% bottom;
	color: #333575;
	font-size: 20px;
	font-weight: bold;
}
section.covervisual {
	position: relative;
	background: url(../img/bg-covervisual.png) no-repeat 50% 0;
	border-bottom: 1px solid #81E2ED;
	height: 280px;
}
section.covervisual .inner {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
section.covervisual h2 {
	margin: 0;
	padding: 0;
	background: none;
}
section.covervisual h2 img {
	vertical-align: bottom;
}
section.covervisual .attention {
	margin: 0;
	padding: 2px 7px;
	position: absolute;
	left: 42px;
	top: 15px;
	background-color: #42B06F;
	color: #fff;
	font-size: 13px;
}
section.covervisual nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 280px;
	background-color: rgba(255,255,255,0.7);
}
section.covervisual nav p {
	margin: 10px;
	padding: 5px;
	background-color: #333575;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
section.covervisual nav ul {
	margin: 0;
	padding: 0;
}
section.covervisual nav li {
	margin: 0 10px;
	padding-right: 30px;
	background: transparent url(../img/icon-navarrow.png) no-repeat 97% 50%;
}
section.covervisual nav li a {
	padding: 7px 3px 7px 7px;
	display: block;
}
section.covervisual nav li span {
	display: block;
	line-height: 1.2;
}
section.covervisual nav li span.name {
	font-size: 20px;
}
section.covervisual nav li .name.larger {
	font-size: 24px;
}
section.covervisual nav li span.detail {
	font-size: 16px;
}
section.covervisual #forshop {
	margin-top: 10px;
	background-color: rgba(66,176,111,0.7);
	color: #fff;
}
section.covervisual #forconsumer {
	background-color: rgba(51,53,117,0.7);
	color: #fff;
}
section.covervisual #forshop a,
section.covervisual #forconsumer a {
	padding: 13px 10px;
	color: #fff;
}
section.covervisual #forshop span {
	font-size: 20px;
}
section.covervisual #forconsumer span {
	

}
section.covervisual aside#forshop i,
section.covervisual aside#forconsumer i {
	margin-left: 7px;
}
section.covervisual aside#forshop a,
section.covervisual aside#forconsumer a {
	padding: 2px 7px 2px 7px;
	display: block;
	color: #fff;
}
section.box {
	border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
section.box h3 {
	margin: 0 0 12px;
}
#recommend {
	margin: 20px auto;
	padding: 20px 20px 0;
	position: relative;
	width: 960px;
}
#recommend .icon {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../img/icon-new.png) no-repeat left top;
	text-indent: -9999px;
	z-index:2;
}
.title{
                                color: #5278a0;
                                font-size: 18px!important;
                            
}

.nav01 a{
                                color: #0098ce!important;
                                font-size: 120%px!important;
                            
}

.bx-wrapper {
	margin: 15px;
	max-width: 898px !important;
}
.bxslider li {
	margin: 0 6px 0 5px;
	float: left;
}
.bxslider li .cover {
	margin: 0 0 5px;
	padding: 15px;
	width: 180px;
	height: 180px;
	display: block;
	border: 1px solid #ccc;
	background-color: #f0f9fb;
	text-align: center;
}
.bxslider li .cover:hover {
	padding: 11px;
	border: 5px solid #FF9933;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFD24D;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/bg-slidercontrol.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/bg-slidercontrol.png) no-repeat -20px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 42%;
	outline: 0;
	width: 18px;
	height: 38px;
	text-indent: -9999px;
	z-index: 9999;
}
#service {
	margin: 0 20px 0 0;
	padding: 20px;
	border: 1px solid #ccc;
	width: 918px;
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
#service h3 {
	margin: 0 0 10px;
}
#service h4,
#service p {
	margin: 0 7px 12px;
	font-size: 15px;
	font-weight: normal;
}
#service .image {
	margin: 0 0 12px;
}
#service ul {
	margin: 0 7px 13px;
}
#service li {
	margin: 0 0 2px;
	font-size: 13px;
}
#service article {
	margin: 0 0 10px;
}
#service .floating.left {
	float: left;
	width: 512px;
}
#service .floating.right {
	float: right;
	width: 370px;
}
#service .coverlist {
}
#service .coverlist li {
	margin: 0 5px 0 0;
	display: inline;
}
#service .catch {
	margin: 0;
	color:  #333575;
	font-size: 28px;
	text-align: center;
}
#service .catch a {
	text-decoration: underline;
}
/*
#usersvox {
	padding: 20px 15px 0;
	width: 386px;
}
#usersvox ul {
	margin: 0 7px;
}
#usersvox li {
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
#usersvox li:last-child {
	border: 0;
}
#usersvox li a {
	display: block;
}
#usersvox p {
	display: block;
}
#usersvox .title {
	margin: 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#usersvox article {
 	display: -moz-box;
	display: -webkit-box;
	width: 100%;
}
#usersvox article p {
	margin: 0 0 5px;
	font-size: 13px;
}
#usersvox .cover,
#usersvox .text {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#usersvox .cover {
	margin: 0 10px 10px 0;
}
#usersvox .cover img {
	width: 70px;
}
#usersvox .text {
	width: 260px;
}
*/
/* FAQ */
#faq {
	margin: 20px auto ;
	padding: 20px 20px 0;
	width: 960px;
}
#faq h2 {
	margin: 0 0 10px;
}
#faq p {
	margin: 0 7px 1em;
	font-size: 108%;
}
#faq h3 {
	margin: 20px 0 10px;
	padding: 5px 7px;
	background: none;
	background-color: #333575;
	color: #fff;
	clear: both;
	font-size: 124%;
	font-weight: normal;
}
#faq .faqbox {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
#faq .faqbox dt {
	margin: 10px 0;
	padding: 2px 10px 2px 35px;
	background: transparent url(../img/icon-question.png) no-repeat 10px 4px;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	color: #333575;
	font-size: 108%;
	font-weight: bold;
}
#faq .faqbox {
	line-height: 1.4;
}
#faq .faqbox dd {
	margin: 10px 0;
	padding: 0 0 0 22px;
	font-size: 108%;
}
#faq .faqbox dd div {
	padding: 12px 0 0 30px;
	border-top: 1px dotted #ddd;
	background: transparent url(../img/icon-answer.png) no-repeat 7px 12px;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
}
#faq p.totop {
	margin: 0 0 30px;
	padding: 0 0 2px 18px;
	float: right;
	background: transparent url(../img/icon-totop.png) no-repeat 0 2px;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	font-size: 93%;
}
/* GUIDE */
#guide {
	margin: 20px auto;
	padding: 20px 20px 10px;
	position: relative;
	width: 960px;
}
#guide h3 {
	margin: 20px 0 10px;
	padding: 5px 7px;
	background: none;
	background-color: #333575;
	color: #fff;
	clear: both;
	font-size: 124%;
	font-weight: normal;
}
#guide p {
	font-size: 116%;
}
#guide .paragraph {
	margin: 10px 10px 20px;
}
#guide ul {
	margin: 10px 0;
	padding: 0 0 0 1.5em;
}
#guide li {
	margin: 0 0 3px;
	list-style-type: disc;
	font-size: 116%;
}
#guide #banners {
	margin: 15px 0;
	padding: 0;
	display: -webkit-box;
    display: -moz-box;
}
#guide #banners li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style-type: none;
	width: 230px;
}
#guide #banners li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
#guide #banners li p {
	font-size: 108%;
}
#guide #banners li strong {
	padding: 2px;
	display: block;
	color: #fff;
	background-color: #efefef;
	font-weight: normal;
	text-align: center;
}
#guide #banners li figure {
	margin: 10px 0;
	text-align: center;
	line-height: 1;
}
#guide #banners li img {
	vertical-align: bottom;
}
#guide #banners li.whl strong {
	background: #6CB590;
}
#guide #banners li.kos strong {
	background: #6D709E;
}
#guide #banners .about {
	margin: 0 auto;
	width: 180px;
}
#guide #banners .alright {
	text-align: right;
}
#guide .caution {
	color: #ff0000;
}