html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.sp-sprite, .sp-iconLogout, .sp-iconMenu, .sp-logoEntrance {
  background-image: url('../img/sp.png');
  background-repeat: no-repeat;
}

.sp-iconLogout {
  background-position: 0 0;
}

.sp-iconMenu {
  background-position: 0 -40px;
}

.sp-logoEntrance {
  background-position: 0 -70px;
}

/* ************************************
 *
 * SCSS Media Queries Mixins
 *
 * Aauthor   : Ryuichi Nonaka
 * Version   : 0.4.0
 * Copyright : 2012 Ryuichi Nonaka
 * Date      : 2012/11/16
 *
 * Released under the MIT license
 *
 *********************************** */
/* ************************************
 *
 * Device Width
 * Initialize variables
 *
 *********************************** */
/* ************************************
 *
 * Browser Prefix
 * Initialize variables
 *
 *********************************** */
/* ************************************
 *
 * Return ratio
 * Initialize variables
 * @param $prefix prefix type
 * @param $ratio device ratio
 *
 *********************************** */
/* ************************************
 *
 * Mobile Device mixin
 * @param $orientation Direction of a device
 * @param $version [old|modern|future|any] The version of a device
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 * old    : iPhone 3G or 3GS.
 * modern : iPhone 4 or 4S.
 * future : iPhone 5.
 * any    : All version.
 *
 *********************************** */
/* ************************************
 *
 * Tablet Device mixin
 * @param $orientation Direction of a device
 * @param $version [old|modern|any] The version of a device
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 * old    : iPad 1 or 2 or mini.
 * modern : new iPad (3).
 * any    : All version.
 *
 *********************************** */
/* ************************************
 *
 * Desctop Device mixin
 * @param $size Direction of a device
 * @param $version [modern|future|any] The version of a device
 *
 * Version modern ---------------------
 * narrow  : max width 1024.
 * modern  : max width 1280.
 * wide    : max width 1600.
 * hd      : max width 1920.
 * over    : width 1920 over.
 * ratio   : 1.0
 *
 * Version future ---------------------
 * modern : max width 1280.
 * wide   : max width 1440.
 * ratio  : 2.0
 *
 *********************************** */
/* ************************************
 *
 * Custom Device mixin
 * @param $min_width number(px) Minimum device size
 * @param $max_width number(px) Maximum device size
 * @param $pixel_ratio number Device px ratio
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 *********************************** */
input:-moz-placeholder {
  color: #bbb !important;
}
input::-moz-placeholder {
  color: #bbb !important;
}
input:-ms-input-placeholder {
  color: #bbb !important;
}
input::-webkit-input-placeholder {
  color: #bbb !important;
}

/*layout*/
.alC {
  text-align: center !important;
}

.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.txtS {
  font-size: 0.8em;
  font-weight: normal;
}

.txtM {
  font-size: 1.2em;
}

.txtL {
  font-size: 1.4em;
}

.txtB {
  font-weight: bold;
}

.txtRed {
  color: #cc0000;
}

.dispNon {
  display: none !important;
}

.wrap80 {
  width: 80%;
  margin: auto;
}

.wrap95 {
  width: 95%;
  margin: auto;
}

.wrap85 {
  width: 85%;
  margin: auto;
}

.mt4 {
  margin-top: 4% !important;
}

.bkNon {
  background: none !important;
}
.ws {
  white-space: nowrap;
}

.preformatted{
    white-space: pre-wrap;
}
/*clearfix*/
.clfx {
  display: block;
}
.clfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clfx {
  height: 1%;
}
*:first-child + html .clfx {
  display: inline-block;
}

body {
  width: 100%;
  font-family: Meiryo,Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic Pro,Osaka,MS PGothic,sans-serif,Arial,Tahoma,Verdana;
  color: #3b3b3b;
  background: #f5f5f5;
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
}

main {
  background: #f5f5f5;
  padding: 0;
}

h2 {
  font-size: 2em;
  text-align: center;
}

h2.favorite {
  font-size: 1.5em;
  text-align: left;
  margin-bottom:20px;
  background-color: #fff;
  position: relative;
  padding: .6em 1em .5em 1.5em;
  border: 1px solid #ccc;

}
h2.favorite::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 7px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3DBFD5;
  border-radius: 2px;
}

h3, caption {
  font-size: 1em;
  font-weight: bold;
}
h4 span {
	color: #fff;
	background-color: #48b1be;
	padding:2px 15px 1px;
	font-weight: bold;
	font-size: 1.2em;
}
textarea {
  font-size: 100%;
  font-family: Meiryo,Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic Pro,Osaka,MS PGothic,sans-serif,Arial,Tahoma,Verdana;
}
#modalhtml {
	background-color: #fff;
}

#modalbody {
	background-color: #fff;
	height: 100%
}

.picProductS {
  width: 8%;
  height: auto;
  vertical-align: middle;
  margin-left: 4%;
  padding: 1% 2.5%;
  background: #fff;
  border: 1px solid #ccc;
}

#header {
	background: #fff;
	color: #666;
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	z-index:100;
}
#footer {
	background: #888;
	color: #fff;
}
#header, footer {
  padding: 0 0.5%;
  font-size: 1em;
}
#header .iconMenu, footer .iconMenu {
  float: left;
  width: 20%;
/*  margin: 1% 1% 0 0;*/
  font-size: 0.9em;
}
#header .iconMenu a {
  color: #666;
  font-size: 1.2em;
  text-decoration: none;
}
#footer .iconMenu a {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

#header .iconMenu img, footer .iconMenu img {
  width: 20%;
  padding-right: 5%;
  vertical-align: middle;
}
#header .portraitActive, footer .portraitActive {
  display: none;
}




#header .logoCustomer, footer .logoCustomer {
  text-align:center;
  width: 30%;
  margin: 0 auto;
}
#header .logoCustomer img, footer .logoCustomer img {
/*  width: 100%;*/
}

#header .logoEntrance, footer .logoEntrance {
  float: left;
  width: 15%;
  margin: 0.3% auto 0;
}
#header .logoEntrance img, footer .logoEntrance img {
  width: 100%;
}
#header .copy, footer .copy {
  float: right;
  margin: 1% auto 1%;
}
#header .fltR, footer .fltR {
  width: 43%;
  position: absolute;
  top: 1%;
  right: 0;
}
/* #header .user, footer .user {
  float: left;
  width: 60%;
  margin: 2.5% 4% 0 32%;
  font-size: 0.5em;
  line-height: 1.5;
} */
#header .iconLogout, footer .iconLogout {
  margin: 0 4% 0 1%;
  font-size: 0.9em;
  text-align: right;

}
#header .iconLogout a {
  color: #666;
  text-decoration: none;
}
#footer .iconLogout a {
  color: #fff;
  text-decoration: none;
}
#header .iconLogout a:hover, footer .iconLogout a:hover {
  text-decoration: underline;
}
#header .iconLogout img, footer .iconLogout img {
  width: 5%;
  padding-right: 2%;
  vertical-align: middle;
}

