/* -------------------------------------------------------------------
 LINK
------------------------------------------------------------------- */
a:link{
	color:#C00;
	text-decoration:none;
}
a:visited{
	color:#C00;
	text-decoration:none;
}
a:hover {
	color:#960;
	text-decoration:none;
}
a:active {
	color:#960;
	text-decoration:none;
}


/* ---------------------------------------
　Font-Size 
--------------------------------------- */
.xsmall {
    font-size: 0.9em;/*9px*/
}
.small {
    font-size: 1.2em;/*12px*/
	line-height:1.6;
}
.medium {
    font-size: 1.4em;/*14px*/
	line-height:1.8;
}
.large {
    font-size: 1.6em;/*16px*/
}
.xlarge {
    font-size: 2.2em;/*22px*/
}
.xxlarge {
    font-size: 2.6em;/*26px*/
}


@media only screen and (max-device-width : 480px){
.medium {
    font-size: 1.2em;/*14px*/
	line-height:1.6;
}
}