@charset "utf-8";

/*----------------------------------------------------------------------
	初期設定
 ---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
a { outline: 0;	text-decoration: none; color:#000; text-decoration:underline; }
a:focus { outline: 0; color:#000; }
a:active { outline: 0; color:#000; }
a:hover { outline: 0; text-decoration:underline; color:#000; }

address {
	margin-top:0;
}
b,
strong {
	font-size:130%;
	font-weight: 700;
}

cite,
dfn,
em,
i,
b {
	font-weight:700;
}
mark,
ins {
	text-decoration: none;
}
p {
	margin-bottom: 20px;
}
code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
ul,
ol {
	list-style: none;
}
ul {
}
ol {
}
li > ul,
li > ol {
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	border: none;
	border-top: 1px #CCC solid;
	height: 1px;
	margin-bottom:30px;
}
.clear {
	clear:both;
}
.flt-l { float:left; }
.flt-r { float:right; }

/*----------------------------------------------------------------------
	BODY設定
 ---------------------------------------------------------------------*/

body {
	font-family:
	Meiryo,
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"メイリオ", Osaka,
	"ＭＳ Ｐゴシック",
	"MS PGothic",
	sans-serif;
	color:#000;
	font-size:87%;
	background:url("http://solarhouse-murouchi.com/img/bg/bg-body.png") 0 50% repeat;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*----------------------------------------------------------------------
	ラッパー
 ---------------------------------------------------------------------*/

#container {
	position: relative;
	width: 100%;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}
#wrapper {
	position:relative;
	min-height: 100%;
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom:90px;
	clear:both;
}

/*----------------------------------------------------------------------
	ヘッダー
 ---------------------------------------------------------------------*/

header {
	position:relative;
	width: 100%;
	min-width:960px;
	top:0;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	background:url("../img/bg/bg-h_f.png") repeat;
	border-bottom:1px solid #d2b67a;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	z-index:100;
}
#headerWrap {
	position:relative;
	width:960px;
	min-width:960px;
	clear:both;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
header h1 {
	padding:3px 0;
	font-size:12px;
	color:#FFF;
	text-align:center;
	background:#330000;
}
header p {
	float:left;
	margin:25px 0 9px 0;
}
header ul.snsList {
	float:right;
	overflow:hidden;
	margin-top:12px;
}
header ul.snsList li {
	float:left;
	margin-right:8px;
}
header ul.snsList li:last-child {
	margin-right:0;
}
header ul.telList {
	float:right;
	overflow:hidden;
	margin-top:10px;
}
header ul.telList li {
	float:left;
	margin-right:8px;
}
header ul.telList li:last-child {
	margin-right:0;
}

/*----------------------------------------------------------------------
	グローバルナビボタン
 ---------------------------------------------------------------------*/

nav#gnavi {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	width:100%;
	height:70px;
	z-index:100;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	border-top:1px solid #d2b67a;
	border-bottom:1px solid #d2b67a;
}
nav#gnavi ul {
	position:relative;
	display:block;
	overflow:hidden;
	width:960px;
	margin:-39px auto 0 auto;
	text-align:center;
}
nav#gnavi ul li {
	float:left;
	margin:0;
	padding:20px 0 0 0;
	display:block;
	width:120px;
	height:96px;
	overflow: hidden;
}

/*----------------------------------------------------------------------
	フッター
 ---------------------------------------------------------------------*/

footer {
	position: absolute;
	left:0;
    bottom:0;
    width: 100%;
	magin:0;
	padding:0;
	background:url("../img/bg/bg-h_f.png") repeat;
	border-top:1px solid #d2b67a;
	z-index:9999;
}
#footerWrap {
	position:relative;
	width: 960px;
    margin: 0 auto;
	text-align:left;
	clear:both;
}
footer a,
footer a:link {
	color:#000;
	text-decoration:none;
}
footer a:hover { text-decoration:underline; }

/*----------------------------------
	ロゴ + 住所 + 電話
 ---------------------------------*/
 
