@charset "utf-8";
/* ■■■ 標準設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */
body {}

img{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

a:link    { text-decoration: underline;}
a:visited { text-decoration: underline;}
a:hover   { text-decoration: none;}
a:active  { text-decoration: none;}

a.btn:link { color: #FFFFFF; text-decoration: none; font-weight: bold;}
a.btn.btn-default:link { color: #333;}

.red { color: #F00;}
.bg_red { background:#FFE8E8;}
.bg_grey { background: #f0f0f0;}
.bg_important {
	background: #CC0000;
	color: #FFF;
}

.pagination { margin: 0;}

a:hover img { opacity:0.7;}
.glyphicon {
	padding: 0 2px;
	margin: 0 3px;
}
p { line-height: 1.6em; font-size: 16px;}
.text-large {
	font-size: 1.6em;
}
.annotation {
	font-size: 14px;
	color: #C00;
}
.btn {
	font-weight: bold;
}
.topline {
	border-top: 1px solid #CCC;
	padding-top: 40px;
}
.text-red {
	color:#D80000;
}
.large {
	font-size: 1.2em;
}
.big {
	font-size: 1.5em;
}

/* ■■■ header 設定 ■■■ */
#header {
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}
#header .container-fluid {
	background: #021441;
}
#header .headtitle {
	color: #FFF;
}
#header p {
	margin: 0px;
}
#header p .company {
	padding-right: 1em;
}
#header .leftcontens {
	margin-bottom: 15px;
}
#header .leftcontens a { text-decoration: none;}
#header .logo {
	margin:15px 0;
}
#header .input-group .form-control {
	margin-right: 0;
}
#header .headnav {
	margin-bottom: 20px;
}
#header .headnav ul li {
	border-left: 1px solid #021441;
	padding: 0 10px;
}
#header .headnav ul li.border-left_none {
	border-left:none;
	padding-left: 0;
}
#header .headsubnav ul {
	display: inline-block;
}
#header .headsubnav ul li {
	font-size: 14px;
}
#header .headsubnav a:link    { text-decoration: none; color: #333333;}
#header .headsubnav a:visited { text-decoration: none; color: #333333;}
#header .headsubnav a:hover   { text-decoration: underline; color: #000;}
#header .headsubnav a:active  { text-decoration: underline; color: #000;}

#header .headsubnav ul li .glyphicon {
	color: #BBBBBB;
	font-size: 10px;
	vertical-align: 2px;
}
#header .headsubnav ul.logout {
	margin-left: 25px;
}
#header .headsubnav ul.logout a {
	border: 1px solid #BBBBBB;
	border-radius: 100px;
	padding: 4px 10px;
	display: inline-block;
	font-weight: bold;
	color: #454545;
}
#header .headsubnav ul.logout a:hover   { text-decoration: none; color: #000; border: 1px solid #666666;}
#header .headsubnav ul.logout a:active  { text-decoration: none; color: #000; border: 1px solid #666666;}

#header .headsubnav ul.logout li .glyphicon {
	font-size: 18px;
	vertical-align: middle;
}
#header .headsubnav ul.logout a:hover .glyphicon   { color: #CC0000;}
#header .headsubnav ul.logout a:active .glyphicon  { color: #CC0000;}


/* *** スライドメニュー ***/
.smnav .iconnav {
	margin-bottom: 15px;
}
.smnav p.iconnav a img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.smnav .menuTab {
	margin-bottom: 15px;
}
/*
#sideFloating {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 3px;
	border-radius: 100px;
	letter-spacing: 1px;
	background-color: #021441;
}
#sideFloating a {
	text-decoration: none;
	color: white;
	margin: 0;
}
*/
#sideFloating .btn a:link    { text-decoration: none; color: #333333;}
#sideFloating .btn a:visited { text-decoration: none; color: #333333;}
#sideFloating .btn a:hover   { text-decoration: none; color: #333333;}
#sideFloating .btn a:active  { text-decoration: none; color: #333333;}

