@charset "utf-8";

/*################################################*/
/* 基本 */
/*################################################*/
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pc-contents{
	display: none;
}

@media (min-width: 768px){
	.sp-contents{
		display: none;
	}
	.pc-contents{
		display: block;
	}
}

/*----------------------------------- 文字 */
.h1, h1 ,
.h2, h2  {
	margin-top: 20px;
	margin-bottom: 20px;
}
.h1, h1 {
	font-size: 20px;
	color: #386992;
}
.h2, h2 ,
.h3, h3 {
	font-size: 18px;
}
.h3, h3 {
	border-bottom: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #386992;
}


p{
	margin: 1em 0;
}
.red{
	color: #ff0000;
}

/*----------------------------------- リンク */
a, a:link, a:visited, a:visited:link {
  color: #004696;
  text-decoration: none;
}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus,
a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: underline;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/*----------------------------------- 共通 */
.block-wrap{
	border: 1px solid #89B1DB;
}
.block-bg{
	background-color: #F1F7FB;
}
/*----------------------------------- ボタン */
.btn-default{
	text-shadow: none;
	background: #539FD5;
	border-color: #386992;
	color: #FFF;
	width: 100%;
	border-radius: 0px;
}
a.btn-default,
.btn-default a {
	color: #FFF;
}
.btn-default:focus, .btn-default:hover{
	background: #89B1DB;
	border-color: #386992;
}

.btn-submit{
	background-color: #FFE014;
	border: 1px solid #FFAB00;
	border-radius: 0px;
	color: #000;
	width: 100%;
}

.btn-login{
	background-color: #F00;
	border: 1px solid #8C0000;
	border-radius: 0px;
	color: #fff;
	width: 100%;
}

