html,body{
	height:100%;
	font-family: arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
}

#all-wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

#main-contents{
	padding-bottom:55px; /*フッターの高さと同じ*/
}

footer {
	width: 100%;
	padding-top:10px;
	height:40px;
	padding-bottom:5px;
	text-align: center;
	border-top: #080808;
	background: #222222;
	position:absolute;
	bottom:0;
	color:#CCC;
}

#loading{
    padding:15px;
    position: fixed;
    top:50%;
    left:50%;
    background-color:#FFF;
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}

#loading .loadingMsg{
    text-align:center;
    padding-top:100px;
    width:100px;
    background-image:url(../img/gif-load.gif);
    background-position: center top;
    background-repeat: no-repeat;
}

#md-bg {
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#md-bg {
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
  height: 100%;

}

.modal__wrap {
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border-color: #333;
	height: 90%;
	overflow-y: scroll;
}

.modal__wrap-table .column {
	font-size: 13px;
}

.dis__none {
	display: none;
}

/*	@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@	*/

/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
#login {
    padding-top: 50px
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
	color: #212121;
}
.btn-custom {
	color: #fff;
	background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
	color: #fff;
}

/*	@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@	*/
/*    --------------------------------------------------
	:: Card Import
	-------------------------------------------------- */
.upload-file-area {
	display: inline-block !important;
	margin: 2% 0;
}

.sportsDate .lead {
	color: #0F8107;
	font-weight: bold;
}

.addRow {
	margin-top: 10px;
	margin-bottom: 20px;
}

.bottom_intval {
	border-bottom: 2px solid #666666;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.importcard-wrap {
	margin: 30px 0;
	border-bottom: 2px solid #666666;
}

/*    --------------------------------------------------
	:: Card List
	-------------------------------------------------- */
.card_parts {
	margin-top: 0px;
	padding-top: 20px;
}

.card_parts .genre {
}

.card_parts .title {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	color: #666666;
}

.card_parts .name {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.card_parts .main {
	background-color: rgb(251, 219, 207);
}

.card_parts .recommend {
	font-weight: bold;
	color: rgb(241, 44, 31);
}

.card_parts .time {
	background-color: #f0f0f0;
}

.card_parts .startdate, .card_parts .enddate02 {
	color: rgb(241, 44, 31);
}

.card_parts .enddate, .card_parts .startdate02 {
	color: rgb(14, 119, 53);
}

.oddsbox {
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: rgb(205, 236, 250);
}

.oddsbox ul {
		margin-bottom: 0;
}

.oddsbox li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.oddsbox .list-inline {
	margin-left: 0;
}

.oddsbox .selection {
	width: 50%;
}

.oddsbox .sl__close {
	background-color: #f3f3f3;
	color: #000000;
	font-weight: normal;
}

.oddsbox .sl__viewonliy {
	background-color: #999999;
}

.oddsbox .odds {
	width: 50% !important;
	text-align: right;
}

.card_toplist_wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #666666;
}

.select-box {
  background: #FFFDF4;
  border: 2px solid #D2BA85;
  border-radius: 5px;
  color: #0C2245;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 280px;
}

/*    --------------------------------------------------
	:: Genre
	-------------------------------------------------- */
#genre-group tr:hover {
	cursor: move;
}

/*	@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@	*/

.w_g01 {
	/*	公開：チェックボックス	*/
	width:5% !important;
}

.w_g02 {
	/*	編集ボタン	*/
	width:8% !important;
}

.w_g03 {
	/*	画像	*/
	width:17% !important;
}

.w_g04 {
	/*	商品名	*/
	width:30% !important;
}

.w_g05 {
	/*	在庫	*/
	width:10% !important;
}

.w_g06 {
	/*	価格	*/
	width:10% !important;
}

.w_g07 {
	/*	出来立て	*/
	width:20% !important;
}

.img25 {
	width:130px;
	height:80px;
}

.rad6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.w_p05 {
	width:5% !important;
}

.w_p10 {
	width:10% !important;
}

.w_p15 {
	width:15% !important;
}

.w_p20 {
	width:20% !important;
}

.w_p25 {
	width:25% !important;
}

.w_p30 {
	width:30% !important;
}

.w_p35 {
	width:35% !important;
}

.w_p40 {
	width:40% !important;
}

.w_p45 {
	width:45% !important;
}

.w_p50 {
	width:50% !important;
}

.w_p55 {
	width:55% !important;
}

.w_p60 {
	width:60% !important;
}

.w_p65 {
	width:65% !important;
}

.w_p70 {
	width:70% !important;
}

.w_p75 {
	width:75% !important;
}

.w_p80 {
	width:80% !important;
}

.w_p85 {
	width:85% !important;
}

.w_p90 {
	width:90% !important;
}

.w_p95 {
	width:95% !important;
}

.w_p100 {
	width:100% !important;
}

.w_full select.form-control {
	width:100% !important;
}

/*
	action -txt
*/
.errorview, .fin-message {
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 20px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/*
	error
*/
.errorview {
	border: 1px solid #b94a48;
	background-color: #f9e9e5;
}

.errorview ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.errorview li {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}

.errorview li:not(:last-child) {
	padding-bottom: 1rem;
}

/*
	fin-message
*/
.fin-message {
	border: 1px solid #468847;
	background-color: #aee5ce;
	font-size: 1.6rem;
	text-align: center;
}

/*
	confirm-button-area
*/

.confirm-button-area {
	float: left;
	width: 48%;
}

.confirm-button-area .btn {
	display: block;
}

.confirm-button-area:first-child .btn {
	margin-right: 2%;
	margin-left: auto;
}

.confirm-button-area:last-child .btn {
	margin-left: 2%;
	margin-right: auto;
}

/*    --------------------------------------------------
	:: resultreserve
	-------------------------------------------------- */
.add-txt-area, .reserve-state-area, .score-box-area, .reserve-card-detail {
	display: none;
}

.reserve-state-area-cont {
		/*background-color: #e2dddd;*/
		font-size: 125%;
}

.table-score {
	margin: 0 auto;
}

.table-score th {
	text-align: center;
	padding: 0.6rem 1.2rem;
}

.table-score td {
	padding: 0.6rem 1.2rem;
}

.table-score .border-on {
	border-top: 1px solid #92B6F8;
	border-bottom: 1px dotted #92B6F8;
}

.table-score .border-bottom-on {
	border-bottom: 1px dotted #92B6F8;
}

.table-score .border-on-r {
	border-right: 1px solid #92B6F8;
}

.table-score .input-score {
	width: 3em;
}

.mainCondbar {
	background-color: rgb(245, 127, 89);
}

.subCondbar {
	border-top: 2px solid rgb(245, 127, 89);
}

.allcancel {
	font-size: 150%;
	color: #ffffff;
	background-color: #666666;
}

.rank_none {
	background-color: #e1e1e1;

}

.rank_none td {
	background-color: 'transparent';
}
