@charset "utf-8";

/*------------------------------------------------------
SnowRobin CSS BASE ver.1.0.0
-------------------------------------------------------*/

/*------------------------------------------------------
　　　　　　　　　＊ 全体 基本設定　＊
-------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0;
}

img {
	border: none;
}

body {
	font-family:"ＭＳ Ｐゴシック" ,"Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Geneva", "Arial", "Verdana", "sans-serif";
	font-size: 13px;
 	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
	line-height: 1.8;
}
table,tr,th,td {
	font-size: 100%;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
a:hover {
	text-decoration: none;
}

ul li {
	list-style:none;
}

/*------------------------------------------------------
　　　     　　　＊ 便利なもの設定 ＊
-------------------------------------------------------*/

.fleft {
	float: left;
	margin:0px 0px 0px 0px;
}
.fright {
	float: right;
	margin:0px 0px 0px 0px;
}
.clear{
	clear: both;
}
.txt_right{
	text-align:right;
}
.txt_left{
	text-align:left;
}
/*------------------------------------------------------
　　　     　　　＊ フロート解除 ＊
-------------------------------------------------------*/

clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
clearfix {display: inline-block;} 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
clearfix {display: block;}
/* End hide from IE-mac */