#footerWrap p.logo-f {
	position:relative;
	float:left;
	font-weight:700;
	margin:10px 20px 5px 0;
	z-index:9999;
}
#footerWrap address {
	position:relative;
	float:left;
	margin:10px 20px 5px 0 !important;
	padding:0 !important;
	z-index:9999;
}
#footerWrap dl {
	position:relative;
	display:block;
	z-index:9999;
}
#footerWrap dl dt {
	position:relative;
	float:left;
	margin: 10px 0 5px 20px;
}
#footerWrap dl dd {
	position:relative;
	float:left;
	margin:10px 0 5px 10px;
	font-weight:700;
}

/*----------------------------------
	フッターグローバルナビ
 ---------------------------------*/

nav#fnavi {
	position:relative;
	display:block;
	width:876px;
	margin:0 auto;
	padding:0;
}
nav#fnavi ul {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:5px auto;
}
nav#fnavi ul li {
	display:block;
	float:left;
	padding:0 21px;
	text-align:center;
	margin: 0;
	border-right:1px solid #000;
	
}
nav#fnavi ul li:first-child {
	padding-left:0;
}
nav#fnavi ul li:last-child {
	border-right:none;
	padding-right:0;
}

/*----------------------------------
	コピーライト
 ---------------------------------*/

footer small {
	display:block;
	margin:0 auto;
	text-align:center;
	line-height:150%;
	padding:5px 0;
}

/*----------------------------------------------------------------------
	トップページ
 ---------------------------------------------------------------------*/

/*-----------------------------------
	メイン画像
 ----------------------------------*/

#mainWrap {
	position:relative;
	clear:both;
	overflow:hidden;
	background: #4d0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d0000 0%, #330000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d0000), color-stop(100%,#330000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d0000 0%,#330000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d0000 0%,#330000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d0000 0%,#330000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d0000 0%,#330000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0000', endColorstr='#330000',GradientType=0 ); /* IE6-9 */
}

/*-----------------------------------
	お知らせ
 ----------------------------------*/

#news {
	position:relative;
	clear:both;
	overflow:hidden;
	background: #e8ded0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8ded0 0%, #f9f6f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ded0), color-stop(100%,#f9f6f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8ded0 0%,#f9f6f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8ded0 0%,#f9f6f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8ded0 0%,#f9f6f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8ded0 0%,#f9f6f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ded0', endColorstr='#f9f6f2',GradientType=0 ); /* IE6-9 */
	z-index:50;
}
.newsBox {
	position:relative;
	margin:20px auto 0 auto;
	text-align:center;
	width:960px;
}
#news h1 {
	position:relative;
	float:left;
	margin:10px 20px 0 0;
}
#news p.more {
	position:absolute;
	top:65px;
	left:0;
	margin:0;
}

/*----- 画像 -----*/

.Biz_thumbnail {
	width:135px !important;
	height:101px !important;
	overflow:hidden !important;
	display:block !important;
	float:left;
}
.Biz_thumbnail img {
	width:100% !important;
	min-width:100% !important;
	height:auto !important;
	
}

/*----- 記事 -----*/

ul.newsList {
	position:relative;
	overflow:hidden;
	margin:0 0 20px 0;
}
ul.newsList li {
	position:relative;
	margin:0 10px 0 0;
	padding:0;
	width:387px;
	float:left;
}
ul.newsList li:last-child {
	margin-right:0;
}
ul.newsList li dl {
	float:left;
	width:231px;
	margin-left:10px;
}
ul.newsList li dl dt {
	text-align:left;
	overflow:hidden;
}
ul.newsList li dl dd {
	text-align:left;
	font-size:95%;
	line-height:120%;
	color:#333;
}
.new { color:#F00 !important; margin-left:10px; }

/*-----------------------------------
	トップトピックスバナー
 ----------------------------------*/
 
#tContWrap {
	position:relative;
	overflow:hidden;
	clear:both;
	width:100%;
	min-width:960px;
	background:url("../img/bg/bg-contwrap.png") 50% 0 no-repeat;
	min-height:831px;
}
.tContBox {
	position:relative;
	overflow:hidden;
	clear:both;
	background:url("../img/bg/bg-cont.png") 50% 0 no-repeat;
	min-height:831px;
}
.tContBox h1 {
	position:absolute;
	left:47.8%;
	top:290px;
}
.tContBox ul {
	position:relative;
	text-align:center;
	margin:136px auto 0 auto;
	display:block;
	clear:both;
	background:url("../img/bg/bg-cont-border.png") 0 0 no-repeat;
	width:486px;
	height:561px;
}
.tContBox ul li {
	position:absolute;
}
.tContBox ul li.tnv01 { width:256px; height:249px; left:122px; top:-112px; }
.tContBox ul li.tnv02 { width:248px; height:248px; left:-120px; top:16px; }
.tContBox ul li.tnv03 { width:248px; height:248px; left:359px; top:16px; }
.tContBox ul li.tnv04 { width:248px; height:249px; left:-124px; top:280px; }
.tContBox ul li.tnv05 { width:248px; height:249px; left:359px; top:280px; }
.tContBox ul li.tnv06 { width:218px; height:249px; left:122px; top:440px; background:url("../img/content-img/top/img-top06.png") 0 0 no-repeat; padding:71px 20px 0 20px; text-align:left; line-height:150%; }

