﻿
/*　-----doby-------------------------------------------------------*/
body {
    font-family:  Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
@media screen and (min-width: 0px) and (max-device-width: 920px) {
    body {
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer */
        -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
        -webkit-user-select: none; /* Chrome, Safari, and Opera */
        -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
    }
}

button {
    cursor: pointer;
}

/*　-----ページフッタ--------------------------------------------------------*/
#footer{
	text-align:center;
	width:100%;
	border:1px solid #e7e7e7;
	background-color: #f8f8f8;
	color:#777;
	font-size:0.8em;
	padding:10px 0
}
/*　-----汎用クラス--------------------------------------------------------*/
.defaultBackColor {
    background-color: #f8f8f8;
}
.defaultBorder {
    border: 1px solid #d0f0c3;
}
.defaultFontColor {
    color:#777;
}
.siteBackColor {
    background-color: #e3f2dd;
}
.siteFontColor {
    color:#2c9d65 !important;
}
.linkFontColor {
    color: #337ab7;
    cursor: pointer;
}
.text-rightEx {
    text-align:right !important;
}
.white-space-normal {
    white-space: normal !important;
}

.display-none {
    display: none;
}

.cursor-pointer {
    cursor:pointer;
}

/*　-----テーブル・タブレットでスクロールバーを表示---------------------------*/
.table-scroll::-webkit-scrollbar {
    width: 17px;
}

/*.table-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 0;
}*/

.table-scroll::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
}

.table-scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}
 /* マウスオーバー時にセルの背景色を変えます */
