@charset "utf-8";
/* @group Reset */

/* 基本設定
---------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-size: 90%;
	color: #424242;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6 {
}
p, ol, ul, blockquote {
	line-height: 1.4em;
}
a {
	color: #424242;
	text-decoration: underline;
	line-height: 1.4em;
}
a:hover {
	color: #424242;
	text-decoration: none;
	line-height: 1.4em;
}
img {
	max-width: 100%;
	display: block;
	margin: 0 auto 0 auto;
}
address {
	font-style: normal;
	font-size: 90%;
}
/* clearfix
---------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
}
/*レスポンシブタイプセッティングの指定*/
/* ヘッダー
---------------------------------------------*/

#overline{
	background:#46baed;
	width:100%;
	height:3px;
}
#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #ffffff url(../img/common/bg_header_h250_02.gif) top center no-repeat;
	padding:5px 0 0 0;
}
#header #tm {
	width: 100%;
	padding: 0 0px 0 0px;
	margin:0px auto 10px auto;
	float: left;
}
#header #tm h1 {
	font-size: 80%;
	font-weight: normal;
	padding: 0 0px 0 5px;
}
#header_r {
	margin: 0px auto 0 auto;
	width: 100%;
	float: none;
}
#header #search {
	display:none;
}
#search .gsearch_q {
	float: left;
	width: 65%;
	margin: 0px 5px 0px 0;
	padding: 3px 0 0 0;
	font-size: 13px;
}
#search .gsearch_sa {
	float: left;
	width: 27%;
	margin: 0px 0px 0px 0;
	padding: 0px 0 0px 0;
	font-size: 14px;
	text-align: center;
}
#h-subnavi {
	display:none;
	float: none;
	margin: 0px;
	padding: 0px;
	color: #424242;
	font-size: 90%;
	letter-spacing: 0.0;
	width: auto;
	height: 20px;
}
#h-subnavi ul {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 95%;
}
#h-subnavi ul li {
	width: 40%;
	float: left;
	text-align: center;
	padding:8px 7px 8px 7px;
	margin: 0 5px 10px 5px;
	border-left: #424242 solid 1px;
	border-top: #424242 solid 1px;
	border-bottom: #424242 solid 1px;
	border-right: #424242 solid 1px;
}
#h-subnavi ul .n-right {
	border-right: #424242 solid 1px;
}
#h-subnavi a {
	color: #424242;
	text-decoration: none;
}
/* ヘッダーのメインナビゲーション
---------------------------------------------*/

#h-navi {
	display: none;
}
/* content
---------------------------------------------*/
#toppage #content {
	width: 100%;
	margin: 0px auto;
	padding:0;
	background: #FFFFFF url(../img/common/bg_body.gif) center repeat-y;
}
#contentspage #content {
	width: 100%;
	margin: 0px auto;
	background: #FFFFFF url(../img/common/bg_body.gif) center repeat-y;
}
#contentspage #content p{
	margin-bottom: 12px;
}

div.img_l {
	float: left;
	margin: 0 15px 10px 0;
}
/* 左サイドエリア　トップページ
---------------------------------------------*/
#toppage #left {
	float: none;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0px 0 0 0px;
	margin: 20px auto 10px auto;
}
#toppage #left .section{
	background-color: none;
	padding:5px;
}

#toppage #left .section h2 {
	background-color: none;
	color: #424242;
	padding:5px 0px 3px 0px;
	font-size: 14px;
}
/*
#toppage #left .section h3{
	background-color:#46baed;
	color:#FFFFFF;
	padding:4px 0px 3px 5px;
	font-size:16px;
}
*/

/* お客様サポート　左サイドエリア　トップページ
---------------------------------------------*/
#support-page {
	width:250px;
	margin: 5px auto 0 auto;
	padding: 0 0 1px 0;
	background-color: #add8e6;
	
}
.support-pages {
	margin: 0px 5px 5px 5px;
	padding: 0;
	background-color: #efefef;
	font-size: 12px;
	height:85px;
}
.support-img {
	margin:7px 0 0 0;
	width:75px;
	float:left;
}
#toppage #left #support-page h2 {
	/*background:url(../img/index/bg_h2_left_support.gif) center top no-repeat;*/
	margin: 0;
	padding: 0px 0 0px 0;
	text-align: center;
	font-size: 14px;
}
#toppage #left #support-page .support-pages h3 {
	background-color: none;
	color: #424242;
	padding:0px 0px 3px 0px;
	font-size: 12px;
}
.comment {
	width:160px;
	float:right;
	margin:4px 0 0 0px;
}

#support-paget p{
	margin:0px 0 0 0px;
	padding:0;
}

/* 左サイドエリア　コンテンツページ
---------------------------------------------*/
#contentspage #left {
	float: none;
	width: 95%;
	height: auto;
	padding: 0px 0 0 0px;
	margin: 10px auto 10px auto;
}
#contentspage #left h2 {
	background: none;
	background-color: #21b0ef;
	background-image: url(../img/index/h2_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 7px 0px 5px 25px;
	font-size: 15px;
}
#contentspage #left h3 {
	background-color: #ededed;
	color: #525252;
	margin: 0 3px 0 3px;
	padding: 6px 0px 6px 10px;
	font-size: 14px;
	border-top: #ddd 2px double;
}
#contentspage #left ul {
	margin: 5px 0 8px 0;
	padding: 0 0 0 5px;
	list-style: none;
}
#contentspage #left ul li {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 12px;
}
#contentspage #left ul li a {
	text-decoration: none;
}
#contentspage #left ul li a:hover {
	color: #ff3333;
	text-decoration: underline;
}
.li-item li {
	background: url(../img/contents/lm_3dot_sky.gif) left center no-repeat;
}
.li-info li {
	background: url(../img/contents/lm_3dot_lime.gif) left center no-repeat;
}
.li-product li {
	background: url(../img/contents/lm_3dot_ora.gif) left center no-repeat;
}
/* 右サイドエリア　トップページ
---------------------------------------------*/
#toppage #right {
	float: none;
	width:100%;
	height: auto;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0 0;
}

