@charset "utf-8";
/* CSS Document */

.tomaphoto{
	display:block;
	margin:20px auto;
	max-width:95%;
	border-radius:40px;
}


/*動くトマト画像*/
.farmfont{
	color:#00b050;
	background:rgba(255,192,0,0.3);
	border-radius:10px;
	margin:20px 10px;
	text-align:center;
}

.list{
	margin:20px 5px;
	list-style-type: none;
}
.list li{
	float: left;
	transition: 1.2s;
	max-width:33.3%;
	max-height:33.3%;
}

.list-mv06{
	transform: scale(0, 0) rotateY(180deg);
	-webkit-transform: scale(0, 0) rotateY(180deg);
}
.mv06{
	transform: scale(1, 1) rotateY(360deg);
	-webkit-transform: scale(1, 1) rotateY(360deg);
}

.sankou{
	display:block;
	margin:0 16px ;
	font-size:0.7em;
	line-height:1.5em;
}

/*レシピ*/
.tomaphoto1{
	display:block;
	margin:20px auto;
	max-width:95%;
	border-radius:40px;
}

.tom{
	color:#ff3300;
}
.box1 {
    margin:10px;
    background:rgba(214,253,127,0.3);
	border-radius:10px;
	padding:0 0 5px 0;
}
.box1 .box-title {
    font-size: 1.1em;
    background:rgba(0,176,80,0.8);
    padding: 4px;
    text-align:left;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
	border-radius:10px 10px 0 0;
}
.box1 p {
    padding:10px;
    margin: 0;
}
.box-title span{
	color:#ffc000;
	font-size:0.8em;
	margin:0 auto;
	
}
dl{
	margin:10px 0 5px 0;
}

.zairyoudt{
	margin:0 0 0 16px;
	font-weight:normal;
	float:left;
	clear:left;
}
.zairyoudd{
	margin:0 0 0 140px;
}
.tukurikatadt{
	margin:0 0 0 16px;
	font-weight:normal;
	float:left;
	clear:left;
}
.tukurikatadd{
	margin:0 10px 0 40px;
}


/*お知らせ内の写真*/
.news_photo{
	max-width:90%;
	margin:10px;
	border-radius:10px;
}


/*メディアクエリ*/
/*751ｐｘ以上*/
@media screen and (min-width:751px){			/*andのあとにスペースを空けるのを忘れないこと！！！*/
/*ここに751ｐｘ以上のｃｓｓを記述する*/

h2{
	margin:20px 30px 20px 30px;
	text-align:left
}
.tomaphoto1{
	display:block;
	margin:0 10px 20px 30px ;
	max-width:40%;
	float:left;
}
.farmfont{
	padding:5px 20px;
	margin:20px 30px;
}

/*.box1 {
    background:none;
}
.box1 .box-title {
    background:none;
    color: #00b050;
}
*/


.box1 {
    margin:0 10px 10px 10px;
}
.box2{
	float:left;
}
.box3{
	float:left;
	max-width:50%;
}
/*.tukurikatadd{
	max-width:400px;
}
*/.zairyoudd{
	padding-right:10px;
}