@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 およびそれ以下. */
.introBlock{
	margin-bottom: 40px;
	font-size:14px;
	line-height: 170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.content1 h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0.5em;
}
.introBlock p{
	margin-bottom: 2em;
}
.introBlock img{
	float: right;
	margin:20px ;
	width: 40%;
}
.promiseList div{
	clear:both;
}
ul{
	margin-left:1em;
	padding-left:0em;
}
ol  {
	position: relative;
	margin:0;
	padding:0
}
ol li  {
	list-style: none;
	list-style-position:outside;
	margin-left:1.5em;
	padding-left:1.25em
	font-size:14px;
	line-height: 170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol li span {
	position: absolute;
	left:0;
	margin:0
}
.mailFormTable{
	width:100%;
}
.mailFormTable th{
	width: 8.5em;
	vertical-align:top;
	line-height: 200% ;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	padding: 4px 0;
}
.mailFormTable td{
	vertical-align:top;
	line-height: 200% ;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px 0;
}
.entryItem {
	display:block;
}
.confItem {
	display:none;
}
.errMsg {
	display:none;
	color:#F00;
}
.content1 ul{
	line-height: 200% ;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.introBlock img{
	width: 100%;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
}