/*フッター下付き*/
footer .user {
  margin: 0 4% 0 1%;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: right;
}
footer {
  width: 93%;
  text-align: right;
  padding: 0.5% 3%;
  margin-top: 5%;
  font-size: 0.5em;
  z-index: 9900;
  height:33px;/*縦スクロールを出さないようfooterの高さから+3px*/
}

footer.bottomSet{
  bottom:0;
}

footer #footer, footer #footer_login{
  background-color: #262626;
  height: 30px;
  color: #ffffff;
  text-align: center;
}

.footerBtnWrap {
  width: 90%;
  margin: auto;
}

.noFix {
  position: relative;
}

/*サイドメニュー
_______________________________________________________*/

.navLandscape {
  float: left;
  width: 20%;
  /* width: 20%;  */
  -webkit-box-shadow: inset 0 0 5px 5px #4d4d4d;
  -moz-box-shadow: inset 0 0 5px 5px #4d4d4d;
  box-shadow: inset 0 0 5px 5px #4d4d4d;
}
.navLandscape ul {
/*  border-top: 1px solid #474747;*/
}
.navLandscape ul li {
    line-height: 48px;
}
.navLandscape ul li a {
  display: block;
  padding: 5% 15px;
  text-align: left;
  color: #333;
  text-decoration: none;
  background: #e9e9e9;
/*  border-right: 1px solid #474747;*/
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  -webkit-box-shadow:inset -8px 0px 8px -5px #ccc;
　-moz-box-shadow:inset -8px 0px 8px -5px #ccc;
　box-shadow:inset -8px 0px 8px -5px #ccc;
}
.navLandscape ul li:last-child a {
  border-bottom:none;
}

.navLandscape ul.acordion li {
  cursor: pointer;
}

.navLandscape ul.acordion li .submenu a {
  line-height: 40px;
  font-size: 13px !important;
  padding-left: 30px;
  background: #f2f2f2;
}

.navLandscape ul.acordion li a.arrow:hover, a.menuend:hover, .menu2 a.menuend:hover, .menu3 a.menuend:hover, .menu4 a.menuend:hover{
  text-decoration:none;
  background: #ccc;
}

/* トップページメニュー */
/*.menu1 {
	cursor: pointer;
}

.menu1 a:hover{
  text-decoration:none;
  background: #ccc;
}

.menu2 {
	display:none;
	position:absolute;
	left:20%;
	width:20%;
	zoom:1;
	padding-bottom:10%;
}
.menu3 {
	display:none;
	position:absolute;
	left:40%;
	width:20%;
	zoom:1;
	padding-bottom:10%;
}
.menu4 {
	display:none;
	position:absolute;
	left:60%;
	width:20%;
	zoom:1;
	padding-bottom:10%;
}

.menuend:hover{
	color:#BF0000;
	text-decoration:underline;
}

.menu2 li{
	float:none;
}

.navLandscape .menu2 li a{
	background:#f0f0f0;
}

.menu3 li{
	float:none;
}

.navLandscape .menu3 li a{
	background:#f0f0f0;
}

.menu4 li{
	float:none;
}

.navLandscape .menu4 li a{
	background:#f0f0f0;
}
*/

/*矢印アイコン*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrowType01::before {
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #3996a2;
  border-right: 3px solid #3996a2;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowType01.arrowType01Active:before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.arrowType02::before {
  left: 0;
  top: -110%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left: 10px solid #F1E7BC;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.searchArrow:after {
    position: absolute;
    top: 50%;
/*    right: 10px;*/
    margin-top: -7px;
    margin-left: 3%;
    content: "";
    width: 7px;
    height: 7px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.searchArrow.searchArrowActive:after {
    margin-top: -4px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.infoContent {
  width: 70%;
  padding:1% 5% 3% 5%;
  float: right;
}
.infoContent h2 {
  border-bottom: 2px solid #199fb0;
  padding-bottom: 1%;
  margin-bottom: 3%;
  text-align: left;
  font-size: 1.75em;
}
.infoContent .user {
  margin: 0 -5% 2% 1%;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: right;
}
.infoContentCommon {
  padding:2% 5% 0% 0%;
  float: right;
}
.infoContentCommon .user {
  margin: 0 -5% 2% 0%;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: right;
}

.infobox {
  margin-bottom: 3%;
  background: #fff;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3%;
}
.infobox h2 {
  color: #199fb0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2em;
}
.infobox li {
  line-height: 1.5;
}

.layout_A dt {
  display: block;
  width: 20%;
  float: left;
}
.layout_A dt img {
  width: 100%;
  border: 1px solid #ccc;
}
.layout_A dd {
  width: 77%;
  float: right;
  line-height: 1.5;
}

.layout_B dt {
  display: block;
  width: 20%;
  float: left;
}
.layout_B dt img {
  width: 100%;
  border: 1px solid #ccc;
}
.layout_B dd {
  width: 100%;
  float: right;
  line-height: 1.5;
}
.layout_A dd span{
  display: inline;
  text-decoration: underline;
}
#menuOpen {
  z-index: 10;
  position: absolute;
  margin-top: -1.75%;
  padding: 1% 3%  2% 3%;
  right: 0.5%;
  border: 1%;
  width: 3%;
  font-size: 0.8em;
  cursor: pointer;
  color: #fff;
  background-color: #ccc no-repeat center 50%/25%;
  background: url(../img/iconMenuOpen.png) #ccc no-repeat center 50%/25%;
  -moz-border-bottom-left-radius: 5%;
  -webkit-border-bottom-left-radius: 5%;
  border-bottom-left-radius: 5%;
  -moz-border-bottom-right-radius: 5%;
  -webkit-border-bottom-right-radius: 5%;
  border-bottom-right-radius: 5%;
 }

#menuOpen.close {
  background: url(../img/iconMenuClose.png) no-repeat center 50%/25%;
  background-color: #999;
}

#simple-menu {
  background: url(../img/iconMenu.png) no-repeat 4% 50%/30%;
}
/* #simple-menu.close {
  background: url(../img/iconClose.png) no-repeat 0 50%/contain;
} */

