@charset "utf-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) 2013 Kiyonobu Horita @ WEBPLUS Inc.            */
/*--------------------------------------------------------------*/


/* ---------------------------------------------------------------------
ページ内装飾関連
--------------------------------------------------------------------- */
/*  font color  */
.fcAtt {
	color:#F00;
	font-size:14px;
	font-weight:bold;
}

.fcRed {
	color:#F00;
}

.fcCrm {
	color:#C00;
}

.fcGrn {
	color:#008000;
}

.fcFst {
	color:#228B22;
}

.fcBlu {
	color:#00F;
}

.fcAzr {
	color:#06C;
}

.fcMgt {
	color:#F0F;
}

.fcPnk {
	color:#FF69B4;
}

.fcOrg {
	color:#FFA500;
}

.fcOrr {
	color:#FF4500;
}

/*  float  */
.flt_r {
	float:right;
	margin:0 0 15px 15px;
}

.flt_l {
	float:left;
	margin:0 15px 15px 0;
}

/*  text align  */
.text_l {
	text-align:left;
}

.text_r {
	text-align:right;
}

.text_c {
	text-align:center;
}

/*  font size  */
.fs08 {
	font-size:0.8em;
}

.fs09 {
	font-size:0.9em;
}

.fs11 {
	font-size:1.1em;
}

.fs12 {
	font-size:1.2em;
}

.fs13 {
	font-size:1.3em;
}

.fs14 {
	font-size:1.4em;
}

.fs15 {
	font-size:1.5em;
}

.fs20 {
	font-size:2.0em;
}

/*  line　*/
.dott {
	clear:both;
	display:block;
	margin:10px 0;
	border-bottom:2px #C93 dotted;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*  clear  */
.clear {
	clear:both;
}

/* ---------------------------------------------------------------------
　背景フィクス
--------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-table;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */




/*--------------------　▲　end of file　▲　*/
