/* base.css */
body,#dlg {
	position:relative;
	background-image:url(../img/bgimg/b002.gif);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* グリッドシステム */
.container {
	width:1100px;
	margin: 0 auto;
}
.grid{
	width:100%;
	float:left;
	display:inline;
}
/*article{
	height:700px;
}*/
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
/* IE6 */
* html .clearfix { zoom:1;}
/ * * IE7 */
*:first-child+html .clearfix {zoom:1;}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
/*footer{
	height:166px;
}*/
.footer_copylight{
	text-align:center;
}
.spacer{
	height:50px;
}/* menu_other.css */
/*↓↓↓ここから追加↓↓↓*/
/* 親メニュー */
.menu ul{
	list-style-type: none;
	width:100%;
	padding: 0;
	margin:0;
}
.menu ul li{
	position:relative;
	width:10%;
	float:left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu ul li a{
	display: block;
	margin: 0;
	padding: 16px 0;
	background: #d1ffd1;
	color: #4D4D4D;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
/* 子以下メニュー */
.menu ul li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu ul li ul li {
	overflow: hidden;
	width: 150%;
	height: 0;
	color: #fff;
}
.menu ul li ul li a {
	padding: 13px 15px;
	background: #FFDAD7;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
/* マウスホバー */
.menu ul > li:hover > a {
	background: #EA2839;
	color:#fff;
}
.menu ul > li:hover li:hover > a {
	background: #FFAFA9;
}
.menu ul li:hover > ul > li {
	overflow: visible;
	height: 38px;
}
/* 孫メニュー（右へ） */
.menu ul li ul li ul {
	top: 0;
	left: 100%;
}
.menu ul li:last-child ul li ul {
	left: -100%;
	width: 100%;
}
.menu ul li ul li ul li a {
	background: #FFDAD7;
}
.menu ul li:hover ul li ul li:hover > a {
	background: #FFAFA9
}
.menu ul li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #454e08;
}
.menu ul 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 * {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}/* pagetop.css */
.page-top img{
	width:80px;
	height:80px;
	border-style:none;
	outline: none;
}
.page-top img:focus{
	outline: none;
}
.page-top {
	border-style:none;
	z-index:999;
	position: fixed;
	bottom: 30px;
	left:30px;
	padding: 10px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}/* toplogo.css */
#topLogoArea{
	height:170px;
	position:relative;
}
#laciekun{
	position:absolute;
	right:50%;
	margin-right:180px;
	top:20px;
	width:110px;
	height:150px;
}
#lasimalogo {
	width: 400px;
	height:170px;
	position:absolute;
	left:50%;
	margin-left:-200px;
}
#netyoyaku {
	outline: 0;
	width: 250px;
	height:100px;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:200px;
}
.mente_img{
	width: 100px;
	height:50px;
	position:absolute;
	top:100px;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	left:50%;
	margin-left:350px;
}/* footerimage.css */
#footerimage{
	position:absolute;
	bottom:0px;
}/* footermenu.css */
footer .footer_menu a {
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(../top/l_files/botan2.gif) no-repeat 0 0%;
	color: #630;
}
footer #ft_menu{
	padding:0 5%;
}
footer li {
	display: inline-block;
	font-size: 16px;
	width: 23%;
}/* footerCopyright.css */
.footer_copylight{
}/* yoyakuDialog.css */
#dlg h1{
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
}
#dlg h1::before,
#dlg h1::after {
	position: absolute;
	content: '';
	border-radius: 100%;
}
#dlg h1::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
#dlg h1::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}
#dlg hr{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.tyuui{
	font-weight:bold;
	font-size:18px;
}