.searchOpen {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #4561AB;
  padding: 1%;
  margin-bottom: 3%;
  margin-top: 3%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.searchOpen:hover {
  text-decoration: underline;
  cursor:pointer;
}
.searchOpen img {
  width: 2%;
  margin-left: 1%;
}

.sidr p {
  font-size: inherit !important;
  margin: 0;
  padding-left: 15px;
  cursor: pointer;
}
.sidr p span {
  color: #fff !important;
}

.sidr .noLink {
  color: #fff;
}

.sidr ul ul {
  display: none;
}

.sidr a {
  cursor: pointer;
}

.sidr ul li ul li ul li a,
.sidr ul li ul li ul li span {
  padding-left: 60px;
}

.sidr ul li ul li ul li ul li a,
.sidr ul li ul li ul li ul li span {
  padding-left: 80px;
}

/*
basicComponentSetting **************************************************/
.topicPath {
  font-size: 0.85em;
  margin: 2% 2% 0;
}
.topicPath li {
  float: left;
  display: inline;
  margin-right: 1em;
  white-space: nowrap;
}
.topicPath li a {
  color: #fff;
  text-decoration: none;
  padding: 3px 7.5%;
  margin-right: 1%;
  background: #48b1be;
  border-bottom: 2px solid #3996a2;
  width: 115%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.topicPath li a:hover {
  background: #3DBFD5;
}
.topicPath li.present {
  margin-left: 0.25em;
  margin-bottom: 2%;
}

.explain {
  cursor: pointer;
}

.btn {
  display: block;
  padding: 2%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  background: #48b1be;
  border: none;
  border-bottom: 4px solid #3996a2;
  line-height: 1.2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn:hover {
  background: #3DBFD5;
}
.btn.red {
  background: #B90036;
  border-color: #94002C;
}
.btn.red:hover {
  background: #cc0000;
}
.btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.btn img {
  vertical-align: baseline;
  width: 3%;
  margin-right: 2%;
}

/* 承認ボタン */
a.btn.approval {
  float:left;
  padding: 4%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  background: #ccc;
  border: none;
  border-bottom: 3px solid #aaa;
  line-height: 1.2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  margin-right:1%
}
.btn.approval:hover {
  opacity:0.5;
}
.btn.approval a {
  text-decoration: none;
  color: #fff;
}

a.btn.approval.ng {
  text-decoration: none;
  color: #fff;
  background:#ff0000;
  border-bottom:3px solid #cc0000;
}
a.btn.approval.ok {
  text-decoration: none;
  color: #fff;
  background:#0000ff;
  border-bottom:3px solid #0000cc;
}
a.btn.approval.hold {
  text-decoration: none;
  color: #fff;
  background:#eebb33;
  border-bottom:3px solid #ccaa00;
}

.msgBlock {
  margin: 1% 0 3%;
  background: #fcfce8;
  padding: 3%;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.25em;
  color: #333;
  line-height: 1.75;
  text-align: center;
}

.paging {
  position: relative;
  overflow: hidden;
}
.paging ul {
	float: right;
	left: 38%;
	position: relative;
	width: 75%
}
.paging ul li {
	float: right;
  left: -50%;
  position: relative;
  display: inline;
  color: #333;
	margin-right: 1%;
	width: 7%;
  line-height: 2;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.paging ul li a {
  text-decoration: none;
  display: block;
  color: #333;
}
.paging ul li a:hover {
  text-decoration: underline;
  background: #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.paging ul li.present {
  background: #333;
  color: #fff;
}

table {
  width: 100%;
}
table tr, table th, table td {
  border-right: 1px solid #ccc;
/*  padding: 1.5%;*/
  text-align: center;
}
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  table tr, table th, table td {
    padding: 15px;
  }
}
table tr th, table th th, table td th {
  background: #f7f7f7;
  border: 1px solid #ccc;
}
table tr td, table th td, table td td {
  border-left: 1px solid #ccc;
}

.orderForm .fltL {
  width: 20%;
}
.orderForm .fltR {
  width: 60%;
}
.orderForm .fltR.default {
  min-height: 1.1em;
  background: #efefef;
  border: 1px solid #ccc;
  padding: 0.5%;
  font-size: 0.75em;
  text-align: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.orderForm th {
  text-align: left;
  background: #F4F1E1;
}
.orderForm td {
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
}
.orderForm tr {
  border-left: 1px solid #ccc;
}
.orderForm tr.stockOut {
  color: #999999;
  background: #ededed !important;
}
.orderForm input, .orderForm select {
  width: 98%;
/*  line-height: 1.8; */
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.orderForm input[type=radio] {
  width: auto;
}
.orderForm textarea {
  border: 1px solid #ccc;
  width: 98%;
}
.orderForm a {
  color: #354B9B;
}
.orderForm .btn {
  color: #fff;
  padding: 8% 0% !important;
  font-size: 1.0em;
/*  margin: -5%;*/
}

.orderForm.second {
  margin-top: 2%;
}
.orderForm.second th {
  width: 19.5%;
}
.orderForm.second td {
  width: 29%;
}
.orderForm.second select {
  width: 98%;
  line-height: 1.8;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.orderForm .listinputtd {
  padding:0%;
}

.orderForm .title {
  font-weight:bold;
  font-size:120%;
  margin-bottom:2%;
}
.orderForm td .delete {
  float: left;
  width:20%;
  margin-top:8%;
  margin-left:5%;
}
.orderForm td .delete button{
}
.orderForm img:hover {
  opacity:0.7;
}

.orderForm .listinputtd {
  padding:0%;
}

.orderForm .title {
  font-weight:bold;
  font-size:120%;
  margin-bottom:2%;
}

.productSec .title {
  font-weight:bold;
  font-size:120%;
  margin-bottom:2%;
}

.orderForm img:hover {
  opacity:0.7;
}

.orderForm .group_delete {
  display: none;
}

.orderForm .item_replace {
  display: none;
  text-align: center;
}

.orderForm .textOverflow {
  overflow: hidden;
  width: 200px;
  line-height: 1.0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}

/* 検索条件 */
.searchForm tr {
  border: 0px;
}
.searchForm th {
  border: 0px;
  background: #FFF;
  text-align:left;
}
.searchForm td {
  border: 0px;
  text-align:left;
}

.searchForm input[type=text]{
  width: 110px;
  line-height: 1.8;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 1.5em;
}

.searchForm select {
  width: 98%;
  line-height: 1.8;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 2em;
}

.searchForm div {
  float:left;
  margin-left:1%;
}
.searchForm .btntd {
  width:20%;
  vertical-align:bottom;
}
.searchForm .btntd a {
  width:100%;
}
.searchForm .btntd a.searchbtn {
  width: 20%;
  padding: 0.5%;
  margin: 0%;
}
.systemForm div {
  float:left;
}

/* 子画面テーブル */
.modalForm {
  font-size: 95%;
}
.modalForm .fltL {
  width: 20%;
}
.modalForm .fltR {
  width: 60%;
}
.modalForm .fltR.default {
  min-height: 1.1em;
  background: #efefef;
  border: 1px solid #ccc;
  padding: 0.5%;
  font-size: 0.75em;
  text-align: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.modalForm th {
  text-align: left;
  background: #F4F1E1;
}
.modalForm td {
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
}
.modalForm input, .modalForm select {
  width: 98%;
  line-height: 1.8;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.modalForm input[type=radio] {
  width: auto;
}
.modalForm textarea {
  border: 1px solid #ccc;
  width: 100%;
}
.modalForm a {
  color: #354B9B;
}
.modalForm .btn {
  color: #fff;
  padding: 8% 10%;
  font-size: 1.1em;
}

.modalForm.second {
  margin-top: 2%;
}
.modalForm.second th {
  width: 19.5%;
}
.modalForm.second td {
  width: 29%;
}
.modalForm.second select {
  width: 98%;
  line-height: 1.8;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.modalForm.basic tr:nth-child(2n+0) td {
  background: #eef7f8;
}
.modalForm.basic tr:nth-child(2n+1) td {
  background: #fff;
}
.modalForm.basic tr.hover:not(.toptr) td {/*オンマウスで色変更*/
  color: #3996a2;
/*  font-weight: bold;*/
  background-color: #d5f1f4 !important;
}
.modalForm.basic.total tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom: none;
  border-left: none;
  background: none;
}
.modalForm.basic th {
  text-align: center;
}
.modalSearchForm {
  width:95%;
  margin-bottom:10px;
}
.modalSearchForm th {
  width:200px;
  text-align:right;
}
.modalSearchForm .input_id {
  width:250px;
  text-align:left;
}
.modalSearchForm .input_name {
  width:150px;
  vertical-align:bottom;
}
.modalSearchForm .input_name a {
  margin-left: 90px;
}
.modalSearchForm tr {
  border: 0px;
}
.modalSearchForm th {
  border: 0px;
  background: #FFF;
  text-align:left;
}
.modalSearchForm td {
  border: 0px;
  text-align:left;
}

.modalSearchForm input, .modalSearchForm select {
  width: 98%;
  line-height: 1.8;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 1.5em;
}

.modalSearchForm .btn.search {
  width:100%;
  margin: auto;
  margin-left: 25%;
}

.searchBoxArea, .searchBoxAreaStandAlone {
  padding: 3.5%;
  background: #fff;
  margin: 5% auto;
}
.searchBoxArea h2, .searchBoxAreaStandAlone h2, .searchBoxArea .box, .searchBoxAreaStandAlone .box, .searchBoxArea .btn, .searchBoxAreaStandAlone .btn {
  text-align: left;
  width: 96%;
  font-size: 1.75em;
}
.searchBoxArea .box, .searchBoxAreaStandAlone .box, .searchBoxArea .btn, .searchBoxAreaStandAlone .btn {
  margin: 4% auto 2%;
  color: #4d4d4d;
  padding: 2%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none;
}
.searchBoxArea .box, .searchBoxAreaStandAlone .box {
  width: 70%;
  float: left;
}
.searchBoxArea .btn, .searchBoxAreaStandAlone .btn {
  float: right;
  width: 25%;
  padding: 2%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  background: #48b1be;
  border: none;
  border-bottom: 4px solid #3996a2;
  cursor: pointer;
  -webkit-appearance: none;
}
.searchBoxArea .btn:hover, .searchBoxAreaStandAlone .btn:hover {
  background: #3DBFD5;
}
.searchBoxArea .btn a, .searchBoxAreaStandAlone .btn a {
  display: block;
}
.searchBoxAreaShort {
  padding: 1%;
  background: #fff;
  margin: 1% auto;
}
.searchBoxAreaShort h2, .searchBoxAreaShort .box, .searchBoxAreaShort .btn {
  text-align: left;
  width: 96%;
  font-size: 1.75em;
}
.searchBoxAreaShort .box, .searchBoxAreaShort .btn {
  margin: 4% auto 2%;
  color: #4d4d4d;
  padding: 2%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.searchBoxAreaShort .box {
  width: 70%;
  float: left;
}
.searchBoxAreaShort .btn {
  float: right;
  width: 25%;
  padding: 2%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  background: #48b1be;
  border: none;
  border-bottom: 4px solid #3996a2;
  cursor: pointer;
}
.searchBoxAreaShort .btn:hover {
  background: #3DBFD5;
}
.searchBoxAreaShort .btn a {
  display: block;
}

.searchType label {
  margin-right: 5%;
  background: #fff;
  padding: 0.5%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.loginBoxArea {
  width: 40%;
  margin: 3% auto;
}
.loginBoxArea h2, .loginBoxArea .box, .loginBoxArea .btn {
  margin: 6% auto 0;
  text-align: left;
  width: 96%;
  font-size: 1.75em;
}
.loginBoxArea .box, .loginBoxArea .btn {
  color: #4d4d4d;
  padding: 2%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.loginBoxArea .btn {
  width: 100%;
  padding: 4% 2%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  background: #48b1be;
  border: none;
  border-bottom: 4px solid #3996a2;
  cursor: pointer;
  -webkit-appearance: none;
}
.loginBoxArea .btn:hover {
  background: #3DBFD5;
}
.loginBoxArea .btn a {
  display: block;
}

.shohinListImg {
  width: 13%;
  text-align: center !important;
}
.shohinListImg img {
  width: 85%;
}

.inCartImg {
  width: 8%;
  text-align: center !important;
}
.inCartImg img {
  width: 85%;
}

.inCartQty {
  padding: 10px 15px;
  margin-right: 5%;
  background: #fafafa;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 2px 0px #bbb inset;
  -webkit-box-shadow: 1px 2px 0px #bbb inset;
  box-shadow: 1px 2px 0px #bbb inset;
  display: inline-block;
}

.qtyTip {
  display: none;
  z-index: 10;
  position: absolute;
  margin: 1% -5.5%;
  padding: 2%;
  background: #F1E7BC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.qtyTip form {
  margin-top: 5%;
}
.qtyTip textarea {
  font-size: 1em;
  margin-top: 0;
  padding: 2%;
  width: 50% !important;
}
.qtyTip input[type=button] {
  width: 30% !important;
  margin-bottom: 0 !important;
  height: auto !important;
  background: #fff;
}

.layoutFixed {
  table-layout: fixed !important;
}

#reference h2 {
  font-size: 1.2em;
  margin-bottom: 1.2%;
}
#reference .btn {
  float: left;
  margin: 2% auto;
  width: 27%;
}
#reference table.total {
  width: 66%;
  float: right;
  margin-top: 0;
}
#reference table.total caption {
  margin-bottom: 1%;
  font-weight: normal;
}
#reference table.total th {
  border-bottom: 1px solid #ccc;
  padding: 1.5%;
}
#reference table.total th.qos {
  background: #DAE5E1;
  border: 2px solid #bbb;
}
#reference table.total td {
  padding: 1.2%;
}
#reference table.total td.qos {
  font-size: 1.4em;
  color: #cc0000;
  background: #fff;
  border: 2px solid #bbb;
}
#reference table.number, #reference table.number.second {
  border: 1px solid #ccc;
}
#reference table.number th, #reference table.number.second th {
  width: 20%;
  border: 1px solid #ccc;
}
#reference table.number td, #reference table.number.second td {
  width: 25%;
}
#reference table.number tr:nth-last-child(0), #reference table.number.second tr:nth-last-child(0) {
  background: transparent;
}
#reference table.number.second {
  border-width: 3px;
}
#reference table.number.second th, #reference table.number.second td, #reference table.number.second input {
  width: 25%;
  font-weight: bold;
}
#reference table.number.second td, #reference table.number.second input {
  color: #cc0000;
}
#reference .priceEnter.fix select, #reference .priceEnter.fix input {
  border: none;
  font-size: 1em;
}
#reference .priceEnter.fix select {
  border: 1px solid #ccc;
}
#reference table, #reference tr, #reference th, #reference td {
  margin-top: 2%;
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #ccc;
  padding: 1%;
  font-size: 0.98em;
  text-align: center;
  table-layout: fixed;
}
#reference table tr:nth-child(2n+1), #reference tr tr:nth-child(2n+1), #reference th tr:nth-child(2n+1), #reference td tr:nth-child(2n+1) {
  background: #fff;
}
#reference table tr:nth-child(2n+0), #reference tr tr:nth-child(2n+0), #reference th tr:nth-child(2n+0), #reference td tr:nth-child(2n+0) {
  background: #eef7f8;
}
#reference table tr:nth-last-child(1), #reference tr tr:nth-last-child(1), #reference th tr:nth-last-child(1), #reference td tr:nth-last-child(1) {
  border-bottom: 1px solid #ccc;
}
#reference table th, #reference tr th, #reference th th, #reference td th {
  width: 10%;
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#reference table td, #reference tr td, #reference th td, #reference td td {
  border-left: 1px solid #ccc;
}

