/*============================
全ページ共通スタイル
============================*/

/* reset */
* {margin: 0;padding: 0;line-break: strict;}
html {overflow-y: scroll;}
body {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;}
table, pre, code, select, input, textarea, kbd, var, ins, del, samp, h1, h2, h3, h4, h5, h6 {font-size: 100%;}
br {vertical-align: middle;}
address,cite,dfn,em,var {font-style: normal;}
img {border: none; vertical-align: top; line-height: 1; -ms-interpolation-mode: bicubic;}
table {border-spacing: 0; border-collapse: collapse;}
ul,ol,li {list-style: none;}
blockquote, q {quotes: none;}
abbr,acronym {border: 0; font-variant: normal;}
form label {cursor : pointer;}
select option {padding : 0 5px;}
input, textarea{margin: 1px; padding: 2px; line-height: 1;}
textarea{overflow: auto;}
input, button, textarea, select, optgroup, option {font-family: inherit; font-size: inherit; font-weight: inherit;}
a {cursor: pointer;}

/* 基本設定 */
body {
	color: #666;
	-ms-word-break: break-strict;
}

a {
	color: #1D3994;
}
a img {
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;

}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

label {
	cursor: pointer;
}

.container {
	width: 1060px;
	margin: 0 auto;
}

.w100{
	width: 100px;
}
.w150{
	width: 150px;
}
.w200{
	width: 200px;
}
.w550{
	width: 550px;
}
.w750{
	width: 750px;
}


/* header */
.header {
	background-image: url(../img/common/bg_header.png);
	background-repeat: repeat-x;
}
.header-inner {
	width: 1060px;
	margin: 0 auto;
}
.header h1,
.header .main-title {
	float: left;
	width: 500px;
	height: 30px;
	padding-left: 22px;
	padding-top: 3px;
	color: #333;
	font-size: 72%;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 2.5;
}
.header-logo {
	clear: both;
	float: left;
	width: 345px;
	height: 66px;
	padding-top: 6px;
	padding-left: 20px;
}
.header-logo a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.header-tel {
	float: left;
	width: 218px;
	height: 72px;
	margin-left: 114px;
	top: -11px;
	position: relative;
}
.header-credit{
	float: right;
	margin-right: 18px;
	padding-top: 7px;
}
.header-menu {
	float: left;
	margin-left: 23px;
	margin-bottom: 7px;
	padding-top: 8px;
}