.tContBox ul li.tnv01:hover,
.tContBox ul li.tnv02:hover,
.tContBox ul li.tnv03:hover,
.tContBox ul li.tnv04:hover,
.tContBox ul li.tnv05:hover {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*-----------------------------------
	トップトピックスバナー
 ----------------------------------*/

#bnrWrap {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	background: #f8f5f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f5f0 0%, #e8dfd1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f5f0), color-stop(100%,#e8dfd1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f5f0 0%,#e8dfd1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f5f0 0%,#e8dfd1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f5f0 0%,#e8dfd1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f5f0 0%,#e8dfd1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f5f0', endColorstr='#e8dfd1',GradientType=0 ); /* IE6-9 */
}
#bnrWrap p {
	margin:20px auto;
	text-align:center;
	width:960px;
	backface-visibility:hidden;
	-web-backface-visibility:hidden;
}

/*----------------------------------------------------------------------
	下層ページ
 ---------------------------------------------------------------------*/

/*-----------------------------------
	共通
 ----------------------------------*/

#ttl {
	position:relative;
	clear:both;
	overflow:hidden;
	background: #4d0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d0000 0%, #330000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d0000), color-stop(100%,#330000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d0000 0%,#330000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d0000 0%,#330000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d0000 0%,#330000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d0000 0%,#330000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0000', endColorstr='#330000',GradientType=0 ); /* IE6-9 */
}

article {
	position:relative;
	overflow:hidden;
	width:960px;
	min-height:500px;
	margin:20px auto 0 auto;
	text-align:left;
}
article section {
	clear:both;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
}
article section h1 {
	background: #4d0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d0000 0%, #330000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d0000), color-stop(100%,#330000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d0000 0%,#330000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d0000 0%,#330000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d0000 0%,#330000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d0000 0%,#330000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0000', endColorstr='#330000',GradientType=0 ); /* IE6-9 */
	margin-bottom:20px;
	color:#FFF;
	font-weight:700;
	text-indent:20px;
	border-radius:10px;
	padding:8px 0;
}
article section section {
	margin:0;
}
article section section h2 {
	position:relative;
	text-indent:12px;
	font-weight:700;
	font-size:18px;
	color:#d2b67a;
	margin:0 20px 20px 20px;
}
article section section h2:before {
	position:absolute;
	content:'';
	left:0;
	top:3px;
	border-left:5px solid #330000;
	height:20px;
}
article section section h3 {
	position:relative;
	font-weight:700;
	font-size:18px;
	color:#d2b67a;
	margin:0 20px 20px 20px;
}
article section p {
	margin:0 20px 24px 20px;
}
article section ul {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 0 24px 20px;
}

/*----------------------------------------------------------------------
	新築ページ(newconstruction.html)
 ---------------------------------------------------------------------*/

