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

/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#breadcrumbs,
#main-image,
#main,
#footer,
#footer-banner{
	width: 100%;
	min-width: 900px;
}


#page-top,
#top-in,
#header-in,
#main-image-in,
#breadcrumbs ol,
#global-menu ul,
#main-in,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 900px;
}

ul {
	list-style: none;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a{ text-decoration: underline; }


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	height: 30px;
	background-color: #030303;
	border-bottom: 1px solid #d0c1c1;
	font-size: 1.2em;
}

#top-in{ position: relative; }


/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 10;
	padding-left: 7px;
	background: url(../images/common/bg-topmenu.gif) left center no-repeat;
}

#top-menu li{
	float: left;
	overflow: hidden;
	padding: 0 11px;
	height: 24px;
	background: url(../images/common/bg-topmenu-list.gif) right center no-repeat;
	line-height: 22px;
}

#top-menu li.end{ background: url(../images/common/bg-topmenu.gif) right center no-repeat; }

#top-menu li.sitemap a{
	padding-left: 25px;
	background: url(../images/icon/icon-sitemap.gif) left center no-repeat;
}

#top-menu li.contact a{
	padding-left: 25px;
	background: url(../images/icon/icon-contact.gif) left center no-repeat;
}

#top-menu li a:link,
#top-menu li a:visited{
	text-decoration: none;
	color: #fff;
}

#top-menu li a:active,
#top-menu li a:hover{
	text-decoration: none;
	color: #cc6600;
}


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

.menu-button{
	display: none;
}
#header{
	position: absolute;
	top: 0;
	height: 50px;
	font-size: 1.2em;
	color: #666;
	background: #FFF;
}

#header-in{
	position: relative;
	background: #FFF;
}


/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
}

/*IE6対策*/
* html #header-logo{ top: 20px; }

/*IE7対策*/
*+html #header-logo{ top: 20px; }


/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: underline; }
#header-logo #logo-text a:link{ color: #666; }
#header-logo #logo-text a:visited{ color: #666; }
#header-logo #logo-text a:hover{ color: #c60; }
#header-logo #logo-text a:active{ color: #c60; }


/*●ヘッダーテキスト*/
#header-text{
	position: absolute;
	right: 0;
}

div#header-text ul.logotype {
	list-style: none;
}

div#header-text ul.logotype li {
	float: right;
}

div#header-text ul.logotype li h1 {
	float: right;
	padding: 16px 0 0 0;
	font-size: 11px;
}

/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: absolute;
	top: 360px;
	height: 60px;
	background: url(../images/img/navi01.png) center top scroll repeat;
}

#global-menu ul{
	margin-top: 5px;
	padding-left: 2px;
}


#global-menu li{
	float: left;
	padding-right: 2px;
}


#global-menu li a{
	display: block;
	text-decoration: none;
}


/*グローバルメニューを幅指定にする場合は下記を使用）*/
/*#global-menu li a{ padding: 0 10px 0 26px; }*/

/*各エリアの幅を指定します。合計が全体のサイズ-12pxになるようにして下さい
（例：140+300+200+150+148 = 950-12）*/
/*.menu01{ width: 148px; height: 33px; }
.menu02{ width: 156px; height: 33px; }
.menu03{ width: 166px; height: 33px; }
.menu04{ width: 156px; height: 33px; }
.menu05{ width: 156px; height: 33px; }
.menu06{ width: 156px; height: 33px; }

.menu01 a{ width: 112px; height: 30px; }
.menu02 a{ width: 120px; height: 30px; }
.menu03 a{ width: 130px; height: 30px; }
.menu04 a{ width: 120px; height: 30px; }
.menu05 a{ width: 120px; height: 30px; }
.menu06 a{ width: 120px; height: 30px; }*/



#global-menu li a:hover{
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #C3AF97;
}


#global-menu li.current a{
	line-height: 30px;
	border-bottom: 3px solid #11ae09;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image{
	position: absolute;
	top: 50px;/*最上部からの高さの指定*/
	background: #FFF;
}

#main{
	padding-top: 440px;/*▲ページ最上部からの距離*/
	background: #FFF;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	float: left;
	width: 230px;
	font-size: 1.2em;
}

#sidebar-in{
}


/*H3*/
#sidebar h3{
}


/*●検索ボックス*/
#sidebar dl.search-box{
	margin: 0 0 20px 0;
	padding: 0;
	width: 240px;
	height: 22px;
}

#sidebar dl.search-box dt{
	display: block;
	margin: 0 4px 0 0;
	padding: 0;
	width: 137px;
}

#sidebar dl.search-box dt input{
	padding: 3px;
	width: 125px;
	height: 14px;
}

#sidebar dl.search-box dd{
	margin: 0;
	padding: 0;
	width: 98px;
}


/*●お問い合わせ*/
#sidebar p.contact img{
	float: left;
	padding: 0 10px 10px 0;
}


/*●コンテンツ*/
#sidebar div.contents{
	margin-bottom: 20px;
	padding: 15px 10px;
	background-color: #eaeaea;
	border: 1px solid #ababab;
}

#sidebar div.menu{
	margin-bottom: 10px;
}


/*●サイドメニュー*/
#sidebar ul.side-menu li{
	width: 162px;
	border-bottom: 1px solid #afb2bc;
}

