﻿/**
 * 主な水産加工品
 */
div.articleFrame {
	display:table;
	table-layout:fixed;
	width:98%;
	margin:0px auto;
}

div.articleRow {
	display:table-row;
}

div.articleCell {
	display:table-cell;
	width:33%;
	padding:5px;
}

div.articleCell h3 {
	margin-bottom:3px;
	text-align:center;
}

div.articleCell img {
	width:100%;
	max-width:237px;
	height:auto;
}

@media only screen and ( min-width:960px ) {
}

/* 769px～959px以下 */
@media only screen and ( max-width:959px ) {
}

/* 641px～768px以下（主にタブレット） */
@media only screen and ( max-width:768px ) {
}

/* 640px以下（主にスマホ横） */
@media only screen and ( max-width:640px ) {
	div.articleCell h3 {
		font-size:12px;
	}
}

/* 480px以下（主にスマホ縦） */
@media only screen and ( max-width:480px ) {
}
