body {
	padding-top:  0;
}
header {
	width:100%;
	color: #333;
	background: #c2185b;
	background: #ff8013;
	font-family: "Rounded Mplus 1c";
	background: #fff;
	margin-top: 5px;
}

.datepicker{
	background: #fff;
}


h1.header-h1 {
	width:100%;
	max-width:1200px;
	margin: 0 auto 5px;
	font-size:1.0rem;
}

.body-content{
	width:100%;
	max-width:1200px;
	margin:10px auto 0;
	padding:0;
}
/* =======================================
	ClearFixElements
======================================= */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}




/*////////////////////////////////////////////////////////////////////////////////////////*/

header ul.title-pane{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width:100%;
	max-width:1200px;
	display:flex;
	align-items:flex-end;
}

header ul.title-pane li{
	float: left;
}

header ul.title-pane li.logo{
	width:15%;
}
header ul.title-pane li.logo img{
	/*width:200px;*/
	width:90%;
	height:auto;
	vertical-align: bottom;
}

header ul.title-pane li.card{
	width:20%;
	text-align: center;
	font-size: 18px;
	color: #0a516d
}
header ul.title-pane li.card img{
	width:90%;
	height:auto;
	vertical-align: bottom;
}

header ul.title-pane li.delivery{
	width:30%;
	text-align:center;
}

header ul.title-pane li.delivery .txt{
	background:#efefef;
	box-shadow:1px 1px 1px #f1f1f1;
	font-family: "Rounded Mplus 1c";
	display:inline-block;
	padding:3px 5px;
	border-radius:3px;
	text-align:center;

}
header ul.title-pane li.delivery .txt span{
	color: #e91e63;
	font-weight:700;
	font-size:1.2em;
}

header ul.title-pane li.contact-box{
	text-align: right;
	width:35%;
	margin:0;
	padding:0;

}
header ul.title-pane li .inquiry{
	text-align: center;
	display:inline-block;
}

header ul.title-pane li .tel{
	float:left;
	text-align: right;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color: #0a516d;
	width:auto;
	padding-top:10px;
}

header ul.title-pane li .tel .contact_tel {
	font-size: 34px;
	color: #b3424a;
	color: #0a516d;
	margin: 0;
	line-height: 0em;
	font-weight: 400;
	letter-spacing: normal;
}

header ul.title-pane li .tel .contact_tel .glyphicon {
	font-size: 28px;
	color: #b3424a;
	color: #0a516d;
}


header ul.title-pane li .contact {
	float:right;
	margin-left: 10px;
	font-size: 12px;
	width:90px;
}


header ul.title-pane li .contact a.btn_inq_form {
	background: #0a516d;
	color: #fff;
	display: bloack;
	width:90px;
	display: block;
	border-radius:5px;
	padding: 5px 0;
}