#sidebar ul.side-menu li a{
	display: block;
	padding: 15px 10px 15px 30px;
	background: url(../images/icon/icon-sidenavi01.png) 7px 15px no-repeat;
}

#sidebar .side-menu li li{
	width: 218px;
	border-bottom: 0;
}

#sidebar .side-menu li ul{ margin-bottom: 15px; }

#sidebar ul.side-menu li li a{
	padding: 5px 10px 5px 43px;
	width: 165px;
	background: url(../images/icon/icon-arrow.png) 22px 8px no-repeat;
}


/*マウスオーバー時の背景の設定*/
#sidebar ul.side-menu li a:active,
#sidebar ul.side-menu li a:hover{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #C3AF97;}

#sidebar ul.side-menu li li a:active,
#sidebar ul.side-menu li li a:hover{
	background: url(../images/icon/icon-arrow.png) 22px 8px no-repeat #11ae09;
	color: #fff;
}


/*●バナーエリア*/
#sidebar .banner li{
	margin-bottom: 18px;
	width: 218px;
	list-style: none;
	text-align: center;
}

#sidebar .banner li a{
	display: block;
	margin: auto;
	width: 160px;
}

#sidebar .banner li a img{ display: block; }


/*●ランキング*/
#sidebar ul.ranking li{
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}


/*こだわりメニューエリア*/
.side_nav {
  width: 200px;
  background-position: top;
  background-repeat: no-repeat;
}

.side_nav li.location { 
  width: 200px;
}

.side_nav li.location_a { 
  width: 200px;
  height: 24px;
  text-align: left;
  line-height: 20px;
  background-image: url(../images/img/subtitle_bg.gif);
  background-position: top;
  background-repeat: repeat-x;
}

.side_nav li.location_b { 
  width: 190px;
  height: 24px;
  text-align: left;
  line-height: 24px;
  margin-left: 10px;
}

.side_nav li.location_c { 
  width: 190px;
  height: 33px;
  text-align: left;
  line-height: 24px;
  margin-left: 10px;
}

.side_nav li.location_d { 
  width: 190px;
  height: 37px;
  text-align: left;
  line-height: 24px;
  margin-left: 10px;
}

.side_nav li a {
	text-decoration: none;
}

/*対応メニューエリア*/
.area {
  width: 198px;
  border: solid 1px #d1bfab;
  margin: 5px 0 10px 0;
}

.area li.location { 
  width: 190px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 18px;
  margin: 7px 3px -1px 5px;
}

.area li.location_a { 
  width: 190px;
  color: #ff0000;
  text-align: left;
  line-height: 15px;
  margin: 7px 0 10px 4px;
}

div#sidebar div#sidebar-in p {
	padding-bottom: 10px;
}

/*サイド下メニューエリア*/
.under_nav {
    background-image: url(../images/img/right_nav_bg.gif);
    background-repeat: no-repeat;
    height: 106px;
    width: 200px;
}

.under_nav li.location { 
  width: 170px;
  height: 24px;
  text-align: left;
  line-height: 24px;
  margin-top: 5px;
  float: right;
}

.under_nav li.location_a { 
  width: 170px;
  height: 24px;
  text-align: left;
  line-height: 24px;
  float: right;
}

.under_nav li a {
	text-decoration: none;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	float: right;
	padding-right: 10px;
	width: 660px;
	font-size: 1.4em;
}


/*H1、H2*/
#main-contents h1,
#main-contents h2,
#main-contents h3
{
    background-image: url(../images/img/titlebar.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: -3px;
    padding: 12px 0 0 32px;
    text-align: left;
	color: #000;
}


/*H4*/
#main-contents h4{
	clear: both;
	padding: 8px;
	background-color: #393939;
	border: 1px dotted #666;
	color: #fff;
}

/*H5*/
#main-contents h5{
	clear: both;
	width: 635px;
	padding-left:14px;
	padding-bottom:4px;
	margin-top:8px;
    background-image: url(../images/title/h4.png);
	padding-top: 4px;
	background-color: #393939;
	color: #fff;
}


/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }


/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
}
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}



/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}


/*テーブルタグ*/
#main-contents table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

#main-contents table.table-style th,
#main-contents table.table-style td{
	padding: 0.8em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#main-contents table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}


/*●コンテンツ*/
#main-contents .contents{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
}

#main-contents .contents p{
	margin-bottom: 30px;
	padding: 0 10px;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	list-style-type: none;
	list-style-position: outside;
}

#main-contents ul.news li{
	line-height: 1.4em!important;
}



/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 186px;
	position: relative;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 193px;
	border-bottom: 1px dotted #aaa;
}


/*アイコン画像*/
#main-contents dl.news dt span{
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
	margin-right: 10px;
	width: 60px;
	height: 18px;
	text-align: center;
	font-size: 0.715em;
	line-height: 18px;
	color: #fff;
}

#main-contents span.color01{ background: url(../images/icon/icon-color01.gif) center center no-repeat #0649d1; }
#main-contents span.color02{ background: url(../images/icon/icon-color02.gif) center center no-repeat #b71a0e; }
#main-contents span.color03{ background: url(../images/icon/icon-color03.gif) center center no-repeat #14982a; }
#main-contents span.color04{ background: url(../images/icon/icon-color04.gif) center center no-repeat #b9ad26; }
#main-contents span.color05{ background: url(../images/icon/icon-color05.gif) center center no-repeat #c46506; }



