@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 およびそれ以下. */

#gaiyou{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#gaiyou .dot .syuugou{
	margin:2%;
	width:96%;
}
table{
	clear: both;
	margin:2%;
	width:96%;
	font-size:1.2em;
}
table th{
	padding:5px;
	vertical-align:text-top;
	width:20%;
}
table td{
	padding:5px;
}

#access{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h2{
	border-bottom:3px solid #90c76a;
}
#gaiyou h2 img,
#access h2 img {
	margin-bottom:6px;
	margin-right:6px;
	height: 25px;
	width: 25px;
}
#gaiyou .dot,
#access .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;
}

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

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



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

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


#gaiyou .dot .gt{
	clear:both;
	float:left;
	width: 60%;
}

#gaiyou .dot .syuugou{
	width: 60%;
}
#gaiyou .dot .syuugou img{
	margin:10px;
	width: 100%;
}

table th,
table td{
	padding:15px;
}

}