#toppage #right p{
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0 0;
}
#toppage #right ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	list-style: none;
}
#toppage #right ul li {
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 3px 0 3px 12px;
	background: url(../img/common/listmark_left_red.gif) left center no-repeat;
}
#toppage #right ul li a {
	text-decoration: none;
}
#toppage #right ul li a:over {
 color:#ff3333;
 text-decoration:underline;
}
#toppage #right h2 {
	color: #fff;
	padding: 5px 0 5px 28px;
	margin: 5px 5px 10px 5px;
	font-size: 16px;
	background: none;
	background-color: #21b0ef;
	background-image: url(../img/index/h2_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
}
#toppage #right h2 a {
	text-decoration: underline;
}
#toppage #right .section h3 {
	font-size: 100%;
	text-align: left;
	color: #424242;
	margin: 10px 10px 5px 10px;
	padding: 6px 0 3px 23px;
	border-bottom: #666666 1px dotted;
	background: url(../img/contents/lm_squre_sky.gif) left center no-repeat;
}
div.one_photo {
	margin: 0 auto 0px auto;
	padding: 0 5px 0px 5px;
}
div.one_photo img {
	margin: 0 auto 10px auto;
}

div.one_photo p{
	text-align:center;
	padding:0 0 10px 0;
}
/* パンクズリスト
---------------------------------------------*/
	
.pankuzu {
	border-bottom: #666666 1px dotted;
	margin:0 0 10px 0;
}
.pankuzu ul.pankuzu {
	float: right;
	border-bottom: none;
	margin: 0 0px 0 10px;
}
.pankuzu ul.pankuzu li {
	float: left;
	margin: 0 0 0px 0;
	padding:5px 10px 5px 20px;
	text-align: right;
	font-size: 12px;
	background:url(../img/common/pankuzumark.gif) left center no-repeat;
}
.pankuzu ul.pankuzu li a {
	text-decoration: none;
}
.pankuzu ul.pankuzu li a:hover {
	color: #2eb5f1;
}
/* 1カラム用（オーダー画面）
---------------------------------------------*/
#col1 {
	margin: 0px 10px 10px 10px;
}

#col1 h2 {
	font-size:22px;
	margin:0px 10px 10px 0px;
	padding:10px 0 0 0;
	
}
#col1 h3 {
	padding: 10px 10px 10px 30px;
}

#col1 h4 {
	font-size:13px;
	padding: 10px 10px 10px 0px;
}

/* 右サイドエリアの本文
---------------------------------------------*/
.section {
	margin: 0 0 20px 0;
}

