@charset "UTF-8";

/* 各デバイス共通
------------------------------------------------------------*/



/*PC用
------------------------------------------------------------*/

@media only screen and (min-width: 960px){
	
	
#daylife-inner {
	padding: 20px;
	width: 94%;
	border: 1px solid #653E17;
	border-radius: 10px;
	background: #FFF;
}

.daylife-box {
	border-bottom: 1px dotted #683C19;
	padding-bottom: 20px;
	padding-top: 20px;
}

.daylife-img {
	float: left;
	width: 400px;
	margin-right: 20px;
}

.daylife-text {
	width: 270px;
	float: left;
}

}


/* ここから959px以下 
------------------------------------------------------------*/

@media only screen and (max-width: 959px){


#daylife-inner {
	padding: 20px;
	width: 88%;
	border: 1px solid #653E17;
	border-radius: 10px;
	background: #FFF;
}

.daylife-box {
	border-bottom: 1px dotted #683C19;
	padding-bottom: 20px;
	padding-top: 20px;
}

.daylife-img {
	width: 100%;
}

.daylife-img img {
	height: auto;
	width: 100%;
}

.daylife-text {
	width: 100%;
	padding-top: 10px;
}




}
