
@charset "utf-8";
/* CSS Document */

/* ?S??----------------------------------?@*/
*  { padding : 0px ; margin : 0px ; }

* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  
/* body----------------------------------?@*/
body   {
	color:#141414;
	font-size: 12px;
	line-height: 160%;
	font-family:"?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
	overflow:scroll;
	scrollbar-face-color: #ff8c00;
}
a img {
	border-style:none;
	margin: 0 -2px;		/*2018.3.1 add*/
}
.clear { 
    clear:both; 
	
}
.clear hr { 
    display: none; 
}
a { color: #; text-decoration:none; }
/*
a:hover { color: #fe7856; text-decoration:none; }
*/


h1 {

	}
h1 img{
	width:299px;
	float:left;
}

h2 {}

h3 {}

h4 {
	 border-bottom: #9a9a9a solid 1px;
	 padding-bottom:3px;
	}


/* wrapper----------------------------------?@*/
#wrapper {}
#wrapperInner {
	width:1130px;
	margin:0 auto;
	
	}
#wrapperInner2 {
	width:100%;
	margin:0 auto;
	
	}


/* header----------------------------------?@*/

#header{
	width: 100%;  
	background-color:#FFF; 
    position: fixed;  
    top:0;  
    left:0;  
	z-index: 10000;	/*2016.09.23 M.N add*/
}  
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  


#headerInner{
	 width: 1130px;  
    margin: 0 auto; 
	border-bottom: #00561f solid 1px;
	}

.navi{
	width:715px; /*  20190828_編集　　*/
	float:left;;
	margin-top:15px;
	}

.navi ul li{
	float:left;
	margin-right:7px;
	margin-left:5px;
}

.menu {
width: 750px;/*  20190828_編集　　*/
padding: 0;
}
.menu li {
float:left;
position: relative;
margin: 0;
  padding: 0;
}

.menu li a{
	display: block;
  margin: 0;
}

/*-----------------------　　　　　　　　実験　　　　　　　-------------------*/
/*-----------------------　　　　　　　　実験　　　　　　　-------------------*/

.menu li ul {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 177%;
  margin:2px 0 0 4px;
  padding: 0;
/* 2016.10.26 M.N del
  border-left:#e8a321 solid 1px;
  border-right:#e8a321 solid 1px;
  background-color:#FFF;
*/
}



.menu li ul li {
  overflow: hidden;
  width: 155%;
  height: 0;
  color: #fff;
  transition: .2s;
  margin:-1px -10px 0 -5px;
  background-color:#FFF;

}





.menu li ul li a {
  padding: 9px 15px;
  background: #FFF;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color:#333;  
  border-left:#e8a321 solid 1px;
  border-right:#e8a321 solid 1px;
}

.menu li ul li:last-child a {
/*2016.10.26 M.N del
    border-bottom: #e8a321 solid 1px;
*/
	overflow:hidden;
}

.menu li ul li a:hover {
	color:#e8a321;
}
	
.menu > li:hover > a {  background: #FFF;
overflow: hidden;

 }
.menu > li:hover li:hover > a {
	  background: #FFF;
	  overflow: hidden;
	  }