/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
	background: url(../images/moku.jpg) no-repeat 0 0px;
}

#main-contents ul.checklist li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-red.png) no-repeat 0 8px;
	line-height: 2.5em;
}


/*●チェックリスト2（リストタグ）*/
#main-contents ul.checklist2{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}

#main-contents ul.checklist2 li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-red.png) no-repeat 0 8px;
	line-height: 2.5em;
}

/*●定義タグ スタイル01*/
* html body #main-contents dl.dl-style01 dd div{ display: inline-block; }

#main-contents dl.dl-style01{ border-bottom: 1px solid #999; }
#main-contents dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 15em;
	border-top: 1px solid #999;
	font-weight: bold;
}

#main-contents dl.dl-style01 dd{
	margin-left: 15em;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #999;
}


/*●定義タグ スタイル02*/
#main-contents .contents dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-r-black.png) 0 3px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-l-black.png) 0 3px no-repeat;
}


/*●ボックスエリア*/
#main-contents div.box{
	margin: 0;
	border: 1px solid #aaa;
}

#main-contents .box .title{ background: #999 }
#main-contents .box .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

#main-contents .box ul,
#main-contents .box ol{
	margin: 5px 10px;
}

#main-contents .box ol{ padding-left: 15px!important; }
#main-contents .box li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}


/*●ランキング（リストタグ）*/
#main-contents ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#main-contents ul.ranking p{ margin: 10px 0; }


/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{	border-left: 1px solid #555; }
.sitemap ul li{	background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background: url(../images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}

/* 実績紹介欄 */
.case {
    width: 660px;
	margin-top: 10px;
}
.case li.location {
    float: left;
    height: 147px;
    margin-right: 20px;
    width: 320px;
}
.case li.location_a {
    float: left;
    height: 147px;
    width: 320px;
}
.case li.location_b {
    float: left;
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
    height: 22px;
    line-height: 22px;
    margin-right: 20px;
    text-align: center;
    width: 320px;
}
.case li.location_c {
    float: left;
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 320px;
}
.case li.location_d {
    float: left;
    line-height: 16px;
    margin-right: 20px;
    text-align: justify;
    width: 320px;
}
.case li.location_e {
    float: left;
    line-height: 16px;
    text-align: justify;
    width: 320px;
}

/* インフォメーション */
.news {
    background-image: url(../images/img/news_bg.gif);
    background-repeat: no-repeat;
    height: 183px;
    width: 660px;
	margin-top: 20px;
}
.news li.location {
    height: 20px;
    width: 660px;
}
.news li.location_a {
    font-family: "Arial";
    height: 22px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
    text-align: left;
    width: 660px;
	padding-left: 5px;
}

.news li a {
	text-decoration: none;
}

/* コンテンツ画像幅あけ */
div#main div#main-contents p.top_space {
	margin-top: 20px;
}

div#main div#main-in div#main-contents a.top_space img {
	margin-top: 20px;
}

/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 58px;
	margin-bottom: -1px;
	margin-left: auto;
	width: 164px;
	height: 31px;
}


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

#footer{
	background: url(../images/img/foot_bg.gif) center top repeat-x #DED0C0;
	margin-top: 40px;
	height: 95px;
	font-size: 11px !important;
	color: #333;
}


#footer-in{
	background: url(../images/img/footer_bg.gif) no-repeat scroll center bottom;
	height: 95px;
}


#footer-in a:link,
#footer-in a:visited{ color: #fff; }

#footer-in a:active,
#footer-in a:hover{ color: #cc6600; }


/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-bottom: 1px solid #999;
	border-left: 4px solid #11ae09;
	font-size: 1.167em;
	font-weight: bold;
}


/*●アクセスマップ*/
div.access p{ margin-bottom: 1em; }

p.accessmap{
	padding-left: 22px;
	background: url(../images/icon/icon-access.png) left center no-repeat;
}


/*●左右のエリア（幅の合計が920pxになるように）*/

#area01{ width: 362px; }
#area02{ width: 558px; }

#area01,
#area02{
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#area01{ margin-right: 30px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	margin-right: 30px;
}
* html .footer-menu ul{ width: 222px; }

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 17px;
	background: url(../images/icon/icon-footernavi.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	padding: 9px 0;
	background: url(../images/common/bg-prnavi.jpg) center center repeat #111;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#footer-banner li{
	float: left;
	margin-right: 10px;
}

#footer-banner li a{ padding-right: 10px; }


/*●コピーライト*/
.copyright{
	padding: 15px 0 50px;
	width: 100%;
	background: url(../images/common/bg-topimage.gif) center top repeat #111;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	color: #fff;
}

/*●フッターテキスト*/
.intelligence li.location {
    font-family: "Arial";
    height: 45px;
    line-height: 25px;
    text-align: right;
    width: 900px;
}
.intelligence li.location_a {
    float: left;
    height: 22px;
    width: 358px;
}
.intelligence li.location_b {
    float: left;
    height: 22px;
    line-height: 20px;
    text-align: left;
    width: 542px;
}
.intelligence li.location_c {
    float: left;
    height: 28px;
    width: 110px;
}
.intelligence li.location_d {
    float: left;
    height: 28px;
    line-height: 20px;
    text-align: left;
    width: 410px;
}
.intelligence li.location_e {
    float: left;
    font-family: "Arial";
    height: 28px;
    line-height: 20px;
    text-align: right;
    width: 380px;
}

