/*==============================================*/
/*	基本タグ																		*/
/*==============================================*/
html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, form, sub{
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	background:transparent;
}
html,body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-webkit-font-smoothing: antialiased;
}
*	{font-style:normal;}
body	{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
	line-height: 140%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: auto;
}
address {font-style:normal;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,address	{
	display:block;
	margin: 0;
	padding: 0;
}

a	{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
}
a:focus	{
	outline:none;
}
a:hover	{
	text-decoration: none;
	outline:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

img {
	border:none;
	margin: 0px;
}

table, th, td	{
	border-collapse:collapse;
	border-spacing: 0; 
}

form,sub,pre	{
	margin: 0;
	padding: 0;
}

ul,ol,li,dl,dt,dd	{
	list-style:none;
}

/* 回り込み解除設定 */
.clearfix:after {
	content: " ";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*==============================================*/
/*	共通CSS																			*/
/*==============================================*/
.ffm	{	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;}
.ffg	{	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;}

.size5	{font-size:5px;	line-height:5px;}
.size10	{font-size:10px;	line-height:11px;}
.size11	{font-size:11px;	line-height:13px;}
.size12	{font-size:12px;	line-height:15px;}
.size14	{	font-size:14px;	line-height:20px;}
.size16	{	font-size:16px;	line-height:22px;}
.size18	{	font-size:18px;	line-height:24px;}
.size20	{	font-size: 20px;	line-height: 26px;}
.size22	{	font-size: 22px;	line-height: 28px;}
.size24	{	font-size: 24px;	line-height: 28px;}

.size28	{	font-size: 28px;	line-height: 30px;}

.bld	{font-weight: bold;}
.nrm	{font-weight: normal;}
.udl	{text-decoration: underline;}

.gy3	{color: #333333;}
.gy6	{color: #666666;}
.gy9	{color: #999999;}
.gyc	{color: #CCCCCC;}
.grn	{color: #20922B;}
.blu	{color: #0083BF;}
.red	{color: #FF3300;}
.aka	{color: #FF0000;}
.ora	{color: #ff6600;}

.c	{text-align: center;}
.l	{text-align: left;}
.r	{text-align: right;}

.top	{vertical-align: top;}
.btm	{vertical-align: bottom;}
.mid	{vertical-align:middle;}

.no_br	{white-space: nowrap;}
.clear	{clear:both;}

.img_l		{float: left; display: inline; margin: 0px;}
.img_r		{float: right; display: inline; margin: 0px;}
.float_l	{float: left; display: inline; margin: 0px;}
.float_r	{float: right; display: inline; margin: 0px;}