.section p{
	word-break:break-all;
}
/* 右サイドエリア　コンテンツページ
---------------------------------------------*/	
#contentspage #right {
	float: none;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0 0;
}
#contentspage #right p{
	margin:0 10px 10px 10px;
}
#contentspage #right h2 {
	height: auto;
	font-size: 22px;
	text-align: left;
	line-height: 1.2em;
	color: #424242;
	font-weight: bold;
	margin: 0 5px 5px 5px;
	padding:15px 10px 10px 10px;
	border: solid 1px #cccccc;
	background: #ffffff;
}
#contentspage #right .section h3 {
	padding: 10px 0 8px 25px;
	margin: 10px 5px 5px 5px;
	font-size: 16px;
}
h3.product {
	background: none;
	background-color: #ffcca1;
	background-image: url(../img/index/h3_icon_o.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	color: #424242;
}
h3.info {
	background: none;
	background-color: #d8eda1;
	background-image: url(../img/index/h3_icon_g.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	color: #424242;
}
h3.item {
	background: none;
	background-color: #21b0ef;
	background-image: url(../img/index/h3_icon_b.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	color: #FFFFFF;
}
h3.item a {
	color: #FFFFFF;
}
#contentspage #right .section h4 {
	font-size: 105%;
	text-align: left;
	color: #424242;
	margin: 10px 10px 5px 10px;
	padding: 6px 0 3px 23px;
	border-bottom: #666666 1px dotted;
}

#contentspage #right .section h5 {
	font-size: 100%;
	text-align: left;
	color: #424242;
	margin: 10px 10px 5px 10px;
	padding: 6px 0 0px 0px;
}
h4.product {
	background: url(../img/contents/lm_squre_ora.gif) left center no-repeat;
}
h4.info {
	background: url(../img/contents/lm_squre_lime.gif) left center no-repeat;
}
h4.item {
	background: url(../img/contents/lm_squre_sky.gif) left center no-repeat;
}
h4.faq {
	background: url(../img/contents/lm_faq_Q.gif) left center no-repeat;
}
/*
	#contentspage #right .section h5{
		height:25px;
		font-size:100%;
		color: #666600;
		font-weight:bold;
		margin: 0px 0px 0px 0px ;
		padding:7px 0 0 0px ;
		background: #f5f5dc;   
	}
	
	
	
/* 右サイドエリアのパーツ
---------------------------------------------*/
.intro, .outro, .em-area01 {
	margin: 10px 10px 10px 10px;
	padding: 10px 5px 10px 5px;
	background: #ffffcc;
	border: #ffa500 1px dotted;
}
.intro ol, .outro ol {
	margin: 0 10px 0 10px;
}
.section dl dt {
	padding: 0 0 2px 0;
	margin: 10px 10px 5px 10px;
	font-weight: bold;
	border-bottom: #555 1px dotted;
}
.section dl dd {
	padding: 0 0 0 0;
	margin: 0 10px 10px 10px;
}

.section dl.noboder dt {
	padding: 0 0 0px 0;
	margin:5px 10px 0px 10px;
	font-weight: bold;
	border-bottom: none;
	font-size:14px;
}
.section dl.noboder dd {
	padding: 0 0 0 0;
	margin: 0 10px 10px 10px;
	font-size:14px;
}

.section dl.zaiko {
	padding: 0 0 2px 0;
	margin: 10px 5px 5px 5px;
	font-weight: bold;
}

.section dl.zaiko dt {
	padding: 0 0 2px 15px;
	margin: 10px 10px 5px 10px;
	font-weight: bold;
	border-bottom: none;
	background:url(../img/contents/lm_dot_h15_ora.gif) center left no-repeat;
}
.section dl.zaiko dd {
	padding: 0 0 0 0;
	margin: 0 30px 20px 25px;
	font-weight:normal;
	word-break:break-all;
	
}

.section dl.zaiko dd a:hover{
	color: #ff3333;
	text-decoration: underline;
}

/* 横並び写真用div
---------------------------------------------*/
div.photo {
	width: 100%;
	margin: 0 auto 0 auto;
}
div.photo_box {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 auto 0 auto;
}
div.box_l{
	width:100%;
	float: none;
}

div.box_l img{
	width:90%;
	margin:0 auto 10px auto;
}
div.box_r{
	width:90%;
	float: none;
	margin:0 auto 10px auto;
}

div.box_r form{
	width:90%;
	margin:0 auto 20px auto;
	font-size:16px;
}

	div.box_r h6{
		margin:0 0px 0 10px;
		background: url(../img/contents/item/bg_h5_right.gif) center center no-repeat;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;
		line-height:30px;
		padding:0px 0 0px 0px;
		text-align:center;
	}
	div.box_r h6 a{
		color:#FFFFFF;
		padding:0px 0 0px 0px;
		margin:0 0 0 0;
	}

/* 会社案内
---------------------------------------------*/
.com-info dl {
	margin: 15px 0 15px 0;
}
.com-info dl dt {
	padding: 0 0 2px 0;
	margin: 15px 15px 5px 15px;
	font-weight: bold;
	border-bottom: #0099FF 2px dashed;
}
.com-info dl dd {
	padding: 0 0 0 0;
	margin: 0 30px 18px 30px;
}

/* 商品詳細ページ（アイテムページ）パーツ
---------------------------------------------*/
.ex-chara01 {
	margin: 10px 5px 10px 5px;
	padding: 10px 5px 10px 5px;
	background: #caf2ff;
	border: #ffa500 1px dotted;
}
.ex-chara02 {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #e7ffc1;
	border: #ffa500 1px dotted;
}
div.box-outside {
	width:90%;
	margin:0 auto;
	padding: 0 0px 0px 0px;
	text-align: left;
}
div.box img {
	margin: 0 auto 10px auto;
}
/* テーブル
---------------------------------------------*/
/* 基本のテーブル
---------------------------------------------*/
.tbl-basic {
	border-collapse: collapse;
	text-align: left;
	margin: 5px auto 10px auto;
	border: #666666 1px solid;
	font-size:92%;
}
.tbl-basic th {
	border: #666666 1px solid;
	padding: 3px;
	font-size:12px;
}

.tbl-basic td{
	border: #666666 1px solid;
	padding: 3px;
	font-size:12px;
}
.tbl-basic th {
	background: #ededed;
}
.item-list {
	font-size: 80%;
}

/* アイテム一覧　カテゴリー2　商品スペック
---------------------------------------------*/
.tbl-cat02 {
	border-collapse: collapse;
	width:90%;
	font-size:100%;
	text-align: left;
	margin: 10px auto 10px auto;
	border-bottom: 1px dotted #666666;
}
.tbl-cat02 td {
	padding: 0px 0 5px 0;
	border: 0;
	vertical-align:top;
}

/* 基本のリスト
---------------------------------------------*/
.section ul {
	margin: 5px 0px 30px 15px;
	font-size:16px;
	padding: 0 0 0 0;/*	border-bottom: #666 1px dotted ; */
}
.section ul li {
	padding: 0px 0px 0px 15px;
	margin: 10px 15px 10px 0px;
	list-style-type: none;
	font-weight: normal;
	letter-spacing: none;
	color: #666666;
}
.section ul li a {
	text-decoration: underline;
}
.section ul li a:hover {
	text-decoration: none;
	color: #FF6600;
}
.section ul .list-sub {
	margin: 10px 0 8px 30px;
}

ul.nomal{
	margin: 5px 0px 0px 0px;
	padding: 0 0 0 0;
}
ul.nomal li {
	padding: 0px 0px 0px 0px;
	margin:0px 15px 5px 10px;
	list-style-type: none;
	font-weight: normal;
	letter-spacing: none;
	color: #666666;
	font-size:90%;
}

.h15-sky li {
	background: url(../img/contents/lm_dot_h15_sky.gif) left center no-repeat;
	font-size: 90%;
}
.h15-ora li {
	background: url(../img/contents/lm_dot_h15_ora.gif) left center no-repeat;
	font-size: 90%;
	padding:0 0 20px 0;
}
.h15-lime li {
	background: url(../img/contents/lm_dot_h15_lime.gif) left center no-repeat;
	font-size: 90%;
}
.section ul.h15-caution li {
	background: url(../img/contents/lm_caution.gif) left center no-repeat;
	font-size:90%;
	padding:0 0 0 20px; 
}
.section ul.faq li {
	background: url(../img/contents/lm_faq_Q.gif) left center no-repeat;
	padding:5px 0px 5px 20px;
	font-size: 14px;
}
.section ol {
	margin:5px 20px 5px 35px;
	padding: 0 0 0 0;
	line-height: 1.5;
}
.section ol li {
	padding: 5px 0 5px 0;
	border-bottom: #999999 1px dotted;
	list-style:decimal;
}
.section ol li a {
}

/* タナクリーム製品比較表
---------------------------------------------*/
#item-list {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	text-align: left;
	font-size: 90%;
	background: #ffffff url(../img/common/bg_body.gif) center repeat-y;
}
#contentspage #item-list .section h3 {
	padding: 13px 0 11px 30px;
	margin: 0px 5px 10px 5px;
	font-size: 16px;
	background: none;
	background-color: #ffcca1;
	background-image: url(../img/index/h3_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
}

/* スマホ用メニュー（コンテンツの一番下）
---------------------------------------------*/
#c-subnavi {
	float: none;
	margin: 0px;
	padding: 0px;
	color: #424242;
	font-size: 90%;
	letter-spacing: 0.0;
	width: auto;
	height: 20px;
}
#c-subnavi ul {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 95%;
}
#c-subnavi ul li {
	width: 40%;
	float: left;
	text-align: center;
	padding:8px 7px 8px 7px;
	margin: 0 5px 10px 5px;
	border-left: #424242 solid 1px;
	border-top: #424242 solid 1px;
	border-bottom: #424242 solid 1px;
	border-right: #424242 solid 1px;
}
#c-subnavi ul .n-right {
	border-right: #424242 solid 1px;
}
#c-subnavi a {
	color: #424242;
	text-decoration: none;
}