.menu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.menu li ul li ul {
  top: 0;
  left: 100%;
  margin:0;
  width:80%;
  margin-top: 1px;
  
}
.menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #e8a321;
}
.menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
.menu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.menu li ul li ul li a {  background: #FFF }
.menu li:hover ul li ul li a:hover {  background: #FFF }


/*-----------------------　　　　　　　　実験　　　　　　　-------------------*/
/*-----------------------　　　　　　　　実験　　　　　　　-------------------*/




.logo{
    width:405px;/*  20190828_編集　　*/
    float:right;
	margin-top:3px;
}

.logo ul li{
	float:left;
	margin-left:5px;
}
	
.logo ul li a:hover{
	border-bottom:#9a9a9a solid 1px;
	
}
	
.login{
	float:right;
	margin-top:15px;
	background: url("../image/login_1.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}


.login a {
    width: 62px;
    height: 28px;
    background: url("../image/login_1.png") no-repeat;
    display: block;
    text-indent: -9999px;
}


.logout{
	float:right;
	margin-top:15px;
	background: url("../image/logout_1.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}


.logout a {
    width: 62px;
    height: 28px;
    background: url("../image/logout_1.png") no-repeat;
    display: block;
    text-indent: -9999px;
}





/* header_navi_link----------------------------------?@*/
/* header END----------------------------------?@*/


#top_margin{	/*2016.09.23 M.N modify changed name (jyouhou -> top_margin)*/
	margin-top:95px;
}




#news{
	width:635px;
	margin-top: 20px;
	height:28px;
	border-bottom:#9a9a9a solid 1px;
	float:right;
}


#news dl{
	width: 370px;
	margin-left: 80px;
	float: left;
	margin-top: 3px;
	font-size: 14px;
}

#news dt{
	float:left;
	margin-right: 30px;
}

.img01{
	float:left;
}

.bt01{
	float:right;
}

.button1 {
	float:right;
    background: url("../image/bt02_1.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.button1 a {
    width: 122px;
    height: 27px;
    background: url("../image/bt02_1.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.button1 a:hover {
    background-image: url("../image/bt02_2.png");
}

.switching_m{
	float:left;
	 background: url("../image/bt01_1.png") no-repeat; /* ロールオーバー時のチラつき防止 */
	
	margin-top: 15px;
}

.switching_m a {
	width:172px;
	height: 37px;
	background: url("../image/bt01_1.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.switching_m a:hover {
    background-image: url("../image/bt01_2.png");
}

.switching_o{
	float:left;
	 background: url("../image/bt03_1.png") no-repeat; /* ロールオーバー時のチラつき防止 */
	
	margin-top: 15px;
}

.switching_o a {
	width:172px;
	height: 37px;
	background: url("../image/bt03_1.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.switching_o a:hover {
    background-image: url("../image/bt03_2.png");
}



.navi_inner .navi_Box{}


/* Navi HOME---------------------------------*/

.navi_Box a#home{
	display: block;
   width: px; 
   height: px; 
   text-indent: -9999px; 
	background-image:;
	background-repeat: no-repeat;
}

.navi_Box a#home:hover {

background-position:top right;
} 

/* Navi HOME---------------------------------*/



/* content----------------------------------*/

#content{

	}
#contentInner{
	height:auto;
	margin-bottom:5px;
   }

.c_box li{
	float:left;
	margin:0 0 5px 1px;
	height:313px;	/*2016.09.29 M.N add 高さを指定しないと崩れる*/
}

.chirashi{
	width:375px;
}

.detail{
	float:right;
	width:165px;
}


.detail img{
	margin:0 1px;
}

.detail table th{
	text-align: left;
	padding-top: 10px;
}

.no{
	font-weight:bold;
	font-size:14px;
}

.title{
	margin-top:5px;
	border-left:#b3d465 solid 5px;
}

.title p{
	margin-left:5px;
}

.maker{
	font-weight:bold;
	font-size:16px;
}

.name{
	font-weight:bold;
	font-size:14px;
	width:150px;
	
}
.movie{
	margin-top:34px;
	
}

.pe-ji{
	margin:0 auto;
	width: 253px;
	margin-bottom:40px;
}

.rireki{
	width:600px;
	float:left;
	
	
}

.rireki li img {
	margin:5px;	
}

.rireki_chirashi{
	width:590px;
	height:213px;
	padding:15px 0 20px;
	border-bottom:#9a9a9a solid 1px;
	border-top:#9a9a9a solid 1px;

}

.rireki_chirashi img{
	float:left;
	
	
}


.original li img {
	margin:5px;	
}



.original_content img{
	float:left;
	
	
}




.left_arrow{
	margin:86px 20px 0 10px;
	
}

.right_arrow{
	margin:86px 10px 0 20px;
}

.tate{
	background-color:#00561f;
	width:1px;
	height:213px;
	float:left;
	margin:50px 20px 0 20px;
}

.original{
	float:right;

	
}

.original_content{
	width:480px;
	height:213px;
	padding:15px 0 20px;
	border-bottom:#9a9a9a solid 1px;
	border-top:#9a9a9a solid 1px;
	
}


.banner{
	width:1130px;
	margin-top:30px;
	
}

.banner_inner{
	padding:35px 65px;
	overflow:hidden;
	border-top:#9a9a9a solid 1px;
	
	

	
	

}

/*
.banner_inner img{
 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}

.banner_inner a:hover img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

*/
.banner_inner ul li{
	float:left;
	margin:20px 25px;
}

.banner_inner2 ul li{
	float:left;
	margin:20px 25px;
}

/* content----------------------------------*/





/* ---------------------------------------------------------*/

.section{
	width:px;
	}
	





/* ----------------------------------FooterInner----------------------------------*/  

#footer{
	border-top:#00561f solid 1px;
	padding-top: 5px;
	}
   
#footerInner{}   

.footer_menu{
	float:right;
	
}

.footer_menu ul li{
	float:left;
	margin:10px;
	font-size:14px;

}

.footer_menu ul li a{
	color:#333;
		
}

.footer_menu ul li a:hover {
	border-bottom:#9a9a9a solid 1px;
}

.cheke{
	overflow:hidden;
	
	margin-top:30px;
	margin-bottom:70px;
}


.cheke1{
	float:left;
	height:80px;
	padding-right:5px;
	border-right:#9a9a9a solid 1px;
}

.cheke2{
	margin:10px;
	float:left;
	width:390px;
	font-size:15px;
	line-height:20px;
}


.cheke3{
	float:left;
	margin-left:20px;
}

.copyright{
	width:100%;
	padding:0 5px;
	color:#FFF;
	background-color:#243e23;
}



/*↓20160927追加*/

.change{
margin-left: 14px;  
}




.icon{
	float:left;
	width:185px;
}

.c_movie{
	background:url(../img/preview/movie_back.png) no-repeat;
	width:165px;
	height:185px;
	float:right;
}

.c_movie ul{
	list-style-type:none;
	margin:45px 0 0 10px;
	
}

.c_movie li{
	padding-bottom: 20px;
}

.img2{
	float: left;
}

.text2 {
     overflow:auto;
     zoom:1;
}


    dl.search1{
    	position:relative;
    	background-color:#fff;
    	border:1px solid #aaa;
    	-webkit-border-radius:6px;
    	-moz-border-radius:6px;
    	-o-border-radius:6px;
    	-ms-border-radius:6px;
    	border-radius:6px;
    }
    dl.search1 dt{
    	margin-right:40px;
    	padding:8px 0 8px 8px;
    }
    dl.search1 dt input{
    	width:100%;
    	height:17px;
    	line-height:24px;
    	background:none;
    	border:none;
    }
    dl.search1 dd{
    	position:absolute;
    	top:0;
    	right:0;
    }
    dl.search1 dd button{
    	display:block;
    	padding:7px;
    	background:none;
    	border:none;
    }
    dl.search1 dd button span{
    	display:block;
    	width:20px;
    	height:20px;
    	background:url(../image/searches.png) no-repeat scroll 0 0;
    }

#search_fuku{
	width:250px;
	margin: 15px 0 0 20px;
	float: left;
}

