@charset "utf-8";



/******************/
/*
html,
body {width:100%; height:100%;}
body {position:relative;}
*/
#ax a {cursor:pointer;}
#ax hr {margin:30px 0;}

.nowrap {white-space:nowrap;}

#ax input {min-width:400px;}

/******************/


#ax .input_url {margin:0 0 50px 0;}

#ax #add_title_span {color:#f00;}


/******************/

table#ax_table {width:100%; margin:0 0 30px 0;}
table#ax_table tr:nth-child(odd) {background-color:#f9f9f9;}
table#ax_table tr:nth-child(eveb) {background-color:#fff;}

table#ax_table th,
table#ax_table td {padding:5px;}
table#ax_table th {background:#222; color:#fff;}
table#ax_table td {}
table#ax_table td:first-child,
table#ax_table td:last-child {text-align:center;}

/******************/

#ax #post-list {
display:none;
width:800px;
height:500px;
top:50%;
left:50%;
padding:30px;
margin-top:-250px;
margin-left:-400px;
overflow:hidden;
overflow:scroll;
position:fixed;
background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
z-index:200200;
}

#ax .my-post-list table {}
#ax .my-post-list table tr:nth-child(odd) {background-color:#f9f9f9;}
#ax .my-post-list table tr:nth-child(eveb) {background-color:#fff;}

#ax .my-post-list table th,
#ax .my-post-list table td {padding:5px;}

#ax .my-post-list table th {background:#222; color:#fff;}


/******************/

#ax #alertbox {
display:none;
width:500px;
height:300px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
position:fixed;
top:50%; left:50%; margin-top:-150px; margin-left:-250px; border: 1px solid #222;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
padding:30px;
background:#fff;
z-index:200200;
}

#ax #alertbox h3 {text-align:center; line-height:120px;}
#ax #alertbox p {line-height:120px;}


#ax #editbox {
display:none;
width:800px; height:400px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
position:fixed;
top:50%;
left:50%;
margin-top:-200px;
margin-left:-400px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
padding:30px;
background:#fff;
z-index:200200;
}

#ax #alertbox a,
#ax #editbox a {
background:#2ea2cc;
border-color:#0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
color:#fff;
text-decoration:none;
display:inline-block;
padding:10px 30px;
line-height:1;
}


#wp-link-backdrop {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-height: 360px;
background: #000;
opacity: .7;
filter: alpha(opacity=70);
z-index: 100100;
}
/* end ************/
/******************/
/******************/