/* footer-navi（フッターナビゲーション）
---------------------------------------------*/
#footer-navi {
	width: 100%;
	padding: 0;
	margin: 0px auto;
	background: #FFFFFF url(../img/common/bg_body.gif) center repeat-y;
	text-align: center;
	font-size: 90%;
}
#footer-navi .section {
	padding: 0px 0 0 10px;
	overflow: hidden;
	position: relative;
	border-top: #999999 dotted 1px;
}
#footer-navi ul.f_navi {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
}
#footer-navi ul.f_navi li {
	padding: 0 10px 0 10px;
	border-left: 1px solid #333;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	left: -50%;
	font-size:90%;
}
#footer-navi ul.f_navi li.last {
	padding: 0 10px 0 10px;
	border-right: 1px solid #333;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	left: -50%;
	font-size:90%;
}
/* footer-info（会社案内）
---------------------------------------------*/
#footer-info {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	text-align: left;
	font-size: 80%;
	background: none;
}
#footer-info h3 {
	width: auto;
	background: #add8e6;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0px;
}
#footer-info h4 {
	margin: 7px 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: #666666 1px dotted;
	font-size: 14px;
}
#footer-info .left_side {
	float: none;
	width: 90%;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
}
#footer-info .right_side {
	float: none;
	width: 90%;
	padding: 0 0px 0 0px;
	margin: 0 auto 0 auto;
}
/* footer-info トップページ
---------------------------------------------*/
#footer-info .footer-index {
	width:100%;
	padding:0px 0 20px 0px;
	margin:0 auto 0 auto;
	background-color:#efefef;
}
#footer-info .left-index {
	float: none;
	width: 90%;
	padding: 10px 0 0 0px;
	margin: 0 auto 0 auto;
}
#footer-info .right-index {
	float: none;
	width: 90%;
	padding: 0 0px 0 0px;
	margin: 0 auto 0 auto;
}
#footer-navi a, #footer-info a {
	text-decoration: none;
	color: #39C;
}
/* フッター
---------------------------------------------*/
#footer {
	width:100%;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: center;
	background: #ffffff url(../img/common/bg_footer02.gif) center bottom no-repeat;
}
#footer #credit {
	margin: 0px 0 0 0;
	padding:5px 0 5px 0;
	color: #ffffff;
	font-weight: bold;
	font-size:70%;
	letter-spacing: 0.0;
	text-align: center;
}
#footer #credit a {
	color: #ffffff;
}
#footer a {
	color: #424242;
	text-decoration: none;
}

/* 最新情報（ブログ）ページ　右サイド
---------------------------------------------*/
.entry-asset {
	margin: 20px 0 30px 0;
}
.asset-body {
	margin: 4px 0 0px 0;
	padding: 4px 0 0px 0;/*	border-top:#333333 1px solid; */
}
.asset-meta {
	margin: 6px 10px 2px 10px;
	padding: 2px 0 2px 0;
}
h1{
	font-size:23px;
	margin: 0 5px 0px 5px;
	padding:0px 5px 0px 5px;
}

h1 a{
	text-decoration:none;
}
h1#page-title{
	font-size:21px;
	margin: 0 5px 5px 5px;
	padding:0px 5px 0px 5px;
}

/* 最新情報（ブログ）ページ　左サイド
---------------------------------------------*/
.widget-header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
}
.widget-header a {
	color: #424242;
}
.widget {
	margin: 0 0 10px 0;
}

/* 施工事例
---------------------------------------------*/
div.jirei-bottom {
	display:none;
	width:95%;
	margin:0 auto 0 auto;
}
h3.jirei-bottom {
	margin: 15px 0 0 0px;
	padding: 0 0 0 10px;
	border-left: #F03 10px groove;
}
ul.jirei-bottom {
	margin: 0 0 0 35px;
}
ul.jirei-bottom li{
	margin:0 0 10px 0;
	list-style:disc;
}

ul.jirei-bottom li a {
	text-decoration: none;
}
ul.jirei-bottom li a:hover {
	color: #C30;
}
ul.jirei{
	width: auto;
	margin:0 auto 0 auto;
	padding:0;
}

ul.jirei li{
	width:250px;
	float: none;
	text-align:center;
	font-size:14px;
	margin:0 auto 10px auto;
}

ul.jirei li img{
	margin:0 auto 5px auto;
}

ul.jirei li p{
	text-align:center;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


/* テキスト・装飾
---------------------------------------------*/
.em-red {
	color: #cc0033;
}
.more {
	padding: 2px 0px 0px 47px;
	border-bottom: dotted #999 1px;
	margin: 0px 5px 0px 5px;
	background: url(../image/link.gif) left center no-repeat;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
}
.more-right {
	padding: 2px 31px 0px 3px;
	border-bottom: dotted #999 1px;
	margin: 0px 0px 0px 0px;
	background: url(../img/common/more-right.gif) right center no-repeat;
	text-decoration: none;
}
.pdf {
	padding: 6px 30px 2px 0px;
	border-bottom: dotted #999 1px;
	margin: 2px 5px 0px 5px;
	background: url(../img/common/pdf02.gif) right bottom no-repeat;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
}
.s_title{
	font-size:18px;
	font-weight:bold;
}






 @media print, screen and (max-width : 767px) {
	 
/* スマホテーブル用
------------------------------------------------------------------ */
/* お問い合わせページ
------------------------------------------------------------------ */

table.inquiry {
	margin: 0 auto 20px auto;
}
table.inquiry th {
	text-align: left;
	color: #000;
	padding: 10px 0 0px 0px;
	width:100%;
	display: block;
}
table.inquiry td {
	display: block;
	width:100%;
	padding:5px 0 15px 0;
	border-bottom:2px solid #CCC;
}
table.inquiry td p {
	margin:0px 0 10px 0;
	padding:0 0 0 0;
}

.waku{
	width:170px;
	margin:0 auto 10px auto;
}
table.inquiry ul{
	margin:8px 0px 8px 10px;
	padding:0 0 0 0;
}
table.inquiry ul li{
	margin:5px 0px 5px 0;
	padding:0 0 0 0;
	font-size:14px;
}

table.inquiry ul li input{
	margin:0px 8px 0 0;
}


}



/*768px タブレット*/

@media print, screen and (min-width : 768px) {
/* ヘッダー
---------------------------------------------*/
#overline{
	display:none;
}
#header {
	position: relative;
	z-index: 100;
	width: 870px;
	height: 155px;
	margin: 0 auto;
	background: #ffffff url(../img/common/bg_header_h250.gif) top center no-repeat;
}
#header #tm {
	width: 350px;
	padding: 0;
	margin:15px 0 0 25px;
	float: left;
}
#header #tm img {
	margin: 0 0 0 0;
}
#header #tm h1 {
	font-size: 80%;
	font-weight: normal;
}
#header_r {
	margin:15px 35px 0 0;
	width: 400px;
	float: right;
}
#header #search {
	display:block;
	text-align: left;
	float: right;
	width: 325px;
	margin: 0px 0 10px 0;
}
#search .gsearch_q {
	float: left;
	width: auto;
	margin: 0px 5px 0px 0;
	padding: 3px 0 0 0;
	font-size: 13px;
}
#search .gsearch_sa {
	float: left;
	width: auto;
	margin: 0px 0px 0px 0;
	padding:0px 3px 0 3px;
	font-size: 13px;
	text-align: center;
}
#h-subnavi {
	display:block;
	float: right;
	margin:0;
	padding: 0px;
	color: #424242;
	font-size: 90%;
	letter-spacing: 0.0;
	width: auto;
	height: 20px;
}
#h-subnavi ul {
	list-style: none;
	margin: 0px 0 0px 0;
	padding: 0px;
	width: auto;
}
#h-subnavi ul li {
	width: auto;
	float: left;
	padding: 0 7px 0 7px;
	margin: 0;
	border-left: #424242 solid 1px;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