ul.intelligence li.location a {
	text-decoration: none;
	font-size: 12px;
}

/*------------------------------------------------------------
　下層ページ(こだわり)
-------------------------------------------------------------*/
body#kodawari h3.position_12 {
    background-image: url(../images/img/titlebar.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: -3px;
    padding: 9px 0 0 32px;
    text-align: left;
	color: #000;
}

body#kodawari #main-contents li.location {
    background-image: url(../images/img/text_area_title_bg.png);
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 1px 0 0 12px;
	margin-bottom: 10px;
}

body#kodawari #main-contents .text_area li.location_b {
    background-color: #DED0C0;
    height: 22px;
    line-height: 22px;
    margin: 15px 0 10px 0;
    text-align: left;
	width: 630px;
	color: #333;
	font-weight: bold;
	padding-left: 5px;
}

body#kodawari div#container div#main-image div#main-image-in img {
	float: right;
	width: 417px;
}

body#kodawari #global-menu {
	top: 100px;
}

body#kodawari #main{
	padding-top: 180px;/*▲ページ最上部からの距離*/
}

body#kodawari #main-image{
	background: none;
}

/*------------------------------------------------------------
　下層ページ(リフォーム)
-------------------------------------------------------------*/
body#reform h3.position_12 {
    background-image: url(../images/img/titlebar.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: -3px;
    padding: 9px 0 0 32px;
    text-align: left;
	color: #000;
}

body#reform #main-contents li.location {
    background-image: url(../images/img/text_area_title_bg.png);
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 1px 0 0 12px;
	margin-bottom: 10px;
}

body#reform #main-contents .text_area li.location_b {
    background-color: #DED0C0;
    height: 22px;
    line-height: 22px;
    margin: 15px 0 10px 0;
    text-align: left;
	width: 630px;
	color: #333;
	font-weight: bold;
	padding-left: 5px;
}

body#reform div#container div#main-image div#main-image-in img {
	float: right;
	width: 417px;
}

body#reform #global-menu {
	top: 100px;
}

body#reform #main{
	padding-top: 180px;/*▲ページ最上部からの距離*/
}

body#reform #main-image{
	background: none;
}

/*------------------------------------------------------------
　下層ページ(コストパフォーマンス)
-------------------------------------------------------------*/
body#result h3.position_12 {
    background-image: url(../images/img/titlebar.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: -3px;
    padding: 9px 0 0 32px;
    text-align: left;
	color: #000;
}

body#result #main-contents li.location {
    background-image: url(../images/img/text_area_title_bg.png);
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 1px 0 0 12px;
	margin-bottom: 10px;
}

body#result #main-contents .text_area li.location_b {
    background-color: #DED0C0;
    height: 22px;
    line-height: 22px;
    margin: 15px 0 10px 0;
    text-align: left;
	width: 630px;
	color: #333;
	font-weight: bold;
	padding-left: 5px;
}

body#result div#container div#main-image div#main-image-in img {
	float: right;
	width: 417px;
}

body#result #global-menu {
	top: 100px;
}

body#result #main{
	padding-top: 180px;/*▲ページ最上部からの距離*/
}

body#result #main-image{
	background: none;
}

/*------------------------------------------------------------
　下層ページ(外壁)
-------------------------------------------------------------*/
body#sotokabe h3.position_12 {
    background-image: url(../images/img/titlebar.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: -3px;
    padding: 9px 0 0 32px;
    text-align: left;
	color: #000;
}

body#sotokabe #main-contents li.location {
    background-image: url(../images/img/text_area_title_bg.png);
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 1px 0 0 12px;
	margin-bottom: 10px;
}

body#sotokabe #main-contents .text_area li.location_b {
    background-color: #DED0C0;
    height: 22px;
    line-height: 22px;
    margin: 15px 0 10px 0;
    text-align: left;
	width: 630px;
	color: #333;
	font-weight: bold;
	padding-left: 5px;
}

body#sotokabe div#container div#main-image div#main-image-in img {
	float: right;
	width: 417px;
}

body#sotokabe #global-menu {
	top: 100px;
}

body#sotokabe #main{
	padding-top: 180px;/*▲ページ最上部からの距離*/
}

body#sotokabe #main-image{
	background: none;
}

/*------------------------------------------------------------
　下層ページ(トイレリフォーム)
-------------------------------------------------------------*/
body#toilet-reform h3.position_12 {
    background-image: url(../images/img/titlebar.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: -3px;
    padding: 9px 0 0 32px;
    text-align: left;
	color: #000;
}

body#toilet-reform #main-contents li.location {
    background-image: url(../images/img/text_area_title_bg.png);
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 1px 0 0 12px;
	margin-bottom: 10px;
}

body#toilet-reform #main-contents .text_area li.location_b {
    background-color: #DED0C0;
    height: 22px;
    line-height: 22px;
    margin: 15px 0 10px 0;
    text-align: left;
	width: 630px;
	color: #333;
	font-weight: bold;
	padding-left: 5px;
}

body#toilet-reform div#container div#main-image div#main-image-in img {
	float: right;
	width: 417px;
}

