@charset "utf-8";

@import url(../../../css/reset.css);

body {
	color: #333333;
	font-size:75%;
	line-height:1.5em;
	text-align:center;
}

#popup-content {
	text-align: left;
	margin: 0 auto;
	padding: 1.8em 0;
}

#popup-content h1,
#popup-content p {
	margin-bottom: 1.8em;
}

.type-02,
.type-01 {
	width: 565px;	
}

/* -- IMG --*/

.img-00 {
	clear: both;
	margin: 0 0 1.8em -3px; 
}

.img-01 {
	margin: 0 20px 15px 0; 
	float: left;
}

.img-02 {
	margin: 0 0 15px 20px;
	float: right;
}

.bnr {
	padding-top: 10px;
	text-align: center;
}

.tbl-type01 {
	width: 100%;
	margin: 5px 0;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

th {
	padding: 8px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #fef6dd;
	text-align: center;
	font-weight: 100;
}

td {
	padding: 12px 15px;	
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: center;	
}

/* -----------------------------------------------------

	cont 20

------------------------------------------------------ */


#cont-20 #popup-content h1 {
	margin-bottom: 15px;	
}

#cont-20 #popup-content .sec-01 {
	clear: both;
	margin-bottom: 15px;
	border-bottom: dotted 1px #ccc;
}
#cont-20 #popup-content .sec-02 {
	clear: both;
}

#cont-20 #popup-content h3 {
	margin-bottom: 15px;	
}

#cont-20 #popup-content p {
	margin-bottom: 15px;
}

#cont-20 #popup-content .in-txt {
	padding: 0 20px;	
}


/* -----------------------------------------------------

	cont 19

------------------------------------------------------ */

/* -- TYPE 01 565px --*/

#cont-19 .type-01 h2 {
	margin-bottom: 1em;
	padding: 8px 12px;
	background-color: #111;
	font-size: 108.4%;
	color: #fff;
}

#cont-19 .type-01 h3 {
	margin-bottom: 1em;
	padding-bottom: 3px;
	border-bottom: solid 2px #000;
	font-size: 108.4%;	
}

#cont-19 .type-01 h5 {
	margin-bottom: 1em;	
	padding: 8px 8px;
	background-color: #eee;
	font-size: 100%;
}

#cont-19 .type-01 ol {
	margin-left: 0.5em;
	margin-bottom: 1.8em;
}
#cont-19 .type-01 ol li {
	margin-bottom: 0.3em;
}

#cont-19 .txt-02 {
	float: right;	
}

/* -- TYPE 02 525px --*/

#cont-19 .type-02 .inner {
	padding: 0 20px;	
}

#cont-19 .type-02 h2 {
	margin-bottom: 1.8em;
}

#cont-19 .type-02 h3 {
	margin-bottom: 0.5em;
	font-size: 108.4%;	
}

#cont-19 .type-02 h3.tx {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left: solid 5px #CC3300;
	border-bottom: solid 1px #000;
	font-size: 108.4%;	
}

#cont-19 .type-02 h4 {
	margin-bottom: 1em;	
	font-size: 116.7%;
}

#cont-19 .type-02 .img-nbgi {
	margin: 15px 0 0;
	float: right;
}

#cont-19 .type-02 .img-mng {
	margin: 15px 0 20px 15px;
	float: right;
}


/* clearfix 
----------------------------------*/

.clearfix:after{
content:".";
display:block;
visibility:hidden;
height:0.1px;
font-size:0.1em;
line-height:0;
clear:both;
}

.clearfix{
display:inline-block;
}

/* MacIE begin \*/
*+html div.clearfix{
height:1%;
}

* html div.clearfix{
height:1%;
}

.clearfix{
display: block;
}
/* Mac IE end */
