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

/*Layout*/
#Contents_type01 {
	font-size:110%;
	line-height:1.5em;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
}
#Contents_type02 {
	font-size:110%;
	line-height:1.5em;
}
#Header {
	z-index:1;
}
#Main_visual {
	position:relative;
	margin:0px -40px 0px;
	width:980px;
	height:518px;
}
#Main_visual p.caption {
	position:absolute;
	left:40px;
	top:269px;
	width:530px;
	font-weight:bold;
	font-size:115%;
	line-height:1.4em;
	color:#fff;
}
#Main_visual a.bt_apply {
	position:absolute;
	left:40px;
	bottom:40px;
}
#Main_visual .copy_piapro {
	margin-bottom:0;
	position:absolute;
	right:40px;
	bottom:12px;
	color:#fff;
	font-size:70%;
	line-height:1.2em;
	text-align:right;
}
#Main_visual .copy_piapro a:link,
#Main_visual .copy_piapro a:visited,
#Main_visual .copy_piapro a:hover,
#Main_visual .copy_piapro a:active{
	color:#fff;
}
.step_apply strong{
	font-size:130%;
	line-height:1.5em;
	font-weight:bold;
	color:#91B71C;
}
.step_apply .step_apply_01,
.step_apply .step_apply_02,
.step_apply .step_apply_03 {
	height:225px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.step_apply .step_apply_01 {
	background-image:url(../img/step_apply_01.jpg);
}
.step_apply .step_apply_02 {
	background-image:url(../img/step_apply_02.jpg);
}
.step_apply .step_apply_03 {
	background-image:url(../img/step_apply_03.jpg);
}
.about_debut h4 {
	font-size:120%;
	line-height:1.3em;
	margin-bottom:8px;
}
.guideline table tr th {
	font-size:100%;
	vertical-align:top;
}
.guideline table tr td {
	line-height:1.3em;
	font-size:90%;
}
.about_paint table{
	border:none;
}
.about_paint table tr th,
.about_paint table tr td {
	border:none;
	font-size:100%;
	background-image:none;
	background-color:transparent;
	padding:7px 0px 5px;
}
#Footer {
	background-color:#fff;
}


/*Link*/
#Contents_type01 a:link,
#Contents_type02 a:link {
	color:#2875B1;
}
#Contents_type01 a:hover img,
#Contents_type02 a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/*H*/
h1 {
	font-family:Verdana,"Lucida Grande",Helvetica,Arial,sans-serif;
}
h1.image {
	line-height:normal;
	margin:0;
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
h3 {
	font-family:Verdana,"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:105%;
}
h3.image {
	padding:0;
	border:none;
	margin-top:30px;
}
div.h {
	margin-top:40px;
}
div.h h3,
div.h h2 {
	font-family:Verdana,"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:120%;
	padding:3px 0;
}


/*Parts*/
.font110 {
	font-size:110%;
}
.font_green01 {
	color:#BFDD72;
}
.font_green02 {
	color:#91B71C;
}
.font_family_h {
	font-family:Verdana,"Lucida Grande",Helvetica,Arial,sans-serif;
}
.list_kome li {
	padding-left:15px;
	text-indent:-15px;
}
.list_inner {
	list-style-type:none !important;
}
.list_inner li {
	padding-bottom:0;
	list-style:none;
	position:relative;
	margin-left:32px;
}
.list_inner li span {
	position:absolute;
	top:0;
	left:-2em;
}
.box_type02 {
	background-color:#fff;
	background-image:none;
	border:3px double #CD6F70;
}
.box_type02 h4 {
	padding-top:2px;
	font-size:110%;
}
ol.list_headercircle {
	margin-left:20px;
	margin-bottom:15px;
}
ol.list_headercircle li {
	list-style-type:disc;
	margin-bottom:7px;
}
ol.list_headernumber {
	margin-left:20px;
	margin-bottom:15px;
}
ol.list_headernumber li {
	list-style-type:decimal;
	margin-bottom:7px;
}
.columnx3 {
	/*clear_afterとセットで*/
	margin-bottom:15px;
}
.columnx3 .column_box {
	width:270px;
	float:left;
	margin-right:45px;
}
.columnx3 .end {
	margin-right:0px;
}

/*Table*/
table tr th {
	text-align:left;
	padding:15px 10px 12px;
	color:#666;
}



/*Button*/
.bt_apply {
	display:block;
	width:516px;
	background-color:#FFA300;
	border:7px double #fff;
	line-height:83px;
	color:#fff!important;
	font-weight:bold;
	font-size:240%;
	text-align:center;
	text-decoration:none!important;
	/*anime*/
    -webkit-transition: 0.2s ease-in-out;  
    -moz-transition: 0.2s ease-in-out;  
    -o-transition: 0.2s ease-in-out;  
    transition: 0.2s ease-in-out; 
}
.bt_apply:hover {
	background-color:#FFDB1D;
}
.bt_debut {
	display:block;
	width:436px;
	background-color:#B4CE2C;
	border:7px double #fff;
	line-height:56px;
	color:#fff!important;
	font-weight:bold;
	font-size:180%;
	text-align:center;
	text-decoration:none!important;
	/*anime*/
    -webkit-transition: 0.2s ease-in-out;  
    -moz-transition: 0.2s ease-in-out;  
    -o-transition: 0.2s ease-in-out;  
    transition: 0.2s ease-in-out; 
}
.bt_debut:hover {
	background-color:#FFDB1D;
}
.grayout {
	background-color:#B8B7B5;
}
.grayout:hover {
	background-color:#B8B7B5;
}

.color_green02 a,
a.color_green02{
	background-color:#A1B829;
	border-color:#A1B829;
}


a:hover.bt_t, a:hover.bt_g, a:hover.bt_pro, a:hover.bt_ex {
			filter: alpha(opacity=20);
			-moz-opacity:0.2;
			opacity:0.2;
		}
		a.bt_g {
			display:block;
			width:278px;
			height:103px;
			position:absolute;
			top:167px;
			left:638px;
			background-color:#FF6600;
			text-indent:-9999px;
			border-radius: 10px;
			filter: alpha(opacity=0);
			-moz-opacity:0;
			opacity:0;
		}
		