#h-subnavi ul .n-right {
	border-right: #424242 solid 1px;
	
}
#h-subnavi a {
	color: #424242;
	text-decoration: none;
}
/* ヘッダーのメインナビゲーション
---------------------------------------------*/

#h-navi {
	display: block;
	z-index: 200;
	position: absolute;
	top: 110px;
	left: 30px;
	height: 55px;
}
#h-navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#h-navi ul li {
	display: block;
	text-align: center;
	color: #FFFFFF;
	float: left;
	width: 135px;
	margin: 0;
	background: url(../img/common/bg_h_navi.gif) no-repeat top center;
}
#h-navi ul li a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0;
	cursor: default;
}
#h-navi ul li a:hover {
}
#h-navi ul .current {
	list-style: none;
	text-align: center;
	color: #424242;
	float: left;
	width: 130px;
	background: url(../img/common/bg_headernavi02.gif) no-repeat top center;
	padding: 13px 0 0 0;
}
#h-navi ul ul {
	z-index: 500;
	margin-top:0px;
}
#h-navi ul ul li {
	float: none;
	background: #cfdbec;
	font-size: 12px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#h-navi ul ul li a {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #003399;
	padding: 10px 0 8px 0;
	border-bottom: #0d5496 1px solid;
}
#h-navi ul ul li a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #FF0000;
	padding: 10px 0 8px 0;
}
#h-navi ul li.parent ul {
	display: none;
}
#h-navi ul li.parentOn ul {
	display: block;
}
/* パンクズリスト
---------------------------------------------*/
	
.pankuzu {
	border-bottom: #666666 1px dotted;
	margin:0 0 10px 0;
}
.pankuzu ul.pankuzu {
	float: right;
	border-bottom: none;
	margin: 0 0px 0 10px;
}
.pankuzu ul.pankuzu li {
	float: left;
	margin: 0 0 0px 0;
	padding:5px 10px 5px 20px;
	text-align: right;
	font-size: 12px;
	background:url(../img/common/pankuzumark.gif) left center no-repeat;
}
.pankuzu ul.pankuzu li a {
	text-decoration: none;
}
.pankuzu ul.pankuzu li a:hover {
	color: #2eb5f1;
}

/* content
---------------------------------------------*/
#toppage #content {
	width: 870px;
	margin: 0px auto;
	background: #FFFFFF url(../img/common/bg_body.gif) center repeat-y;
}
#contentspage #content {
	width: 870px;
	margin: 0px auto;
	background: #FFFFFF url(../img/common/bg_body.gif) center repeat-y;
}
div.img_l {
	float: left;
	margin: 0 15px 10px 0;
}
/* 左サイドエリア　トップページ
---------------------------------------------*/
#toppage #left {
	float: left;
	z-index: 200;
	width: 250px;
	height: auto;
	text-align: left;
	padding: 0px 0 0 30px;
	margin: 20px 0 10px 0px;
}
#toppage #left .section{
	background-color: none;
	padding:5px;
}

#toppage #left .section h2 {
	background-color: none;
	color: #424242;
	padding:5px 0px 3px 0px;
	font-size: 14px;
}
/*
#toppage #left .section h3{
	background-color:#46baed;
	color:#FFFFFF;
	padding:4px 0px 3px 5px;
	font-size:16px;
}
*/
/* お客様サポート　左サイドエリア　トップページ
---------------------------------------------*/
#support-page {
	margin: 5px 0 0 0;
	padding: 0 0 1px 0;
	background-color: #add8e6;
	
}
.support-pages {
	margin: 0px 5px 5px 5px;
	padding: 0;
	background-color: #efefef;
	font-size: 12px;
	height:85px;
}
.support-img {
	margin:7px 0 0 0;
	width:75px;
	float:left;
}
#toppage #left #support-page h2 {
	/*background:url(../img/index/bg_h2_left_support.gif) center top no-repeat;*/
	margin: 0;
	padding: 0px 0 0px 0;
	text-align: center;
	font-size: 14px;
}
#toppage #left #support-page .support-pages h3 {
	background-color: none;
	color: #424242;
	padding:0px 0px 3px 0px;
	font-size: 12px;
}
.comment {
	width:160px;
	float:right;
	margin:4px 0 0 0px;
}

#support-paget p{
	margin:0px 0 0 0px;
	padding:0;
}

