@charset "UTF-8";
/* CSS Document */






a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }








/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}sampleList02
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

body {
	/*line-height: 1.2em;*/
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	/*background-color: #21CECE;*/
	color: #333;
}
a:link    {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover   {
	color: #1FCDCD;
}
a:active  {
	color: #1FCDCD;
}
a:focus { outline:none;}
a img {
    border-style:none;
}


#footer {
	display:none;
}


.gridContainer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}