@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	main-content
--------------------------------------*/

body {
	margin: 0;
	padding: 0;
	/* for Opera8 */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
	background-color:#ffffff;
	text-align: center;
}


/*	Common Style
--------------------------------------*/

h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
table {
	margin-bottom: 1em;
}

/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
td,
form,
address {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

caption,
th {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

*:first-child+html body {
	/* for IE7 */
	font-size: 75%;
}

h1 {
	font-size: 150%;
	/* 18px */
}

h2 {
	font-size: 134%;
	/* 16px */
}

h3 {
	font-size: 117%;
	/* 14px */
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: inherit;
}

/*--------------------------------------
	Inline Elements
--------------------------------------*/

em,
strong {
	font-style: normal;
	font-weight: normal;
}

input,
select,
textarea {
	color: #000;
	font-size: inherit;
}

abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

img,
embed,
object {
	vertical-align: bottom;
	border: none;
}

optgroup {
	background-color: #fff;
	/* for Opera */
	color: #000;
	/* for Opera */
	font-style: normal;
	font-weight: bold;
}

button {
	cursor: pointer;
}

code {
	font-family: Consolas,Monaco,monospace;
}

/*	Hypertext
--------------------------------------*/


a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
}


/*施工例リストページのアイテムボックス*/
.resultsinbox {
	clear: both;
	width: 650px;
	margin-bottom: 15px;
	text-align: left;
	background-color: #F0F0F0;
}

.resultsinbox .resultstable {
	width: 630px;
	margin: 10px;
}

.resultsinbox .resultstable td {
	padding: 5px;
		vertical-align: top;
}

.resultsinbox .resultstitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
	border-bottom: dotted 1px #C0C0C0;
}

.resultsinbox .resultsname {
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	border-bottom: dotted 1px #C0C0C0;
}

.resultsinbox .resultsprice {
	float: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	color: #ff0000;
	text-align: left;
	width: 225px;
}

.resultsinbox .resultsperiod {
	float: right;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	color: #ff0000;
	text-align: left;
	width: 225px;
}

.resultsinbox .resultscomment {
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	border-top: dotted 1px #C0C0C0;
}

.resultsinbox div.detail-link {
	margin-top: 5px;
	float: right;
}

