    .greeting img{
	float: left;
    margin-right: 20px;
}
    .line_table{
	background-image: url(../images/bdr_img.jpg);
	background-repeat: repeat-x;
	background-position: 100% 100%;
}

/* @group global */
    #title_img{
	background-image: url(../images/title_img.jpg);
	}
	
	.bukken_list:before{
	content: "";
	display: block;
	width: 100%;
	height: 9px;
	background-image: url(../images/bdr_img.jpg);
	margin-bottom: 45px;
	}
	.bukken_list:not(:first-child){
	margin-top: 50px;
	}
	.to_detail_btn{
	text-align: right;
	}

/* @end */
    form table th{
	font-weight: normal;vertical-align: top;
	width: 30%;
	}
	form table td{
	vertical-align: top;
	}
	form table th,form table td{
	padding-bottom: 40px;
	}
	input[type="text"],textarea{
	box-sizing:border-box;
	padding: 5px;
	}
	input[type="text"].s_size{
	max-width: 100%;
	width: 100px;
	}
	
	input[type="submit"]{
	text-align: center;
	width: 315px;
	color: #5EB674;
	border: 1px solid #ccc;
	background-color: #fff;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 8px;
	max-width: 100%;
	}
	
	textarea{
	width: 100%;
	min-height: 150px;
	border: 1px solid #ccc;
	}
   
   

@media print, screen and (max-width: 694px) {
   
	.to_detail_btn{
	text-align: center;
	}
	
	input[type="text"].l_size{
	width: 100%;
	}
}

@media print,screen and (min-width: 695px) and  (max-width: 947px) {
	input[type="text"].l_size{
	width: 100%;
	max-width: 270px;
	}
}




@media print, screen and (min-width: 948px) {
	input[type="text"].l_size{
	width: 100%;
	max-width: 270px;
	}

}