.header-menu > div {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
.header-menu > div:last-child {
	margin-left: 4px;
}
.header-menu > div > a {
	color: #1D3994;
	font-size: 10px;
	text-align: center;
	line-height: 1.8;
}

/* navi */
.navi-wrap {
	clear: both;
	height: 40px;
	margin-bottom: 18px;
	background: #CCC url(../img/common/bg_gnavi.png) repeat-x;
	border-bottom: solid 5px #FFE6D2;
}
.navi-wrap-inner {
	width: 1060px;
	margin: 0 auto;
}
.search{
	float: left;
	position: relative;
  	width: 450px;
  	height: 33px;
	margin-left: 10px;
}
.title-search {
  	position: absolute;
  	left: 10px;
  	top: 5px;
}
.btn-search {
  	position: absolute;
  	right: 43px;
  	top: 2px;
}
.input-search {
	position: absolute;
	left: 10px;
  	top: 5px;
	width: 315px;
	height: 18px;
	margin: 0;
	padding: 5px;
  	border: 1px solid #CCC;
}
.li-gnavi{
	float: left;
}
.li-gnavi > li {
	float: left;
}
.li-gnavi > li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.li-gnavi-accordion { position:relative; }
.li-gnavi-accordion > ul { 
	position: absolute;
	background: #fff;
    z-index: 9999;	
}

.li-gnavi-accordion > ul > li { 
    margin: 0;
    padding: 0px 0px 0px 0px;
    width: 230px;
    border-top: none;
    border-left: solid 1px #F15711;
    border-right: solid 1px #F15711;
    border-bottom: solid 1px #F15711;
	font-size: 12px;
}

.li-gnavi-accordion > ul > li > a {
    padding: 12px 0px 10px 18px;
    display: block;
    color: #000000;
    background: #ffffff url(../img/common/arrow_sub.png) no-repeat 7px 16px;
    text-decoration: none;
}

.li-gnavi-accordion > ul > li > a:hover {
    background-color: #FBD5C6;
}

/* side */
.side {
  	float: left;
	width: 242px;
  	margin-left: 19px;
}
.category {
	margin-bottom: 17px;
	border-bottom: solid 1px #E7E7E7;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	box-shadow: rgba(245, 245, 245, 0.65098) 0px 0px 1px 1px;
	-webkit-box-shadow: rgba(245, 245, 245, 0.65098) 0px 0px 1px 1px;
	-moz-box-shadow: rgba(245, 245, 245, 0.65098) 0px 0px 1px 1px;
	font-size: 12px;
}
.sidemenu > h3 {
	width: 235px;
	height: 50px;
	padding-left: 7px;
	padding-top: 10px;
	background-image: url(../img/common/bg_category_title.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 3;
}
.sidemenu > h3 > span {
	padding-left: 7px;
	color: #333;
 	letter-spacing: 0.7px;
}
.sidemenu-inner {
	border-left: solid 1px #E7E7E7;
	border-right: solid 1px #E7E7E7;
}
.sidemenu-inner > ul {
	padding-left: 12px;
 	padding-top: 9px;
  max-height: 250px;
  overflow: hidden;
}
.sidemenu-inner > ul > li {
	padding-left: 13px;
  	padding-bottom: 7px;
	background: url(../img/common/arrow.png) no-repeat left 7px;
  	line-height: 1.5;
}
.sidemenu-link {
	padding-right: 19px;
	padding-bottom: 13px;
	background: url(../img/common/arrow.png) no-repeat 227px 4px;
	text-align: right;
	line-height: 1;
}
.privacy-box {
	padding-top: 14px;
	border: solid 1px #E7E7E7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(245, 245, 245, 0.65098) 0px 0px 1px 1px;
	-webkit-box-shadow: rgba(245, 245, 245, 0.65098) 0px 0px 1px 1px;
	-moz-box-shadow: rgba(245, 245, 245, 0.65098) 0px 0px 1px 1px;
	font-size: 12px;
	margin-bottom: 17px;
}
.privacy-box > p {
	padding: 10px;
}
.category-last {
	padding-bottom: 10px;
}
.sidemenu-caption {
	padding-left: 8px;
}

/* contents */
.content{
	float: left;
  	width: 750px;
  	margin-left: 30px;
	margin-bottom: 51px;
}

/* ご注文の流れ */
.flow {
	clear: both;
  	margin-bottom: 28px;
  	padding-bottom: 29px;
 	border-bottom: solid 1px #E9E7E8;
 	text-align: center;
}
.flow > h2 {
	margin-bottom: 20px;
	background: url(../img/common/stripe.gif) repeat-x 0 0;
}

.guide {
	float: left;
	color: #595757;
}
.guide.left {
	width: 520px;
	margin-left: 20px;
}
.guide.right {
	width: 463px;
	margin-left: 54px;
}
.guide-box{
	margin-bottom: 16px;
	font-size: 14px;
}
.guide-box > h3 {
	font-size: 18px;
}
.guide-box > p {
	margin-bottom: 12px;
	line-height: 1.7;
}
.guide-payment > h4 {
	margin-bottom: 7px;
	margin-top: 17px;
	font-weight: normal;
}
.bank {
	width: 110px;
	margin-bottom: 7px;
	padding: 9px 13px;
	border: 1px solid #CCC;
	background: #EFEFEF;
}
.guide-address {
	width: 355px;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #CCC;
	background: #EFEFEF;
}
.facebook {
	clear: both;
	width: 1020px;
	height: 271px;
	margin: 0 auto 20px;
	padding-top: 17px;
}

/* footer */

/* banner */
.bnr {
	padding: 9px 0 0 9px;
  	overflow: hidden;
  	margin-right: -10px;
  	background: #EFEFEF;
  	width: 740px;
  	margin-bottom: 8px;
}
.bnr > a {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #FFF;
}

/*2016/10/27修正*/
.bnr.footer {
    width: 1040px;
    /* height: 76px; */
    margin: 0 auto 22px;
    padding: 20px 0 20px 20px;
    padding-bottom: 10px;
    text-align: center;
}

.bnr.footer > a {
    margin-right: 20px;
    background: #FFF;
    float: none;
    display: inline-block;
}
.footer-inner {
	width: 1060px;
	margin: 0 auto;
}
.li-fnavi {
	overflow: hidden;
	margin: 0 auto 11px;
	padding-left: 22px;
	font-size: 12px;
}
.li-fnavi > li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px;
	line-height: 1.2;
}
.li-fnavi > li:last-child {
	border: none;
}
address {
	float: left;
	padding-left: 22px;
	color: #595757;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 2;
}
.privacy-mark {
	float: right;
	margin-bottom: 15px;
	margin-right: 20px;
	padding-top: 4px;
	max-width: 100px;
}
.copyright {
	clear: both;
	height: 30px;
	padding-right: 20px;
	background: #F15711;
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	letter-spacing: 0.5px;
}
.copyright p {
	width: 1040px;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
}
.hot_contents {
  margin-bottom: 30px;
}
.base_title {
	background: url(../img/common/stripe.gif) repeat-x 0 0;
	text-shadow:

		#FFFFFF -3px -3px 0.5px,
		#FFFFFF -3px -2px 0.5px,
		#FFFFFF -3px -1px 0.5px,
		#FFFFFF -3px  0px 0.5px,
		#FFFFFF -3px  1px 0.5px,
		#FFFFFF -3px  2px 0.5px,
		#FFFFFF -3px  3px 0.5px,

		#FFFFFF -2px -3px 0px,
		#FFFFFF -2px -2px 0px,
		#FFFFFF -2px -1px 0px,
		#FFFFFF -2px  0px 0px,
		#FFFFFF -2px  1px 0px,
		#FFFFFF -2px  2px 0px,
		#FFFFFF -2px  3px 0px,

		#FFFFFF -1px -3px 0px,
		#FFFFFF -1px -2px 0px,
		#FFFFFF -1px -1px 0px,
		#FFFFFF -1px  0px 0px,
		#FFFFFF -1px  1px 0px,
		#FFFFFF -1px  2px 0px,
		#FFFFFF -1px  3px 0px,

		#FFFFFF  3px -3px 0.5px,
		#FFFFFF  3px -2px 0.5px,
		#FFFFFF  3px -1px 0.5px,
		#FFFFFF  3px  0px 0.5px,
		#FFFFFF  3px  1px 0.5px,
		#FFFFFF  3px  2px 0.5px,
		#FFFFFF  3px  3px 0.5px,

		#FFFFFF  2px -3px 0px,
		#FFFFFF  2px -2px 0px,
		#FFFFFF  2px -1px 0px,
		#FFFFFF  2px  0px 0px,
		#FFFFFF  2px  1px 0px,
		#FFFFFF  2px  2px 0px,
		#FFFFFF  2px  3px 0px,

		#FFFFFF  1px -3px 0px,
		#FFFFFF  1px -2px 0px,
		#FFFFFF  1px -1px 0px,
		#FFFFFF  1px  0px 0px,
		#FFFFFF  1px  1px 0px,
		#FFFFFF  1px  2px 0px,
		#FFFFFF  1px  3px 0px,

		#FFFFFF 0px 0px 1px;
	color: #3E3A39;
	padding: 10px;
	font-size: 22px;
	margin-bottom: 10px;
	text-indent: 10px;
}
.base_title span {
	font-size: 17px;
	color: #666;
	margin-left: 20px;
}
.hot_contents .hot_title {
	width: 750px;
	height: 40px;
	background: url( ../img/common/title_hot_item_back.png );
	line-height: 43px;
	text-indent: 19px;
	color: #FFF;
	position: relative;
	margin-bottom: 10px;
}
.hot_contents .hot_title span {
	position: absolute;
	top: 0;
	right: 51px;
	display: block;
	height: 40px;
	font-size: 14px;
}
.hot_contents.deco-gray {
    padding: 10px;
    background: #F7F8F8;
}
.hot_contents.deco-gray .hot_title {
	background: url( ../img/common/title_hot_item_gray_back.png );
	margin-left: -10px;
	margin-top: -10px;
}
.error_mesage{
    background: #FFE6EF;
    border: 2px solid #FFA8A8;
    font-size: 15px;
    text-align: center;
    color: #F00;
    padding: 25px;
    margin-bottom: 10px;
}
.success_mesage{
    background: #DAF1FC;
    border: 2px solid #059FE6;
    font-size: 15px;
    text-align: center;
    color: #00F;
    padding: 25px;
    margin-bottom: 10px;
}

.hot_contents .pager{
    padding-bottom: 0px;
    padding-top: 10px;
}

ul.btn_area {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
ul.btn_area li {
    display: inline-block;
}
ul.btn_area li a.submit-btn {
    background: #1BA9EA;
    color: #FFF;
    text-decoration: none;
    padding: 10px 70px;
    font-weight: bold;
    position: relative;
}
ul.btn_area li a.submit-btn:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #019FE8;
  z-index: 1;
}
ul.btn_area li a.confirm-btn {
    background: #FF9B38;
    color: #FFF;
    text-decoration: none;
    padding: 10px 70px;
    font-weight: bold;
    position: relative;
}
ul.btn_area li a.confirm-btn:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FF7B0D;
  z-index: 1;
}
ul.btn_area li a.submit-btn:hover,
ul.btn_area li a.confirm-btn:hover {
  opacity: .8;
}
ul.btn_area li a.submit-btn span,
ul.btn_area li a.confirm-btn span {
	position: relative;
	z-index:2
}
ul.li-item.col4.topList {
margin-left: -13px;}