.searchDetail {
  background: #fff;
  padding: 3%;
  margin: -3% 0 3%;
}
.searchDetail form {
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
  border-bottom: 1px solid #ccc;
}
.searchDetail form .box {
  width: 66%;
  padding: 1%;
  font-size: 1em;
  margin-right: 2%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.searchDetail form .btn {
  display: inline;
  width: 25%;
  padding: 0.5%;
}
.searchDetail div.fltL {
  width: 50%;
}
.searchDetail div.fltL h4 {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5%;
}
.searchDetail .terms {
  width: 100%;
  font-size: 0.9em;
}
.searchDetail .terms li {
  float: left;
  display: inline;
  margin-right: 3%;
  padding: 1%;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.searchDetail .terms li:hover {
  background: #C1CBEC;
}
.searchDetail .selected {
  color: #fff;
  background: #5274CC;
}
.searchDetail .numA {
  margin: 2% 0 0;
  text-align: center;
}
.searchDetail table tr {
  border:0px;
  padding: 0.8%;
}
.searchDetail table td {
  text-align:left;
  border:0px;
  padding: 0.8%;
  vertical-align: top;
}
  .searchDetail label {
    font-size:120%;
  }
.searchDetail .keyword {
  width: 100%;
  height:30px;
  font-size:1.3em;
 	 -moz-border-radius: 4px;
 	 -webkit-border-radius: 4px;
	  border-radius: 4px;
  border:1px solid #ccc;
}

.topicPath {
  margin-bottom: 0;
}

.contents {
  padding: 0 0 4% 0;
  margin-bottom: 4%;
  border-bottom: 1px solid #ccc;
}

/* キーワード検索 ブロック表示 */
section.productSec {
  display: box;
  float: left;
  width: 22.5%;
  margin-right: 3%;
  font-size: 0.8em;
}
@media only screen and (min-width: 0) and (max-width: 650px) {
  section.productSec {
    width: 47%;
    margin-bottom: 4%;
  }
}
section.productSec .productName {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 2%;
  margin-bottom: 4%;
  border-bottom: 1px dotted #ccc;
  color: #3DBFD5;
}
section.productSec .tapArea {
  display: block;
  padding: 4%;
  color: #333;
  border: 1px solid #E6E6E6;
  text-decoration: none;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section.productSec .tapArea dt{
  float: left;
  color: #999;
  padding: 1px 3px;
  margin: 0;
  font-weight: normal;
  border: 1px solid #ccc;
  clear: both;
}
section.productSec .tapArea dd{
  float: left;
  margin: 4px;
}
section.productSec .nis {
  background: #bbb;
  padding: 4%;
  border-bottom: none;
  opacity: 0.6;
}
section.productSec a.tapArea.nis {
  background: #bbb;
}
section.productSec a.tapArea.nis:hover {
  background: #999;
}
section.productSec .btn {
  width: 100%;
  font-size: 1em;
/*  padding: 6% 0;*/
  margin-bottom: 5%;
}
section.productSec .btn.nis {
  background: #999999;
  cursor: default;
}
section.productSec dl {
  line-height: 1.4;
}
section.productSec dt, .identificationCode {
/*  color: #203C76;*/
  margin: 0 5px 0 0;
  padding: 1px 3px;
  border: 1px solid #ccc;
  color: #999;
}

.identificationCode_Line{
  margin-bottom: 10px;
}

section.productSec .pic {
  margin: 2% 0;
  text-align: center;
}
section.productSec .pic img {
  width: 70%;
  background: #fff;
  border: 1px solid #ccc;
}

section.productSec:nth-of-type(4) {
  margin-right: 0;
}

section.productSec table tr{
  border:0px;
}

section.productSec table td{
  border:0px;
}
section.productSec .numinptd{
  width:60%;
}
section.productSec .numbtntd{
  width:20%;
}
section.productSec .numbtn2td{
  margin-right:1%;
}
section.productSec .suryo{
  width: 65%;
  height:30px;
  font-size:150%;
  text-align:right;
  margin-bottom:1%;
  margin-top:3%;
  border: 2px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tani{
  font-weight:bold;
  font-size:1.2em;
  white-space: nowrap;
}

.productStatus li {
  line-height: 1.6em;
}

.regularPrice {
  text-align: center;
  color: #999;
}
.regularPrice span {
  font-size: 1.1em;
  margin: 0 1%;
  text-decoration: line-through;
}

.price {
  text-align: center;
  font-weight: normal;
}
.price span {
  font-size: 1.2em;
  font-weight: bold;
}

.quantity, .stockStatus {
  color: #203C76;
}
.orderForm tr.stockOut .stockStatus {
  color: #999999;
}

li.quantity {
    border-radius: 5px;
    background-color: rgb(190, 219, 223);
    width: 100%;
}
.quantity label{
    padding: 5px;
    width: 100%;
}

.quantity span, .stockStatus span {
  color: #333;
/*  font-weight: bold;
  font-size: 1.2em;*/
}

.btn.explain {
  width: 80px !important;
  margin: 0 auto 5% auto !important;
}

/* お気に入りボタン */
.btnfavorite {
  color: #333;
  background: rgb(190, 219, 223);
  border-bottom: 2px solid #afc6c9;
  margin: 0% auto !important;
  width: 70% !important;
  padding: 3% 0 !important;
}
.btnfavorite:hover {
  background: rgb(225, 239, 242);
}
.btnRemove {
  color: #333;
  background: #ccc;
  border-bottom: 2px solid #bbb;
  margin: 10% auto !important;
  width: 70% !important;
  padding: 3% 0 !important;
}
.btnRemove:hover {
  background: #bbb;
}

.stockStatus .in {
  color: #199fb0;
}
.stockStatus .slight {
  color: #C22411;
}
.stockStatus .out {
  color: #999999;
  background: #ededed;
}
input[type="text"][disabled]{
  background: #ededed;
}

.priceTitle, .quantityTitle, .stockStatus {
  text-align: left;
}
.priceValue, .quantityValue, .stockValue {
  text-align: right;
  font-size: 1.2em;
}

.priceValue {
  font-weight: bold;
  font-size: 1.4em;
}

.orderQty {
  margin-top: 5%;
  padding-top: 5%;
  font-size: 1.2em;
}

.btn.cart {
  margin: 5% auto 1% !important;
  font-weight: bold;
  color: #fff;
  background: #B90036;
  border-bottom: 4px solid #94002C;
  width: 70% !important;
  padding: 3% 0 !important;
}

.productSecCart {
  margin-top: 7%;
  padding: 0 0 3%;
}

/** 商品説明 */
/* .itemDescription {
  width: 80%;
  display: none;
  margin: 3% 5%;
  padding: 3%;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.5;
  -moz-box-shadow: 0px 0px 10px #333;
  -webkit-box-shadow: 0px 0px 10px #333;
  box-shadow: 0px 0px 10px #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  top: 5%;
} */

.itemDescription {
  display: inline;
  padding: 3%;
  background: #fff;
  line-height: 1.5;
  border-radius: 4px;
  position: absolute;
}
.itemDescription p {
  width: 100%;
  margin-top: 2%;
}
.itemDescription .btn.close {
  width: 10%;
  float: right;
  padding: 1%;
  font-size: 0.85em;
  margin-top: 2.5%;
}
.itemDescription .subphotodiv {
  float:left;
  display:block;
  width:10%;
}
.itemDescription .subphotodiv div {
  display:block;
  width:100%;
}
.itemDescription .subphotodiv div img{
  width:100%;
}
.itemDescription .mainphoto {
  float:left;
  display:block;
  width:35%;
  margin-left:1%;
}
.itemDescription img {
  width:100%;
}
.over img{
  opacity:0.25;
}
.plus, .minus, .multiply10, .multiply100{
  cursor: pointer;
}

.plus:hover, .minus:hover, .multiply10:hover, .multiply100:hover {
  opacity:0.75;
}

.descriptionImg {
  width: 30%;
  display: block;
  float: left;
}

.productDetail {
  float: right;
  width: 50%;
  font-size: 0.8em;
  border-top: 1px solid #ccc;
}
.productDetail th {
  text-align: left;
}
.productDetail td {
  text-align: left;
  padding: 2%;
  border-bottom: 1px solid #ccc;
}

.productDetail_noimage {
  float: right;
  width: 100%;
  font-size: 0.8em;
  border-top: 1px solid #ccc;
}
.productDetail_noimage th {
  text-align: left;
}
.productDetail_noimage td {
  text-align: left;
  padding: 2%;
  border-bottom: 1px solid #ccc;
}
/*
.cartAddAtention, .cartSubWindow {
  display: none;
  width: 50%;
  padding: 2.5%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 10px 3px #999;
  -webkit-box-shadow: 0px 0px 10px 3px #999;
  box-shadow: 0px 0px 10px 3px #999;
  border: 1px solid #fafafa;
  background: #fff;
  position: fixed;
  top: 30%;
  left: 20%;
}
*/
.cartAddAtention {
  width: 100%;
  height: 100%;
  border: 1px solid #fafafa;
  background: #fff;
  position: fixed;
}

.cartAddAtention h2, .cartSubWindow h2, #iframe-addcart h2{
  color: #199fb0;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2%;
  margin-bottom: 3%;
}
#iframe-cartSubWindow h2{
  color: #008040;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2%;
  margin-bottom: 3%;
  text-align: left;
}

.winWrap {
  position: fixed;
}


.iconCart {
  display: none;
  position: fixed;
  top: 60px;
  float: right;
  right: 3.8%;
  padding: 15px 5px 8px;
  z-index: 9998;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  background: #48b1be;
  border: none;
  border-bottom: 4px solid #3996a2;
  line-height: 1.2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.dairiLogin {
  position: fixed;
  top: 90%;
  float: right;
  left: 3%;
  padding: 5px;
  z-index: 9998;
  text-align: center;
  text-decoration: none;
  color: #FF0000;
  font-size: 0.9em;
  background: #fff;
  border: 2px solid #dd3300;
  line-height: 1.2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.iconCart:hover {
  background: #3DBFD5;
}

.iconCartCount {
  display: none;
  position: fixed;
  top: 102px;
  float: right;
  right: 3.5%;
  z-index: 9999;
}
.iconCount {
	padding: 3px;
	margin-left: 3px;
	background: #F53131;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.iconCart img {
  width: 50%;
}

.cartSubWindow {
	background-color: #fff;
}

.cartSubWindow h2 {
  text-align: left;
  padding-bottom: 5%;
}
.cartSubWindow dl {
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px dotted #ccc;
}
.cartSubWindow.shohinConfirm dl {
  margin-bottom: 1%;
  padding-bottom: 1%;
  border-bottom: 1px dotted #ccc;
}
.cartSubWindow dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3%;
}

/* 虫眼鏡 */
.searchIcon {
	width: 22px;
	padding: 5px;
	margin-left: 5px;
	background: #4561AB;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	color: #3E73F2;
	cursor: pointer;
}

/* 入力補助・表示切り替え */
.selectedBtn {

	background-color: #00f;
    background-image: -ms-linear-gradient(
        top,
        hsl(214,90%,55%),
        hsl(214,90%,80%)
        );
    background-image: -moz-linear-gradient(
        top,
        hsl(214,90%,55%),
        hsl(214,90%,80%)
        );
    background-image: -o-linear-gradient(
        top,
        hsl(214,90%,55%),
        hsl(214,90%,80%)
        );
    background-image: -webkit-linear-gradient(
        top,
        hsl(214,90%,55%),
        hsl(214,90%,80%)
        );
    background-image: linear-gradient(
        top,
        hsl(214,90%,55%),
        hsl(214,90%,80%)
        );
    box-shadow:
        3px 2px 10px rgba(0,0,0,.2) inset,
        -3px 2px 10px rgba(0,0,0,.2) inset;
    color: #fff;
    text-shadow: -1px -1px rgba(0,0,0,.3);
}
.disableBtn {
	background:#ddd;
	color:#000;
	cursor: pointer;
}

div.editArea {
	width: 100%;
}

div#favoriteGroupEdit {
	display: none;
}
div#favoriteGroupSelectArea input {
	width: 70%;
	font-size: 140%;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.supportDiv {
  width: 100%;
  text-align: right;
}
.supportDiv .countDiv {
	width: 170px;
  height: 50px;
	float: right;
}
.supportDiv .countDiv .labelDiv{
	text-align:center;
	padding: 0px;
	float:left;
  margin-left: 20px;
}
.supportDiv .countDiv .btnDiv{
	margin: auto;
	padding: 0px 9px;
	float: left;
  margin-top: -4px;
}
.supportDiv .countDiv .btnspan select{
  font-size:95%;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 1.5em;
  line-height: 1.8;
}
.supportDiv .inpDiv {
	width: 200px;
  height: 50px;
/*	background: #eef;*/
	float: right;
/*	margin-left:1%;*/
  margin-left: 20px;
}
.supportDiv .inpDiv .labelDiv{
	text-align:center;
	padding: 0;
	float:left;
	width: 40%;
}
.supportDiv .inpDiv .btnDiv{
	margin: auto;
	padding: 5px;
	float: left;
	width: 50%;
}
.supportDiv .dispDiv {
	width: 300px;
  height: 50px;
/*	background: #def;*/
	float:right;
}
.supportDiv .dispDiv .labelDiv{
	text-align:right;
	padding: 0px;
	float:left;
	width: 37%;
}
.supportDiv .inpDiv .btnDiv{
	margin: auto;
	padding: 5px;
	float: left;
	width: 50%;
}
/* .supportDiv .dispDiv {
	width: 300px;
	background: #def;
	float:right;
}
.supportDiv .dispDiv .labelDiv{
	text-align:center;
	padding: 7px;
	float:left;
	width: 25%;
}
.supportDiv .dispDiv .btnDiv{
	margin: auto;
	padding: 5px;
	float: left;
	width: 60%;
}
.supportDiv .dispDiv table {
	width:100%;
	border: 0px;
}
.supportDiv .dispDiv table tr{
	border: 0px;
}
.supportDiv .dispDiv table td{
	width:50%;
	border: 0px;
}
 */
/*表示形式 ON/OFFボタン*/
.disp_switch input {
    display: none;
}
.disp_switch .block, .disp_switch .list {
    padding: 12px 0 12px 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.disp_switch label.block {
    padding: 6px 10px;
    content: 'ブロック';
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset; */
    color: #333;
    margin-right: -5px;
}
.disp_switch input:checked + label.block {
    padding: 6px 10px;
    content: 'ブロック';
    border-radius: 6px 0 0 6px;
    background: #6791FF;
    /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset; */
    color: #FFF;
    margin-right: -6px;
}
.disp_switch label.list {
    padding: 6px 10px;
    content: '　一覧　';
    border-radius: 0 6px 6px 0;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset; */
    color: #333;
}
.disp_switch input:checked +  label.list {
    padding: 6px 10px;
    content: '　一覧　';
    border-radius: 0 6px 6px 0;
    background: #6791FF;
    /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset; */
    color: #FFF;
}
.disp_switch input + label.list:hover, .disp_switch input + label.block:hover {
    opacity: 0.5;
}

/*入力補助 ON/OFFボタン*/
/*.inp_switch input {
    display: none;
}
.inp_switch label {
    padding: 12px 0 12px 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.inp_switch label:before {
    padding: 6px 10px;
    content: 'O N';
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.inp_switch label:after {
    padding: 6px 10px;
    content: 'OFF';
    border-radius: 0 6px 6px 0;
    background: #93CC3E;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.inp_switch input + label:hover:before {
    opacity: 0.5;
}
.inp_switch input:checked + label:before {
    background: #93CC3E;
    color: #FFF;
    opacity: 1;
}
.inp_switch input:checked + label:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: #333;
}
.inp_switch input:checked + label:hover:after {
    opacity: 0.5;
}*/

.inp_switch {
  margin-top: -5px;
}

/* pruginCustom **************************************************/
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-theme .owl-controls .owl-buttons div {
  margin: 1% 2%;
  padding: 2% 4%;
  background: #333;
}

.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  margin: 5px 10px;
  background: #999;
}

/********** datePicker **********/
#ui-datepicker-div {
  /* left: 12% !important; */
  -moz-box-shadow: 0px 8px 20px 5px #BFBFBF;
  -webkit-box-shadow: 0px 8px 20px 5px #BFBFBF;
  box-shadow: 0px 8px 20px 5px #BFBFBF;
  border-width: 0;
}

.ui-widget-header {
  border: none;
  background: #CACACA;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

table.ui-datepicker-calendar {
  border-right: none !important;
}
table.ui-datepicker-calendar tr {
  border-right: none !important;
}

.ui-datepicker {
  width: 450px !important;
}
.ui-datepicker td a {
  width: 23%!important;
  padding: 20%!important;
  text-align: center!important;
}

.ui-state-default {
  border: none !important;
  background: none !important;
}

.ui-state-highlight, .ui-state-active {
  background: #efefef !important;
}

.ui-state-active {
  color: #fff !important;
  background: #48b1be !important;
}
.input_price {
	font-size: 1.3em;
	border: 1px solid #ccc;
 	 -moz-border-radius: 4px;
 	 -webkit-border-radius: 4px;
	  border-radius: 4px;
}

/* iPads (portrait) ----------- */
@media only screen and (max-device-width: 768px) {
  #header .iconMenu.portraitActive {
    display: block;
    width: 15%;
    margin: 1% 1% 0 0;
    font-size: 0.9em;
  }
  #header .iconMenu.portraitActive a {
    color: #fff;
    text-decoration: none;
  }
  #header .iconMenu.portraitActive img {
    width: 20%;
    padding-right: 5%;
    vertical-align: middle;
  }
  #header .iconLogout {
    margin: 0;
  }

  .navLandscape {
    display: none;
  }

  .infoContent {
    width: auto;
    float: none;
  }

  .resultContent {
    width: 100%;
    float: none;
  }

  #search .searchBoxArea, #search .searchBoxAreaStandAlone {
    margin: 0 auto;
  }

  #toppage {
  	display:inline !important;
  }
}