/*  20171221               */



#new_system{
	width:1200px;
	margin-bottom: 20px;
}

#quick{
	width:795px;
	height:30px;
	background-color:#e6a13a;
	border-radius: 3px;
	font-weight:bold;
	float: left;
	margin-top: 14px;
}

#ichiran{
	width: 80px;
	height: 25px;
	background-color: #a0d4a4;
	border-radius: 3px;
	font-weight: bold;
	float: left;
	padding: 5px 5px 0 5px;
	text-align: center;
	margin: 14px 10px;
	color: #FFF;
	font-size: 13px;	
	 display: block;
}


#ichiran.active {
            background-color: #9db9e1;
        }
 
#ichiran > span:last-of-type,
#ichiran.active > span:first-of-type
{
	display: none;
}
 
#ichiran.active > span:last-of-type {
     display: inline;
}



 
#narabikae > span:last-of-type,
#narabikae.active > span:first-of-type
{
	display: none;
}
 
#narabikae.active > span:last-of-type {
     display: inline;
}

div#new_system div.quick_rental{

	background-color:#b01c37;
	border-radius: 3px;
}

.maru{
	border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color:#333;
  margin:-16px auto 0 auto;
  
}

#i_box{
	margin:0 auto;
	margin-bottom: 30px;
}

.ichiran_table{
	width:1130px;
	margin:0 auto;
}
.ichiran_table tr{
	border:#666 1px solid;
}

.ichiran_table th{
	padding:1px 0;
}


.i_th1{
	width:100px;
	border:#666 1px solid;
	background-color:#ffe9e1;
}

.i_th2{
	width:70px;
	border:#666 1px solid;
	background-color:#ffddc9;
}

.i_th3{
	width:30px;
	border:#666 1px solid;
	background-color:#ffd9a4;
}


.i_th4{
	width:400px;
	border:#666 1px solid;
	background-color:#ffcc9e;
}

.i_th5{
	width:150px;
	border:#666 1px solid;
	background-color:#ffbd98;
}

.i_th6{
	width:120px;
	border:#666 1px solid;
	background-color:peachpuff;
}

.i_th7{
	width:53px;
	border:#666 1px solid;
	background-color:#fff;
}


.i_td1,.i_td2,.i_td3,.i_td6,.i_td7{
	border:#666 1px solid;
	text-align:center;
	padding: 5px 0;
}

.i_td4,.i_td5{
	border:#666 1px solid;
}



.i_td4{
	width:400px;
	font-size:13px;
	
}
.i_td5{
	width:150px;
}

