@charset "UTF-8";

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#headerMain{
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    width: 550px;
    float: right;
}

/* ヘッダーナビゲ―ション */
#header-nav{
    position: absolute;
    top: 25px;
    right: 0px;
}
#header-nav ul{
    color: #ffffff;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 9px;
    padding-bottom: 0;
    list-style-type: none;
    overflow: hidden;
    letter-spacing: -0.4em;
}

#header-nav li{
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.1em;
    padding: 0 5px 0 5px;
    margin: 0 5px 0 0;
    border-radius: 4px;
}

#header-nav li a{
    display: block;
    padding-left: 20px;
    padding-right: 0px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}
#header-nav li a:hover{
}


#header-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: normal;
}

#header-nav li a:link{
    color: #ffffff;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#header-nav li a:visited{
    color: #ffffff;
    text-decoration: none;
}
#header-nav li a:hover{
    color: #ffffff;
    text-decoration: underline;
}
#header-nav li a:active{
    color: #ffffff;
    text-decoration: none;
}

#header-nav li span.ja{
}
#header-nav li span.en{
    display: none;
}

#header-nav  #header-nav-top{
	background-color: #00bdff;

	background-image : url(../images/icon_top.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#header-nav  #header-nav-contact{
	background-color: #00bdff;
	background-image : url(../images/icon_contact.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#header-nav  #header-nav-access{
	background-color: #00bdff;
	background-image : url(../images/icon_access.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#header-nav  #header-nav-recruit{
	background-color: #00bdff;
	background-image : url(../images/icon_recruit.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}


#modal-content {
	width: 570px;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	color: #333;
	font-size: 15px;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}


.button-link {
	text-decoration: none;
}
 
.button-link:hover {
	cursor: pointer ;
}

.button-link2 {
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #000;
    cursor: hand !important;
    cursor: pointer !important;
}
 
.button-link2 a:hover {
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #fff;
    color: #000;
    cursor: hand !important;
    cursor: pointer !important;
}



/* フッター内パーツ */

#footer_info {
    padding: 20px 0;
    margin: 0 auto;
    background-color: #cccccc;
    position: relative;
}


#footer_info dl {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#footer_info dl dt {
	text-align: left;
	text-indent: -9999px;
	background: url(../images/logo_footer.png) no-repeat;
	background-size: 200px;
	width: 230px;
	width: 260px;
	height: 50px;
	display: block;
	float: left;
    font-weight: bold;
    font-size: 75%;
}

#footer_info dl dd {
	width: 570px;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
	line-height: 1.5;
	border-left: solid 1px #efefef;
	float: left;
	text-align: left;
}


#footerMain{
    background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#footerMain p{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
	line-height: 1.2;
    color: #fff;text-align: center;
}

#footerLogo {
}

#footerExtra1{
    width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
}


#footerExtra1 ul{
	margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#footerExtra1 li{
    /* フッターナビ設定 */
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

#footerExtra1 li a{
    padding-left: 12px;
    padding-right: 15px;
	background-image : url(../images/arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#footerExtra1 a:link{
    color: #333;
}
#footerExtra1 a:visited{
    color: #333;
}
#footerExtra1 a:hover{
    color: #24528b;
    text-decoration: none;
}
#footerExtra1 a:active{
   color: #24528b;
    text-decoration: none;
}

/* サイドブロック内パーツ */

/* バナー */

#banner{
    margin-bottom: 15px;
}

#banner ul{
    width: 253px;
    margin: 0;
    padding: 0;
}

#banner li{
    display: block;
    margin-bottom: 3px;
    text-align: left;
}

#banner li a{
    display: block;
    width: 253px;
    height: 63px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner li a:hover{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#banner a#banner-00{
    height: 99px;
    background-image : url(../images/banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
}

#banner a#banner-01{
    background-image : url(../images/banner_01.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 68px;
}

#banner a#banner-02{
    background-image : url(../images/banner_02.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 80px;
}

#banner a#banner-03{
    background-image : url(../images/banner_03.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 68px;
    margin-top: 15px;
}
#banner a#banner-04{
    background-image : url(../images/banner_04.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 68px;
    margin-top: 15px;
}
/* /////////////////////////////////////////////////////// 協会インフォ */
#inner #companyinfo{
    background: #fff;
    background-size: 26px;
    margin-bottom: 10px;
    border: 5px solid #d0f0ff;
    border-top: 40px solid #d0f0ff;
    border-radius: 4px;
    padding: 0 10px;
    position: relative;
}

