@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2013/04 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 共通（インポート用）CSS */
/*------------------------------------------------------*/
/*
Relation of CSS Files
	common.css
		|----default.css
		|----structure.css
		|----module
			|----heading.css
			|----text.css
			|----image.css
			|----block.css
			|----layout.css
			|----list.css
			|----table.css
			|----form.css
		|----lightning.css
*/

/* CSS Import --------------------------------- */
@import url(default.css);
@import url(structure.css);
@import url(module/heading.css);
@import url(module/text.css);
@import url(module/image.css);
@import url(module/block.css);
@import url(module/layout.css);
@import url(module/list.css);
@import url(module/table.css);
@import url(module/form.css);
@import url(lightning.css);





/* Clearfix --------------------------------- */
.anchorbox ul:after,
#footservice-content:after,
ul.pager:after,
.btn:after,
.tabblock ul:after,
.pullset:after,
#footer-activity dl:after,
#breadcrumb ul:after,
#contents:after,
.col2:after, .col3:after, .col4:after, .col5:after, .col6:after,
.coleq2:after, .coleq3:after, .coleq4:after, .coleq5:after, .coleq6:after,
.colset-l:after, .colset-r:after,
.imgset-l:after, .imgset-r:after,
.txtlist:after, .txtlist dl:after,
.note:after, .note dl:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.anchorbox ul,
#footservice-content,
ul.pager,
.btn,
.tabblock ul,
.pullset,
#footer-activity dl,
#breadcrumb ul,
#contents,
.col2, .col3, .col4, .col5, .col6,
.coleq2, .coleq3, .coleq4, .coleq5, .coleq6,
.colset-l, .colset-r,
.imgset-l, .imgset-r,
.txtlist, .txtlist dl,
.note, .note dl,
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .anchorbox ul,
* html #footservice-content,
* html ul.pager,
* html .btn,
* html .tabblock ul,
* html .pullset,
* html #footer-activity dl,
* html #breadcrumb ul,
* html #contents,
* html .col2, * html .col3, * html .col4, * html .col5, * html .col6,
* html .coleq2, * html .coleq3, * html .coleq4, * html .coleq5, * html .coleq6,
* html .colset-l, * html .colset-r,
* html .imgset-l, * html .imgset-r,
* html .txtlist, * html .txtlist dl,
* html .note, * html .note dl,
* html .clearfix {
	height: 1%;
}
.anchorbox ul,
#footservice-content,
ul.pager,
.btn,
.tabblock ul,
.pullset,
#footer-activity dl,
#breadcrumb ul,
#contents,
.col2, .col3, .col4, .col5, .col6,
.coleq2, .coleq3, .coleq4, .coleq5, .coleq6,
.colset-l, .colset-r,
.imgset-l, .imgset-r,
.txtlist, .txtlist dl,
.note, .note dl,
.clearfix {
	display: block;
}
/* End hide from IE-mac */





/* Reference - Font Size --------------------------------- */
/*
10px	{	font-size: 84%;		}
11px	{	font-size: 92%;		}
12px	{	font-size: 100%;	}
13px	{	font-size: 108%;	}
14px	{	font-size: 116%;	}
15px	{	font-size: 125%;	}
16px	{	font-size: 133%;	}
17px	{	font-size: 142%;	}
18px	{	font-size: 150%;	}
19px	{	font-size: 158%;	}
20px	{	font-size: 167%;	}
21px	{	font-size: 175%;	}
22px	{	font-size: 184%;	}
23px	{	font-size: 192%;	}
24px	{	font-size: 200%;	}
25px	{	font-size: 208%;	}
26px	{	font-size: 216%;	}
27px	{	font-size: 225%;	}
28px	{	font-size: 233%;	}
29px	{	font-size: 242%;	}
30px	{	font-size: 250%;	}
*/





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
