html{
	height: 100%;
	-webkit-animation: safariSelectorFix infinite 1s;
	behavior:url(../ _files/js/trigger2.htc);
	overflow-x: hidden;
	background-color: transparent;
}
body{
	position: absolute;
	margin: 0;
	 text-rendering: optimizeLegibility;
	 height: 100%;
	 overflow-x: hidden;
	background-image: url(../background.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	/*add*/
	min-width:1px;		/* 2019/06/17 モバイルフレンドリー「コンテンツの幅が画面の幅超え」を修正のため　*/
}
body > #contain{
	height: auto;
	min-height: 100%;
	width: 100%;
}
a:link,a:active,a:visited{
	text-decoration: none;
	/*add
	color:#666600;*/
}

/*add ??*/
a,
a img {
	text-decoration: none;
	}
/*--*/
p{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
}
select{
	-webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
	border: 1px solid #ececec;
	padding: 5px;
	background-color: #fff;
	width: 90%;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
}

nav { 
	margin-top: -65px;
	left: 0;
	margin-bottom: 10px;
	color: #999;
	width: 90%;
	float: left;
	margin-left: 20px;	/*add*/
}

/*add 2019-05-29 */

#index dl.index dd.index {
padding:0;
	line-height: 1.6;
	}
#index dl.index dd.index a{
	margin-bottom: 2px;
	text-decoration: none; 
	color: #333;
	}
/*--*/
ul{
	margin-left: 0;
}
ol { 
	list-style: none; 
	padding: 0px; 
	margin: 3px; 
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	position: relative; 
	text-align: left /*center*/;
	margin-left: 0;
}
nav > ul:after { 
	content: ""; 
	display: block;
}
ol li { 
	display: inline-block; 
	text-align: left; 
	margin-left: 1px;
}
ol li a { 
	display: block; 
	padding: 1px 5px;	/*5px 5px*/
	text-decoration: none; 
	color: #333;
}
ol li a:hover { 
	/*background-color: #88bf88 #77AB30 #969d6a; */
	color: #669933 /* #fff*/; 
	border-bottom:2px dotted #669933 ;
}	
ol ol { 
	display: none; 
	position: absolute; 
	top: 90%; 
	background: #DDF9BF /*  #C1F385*/;
	border: 1px solid #ccc;
	padding: 0;
}
ol li:hover > ol { 
	display: block;  
}
ol ol li { 
	float: none; 
	top: -2px;
	margin: 0;
	display: block; 
	position: relative; 
}
ol ol ol { 
	position: absolute; 
	left: 100%; 
	top:0; 
}
.tinynav { 
	display: none; 
	margin: 0px auto; 
	}

#top{
	margin-bottom: 60px;
}
#top img{
	width: 100%;
	height: auto;
}
#lang{
	display: block;
	position: fixed;
	padding: 7px 10px;
	top: 0;
	left: 50px;
	font-family: 'Muli';
	background: rgba(0,0,0,0.7);
	font-size: 9pt;
	color: #fff;
}
#lang a{
	color: #fff;
}
#lang a:visited{
	color: #fff;
}
#lang a:hover{
	color: #ccc;
}