#inner #companyinfo h3{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    color: #0099cc;
    font-size: 1em;
    text-align: center;
}
#inner #companyinfo h4{
    color: #000;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 10px 0;
    font-size: 1em;
    text-align: center;
/*-    border-bottom: 1px solid #0093da;-*/
    background-color: #fff;
}

#inner #companyinfo p{
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 90%;
}

/*--------------------------------------------------------
  ナビゲーション設定
--------------------------------------------------------*/


#nav a:link{
    color: #000;
    text-decoration: none;
}
#nav a:visited{
    color: #000;
    text-decoration: none;
}
#nav a:hover{
    text-decoration: none;
}
#nav a:active{
    text-decoration: none;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #333;
    text-decoration: underline;
}
a:visited{
    color: #333;
    text-decoration: underline;
}
a:hover{
    color: #24528b;
    text-decoration: none;
}
a:active{
    color: #24528b;
    text-decoration: none;
}

#skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-right: 0.1em;
    padding-left: 0.5em;
    line-height: 1.4;
    text-align: left;
    overflow: visible;
}
p.indt{
    display: inline-block;
    text-indent: 1.0em;
}

p.large{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}
p.indent{
    padding-left: 15px;
}

.price{
    color: #ff0000;
}

.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
}
.inline{
    display: inline-block;
}

.img-center{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

img.center{
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.clear{
    clear: both;
}

.layoutset-02 h2{
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
}


.layoutset-02 h2 span.ja {
    display: none;
}

.layoutset-02 #wrapper h3{
    margin: 0 0 3px 0;
/*-    text-indent: -9999px;-*/
/*-    width: 676px;
    height: 40px;
-*/
color: #fff;
padding: 10px 10px 7px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background:url(../images/bg_title.png) no-repeat;
}


h3.c-index{
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    text-align: left;
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1.2;
    padding: 8px 10px;
    margin: 0 0 1em 0em;
    background-color: #fdd000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

h5{
    margin: 0 0 1em 0em;
    padding: 0 0em 0.2em 0em;
    text-align: left;
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1.2;
    color: #0093da;
    border-bottom: 2px dotted #0093da;
}

table{
    width: 100%;
    margin: 5px auto 5px 0;
    border-collapse: collapse;
    border-top: 1px dotted #d9d8d8;
}

table th{
    padding: 5px 16px 5px 9px;
    text-align: left;
    background-color: #eeeded;
    border-bottom: 1px dotted #d9d8d8;
    white-space: nowrap;
}

table td{
    padding: 5px 15px 5px 8px;
    text-align: left;
    border-bottom: 1px dotted #d9d8d8;
}

td p{
    margin-bottom: 0.5em;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 430px;
    height: 200px;
}

input.l{
    width: 430px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}

.line_wave{
    text-decoration:underline wavy red;
}
.indent{
    text-indent: -1em;
    padding-left: 1em;
}

/* メインコンテンツ内基本パーツ */

#main ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main ul li{
    text-align: left;
    line-height: 1.4;
    padding: 5px 15px 5px 15px;
    border-bottom: 1px dotted #DDDDDD;
    background: url(../images/point.png) 4px 4px no-repeat;
}

#main dl{
    margin: 0 0 10px 0;
    padding: 0 5px;
}

#main dt{
    float: left;
    margin: 0 0 3px 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    width: 170px !important;
    padding: 5px 0 2px 15px;
    background: url(../images/point.png) 4px 4px no-repeat;
}

#main dd{
    margin: 0 0 3px 0;
    padding: 5px 15px 5px 185px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    border-bottom: 1px dotted #DDDDDD;
}

#main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}
#main img.right2{
    margin-top: -25px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#main .detail-box{
    padding: 10px 10px;
    margin-bottom: 30px !important;
    background-color: #fff;
    width: 656px;
    display: inline-block;
}

/*-パンくず-*/
.path{
    font-size: 85%;
    padding: 1px 0 0 16px;
    margin: 0 0 8px 0;
    background: url(../images/home.png) no-repeat left 0;
    background-size: 15px;
    text-align: left;
}

.path a:link{
    font-size: 95%;
}

/*-ページトップへ-*/
#page-top{
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 150%;
    z-index: 9999;
}

#page-top a {
    background: url(../images/returnTop.png) no-repeat;
    text-decoration: none;
    color: #fff;
    width: 95px;
    height: 74px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/*-サブメニュー-*/

#sub-nav{
text-align: center;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: 50px;
}

#sub-nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 0px solid #efefef;
}

#sub-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#sub-nav li{
    float: left;
    border: 0px solid #efefef;
    background: none !important;
    padding: 0 20px !important;
}

#sub-nav a {
    display: inline-block;
}

