@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.maruNum  {
	position: relative;
	margin:0;
	padding:0
}
.maruNum li  {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	list-style: none;
	list-style-position:outside;
	margin:0;
	padding-left:1.25em;
	line-height: 180%;
	color: #7f7f7f;
}
.maruNum li span {
	position: absolute;
	left:0;
	margin:0
}
.photoInclude{
	clear:both;
	overflow:hidden;
}
h3{
	color:#A27951;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	border-left-style:solid;
	border-left-width:6px;
	border-left-color:#A27951;
	padding-left: 4px;
}
h4{
    font-weight: normal; 
	font-size:16px; 
	line-height:180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#896138;
}
.meritTitle{
	color:#896138;
}
.mailFormTable th{
	width: 8.5em;
  max-width: none;
}
ul {
	margin-top:0;
}
.point {
	color: #896138;
}
th {
	width: 15%; 
	max-width: 90px;
	vertical-align:top;
}
.photoBox{
	display: inline-block;
	float: none;
	width: 100%;
}
.textBox{
	display:inline-block;
	width: 100%;
}
.textBox p{
	margin-top:0;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.photoBox{
	float: right;
	width: 35%;
	max-width: 250px;
	text-align: right;
}
.textBox{
	width: 64%;
}

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

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