@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:square;
}
.dot ul li{
	color:#90c76a;
	margin:10px;
}
.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{
	width:40%;
	padding: 20px;
	font-size: 1em;
	line-height: 1.4em;
}

table td{
	padding: 20px;
	width: 40%;
	font-size: 1.2em;
	line-height: 1.7em;
}
table td span{
	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。モバイルレイアウトからスタイルを継承。 */
.moji01{
	text-align: left;
}

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





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

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

/*table th img{
	max-width:100%;
}
table th{
	width:100%;
	padding:10px;
}
table td{
	width:100%;
	vertical-align:middle;
}

*/
table th img{
	width:50%;
}
	
	table th{
	width:40%;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.7em;
}

	
	
}