#sub-nav a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imgbox_right {
	width: auto;
	float: right;
	margin-right: 5px;
	position: relative;
}
#imgbox_right .comment{
	font-size : 70%;
	width: auto;
	width: 200px;
	letter-spacing : 0.1px;
	line-height: 1.1em;
	text-align: center;
}

.download-pdf{
    background: #fff url(../images/icon_pdf.png) 10px 7px no-repeat;
    border: 2px #ff0000 solid;
    padding: 8px 15px 5px 35px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 20px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

/* トップページ デザイン定義 */

/*///////////////////////////// スライドショー デザイン定義 */
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 0;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
    padding: 0px;
    margin:0;
}

.wideslider{
    text-align:center;
}

/*///////////////////////////// コンセプト デザイン定義 */

#toppage h3{
    display: block;
    padding-top: 10px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.45em;
    font-weight: bold;
    color: #4a2d0d;
    border-bottom: solid 2px #00a2e2;
}

#toppage h4 {
    color: #fff;
    font-size: 1.0em;
    display: inline-block;
    padding: 5px 8px;
    margin: 5px 0px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    background-color: #0093da;
}

#toppage h5{
    font-size: 0.9em;
    text-align: left;
    padding-left: 10px;
    margin: 5px 0;
    border: none;
}

/* /////////////////////////////////////////////////////// トップページ　コンセプト */

#toppage .concept p{
    padding: 0;
    margin: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

/* /////////////////////////////////////////////////////// トップページ　新着情報 */

#toppage-news{
    position: relative;
}

#toppage-news .news-list{
    position: absolute;
    color: #ffffff;
    padding: 2px 5px;
    top: 10px;
    right: 20px;
    background-color: #65391f;
    border-radius: 4px;
}

#toppage-news .news-list a:link{
    color: #ffffff;
}    
#toppage-news .news-list a:hover{
    color: #ffffff;
}    
#toppage-news .news-list a:visited {
    color: #ffffff;
}    

#toppage-news .toppage-news-list{
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
#main #toppage-news dl{
    margin-bottom: 0px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 4px;
    padding: 10px 10px 10px;
}
#main #toppage-news dt{
    width: 120px !important;
}
#main #toppage-news dd{
    padding-right: 5px;
    padding-left: 200px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #65391f;
    text-indent: -5.3em;
}

#main #toppage-news dd img{
    padding-right: 5px;
    margin-bottom: -3px;
}

#toppage-news span.strong{
    font-size: 110%;
    font-weight: bold;
    margin: 0 2em;
}
a.link::after {
	font-family: "Material Icons";
	content: "\e89e";
    color:#00a2e2;
}

hr.lh-1{
    margin: 0.2em 0;
}

/* /////////////////////////////////////////////////////// トップページ　アクセス */
#toppage #unioninfo{
    margin-top: 20px;
    background: none;
    border: none;
}
#toppage #unioninfo-frame{
    width: 669px;
    height: 280px;
    padding: 5px 0 5px 5px;
    margin-top: 0px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #fff url(../images/bg_green.png) bottom left repeat-x;
    position: relative;
}

#toppage #unioninfo p{
    padding: 0 18px;
    margin-top: 0.1em;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0em;
    font-size: 1.1em;
    line-height: 1.2;
    width: 630px;
}

#toppage #unioninfo .map-wrap {
    margin-top: 10px;
    position: relative;
}
#toppage #unioninfo #gmap {
    width: 300px;
    height: 250px;
    border: 1px solid #E7DEC0;
    padding: 1px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

#toppage #unioninfo .map-wrap .link-map {
    position: absolute;
    top: 233px;
    left: 170px;
    width: 90px;
    background: #ffffff url(../images/expand.gif) 5px center no-repeat;
    background-size: 16px;
    filter: alpha(opacity=85);
    opacity: 0.85;
    padding: 2px 5px 2px 30px;
    font-size: 11px;
}
#toppage #unioninfo .map-wrap .link-map a {
    color: #0000ff;
}
#toppage #unioninfo .map-wrap .link-map a:hover {
    color: #ff9900;
}
#toppage #unioninfo .map-wrap .link-map p {
    line-height: 1.2;
}

#toppage #unioninfo .unioninfo-access{
    position: absolute;
    top: 10px;
    left: 340px;
    width: 330px;
}

#toppage #unioninfo ul{
    padding: 5px 0 2px 10px;
}
#toppage #unioninfo li{
    border: none;
}


/*-当協会について デザイン定義-*/