body#toilet-reform #global-menu {
	top: 100px;
}

body#toilet-reform #main{
	padding-top: 180px;/*▲ページ最上部からの距離*/
}

body#toilet-reform #main-image{
	background: none;
}


.openrss{
    width: 198px;
    border: solid 1px #d1bfab;
    margin: 0px 0px 5px 0px;

	line-height:30px;
	
}
	.top_box ul{
    display: flex;
    justify-content:left;
    flex-wrap: wrap;	
	}
.top_box li {
    width: 32%;
    background-color: #d5f3ae99;
    margin: 0px 5px 20px 0px;
	position:relative;
}
.top_box a {
    color: #0a3718;
    text-decoration: none;
}
	.top_box li a span{
text-align: center;
    display: block;
    font-size: 17px;
    margin: 25px 0px 0px 0px;
    color: #116f29;
    font-weight: bold;	
		
	}
	.top_box li a p{
		padding:10px;
		margin-bottom:30%;
	}
.exIndex-main li {
    position: relative;
    margin-bottom: 12px;
}
.exIndex-main a {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    color: #363636;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #ddd;
    width: 100%;
    height: 67px;
    border-radius: 6px;
}	
.exIndex-main a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(
45deg
);
    position: absolute;
    right: 8px;
    top: 42%;
    z-index: 100;
}	
.exIndex-main a figure {
text-align: right;
    margin: 0 0 0 10px;
}	
.exIndex-main a figure img {
    margin: 0 auto;
}	
.exIndex-main a span {
    display: block;
    width: 78%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
.exIndex-main a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(#63c3a2 0%, #42ab78 100%);
    width: 20px;
    height: 100%;
    border-radius: 0 6px 6px 0;
    z-index: 90;
}
	.link-botan-obj{
    display: block;
    width: 80%;
    margin: auto !important;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /*border-radius: 500px;*/
    color: white!important;
   /* background: linear-gradient(#ffcaa4, #ee8400);
    box-shadow: 0 0 10px 0 #e4b98996 inset;
    border: 2px solid #ff8a00;*/
	border-bottom: 2px solid #b84c00;	
    transition: all 0.2s ease-out;
    margin-bottom: 10px !important;
	font-size:14px!important;	
	position:absolute;
	bottom:5px;
    left:11px;
	  background-color: #eb6100;	
	}
.top_box ul li a span.link-botan-obj:after {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(
45deg
);
    margin-left: 10px;
    margin-bottom: 1px;
    transition: all 0.2s ease-out;
}	
	.link-botan-obj:hover{
	opacity:0.5;	
	}
}

@media only screen and (max-width: 431px){


/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#breadcrumbs,
#main-image,
#main,
#footer,
#footer-banner{
	width: 100vw;
}


#page-top,
#top-in,
#header-in,
#main-image-in,
#breadcrumbs ol,
#global-menu ul,
#main-in,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 100vw;
}

ul {
	list-style: none;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a{ text-decoration: underline; }

html,body{
	overflow-x: hidden;
}

.popup {
    display: none;
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.popup-content {
    width: 100%;
    height: auto;
}
.close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    cursor: pointer;
}
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 0;
	height: 5vh;
	font-size: 1.2em;
	color: #666;
	background: #FFF;
}

#header-in{
	position: relative;
	background: #FFF;
}


/*●ヘッダーロゴ*/
#header-logo img{
	position: absolute;
	width: 20vw;
	height: auto;
}

/*IE6対策*/
* html #header-logo{ top: 20px; }

/*IE7対策*/
*+html #header-logo{ top: 20px; }


/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: underline; }
#header-logo #logo-text a:link{ color: #666; }
#header-logo #logo-text a:visited{ color: #666; }
#header-logo #logo-text a:hover{ color: #c60; }
#header-logo #logo-text a:active{ color: #c60; }


/*●ヘッダーテキスト*/
#header-text{
	position: absolute;
	right: 0;
}

div#header-text ul.logotype {
	list-style: none;
}

div#header-text ul.logotype li img{
	margin-right: 40vw;
	margin-top: -0.5vh;
	width: 40vw;
	height: auto;
}

div#header-text ul.logotype li h1 {
	float: right;
	padding: 16px 0 0 0;
	font-size: 11px;
	display: none;
}
.menu-button{
	z-index: 10000;
	font-size: 40px;
	position: fixed;
	margin-top: -8vh;
	margin-left: 70vw;
}

/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	top: 5vh;
	margin-left: 70vw;
	z-index: 10000;
	width: 30vw;
	display: none;
}

#global-menu.active{
	position: fixed;
	display: block;
	visibility: visible;
}
#global-menu ul{
	margin-top: 5px;
	padding-left: 2px;
	display: block;
}


#global-menu li{
	float: none;
	padding-right: 2px;
}


#global-menu li a{
	display: block;
	text-decoration: none;
}


/*グローバルメニューを幅指定にする場合は下記を使用）*/
/*#global-menu li a{ padding: 0 10px 0 26px; }*/

