@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:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	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 およびそれ以下. */

.dot{
	border: 2px dashed #8fc447;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	padding:10px;
}
.dot ul{
	font-size: 1.2em;
	margin: 10px;
	list-style-type:none;
	vertical-align:middle;
	
	
}
.dot ul li{
	color:#90c76a;
	margin:5px;
	padding-left: 2em; 
    text-indent: -3.1em;
	
}
.que{
	color: #90c76a;
	list-style-image: url(../images/faq01.png);
	list-style-position: inside;
	list-style-type: none;
}
.ans{
	color:#90c76a;
	list-style-image: url(../images/faq02.png);
	list-style-position: inside;
	list-style-type: none;
}
.dot ul li span,
.dot ol li{
	color: #000;
		
	
}
.dot ol{
	font-size:1em;
	line-height:1.7em;
	margin:10px 25px;

}

.dot p{
	font-size:1.2em;
	line-height:1.7em;
	margin:10px;

}
h2{
	border-bottom:3px solid #90c76a;
}
h2 img {
	margin-bottom:6px;
	margin-right:6px;
	height: 25px;
	width: 25px;
}
table th img{
	width:100%;
}

table th{
	padding-top:0px;
	padding-bottom:10px;
	width:35%;
}
table td{
	padding: 20px;
	width: 65%;
	vertical-align: central;
	margin-bottom: auto;
	margin-top: auto;
	font-size: 1.2em;
	line-height: 1.7em;
}
table td span{
	padding: 20px;
	font-size: 1.2em;
	text-align: right;
	display: block;
}
.dot .hitokoto{
	display:block;
	border:2px solid #90c76a;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin:20px;
	color:#90c76a;
	font-size:1.2em;
	font-weight:bold;
}

.flow{
	clear: both;
	float: left;
	margin-top:2px;
	width: 100%;
	display: block;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

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







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

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

table th img{
	max-width:200px;
}
table th{
	width:35%;
	padding:10px;
}
table td{
	max-width:535px;
	width:65%;
	vertical-align:middle;
}





}
