@charset "utf-8";

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_ */


/*============================================================
 コンテンツ全体
=============================================================*/


	div#contents {
		max-width: 960px;
		margin: 0 auto;
	}

/*============================================================
 コンテンツ　menu
=============================================================*/
  div.carte {
		width: 960px;
		float: left;
	}
  div#contents section#carte h2 {
		margin: 0 0 15px 5px;
	}
	div#contents section#carte article {
		text-align: center;
		width: 20%;
		float: left;
		margin-bottom: 30px;
	}
	div#contents section#carte article img {
		width: 100%;
		height: auto;
		max-width: 184px;
	}
	div#contents section#carte article h3 {
		font-size: 0.9em;
		font-weight: bold;
	}
	div#contents section#carte article p {
		text-align: left;
		font-size: 0.7em;
		line-height: 2.0em;
		padding: 0 15px;
	}


