@charset "utf-8";

/* ------------------------
__Default style clear
------------------------ */

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}


body {
	font-size:75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color:#333;
	line-height:1.4;
	background-color:#FFF;
}



h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


ul {
	list-style:none;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:#069;
	text-decoration:underline;
}

a:hover {
	color:#069;
	text-decoration:none;
}

a:focus{
	outline:none;
}


/* margin */
.mt24 {
	margin-top:24px;
}

.mt65 {
	margin-top:65px;
}


.mb0 {
	margin-bottom:0!important;
}

.mb10 {
	margin-bottom:10px;
}

.mb13 {
	margin-bottom:13px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px!important;
	}

.mb50 {
	margin-bottom:50px;
}

.ml10 {
	margin-left:10px;
}

.ml30 {
	margin-left:30px;
}

.mr0 {
	margin-right:0!important;
}

.mr20 {
	margin-right:20px;
}


.mr25 {
	margin-right:25px;
}

.center {
	text-align:center;
}

.rt {
	float: right !important;
}

.lt {
	float: left !important;
}

.a-rt {
	text-align: right !important;
}

.a-lf {
	text-align:left!important;
}

.wi100 {
	width:100%;
}
/* ------ pagetop -------- */

div.pagetop {
	text-align:right;
	height:28px;
	padding-top:45px;
	margin-bottom:20px;
	padding-right:63px;
}


.clrfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clrb {
	clear:both;
}

.clr {
	clear:right;
}

.cll {
	clear:left;
}

.orange {
	color:#FF933B;
}