/*各エリアの幅を指定します。合計が全体のサイズ-12pxになるようにして下さい
（例：140+300+200+150+148 = 950-12）*/
/*.menu01{ width: 148px; height: 33px; }
.menu02{ width: 156px; height: 33px; }
.menu03{ width: 166px; height: 33px; }
.menu04{ width: 156px; height: 33px; }
.menu05{ width: 156px; height: 33px; }
.menu06{ width: 156px; height: 33px; }

.menu01 a{ width: 112px; height: 30px; }
.menu02 a{ width: 120px; height: 30px; }
.menu03 a{ width: 130px; height: 30px; }
.menu04 a{ width: 120px; height: 30px; }
.menu05 a{ width: 120px; height: 30px; }
.menu06 a{ width: 120px; height: 30px; }*/



#global-menu li a:hover{
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #C3AF97;
}


#global-menu li.current a{
	line-height: 30px;
	border-bottom: 3px solid #11ae09;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image{
	position: absolute;
	top: 50px;/*最上部からの高さの指定*/
	background: #FFF;
}

#main-image-in img{
	width: 100vw;
	height: auto;
}
#main{
	padding-top: 27vh;/*▲ページ最上部からの距離*/
	background: #FFF;
}

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	width: 100vw;
	font-size: 1.4em;
}


/*H1、H2*/
#main-contents h1,
#main-contents h2,
#main-contents h3
{
	font-size: 11px;
    background-image: url(../images/img/titlebar.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 3vh;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: -3px;
    padding: 5px 0 0 32px;
    text-align: left;
	color: #000;
}


/*H4*/
#main-contents h4{
	clear: both;
	padding: 8px;
	background-color: #393939;
	border: 1px dotted #666;
	color: #fff;
}

/*H5*/
#main-contents h5{
	clear: both;
	width: 97vw;
	padding-left:14px;
	padding-bottom:4px;
	margin-top:8px;
    background-image: url(../images/title/h4.png);
	padding-top: 4px;
	background-color: #393939;
	color: #fff;
}

.bg1{
	width: 100vw;
	height: auto;
}

.cai-image-with-caption img{
	width: 30vw;
	height: auto;
}
/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }


/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
}
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}



/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}


/*テーブルタグ*/
table{
	width: 100vw;
}
table td{
	width: 45vw;
}
table td img{
	width: 48vw;
	height: auto;
}
#main-contents table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

#main-contents table.table-style th,
#main-contents table.table-style td{
	padding: 0.8em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#main-contents table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.top_space img{
	width: 99vw;
	height: auto;
}
.e{
	height: 14vh;
}

/*●コンテンツ*/
#main-contents .contents{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
}

#main-contents .contents p{
	margin-bottom: 30px;
	padding: 0 10px;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	list-style-type: none;
	list-style-position: outside;
}

#main-contents ul.news li{
	line-height: 1.4em!important;
}



/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 186px;
	position: relative;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 193px;
	border-bottom: 1px dotted #aaa;
}


/*アイコン画像*/
#main-contents dl.news dt span{
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
	margin-right: 10px;
	width: 60px;
	height: 18px;
	text-align: center;
	font-size: 0.715em;
	line-height: 18px;
	color: #fff;
}

#main-contents span.color01{ background: url(../images/icon/icon-color01.gif) center center no-repeat #0649d1; }
#main-contents span.color02{ background: url(../images/icon/icon-color02.gif) center center no-repeat #b71a0e; }
#main-contents span.color03{ background: url(../images/icon/icon-color03.gif) center center no-repeat #14982a; }
#main-contents span.color04{ background: url(../images/icon/icon-color04.gif) center center no-repeat #b9ad26; }
#main-contents span.color05{ background: url(../images/icon/icon-color05.gif) center center no-repeat #c46506; }



.exIndex-main li {
    position: relative;
    margin-bottom: 12px;
}
.exIndex-main a {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    color: #363636;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #ddd;
	margin-left: 2.5%;
    width: 95%;
    height: 67px;
    border-radius: 6px;
}	
.exIndex-main a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(
45deg
);
    position: absolute;
    right: 8px;
    top: 42%;
    z-index: 100;
}	
.exIndex-main a figure {
text-align: right;
    margin: 0 0 0 10px;
}	
.exIndex-main a figure img {
    margin: 0 auto;
}	
.exIndex-main a span {
    display: block;
    width: 78%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
.exIndex-main a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(#63c3a2 0%, #42ab78 100%);
    width: 20px;
    height: 100%;
    border-radius: 0 6px 6px 0;
    z-index: 90;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
	background: url(../images/moku.jpg) no-repeat 0 0px;
}

#main-contents ul.checklist li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-red.png) no-repeat 0 8px;
	line-height: 2.5em;
}


/*●チェックリスト2（リストタグ）*/
#main-contents ul.checklist2{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}

#main-contents ul.checklist2 li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-red.png) no-repeat 0 8px;
	line-height: 2.5em;
}

.bg4{
	width: 100vw;
	height: auto;
}
/*●定義タグ スタイル01*/
* html body #main-contents dl.dl-style01 dd div{ display: inline-block; }

#main-contents dl.dl-style01{ border-bottom: 1px solid #999; }
#main-contents dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 15em;
	border-top: 1px solid #999;
	font-weight: bold;
}

#main-contents dl.dl-style01 dd{
	margin-left: 15em;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #999;
}


/*●定義タグ スタイル02*/
#main-contents .contents dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-r-black.png) 0 3px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-l-black.png) 0 3px no-repeat;
}