#company .company-list{
    margin: 0px;
}
#company .company-list dt{
    width: 130px !important;
}
#company .company-list dd{
    padding: 5px 15px 5px 145px;
}
#company .company-list dd.m-1{
    padding: 1em 0px;
}


#company .licensing table td {
    padding: 2px 5px;
}


#company .facility li{
    border: none;
}

#company ul.facility-list{
    display: inline-block;
    margin-right: 0px;
}

#company ul.facility-list li{
    line-height: 1.1;
    margin: 0 0 0 0;
    padding: 0 5px 15px 5px;
    border: none;
    background-image: none;
    float: left;
    text-align: center;
}

#company-section {
    padding-bottom: 5px;
    margin-bottom: 40px;
    overflow: auto;
}

#company .licensing table{
    display: block;
    width: 662px;
    border-spacing: 0;
    margin-top: 0;
    margin-left: 0px;
    border-top: 1px solid #6FA439;
    border-left: 1px solid #6FA439;
    float: left;
}

#company .licensing th {
/*-    width: 150px;-*/
    color: #243f01;
    padding: 10px 5px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    background-color: #cde895;
    background: linear-gradient(to bottom, #cde895, #98cb2c);
    border-right: 1px solid #6FA439;
    border-bottom: 1px solid #6FA439;
}
#company .licensing th:first-child {
    border-radius: 0;	
}
#company .licensing:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #6FA439;
}
#company .licensing tr td {
/*-    width: 450px;-*/
    padding: 5px;
    border-right: 1px solid #6FA439;
    border-bottom: 1px solid #6FA439;
    text-align: center;
}
#company .licensing tr td:last-child {
    border-right: 1px solid #6FA439;
}
#company .licensing tr {
    background: #fff;
}
#company .licensing tr:nth-child(2n+1) {
    background: #f7fcf1;
}
#company .licensing tr:last-child td {
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#company table .licensing tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
#company table .licensing tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#company .licensing h4{
    background: none;
    font-size: 1em;
    margin: 0;
}

#company dd ol{
    padding: 0 0 0 20px;
    margin:0;
}

#company .facility h5{
    padding: 5px 10px;
    display: inline-block;
}
#company .facility dl{
    padding: 10px 15px;
    display: inline-block;
    background-color: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
#company .facility dl dt{
    padding: 5px 0 2px 15px;
    background: url(../images/point2.png) 0 9px no-repeat;
    width:200px !important;
}
#company .facility dl dd{
    padding: 5px 10px 5px 225px !important;
}

/*-事業紹介 デザイン定義-*/
#household .rule h4{
    color: #ff3399;
    margin: 0;
    background: none;
}

#household .rule ol{
    margin: 0 0 0 30px;
}

#household .rule p.catch{
    color: #00bdff;
    font-weight: bold;
    margin: 10px 0 0 20px;
}

#household table.type td {
    border-left: 1px dotted #d9d8d8;
}
#household table.type td {
    padding: 8px 2px;
    font-size: 85%;
    line-height: 1.15em;
    vertical-align: top;
    border-right: 1px dotted #d9d8d8;
}

#household table.type td.category {
    font-weight: bold;
    text-align: center;
    background-color: #f7fbaa;
}

#household table.type td img{
    padding-top: 3px;
}


#household h6{
    font-size: 110%;
    color: #fff;
    display: inline-block;
    padding: 3px;
    margin: 5px 0;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    background-color: #ff9900;
}

#household .notic{
    display: block;
    font-size: 110%;
    padding: 10px;
    margin: 5px 0;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    border: 5px dotted #ff0000;
    background-color: #ffe6e6;
}

#household .notic h6{
    font-size: 150%;
    color: #ff0000;
    display: block;
    padding: 10px 0 2px 50px;
    margin:  0;
    background: #fff url(../household/recyclable_notic.png) no-repeat ;
    border-bottom: 2px #ff0000 solid;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

.col-red{
    color: #ff0000;
}

#homebussiness .message{
    font-size: 120%;
}

#homebussiness h6{
    font-size: 100%;
    font-weight: bold;
    padding: 0;
    margin: 0 10px;
}

/*-家電リサイクル-*/
#recycling .message{
    font-size: 120%;
}
#recycling  h6{
    font-size: 100%;
    font-weight: bold;
    padding: 0;
    margin: 0 10px;
}
#recycling  p.nagare {
    margin-bottom: 0;
    margin-left: 1em;
}

/*-粗大ごみ-*/
#sodai ul{
    padding-bottom: 10px;
}
#sodai ul li{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0;
    border: none;
}

#sodai .application{
    display: block;
    padding: 10px;
    margin: 0px 0 40px 0;
    border: 10px #ffe377 solid;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
}