/* 左サイドエリア　コンテンツページ
---------------------------------------------*/
#contentspage #left {
	float: left;
	z-index: 200;
	width: 190px;
	height: auto;
	padding: 0px 0 0 30px;
	margin:10px 0 10px 0px;
}
#contentspage #left h2 {
	background: url(../img/contents/bg_h2_left.gif) left center no-repeat;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 7px 0px 5px 16px;
	font-size: 14px;
}
#contentspage #left h3 {
	background-color: #ededed;
	color: #525252;
	margin: 0 3px 0 3px;
	padding: 6px 0px 6px 10px;
	font-size: 13px;
	border-top: #ddd 2px double;
}
#contentspage #left ul {
	margin: 5px 0 8px 0;
	padding: 0 0 0 5px;
	list-style: none;
}
#contentspage #left ul li {
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 3px 0 3px 12px;
}
#contentspage #left ul li a {
	text-decoration: none;
}
#contentspage #left ul li a:hover {
	color: #ff3333;
	text-decoration: underline;
}
.li-item li {
	background: url(../img/contents/lm_3dot_sky.gif) left center no-repeat;
}
.li-info li {
	background: url(../img/contents/lm_3dot_lime.gif) left center no-repeat;
}
.li-product li {
	background: url(../img/contents/lm_3dot_ora.gif) left center no-repeat;
}
/* 右サイドエリア　トップページ
---------------------------------------------*/
#toppage #right {
	float: right;
	z-index: 100;
	width: 540px;
	height: auto;
	text-align: left;
	margin: 20px 0px 10px 0px;
	padding: 0px 30px 0 0;
}
#toppage #right ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	list-style: none;
}
#toppage #right ul li {
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 3px 0 3px 12px;
	background: url(../img/common/listmark_left_red.gif) left center no-repeat;
}
#toppage #right ul li a {
	text-decoration: none;
}
#toppage #right ul li a:over {
 color:#ff3333;
 text-decoration:underline;
}
#toppage #right h2 {
	color: #fff;
	padding: 10px 0 10px 30px;
	margin: 10px 0 10px 0;
	font-size: 16px;
	background: url(../img/index/bg_h2_right.gif) left center no-repeat;
}
#toppage #right h2 a {
	text-decoration: underline;
}
#toppage #right .section h3 {
	font-size: 100%;
	text-align: left;
	color: #424242;
	margin: 10px 10px 5px 10px;
	padding: 6px 0 3px 23px;
	border-bottom: #666666 1px dotted;
	background: url(../img/contents/lm_squre_sky.gif) left center no-repeat;
}
/* 右サイドエリア　コンテンツページ
---------------------------------------------*/	
#contentspage #right {
	float: right;
	width: 600px;
	height: auto;
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 30px 0 0;
}
#contentspage #right p{
	font-size: 95%;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	margin:0px 10px 10px 10px;
}
#contentspage #right h2 {
	height: auto;
	font-size:28px;
	text-align: left;
	line-height: 1.0;
	color: #424242;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 25px 0 20px 15px;
	border: solid 1px #cccccc;
	background: #ffffff;
}
h2.product {
	margin:0 0 10px 0;
}

#contentspage #right .section h3 {
	padding: 13px 0 10px 30px;
	margin: 10px 0 5px 0;
	font-size: 16px;
}
h3.product {
	background: url(../img/contents/bg_h3_right_ora.gif) left center no-repeat;
	color: #424242;
}
h3.info {
	background: url(../img/contents/bg_h3_right_lime.gif) left center no-repeat;
	color: #424242;
}
h3.item {
	background: url(../img/contents/bg_h3_right_sky.gif) left center no-repeat;
	color: #FFFFFF;
}
h3.item a {
	color: #FFFFFF;
}
#contentspage #right .section h4 {
	font-size: 100%;
	text-align: left;
	color: #424242;
	margin: 0px 10px 10px 10px;
	padding: 6px 0 3px 23px;
	border-bottom: #666666 1px dotted;
}
#contentspage #right .section h5 {
	font-size:95%;
	text-align: left;
	color: #424242;
	margin: 0px 0px 5px 0px;
	padding: 6px 0 0px 0px;
}
h4.product {
	background: url(../img/contents/lm_squre_ora.gif) left center no-repeat;
}
h4.info {
	background: url(../img/contents/lm_squre_lime.gif) left center no-repeat;
}
h4.item {
	background: url(../img/contents/lm_squre_sky.gif) left center no-repeat;
}
h4.faq {
	background: url(../img/contents/lm_faq_Q.gif) left center no-repeat;
}
/*
	#contentspage #right .section h5{
		height:25px;
		font-size:100%;
		color: #666600;
		font-weight:bold;
		margin: 0px 0px 0px 0px ;
		padding:7px 0 0 0px ;
		background: #f5f5dc;   
	}
*/
/* 1カラム用（オーダー画面）
---------------------------------------------*/
#col1 {
	margin: 0px 30px 10px 30px;
}

#col1 h2 {
	font-size:34px;
	margin:0px 30px 10px 0px;
	padding:10px 0 0 0;
	
}
#col1 h3 {
	padding: 10px 10px 10px 30px;
}

#col1 h4 {
	font-size:14px;
	padding: 10px 10px 10px 0px;
}
/* 右サイドエリアの本文
---------------------------------------------*/
.section {
	margin: 0 0 20px 0;
}
/* 右サイドエリアのパーツ
---------------------------------------------*/
.intro, .outro, .em-area01 {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #ffffcc;
	border: #ffa500 1px dotted;
}
.intro ol, .outro ol {
	margin: 0 0 0 30px;
}
.section dl dt {
	padding: 0 0 2px 0;
	margin: 10px 10px 5px 10px;
	font-weight: bold;
	border-bottom: #555 1px dotted;
}
.section dl dd {
	padding: 0 0 0 0;
	margin: 0 30px 15px 30px;
}

.section dl.noboder{
	padding: 0 0 0px 0;
	margin:0 0 15px 0;
}
.section dl.noboder dt {
	padding: 0 0 0px 0;
	margin:5px 10px 0px 10px;
	font-weight: bold;
	border-bottom: none;
}
.section dl.noboder dd {
	padding: 0 0 0 0;
	margin: 0 30px 10px 10px;
}

.section dl.zaiko {
	padding: 0 0 2px 0;
	margin: 10px 10px 5px 25px;
	font-weight: bold;
}