#contain{
	margin-left: auto;
	margin-right: auto;
}
#wrap{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
#left{
	width: 45%;
	float: left;
	margin-top:  ;
	margin-bottom: 30px;
}
.left{
	width: 100%;
	float: left;
	padding: 0 5% 5%;
	margin-bottom: 20px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
	color: #333;
	font-size: 14px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
/*	background: rgba(208,220,142,0.5)*/;
	border: #D5E8BB 0px solid;
}
/*
.left img.border,
#right img,
img.border,
img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc; 
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;;
}
*/
#wrap a:link, #wrap a:visited, #wrap a:active{		/*--- リンク色 ---*/
	text-decoration: none;
	color: #339900;	/* #969d6a;*/
	border-bottom: 1px dotted #000;
}
#wrap td a:link, #wrap a:visited, #wrap a:active{
	text-decoration: none;
	color: #339900;	/* #969d6a;*/
	border-bottom: 0px dotted #000;
}
#wrap a:hover{
	color: #000;
}
.right{
	width: 45%;
	margin-left: 1%;
	padding: 0;
	float: right;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
	color: #333;
	font-size: 14px;
	line-height: 23px;
	text-align:left;	/*add*/
}
/*
.right h2{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
	line-height: 10px;
	font-size: 20px;
}
.right u{
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
*/
.map{
	width: 100%;
	margin: 1% auto;
	float: left;
	padding-bottom: 3em;
}
form {
    margin:0 auto;
}
input, textarea {
	width:96%;
	height:27px;
	background:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin-top: 1.5%;
	font-size:0.9em;
	color:#3a3a3a;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
textarea {
	height: 180px;
}
input:focus, textarea:focus {
    border:1px solid #ececec;
}
#submit {
    width:30%;
	padding-bottom: 10px;
    height:27px;
	line-height: 8px;
    border:1px solid #ccc;
    cursor:pointer;
	text-align: center;
}
#submit:hover{
	background: #969d6a;
	color: #fff;
}
#success{
	font-size: 14pt;
	color: #969d6a;
}
#footer{
	clear: both;
	position: relative;
	bottom: 0px;
	z-index: 102;
	margin-top: 5em;
	width: 100%;
	height: 25px;
/*	padding-left: auto;	*/
	padding-right: 30px/*  auto*/;
	padding-top: 10px;
	text-align: right /* center*/;
	font-family: 'Raleway', sans-serif;
	font-size: 10.5px;
	letter-spacing: 1px;
	color: #969d6a	/*#fff*/;
/*	background-color: #969d6a;	*/
	border-top:1px dotted #969d6a;
}
#footer a:visited{
	color: #fff;
}
#footer a:link{
	color: #ececec;
}
#footer a:hover{
	color: #FF6;
}



/*add SNS */
.p-re { position: relative; }

.p-ab_fbtw { 
		position: absolute;
		 top:0px; 
		 left:0px; 
		 width:100px;
		 height:40px; 
		 z-index:2;
		 }

a.link_icon_fb {
	background:url(http://rie.web102.com/niraku/images/common/icon_FB_s.png) top left no-repeat; 
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	outline: none;
	width:30px;
	height:30px;
	z-index:2;
	position:absolute;
	top: 5px;
	left:10px;
	text-indent:-9999px;
	}
a.link_icon_fb:hover {
	background:url(http://rie.web102.com/niraku/images/common/icon_FB_m.png) top left no-repeat;
	overflow: hidden;
	text-indent: 100%;
  white-space: nowrap;
  outline: none;
	width:40px;
	height:40px;
	z-index:3;
	position:absolute;
	top: 5px;
	left:10px;
	}
	
a.link_icon_tw {
	background:url(http://rie.web102.com/niraku/images/common/icon_Twitter_s.png) top left no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
	width:30px;
	height:30px;
	z-index:2;
	position:absolute;
	top: 5px;
	left: 50px;

	}
a.link_icon_tw:hover {
	background:url(http://rie.web102.com/niraku/images/common/icon_Twitter_m.png) top left no-repeat;
	  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
	width:40px;
	height:40px;
	z-index:3;
	position:absolute;
	top: 5px;
	left: 50px;
	}



/*===============================================
画面の横幅が768pxまで（タブレット用）
===============================================*/
@media screen and (max-width: 768px){
/*add SNS */


.p-ab_fbtw { 
		display: none;
		 }

}

@media only screen and (max-width: 480px) {
	#top img{
		width: 200%;
	}
	#left {
		float: left;
		padding: 5%;
		width: 90%; 
	}
	.right {
		width: 100%; 
	}
  	.tinynav { 
	margin-top: 5%;
		display: block; 
	}
	.dropdown { 
		display: none; 
	}
	#title{
		margin-top: 0.5%;
		visibility: visible;
	}
	#title small{
		font-size: 16px;
	}
	#title h1{
		font-size: 25px;
		font-weight: 700;
	}
	#title h3{
		text-indent: 3%;
		font-size: 12px;
	}
	#footer{
		height: 20px;
		padding-bottom: 25px;
	}
}


a,
a img {
	text-decoration: none;
	}