.clearForm {
	font-size:90%
}
.clearForm tr{
	background-color: rgba(0,0,0,0);
	border: 0px;
}
.clearForm tr td{
	background-color: rgba(0,0,0,0);
	border: 0px;
}

#iframe-cartSubWindow h2{
  color: #008040;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2%;
  margin-bottom: 3%;
  text-align: left;
}

#iframe-addcart h2{
  color: #008040;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2%;
  margin-bottom: 3%;
}

#iframe-bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #333;
}

#iframe-bg2 {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #333;
}

#iframe-wrap {
	display: none;
	position: fixed;
	left: 50%;
	z-index: 9999;
	background: #fff;
}

#iframe-wrap2 {
	display: none;
	position: fixed;
	left: 50%;
	z-index: 9999;
	background: #fff;
}

#iframe-btn {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 9999;
	background: #999;
	border-radius: 50%;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	color: #fff;
}



@media screen and (max-height: 699px) {
	#iframe-addcart {
	  display: none;
	  width: 50%;
	  height: 35%;
	  padding: 2.5%;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  -moz-box-shadow: 0px 0px 10px 3px #999;
	  -webkit-box-shadow: 0px 0px 10px 3px #999;
	  box-shadow: 0px 0px 10px 3px #999;
	  border: 1px solid #fafafa;
	  background: #fff;
	  position: fixed;
	  top: 30%;
	  left: 20%;
	}
}
@media screen and (min-height: 700px) {
	#iframe-addcart {
	  display: none;
	  width: 50%;
	  height: 250px;
	  padding: 2.5%;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  -moz-box-shadow: 0px 0px 10px 3px #999;
	  -webkit-box-shadow: 0px 0px 10px 3px #999;
	  box-shadow: 0px 0px 10px 3px #999;
	  border: 1px solid #fafafa;
	  background: #fff;
	  position: fixed;
	  top: 30%;
	  left: 20%;
	}
}