#slide_menu {
	position: fixed;
	top: 0%;
	right: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index:2;
	color: #FFF;
}
#slide_menu .text-right {
	margin: 10px;
}
#slide_menu > ul {
	margin: 10px;
}
#slide_menu ul li ul {
	padding-left: 1em;
	margin-top: 0.5em;
}
#slide_menu > ul li {
	border-top: 1px solid #999;
}
#slide_menu ul li ul li {
	border-top: none;
}
#slide_menu ul li.home {
	border-top: none;
}
#slide_menu ul li a {
	color: #FFF;
	text-decoration: none;
}
#slide_menu ul li .glyphicon {
	font-size:20px;
        vertical-align: middle;
}
#slide_menu ul li .glyphicon.glyphicon-triangle-right {
	font-size:0.6em;
	vertical-align: 2px;
}
#slide_menu ul li {
	padding: 10px 0;
}
.slideMenuTitle{
    vertical-align: middle;
}

/* ■■■ コンテンツ部分 設定 ■■■ */
.category {
	margin-bottom: 20px;
}
.section {
	margin-bottom: 40px;
}
.topspace {
	margin-top: 30px;
}
.contens .breadcrumb {
	background: none;
	margin: 5px 0;
}
.contens .breadcrumb li a {
	text-decoration: none;
}
.contens .breadcrumb.sort > li + li:before {
  padding: 0 5px;
  color: #666;
  content: "|\00a0";
}
.waku {
	padding: 15px;
	border-radius: 5px;
	background: #FFF;
}
h1 {
	color: #00133F;
	margin-top: 0;
	margin-bottom: 20px;
}
h1.style_md {
	font-size: 30px;
	border-bottom: 5px solid #00133F;
	padding-bottom: 3px;
}
h1.style_sm {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #011340;
	margin-bottom: 10px;
	margin-top: 0;
}
h2.style_lg {
	font-size: 30px;
	background: #EEEEEE;
	border: 1px solid #011340;
	border-top: 5px solid #011340;
	padding: 10px 15px;
	font-weight: bold;
}
.btn.radius {
	border-radius: 100px;
}
h2 small {
	margin-left: 15px;
}
h3 {
	font-size: 18px;
	color:#00133F;
	background: #B8CEE0;
	padding: 5px 15px;
	font-weight: bold;
}
h4 {
	font-weight: bold;
}

/*--- table_list ---*/
.table_lis {
	margin-bottom: 30px;
}
.table_list ul.list-group {
	margin-bottom: 0;
}
.table_list ul.list-group p {
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
}
.table.table_list {
	margin-bottom: 0;
}
.table.table_list ul.list-group p {
	margin-top: 8px;
}
.table_list ul.list-group li {
	color: #666;
	text-align: center;
	clear: both;
	font-size: 14px;
	border-top: 1px solid #CCC;
	margin: 0;
}
.table_list ul.list-group li div {
	word-break: break-all;
}
.table_list ul.list-group li img {
	margin-right: 5px;
}
.table_list ul li span.label {
	margin-right: 5px;
}
.table_list ul li .form-control {
	margin-bottom: 0;
	padding: 2px 0;
}
.table_list ul li .btn {
	padding: 4px 5px;
	margin: 0 3px;
}
.table_list ul li .btn .glyphicon {
	margin-left: 0;
}
.table_list ul.list-group .form-control.input-sm {
	margin: 0 3px;
	padding: 0 5px;
}
.table_list ul.list-group-item-heading {
	background: #EEE;
	padding: 2px;
}
.table_list ul.list-group-item-heading li {
	color: #333;
	font-weight: bold;
	line-height: 1.3em;
	border-top: none;
}
.table_list.table ul.list-group-item-heading {
	background: #EEEEEE;
}
.table input {
	margin-right: 3px;
}

/*--- table_date ---*/
.table_date {
	color: #454545;
}
.table_date .title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 10px;
}
.table_date p {
	margin: 0.5em 1em 1em 1em;
}

/*--- dl.table_row ---*/
dl.table_row {
	background: #EEEEEE;
	border: 1px solid #CCC;
	border-top: none;
}
dl.table_row dd .form-control {
	margin-bottom: 0;
}
dl.table_row dt {
	width: 12em;
	padding: 15px;
}
dl.table_row dd {
	background: #FFF;
	margin-left: 12em;
	padding: 15px;
}
dl.table_row dt,dd {
	border-top: 1px solid #CCC;
}
dl.table_row input.btn {
	width: 14em;
	margin-left: 10px;
}
dl.table_row input.btn.btn-auto {
	width: auto;
}
dl.table_row input[type="radio"] {
	width: auto;
}
dl.table_row.new {
	background: #d9edf7;
}