.table-mouseover tr:hover {
background-color: #FFCC99 !important;
}
.headfootpaddin {
    padding: 5px 1px 5px 1px !important;
}
/*　-----「ページ先頭へ戻る」スタイル定義------------------------------------*/
#page-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    font-size: 0.8em;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*　-----検索項目統一CSS-----------------------------------------------------*/
.searchItem {
    float:left;
    margin-right:0.1em;
}
.searchItem .head {
background-repeat: repeat-x;
    border-color: #28c988;
    background-image: linear-gradient(to bottom,#319477 0,#007F6B 100%);
    padding:0.4em;
    font-size:1em;
    color:#fff;
    height: 25px;
}
.searchItem .head2 {
background-repeat: repeat-x;
    border-color: #ff5697;
    background-image: linear-gradient(to bottom,#00A968 0,#00a968 100%);
    padding: 0.4em;
    font-size: 1em;
    color: #fff;
    height: 25px;
}

.searchItem .body {
    font-size:0.9em;
}


/*　-----検索項目統一CSS-----------------------------------------------------*/
.searchItem2 {
    float:left;
    margin-right:0.1em;
}
.searchItem2 .head {
background-repeat: repeat-x;
    border-color: #28c988;
    background-image: linear-gradient(to bottom,#319477 0,#007F6B 100%);
    padding:0.2em;
    font-size:0.9em;
    color:#fff;
}
.searchItem2 .body {
    font-size:0.9em;
}
/*　-----GridView列幅CSS---------------------------------------------------*/
.gvCW20 {
    max-width:20px;
    min-width:20px;
    width:20px;
    padding: 2px 1px 2px 0px !important;
}
.gvCW25 {
    max-width:25px;
    min-width:25px;
    width:25px;
}
.gvCW30 {
    max-width:30px;
    min-width:30px;
    width:30px;
}
.gvCW35 {
    max-width:35px;
    min-width:35px;
    width:35px;
}
.gvCW39 {
    max-width:36px;
    min-width:36px;
    width:36px;
    padding: 2px 1px 2px 0px !important;
}
.gvCW40 {
    max-width:40px;
    min-width:40px;
    width:40px;
}
.gvCW45 {
    max-width:45px;
    min-width:45px;
    width:45px;
}
.gvCW50 {
    max-width:50px;
    min-width:50px;
    width:50px;
}
.gvCW54 {
    max-width:54px;
    min-width:54px;
    width:54px;
}
.gvCW55 {
    max-width:55px;
    min-width:55px;
    width:55px;
}
.gvCW65 {
    max-width:65px;
    min-width:65px;
    width:65px;
}
.gvCW67 {
    max-width:67px;
    min-width:67px;
    width:67px;
}
.gvCW70 {
    max-width:70px;
    min-width:70px;
    width:70px;
}
.gvCW75 {
    max-width:75px;
    min-width:75px;
    width:75px;
}
.gvCW80 {
    max-width:80px;
    min-width:80px;
    width:80px;
}
.gvCW85 {
    max-width:85px;
    min-width:85px;
    width:85px;
}
.gvCW90 {
    max-width:90px;
    min-width:90px;
    width:90px;
}
.gvCW95 {
    max-width:95px;
    min-width:95px;
    width:95px;
}
.gvCW110 {
    max-width: 110px;
    min-width: 110px;
    width: 110px;
}
.gvCW115 {
    max-width: 115px;
    min-width: 115px;
    width: 115px;
}
.gvCW120 {
    max-width: 120px;
    min-width: 120px;
    width: 120px;
    padding: 2px 1px 2px 0px !important;
}
.gvCW125 {
    max-width: 125px;
    min-width: 125px;
    width: 125px;
    padding: 2px 1px 2px 0px !important;
}
.gvCW130 {
    max-width: 130px;
    min-width: 130px;
    width: 130px;
}
.gvCW205 {
    max-width: 205px;
    min-width: 205px;
    width: 205px;
    padding: 2px 1px 2px 0px !important;
}
.gvCW250 {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
}
.hinsyu_titl {
    padding:0px !important;
}
.gvBorderLineNoLeft {
    border-left-style:none !important;
}

.gvBorderLineNoRight {
    border-right-style:none !important;
}

/*　-----ページャーCSS---------------------------------------------------*/
.pager {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pager > td {
    border-left:none !important;
    border-top:none !important;
    border-bottom:none !important;
    text-align:right !important;
}
.pager:after, .pager:before {
    content: "" !important;
    content:none !important;
}
.pager table > tbody > tr > td {
    display: inline;
    border:none;
}

.pager table > tbody > tr > td > a,
.pager table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: blue;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pager table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #337ab7;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pager table > tbody > tr > td:first-child > a,
.pager table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pager table > tbody > tr > td:last-child > a,
.pager table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pager table > tbody > tr > td > a:hover,
.pager table > tbody > tr > td > span:hover,
.pager table > tbody > tr > td > a:focus,
.pager table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.repeaterPager > tbody > tr > td:first-child > a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.repeaterPager > tbody > tr > td:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.repeaterPager > tbody > tr > td > a {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.repeaterPager > tbody > tr > td > a.disabled {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #337ab7;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

/*　-----スプレッド用CSS-------------------------------------------------*/
.tableHeadBackColorForSpread {
    color: #ffffff !important;
    background-color: #eeedeb !important;
    background-image: linear-gradient(to bottom,#319477 0,#007F6B 100%);
    border: 1px solid #5c5c5c !important;
    vertical-align:middle;
}

/*　-----画像アイコンCSS-------------------------------------------------*/
img.imgDiscount:hover {
    cursor:pointer;
}
img.imgCamera:hover {
    cursor:pointer;
}
.imgCamera {
    padding-left: 1px;
}

.icon {
	color: gold;
  font-size:25px;
  left:0px;

}
.icon2 {
    color: white;
  font-size:25px;
  left:0px;

}
.icon-cart {
  font-size:25px;
  left:0px;
}

.badge {
  position: absolute;
  top: 5px;
  right: 3px;
  border-radius: 50%;
  height: 20px;
  background-color:red;
}
.tooltip-inner{
  max-width: 500px;
}



.banner
{
	color: #fff;
	
	position: relative;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	   margin-bottom: 10px;
}


.bannerS
{

	height:13em;
}
.bannerM
{

	height:26em;
}
.bannerL
{

	height:39em;
}




.banner-o-hid {
    overflow: hidden;
    z-index: 1;
}

.banner-caption-top-left, .banner-caption-left, .banner-caption-top-right, .banner-caption-right, .banner-caption-bottom-left, .banner-caption-bottom-right, .banner-caption-center {
    z-index: 2;
    width: 50%;
    position: absolute;
}

.banner-title {
    font-size: 25px;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-caption-left, .banner-caption-right {
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.banner-shop-now {
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 3;
}

th, .tableHeaderNormal{
    color: #FFFFFF;
    border: #246C00 solid 1px;
    border-collapse: collapse;
    background-color: #eeedeb !important;
    background-image: linear-gradient(to bottom,#319477 0,#007F6B 100%);
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: .5em;
    background-color: #A4A4A4;
    color: white;
    font-size: 1.1em;
    width: 100%;
}

img.thumb {
    margin:0 5px 5px 0;
    max-width:160px;
    vertical-align:bottom;
}


.product-sm-left {
    padding: 10px;
}

.product {
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 0 3px 2px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    background: #EEE;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
	height:13em;
}

.bn {
    padding-top: 15px;
}

.ul li ul li{
    height: 0;
    overflow: hidden;
}

.ul li:hover ul li{
    height: auto; /*サブメニューの高さ*/
    overflow: visible;
}
/* Submenu */
 
ul li ul{
    position: absolute;
    top: 55px;
    left: 0;
}
ul li ul li{
    display: block;
}

.navbar-collapseul li ul{
    display: none;
}
.navbar-collapse ul li:hover ul{
    display: block;
}

.txtSe {
    height:28px;
}
/* MARQUEE */

.marqueeRightLeft {
	max-width: 100%;
	/*padding: 0.5em 0;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	/*border-top: 1px solid #6c5441;
	border-bottom: 1px solid #6c5441;*/
	/*font-weight: bold;*/
	color:#2c9d65;
	background-color: #e3f2dd ;
	font-size:1.1em;
}
.marqueeRightLeft p:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:20s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:20s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:20s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:20s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:20s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}

/*#sortable {
	width: 50%;
	border-collapse: collapse;
}
#sortable td, #sortable th {
	border: solid 1px black;
}*/
.ui-state-highlight {
    height: 2.2em;
    border: dotted 2px #0000ff;
    background-color:#ffffe0;
}
.dsp_no_seri {
   text-align: right;
}

.righttext {
   text-align: right;
}

input::-webkit-calendar-picker-indicator {
     display: none;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
#jquery-ui-autocomplete label {
    float: left;
    margin-right: 0.5em;
    color: black;
    font-size: 15px;
} 
.ui-menu .ui-menu-item-wrapper {
  position: relative; padding: 3px 1em 3px .4em;
}
/* リスト全体の背景 */
.ui-widget-content {
  border: 1px solid #000!important;
  /*background: #eee!important;*/
  /*color: #393!important;*/
}
/* リスト hover 時のカラー */
.ui-state-active {
  border: 1px solid #67969c!important;
  background: #3cbfd3!important;
  font-weight: bold!important;
  color: #ffffff;
}

/*::-webkit-scrollbar{
  width: 10px;
  height:10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}*/

.red_td {
  color: #ff0000;
}


.red_tr {
  background: #ff0000;
  color: #fff;
}

/*tr:nth-child(4){
  background-color:red;
}*/

.index_bg
{
    background-image:url(../../Contents/Images/System/index_bg.png);
    background-size:contain;
    background-repeat:repeat-x;
}

/*　-----チェックボックス用CSS-------------------------------------------------*/
.big_chk input[type=checkbox] {
	transform:scale(2.0);
}


.shmushoku {
background-color:white !important;
background-image:initial;
border-color:White !important;
border-width:0px !important;
border-style:None !important;
width:20px !important;
}

.pagination>li>input[type="button"]{
    position: relative;
    float: left;
    padding: 4px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: blue;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a{
    padding: 4px 8px;
}

.shgray {
background-color:grey !important;

}

.select2-container .select2-selection--single {
    height: 21px !important;
}

.btn-kounyu {
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border: solid 1px grey;
    color: #111111;    
}
.btn-kounyu:hover {
    background: #f0c459;
}
.btn-syodan {
    background: linear-gradient(to bottom,#f4bc77,#e18512);
    border: solid 1px grey;
    color: #111111;    
}
.btn-syodan:hover {
    background: #ef9b34;
}