.i_td1,.i_td2,.i_td3{
	font-size:14px;
}

.i_td5{
	font-size:13px;
}

.t_1{
	margin-left:10px;
}



.hensyu{
	background-color: #003366;
	border-radius: 10px;
	color: #FFF;
	padding: 1px 35px;
	font-weight: bold;  
}


.hensyu:hover{
	opacity: 0.7 ;
}

.t_title{
	text-align: left;
	padding-left: 15px;

}
#menu1 {
  width:900px;
  padding:0;
  margin:0;
  list-style-type: none;
}
#menu1 li {
  float:left;
  padding:5px 10px;
  margin:0;
  text-align:center;
}

#menu1 a{
	color:#FFF;
}

#menu1 a:hover{
	border-bottom:solid #FFF 1px;
}

#okiniiri{
	float:left;
	margin: 10px 5px;
}

.custom1 {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  float: left; 
}

.custom1 p{
margin-bottom: -4px;
}

.custom1 > select {
  width: 100px;
  padding:4px;
  font-size: 11px;
  border-radius: 0.3em;
  border: 1px solid rgba(35, 34, 34, 0.5);
  background-color: white;
}

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .custom1 > select {
     font-size: 13px;
  }
  .custom1 p {
    margin-bottom: -2px;
}
  
}

.custom1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  pointer-events: none;
}

.default .custom1 > select {
  width: auto;
}
.overflow .custom1 {
  overflow: visible;
}
.overflow .custom1 select {
  outline: 2px dotted rgba(255, 255, 0, 0.5);
}

.custom2 {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  background-color: white;
  float: left;
  margin-left:10px;
}
.custom2 p{
margin-bottom: -4px;
}

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

  .custom2 p {
    margin-bottom: -2px;
}
  
}

.custom2 > select {
  width: 55px;
  padding:4.5px;
  font-size: 12px;
  border-radius: 0.3em;
  border: 1px solid rgba(35, 34, 34, 0.5);
}
.custom2:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  pointer-events: none;
}

.default .custom2 > select {
  width: auto;
}
.overflow .custom2 {
  overflow: visible;
}
.overflow .custom2 select {
  outline: 2px dotted rgba(255, 255, 0, 0.5);
}

/*  20180131追加分　　　*/

#rink{
	float:right;
	width:191px; /* 20190907    */
	
	
}


p.example2 { 
white-space: nowrap;
  width: 100%;                   /* IE6 では width の指定が必要 */
  overflow: hidden;              /* "overflow" の値は "visible" 以外のものを指定する */ 

  -o-text-overflow: ellipsis;    /* Opera 9-10 */
  text-overflow:    ellipsis;    /* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */ }
	
#login_info {
    
    width: 200px;　　/*      2019.8.28更新         */
	float: left;
	text-overflow: ellipsis;　/*      2019.8.28更新         */
}

/*  20180301追加分　　　*/

.font_size{
	height: 27px; 
	margin-bottom: 10px;
	
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}

#memory{
	width: 255px;
	xpadding: 35px 0 0 312px;	/*2018.3.1 N 無効化 「+」「-」の影響対策*/
	margin-top: 5px;
}



#memory ul li{
	float:left;
	margin: 0 5px;
}

#memory ul li:last-child {
	margin:0;
	margin-left:5px;
}


label {
    padding: 10px;
    margin: 0;
}

input[type="checkbox"].on-off{
    display: none;
}

#stamp{
	width:380px;
	margin-bottom:20px;
}

#stamp p{
	float:left;
	padding-top: 5px;
}

.stamp_menu{


}

.stamp_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	width:263px;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	overflow:auto;
	height:140px;
	display:none;
}

.stamp_menu div#window {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.stamp_menu li {
    padding: 5px;
	float:left;
	width:50px;
	height:50px;
}

input[type="checkbox"].on-off + div{
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off:checked + div{
    height: 330px;
}

.stamp_contain {
	display: inline-block;
	xbackground-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 1px;
	width: 57px;
	height: 57px;
	xborder: 1px solid #ccc;
	background-size: contain;
}

/* 2018.3.1 stamp BEGIN----*/

.edit input.stamp_button{
	width:170px;
	height:25px;
	margin-left:5px;
	margin-right:0px;
	xmargin-top:5px;
	background-color:#666666;
	color:white;
	border:2px solid #666666;
	font-size:9.5pt;
	cursor: pointer;
}

#stamp div.thumb{
	margin-top:-4px;
	margin-right:5px;
}

#open_button{
	cursor: pointer;
}
/* 2018.3.1 stamp END----*/



/* 2018.4.6 pdf BEGIN----*/


