@charset "utf-8";

/************************************

module.css

Author: mitsut
Version: 2.0
Date:120428

Copyright © 2012 ULM design Co.,Ltd.


*************************************/

.en-font{font-family:Georgia, "Times New Roman", Times, serif,Arial, Helvetica, sans-serif;}
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:124%; }
.font17 { font-size:131%; }
.font18 { font-size:139%; }
.font19 { font-size:147%; }
.font20 { font-size:154%; }
.font21 { font-size:162%; }
.font22 { font-size:170%; }
.font23 { font-size:177%; }
.font24 { font-size:185%; }
.font25 { font-size:193%; }
.font26 { font-size:200%; }


*:first-child+html .font10 {font-size:83%;}

/*---------------------------

clearfix

-----------------------------*/
.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }



/*---------------------------

float

-----------------------------*/
.float-left{ float: left; }
.float-right{ float: right; }
.clear{ clear: both; }




/*---------------------------

align

-----------------------------*/
.align-right{
	text-align:right;
}
.align-left{
	text-align:left;
}

.align-center{
	text-align:center;
}


/*---------------------------

letter-spacing

-----------------------------*/
.space-none{
	letter-spacing:0;
}

.space-narrow{
	letter-spacing:0.1em;
}

.space-normal{
	letter-spacing:2px;
}




/*---------------------------

list-style

-----------------------------*/
/*num*/
.list-decimal{
	list-style::decimal;
}

/*ABC*/
.list-upper-alpha{
	list-style:upper-alpha;
}

/*abc*/
.list-lower-alpha{
	list-style:lower-alpha;
}

.list-none{
	list-style:none;
}

.indent{
	padding-left:0px;
}
.indent2{
	display:block;
	padding-left:30px;
}


/*---------------------------

social

-----------------------------*/
#social-container{
	
}

.social-btn{
	padding:0 8px 6px 0;
}

/*---------------------------

a

------------------------------*/
a{text-decoration:underline;}
a:link{}
a:visited{}
a:hover{}
a:active{}


.bold{ font-weight:bold;}

.none{ display:none;}
.block{display:block;}
.margin-auto{ margin:0 auto;}


/*--------------------------------------------
png
---------------------------------------------*/
*html .png{ behavior: url(iepngfix.htc); }

.relative{
	position:relative;
}

/*--------------------------------------------
guard
---------------------------------------------*/
.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../img/spacer.gif);
}


.pink{
	color:#ff1790;
}