@charset "shift_jis";
#titoru {
	width: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: top;
	margin: 0px;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 50px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	position: fixed;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 6px;
}
/*h1ロゴの設定*/
header p {
	position: static;
}
header p img {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: 100%;	/*ボックス幅*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* PC用のヘッダー画像を消す */
    header address {
        display: none;
    }
    nav#menu2 {
        display: none;
    }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }
header #sns {
	text-decoration: none;	/*高さ*/
	position: absolute;
	top: 1px;	/*ヘッダーブロックに対して上から0pxの場所に配置*/
	right: 18px;
	float: right;
	display: inline;
	margin-right: 60px;
	margin-top: 6px;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	margin-left: 1%;	/*メニューの左右間の余白*/
	width: 49%;			/*メニュー幅*/
	margin-top: 30px;
}
nav#menu ul li a {
	margin: 0;
}
/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
	margin-left: 0;
	width: 50%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
/*ページ枠タグ2
---------------------------------------------------------------------------*/
/*ページNOの設定*/
nav#pegno ul li {
	float: left;
	width: 25px;
	text-align: center;
}
nav#pegno ul li a {
	text-decoration: none;
	display: block;	/*メニュー内の余白。上、右、下、左への指定。*/
	color: #000;	/*行間*/
	font-size: 12px;	/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
nav#pegno ul li a:hover{
	text-decoration: none;
	display: block;	/*メニュー内の余白。上、右、下、左への指定。*/
	color: #000;	/*行間*/
	font-size: 12px;	/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #E4E4E4;
}
nav#pegno ul li#current a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6C2300;
	background-color: #999999;
	color: #FFFFFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#000));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#1c1c1c, #000);									/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#1c1c1c, #000);											/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#000));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#1c1c1c, #000);									/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#1c1c1c, #000);											/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*「見積り」ボタンの設定*/
#main p.botan a {
	width: 45%;	/*ボックス幅*/
	margin: 3px;
}
/*「ご注文」ボタンの設定*/
#main p.botan2 a {
	width: 45%;	/*ボックス幅*/
	margin: 3px;
}

/*商品一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	float: none;
	margin: 0px !important;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	padding: 10px 0;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	font-size: 14px;
}
/*ボックス内の写真設定*/
#main section.list a figure img {
	padding: 0;
	border: none;
}
#main section.list a figure {
	float: left;
	margin-right: 10px;
}
/*マウスオン時の写真の境界線の設定*/
#main section.list a:hover figure img {
	border: none;
}
/*ボックス内のh5タグ設定*/
#main section.list h5 {
	font-size: 14px;
}
/*追加タグここまで2
---------------------------------------------------------------------------*/
/*各ボックスの設定3*/
#main section.list2 {
	float: none;
	margin: 0px !important;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	padding: 10px 0;
}
/*ボックス内の段落タグ設定*/
#main section.list2 p {
	font-size: 14px;
}
/*ボックス内の写真設定*/
#main section.list2 a figure img {
	width: 100%;	/*写真の幅*/
	height: auto;	/*写真の高さ*/
	padding: 5px;	/*境界線の幅、線種、色*/
	margin-bottom: 5px;
}
#main section.list2 a figure {
	float: left;
	margin-right: 10px;
}
/*マウスオン時の写真の境界線の設定*/
#main section.list2 a:hover figure img {
	border: none;
}
/*ボックス内のh5タグ設定*/
#main section.list2 h5 {
	font-size: 14px;
}
/*追加タグここまで3
---------------------------------------------------------------------------*/
/*各ボックスの設定3*/
#main section.list3 {
	float: none;
	margin: 0px !important;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	padding: 10px 0;
}
/*ボックス内の段落タグ設定*/
#main section.list3 p {
	font-size: 14px;
}
/*ボックス内の写真設定*/
#main section.list3 a figure img {
	width: 100%;	/*写真の幅*/
	height: auto;	/*写真の高さ*/
	padding: 5px;	/*境界線の幅、線種、色*/
	margin-bottom: 5px;
}
#main section.list3 a figure {
	float: left;
	margin-right: 10px;
}
/*マウスオン時の写真の境界線の設定*/
#main section.list3 a:hover figure img {
	border: none;
}
/*ボックス内のh5タグ設定*/
#main section.list3 h5 {
	font-size: 14px;
}
/*「詳細こちら」ボタンの設定*/
#main p.botan3 a {
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #adadad;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #adadad;
	width: 80%;
	float: left;
	margin-left: 10%;
}
/*「詳細こちら」ボタンのマウスオン時*/
#main p.botan3 a:hover {
	opacity: 0.7;	/*透明度70％の設定*/
}
/*info.htmlやservice.htmlやplan.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list section p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list section figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*info.htmlのページ内メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#main ul.pagemenu {
	padding: 10px 0px;	/*上下、左右の余白*/
}
/*メニュー１個ごとの設定*/
#main ul.pagemenu li {
	display: block;
}

/*その他
---------------------------------------------------------------------------*/
img.fr {
	width: 100%;
	height: auto;
}
img.fl {
	width: 100%;
	height: auto;
}
img.fl2 {
	width: 49%;
	height: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.fl3 {
	width: 49%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.fa {
	width: 100%;
	height: auto;
}
.comentoF18 {
	font-size: 12px;
}
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8B8B8B), to(#626262));
	background-image: -webkit-linear-gradient(#8B8B8B, #626262);
	background-image: linear-gradient(#8B8B8B, #626262);
	padding: 5px;
	border: 1px solid #000000;
	border-radius: 0px 0px 6px 6px;
}
/*フッター固定表示
---------------------------------------------------------------------------*/
#footerFloatingMenu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 2px;
	z-index: 9999;
	text-align: center;
	padding: 5;
	background-color: #333333;
}
 
#footerFloatingMenu img {
	max-width: 17%;
	width: 20%;
}
img:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
