@charset "utf-8";
/* CSS Document */

/*====================================
              全体
=====================================*/

#wrapper {
	width:100%;
	background:#FFFFFF;
}

#inner {
	font-size:13px;
	color:#000;
	background:#FFFFFF;
	line-height:130%;
	margin:0 auto;
	line-height:150%;

}


/*====================================
              cts01
=====================================*/


#mainImg {
}

#mainImg div {
	position:relative;
}

#mainImg div.btn {
	width:90%;
	height:36px;
	position:absolute;
	top:35%;
	left:10%;
	z-index:1;
}


/*====================================
              cts02
=====================================*/

#cts02 div {
	background:#000;
	padding:10px;
	color:#fff;
	font-size:0.9rem;
	line-height:1.2;
}


/*====================================
              cts03
=====================================*/

#cts03 div {
	background:url(../lib/retex/retex-skill-03.gif);
	width:100%;
	background-size:100%;
	padding-top:2%;
}

#cts03 p {
	font-size:0.9rem;
	line-height:1.2;
	padding:2% 5%;
}

#cts03 span {
	color:#ff6666;
	font-weight:bold;
}


/*====================================
              cts04
=====================================*/

#cts04 div {
	background:url(../lib/retex/retex-trouble-02.gif);
	width:100%;
	color:#fff;
	background-size:100%;
}

#cts04 dl {
	font-size:0.9rem;
	line-height:1.2;
	padding:0 5% 5% 5%;
}

#cts04 dt {
	color:#FC0;
	font-weight:bold;
	padding-bottom:2%;
}



/*====================================
              コンテンツ05
=====================================*/

#cts05 div {
	background:#000;
	padding:20px 0;
	text-align:center;
}


/*====================================
              コンテンツ06
=====================================*/

#cts06 {
}



/*====================================
              コンテンツ07
=====================================*/

#cts07 {
	padding-top:6%;
	background:#000;
	color:#fff;
}

#cts07 p {
	font-size:0.9rem;
	line-height:1.2;
	padding:0 10px;
}



/*====================================
              コンテンツ08
=====================================*/

#cts08 {
}



/*====================================
              コンテンツ09
=====================================*/

#cts09 div {
	background:#000;
	padding:10px;
	color:#FFF;
}

#cts09 dl {
	border:#FFF 1px solid;
	padding:10px;
	font-size:0.8rem;
	line-height:1.2;
}

#cts09 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#cts09 span {
	font-size:0.7rem;
	padding-left:60%
}



/*====================================
              コンテンツ10
=====================================*/

#cts10 div {
	background:#000;
	color:#fff;
	line-height:1.2;
	padding:10px 20px 30px 20px;
}

#cts10 dt {
	font-weight:bold;
	margin-bottom:2%;
	font-size:1.0em;
}

#cts10 dd {
	font-size:0.9rem;
}



/*====================================
              共通
=====================================*/

.center {
	text-align:center;
}

.pink {
	color:#F65758;
}

.top {
	text-align:right;
	margin:10px 10px 0 0;
	font-weight:bold;
	text-decoration:underline;
}



