@media screen and (min-width: 1001px){

.smart_only {
	display: none;
}
.hamburger-menu {
	display: none;
}

/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #333;
	text-align: center;
	border-top: solid 10px #6cd753;
}
p {
	line-height: 2;
}
div {
	overflow: hidden;
}
li {
	line-height: 1.5;
}
table {
	text-align: left;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 0;
}
div.h2_bg {
	background-color: #e1e8ef;
	height: 80px;
	margin: 0 auto;
}
h2 {
	width: 1200px;
	height: 80px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 30px;
	color: #FFF;
	margin: 0 auto;
	text-align: left;
	line-height: 80px;
	padding-left: 200px;
}
h3 {
	color: #6cd753;
	font-size: 24px;
	margin: 10px 20px;
}
h4.orange {
	font-size: 18px;
	font-weight: bold;
	color: #ff6701;
	margin: 20px 20px;
	border-left: solid 15px #ff6701;
	padding-left: 10px;
}

h6 {
	border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 10px;
}
img.imgright {
	float: right;
	padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 30px 0;
	clear: both;
}
p.text01 {
	margin: 20px 20px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	text-align: right;
	margin: 20px 20px;
}
span.red {
	color: #FF0000;
	font-weight: bold;
}
span.blue {
	color: #0000FF;
	font-weight: bold;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 40px;
}
ul.list li {
	margin-bottom: 15px;
}
ol.list {
	margin: 15px 40px;
}
ol.list li {
	margin-bottom: 15px;
}
p.clear {
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

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

div.header {
	width: 100%;
	height: 110px;
}
div.header_left {
	float: left;
}
div.hl_left {
	float: left;
	margin: 10px 0 0 10px;
}
div.hl_right {
	float: right;
	margin: 20px 0 0 10px;
}
div.hl_right img {
	margin-top: 10px;
}
div.header_right {
	float: right;
}
div.header_right img {
	margin: 15px 15px;
}

/* ------------------------------
 トップ画像
------------------------------ */

div.topimg {
	background-color: #e1e8ef;
	height: 480px;
	margin: 0 auto;
}

/* ------------------------------
 メニュー
------------------------------ */

div.menu {
	width: 100%;
	height: 50px;
	background-image:url(image/menu.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}
div.menu ul {
	list-style: none;
}
div.menu li {
	float: left;
	width: 142px;
	text-align: center;
	line-height: 50px;
}
div.menu a {
	display: block;
	height: 50px;
	color: #000;
	text-decoration: none;
}
div.menu a:hover {
	background-image:url(image/menu_over.gif);
	background-repeat: repeat-x;
	color: #fff;
}

/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	width: 960px;
}

/* ------------------------------
 ボックス
------------------------------ */

div.box01 {
	width: 958px;
	border: solid 1px #bfbfbf;
	margin: 20px auto;
}
div.textbox01 {
	border-top: solid 6px #6cd753;
	margin: 1px 1px;
}
div.box02 {
	width: 960px;
	margin: 20px auto;
	background-color: #efede5;
	border-radius: 10px / 10px;
}
div.index_box {
	width: 910px;
	margin: 15px 25px;
}
div.ib_left {
	float: left;
	width: 290px;
	height: 150px;
	background-color: #fff;
	border-radius: 10px / 10px;
	margin-right: 18px;
}
div.ib_right {
	float: left;
	width: 290px;
	height: 140px;
	background-color: #fff;
	border-radius: 10px / 10px;
}
p.box_center {
	text-align: center;
	margin: 10px auto;
}

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

p.index_midashi01 {
	margin: 10px 10px;
}
span.orangemidashi {
	font-size: 18px;
	font-weight: bold;
	color: #ff6701;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}
p.top {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}

/* ------------------------------
 施工例
------------------------------ */

div.sample01 {
	width: 800px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* ------------------------------
 料金
------------------------------ */

table.price {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
table.price td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.price p {
	margin: 5px;
}
td.price00 {
	background-color: #DDD;
	text-align: center;
	font-weight: bold;
}
td.price01 {
	width: 300px;
}
td.price02 {
	width: 150px;
	text-align: right;
}
td.price03 {
	width: 200px;
	background-color: #DDD;
}
td.price04 {
	width: 150px;
	text-align: right;
}
div.price_box {
	width: 750px;
	margin: 0 auto;
}
div.price_left {
	float: left;
}
div.price_right {
	float: right;
}

/* ------------------------------
 会社情報
------------------------------ */

table.about {
	margin: 20px auto;
	border-left: solid 1px #DDD;
	border-top: solid 1px #DDD;
}
table.about td {
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
table.about p {
	margin: 5px;
}
td.about01 {
	width: 150px;
	background-color: #DDD;
}
td.about02 {
	width: 450px;
}
ol.about {
	margin: 10px 50px;
}
ol.about li {
	margin-bottom: 10px;
	line-height: 1.5;
}
p.name {
	text-align: right;
	font-weight: bold;
	margin: 20px 20px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	width: 400px;
	margin: 20px auto;
}
table.contact td {
}
table.contact p {
	margin: 5px;
}
td.contact01 {
}
td.contact02 {
}

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

div.footer {
	width: 100%;
	height: 120px;
	font-size: 12px;
	background-color: #efede5;
	margin-top: 20px;
}
div.footer ul {
	list-style: none;
	margin: 30px 10px 0 10px;
}
div.footer li {
	float: left;
	margin-right: 10px;
}
div.footer p {
	clear: both;
	margin: 10px 10px;
}



/* ------------------------------
 RSS
------------------------------ */

#blog_view {
}
#blog_view ul {
}
#blog_view li {
}

}