
/*カレンダー*/
.event_txt {
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
	background-color:#662835;
	color:#fff;
}


div.cal_wrapper {
    padding: 20px;
    width: 100%;
    background-color: #fff;
    font-family: "Meiryo", serif;
	
}




/* ---  */
.slick-prev.slick-arrow {
	display: none!important;
}

.slick-prev {
	display: none!important;
}

body {
    line-height: none!important;
    background-color: #fff!important;
    color: #000!important;
    font-size: 10px!important;
}

.wrapper{
	background-color:#fff!important;
}

.scale{
	transform: scale(1);
}

.black{
	color:black!important;
}

.white{
	color:white!important;
}

.bk_white{
	background:white!important;
}

.pan{
	font-size: medium!important;
	position:relative!important;
	left:-20%!important;
}

.float_left{
	float:left;
	
}

.d_75{
	width:75%;
}

.d_25{
	width:25%;
}

.d_30{
	width:30%;
}

.d_40{
	width:40%;
}




.hr{
	border-bottom: 1px solid #999999;
}

.text-decoration{
	text-decoration: none!important;
}

.h3_new{
	margin:0 1% 20px; 
	width:97.5%;
	font-weight: bold;
}

.rightside_under{
	position:absolute; 
	top:480px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.m_text{
	font-size:10px!important;
}

.mt-95{
	margin-top:95px!important; 
}

.mt-100{
	margin-top:110px!important; 
}

.mt-150{
	margin-top:150px!important; 
}

.mt-200{
	margin-top:200px!important; 
}

.mt-290{
	margin-top:290px!important; 
}

.mt-330{
	margin-top:330px!important; 
}

#footer2 {
    clear: both;
    position: relative;
    width: auto;
    height: 100px;
    margin-left: 200px;
    background: #353535;
}

.footerlink2 {
    position: absolute;
    top: 15px;
    left: 50px;
	font-size: 1.2rem;
	line-height: 22px;
}

.copyright2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-size: 1.2rem;
    color: #999;
    height: 20px;
    line-height: 20px;
}



/*テーブル*/
table{
	border:1px #c0c0c0 solid;
}

.table_scroll{
	border:1px #c0c0c0 solid;
	table-layout: fixed;
	display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}

th,td{
}

.table-label{
	background-color: #000;
	color:#fff;
	text-align:center;
}



.text-center{
	text-align: center!important;
}




/*カート*/


.main_ml{
	margin-left: 10px;
}

.dot{
	list-style: none;
}

div.usccart_navi li.ucart:before {
    content: none!important;
}

.cart_font{
	font-size:1.7rem!important;
}

.table_font{
	font-size:1.4rem!important;
}

.radio{
	font-size:1px!important;
}

#cart {
    width: 100%;
}

.blue_btn{
	background-color:#1758a7!important;
	color:#fff!important;
	display: inline-block!important;
    min-width: 150px!important;
    margin-bottom: 10px!important;
    padding: 15px 20px!important;
    text-align: center!important;
}

.gray_btn{
	background-color:#ddd!important;
	display: inline-block!important;
    min-width: 150px!important;
    margin-bottom: 10px!important;
    padding: 15px 20px!important;
    text-align: center!important;
}

.yellow_btn{
	background-color:#ffcc00!important;
	display: inline-block!important;
    min-width: 150px!important;
    margin-bottom: 10px!important;
    padding: 15px 20px!important;
    text-align: center!important;
}



@media (max-width: 1260px) {
	.d_25{
		width:50%;
	}
}



@media (max-width: 575px) {

	.h3_new{
		width:100%;
	}

	article h2{
		background: rgb(0,50,150)!important;
	}

	.mixit_list .price{
		width:64%!important;
		text-align: left!important;
		
	}

	.mixit_list .item_content{
		width:70%!important;
	}

	.zei_txt{
		font-size: small!important;
	}

	.price{
		/*font-size:27px;*/
		font-size:3.5rem;
		padding:0px 5px;
	}

	.float_left{
		clear: both;
	}

	.goods_basic_info_pic{
		width:100%;
	}

	.d_75{
		width:100%;
	}

	.d_25{
		width:95%;
	}

	.d_40{
		width:100%;
	}

	.d_20{
		width:100%;
	}

	.main_ml{
		margin-left:0px!important;
	}


	th.table_font{
		font-size:1.4rem!important;
	}

	input,select,textarea{
		font:none!important;
	}

	.r_b{
		text-align: center;
	}


	.gray_btn{
		background-color:#ddd!important;
		display: inline-block!important;
		min-width: 150px!important;
		margin-bottom: 10px!important;
		padding: 5px 10px!important;
		text-align: center!important;
	}
	
	
}