@charset "utf-8";
/* =======================================
	URL		  : http://www.c21-online.com/
	Copyright : CyberStep
	Ver       : 1.00
	Name      : common.css
	File      : ALL
-----------------------------------------
-----------------------------------------
	NOTE
-----------------------------------------

-----------------------------------------
	FONT SIZE (13px = 100%)
-----------------------------------------

	フォントサイズの一覧
	------------------
	09px = 69%
	10px = 77%
	11px = 85%
	12px = 93%
	13px = 100%
	14px = 108%
	15px = 116%
	16px = 124%
	17px = 131%
	18px = 139%
	19px = 147%
	20px = 154%
	21px = 162%
	22px = 170%
	23px = 177%
	24px = 185%
	25px = 193%
	26px = 200%
	39px = 300%
	---------------  
	(計算式) 表示サイズ/13px * 100 (小数点以下切り上げ) 

-----------------------------------------
	COLOR
-----------------------------------------

	#FFFFFF
	#EEEEEE
	#E4E4E4
	#CC0000
	#020202
	#2B74D4
	#66C5F6
	#032F96
	#848484

-----------------------------------------
	INDEX
-----------------------------------------

	00. Global
	01. Header
	02. Font
	03. Anchor
	04. Image
	05. Table
	06. List
	07. Form
	08. Iframe
	09. Position Style
	10. Clear
	11. Dummiy
	12. Box
	13. LogIn Box

========================================== */
/* ==========================================
	00. Global
========================================== */
html { font-size: 13px; }
html, body {
	height: 100%;
	width: 100%;
	font-family: Verdana, arial, serif, 'Coda Caption';
	background-color: #020202;
}
body {
	color: #020202;
	font-size: 77%; /* 10px */
}

/* ==========================================
	01. Header
========================================== */
h1, h2, h3, h4 {
	font-weight: bold;
	color: #FFFFFF;
}
h5, h6 {
	font-weight: bold;
}

/* ==========================================
	02. Font
========================================== */
.notice {
	font-weight: bold !important;
	color: #CC0000;
}
.error,
.red {
	font-weight: bold !important;
	color: #CC0000;
}
.small {
	font-size: 69% !important; /* 9px */
}
.big {
	font-size: 117% !important; /* 14px */
}
.bold {
	font-weight: bold !important;
}

/* ==========================================
	03. Anchor
========================================== */
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/* Img Anchor */
a.img_anchor {
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

/* No Underline */
.no_underline { text-decoration: none; }

/* ==========================================
	04. Image
========================================== */
img {
	vertical-align: middle;
}

/* ==========================================
	05. Table
========================================== */
table {
	width: 100%;
	border: #66C5F6 solid 1px;
}
	table th {
		color: #020202;
		font-weight: bold;
		background-color: #2B74D4;
		text-align: center;
	}
	table td {
		background-color: #FFFFFF;
	}

	table td,
	table th {
		padding: 5px;
		border: #66C5F6 solid 1px;
	}
	
/*  Table Simple */
.table_simple {
	width: 100%;
	padding: 20px;
	background: #FFFFFF;
}
	.table_simple table {
		border: none;
	}
		.table_simple th, 
		.table_simple td {
			border: none;
			background: none;
		}

/* ==========================================
	06. List
========================================== */
ul, li {
	list-style-type: none;
}
	li {
		list-style-image: none;
		list-style-position: outside;
	}

/* Ul Basic */
.ul_basic,
.ul_basic li {
	list-style-type: disc;
}
.ul_basic li {
	list-style-position: inside;
}

.ol_basic,
.ol_basic li {
	list-style-type: decimal;
}
.ol_basic li {
	list-style-position: inside;
}

/* ==========================================
	07. Form
========================================== */
form { display: inline; }
input,
select,
textarea {
	vertical-align: middle;
}

/* Input */
.input_txt {
	height: 2em;
	width: 20em;
	padding: 0px 5px;
	margin: 1px auto;
	border: 1px solid #2B74D4;
	line-height: 2em;
	background-color: #2B74D4;
	background-repeat: no-repeat;
}
.input_s_txt {
	height: 2em;
	width: 10em;
	padding: 0px 5px;
	margin: 1px auto;
	border: 1px solid #2B74D4;
	line-height: 2em;
	background-color: #2B74D4;
	background-repeat: no-repeat;
}
.input_sub {}
.input_btn {}

/* Select
===================================*/
select {}

/* Textarea
===================================*/
textarea {}

/* ==========================================
	08. Iframe
========================================== */
iframe {
	border: 1px solid #2B74D4;
	background: #FFFFFF;
}

/* ==========================================
	09. Position Style
========================================== */
/*  Center */
.center {
	margin: auto;
	text-align: center;
}

/* Text Align */
.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left; }

/* Float */
.fr { float: right; display: inline; }
.fl { float: left; display: inline; }

/* Margin */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

/* Padding */
.pt00 {padding-top:  0px !important; }
.pt05 {padding-top:  5px !important; }
.pt10 {padding-top: 10px !important; }
.pt15 {padding-top: 15px !important; }
.pt20 {padding-top: 20px !important; }
.pt25 {padding-top: 25px !important; }
.pt30 {padding-top: 30px !important; }
.pt35 {padding-top: 35px !important; }
.pt40 {padding-top: 40px !important; }

.pr00 {padding-right:  0px !important; }
.pr05 {padding-right:  5px !important; }
.pr10 {padding-right: 10px !important; }
.pr15 {padding-right: 15px !important; }
.pr20 {padding-right: 20px !important; }
.pr25 {padding-right: 25px !important; }
.pr30 {padding-right: 30px !important; }
.pr35 {padding-right: 35px !important; }
.pr40 {padding-right: 40px !important; }

.pb00 {padding-bottom:  0px !important; }
.pb05 {padding-bottom:  5px !important; }
.pb10 {padding-bottom: 10px !important; }
.pb15 {padding-bottom: 15px !important; }
.pb20 {padding-bottom: 20px !important; }
.pb25 {padding-bottom: 25px !important; }
.pb30 {padding-bottom: 30px !important; }
.pb35 {padding-bottom: 35px !important; }
.pb40 {padding-bottom: 40px !important; }

.pl00 {padding-left:  0px !important; }
.pl05 {padding-left:  5px !important; }
.pl10 {padding-left: 10px !important; }
.pl15 {padding-left: 15px !important; }
.pl20 {padding-left: 20px !important; }
.pl25 {padding-left: 25px !important; }
.pl30 {padding-left: 30px !important; }
.pl35 {padding-left: 35px !important; }
.pl40 {padding-left: 40px !important; }

/*  Horizon Center */
ol.horizon_center li,
ul.horizon_center li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	/display: inline;
	/zoom: 1;
	/* /margin-left: 3px; */
	/*vertical-align: middle;*/
}
	ol.horizon_center li *,
	ul.horizon_center li * {
		float: left;
		display: inline;
	}


/* ==========================================
	11. Clear
========================================== */
/* Clr */
.clr { clear: both; }
br.clr {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px; /* 0px */
	line-height: 0px;
}

/* Clearfix Hack */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0px; /* 0px */
	line-height: 0px;
	display: block;
	content: " ";
}

/* for MacIE5 \*//*/
.clearfix {
	height: auto;
	overflow: hidden;
}

/* ==========================================
	12. Dummiy
========================================== */
.hide { display: none; }


/* ==========================================
	13. Box
========================================== */
.field {}
.area {}
.section {}
.group { position: relative; }
.unit {}
.part {}
.point {}
.tip { float: right; display: inline; }