.section dl.zaiko dt {
	padding: 0 0 2px 15px;
	margin: 10px 10px 5px 10px;
	font-weight: bold;
	border-bottom: none;
	background:url(../img/contents/lm_dot_h15_ora.gif) center left no-repeat;
}
.section dl.zaiko dd {
	padding: 0 0 0 0;
	margin: 0 30px 20px 25px;
	font-weight:normal;
	
}

.section dl.zaiko dd a:hover{
	color: #ff3333;
	text-decoration: underline;
}
/* 施工事例集
---------------------------------------------*/
.sectionitems {
	padding-top: 15px;
}
.sectionitems .left_area {
	text-align: center;
	float: left;
	width: 280px;
	padding: 0;
	margin: 0 0 10px 0;
	border-right: #666666 dotted 1px;
}
/* .sectionitems .left_area a, .sectionitems .right_area a { color: #414141; background: #FFF; }
	.sectionitems .left_area a:hover, .sectionitems .right_area a:hover { color: #87ceeb;  }*/
.sectionitems .right_area {
	text-align: center;
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
	background: #FFF url(none) repeat-y;
}
table.jirei {
	border-collapse: collapse;
	text-align: center;
	font-size: 90%;
	margin: 0px auto 10px auto;
	border: none;
}
table.jirei td {
	width: 50%;
}
p.jirei {
	margin: 0 0 20px 0;
	text-align: center;
}
p.jirei a {
	text-decoration: none;
}
p.jirei a:hover {
	color: #C30;
}
/* 横並び写真用div
---------------------------------------------*/
div.photo {
	width: 510px;
	margin: 0 auto 0 auto;
}
div.photo_box {
	width: 150px;
	float: left;
	text-align: center;
	margin: 0 10px 0 10px;
	font-size:13px;
}
div.box-outside {
	width: 500px;
	margin: 0 auto 10px auto;
}

div.bigbox-outside {
	width:95%;
	margin: 0 auto 10px auto;
}
div.box_l{
	width:50%;
	float:left;
}

div.box_l img{
	max-width:90%;
	margin:0 15px 10px 10px;
}
div.box_r{
	width:50%;
	float: right;

}
div.box_r form{
	width:80%;
	margin:0 auto 10px auto;
	font-size:13px;
}

	div.box_r h6{
		margin:0 0 0 0;
		background: url(../img/contents/item/bg_h5_right.gif) center center no-repeat;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		line-height:30px;
		padding:0px 0 0px 0px;
		text-align:center;
	}
	div.box_r h6 a{
		color:#FFFFFF;
		padding:0px 0 0px 0px;
		margin:0 0 0 0;
	}


/* 商品詳細ページ（アイテムページ）パーツ
---------------------------------------------*/
.ex-chara01 {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #caf2ff;
	border: #ffa500 1px dotted;
}
.ex-chara02 {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #e7ffc1;
	border: #ffa500 1px dotted;
}
/* 会社案内
---------------------------------------------*/
.com-info dl {
	margin: 15px 0 15px 0;
}
.com-info dl dt {
	padding: 0 0 2px 0;
	margin: 15px 15px 5px 15px;
	font-weight: bold;
	border-bottom: #0099FF 2px dashed;
}
.com-info dl dd {
	padding: 0 0 0 0;
	margin: 0 30px 18px 30px;
}
/* 基本のリスト
---------------------------------------------*/
.section ul {
	margin: 5px 0px 20px 15px;
	padding: 0 0 0 0;/*	border-bottom: #666 1px dotted ; */
}
.section ul li {
	padding: 0px 0px 0px 15px;
	margin: 10px 15px 8px 0px;
	list-style-type: none;
	font-weight: normal;
	letter-spacing: none;
	color: #666666;
}
.section ul li a {
	text-decoration: underline;
}
.section ul li a:hover {
	text-decoration: none;
	color: #FF6600;
}
.section ul .list-sub {
	margin: 10px 0 8px 30px;
}
ul.nomal{
	margin: 5px 0px 0px 0px;
	padding: 0 0 0 0;
}
ul.nomal li {
	padding: 0px 0px 0px 0px;
	margin:0px 15px 5px 10px;
	list-style-type: none;
	font-weight: normal;
	letter-spacing: none;
	color: #666666;
	font-size:90%;
}

.h15-sky li {
	background: url(../img/contents/lm_dot_h15_sky.gif) left center no-repeat;
	font-size:85%;
}
.h15-ora li {
	background: url(../img/contents/lm_dot_h15_ora.gif) left center no-repeat;
	font-size: 85%;
}
.h15-lime li {
	background: url(../img/contents/lm_dot_h15_lime.gif) left center no-repeat;
	font-size: 85%;
}
.section ul.h15-caution li {
	background: url(../img/contents/lm_caution.gif) left center no-repeat;
	padding: 2px 0px 2px 18px;
	font-size: 83%;
}
.section ul.faq li {
	background: url(../img/contents/lm_faq_Q.gif) left center no-repeat;
	padding: 0px 0px 0px 18px;
	font-size: 90%;
}
.section ol {
	margin: 0px 50px 10px 50px;
	padding: 0 0 0 0;
	line-height: 1.5;
}
.section ol li {
	margin:0 0 10px 0;
	padding: 5px 0 2px 0;
	border-bottom: #999999 1px dotted;
}
.section ol li a {
}
/* アイテム一覧（商品詳細ページ）
---------------------------------------------*/
.tbl-item {
	border-collapse: collapse;
	text-align: center;
	margin: 10px auto 10px auto;
	border: 0;
}
.tbl-item tr td {
	vertical-align: top;
	padding: 3px;
	border: 0;
}
.tbl-item tr td h5 {
	padding: 8px 0 8px 0;
	margin: 0 0 0 0;
	background: url(../img/contents/item/bg_h5_right.gif) center center no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.tbl-item tr td h5 a {
	color: #FFFFFF;
}
/* アイテム一覧　カテゴリー2　商品スペック
---------------------------------------------*/
.tbl-cat02 {
	border-collapse: collapse;
	width: 100%;
	font-size:100%;
	text-align: left;
	margin: 10px auto 10px auto;
	border-bottom: 1px dotted #666666;
}
.tbl-cat02 td {
	padding: 0px 0 5px 0;
	border: 0;
	vertical-align:top;
}
/* タナクリーム製品比較表
---------------------------------------------*/
#item-list {
	clear: both;
	z-index: 100;
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	text-align: left;
	font-size: 90%;
	background: #ffffff url(../img/common/bg_body.gif) center repeat-y;
}
#contentspage #item-list .section h3 {
	padding: 13px 0 11px 30px;
	margin: 0px 0 10px 30px;
	font-size: 16px;
	background: url(../img/contents/bg_h3_right_ora.gif) left center no-repeat;
	color: #424242;
}