/*--- 商品検索一覧 ---*/
.goodslist {
	color: #454545;
}
.goodslist dl {
	margin-bottom: 30px;
}
.goodslist dt {
	text-align: center;
}
.goodslist dt img {
	margin: auto;
}
.goodslist dd p {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.4em;
}
.goodslist dd p.title {
	color: #021441;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 0;
        height: 40px;
}
.goodslist dd .table {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.goodslist dd p img {
	padding-left: 2em;
}
.goodslist dd .table th {
	width: 4em;
	border-right: 1px solid #ddd;
	padding: 0 5px;
}
.goodslist dd .table td {
	padding: 0 0 0 5px;
}
.recommend_check_styling {
	margin: 30px 0;
}
.recommend_check_styling .col-lg-1,
.recommend_check_styling .col-sm-2,
.recommend_check_styling .col-xs-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.recommend_check_styling p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	color: #454545;
}

/*--- form ---*/
.style {
}
.style input[type=radio],
.style input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.style input[type=radio] + label,
.style input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
input.btn.btn-auto {
	width: auto;
}
input.calender,
table input.calender{
	text-align: center;
	width:100px;
}
input.calender-limit,
table input.calender-limit{
	text-align: center;
	width:100px;
}
.num,
table input.num{
	text-align: right;
	width:4em;
}

.price,
td.price,
table input.price {
	text-align: right;
}
.cord,
table input.cord {
	text-align: left;
}

.form-control {
	margin-bottom: 3px;
	font-size: 15px;
}
input.input-2{ width: 2em;}
input.input-3{ width: 3em;}
input.input-4{ width: 4em;}
input.input-5{ width: 5em;}
dl.table_row .form-control {
	width: auto;
	max-width: 100%;
}
dl.table_row .input.input-2{ width: 2em;}
dl.table_row .input.input-3{ width: 3em;}
dl.table_row .input.input-4{ width: 4em;}
dl.table_row .input.input-5{ width: 5em;}

.btnarea .btn {
	margin-left: 5px;
	margin-right: 5px;
}


@media (min-width: 1px) {
    .style input[type=radio],
    .style input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .style input[type=radio] + label,
    .style input[type=checkbox] + label {
        padding: 0 0 0 20px;
    }
    .style input[type=radio] + label::before,
    .style input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .style input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .style input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .style input[type=radio]:checked + label::after,
    .style input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .style input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #E71063;
        border-radius: 8px;
    }
    .style input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/*--- 上へ ---*/
.section.totop {
	padding: 10px 0;
}

/*--- 上へ ---*/
.section.make {
	background: #EEEEEE;
	margin-bottom: 0;
}
.make a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: bold
}

/*------ footer ------- */
.section.totop {
	margin-bottom: 0;
}
footer {
	background: #EEEEEE;
}
footer .footnav {
	padding: 50px 0;
}
footer .footsubnav {
	background:#021441;
	color: #FFF;
	padding: 10px 0;
}
footer .footnav p {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0.5em;
	line-height: 1.8em;
}
footer .footnav .tel {
	font-size: 2.5em;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
footer .footnav .title {
	font-size: 1.2em;
}
footer .footnav ul {
	margin: 1em 0;
}
footer .footnav li {
	background: url(../img/icon_right.png) no-repeat 0 center;
	padding-left: 1em;
}
footer .footnav li a {
	text-decoration: none;
	color: #333333;
}
footer li a:link    { text-decoration: none;}
footer li a:visited { text-decoration: none;}
footer li a:hover   { text-decoration: underline;}
footer li a:active  { text-decoration: underline;}

footer .footsubnav ul {
	margin-bottom: 0;
}
footer .footsubnav a {
	color: #FFFFFF;
}
footer .footsubnav .glyphicon {
	font-size: 0.6em;
	vertical-align: 2px;
}
p.copyright {
	font-size: 11px;
	margin-bottom: 0;
	text-align: right;
	color: #BBBBBB;
}
input.error_bg,
select.error_bg,
textarea.error_bg{
	border-color: #dd5555;
	background-color: #ffdede;

}
.btn_disabled {
        background-color: gray;
        opacity: 0.5;
}
.favorite_btn_disabled {
        opacity: 0.5;
}

/*------ mini cart ------- */
#mini_cart {
	position: fixed;
	top: -100%;
	width: 94%;
	height: 100%;
	background: white;
	z-index:10000;
	color: #FFF;
        margin-left: 2%;
        margin-right: 4%;
        overflow-y: scroll;
}

/*------ 折り返し設定 ------- */

.word-break-all {
    word-break: break-all;
}