.btn-login:focus, .btn-login:hover{
	color: #fff;
}
.btn:focus, .btn:hover{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.btn-buy{
	border: 1px solid #000333;
	width: 100%;
}

/*################################################*/
/* ヘッダー */
/*################################################*/

.site-header{
	background-color: #D9E9F5; /* Old browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D9E9F5));
	background-image: -webkit-linear-gradient(top, #ffffff 10%, #D9E9F5 100%);
	background-image:      -o-linear-gradient(top, #ffffff 10%, #D9E9F5 100%);
	background-image:         linear-gradient(to bottom, #ffffff 10%,#D9E9F5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D9E9F5',GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #89B1DB;
	margin-bottom: 50px;
	padding-bottom: 5px;
	box-shadow: 0px 2px 2px #ccc;
}

.site-top-caption{
	color: #386992;
	padding: 5px 0 30px;
	font-size: 0.8em;
	text-align: center;
}

@media (min-width: 768px){
	.site-top-caption{
		background-color: #D9E9F5;
		padding: 5px 0;
		font-size: 1em;
		text-align: left;
	}
}

.site-title-wrap a,
.site-title-wrap h1 a{
	color: #539FD5;
	font-size: 40px;
	font-weight: 700;
	text-shadow: -2px 1px 0px #000000;
	display: block;
	margin: 20px 0;
	text-align: center;
}
.site-title-wrap a:hover,
.site-title-wrap h1 a:hover{
	text-decoration: none;
}
	.site-title-wrap a img,
	.site-title-wrap h1 a img{
		display: block;
		margin: auto;
	}
@media (min-width: 768px){
	.site-title-wrap a,
	.site-title-wrap h1 a{
		text-align: left;
	}
	.site-title-wrap a img,
	.site-title-wrap h1 a img{
		display: inline;
	}
}

.site-head-sub-wrap{
	background-image: url(../images/tel-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.head-tel-wrap{
	color: #038699;
	padding: 15px;
	margin-top: 20px;
	font-size: 22px;
	text-align: center;
	line-height: 1.15;
}

/*----------------------------------- グローバルナビ */

.nav-justified {
}
.nav-justified > li{
	padding: 1px;
	border: 3px solid #D9E9F5;
	background-color: #386992;
}
.nav-justified > li > a {
	padding: 12px 5px;
	margin-bottom: 0;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	background-color: #539FD5;
	border: 1px solid #89B1DB;
}
.nav-justified > li > a:hover,
.nav-justified > li > a:focus {
	background-color: #89B1DB;
}
/*----------------------------------- スマホメニュー */

.sp-navi{
	padding: 10px;
}
.sp-navi .col-xs-3,
.sp-navi .col-xs-4{
	padding: 5px;
}

.sp-navi a{
	width: 100%;
	min-height: 75px;
	padding: 16px 2px;
	display: block;
	background-color: #3E7EB8;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #386992;
	font-size: 0.9em
}

.sp-navi a.box-login{
	min-height: 30px;
	padding: 10px 2px;
	background-color: #539FD5;
}
.sp-navi a.box-cart{
	min-height: 30px;
	padding: 10px 2px;
	background-color: #fff;
	color: #3E7EB8;
}
.sp-navi a.box-cart:before{
	width: 22px;
	height: 19px;
	margin-right: 2px;
	background-size: contain;
}

.sp-navi a.box-tel{
	min-height: 30px;
	padding: 10px 2px;
	background-color: #386992;
}

/*################################################*/
/* メイン */
/*################################################*/

/*----------------------------------- パンくずナビ */
.breadcrumb{
	background-color:transparent;
	padding: 0;
	margin-bottom: 15px;
}

.breadcrumb > .active{
	color: #386992;
}
.breadcrumb > li+li:before{
	color: #386992;
	content: "＞";
}
/*----------------------------------- ページタイトル */
.page-title {
	position: relative;
	margin-left: 18px;
	padding: 5px 0;
}
.page-title:before{
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -18px;
	background-color: #539FD5; /* Old browsers */
	background-image: -webkit-linear-gradient(top, #000333 15%, #539FD5 15%);
	background-image:      -o-linear-gradient(top, #000333 15%, #539FD5 15%);
	background-image:         linear-gradient(to bottom, #000333 15%, #539FD5 15%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000333', endColorstr='#539FD5',GradientType=0 ); /* IE6-9 */
}

/*----------------------------------- ページリスト */

.page-entry{
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}
.page-list-entry-thumbnail{
	display: block;
	float: left;
	width: 30%;
}
.page-list-entry-text{
	display: block;
	float: left;
	width: 70%;
	padding-left: 10px;
}
.page-list-entry-text .page-list-title,
.page-list-entry-text .page-list-title a{
	font-size: 14px;
	color: #000;
}
.page-list-entry-text .stock{
	color: #004696;
	float: right;
}
.page-list-entry-text .price{
	color: #f00;
}
.page-list-entry-text .price span{
	font-size: 10px;
	color: #595959;
}

.page-list-entry-text .page-list-description{
	display: none;
}


@media (min-width: 768px){
.page-list-pages{
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}
.page-entry{
	padding: 15px 15px 25px;
	margin-bottom: 0;
	width: 33.333333%;
	width: calc(100% / 3);
	border: none;
	border-bottom: 1px dotted #ccc;
}
.page-list-entry-thumbnail{
	float: none;
	width: 100%;
}
.page-list-entry-text{
	float: none;
	width: 100%;
	padding-left: 0;
}
.page-list-entry-text .page-list-title,
.page-list-entry-text .page-list-title a{
	text-align: center;
	font-size: 14px;
	color: #000;
}
.page-list-entry-text .stock{
	display: inline-block;
	float: none;
}
.page-list-entry-text .price{
	float: right;
}
.page-list-entry-text .price span{
}

.page-list-entry-text .page-list-description{
	display: block;
	font-size: 12px;
	color: #595959;
}

a.product-detail-link{
	text-align: center;
	display: block;
	text-decoration: underline;
}

.product-detail-link:after{
	content: "";
	display: inline-block;
	background-image: url(../images/cart-icon.png);
	width: 22px;
	height: 19px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 0;
	background-size: contain;
}


}
/*----------------------------------- ページ送り */

.pager{
	margin: 60px 0;
}
.pager li>a, .pager li>span{
	padding: 5px 10px;
	background-color: #386992;
	border: 1px solid #386992;
	border-radius: 0;
	color: #fff;
}
.pager li>a:focus, .pager li>a:hover,
.pager li.active>a,.pager li.previous>a,.pager li.next>a {
	background-color: #fff;
	color: #386992;
}
.pager li.previous>a,
.pager li.next>a{
	border: none;
}

/*----------------------------------- 商品詳細 */
.product-detail{
	
}
.product-thumbnail{
	border: 1px solid #386992;
	padding: 10px;
	text-align: center;
}

.product-title{
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
}
@media (min-width: 768px){
.product-title{
	margin-top: 0;
}

}

.product-code{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
}

.product-detail .table-bordered th,
.product-detail .table-bordered td{
	border: 1px solid #386992;
	color: #000333;
	vertical-align: middle;
	padding: 6px;
}
.product-detail .table-bordered th{
	background-color: #D9E9F5;
	text-align: center;
}
.product-detail .td-center td{
	text-align: center;
}
.product-detail h2{
	font-weight: bold;
	color: #000333;
	margin-top: 50px;
	padding-left: 1em;
}
.product-detail h2.product-detail-list-title{
	color: #000;
	margin-top: 20px;
	padding-left: 0;
}

.product-detail .table-product-detail{
	margin: 50px 0;
}
.product-detail .table-product-detail th,
.product-detail .table-product-detail td{
	border: none;
	background-color: #F1F7FB;
	padding: 15px 10px;
}

/*----------------------------------- 豆知識 */
.tips{
	background-color: #FFFFB4;
	color: #000333;
	padding: 15px;
	border: 1px solid #89B1DB;
	border-radius: 5px;
	font-weight: bold;
}
.product-detail h2.tips-title{
	color: #386992;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
}

/*################################################*/
/* サイドバー */
/*################################################*/
#cboxContent .block-wrap,
.sidebar .block-wrap{
	margin-bottom: 15px;
}
#cboxContent .btn ,
.sidebar .btn{
	font-size: 18px;
	margin: 10px 0;
}
#cboxContent input[type=text] ,
.sidebar input[type=text]{
	width: 100%;
	background-color: #FFFFB4;
	border: 1px solid #808080;
	font-size: 18px;
	margin: 5px 0;
	padding: 6px 12px;
}

/*----------------------------------- 検索 */
.search-label{
	width: 100%;
	background-color: #3E7EB8;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	padding: 7px 12px;
	border-radius: 3px;
	position: relative;
}
.search-label:after{
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #3E7EB8 transparent transparent transparent
}

#cboxContent .tracking,
#cboxContent .search,
#cboxContent .login,
.sidebar .tracking,
.sidebar .search{
	padding: 15px;
}



/*----------------------------------- サイドメニュー */
.side-menu{
	padding: 15px;
	border-radius: 3px;
}
.side-menu ul{
	margin-bottom: 0;
	padding: 0;
}
.side-menu li{
	list-style: none;
	padding: 3px 0;
	color: #000;
	font-weight: bold;
}
.side-menu li a{
	color: #000;
}
.side-menu li:before{
	content: "▶";
	color: #539FD5;
}
.side-menu li .sub-menu{
	padding-left: 2em;
}
.side-menu li .sub-menu li{
	font-weight: normal;
}
.side-menu li .sub-menu li:before{
	content: "";
}
/*----------------------------------- サイドメニュー（スマホ時） */
.sb-slidebar.sb-left {
	-webkit-overflow-scrolling: touch;
}
.sb-left-inner {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.sb-slidebar.side-menu li{
	color: #fff;
}
.sb-slidebar.side-menu li a{
	color: #fff;
}
.sb-slidebar.side-menu li:before{
	color: #fff;
}

/*----------------------------------- メーカーメニュー */
.maker-list {
	background-color: #F3FFFF;
}
.maker-list h3{
	margin-top: 0;
}
.maker-list.side-menu li:before{
	color: #00AED3;
}

/*----------------------------------- カートを見る */
.sidebar .cart{
	padding: 15px;
	font-size: 18px;
}

.box-cart:before,
.sidebar .cart .btn:before{
	content: "";
	display: inline-block;
	background-image: url(../images/cart-icon.png);
	width: 33px;
	height: 28px;
	vertical-align: bottom;
	margin-right: 5px;
}

.sidebar .cart span{
	color: #f00;
}

/*----------------------------------- ログイン */
.sidebar .login{
	padding: 15px;
}

#cboxContent .login h3,
.sidebar .login h3{
	border: none;
	color: #000;
	margin-top: 0;
	text-align: center;
}
#cboxContent .login .register a,
.sidebar .login .register a{
	float: right;
}



/*----------------------------------- お知らせ */
.sidebar .news{
	padding: 15px;
}
.sidebar .news-entry{
	margin-bottom: 10px;
}
.sidebar .news h3{
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
}

.sidebar .news-date{
	color: #f00;
}

/*################################################*/
/* フッター */
/*################################################*/
.footer-area{
	background-color: #D9E9F5;
}

/*----------------------------------- 画像説明 */
.footer-image {
	margin: 20px 0;
}
.footer-image img{
	margin: 11px 22px 11px 0;
}
.footer-image img:last-child{
	margin-right: 0;
}
/*----------------------------------- フッターナビ */

.footer-navi ul{
	border: 1px solid #004696;
	padding: 0;
	display: inline-block;
	background-color: #fff;
}
.footer-navi li{
	color: #004696;
	padding: 3px 2px;
	width: 50%;
	float: left;
	border: 1px dotted #004696;
	list-style: none;
}

@media (min-width: 768px){

.footer-navi .row{
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-navi ul{
	border: none;
	padding: 0;
	display: block;
	background-color: transparent;
}
.footer-navi li{
	padding: 3px 0;
	width: 100%;
	float: none;
	border: none;
	list-style: inherit;
}
.footer-navi .sub-menu{
	padding: inherit;
}


}

.copy-area{
	background-color: #A2C1E2;
	color: #fff;
	text-align: center;
}


@media (min-width: 768px){

.copy-area{
	text-align: left;
}

}