@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

/* --------------------------------
	reset
-------------------------------- */
#main p {
	font-size: 104.71%;
}
#main img {
	/*margin: 20px 0;*/
}
/* --------------------------------
	content
-------------------------------- */
#top-list-block li {
	text-align: center;
}
#top-list-block img {
	margin-bottom: 10px;
}
.links-box a {
	display: block;
	padding: 40px 20px;
	border: 1px solid #ccc;
	font-size: 118.71%;
}
.g-tbl {
	width: 100%;
	font-size: 104.71%;
	border-collapse: collapse;
}
.g-tbl th {
	width: 25%;
	padding: 15px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #fce2e5;
	border: 1px solid #fba6ae;
	vertical-align: middle;
	text-align: center;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
.g-tbl td {
	padding: 15px;
	border: 1px solid #fba6ae;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
}
.g-tbl td.even {
	background-color: #fbf4f5;
}
.g-tbl tr:nth-child(2n+1) {
	background: #fbf4f5 !important;
}
.g-tbl tr:nth-child(2n) {
	background: #fff !important;
}
.g-tbl td:last-child { /*text-align: right;*/ }
.g-tbl th.day { width: 15%; }
.g-tbl th.property { width: 45%; }
.g-tbl th.order { width: 15%; }
.g-tbl th.construction { width: 25%; }

.works-tbl-detail {
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}

/* PC SIZE */
@media screen and (min-width: 1120px){
	#top-list-block li {
		width: 340px;
		float: left;
		margin-left: 50px;
	}
	#top-list-block li:first-child {
		margin-left: 0;
	}
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 1120px){
	.links-box {
		margin-bottom: 50px;
	}
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 600px){
	.g-tbl th, .g-tbl td {
		padding: 8px;
		font-size: 92.71%;
	}
	.works-tbl-detail {
		font-size: 92.71%;
	}
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 480px){
	table {
		font-size: 108.71%;
	}
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 350px){
}