/*●ボックスエリア*/
#main-contents div.box{
	margin: 0;
	border: 1px solid #aaa;
}

#main-contents .box .title{ background: #999 }
#main-contents .box .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

#main-contents .box ul,
#main-contents .box ol{
	margin: 5px 10px;
}

#main-contents .box ol{ padding-left: 15px!important; }
#main-contents .box li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}


/*●ランキング（リストタグ）*/
#main-contents ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#main-contents ul.ranking p{ margin: 10px 0; }


/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{	border-left: 1px solid #555; }
.sitemap ul li{	background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background: url(../images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}

/* 実績紹介欄 */
.case {
    width: 660px;
	margin-top: 10px;
}
.case li.location {
    float: left;
    height: 147px;
    margin-right: 20px;
    width: 320px;
}
.case li.location_a {
    float: left;
    height: 147px;
    width: 320px;
}
.case li.location_b {
    float: left;
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
    height: 22px;
    line-height: 22px;
    margin-right: 20px;
    text-align: center;
    width: 320px;
}
.case li.location_c {
    float: left;
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 320px;
}
.case li.location_d {
    float: left;
    line-height: 16px;
    margin-right: 20px;
    text-align: justify;
    width: 320px;
}
.case li.location_e {
    float: left;
    line-height: 16px;
    text-align: justify;
    width: 320px;
}

/* インフォメーション */
.news {
    background-image: url(../images/img/news_bg.gif);
    background-repeat: no-repeat;
    height: 183px;
    width: 660px;
	margin-top: 20px;
}
.news li.location {
    height: 20px;
    width: 660px;
}
.news li.location_a {
    font-family: "Arial";
    height: 22px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
    text-align: left;
    width: 660px;
	padding-left: 5px;
}

.news li a {
	text-decoration: none;
}

/* コンテンツ画像幅あけ */
div#main div#main-contents p.top_space {
	margin-top: 20px;
}

div#main div#main-in div#main-contents a.top_space img {
	margin-top: 20px;
}

/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	width: 100vw;
	font-size: 1.2em;
	margin-top: 5vh;
	display: block;
}
.no{
	display: none;
}
#sidebar-in{
	display: inline-flex;
	flex-wrap: wrap;
}
.sd0{
	width: 50vw;
	height: 12vh;
	display: flex;
}


/*H3*/
#sidebar h3{
}


/*●検索ボックス*/
#sidebar dl.search-box{
	margin: 0 0 20px 0;
	padding: 0;
	width: 240px;
	height: 22px;
}

#sidebar dl.search-box dt{
	display: block;
	margin: 0 4px 0 0;
	padding: 0;
	width: 137px;
}

#sidebar dl.search-box dt input{
	padding: 3px;
	width: 125px;
	height: 14px;
}

#sidebar dl.search-box dd{
	margin: 0;
	padding: 0;
	width: 98px;
}


/*●お問い合わせ*/
#sidebar p.contact img{
	float: left;
	padding: 0 10px 10px 0;
}


/*●コンテンツ*/
#sidebar div.contents{
	margin-bottom: 20px;
	padding: 15px 10px;
	background-color: #eaeaea;
	border: 1px solid #ababab;
}

#sidebar div.menu{
	margin-bottom: 10px;
}


/*●サイドメニュー*/
#sidebar ul.side-menu li{
	width: 162px;
	border-bottom: 1px solid #afb2bc;
}

#sidebar ul.side-menu li a{
	display: block;
	padding: 15px 10px 15px 30px;
	background: url(../images/icon/icon-sidenavi01.png) 7px 15px no-repeat;
}

#sidebar .side-menu li li{
	width: 218px;
	border-bottom: 0;
}

#sidebar .side-menu li ul{ margin-bottom: 15px; }

#sidebar ul.side-menu li li a{
	padding: 5px 10px 5px 43px;
	width: 165px;
	background: url(../images/icon/icon-arrow.png) 22px 8px no-repeat;
}


/*マウスオーバー時の背景の設定*/
#sidebar ul.side-menu li a:active,
#sidebar ul.side-menu li a:hover{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #C3AF97;}

#sidebar ul.side-menu li li a:active,
#sidebar ul.side-menu li li a:hover{
	background: url(../images/icon/icon-arrow.png) 22px 8px no-repeat #11ae09;
	color: #fff;
}


/*●バナーエリア*/
#sidebar .banner li{
	margin-bottom: 18px;
	width: 218px;
	list-style: none;
	text-align: center;
}

#sidebar .banner li a{
	display: block;
	margin: auto;
	width: 160px;
}

#sidebar .banner li a img{ display: block; }


/*●ランキング*/
#sidebar ul.ranking li{
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}


/*こだわりメニューエリア*/
.side_nav {
  width: 200px;
  background-position: top;
  background-repeat: no-repeat;
}

.side_nav li.location { 
  width: 200px;
}

.side_nav li.location_a { 
  width: 200px;
  height: 24px;
  text-align: left;
  line-height: 20px;
  background-image: url(../images/img/subtitle_bg.gif);
  background-position: top;
  background-repeat: repeat-x;
}

.side_nav li.location_b { 
  width: 190px;
  height: 24px;
  text-align: left;
  line-height: 24px;
  margin-left: 10px;
}

