@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
 File name:      reset_jp.css
 Date:           2012/03/19
 Style Info:     リセット・基本設定
----------------------------------------------------------- */

/**--------------------------------------------------------------------------------------------------------------
　 Reset Setting
---------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:741px){
*{
	margin:0;
	padding:0;
	text-align:left;
}


/**--------------------------------------------------------------------------------------------------------------
　 Default Setting
---------------------------------------------------------------------------------------------------------------*/

/*	Base Setting
----------------------------------------------------*/
html,body{height:100%;}
body{
	background:#fff;
	color:#4c4c4c;
	font:normal 100%/1.6 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
/*-- font:一括指定 :weight size/line-height family;省略不可 --*/

}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{
	border:0 none;
	vertical-align:bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
ol,ul,li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
p{
	margin:0;
	font-size:12px;
}
}

@media screen and (max-width:740px){

*{
	margin:0;
	padding:0;
	text-align:left;
}


/**--------------------------------------------------------------------------------------------------------------
　 Default Setting
---------------------------------------------------------------------------------------------------------------*/

/*	Base Setting
----------------------------------------------------*/
html,body{height:100%;}
body{
	background:#fff;
	color:#4c4c4c;
	font:normal 100%/1.6 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
/*-- font:一括指定 :weight size/line-height family;省略不可 --*/

}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{
	border:0 none;
	vertical-align:bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
ol,ul,li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
p{
	margin:0;
	font-size:12px;
}

}