ul.new_constList li {
	float:left;
	width:450px;
	margin-right:20px;
}
ul.new_constList li:nth-child(2n),
ul.new_constList li:last-child {
	margin-right:0;
}
ul.new_constList li:nth-child(3) {
	clear:left;
}
ul.new_constList li dl dt {
	background:url("../img/bg/bg-h_f.png") repeat;
	padding:11px;
	border:1px solid #d2b67a;
	margin:19px 0;
	text-align:center;
	color:#330000;
}
ul.new_constList li dl dd {
	margin-bottom:19px;
}
p.txt-newconst {
	font-weight:700;
	font-size:16px;
	color:#330000;
}
p.details {
	float:right;
}

/*----------------------------------------------------------------------
	リフォームページ(reform.html)
 ---------------------------------------------------------------------*/

ul.reformList-one li {
	position:relative;
	float:left;
	width:375px;
	margin-right:20px;
}
ul.reformList-one li:first-child {
	padding-right:151px;
	background:url("../img/bg/arrow.png") 100% 50% no-repeat;
}
ul.reformList-one li:last-child {
	margin-right:0;
}
ul.new_constList-one li:nth-child(3) {
	clear:left;
}
p.txt-reform {
	font-weight:700;
	font-size:16px;
	color:#330000;
	margin-bottom:0;
}
ul.reformList-two li {
	position:relative;
	float:left;
	width:293px;
	margin-right:20px;
}
ul.reformList-two li:last-child {
	margin-right:0;
}

/*----------------------------------------------------------------------
	介護リフォームページ(care_reform.html)
 ---------------------------------------------------------------------*/

ul.careList {
	position:relative;
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
ul.careList li {
	float:left;
	text-align:left;
	width:313px;
	margin-bottom:14px;
	background:url("../img/parts/check.png") 0 0 no-repeat;
}
ul.careList li dl {
	margin-left:85px;
}
ul.careList li dl dt {
	margin:0;
	font-weight:700;
	color:#a5272a;
}
p.user_name {
	position:relative;
	margin-top:-20px;
	float:right;
	text-align:right;
	font-size:16px;
	font-weight:700;
	color:#330000;
}

/*----------------------------------------------------------------------
	太陽光　床暖房ページ(heating.html)
 ---------------------------------------------------------------------*/

ul.heatingList {
	position:relative;
	clear:both;
	overflow:hidden;
}
ul.heatingList li {
	position:relative;
	float:left;
	width:293px;
	margin-right:20px;
}
ul.heatingList li:last-child {
	margin-right:0;
}
ul.heatingList li dl dt {
	color:#330000;
	font-size:18px;
	font-weight:700;
	margin:0 0 20px 40px;
}
ul.heatingList li dl dd {
	margin:0 0 20px 0;
}
.h-no1 { background:url("../img/parts/icon-no1.png") 0 0 no-repeat; }
.h-no2 { background:url("../img/parts/icon-no2.png") 0 0 no-repeat; }
.h-no3 { background:url("../img/parts/icon-no3.png") 0 0 no-repeat; }


dl.qaList {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 20px;
}
dl.qaList dt {
	color:#a5272a;
	font-size:16px;
	font-weight:700;
	padding:0 0 20px 40px;
	background:url("../img/parts/icon-q.png") 0 0 no-repeat;
}
dl.qaList dd {
	background:url("../img/parts/icon-a.png") 0 0 no-repeat;
	padding:0 0 20px 40px;
}

/*----------------------------------------------------------------------
	会社概要ページ(corporate.html)
 ---------------------------------------------------------------------*/

/*------------------------------
	会社概要
 -----------------------------*/

ul.corpList {
	display:block;
	margin:0 20px;
}
ul.corpList li {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:5px 0;
	border-bottom:3px dotted #d2b67a;
}
ul.corpList li dl dt {
	color:#000;
	font-weight:700;
	float:left;
	width:120px;
}
ul.corpList li dl dd {
	width:800px;
	float:left;
}
ul.corpList li ul {
	margin:0 0 20px 0;
}
ul.corpList li ul li {
	padding:0;
	border-bottom:none;
}

/*------------------------------
	画像
 -----------------------------*/

ul.corpoListImg {
	margin:20px 20px 0 20px;
}
ul.corpoListImg li {
	float:left;
	margin-right:20px;
}
ul.corpoListImg li:last-child {
	margin-right:0;
}

/*------------------------------
	googlemap
 -----------------------------*/

#gmap {
	margin:0 20px;
	width:920px;
	height:425px;
}


