
/********* ドロップナビ **********/

ul.drop_nav{
	zoom:1;
}
.drop_nav li{
	width:160px;
	height:34px;
	line-height:34px;
	float: left;
}
ul.drop_sub{
	width:160px;
	z-index:1000;
	top:35px;
	left:0px;
}
ul.drop_sub li{
	padding:0px;
	height:35px;
}
ul.drop_sub a{
	width:160px;
	height:34px;
	line-height:34px;
}

/********* モーダルウィンドウ **********/

iframe{border: none;}
.modal_window {display: none;}

#modal_bg {
z-index: 1000;
background-image: url("../../img/common/modal_bg.png");
background-repeat: repeat;
width: 100%;
height: 100%;
overflow: hidden;
position: fixed !important;
position: absolute;
top: 0px;
left: 0px;
display: none;
}
.modal_bg_close{
width: 100%;
height: 100%;
display: block;
z-index: 1001;
position: absolute;
top: 0;
left: 0;
}

.modal_box {
z-index: 10000;
width: 100%;
height: 100%;
position: fixed !important;
position: absolute;
top: 0px;
left: 0px;
display: none;
}

.modal_box table, .modal_box tr {width: 100%;height: 100%;}

.modal_box td {
height: 100%;
vertical-align:middle;
}

.modal_box .pop_inner {
position: relative;
background-color:#FFF;
margin: 0 auto;
width:200px;
padding: 10px;
z-index: 1002;
}

.modal_close {
	z-index:100;
cursor: pointer;
display: none;
position: absolute;
right: 5px;
top: 5px;
width: 20px;
height: 20px;
font-size: 20px;
/*border: solid 1px #333333;*/
background-color: #FFFFFF;
text-align: left;
line-height: 20px;
}


