@charset "utf-8";

/* -----------------------------------
     RESET
-----------------------------------*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote { margin:0; padding:0; }
fieldset,img { border:0; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
h1,h2{ font-weight:normal;}

th{ text-align:left; font-weight:normal; }


/* -----------------------------------
     BASE
-----------------------------------*/
body { color:#606060; background-color:#efbfe9; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

a:link {
	color:#e3358c;
}
a:visited {
	color:#e3358c;
}
a:hover {
	color:#f84ea3;
}
a:active {
	color:#e3358c;
}


/* -----------------------------------
     LAYOUT
-----------------------------------*/
/* TEXT */
.acenter { text-align:center; }
.aleft { text-align:left; }
.aright { text-align:right; }
.tdlt{ text-decoration:line-through; }

/* IMG */
.imleft { float:left; padding:0 10px 10px 0; }
.imright { float:right; padding:0 0 10px 10px; }
.imvb { vertical-align:bottom; }
.imvt { vertical-align:top; }

/* FORM WIDTH*/
.fw1 { width:100px; }
.fw2 { width:150px; }
.fw3 { width:200px; }
.fw4 { width:250px; }
.fw5 { width:300px; }
.fw6 { width:350px; }
.fw7 { width:400px; }

/* ICON */


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


/* -----------------------------------
     FONT
-----------------------------------*/
.fb { font-weight:bold; }
.fl1 { line-height:140%; }
.fl2 { line-height:160%; }

.f10 { font-size:63%; }
.f11 { font-size:70%; }
.f12 { font-size:77%; }
.f13 { font-size:83%; }
.f14 { font-size:90%; }
.f15 { font-size:95%; }
.f16 { font-size:100%; }
.f17 { font-size:108%; }
.f18 { font-size:114%; }
.f19 { font-size:120%; }
.f20 { font-size:127%; }
.f22 { font-size:140%; }
.f24 { font-size:152%; }
.f26 { font-size:164%; }
.f28 { font-size:176%; }
.f30 { font-size:188%; }
.f32 { font-size:200%; }

.f10fx { font-size:10px; }
.f11fx { font-size:11px; }
.f12fx { font-size:12px; }
.f13fx { font-size:13px; }
.f14fx { font-size:14px; }
.f15fx { font-size:15px; }
.f16fx { font-size:16px; }
.f17fx { font-size:17px; }
.f18fx { font-size:18px; }
.f19fx { font-size:19px; }
.f20fx { font-size:20px; }
.f22fx { font-size:22px; }
.f24fx { font-size:24px; }
.f26fx { font-size:26px; }
.f28fx { font-size:28px; }
.f30fx { font-size:30px; }
.f32fx { font-size:32px; }




