@charset "UTF-8";

/* 2nd & 3rd Page ver.1.1.0 last update  16/01/10
	お米の家倉 CSS for Under 2nd page
*/



.border-continue {
	margin: 6em 0;
	border-top: 1px dashed #ddd;
	position: relative;
	text-align: center;
}
.border-box {
	background: #f8f6f3;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 120px;
}
.continue {
	border-radius: 50%;
	display: inline-block;
	border: : 1px solid #eee;
	color: #cc3;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: white;
	text-align: center;
	color: #4b5659;
}

@media (max-width: 767px) { 
	.border-box {
	width: 25%;
	}
}

/*===================================================
    About
===================================================*/

article img {
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}

.box_inlineblock {
	display: inline-block;
}

.about_intro {
	background: url(../img/about/about_header_1.png) center top no-repeat;
	padding-top: 500px;
}

/*===================================================
    Link
===================================================*/
.interview p {
	color: #999;
	padding: 2em 0;
}
.interview dt {
	width: 80px;
}
.interview dd {
	width: 75%;
	margin: -20px 0 2em 80px;
}

/*===================================================
    order
===================================================*/
.kome_explain {
	min-height: 7em;
}
.pack_2kg {
	display: table;
}
.pack_2kg .col-sm-3 {
	display: table-cell;
}

.border_right {
	border-right: 1px dashed #ccc;
}

.cartjs_cart_in input {
	background: white;
	border: 1px solid silver;
	padding: 4px 6px;
	font-size: 13px;
	margin: 1em 0 2em 0;
	border-radius: 4px;
	color: #e85068;
}
.cartjs_cart_in input:hover {
	background: #eee;
}
.cartjs_product_table table {
	margin: 1em 0 1em 0;
}
.cartjs_product_table table th {
	padding-right: 1em;
	font-size: 12px;
}


/*===================================================
    process
===================================================*/
.title_season {
	padding: 0 2em;
}
.btn_season {
	text-align: center;
}

@media (max-width: 767px) { 
	.title_season {
		padding: 0;
	}
	.btn_season {
		text-align: left;
	}
	.btn_season button {
		margin-bottom: 1em;
	}
}
/*===================================================
    draft-schedule
===================================================*/
#tabs{
	width: 1010px;
	margin: 0 auto 130px;
	position: relative;
}
#tabs article{
	background-position:990px 569px !important;
}
#tab_menu {
	padding-left: 47px;
	position: absolute;
	top: 667px;
}
#tab_menu li{
	float: left;
	
}
#tab_menu li a{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 38px;
	background: url("../img/draft_schedule_menu.png") no-repeat;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	
}
#tab_menu li a.tab_menu1 { width:79px; background-position: 0 0; } 
#tab_menu li a.tab_menu2 { width:89px; background-position: -79px 0;}  
#tab_menu li a.tab_menu3 { width:90px; background-position: -168px 0;}  
#tab_menu li a.tab_menu4 { width:92px; background-position: -258px 0;} 
#tab_menu li a.tab_menu5 { width:92px; background-position: -350px 0 ;} 
#tab_menu li a.tab_menu6 { width:85px; background-position: -442px 0;} 
#tab_menu li a.tab_menu7 { width:91px; background-position: -527px 0 ;} 
#tab_menu li a.tab_menu8 { width:92px; background-position: -618px 0 ;} 
#tab_menu li a.tab_menu9 { width:91px; background-position: -710px 0 ;} 
#tab_menu li a.tab_menu10 { width:73px; background-position: -801px 0;}  
#tab_menu li a:hover{
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.bx-wrapper .bx-pager {
	position: absolute;
	top: 572px;
	left: -430px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dbd7c9 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff !important;
}

.schedule{
	position: relative;
}
.caption {
	position: absolute;
	bottom: 55px;
	left: 37px;
}
