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

.contents p{
	text-indent: 1em;
	padding-bottom: 50px;
	line-height: 2.0;}
.sign{float: right;
	padding:30px 0px 100px;}
/* -----tablet-----*/
@media screen and (max-width:799px)  {
	.page,.bottom_box{
		background-image:none;}
	
	.bottom_box p{width:auto;}
	
	.sign{padding-bottom:100px;}
}



/* -----smartPhone-----*/
@media screen and (max-width: 480px) {
   

.contents p{
	text-indent: 1em;
	padding-bottom: 50px;
	line-height: 1.7;
    font-size: 14px}	
}
/*-----smartPhone320-----*/
@media screen and (max-width: 320px) {
    
}
