@charset "utf-8";

/* base */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit !IMPORTANT;
}

body a {
    color: #222;
}

body a:hover {
    text-decoration: none;
    color: inherit;
}

body a:hover {
	text-decoration: none;
}

.btn {
	min-width:inherit;
}

.btn-primary {
    color: #fff;
	background-color: #4f4946;
	border-color: #4f4946;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2f2c2a;
    border-color: #2f2c2a;
}

pre {
	background-color: transparent !important;
}

/* header */
/*
.logo_img {
	width: 100px;
	padding: 10px 0;
}
*/

.g_link li {
    font-size: 13px;
}

.g_link li a:hover {
    text-decoration: none;
}

.icon_link li a {
    position: relative;
}

.icon_link li a span {
    display: block;
    position: absolute;
    top: -9px;
    right: -10px;
    background-color: #222;
    color: #fff;
    width: 16px;
    text-align: center;
    height: 16px;
    font-size: 11px;
    border-radius: 50%;
    letter-spacing: 0;
}


/* side */
header#header + .container > .row > .col-md-3 {
    display: none;
}

header#header + .container > .row > .col-md-9 {
    width: 100%;
}



/* contents */
header#header + .container {
    padding-top: 100px;
	width: 100%;
	max-width: 840px;
}

img[height="125"] {
    height: 125px;
}

.container blockquote {
    font-size: 22px;
    padding: 0;
    border: 0;
    margin-bottom: 40px;
}

form.simple_form.form-horizontal + blockquote {
    margin-top: 80px;
}

select.input-sm, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, .input-group-sm>.input-group-btn>select.btn {
    line-height: 1 !important;
}

.form-horizontal .control-label {
	font-size: 12px;
}

input.btn.btn-primary {
    font-size: 14px;
    background-color: #000;
    border: 1px solid #000;
}

input.btn.btn-primary:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.table-bordered tr > td:first-child {
    width: 30%;
}


/* fotter */
#footer {
    text-align: left;
    margin-top: 80px;
}

footer#footer {
    width: 100%;
	padding: 0;
}

footer .container {
	width: 100%;
	max-width: 1046px;
}

.f_box {
    text-align: left;
}

footer#footer .f_link li {
    display: block;
    /* margin: 0; */
}

footer#footer a {
    color: inherit;
    margin: 0;
    padding: 0;
    display: inherit;
	border: 0;
}

footer#footer a:hover {
    text-decoration: none;
}

#footer .follow_us_icons2 a {
    font-size: 25px;
    margin-right: 16px !IMPORTANT;
    border: 0;
}


/* mypage */
.container .list-group-item.active, .container .list-group-item.active:hover, .container .list-group-item.active:focus {
    background-color: #000;
}

a.list-group-item {
    font-size: 14px;
    padding: 14px;
}

a.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

a.btn-primary:hover {
    color: #fff;
    background-color: #2f2c2a;
    border-color: #2f2c2a;
}

/* ＝＝＝カート画面の末尾にCSSを追記 */
.formError .formErrorContent {
left: -100px;
}

/* ＝＝＝注文情報入力画面の末尾にCSSを追記 */
td .formError .formErrorContent {
left: -100px;
}



/*--------------------------------------------------------------------
=== [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/


/** PC only
===================================*/
@media screen and (min-width: 1020px) {


}/* @media */





/** Tablet
===================================*/
@media screen and (max-width: 1019px) {



}/* @media */





/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.container blockquote {
    font-size: 18px;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

.table-bordered tr > td:first-child {
    width: 30%;
}




footer#footer {
    float: none;
    font-size: inherit;
    padding: 0;
    background-color: #fff;
    text-align: left;
    margin-top: 50px;
    border-top: 1px solid #000;
}

footer#footer .f_link li {
    display: block;
    /* margin: 0; */
}

footer#footer a {
    color: inherit;
    margin: 0;
    padding: 0;
    display: inherit;
	border: 0;
}

#footer .follow_us_icons2 a {
    font-size: 25px;
    margin-right: 20px !important;
	border: 0;
}







}/* @media */