ul.li-item.col4.topList li {
    margin-left: 13px;
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

/*1016/11/14追加ここから*/
.li-item.col4.topList .li-status li {
	margin-bottom: 10px;
}
/*1016/11/14追加ここまで*/

.search_list_link {
    border: 2px solid #efefef;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 15px 40px 5px;
    letter-spacing: -1em;
}

.search_list_link li {
    width: 25%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: normal;
}


/*子カテゴリ*/
.search_list_link{
	margin:15px auto;
	width:auto;
	display: flex;
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: left;
}

.search_list_link li{
	width:19%;
	width:auto;
	padding:3px 3%;
}

.search_list_link li a{
	display: inline-block;
	padding-left:10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align:left;
}

.search_list_link li a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #6699FF;
}

#ui-datepicker-div {
    padding: 10px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

#ui-datepicker-div table {
	clear: both;
}

#ui-datepicker-div table th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

#ui-datepicker-div table td, #ui-datepicker-div table th {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
}

#ui-datepicker-div table td {
    font-size: 12px;
    text-align: right;
    color: #000;
}

#ui-datepicker-div table td:hover {
	background: #ff8000 !important;
	box-shadow: none !important;
	color: #FFF !important;
}

#ui-datepicker-div table td a {
    padding-right: 5px;
    text-decoration: none;
	color: inherit;
}

#ui-datepicker-div table td a:hover {
	color: inherit;
}

.ui-datepicker-today {
    color: #33aaff !important;
}

.ui-datepicker-today a {
    color: inherit;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    white-space: nowrap;
    width: 30px;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-current-day {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff !important;
	font-weight: 700;
}