@media screen and (max-height: 799px) {
	#iframe-cartSubWindow {
	  width: 30%;
	  height: 70%;
	  top: 60px;
	  left: initial;
	  right: 4%;
	  display: none;
	  padding: 2.5% 2.5% 1.5% 2.5%;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  -moz-box-shadow: 0px 0px 10px 3px #999;
	  -webkit-box-shadow: 0px 0px 10px 3px #999;
	  box-shadow: 0px 0px 10px 3px #999;
	  border: 1px solid #fafafa;
	  background: #fff;
	  position: fixed;
	  z-index: 9900;
	}
}
@media screen and (min-height: 800px) {
	#iframe-cartSubWindow {
	  width: 30%;
	  height: 600px;
	  top: 60px;
	  left: initial;
	  right: 4%;
	  display: none;
	  padding: 2.5% 2.5% 1.5% 2.5%;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  -moz-box-shadow: 0px 0px 10px 3px #999;
	  -webkit-box-shadow: 0px 0px 10px 3px #999;
	  box-shadow: 0px 0px 10px 3px #999;
	  border: 1px solid #fafafa;
	  background: #fff;
	  position: fixed;
	}
}

/*IE9でカートボタンを押すと２カラムになる不具合の対処_ST*/
/*03_02_keyword_result.html*/
#modal_showcartframe {
  background-color: #fff;
  height:80%;
}

