@charset "utf-8";
/* CSS Document */

/* --------------------------------

	*  Common Style {


		* last update 10.05/20
		* author : nakaya;
	
	}
	
	
--------------------------------
		 Contents
		
		//----------------------------
								inline
		//----------------------------
		
		3. HyperText Style
			├	a.level1
			├	a.pdf link
			├	a.linkArrow 01
			├	a.linkArrow 02
			└	a.linkArrow 03
			
		4. Paragraph Style
			├	div#main p
			├	div#main .pageTop
			└	div#main .formBtn
		5. Text Style
			├	strong.level1
			├	strong.level2
			├	strong.level3
			└	align control
		//----------------------------
								
		//----------------------------
			
		6. Form Element
		7. Float Img Style
			├	img.floatL
			└	img.floatR
		
		8. hn Style
			├	8-1.	hnImg
			└	8-2.	hnTxt
		
		
		10. child Control
		
		11. hr clear control
		
		
		//----------------------------
		
		 21.	error, notice, success, notify
		
	//------------------------------
	
		50. common assets
			├	dl.privacyMark
			└	dl.adobeReader
	
		51. general Classees
			├	.note
			├	.caution
			├	.clear
			└	.btn
			
			
		99. clearFix (pkg)
		
		
-----------------------------------*/







/* ==========================================================================================================

	 3. HyperText Style
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	level

---------------------------------------------------------------------*/
/*
a.level1 {
	text-decoration	: none;
}

a.level1:link {

}

a.level1:visited {

}

a.level1:hover {

}

a.level1:active {

}
*/

/*  ------------------------------------------------------------------

	pdf link

---------------------------------------------------------------------*/
/*
a.pdf {

}

a:hover.pdf {

}
*/

/*  ------------------------------------------------------------------

	arrow

---------------------------------------------------------------------*/

/*  link arrow 01
-----------------------------------*/

a.linkArrow01  {

}

a:hover.linkArrow01 {
}


/*  popupリンク用装飾
-----------------------------------*/

/* ==========================================================================================================

	 4. Paragraph Style
 
============================================================================================================*/

div#main p {
	margin-bottom: 0.8em;
}

/*  ------------------------------------------------------------------

	pageTop

---------------------------------------------------------------------*/

div#main .pageTop {

}


/* ==========================================================================================================

	 5. Text(inline) Style
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	strong

---------------------------------------------------------------------*/
/*
strong.level1 {

}

strong.level2 {

}

strong.level3 {

}
*/

/*  ------------------------------------------------------------------

	em

---------------------------------------------------------------------*/

.level1 {
	font-weight: bold;
}

em.level2 {
	margin-left: 1em;
	color: #FF3333;
	font-size: 10px;
}

em.level3 {

}

em.alignment {
	display: block;
	overflow:hidden;
	float: left;
	width: 80px;
	height: 22px;
	vertical-align: middle;
}


/*  ------------------------------------------------------------------

	span

---------------------------------------------------------------------*/

.biggg{
	color: #F90;
	font-size:14px;
	font-weight: bold;
}


/*  ------------------------------------------------------------------

	align

---------------------------------------------------------------------*/

.txtCenter {
	text-align	: center;
}

.txtRight {
	text-align	: right;
}

.txtIndent {
	text-indent	: -9999px;
}


/* ==========================================================================================================

	 6. Form Element
 
============================================================================================================*/

input.check, 
input.radioBtn {
	margin: 0 5px;
}


/* ==========================================================================================================

	 7. Float Img Style
 
============================================================================================================*/

img.floatL {
	float			: left;
}

img.floatR {
	float			: right;
}

.floL {
	float: left;
}


.floR {
	float: right;
}

/* ==========================================================================================================

	 8. hn Style
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	8-2.	hnTxt

---------------------------------------------------------------------*/




/* ==========================================================================================================

	 10. child Control
 
============================================================================================================*/
.firstChild {
}

.lastChild {
}

.rightChild {
}

.secondChild {
}

.thirdChild {
}


/* ==========================================================================================================

	 11. hr clear control
 
============================================================================================================*/

hr.none {
	display		: none;
}

hr.clear {
	clear		: both;
	visibility	: hidden;
	height		: 1px;
}






/* ==========================================================================================================

	 21.	imgline
 
============================================================================================================*/

.linse {
	font-size: 1px;
}










/* ==========================================================================================================

	 50. common assets
 
============================================================================================================*/





/* ==========================================================================================================

	 51. general Classees
 
============================================================================================================*/
.note {

}

.error {

}

.caution {

}

.clear {
	clear: both;
}

/*  コードヒント用予約語
-----------------------------------*/

.fig,
.photo,
.desc,
.link,
.odd,
.even,
.swap {
}

/*  jsループクリア用
-----------------------------------*/
div.jsClear {
	clear: both;
	height: 0;
}







/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

.clearfix:after {
    content		: " ";
    display		: block;
    visibility	: hidden;
    clear		: both;
    height		: 0.1px;
    font-size	: 0.1em;
    line-height	: 0;
}

/* for IE7 */
*:first-child+html .clearfix  {
	min-height: 1%;
	/*zoom	: 1;*/
}

/* for Mac IE */
* html .clearfix {
	display	: inline-table;
}

/* no Mac IE \*/
* html .clearfix {
	height	: 1%;
}
.clearfix {
	display	: block;
}
/* */

