@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 p{
	margin:2%;
	padding:5px;
}
	
table{
	clear: both;
	margin:2%;
	margin-bottom:5%;
	width:96%;
	font-size:1.2em;
}
table th{
	
	vertical-align:text-top;
	width:50%;
}
table td{
	padding:5px;
}
table tr{
	margin-bottom:10%;
}

table th,
table td,
table tr{
	padding:2%;
}

#sekoujisseki{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h2{
	border-bottom:3px solid #90c76a;
}

#sekoujisseki h2 img {
	margin-bottom:6px;
	margin-right:6px;
	height: 25px;
	width: 25px;
}
#sekoujisseki .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;
}

.sekou{
	margin-right:20px;
}

.main_img{
	width:96%;
	margin-left:2%;
	margin-bottom:2%;
}

.s24{
	font-size: 1.4em;
	color: rgba(204,204,204,1);
}


.s25{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1.2em;
	color:rgba(102,102,102,1);
}
	

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

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


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

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


.dot{
	clear:both;
	float:left;
	width: 100%;
}


.syuugou{
	clear:both;
	float:right;
	margin:2%;
	width:40%;
	
}
#sekoujisseki table{
	clear: both;
	margin:2%;
	width:96%;
	font-size:1.2em;
}





}
