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

/*    main visual 
------------------------------------------------*/
.main_visual_01 {
	background: #ddd url(../images/head_image.jpg) no-repeat left center;
	background-size: cover;
}

table.normal_table tbody td {
	text-align: left!important;
}
#mainarea table td.colon {
	text-align: center!important;
}
ul.showstyle {
	list-style-position: outside;
}
ul.showstyle li {
	margin-left: 15px;
}

@media only screen and (min-width : 768px) {
/*    main visual 
------------------------------------------------*/
#mainarea table th.tb_th_w {
	min-width: 120px;
}
}

@media only screen and (max-width : 767px) {
/*    main visual 
------------------------------------------------*/
#mainarea table th.tb_th_w {
	min-width: 120px;
}
}
