body{
	padding:0 !important;
}
#admin_wrap{

}
#admin_nav{
	margin-top:10px;
}
#admin_nav a{
	border-top:1px solid #f2a0a1;
	border-left:1px solid #f2a0a1;
	border-right:1px solid #f2a0a1;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	display:inline;
	padding:5px;
	color:#000; /*★*/
	text-align:center;
}
#admin_section{
	clear:both;
	width:695px;
	height:auto;
	margin-left:22px;
	padding-top:20px;
	float:left;
}
#aside{
	float:left !important;
}
#admin_aside{
	width:300px;
	height:auto;
	margin-right:22px;
	float:right;
}
#header a{
	width:500px !important;
}
/*ログイン画面*/
#login_section{
	width:300px;
	height:auto;
	margin:100px auto;
	text-align:center;
}
#login_section .user_label{
	width:80px !important;
}
#login_title{
	font-size:14px;
	text-align:center;
}
#login_section input[type="text"]{
	width:220px !important;
}
#login_section input[type="password"]{
	width:220px !important;
}
#login_section #user_submit a{
	display:block;
	margin:0 auto;
}

/*店舗管理ページ*/
#shop_edit{
	width:100%;
	background:#fff;
	border:1px solid #f2a0a1;
}
#shop_edit td{
	border-bottom:1px dashed #f2a0a1;
	padding:10px;
}
#shop_edit .td_left{
	width:200px;
	height:auto;
	font-size:14px;
}
#shop_edit .td_left span{
	display:block;
	color:#EC929F;
}
#shop_edit td textarea{
	width:300px;
	height:80px;
}
.aleart{
	display:block;
	color:#FF0000;
	font-size:14px;
}
.sub_aleart{
	display:block;
	color:#FFA51D;
	font-size:14px;
}
label{
	cursor:pointer;
}
.info_img{
	max-width:100px;
	max-height:100px;
}
#submit{
}
#submit a{
	display:block;
	color:#fff;
	margin:10px auto 10px auto;
	background:#555;
	border:2px solid #888;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	padding:5px 10px;
	text-align:center;
}
#submit a:hover{
	display:block;
	color:#fff;
	margin:10px auto 10px auto;
	background:#555;
	border:2px solid #888;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	padding:5px 10px;
	text-align:center;
}
.form_head{
	color:#fff;
	background:#555;
}
#tab_box a{
	border-top:1px solid #f2a0a1;
	border-right:1px solid #f2a0a1;
	border-left:1px solid #f2a0a1;
	padding:5px;
	background:#f2a0a1;
	color:#fff;
}
#tab_box a:hover{
	color:#CFC0AD;
	background:#fff;
}
#tab_box a.selected{
	background:#fff !important;
	color:#555 !important;
}
#m_1,#m_2{
	margin-top:2px;
	border:1px solid #f2a0a1;
	padding:10px;
	line-height:160%;
}
.imgL {
	padding:2px;
}
.imgL img{
	max-width:500px;
	max-height:100px;
}

/*section*/
#section{
	margin:0 auto;
}
/*aside */
#aside {
	float:left !important;
}
/*nav*/
#aside nav{
	color:#C2AD97;
	/*margin:7px 0 0 140px;*/
}
#aside nav a{
	display:block;
	color:#fff;
	font-size:12px;
	margin:10px auto 10px auto;
	background:#555;
	border:2px solid #444;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	padding:5px 10px;
	text-align:center;
}
#aside nav a:hover{
	display:block;
	color:#fff;
	margin:10px auto 10px auto;
	background:#00bfff;
	border:2px solid #1e90ff;
	box-shadow:0px 1px 0px 1px #87cefa inset;
	padding:5px 10px;
	text-align:center;
	text-shadow:1px 1px 2px #6495ed;
}
#aside nav b a{
	display:block;
	color:#fff;
	margin:10px auto 10px auto;
	background:#00bfff;
	border:2px solid #1e90ff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow:0px 1px 0px 1px #87cefa inset;
	padding:5px 10px;
	text-align:center;
	text-shadow:1px 1px 2px #6495ed;
}
#aside nav form{
	display:inline;
}
/*共通*/
.display{
	font-weight:bold;
}
/*shop list*/
#shop_list{
	width:100%;
	border:1px solid #f2a0a1;
	background:#fff;
}
#shop_list tr:nth-child(2n){
	background:#f8f4e6;
}
#shop_list th,#shop_list td{
	padding:5px 10px;
}
#shop_list th{
	font-weight:normal;
}
#shop_list a{
	color:#345790;
}
#shop_list a:hover{
	color:#D2C1B0;
}
/*cnt write*/
#cnt_write tr:nth-child(2n){
	background:#f8f4e6;
}
#cnt_write td{
	padding:5px;
}
#cnt_write input[type="text"]{
	padding:5px;
	width:500px;
	height:auto;
	border:1px solid #f2a0a1;
	border-radius:5px;
}
#cnt_write textarea{
	padding:5px;
	width:500px;
	height:250px;
	border:1px solid #f2a0a1;
	border-radius:5px;
}
/*cnt list*/
#cnt_edit_title{
	font-weight:bold;
}
#cnt_list{
	width:100%;
}
#cnt_list tr:nth-child(2n){
	background:#f8f4e6;
}
#cnt_list th,#cnt_list td{
	padding:5px 10px;
}
#cnt_list th{
	font-weight:normal;
}
#cnt_list a{
	color:#345790;
}
#cnt_list a:hover{
	color:#D2C1B0;
}
/*qa list*/
#qa_list_title{
	font-weight:bold;
}
#qa_list{
	width:100%;
}
#qa_list tr:nth-child(2n){
	background:#f8f4e6;
}
#qa_list th,#qa_list td{
	padding:5px 10px;
}
#qa_list th{
	font-weight:normal;
}
#qa_list a{
	color:#345790;
}
#qa_list a:hover{
	color:#D2C1B0;
}
/*qa edit*/
#qa_edit_title{
	font-weight:bold;
}
#qa_edit{
	width:100%;
}
#qa_edit tr:nth-child(odd){
	background:#f8f4e6;
}
#qa_edit th,#qa_edit td{
	padding:5px 10px;
}
#qa_edit th{
	font-weight:normal;
}
#qa_edit a{
	color:#345790;
}
#qa_edit a:hover{
	color:#D2C1B0;
}
/**/
.red{
	color:red;
}
input[type="text"]{
	width:400px;
}
/*商品ページ*/
#item_area{
}
	#item_area form input[type="text"]:nth-child(1){
		width:100px;
	}
	#item_area form input[type="text"]:nth-child(2){
		width:20px;
	}