@charset "UTF-8";

/*各カテゴリ　タイトル
--------------------*/
#shop_info {
	position: relative;
	width: 170px;
	height: 44px;
	margin: 20px 0 -70px 15px;
	z-index: 100;
}

#price_info {
	position: relative;
	width: 217px;
	height: 44px;
	margin: 40px 0 -70px 15px;
	z-index: 100;
}

.h-txt {
	position: absolute;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	top: 11px;
	left: 50px;
}

.h-txt2 {
	position: absolute;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	top: 11px;
	left: 40px;
}

/*TABLE
-----------------------*/
table	{
	border-collapse:collapse;
	border-spacing: 0;
	width: 100%;
}
tr { border-bottom: 1px solid #9ac2e4; }
tr:last-child { border: none; }

th {
	width: 190px;
	vertical-align: top;
	background: #0789ef;
}

td {
	padding-bottom: 10px;
	padding-right: 10px;
}

/*タイトル
-------------------------*/

#genre {
	display: block;
	background: url("../../img/admin/icon_genre.png") no-repeat center left;
	background-size: 24px;
	color: #444343;
	padding: 10px 0 10px 30px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
}

#tel {
	display: block;
	background: url("../../img/admin/icon_tel.png") no-repeat center left;
	background-size: 17px 25px;
	color: #444343;
	padding: 10px 0 10px 18px;
	margin: 45px 10px 45px 20px;
	font-size: 12px;
	font-weight: bold;
}

#sp {
	display: block;
	background: url("../../img/admin/icon_sp.png") no-repeat center left;
	background-size: 22px 27px;
	color: #444343;
	padding: 10px 0 10px 24px;
	margin: 45px 0px 45px 18px;
	font-size: 12px;
	font-weight: bold;
}

#price_category{
	display: block;
	background: url("../../img/admin/icon_price.png") no-repeat center left;
	background-size: 24px 21px;
	color: #444343;
	padding: 10px 0 10px 30px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
}

#admission {
	display: block;
	background: url("../../img/admin/icon_admission.png") no-repeat center left;
	background-size: 24px 21px;
	color: #444343;
	padding: 10px 0 10px 30px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
}

#nomination {
	display: block;
	background: url("../../img/admin/icon_nomination.png") no-repeat center left;
	background-size: 24px 19px;
	color: #444343;
	padding: 10px 0 10px 30px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
}

#nomination2 {
	display: block;
	background: url("../../img/admin/icon_camera.png") no-repeat center left;
	background-size: 26px 20px;
	color: #444343;
	padding: 10px 0 10px 35px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
}

#change {
	display: block;
	background: url("../../img/admin/icon_change.png") no-repeat center left;
	background-size: 24px;
	color: #444343;
	padding: 10px 0 10px 30px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
}

#extension {
	display: block;
	background: url("../../img/admin/icon_extension.png") no-repeat center left;
	background-size: 24px;
	color: #444343;
	padding: 10px 0 10px 30px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
}

#look {
	display: block;
	background: url("../../img/admin/icon_look.png") no-repeat center left;
	background-size: 26px 15px;
	color: #444343;
	padding: 10px 0 10px 30px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height:1.3em;
	text-align: left;
}

#system {
	display: block;
	background: url("../../img/admin/icon_system.png") no-repeat center left;
	background-size: 27px 20px;
	color: #444343;
	padding: 10px 0 10px 32px;
	margin: 45px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height:1.3em;
	text-align: left;
}

/*セレクトボックス
----------------*/
select { width: 120px; }

.time1 {
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
}
.time2 {
	display: inline-block;
	margin-left: 30px;
	vertical-align: top;
}

.time2 span {
	font-size: 13px;
	color: #444343;
}

/*チェックボックス
---------------------*/
.check {
	font-size: 13px;
	color: #444343;
	margin-top: 10px;
}
.cheklist {
	margin-left: 0;
	display: inline-block;
}
.cheklist:first-child {
	margin-left: 30px;
	display: inline-block;
}
.cheklist:last-child {
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
}

.cheklist li {
	font-size: 13px;
	color: #444343;
	margin: 2px 15px 0 0;
}

.cheklist2 {
	margin-left: 15px;
}
.cheklist2 li {
	display: inline-block;
	font-size: 13px;
	color: #444343;
	margin: 2px 40px 0 0;
}

/*インプットエリア
------------------------*/
.input_s {
	width: 150px;
	height: 25px;
	margin-left: 20px;
}

.input_l {
	width: 550px;
	height:25px;
	margin-left: 20px;
}
.input_l2 {
	width: 550px;
	height:55px;
	margin-left: 20px;
}
.input_l3 {
	width: 580px;
	margin-left: 10px;
}
.input_l_mlb {
	width: 550px;
	height:25px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.input_l_mb {
	width: 550px;
	height:25px;
	margin-bottom: 20px;
}

/*バナー登録
-----------------------*/

.registration_area{
	letter-spacing: -0.4em;
	margin: 0;
}

#registration_bnr {
	width: 188px;
	height: 55px;
	background: url("../../img/admin/banner.jpg") no-repeat;
	margin-left: 30px;
	display: inline-block;
}

#confirm {
	width:　230px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#confirm li {
	border-radius: 4px;
	background: #c0e9f7;
	margin: 0;
}

#confirm li:last-child {
	border-radius: 4px;
	background: #ffe5e5;
	margin-top: 5px;
}

#confirm li a {
	padding: 7px 25px;
	font-size: 10px;
	display: block;
	color: #444343;
	letter-spacing: normal;
}

#update {
	border-radius: 4px;
	width: 220px;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	text-align: center;
}

#update2 {
	width: 480px;
	height: 60px;
	background: #ff5050;
	background: -moz-linear-gradient(top,  #ff5050 0%, #fe1515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5050), color-stop(100%,#fe1515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5050 0%,#fe1515 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5050 0%,#fe1515 100%); /* W3C */
	text-decoration: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin: 40px auto;
	text-align: center;
}

#update a,#update2 a {
	font-size: 18px;
	line-height: 60px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	color: #fff;
	display: block;
	letter-spacing: normal;
}