.side_nav li.location_c { 
  width: 190px;
  height: 33px;
  text-align: left;
  line-height: 24px;
  margin-left: 10px;
}

.side_nav li.location_d { 
  width: 190px;
  height: 37px;
  text-align: left;
  line-height: 24px;
  margin-left: 10px;
}

.side_nav li a {
	text-decoration: none;
}

/*対応メニューエリア*/
.area {
  width: 198px;
  border: solid 1px #d1bfab;
  margin: 5px 0 10px 0;
}

.area li.location { 
  width: 190px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 18px;
  margin: 7px 3px -1px 5px;
}

.area li.location_a { 
  width: 190px;
  color: #ff0000;
  text-align: left;
  line-height: 15px;
  margin: 7px 0 10px 4px;
}

div#sidebar div#sidebar-in p {
	padding-bottom: 10px;
}

/*サイド下メニューエリア*/
.under_nav {
    background-image: url(../images/img/right_nav_bg.gif);
    background-repeat: no-repeat;
    height: 106px;
    width: 200px;
}

.under_nav li.location { 
  width: 170px;
  height: 24px;
  text-align: left;
  line-height: 24px;
  margin-top: 5px;
  float: right;
}

.under_nav li.location_a { 
  width: 170px;
  height: 24px;
  text-align: left;
  line-height: 24px;
  float: right;
}

.under_nav li a {
	text-decoration: none;
}

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

#footer{

	background: url(../images/img/foot_bg.gif) center top repeat-x #DED0C0;
	margin-top: 40px;
	height: 20vh;
	font-size: 11px !important;
	color: #333;
}


#footer-in{
	background: url(../images/img/footer_bg.gif)  ;
	background-repeat: no-repeat;
	margin-top: 20%;
	height: 10vh;
	margin-left: 0vw;
	margin-top: 0vh;
	z-index: 9999;
}


#footer-in a:link,
#footer-in a:visited{ color: #fff; }

#footer-in a:active,
#footer-in a:hover{ color: #cc6600; }


/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-bottom: 1px solid #999;
	border-left: 4px solid #11ae09;
	font-size: 1.167em;
	font-weight: bold;
}


/*●アクセスマップ*/
div.access p{ margin-bottom: 1em; }

p.accessmap{
	padding-left: 22px;
	background: url(../images/icon/icon-access.png) left center no-repeat;
}


/*●左右のエリア（幅の合計が920pxになるように）*/

#area01{ width: 362px; }
#area02{ width: 558px; }

#area01,
#area02{
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#area01{ margin-right: 30px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	margin-right: 30px;
}
* html .footer-menu ul{ width: 222px; }

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 17px;
	background: url(../images/icon/icon-footernavi.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	padding: 9px 0;
	background: url(../images/common/bg-prnavi.jpg) center center repeat #111;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#footer-banner li{
	float: left;
	margin-right: 10px;
}

#footer-banner li a{ padding-right: 10px; }


/*●コピーライト*/
.copyright{
	padding: 15px 0 50px;
	width: 100%;
	background: url(../images/common/bg-topimage.gif) center top repeat #111;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	color: #fff;
}

/*●フッターテキスト*/
.intelligence li.location {
    font-family: "Arial";
    height: 45px;
    line-height: 25px;
    text-align: right;
    width: 100vw;
}
.intelligence li.location_a {
    float: left;
    height: auto;
    width: 60vw;
	margin-left: 20vw;
}
.intelligence li.location_b {
    float: left;
    height: 22px;
    line-height: 20px;
    text-align: left;
	margin-left: 5vw;
    width: 542px;
}
.intelligence li.location_c {
    float: left;
    height: 28px;
    width: 110px;
}
.intelligence li.location_d {
    float: left;
	margin-top: -3vh;
    height: 28px;
    line-height: 20px;
    text-align: left;
    width: 410px;
	margin-left: 5vw;
}
.intelligence li.location_e {
    float: left;
    font-family: "Arial";
    height: 28px;
    line-height: 20px;
    text-align: right;
    width: 380px;
}

ul.intelligence li.location a {
	text-decoration: none;
	font-size: 12px;
}


#kodawari .k1{
	width: 100vw;
	height: auto;
}

#kodawari #main{
	padding-top: 15vh;
}
#kodawari .menu-button{
	margin-top: -413vh;
	margin-left: 90vw;
}
#kodawari .position_7{
	width: 100vw;
	height: auto;
}

.menu-button1{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-button2{
	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.k2{
	width: 48vw;
	height: auto;
}

.menu-button3{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-button4{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-button0{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-button7{
	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}


#sotokabe #main{
	padding-top: 15vh;
}

#sotokabe .k1{
	width: 100vw;
	height: auto;
}

#sotokabe .position_7{
	width: 100vw;
	height: auto;
}

.menu-buttona{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-buttonb{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-buttonc{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-buttond{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-buttone{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-buttonf{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}

.menu-buttong{

	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}
img[src$="form.jpg"]{
	width: 100vw;
	height: auto;
}

.menu-buttonx{
	font-size: 40px;
	position: fixed;
	top: -3px;
	right: 10px;
	z-index: 10000;
}
img[src$="first.jpg"]{
	width: 100vw;
	height: auto;
}

img[src$="usp.png"]{
	width: 100vw;
	height: auto;
}

table{
	width: 100%;
	table-layout: fixed;
}
}