/*==============================================*/
/*	基本タグ																		*/
/*==============================================*/

html	{
	height:100%;
	overflow-y:scroll;
}

body	{
	background-color: #FFF;
	color: #3F3F3F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
	font-size: 12px;
	height:100%;
	line-height: 20px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	-webkit-touch-callout:none;
}

a	{
	color: #3399FF;
	text-decoration: none;
}

a:hover	{
	color: #3399FF;
	text-decoration: underline;
}

img {
	border:none;
	margin: 0px;
}

table, th, td	{
	border-collapse:collapse;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

form,sub,pre	{
	margin: 0;
	padding: 0;
}

ul,ol,li,dl,dt,dd	{
	list-style:none;
	margin: 0;
	padding: 0;
}

h1,h2,h3	{
	margin: 0;
	padding: 0;
}

/* 回り込み解除設定 */
.clearfix:after {
	content: " ";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*==============================================*/
/*	共通CSS																			*/
/*==============================================*/
.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;}
.size20	{	font-size: 20px;	line-height: 26px;}
.size24	{	font-size: 24px;	line-height: 28px;}
.size28	{	font-size: 28px;	line-height: 30px;}


.kasen	{text-decoration: underline;}

.blk	{color: #000000;}
.blu	{color: #0033CC;}
.gy3	{color: #333333;}
.gy6	{color: #666666;}
.gy9	{color: #999999;}
.ora	{color: #ff6600;}
.kon	{color: #000066;}
.pnk	{color: #FF3366;}
.red	{color: #FF0000;}

.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;margin-right: 10px; display: inline;}
.img_r	{float: right;margin-left: 10px; display: inline;}
.float_l	{float: left; display: inline; margin: 0px;}
.float_r	{float: right; display: inline; margin: 0px;}

.mb5px	{margin-bottom: 5px;}
.mb8px	{margin-bottom: 8px;}
.mb10px	{margin-bottom: 10px;}
.mb15px	{margin-bottom: 15px;}
.mb20px	{margin-bottom: 20px;}
.mb25px	{margin-bottom: 25px;}
.mb30px	{margin-bottom: 30px;}
.mb35px	{margin-bottom: 35px;}
.mb40px	{margin-bottom: 40px;}
.mb45px	{margin-bottom: 45px;}
.mb50px	{margin-bottom: 50px;}
.mb55px	{margin-bottom: 55px;}
.mb70px	{margin-bottom: 70px;}

.mt3px	{margin-top: 3px;}
.mt5px	{margin-top: 5px;}
.mt8px	{margin-top: 8px;}
.mt10px	{margin-top: 10px;}
.mt12px	{margin-top: 12px;}
.mt15px	{margin-top: 15px;}
.mt18px	{margin-top: 18px;}
.mt20px	{margin-top: 20px;}
.mt25px	{margin-top: 25px;}
.mt30px	{margin-top: 30px;}
.mt35px	{margin-top: 35px;}
.mt40px	{margin-top: 40px;}
.mt45px	{margin-top: 45px;}
.mt50px	{margin-top: 50px;}
.mt55px	{margin-top: 55px;}
.mt60px	{margin-top: 60px;}
.mt65px	{margin-top: 65px;}
.mt70px	{margin-top: 70px;}
.mt75px	{margin-top: 75px;}

.ml1px	{margin-left: 1px;}
.ml2px	{margin-left: 2px;}
.ml5px	{margin-left: 5px;}
.ml8px	{margin-left: 8px;}
.ml10px	{margin-left: 10px;}
.ml15px	{margin-left: 15px;}
.ml18px	{margin-left: 18px;}
.ml20px	{margin-left: 20px;}
.ml25px	{margin-left: 25px;}
.ml30px	{margin-left: 30px;}
.ml35px	{margin-left: 35px;}
.ml40px	{margin-left: 40px;}
.ml45px	{margin-left: 45px;}
.ml50px	{margin-left: 50px;}
.ml55px	{margin-left: 55px;}
.ml60px	{margin-left: 60px;}
.ml65px	{margin-left: 65px;}
.ml70px	{margin-left: 70px;}
.ml90px	{margin-left: 90px;}

.mr5px	{margin-right: 5px;}
.mr10px	{margin-right: 10px;}
.mr15px	{margin-right: 15px;}
.mr20px	{margin-right: 20px;}
.mr25px	{margin-right: 25px;}
.mr30px	{margin-right: 30px;}
.mr35px	{margin-right: 35px;}
.mr40px	{margin-right: 40px;}
.mr45px	{margin-right: 45px;}
.mr50px	{margin-right: 50px;}
.mr100px	{margin-right: 100px;}


/*文字と文字の間に1文字分のスペースが入ったように見える*/
.hirome	{letter-spacing: 14px;}
/*文字と文字の間に1文字分のスペースが入ったように見える*/
.hirome2	{letter-spacing: 28px;}

/*文字と文字の間をつめて表示*/
.tumeru	{letter-spacing: -1px;}


/*行間指定範囲で必要以上の空きガでない為の段落の1行分の区切り*/
p.1gyo	{
	margin-bottom: 14px;
	margin-top: 14px;
}

p.hangyo	{
	margin-bottom: 7px;
	margin-top: 7px;
}

/*/ --  -- /*/
.hide { display: none;}

