@charset "UTF-8";

/* Layout ver.1.0.0 last update  15/03/18
	お米の家倉 CSS for Layout
*/

/*===================================================
    TOP / Header Img 
===================================================*/
.top_slide {
	position: relative;
}
.top_slide_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
div.img_header {
	height: 100%;
	overflow: hidden;
}
@media (max-width: 767px) { 
	.top_slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:relative;
	}
	.top_slide img {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}

/*===================================================
    article 
===================================================*/

article {
	width: 1010px;
	margin: 110px auto 0 auto;
	text-align: center;
	background: url(../img/signiture.png) right 334px no-repeat;
	position: relative;
	
}

article#top {
	background: url(../img/signiture.png) right 534px no-repeat;
	width: 980px;
}

div.bxslider_top {
	width: 980px;
}

@media (max-width: 767px) { 

article {
	width: 100%;
	margin: 0;
	text-align:left;
	background: none;
	position: relative;
	
}
}

/*===================================================
    Column 1 
===================================================*/
.column1 {
	padding: 0 2em;
}

/*===================================================
    Column 2 
===================================================*/
.column2>div {
	float: left;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 40px;
}
.column2>div:first-child {
	border-right: 1px solid silver;
	padding-left: 0;
}
/*===================================================
    Column 3 
===================================================*/
.column3>div {
	float: left;
	width: 280px;
	margin-right: 70px;
	position: relative;
	text-align: left;
	line-height: 1.8em;
}
.column3>div:nth-child(3n) {
	margin-right: 0;
}

.text_detail {
	background: white;
	padding: 1.5em;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.6em;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}