header ul.title-pane li .contact a.btn_inq_form span {
	font-size: 24px;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

header .main-nav{
	clear: both;
	width:100%;
	display: inline-block;
	padding: 0;
	background: #f77754;
	border-top:2px solid #bd5b41;
	border-bottom:2px solid #bd5b41;

	margin-top: 10px;
	margin-bottom: 0;
	vertical-align:bottom;
}
header .nav{
	display: block;
	width: 950px;
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding:0;
}


header .main-nav  .nav .navbar-left{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 80%;
	height: 3.0rem;
}
header .main-nav .navbar-left li{
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: left;
	height:35px;
}
header .main-nav .navbar-left li.prod{
	list-style-image: url(../images/nav/icon_nav_prod.png);
	margin-right: 40px;
}
header .main-nav .navbar-left li.tpl{
	list-style-image: url(../images/nav/icon_nav_tpl.png);
	margin-left: 10px;
}
header .main-nav .navbar-left li.simu{
	list-style-image: url(../images/nav/icon_nav_simu.png);
	margin-left: 50px;
}
header .main-nav .navbar-left li a{
	vertical-align: middle;
	display: inline-block;
	margin: -10px 0 0 0;
	padding: 0;
	color: #fff;
	letter-spacing: 1px;
	height:35px;
}

header .main-nav ul.navbar-right {
	margin: 0;
	padding: 0;
	width:360px;
	list-style-type: none;
}

header .main-nav ul.navbar-right li {
	display: block;
	float: left;
	width:120px;
	background: #fff;
	color: #0a516d;
	height:60px;
	text-align: center;
	position: relative;
}

header .main-nav ul.navbar-right li a {
	color: #0a516d;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 60px;
	display:flex;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
}

header .main-nav ul.navbar-right li a.member {
	height: 3.6rem;
}

header .main-nav ul.navbar-right li a.member .glyphicon {
	margin-top:10px;
}


header .main-nav ul.navbar-right li.login {
	background: #ffeb3b;
}

header .main-nav ul.navbar-right li.login button {
	margin:0;
	padding:0;
	height: 6.0rem;
}

header .main-nav ul.navbar-right li.login a {
	color: #1d2088;
	height: 4.2rem;
}

header .main-nav ul.navbar-right .glyphicon {
	font-size:20px;
	margin-right: 10px;

}

span.line {
	display: block;
	height: 1px ;
	width:100%;
	background: #999;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

header .sub-nav{
	clear: both;
	background: #018790;
	margin: 0;
	padding:10px 0;
	display: inline-block;
	width:100%;
}

header .guide-title{
	float: left;
	display: block;
	display: inline-block;
	padding: 0.3rem 0;
	margin: 0.7rem 0 0 0;
	width:13.0rem;
	text-align:left;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	text-shadow:.5px .5px .5px #fff;
}

header .guide_title img{
	margin-right: 0.5rem;
}

header .sub-nav{
	height:60px;
}
header .sub-nav ul{
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	width:100%;
	max-width:1070px;
	display: inline-flex;
}

header .sub-nav ul li{
	float: left;
	width:calc(100% / 6);
	width:--webkit--calc(100% / 6);
	margin:0;
	padding:0;
	text-align:right;
}
header .sub-nav li+ li {
/*
  border-left: 1px dotted #fff;
  */
}

header .sub-nav ul li a{
	color:#fff;
}

header .sub-nav ul li a.button-nav {
	display:block;
	height:40px;
	overflow:hidden;
}

header .sub-nav ul li a.button-nav:hover img {
    position: relative;
    top: -40px;
 	opacity:1;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
.dd-pane {
	clear: both;
	margin: 0;
	padding:0;
	display: inline-block;
	width:100%;
	z-index:99;
	position:relative;
}
.delivery-date {
	background-image: url("../images/main/top_deliv2.png");
	width:100%;
	max-width:850px;
	height:auto;
	margin: 0 auto 15px;
	text-align: left;
	padding: 30px 0 0 130px;
	font-weight: bold;
	background-repeat:no-repeat;
	display: block;
}

.delivery-date-box{
	width:620px;
	height:100px;
	margin: 10px auto 0;
	padding: 0;
}

.delivery-date span{
	color:#cc0000;
	margin-top: 5px;
	display: inline-block;
	font-size: 1.1rem;
	padding-left: 33px;
}

.delivery-date-left {
	float: left;
	vertical-align: middle;
	width:100px;
	color:#666;
	font-size:1.8rem;
	margin: 0 ;
	padding: 0;
	height:60px;
	margin-top: -5px;
}

.delivery-date-right {
	float: right;
	width:500px;
	margin: 0 ;
	padding: 0;
	height:60px;
	margin-top: -15px;
}
.delivery-date ul {
	list-style-type: none;
	margin: 0 auto;
	padding:0;
	width: 420px;
	height: 60px;
}

.delivery-date ul li {
	float: left;
	width:85px;
	color: #e91e63;
	font-size:2.5rem;
	font-family: "Rounded Mplus 1c";
	margin: 0 ;
	padding: 0;
}

.delivery-date ul li.date {
	width:330px;
	letter-spacing: 0.1em;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
.main-slider {
	background: #b9b9b9;
	clear: both;
	margin: 0;
	padding:0;
	display: block;
	height:238px;
	height:auto;
	width:100%;
	max-width:940px;
	background-image: url("../images/main/slider_bg.png");
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/*/�X�V����///*/

.banner-pane {
	width:auto;
	max-width:940px;
	margin: 0 auto 30px;
}
.banner-pane dl{
	display:flex;
	flex-wrap:wrap;
	border:1px solid #ddd;
	max-height:200px;
	overflow-y:scroll;
	padding:5px;
}
.banner-pane dl dt {
	width:20%;
	box-sizing:border-box;
	padding:15px;
	line-height:1.5em;
	border-bottom:1px solid #ccc;

}

.banner-pane dl dd {
	width:80%;
	box-sizing:border-box;
	padding:15px;
	line-height:1.5em;
	border-bottom:1px solid #ccc;
}

.banner-pane dl dd span {
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
.banner-pane .updatetile{
	font-size:1.1em;
	margin-bottom:5px;
	background:#f1f1f1;
	padding:5px;
	border-left:3px solid #f77754;
	font-weight:900;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/

.basic-item-pane {
	width:100%;
	margin: 30px auto;
	background:  #e6e3e8;
	border-radius:15px;
}

.basic-item-pane .basic-item-pane-inner {
	width:940px;
	width: 100%;
	margin: auto;
}
.basic-item-pane .basic-item-pane-inner .title {
	width: 100%;
	margin: 0 auto;
	background:url('../images/main/basic_item_title_bg.png');
	background-repeat:repeat-x;
}

.basic-item-pane .banner-pane-left {
	float: left;
	width:675px;
	height:250px;
	border: 3px double #c2185b;
	position: relative;
}


/* .loadArea
--------------------------- */
ul.loadArea {
	width: 100%;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.loadArea li.loadItem {
	float: left;
	width: 31%;
	height:auto;
	margin: 10px;
	position: relative;
}

ul.loadArea li.loadItem a {
	color: #fff;
}
ul.loadArea li.loadItem p {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
/*	background: #a36d90;
	opacity:0.6;
	*/
	background-color:rgba(163,109,144,0.6);
	margin: 0;
	border-radius: 0 0 1.0rem 1.0rem;
	padding: 0.5rem 0 ;
}

ul.loadArea li.loadItem a:hover p {
	color: #fff;
	opacity:1;
	background: #a36d90;
	color: #fff;
}

ul.loadArea li.loadItem a:hover img {
	opacity:0.6;
}
.loadArea .loadItem img {
	width: 270px;
	height: 225px;
	width:100%;
	max-height:219px;
	overflow:hidden;
	border: 2px solid #a36d90;
	border-radius:1.0rem;
}

/* .nowLoading
--------------------------- */
.nowLoading {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

/* .loadMoreBtn
--------------------------- */
.loadMoreBtn {
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	width: 60%;
	background: #bdbdbd;
	color: #fff;
	font-weight:bold;
	margin: 10px auto 30px;
	border-radius:2.0rem;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

footer {
	margin-top: 20px;
	font-family: "Rounded Mplus 1c";
}

footer .footer-top {
	width: 100%;
	margin: 0 auto;
	vertical-align: bottom;
	background: #fff;
	text-align: center;
}

footer .footer-top img {
	margin: 0 auto;
}
footer .footer-area{
	width:100%;
	margin: 0 auto;
	vertical-align: bottom;
	background: #f77754;
	padding: 20px 0 0;
}

footer .soumuryou{
	margin-left: -20px;
}

footer .footer-area table{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px;
}



footer .footer-area table td {
	width:20%;
	vertical-align: top;
}

footer .footer-area table td:first-child {
	padding-left:20px;
	width:30%;
}

footer .footer-area table td p.title {
	color:#fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: -1.5rem;
}


footer .footer-area ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
footer .footer-area ul li {
	position: relative;
	margin: 0;
	padding:0;
}

footer .footer-area ul li a {
	color: #fff;
}
footer .footer-area ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer .bottom-area {
	display: inline-block;
	width: 100%;
	background: #a36d90;
	vertical-align: bottom;
	text-align: center;
	padding: 20px 0;
}

footer .bottom-area img {
	width:150px;
}
footer .bottom-area p {
	display: inline-block;
	background: #a36d90;
	vertical-align: bottom;
	text-align: left;
	color: #fff;
}

footer .copryright {
	display: inline-block;
	width: 100%;
	background: #fff;
	color: #333;
	text-align: center;
	font-size: 1.2rem;
	vertical-align: bottom;
	color: #666;
}






/*////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////*/


/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.slideShow .thumbNail ul {
	width: 110%;
	margin: 0;
	padding: 0;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////*/

.item-list-area{
	height:100%;
	min-height: 500px;
	wdith:1150px;

}
.item-list{
	display: block;
	width:100%;
}

.item-box{
float: left;
	display: block;
	width:250px;
	padding: 0;
	background: #ff;
	border-right:  1px solid #ccc;
	margin: 5px 0;
}

.item-box .item-image{
	display: block;
	width:100%;
	height:160px;
	padding: 10px;
	margin-left: 0px;
	width:220px;
	margin:0 auto;
}

.item-box .item-text{
	display: block;
	width:90%;
	padding: 10px;
	margin:0 0 10px 0px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ccc;
	height:55px;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
.find-area {
	width:100%;
	margin-bottom: 20px;
}

.check-area {
	display: inline;
	border: 1px solid #ccc;
	border-radius:3px;
	padding: 8px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: static;
}
.check-area label {
	padding: left: 10px;
}
/*////////////////////////////////////////////////////////////////////////////////////////*/

h2.page-title {
	width:100%;
	border-left:5px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 0 5px 15px;
	margin-bottom: 30px;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/*会員ログイン・新規登録*/
.login-area {
	display: block;
	width:750px;
	margin:20px auto 100px;
	border: 1px solid #999;
	border-radius:10px;
	background: #fff;

	-webkit-box-shadow: 2px 1px 2px rgba(153, 153, 153, 0.5);
	-moz-box-shadow: 2px 1px 2px rgba(153, 153, 153, 0.5);
	box-shadow: 2px 1px 2px rgba(153, 153, 153, 0.5);
	padding: 10px;

}

.login-subtext{
	font-size:9pt;
	color: #666;

}

.external-login-title{
	color: #2c4fd5;
}

.login-btn{

	font-weight: bold;
	color:#fff;
	background: rgb(109,179,242);
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

}

.login-btn-reg{
	font-size:11pt;
	color: #df0029;
	width:250px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border:1px solid #ccc;
	margin: 0 auto;
	padding: 10px 0;

}

.login-btn-exter{
	float: left;
	display: inline;
	font-size:11pt;
	color: #333;
	width:100px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

	border:1px solid #ccc;
	margin: 0 0 10px 10px;

}


/*////////////////////////////////////////////////////////////////////////////////////////*/

.confirm-user dl{
	width:90%;
	border: 1px solid #999;
	background: #f1f1f1;
}
.confirm-user dt{
	padding: 5px;
	margin:0;
	width: 20%;
	border-top: 1px dotted #333;
}

.confirm-user dd{
	border-top: 1px dotted #333;
	border-left: 1px solid #999;
	padding: 5px;
	margin:0;
	margin-left: 20%;
	background: #fff;
	width: 80%;
}

.confirm-user dl dt:first-child{
	border-top: 0px;
}
.confirm-user dl dt:first-child + dd{
	border-top: 0px;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

.howto-area .page-title{
	padding: 10px;
	border:1px dotted #4e7695;
	box-shadow:0px 0px 3px 1px #cccccc;
	-moz-box-shadow:0px 0px 3px 1px #cccccc;
	-webkit-box-shadow:0px 0px 3px 1px #cccccc;
	margin-bottom: 50px;
}

.howto-area .page-title p{

border-left: 5px solid #4e7695;
padding-left: 5px;
font-size:12pt;
margin: 0;

}
.howto-area .guide-coution{
width: 80%;
margin: 0 auto 30px;
padding: 10px;
border:1px solid #4e7695;

box-shadow:0px 0px 3px 1px #cccccc;
-moz-box-shadow:0px 0px 3px 1px #cccccc;
-webkit-box-shadow:0px 0px 3px 1px #8fc7c6;

border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;

background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );


}

.howto-area .howo-navi{
	font-size:9pt;
	color:#fff;
	padding: 10px;
	border: 1px dotted #ccc;
	background: #8fc7c6;
	display: block;
	margin: 0;
	height: auto;
	min-height: 30px;
}

.howto-area .howo-navi a{
	color: #fff;
}

.howto-area .howo-navi ul{
	display: block;
	margin:0;
	padding: 0 ;
	list-style-type: none;
}

.howto-area .howo-navi ul li{
	margin: 0;
	padding: 0 ;
	margin-right: 5px;
	display: inline-block;
}
.howto-area article{
	border: 1px solid #ccc;
	margin: 10px auto 30px;
	padding: 0px;
}

.howto-area article h1{
	background: #f1f1f1;
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #999;
}
.howto-area article h1 p {
	border-left:5px solid #4e7695;
	padding: 3px 0 3px 10px;
	font-size:16pt;
	margin: 0;
	margin-left: 5px;
}

section {
	padding: 10px;
	margin: 10px;;
}
section h2 {
	border-left:5px solid #8fc7c6;
	padding: 3px 0 3px 10px;
	border-bottom: 1px dotted #999;
	width: 90%;
}

.howto-area .publish {
	width:100%;
	text-align: right;
	color:#999;
	font-size:9pt;
}

.howto-area .page-top {
	width:100%;
	text-align: right;
	color:#999;
	font-size:9pt;
}

.howto-area .waori{
	margin-bottom: 75px;
}

ul.def-fault {
	margin:10px auto;
}
ul.def-fault li{
	width:170px;
	font-size: 9pt;
	margin: 0 5px 0 0;
	vertical-align: top;
}
p.def-fault-title {
	margin: 0 0 0 10px;
	background: #e1e1e1;
	padding: 5px 0;
	width:100%;
}

p.mirror-invert-title {
	margin: 0;
	background: #f1f1f1;
	padding: 5px 0;
	width:100%;
}
.image-box{
border:1px solid #ccc;
padding:0;

}

.image-box div{
padding:0;margin:0;

}
@media screen and (min-width:1024px) {
  .white-title{
  white-space:nowrap;
  }

}
/*////////////////////////////////////////////////////////////////////////////////////////*/
.guide-navi {

}
.guide-navi ul {
	list-style-type: none;
	margin: 0 auto;
	padding:0;
	width:90%
}

.guide-navi ul li {
	text-align: center;
	padding: 10px 0;
	font-size: 16pt;
}
.guide-navi ul li.comm {
	font-size: 12pt;
	border: 1px solid #ccc;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

article p.subtxt{
	font-size: 11pt;
	margin: 20px 0 0 10px;
	padding: 10px;
}

table.bank-area{
	margin: 10px 0;
	width:90%;
	border: 1px solid #ccc;
}
table.delivery-area{
	margin: 10px 0;
	width:90%;
	border: 1px solid #ccc;
}

.delivery-area th{
text-align: center;
background: #333;
color: #fff;
}
.delivery-area .title-details{
vertical-align:middle;
}
.delivery-area td{
text-align: center;
}

.delivery-time-area td.col1{
	background: #dedca8;
}
.delivery-time-area td.col2{
	background: #f7ead7;
}
.delivery-time-area td.col3{
	background: #c5f2c0;
}
.delivery-time-area td.col4{
	background: #bbebf7;
}
.delivery-time-area td.col5{
	background: #fcffd4;
}
.delivery-time-area td.col6{
	background: #f1f1f1;
}

.inq-coution {
	color: #f00;
}

.btn-tpl-dl{
	background: #e6f0a3;
	background: -moz-linear-gradient(top,  #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%);
	background: -webkit-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%);
	background: linear-gradient(to bottom,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 );
	display: inline;
	margin: 0 auto;
	padding: 5px 10px;
	font-size: 8pt;
	font-weight: bold;
	color:#fff;
	border: 1px solid #ccc;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

a.btn-tpl-dl:hover{
	color:#f00;
	box-shadow:0px 0px 1px 1px #cccccc;
	-moz-box-shadow:0px 0px 1px 1px #cccccc;
	-webkit-box-shadow:0px 0px 1px 1px #cccccc;
}

table.dl-area th{
	text-align: center;
}

table.dl-area th.goodstitle{
	background: #333;
	color:#fff
}

table.dl-area th.headertitle{
	background: #999;
	color:#fff
}
table.dl-area th.headertitle2{
	background: #eee;
	color:#000
}

.guide-dl {
	display: block;
	background: #e1e1e1;
	padding: 1px;
	margin-bottom: 10px;
	border-radius:2px;
	border: 1px solid #ccc;
	width:350px;
}
.guide-dl a {
	display: block;
	padding: 5px;
	background: #647ea4;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
background: #7d9fce;
background: -moz-linear-gradient(45deg,  #7d9fce 0%, #88aee0 100%);
background: -webkit-linear-gradient(45deg,  #7d9fce 0%,#88aee0 100%);
background: linear-gradient(45deg,  #7d9fce 0%,#88aee0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d9fce', endColorstr='#88aee0',GradientType=1 );

}


/*////////////////////////////////////////////////////////////////////////////////////////*/
.tos-area{
}


article.tos-area p.subtxt{
	font-size: 11pt;
	margin: 20px 0 0 10px;
	padding: 10px;
}


.tos-area section h2 {
	border-left:0px;
	font-size:14pt;
	font-weight:bold;
	padding: 3px 0 3px 10px;
	margin:0;
	border-bottom: 1px dotted #999;
	width: 95%;
	line-height: 0;

}

.tos-area section .subtxt {
	display: block;
	width: 95%;
}
.tos-area section ul {
	margin-top: 20px;
	width: 95%;
	list-style-type: decimal;
}
.tos-area section ul.type02 {
	width: 95%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}


ul.type02 li{
display:inline-block;
width:96%;
vertical-align:top;
}

ul.type02 li.c01{
clear:both;
width:3%;
text-align: right;
}
/*////////////////////////////////////////////////////////////////////////////////////////*/

.faq-group {
	background: #8fc7c6;
	margin-bottom: 30px;
}
.faq-group-title{
	font-size:20pt;
	margin: 10px 0;
	text-shadow: 1px 1px 1px #999;
}

.faq-area .page-title{
padding: 10px;
border:1px dotted #4e7695;

box-shadow:0px 0px 3px 1px #cccccc;
-moz-box-shadow:0px 0px 3px 1px #cccccc;
-webkit-box-shadow:0px 0px 3px 1px #cccccc;

margin-bottom: 50px;
}

.faq-area .page-title p{

border-left: 5px solid #4e7695;
padding-left: 5px;
font-size:12pt;
margin: 0;
}

.faq-area .row{
	width:95%;
}
.contact-form{
	display: block;
	width:800px;
	margin:0 auto;
}









/* #filter
--------------------------- */
#filter {
	margin: 0 ;
	padding: 15px 0;
}
#filter ul {
	overflow: hidden;
	margin: 0;
	padding:0;
}

#filter ul li {
	display: inline-block;
	overflow: hidden;
}

#filter a {
	display: block;
	cursor: pointer;
	text-align: center;
	border: 1px solid #333;
	padding: 10px;
	min-width: 150px;
	border-radius:3px ;
	border: 1px solid #a36d90;
}
#filter a:link { text-decoration:underline; color: #999; background:#eed9f4;}
#filter a:visited { text-decoration:none; color: #000; background:#eed9f4;}
#filter a:active { text-decoration:none; color: #000; background:#eed9f4;}
#filter a:hover { text-decoration:none; color: #000; }

#filter .active {
	font-weight: bold;
}
#filter a.active:link,#filter a.active:visited,#filter a.active:active,#filter a.active:hover {
 text-decoration:none;
  color: #fff;
  background: #c2185b;
  font-weight: bold;
	border: 1px solid #a36d90;
 }




#filterlist ul {
	margin: 0 auto;
	padding: 0;
	width: 1050px;
	text-align: left;
}

#filterlist ul li {
	margin: 5px;
	width: 250px;
	text-align: left;
	float: left;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #ccc;
}

#filterlist ul li img {
	width: 200px;
	height: 155px;
	float: left;
}

/* =======================================
	ClearFixElements
======================================= */
#filterlist ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#filterlist ul {
	display: inline-block;
	overflow: hidden;
}




/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*リニューアル用*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/


.main-contents{
	width: 1200px;
	width: auto;
	max-width: 1200px;
	margin: 25px auto 0;
	display: flex;
}
.left-nav {
	float: left;
	width: 250px;
	padding-right: 10px;
}
.left-nav a.info img{
	max-width:240px;
	overflow-x;hidden;
	margin-bottom:15px;
}

.left-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.left-nav ul li {
 padding: 5px;
}

.left-nav ul li.title {
	 background: #018790;
	 color: #fff;
	 font-weight:600;
	 padding: 8px;
	 text-align: center;
}
.left-nav ul li a {
	color:#30627b
}
.left-nav .banner {
	margin:10px auto;
	width:100%;
}
.left-nav .banner img {
	width:100%;
	max-width:230px;
	height:auto;
}

.right-contents {
	float: right;
	width: 950px;
	width:100%;
	max-width:950px;
	padding-left: 10px;
}
/*nav*/
.dropdown:hover > .dropdown-menu{
  display: block;
}

.dropdown:hover > .dropdown-menu li{
	padding: 2px;
	font-size: 0.8em;
}
.dropdown-menu{
top:-10px;
left:180px;
}

.dropdown-menu li{
clear: both;
white-space: nowrap;
display: block;
}


ul.banner-middle {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width:750px;
}

ul.banner-middle li {
	float: left;
	width:235px;
	margin: 0px 5px 20px;
}

/*/////////////////////////////////////////////////////////////////////*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #000;
    background: #f77754;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    border: 1px solid #bd5b41;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
/*/////////////////////////////////////////////////////////////////////*/

/*ヘッダーメニュー画像対応////////////////////////////////////*/
header .main-nav ul.navbar-right{
	width:750px;
	background-color:transparent;
}
header .main-nav ul.navbar-right li{
	width:250px;
	text-align:center;
	padding-top:5px;
	background-color:transparent;
}

header .main-nav ul.navbar-right li .button-nav:hover img {
    position: relative;
    top: -50px;
 	opacity:1;
}

header .main-nav ul.navbar-right li .button-nav {
    width: 240px;
    height: 50px;
}
header .main-nav ul.navbar-right li .button {
    position: relative;
    display: block;
    border: none;
    overflow: hidden;
}

header .main-nav ul.navbar-right li button.button {
	background-color: transparent;
}



/*///////////////////////////////////////////////////////////*/

iframe#twitter-widget-0 {
   padding:10px !important;
   background:#ccc !important;
   font-size: 10.5pt !important;
}


.sns {
	width:100%;

}

.sns .twitter {
	float:left;
	width:50%;
    margin:0 auto;
}

.sns .line {
	float:right;
	width:50%;
	text-align:right;
}

.sns .line img {
	width:100%;
	max-width:450px;
	height:auto;
}
/*///////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///  商品一覧設定  //////////////////////////*/
ul.new {
    width:100%;
    list-style-type:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
}
ul.new li {

    width:--webkit--calc(100% /2);
    width:calc(100% /2);
    width:50%;
    width:25%;
    padding:10px;
}
.goods-list {
    display:block;
    height:100%;
    width:100%;
    padding:5px;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    border-radius:0 0 7px 0;
    box-shadow:2px 2px 2px #ccc;
}

.goods-list .item-image {
    background:#fff;
    float:left;
    width:50%;
    width:100%;
    padding:5px;
    border:1px solid #ccc;
    border-radius:3px;
}
.goods-list .item-image img {
    width:100%;
    height:auto;
    border:1px solid #ccc;
    border-radius:3px;
    max-height:189px;
    overflow:hidden;
}

.goods-list .item-text {
    float:right;
    text-align:left;
    width:50%;
    width:100%;
    padding:5px;
    display:flex;
    flex-direction:column;
    align-content:space-between;
}

.goods-list .item-text .title {
    width:100%;
    border-bottom:1px dotted #ccc;
    text-align:left;
    padding:5px;
    font-size:1.3em;
    font-weight:600;
    background:#f1f1f1;
}

.goods-list .item-text .detail {
    height:auto;
    min-height:125px;
}
.goods-list .item-text .detail span {
    display:inline-block;
    white-space: nowrap;
    background:#f77754;
    color:#fff;
    border-radius:4px;
    padding:0 4px;
    margin:3px;
    font-size:0.9em;
}

.goods-list .item-text .price {
    font-size:0.9em;
    text-align:center;
    background:#e91e63;
    color:#fff;
}

.goods-list .item-text .price span {
    display:inline-block;
    white-space: nowrap;
    color:#fff;
    font-size:2.0em;
    font-weight:900;
    margin-left:5px;
}

.goods-list .item-text .price span.price_item{
    display:inline-block;
    font-size:1.0em;
    text-align:left;
    color:#fff;
    font-weight:normal;

}
.goods-list .item-text .btn {
    width:100%;

}
.goods-list .item-text .btn a {
    display:block;
    width:100%;
    padding:5px 0;
    margin:5px auto;
    border-rsdius:3px;
    background: #e6f0a3;
    background: -moz-linear-gradient(top, #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%);
    background: -webkit-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%);
    background: linear-gradient(to bottom, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 );
}

.goods-list .item-text .btn a:hover{
    background: #bfd255;
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    color:#fff;
}

@media screen and  ( max-width:1023px) {

    ul.new li {
        width:100%;
        padding:10px;
    }

	.goods-list .item-image img {
	    width:100%;
	    height:auto;
	    border:1px solid #ccc;
	    border-radius:3px;
	    max-height:300px;
	    overflow:hidden;
	}

}
@media screen and  ( max-width:560px) {

    ul.new li {
        width:100%;
        padding:10px 0;
    }
	.goods-list .item-image {
	    width:100%;
	}

	.goods-list .item-text {
	    width:100%;
	}

	.goods-list .item-text .detail {
	    height:auto;
	    min-height:50px;
	}
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//// 関連商品  /////////////////////////////////////////////////////////////////////////////////////*/

	.kanren_h4 {background-color:darkorange;}
	.kanren-box {display: flex; margin: 10px 0 20px; justify-content: space-between;}
	.kanren-box div {width: 19%; padding: 10px; text-align: center; border: solid 1px #999;}
	.kanren-box div  img {width:auto; max-width: 100%; }
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	

.mobileonly{ display:none;}
