@charset "utf-8";

.sectionLimitAccess {
	width:420px;
	display: none;
	padding:0;
	margin:0;
	overflow:hidden;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	z-index: 101;
}

.sectionLimitAccess h1{
	margin:0 0 38px 0;
	padding:0;
	height:64px;
	line-height:62px;
	text-align:center;
	letter-spacing: 2px;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

.sectionLimitAccess p{
	text-align:center;
}

.sectionLimitAccess p.message{
}

.sectionLimitAccess p.message .error
{
    display:block;
    padding:15px 0 0 0;
}
.sectionLimitAccess p.message .text
{
    padding:0 10px 0 0;
    display:block;
    margin-bottom:15px;
}

.sectionLimitAccess p.message input
{
    width:200px;
    height:20px;
    padding:2px;
}
.sectionLimitAccess .deletebtn {
	width:325px;
	height:25px;
	line-height:25px;
	margin:30px auto;
	text-align:center;
}
.sectionLimitAccess .deletebtn a
{
    cursor:pointer;
    margin-left:10px;
	width:85px;
	height:21px;
	line-height:21px;
	text-align:center;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	padding: 2px 0;
	text-decoration: none;
}
.sectionLimitAccess .deletebtn a:hover {
}
.sectionLimitAccess .deletebtn a:active {
	position:relative;
	top:1px;
}
.sectionLimitAccess .deletebtn a:not(:target) {
    filter: none;
    -ms-filter: none;
}


.sectionLimitAccess {
	border:1px solid #cccccc;
	-webkit-box-shadow: 0px 1px 3px 0px #666;
	-moz-box-shadow: 0px 1px 3px 0px #666;
	box-shadow: 0px 1px 3px 0px #666;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.sectionLimitAccess h1
{
    font-size:19px;
	font-weight:bold;
	color:#333;
	text-shadow: 1px 1px 2px #999;
	background-color:#f0f0f0;
	-webkit-box-shadow: 0px 1px 3px 0px #999;
	-moz-box-shadow: 0px 1px 3px 0px #999;
	box-shadow: 0px 1px 3px 0px #999;
}

.sectionLimitAccess p{
}

.sectionLimitAccess p.message{
	font-size:13px;
	font-weight:bold;
	color:#333;
}

.sectionLimitAccess p.message .error
{
    color:#f00;
    font-weight:normal;
}
.sectionLimitAccess p.message .text
{
    font-size:15px;
    margin-bottom:15px;
}

.sectionLimitAccess p.message input
{
    background-color:#fff;
}
.sectionLimitAccess .deletebtn {
}
.sectionLimitAccess .deletebtn a
{
    -moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	box-shadow: inset 0px 1px 0px 0px #86ACC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color: #23486F;
	border: 1px solid #0C274D;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}
.sectionLimitAccess .deletebtn a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}
.sectionLimitAccess .deletebtn a:active {
}
.sectionLimitAccess .deletebtn a:not(:target) {
}