/*----------------------------------------------------------------------
	施工事例ページ(case.html)
 ---------------------------------------------------------------------*/

ul.caseList {
	margin:20px 20px 0 20px;
}
ul.caseList li {
	float:left;
	margin-right:16px;
}
ul.caseList li:last-child {
	margin-right:0;
}



/*-----------------------------------
	cartpro
 ----------------------------------*/

/*---------- 施工事例一覧 ----------*/

ul.goodsList {
	position:relative;
	display:block;
	overflow:hidden;
	width:900px;
	text-align:center;
	margin:0 auto;
	font-size:87% !important;
}
ul.goodsList li {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	margin:0 19px 19px 0;
}
ul.goodsList li:last-child {
	margin-right:0;
}
ul.goodsList li dl {
	display:block;
	overflow:hidden;
	clear:both;
	text-align:center !important;
}
ul.goodsList li dl dt {
	display:block;
	overflow:hidden;
	clear:both;
	color:#fe6061 !important;
	margin-top:18px;
	text-align:center !important;
}
ul.goodsList li dl dd {
	margin:5px 0;
	padding:0;
	text-align:center !important;
}
ul.goodsList li dl dd a,
ul.goodsList li dl dd a:link {
	color:#000;
}

ul.goodsList li dl dt span {
	color:#fe6061 !important;
}

/*---------- 施工事例一覧画像 ----------*/

ul.goodsList li .Thumb {
	min-width: 0 !important;
	width: 280px;
	height:165px;
	background:url("http://solarhouse-murouchi.com/img/parts/nophoto.png") 0 0 no-repeat;
	margin:0;
	overflow:hidden;
}
ul.goodsList li .Thumb img {
	width:100%;
	min-width:100%;
	height:auto;
}

p.cartimgList {
	display:block;
	clear:both;
	overflow:hidden;
	padding:50px 0 0 0 !important;
}
p.cartimgList img {
	float:left;
	width:23.5%;
	margin-right:1.5%;
	height:auto;
}

.new {
	margin-left:10px;
	color:#F00;
}
.datatime {
	margin:0 !important;
	color:#330000 !important;
}
.diary {
	margin:0 auto !important;
	width:100%;
}
.thumbs img {
	width:100%;
	min-width:100%;
	height:auto;
}
#diaryPro #diary .diary h3 {
	font-size:24px;
	font-weight:700;
	margin:0 0 24px 0;
	color:#330000 !important;
	border-bottom:1px solid #CCC;
}
.thumbs {
	text-align:center !important;
	margin:0 auto 5% auto !important;
	width:90%;
}
.cartBox-L {
	width:465px;
	height:273px;
	background:#EFEFEF;
	float:left;
	overflow:hidden;
}
.cartBox-L img {
	margin:0 auto 20px auto !important;
	text-align:center !important;
	width:100%;
	min-width:100%;
	height:auto;
}
.cartBox-R {
	float:right;
	width:465px;
}

.cartBox-R h3 {
	position:relative;
	padding:0 30px 5px 30px;
	border-bottom:2px solid #330000;
	font-size:16px;
	font-weight:700;
	color:#330000;
}
.cartBox-R p {
	padding:10px 30px;
}
.txt-caseMore {
	clear:both;
	overflow:hidden;
	text-align:right;
}
.txt-caseMore a,
.txt-caseMore a:link {
	ccolor:#330000;
}

/*---------- お知らせ一覧リスト ----------*/

ul.diaryList {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:30px 0 !important;
	text-align:center;
}
ul.diaryList li {
	position:relative;
	clear:both;
	overflow:hidden;
	padding:5px 0;
	border-bottom:1px solid #CCC;
	text-align:left;
}
ul.diaryList li dl dt {
	padding:5px 0 5px 5px;
	width:20%;
	float:left;
}
ul.diaryList li dl dd {
	padding:5px 0;
	float:right;
	width:75%;
	text-align:left;
}

p.thumbs {
	margin-bottom:20px;
}