@media screen and (min-width: 1021px) {
  IE9
  :root #modal_showcartframe {
    width:390px\0/;
  }
}

@media screen and (max-width: 1021px) {
  IE9
  :root #modal_showcartframe {
    width:320px\0/;
  }
}
@media screen and (max-width: 920px) {
  /* IE9 */
  :root #modal_showcartframe {
    width:250px\0/;
  }
}
@media screen and (max-width: 768px) {
  /* IE9 */
  :root #modal_showcartframe {
    width:200px\0/;
  }
}
@media screen and (max-width: 640px) {
  /* IE9 */
  :root #modal_showcartframe {
    width:150px\0/;
  }
}

/* IE10以降 */
@media all and (-ms-high-contrast:none){
#modal_showcartframe {
  width:100%;
  }
}
/* Firefoxのみ */
@-moz-document url-prefix() {
 #modal_showcartframe {
  width:100%;
 }
}
/* Safariのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #modal_showcartframe {
  width:100%;
  }
}
/* --- ChromeとOperaのみ */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  #modal_showcartframe {
  width:100%;
  }
}
/*IE9でカートボタンを押すと２カラムになる不具合の対処_END*/


/* on-offスイッチボタン
_______________________________________________________*/

/*入力補助 ON/OFFボタン*/
/*.switchButton{
    float: none !important;
    white-space: nowrap;
    margin: 10px 5px;
}
.switchButton input {
    display: none;
}
.switchButton label {
    font-size: 0.9em;
    cursor: pointer;
}

.switchButton label.use_on:before {
    padding: 3px 15px;
    content: '使用';
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.switchButton label.use_on:after {
    padding: 3px 6px;
    content: '未使用';
    border-radius: 0 6px 6px 0;
    background: #93CC3E;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switchButton label.use_off:before {
    padding: 3px 15px;
    content: '使用';
    border-radius: 6px 0 0 6px;
    background: #93CC3E;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.switchButton label.use_off:after {
    padding: 3px 6px;
    content: '未使用';
    border-radius: 0 6px 6px 0;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switchButton label.disp_onoff:before {
    padding: 3px 15px;
    content: '表示';
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.switchButton label.disp_onoff:after {
    padding: 3px 6px;
    content: '非表示';
    border-radius: 0 6px 6px 0;
    background: #93CC3E;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switchButton input + label:hover:before {
    opacity: 0.5;
}
.switchButton input:checked + label:before {
    background: #93CC3E;
    color: #FFF;
    opacity: 1;
}
.switchButton input:checked + label:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: #333;
}
.switchButton input:checked + label:hover:after {
    opacity: 0.5;
}*/