/* スマホ用メニュー（コンテンツの一番下）
---------------------------------------------*/
#c-subnavi {
	display:none;
}

/* footer-navi（フッターナビゲーション）
---------------------------------------------*/
#footer-navi {
	width: 870px;
	padding: 0;
	margin: 0px auto;
	background: #FFFFFF url(../img/common/bg_body.gif) center repeat-y;
	text-align: center;
	font-size: 90%;
}
#footer-navi .section {
	margin: 0 30px 0 30px;
	padding: 5px 0 5px 0;
	border-top: #999999 dotted 1px;
}
#footer-navi ul.f_navi {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
}
#footer-navi ul.f_navi li {
	padding: 0 10px 0 10px;
	border-left: 1px solid #333;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	left: -50%;
	font-size:80%;
}
#footer-navi ul.f_navi li.last {
	padding: 0 10px 0 10px;
	border-right: 1px solid #333;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	left: -50%;
	font-size:80%;
}


/* footer-info（会社案内）
---------------------------------------------*/
#footer-info {
	width: 870px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	text-align: left;
	font-size: 80%;
	background: #ffffff url(../img/common/bg_footer_info.gif) center repeat-y;
}
#footer-info h3 {
	width: 830px;
	background: #add8e6;
	padding: 10px;
	margin: 0 0 10px 0px;
}
#footer-info h4 {
	margin: 7px 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: #666666 1px dotted;
	font-size: 14px;
}
#footer-info .left_side {
	float: left;
	width: 330px;
	padding: 0 0 0 30px;
}
#footer-info .right_side {
	float: right;
	width: 450px;
	padding: 0 30px 0 0px;
}
/* footer-info トップページ
---------------------------------------------*/
#footer-info .footer-index {
	width:850px;
	padding:0px 0 0 0px;
	margin:0 auto 0 auto;
	background-color:#efefef;
}

#footer-info .left-index {
	float: left;
	width: 175px;
	padding: 10px 0 0 30px;
}
#footer-info .right-index {
	float: right;
	width: 570px;
	padding: 0 40px 0 0px;
}
#footer-navi a, #footer-info a {
	text-decoration: none;
	color: #39C;
}
/* フッター
---------------------------------------------*/
#footer {
	width: 870px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: center;
	background: #ffffff url(../img/common/bg_footer02.gif) center bottom no-repeat;
}
#footer #credit {
	margin: 0px 0 0 0;
	padding: 15px 0 15px 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 0.0;
	text-align: center;
}
#footer #credit a {
	color: #ffffff;
}
#footer a {
	color: #424242;
	text-decoration: none;
}
/* Auto Scroll Area
---------------------------------------------*/

#wrap {
	text-align: left;
	font-size: 90%;
}
#myMenu {
	width: 180px;
	margin: 5px 0 0 0;
	text-align: left;
	background: #eeeeee;
	border: #999999 1px dotted;
}
#myMenu h3 {
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 5px 3px;
	background: #0066CC;
	color: #FFFFFF;
}
#myMenu ul {
	margin: 8px;
	padding-left: 20px;
}
/* 最新情報（ブログ）ページ　右サイド
---------------------------------------------*/
.entry-asset {
	margin: 20px 0 30px 0;
}
.asset-body {
	margin: 4px 0 0px 0;
	padding: 4px 0 0px 0;/*	border-top:#333333 1px solid; */
}
.asset-meta {
	margin: 6px 0 2px 0;
	padding: 2px 0 2px 0;
}
h1{
	font-size:32px;
	margin: 0 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

h1 a{
	text-decoration:none;
}

h1#page-title{
	font-size:29px;
	margin: 0 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
/* 最新情報（ブログ）ページ　左サイド
---------------------------------------------*/
.widget-header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
}
.widget-header a {
	color: #424242;
}
.widget {
	margin: 0 0 10px 0;
}
/* 施工事例
---------------------------------------------*/
div.jirei-bottom {
	display:block;
	margin: 0 0 0 100px;
}
h3.jirei-bottom {
	margin: 15px 0 0 0px;
	padding: 0 0 0 10px;
	border-left: #F03 10px groove;
}
ul.jirei-bottom {
	margin: 0 0 0 35px;
}
ul.jirei-bottom li{
	margin:0;
	list-style:disc;
}

ul.jirei-bottom li a {
	text-decoration: none;
}
ul.jirei-bottom li a:hover {
	color: #C30;
}
ul.jirei{
	width:90%;
	margin:0 auto 0 auto;
	padding:0;
}

ul.jirei li{
	width:230px;
	float:left;
	text-align:center;
	font-size:14px;
	margin:0 10px 10px 10px;
}
ul.jirei li img{
	margin:0 0px 5px 0px;
}

/* お問い合わせページ
------------------------------------------------------------------ */

table.inquiry {
	border-spacing :0px 15px;
    border-collapse : separate ;
	margin:0 auto 30px auto;
}
table.inquiry th {
	text-align: right;
	color: #000;
	padding:0px 10px 0px 0;
	font-weight:normal;
}
table.inquiry td {
	padding:5px 0 5px 10px;
	border-left:2px solid #cccccc;
}

.waku{
	width:170px;
	margin:0 auto 10px auto;
}
table.inquiry ul{
	margin:8px 0px 8px 0;
	padding:0 0 0 0;
}
table.inquiry ul li{
	margin:0px 0px 0 0;
	padding:0 0 0 0;
	font-size:14px;
}

table.inquiry ul li input{
	margin:0px 8px 0 0;
}

/* テキスト・装飾
---------------------------------------------*/
.s_title{
	font-size:24px;
	font-weight:bold;
}




}