#sodai .application h5{
    display: inline-block;
    color: #fff;
    background-color: #ff9900;
    padding: 10px;
    margin: -35px 0 0 10px !important;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

#sodai .application .large1{
    font-size: 15px;
    font-weight: bold;
}

#sodai .application .bg_red{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    background-color: #ff0000;
    padding: 0px 30px;
    margin: 25px 0 5px 25px !important;
}

#sodai .application .indent1{
    padding-left: 1em;
    text-indent: -1em;
}
#sodai .application .indent3{
    font-weight: bold;
    padding-left: 50px;
    text-indent: -3em;
   margin: 5px 0 0 50px !important;
}

#sodai img.next{
    display: block;
    margin: -50px auto 10px auto;
}



/*-部屋片付け-*/
#kataduke ul li{
    border: none;
}

#works{
}

#works h4{
    color: #6cbc02;
    position: relative;
    border-bottom: 2px solid #6cbc02;
}

#works h4:before{
    content: "□";
    font-size: 90%;
    position: absolute;
    color: #33cc00;
    top: -0.2em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
#works h4:after{
    content: "□";
    font-size: 90%;
    position: absolute;
    color: #006600;
    top: 0.2em;
    left: 0;
    height: 12px;
    width: 12px;
}

#works .shopping{
    position: relative;
}

#works .sample{
    position: absolute;
    top: 10px;
    left: 120px;
    display: inline-block;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color: #fff;
    font-size: 3em;
    padding: 20px 70px;
}

#works table.shopping-list{
    display: block;
    width: 450px;
    font-size: 90%;
    width: auto;
    border-spacing: 0;
    margin-top: 0;
    margin-left: 10px;
    border-top: 1px solid #6FA439;
    border-left: 1px solid #6FA439;
    float: left;
}

#works table.shopping-list th {
    width: 130px;
    color: #fff;
    color: #243f01;
    padding: 5px 5px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    border-right: 1px solid #6FA439;
    border-bottom: 1px solid #6FA439;
    background-color: #cde895;
    background: linear-gradient(to bottom, #cde895, #98cb2c);
    -moz-text-shadow: 0 -1px 0 #98cb2c;
    -webkit-text-shadow: 0 -1px 0 #98cb2c;
    text-shadow: 0 -1px 0 #98cb2c;
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#works table.shopping-list th:first-child {
    border-radius: 0;	
}
#works table.shopping-list:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #6FA439;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#works table.shopping-list tr td {
    width: 130px;
    padding: 5px 5px;
    border-right: 1px solid #6FA439;
    border-bottom: 1px solid #6FA439;
    text-align: center;
}
#works table.shopping-list tr td:last-child {
    border-right: 1px solid #6FA439;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#works table.shopping-list tr {
    background: #fff;
}
#works table.shopping-list tr:nth-child(2n+1) {
    background: #f7fcf1;
}
#works table.shopping-list tr:last-child td {
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#works table.shopping-list tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
#works table.shopping-list tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}


/*-山主の皆様へ-*/
#member{
    background: url(../members/keikaku.png) right bottom no-repeat;
    background-size: 350px;
}

#member h4{
    color: #6cbc02;
    position: relative;
    border-bottom: 2px solid #6cbc02;
}

#member h4:before{
    content: "□";
    font-size: 90%;
    position: absolute;
    color: #33cc00;
    top: -0.2em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
#member h4:after{
    content: "□";
    font-size: 90%;
    position: absolute;
    color: #006600;
    top: 0.2em;
    left: 0;
    height: 12px;
    width: 12px;
}

#member h5{
    color: #fff;
    display: inline-block;
    padding: 3px;
    margin-top: 5px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    background-color: #6cbc02;
}

#member h6{
    display: block;
    font-size: 1.1em;
    color: #6cbc02;
    margin: 0;
    text-align: center;
    border-bottom:double 3px #6cbc02;
}

#member p{
    clear: both;
    display: inline-block;
}
#member ul.member-list{
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 10px;
}

#member ul.member-list li{
    background: none;
    width: 300px;
    height: 280px;
    padding: 10px 15px;
    float: left;
    border: 1px dotted #ccc;
    position: relative;
}

#member ul.member-list img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

#member .parts-img-04 {
    margin: 0px 30px 0px 10px !important;
}

#member ul.kei-list{
}

#member ul.kei-list li{
    padding-left: 10px;
    padding: 2px 15px 2px 15px;
    background: none;
    border: none;
}

/*-NOUFOUND-*/
#error p{
    padding: 20px 30px;
    height: 600px;
}