.syugaki{
	color:#ff0000;
}
#kotirakara{
	position:absolute;
	top:500px;
	left:0px;
	width:250px;
	height:70px;
	margin-left:30px;
}
#dlg2 li
{
	float:				left;
	padding:			0 20px 0 20px;
	list-style:			none;
	text-align:			center;
}
#img1{
	width:100px;
	height:70px;
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.8);
}
#img2{
	width:50px;
	height:80px;
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.8);
}
#img3{
	width:40px;
	height:80px;
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.8);
}
#img4{
	width:40px;
	height:40px;
}
#inputList{
	width:100%;
}
#inputList{
	border-collapse: separate;
	display: table;
	border-spacing:2px;
	border-color:gray;
}
#inputList td{
	background-color:#eeeeee;
}
.yoyakulist{
	width:100%;
}
.yoyakulist tr:first-child td{
	text-align:center;
	font-size:0.9em;
}
#inputList,.idpass tr,.yoyakulist tr{
	border:0px;
}
#inputList tr,.idpass tr,.yoyakulist tr:first-child{
	background:#eeeeee;
}
.yoyakulist tr:first-child{
	background:#ffe6ce;
}
.yoyakulist tr:not(:first-child){
	background:#ffffd1;
}
.yoyakulist tr:not(:first-child) td{
	font-size:0.8em;
}
.yoyakulist tr td:last-child{
	text-align:center;
}
.yoyakulist button{
	width:60px;
	cursor: pointer;
	color: #fff;
	background-color: #fea930;
	font-weight: 100;
	border: 1px solid #fff;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
.yoyakulist button:hover{
	color: #006398;
	border: 1px solid #faccad;
}
#inputList td:nth-child(1){
	width:40%;
}
#inputList td{
	padding-left:10px;
}
.idpass td:nth-child(1){
	padding-left:10px;
	padding-right:10px;
}
.yoyakulist tr td{
	text-align:center;
	vertical-align:middle;
}
.yoyakulist tr td:nth-child(1),
.yoyakulist tr td:nth-child(2){
/* 	width:100px; */
	width:140px;
}
.yoyakulist tr td:nth-child(4){
/* 	width:110px; */
	width:120px;
}
.yoyakulist tr td:nth-child(5){
	width:125px;
}
.yoyakulist tr td:nth-child(6){
	width:95px;
}
.yoyakulist tr td:last-child{
	width:130px;
}
.image_next_button,
.image_back_button,
.image_close_button,
.image_edit_back_button,
.image_edit_cancel_button,
.image_update_button
{
	width:100px;
	height:50px;
}
.image_yoyaku_button{
	width:100px;
	height:50px;
}
.image_yoyaku_button,
.image_next_button,
.image_close_button{
	position:absolute;
	bottom:0px;
	right:0px;
/* 	margin-bottom:50px; */
	margin-right:20px;
/* 	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); */
}
.image_back_button{
	position:absolute;
	bottom:0px;
	left:0px;
/* 	margin-bottom:50px; */
	margin-left:20px;
/* 	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); */
}
.image_edit_back_button{
	position:absolute;
	bottom:0px;
	right:170px;
/* 	margin-bottom:50px; */
	margin-left:50px;
/* 	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); */
}
.image_edit_cancel_button{
	position:absolute;
	bottom:0px;
	right:50px;
/* 	margin-bottom:50px; */
	margin-left:50px;
/* 	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); */
}
.image_update_button{
	position:absolute;
	bottom:0px;
	right:50px;
/* 	margin-bottom:50px; */
	margin-left:50px;
/* 	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); */
}
#dlg1,#dlg2,#dlg3,#dlg4,#dlg5,#dlg6,#dlg7,#dlg8,#dlg9,#dlg10{
	width:100%;
}
#inputList select.sizess{
	width:100px;
	height:27px;
	background-color:#ffffff;
	font-size:85%;
}
#inputList select.sizel{
	width:200px;
	height:27px;
	background-color:#ffffff;
	font-size:85%;
}
#inputList input[type='text'].sizess{
	width:90px;
}
#inputList input[type='text'].sizes{
	width:196px;
}
#inputList input[type='text'].sizel{
	width:450px;
}
#inputList input[type='text'].hissu,
#inputList select.hissu{
	background-color:#ffdddd;
	border:1px solid #aaaaaa;
}
#dlg2 textarea.sizea{
	width:68%;
	height:70px;
	border:1px solid #aaaaaa;
}
.tyuuki{
	font-size:small;
	color:red;
}
#inputList input[type='text'].sizesm{
	width:110px;
}
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month{
	width:40%;
}
input[type="radio"].rdo_hiki{
	position:			absolute;
	z-index:			2;
	opacity:			0;
	height:				20px;
}
input[type="radio"].rdo_hiki{
	width:				32px;
}
#inputList input:checked+.chklbl_hi{
	color:				#fff;
	background:			#f6a828;
	border-radius:		2px;
}
.word_wrap{
	word-wrap:break-all;
	text-overflow:ellipsis;
}
.orei{
	margin-left: 50px;
}
@-webkit-keyframes pulse
{
	from
	{
		opacity:			1.0;
		background-color:	red;
	}
	to
	{
		opacity:			0.8;
	}
}

.blinking
{
	-webkit-animation-name: pulse;/* 実行する名前 */
	-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
	-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}
ul#syorui {
    height: 100px;
}
.fontBoldBig{
	font-size:1.2em;
	font-weight:bold;
}
#btn_to_caution{
	position:absolute;
/* 	left:30px; */
/* 	top:410px; */
	width:120px;
	outline:0;
}
#btn_init_cnf{
	position:absolute;
/* 	left:170px; */
/* 	top:410px; */
	width:120px;
	outline:0;
}
#btn_to_thx{
	position:absolute;
	left:80px;
	bottom:50px;
/* 	width:300px; */
	outline:0;
}/* calendar.css */
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month{
	width:40%;
}/* eventKansyaTop.css */
#arrow .slick-next:before{content:""}
#arrow .slick-after:before{content:""}
#slick-next,
#slick-prev{
	position:absolute;
	top:150px;
}
button.slick-prev,
button.slick-next{
	position:absolute;
	top:150px;
	z-index:100;
	opacity:0;
}

