@charset "utf-8";

* {
 padding: 0;
 margin: 0;
}

body {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 -webkit-text-size-adjust:100%;
}

/* for IE6 */
* html body { font-family: "ＭＳ ゴシック", sans-serif;}

ul { list-style: none;}

table {
 border-collapse: collapse;
 border: none;
}

img {
 border: none;
}

a {
 outline: none;
 text-decoration: none;
}

hr {
 color: #fff;
 background-color: #fff;
 height: 1px;
 padding: 0;
 border: 0;
}

/* align */

.center { text-align: center !important;}
.right { text-align: right !important;}
.left { text-align: left !important;}

/**/


/* float */

.float_l { float: left;}
.float_r { float: right;}
.clear { clear: both;}

.clearfix:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	font-size:0;
	}
	
.clearfix { display: inline-block;}
.clearfix { display: block;}

/**/


/* margin-bottom */

.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}

/**/

.pdr0 { padding-right: 0 !important;}

/* link */

a:hover img.op {
 opacity: 0.70;
 filter: alpha(opacity=70);
}

a:hover img.op2 {
 opacity: 0.30;
 filter: alpha(opacity=30);
}

/**/


/* function */

.hidden { display: none;}
.imgheight { font-size:0; line-height:0; vertical-align:bottom;}

/**/

