@charset "UTF-8";


/* --------------------------------------------------------------------------------
   index.html
-------------------------------------------------------------------------------- */


/* Contents
-------------------------------------------------------------------------------- */

/* -- Table -- */
table.option-service {
	table-layout: fixed;
	word-wrap: break-word;
}
table.hasthead.option-service tbody th { font-weight: normal;}
table.option-service thead th.first-of-type,
table.option-service tbody th { width: 159px;}
table.option-service thead th.service { width: 240px;}
table.option-service thead th.status { width: 95px;}
table.option-service thead th.apply { width: 60px;}
table.option-service thead th.stop { width: 60px;}


#main .postal-code .entry_postal-code {
	float: left;
	width: 165px;
}
#main .postal-code p.btn_search_postal-code_s {
	float: left;
	width: 105px;
	margin-top: 0;
}


/* Clear
-------------------------------------------------------------------------------- */

.clearfix:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.clearfix { zoom:100%;}