.switchButtom {
    border: solid 1px #ccc;
    border-radius: 20px;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 105px;
}
.switchButtom [type=checkbox] {
    display: none;
}
.switchButtom .label {
    cursor: pointer;
    margin-left: -80px;
    -ms-transition: margin .1s;
    -moz-transition: margin .1s;
    -o-transition: margin .1s;
    -webkit-transition: margin .1s;
    transition: margin .1s;
    white-space: nowrap;
}
.switchButtom :checked + .label {
    margin-left: 0;
}
.switchButtom .label > * {
    vertical-align: top;
}
.switchButtom .on,
.switchButtom .off {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100px;
}
.switchButtom .on {
    background-color:#93CC3E;
    box-shadow:
        3px 2px 10px rgba(0,0,0,.2) inset,
        -3px 2px 10px rgba(0,0,0,.2) inset;
    color: #fff;
/*    text-shadow: -1px -1px rgba(0,0,0,.3);*/

}
.switchButtom .separator {
    background-color: #eee;
/*    border: solid 1px #999;*/
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow:
         1px 2px #fff inset,
        -1px 2px #fff inset,
        1px 1px 5px rgba(0,0,0,.2);
    display: inline-block;
    height: 25px;
    margin: 0 -25px;
    position: relative;
    width: 25px;
}
.switchButtom .off {
    background-color: #eee;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2) inset;
    color: #333;
/*    text-shadow: 1px 1px #fff;*/
}
.required {
    color: #f00;
    white-space: nowrap;
}
.validate {
	color: #f00;
    font-weight: bold;
}

.assist_id, .assist_name, .assist_id_non, .assist_name_non {
	height: 30px
}

.caution {
  font-weight:bold;
  margin-bottom:2%;
  color: red;
}
#confirm section .shohinlist.btn.keepOn {
  float: right;
  width: 42%;
  margin: 3% auto 3%;
}
#confirm section .shohinlist.btn.next {
  float: right;
  width: 42%;
  background: #B90036;
  border-color: #94002C;
  margin: 3% auto 3%;
}
#confirm section .shohinlist.btn.next:hover {
  background: #cc0000;
}

div.scroll_div {
  overflow: auto;
}

#x_data_area {
   width: 100%;
   position:relative;/*
   margin-bottom: 10%;*/
}

/*固定したい部分*/
#x_data_area #x_data_areaheader {
/*   width: 20%;*/
   float: left;
/*   position: absolute;
   left: 0px;
   top: 0px;*/
}

#x_data_area #data {
/*   width:80%;*/
   float: left;
/*   position: absolute;
   left:20%;
   top:0;*/
/*   overflow-x:scroll;*/
}

#x_data_area #data table {
   width: 250%;
}

/* Safariのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .searchDiv {
      margin-left:3% !important;
  }
}
/* --- ChromeとOperaのみ */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .searchDiv {
      margin-left:1% !important;
  }
}

@supports (-ms-accelerator:true) {
  .searchDiv {
      margin-left:1% !important;
  }
}
#toppage {
  	display:none;
}
.mod_table_bk {
	display:none;
}
.pr15 {
	padding-right: 15px;
}

.none-submenu {
	padding: 0px !important;
}
.surround{
  color: #999;
  padding: 1px 3px;
  margin-right: 2%;
  font-weight: normal;
  border: 1px solid #ccc;
  clear: both;
  line-height: 1.6em;
}

a.manual {
	border-bottom: 1px solid #ccc !important;
}

.infobox input[type=text]{
  width: 100px;;
  line-height: 1.8;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 1.5em;
}

/***** Ignite UI ******/
.combo-label {
	color: #48b1be;
	font-weight: bold;
	padding:5px 0;
	margin:5px 0 0;
}

.ui-widget-header {
	border:none !important;
}

.ui-iggrid-headertable > thead {
	border: 1px solid #ccc;
}

#grid_caption,
#grid3_caption {
	display: none;
}