#slick-next img,
#slick-prev img,
button.slick-prev,
button.slick-next{
	width:40px;
	height:40px;
}
#slick-next,
button.slick-next{
/* 	right:300px; */
	left:50%;
	margin-left:400px;
}
#slick-prev,
button.slick-prev{
/* 	left:330px; */
	right:50%;
	margin-right:360px;
}
#div_slider{
	width: 100%;
}
#div_slider_nav{
	width: 740px;
	margin-left:auto;
	margin-right:auto;
}
#div_slider ul {
	margin: 0 auto;
	max-width: 740px;
	max-height:300px;
}
.slider_nav img{
	width:180px;
	
}
.slider li{
	width:700px;
	height:300px;
}
.slider_nav li{
	width:180px;
	height:77px;
}
#comment{
	width:100%;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}

.site-logo {
 /* サイズ指定 */        
 width:175px;
 height:175px;
 /* 背景色 */
 background-color:#ffeaf4;
 /* 角を丸くする */
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
  background-color: rgba(255,234,244,0.5);

}
.site-info {
 padding-top:45px; /* 真ん中にまで文字を下ろす */
}
 
.site-logo h1,
.site-logo p {
 text-align: center; /* 中央寄せ */
 color: #000000; /* 文字を白色に */
 margin: 0; /* h1とpの余白をリセット */
}
 
/* あとは文字サイズや太字を指定 */
.site-logo h1 {font-size:28px;}
.site-logo p {font-size:12px; font-weight:bold;}
.site-logo {
 box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
 -webkit-box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
 -moz-box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
}

#kakeru{
	width:45px;
	height:45px;
	vertical-align:middle;
/* 	margin-top:70px; */
}
#iko-ru{
	width:50px;
	height:24px;
	vertical-align:middle;
/* 	margin-top:70px; */
}

/*ボタン*/
#sinrai_ansin_yasasisa .button {
	display: inline-block;
	width: 180px;
	height: 50px;
	position:absolute;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#sinrai_ansin_yasasisa .button::before,
#sinrai_ansin_yasasisa .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#sinrai_ansin_yasasisa .button,
#sinrai_ansin_yasasisa .button::before,
#sinrai_ansin_yasasisa .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#sinrai_ansin_yasasisa .button {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#sinrai_ansin_yasasisa .button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
#sinrai_ansin_yasasisa .button:active {
	top: 3px;
	box-shadow: none;
}
.buttons_div{
	float:none;
}
.cercleParent_div,
.buttons_div{
	text-align:center;
}

#sinrai_ansin_yasasisa table{
		margin: 20px auto 0 auto;
}
#sinrai_ansin_yasasisa tr:nth-child(2),
#sinrai_ansin_yasasisa tr:nth-child(3){
	text-align:center;
}
#sinrai_ansin_yasasisa tr:nth-child(2) a{
	margin: 3px 8px;
}
#sinrai_ansin_yasasisa tr:nth-child(2) td{
	padding: 15px 0;
}
#sinrai_ansin_yasasisa tr:nth-child(3) td{
	vertical-align:middle;
}
#sinrai_ansin_yasasisa tr:nth-child(1) td:nth-child(2n){
	padding-left:20px;
	padding-right:20px;
	padding-bottom:90px;
}
#ansin,
#sinrai,
#yasasisa{
	width:230px;
	height:200px;
}
.kansyabanner{
	text-align:center;
	font-size:18px;
	position:relative;
}
.kansyabanner div{
	text-align:center;
}
.kansyabanner .cp_image{
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	-moz-flex-direction:row;
	-o-flex-direction:row;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
}
.kansyabanner .cp_images div{
	margin:0 auto;
}
.kansyabanner .kikan{
	position:absolute;
	left:0;
	right:0;
}
.kansyabanner .bnCenter-bottom img{
	position:absolute;
}

.kansyabanner .bnCenter-bottom div p:nth-child(-n+2),
.kansyabanner .bnCenter-bottom div p:nth-child(3){
	margin:3px;
}
.kansyabanner .cp_images > div:nth-child(1){
	width:800px;
}
.kansyabanner .bnCenter-bottom{
	margin-top:30px;
}
div.kansyabanner div.cp_images div div.cp_image div.bnCenter img{
	width:500px;
}
div.kansyabanner div.cp_images div div.cp_image div.bnLeft img,
div.kansyabanner div.cp_images div div.cp_image div.bnRight img{
	width:98px;
}

.kansyabanner .kikan p{
	margin:0;
	font-size:20px;
	font-weight:bold;
}
.kansyabanner .kikan{
	top:180px;
}

.kansyabanner .bnCenter-bottom img:nth-child(1){
	top:200px;
	left:50%;
	margin-left:-230px;
}
.kansyabanner .bnCenter-bottom img:nth-child(2){
	top:200px;
	right:50%;
	margin-right:-230px;
}