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

main p:nth-of-type(3){
	margin:15px 0;
}

main p:last-of-type{
	margin:15px 0;
}

#consideration{
	color:#F00;
}

.message_text{
	letter-spacing:1px;
	line-height: 1.4em;
}

.message_red{
	color:#E60000;
}

#message_name{
	font-weight:bold;
	margin-top:50px;
}

.message_small_text dt{
	font-size:14px !important;
	clear:both;
}
.message_small_text dd{
	font-size:13px !important;
	margin-left:20px;
}

	
#message_1{
	position:relative;
	clear:both;
}	
#message_2{
	position:relative;
	clear:both;
}		
#message_3{
	position:relative;
	clear:both;
}
#message_4{
	position:relative;
	clear:both;
}
#message_5{
	position:relative;
	clear:both;
}
#message_6{
	position:relative;
	clear:both;
}
#message_1:before{
	content:'1:';
	clear:both;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 1em;
    height: 1em;
}	
#message_2:before{
	content:'2:';
	clear:both;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 1em;
    height: 1em;
}
#message_3:before{
	content:'3:';
	clear:both;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 1em;
    height: 1em;

}
#message_4:before{
	content:'4:';
	clear:both;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 1em;
    height: 1em;

}
#message_5:before{
	content:'5:';
	clear:both;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 1em;
    height: 1em;

}

#message_6:before{
	content:'6:';
	clear:both;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 1em;
    height: 1em;

}

footer{
	bottom:0;
	width:100%;
}


@media screen and (max-width:640px){


}