#pdf{
	
	width: 560px;
	height: auto;
	overflow: auto;
	border: #666 solid 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	margin-left: 105px;


}

.pdf_table1{
	margin: 10px 10px 0 10px;
	
}

.pdf_table2{
	margin:10px;
	
}


.pdf_text{
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
	
}

.pdf_maker{
	font-size: 14px;
	width: 150px;
	
}

.pdf_product{
	font-size: 14px;
	width:390px;
	
	
}


.pdf_hr{
	background-color: #666;
	width: 530px;
	margin: 0px 10px 5px 10px;
	
}

/* 2018.4.6 pdf END----*/
/* 2018.5.22 pdf BEGIN----*/

#tukaikata{
	width:360px;
	height:300px;
	background-color:#fff;
	border:1px #e6a13a solid;
	margin: 100px auto;
}

.btn_close{
	float: right;
	margin: 10px 10px;
}

.btn_close a{
	text-decoration: none;
	color:#656565;
	font-weight:bold;
	font-size:12px;
}


#tukaikata_text{
	    text-align: center;

}

.link{
	padding: 10px;
margin: 0 auto;
width: 50%;
background-color: #e6a13a;
color: #fff;
}

.link a:hover{
	color:#FFF;
}
	
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #e6a13a;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 2px #c98622;
    border-radius: 2px;
	font-weight: bold;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 120%;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	z-index: 200000;
	width: 1130px;
}


/* 2018.5.22 pdf END----*/


/* 2018.5.29 pdf BEGIN----*/

.home{
	margin: 25px 0px;
	width: 193px;
	float: right;
}

/* 2018.5.29 pdf END----*/

/* 2019.614   */

#c_contents{
	padding-top: 80px;
}

#kotei{
	width: 100%;
background-color: #FFF;
position: fixed;
top: 0;
left: 0;
z-index: 10000;
}


.shiborikomi{
	margin: 10px 0;
padding: 10px;
border: 1px solid #eee;
width: 40%;
border-radius: 5px;
	
}

.btn-flat-simple1 {
  position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 0.9em;
	text-decoration: none;
	color: #00BCD4;
	background: #ECECEC;
	transition: .4s;
	border-radius: 5px;
	margin-right: 5px;
}

.btn-flat-simple1:hover {
  background: #00bcd4;
  color: white;
}

.btn-flat-simple1-selected {
  background: #00bcd4;
  color: white;
}

.btn-flat-simple2 {
  position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 0.9em;
	text-decoration: none;
	color: #00BCD4;
	background: #ECECEC;
	transition: .4s;
	border-radius: 5px;
}

.btn-flat-simple2:hover {
  background: #00bcd4;
  color: white;
}


/* 2021.4.20 premium追加ここから*/
.prem_btn {
 margin-top: 5px;
 padding-left:8px;	/*2021.4.20 NMY add*/
}

.submit_btn01 {
 border: 0px;
 width:258px;
 height:44px;
 background: url(../img/preview/prem_btn01.png) left top no-repeat;
 cursor: pointer;
}

.submit_btn02 {
 border: 0px;
 width:258px;
 height:44px;
 background: url(../img/preview/prem_btn02.png) left top no-repeat;
 cursor: pointer;
}

.submit_btn01:hover {
 opacity: 0.5;
}

.submit_btn02:hover {
 opacity: 0.5;
}

.zoom {
 width: 630px;
 margin-bottom: 10px;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}

.prem_bar {
 padding-left: 60px;
}

/*
#quick {
 width: 730px;
}
*/

.prem_icon {
 float: left;
 margin: 10px 5px;
}

.prem_icon a {
 display: block;
}

.m_chirashi {
 position: relative;
}

.prem_alart {
 padding: 10px 20px;
 text-align: center;
 border: 3px solid #81511c;
 background: #FFF;
 font-size: 16px;
 font-weight: bold;
 position: absolute;
 top: 270px;
 left: 17px;
 box-shadow: 2px 2px 4px gray;
}

.btn_prem_box {
 margin-top: 14px;
}

.btn_prem_box a img:hover {
 opacity: 0.6;
}

.menu img {
 width: 77px;
}
/* 2021.4.20 premium追加ここまで*/

/* 2021.6.9 rental_お役立ちチラシ追加ここから*/
#new_system {
 width: 1200px;
 margin-bottom: 20px;
 position: relative;
}
.img_bg_nav {
  position: absolute; 
  left: 345px; 
  top:0; 
  z-index: -1;
}
.menu img {
  width: 77px;
}
/* 2021.6.9 rental_お役立ちチラシ追加ここまで*/

