@charset "utf-8";
/* CSS Document */

/*リンク*/
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div,
li
	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}


html {
	scroll-behavior: auto !important;
	overscroll-behavior: none;
}

body {
	word-wrap: break-word;
	padding: 0;
	margin: 0 auto;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	color: #1b1b1b;
	line-height: 1.25;
	background: #efefef !important;
}

#main_wrap{
	width: 1160px;
	min-height: 100vh;
	margin: auto;
	padding: 1px 20px;
	background-color: #ffffff;
	display: flex;
    flex-flow: column;
}

#main_wrap h2{
	margin-bottom: 15px;
}

header {
	width: 1120px;
	height: 50px;
	margin-bottom: 20px;
	position: relative;
}

header #h_shop_name{
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	position: absolute;
	left: 0;
}

header #h_login{
	line-height: 50px;
	position: absolute;
	right: 0;
}

main{
	flex: 1;
}

#side_menu{
	width:200px;
	margin: 0 20px 0 0;
	float:left;
}

#side_menu ul{
	width: 200px;
	padding: 0;
}

#side_menu li{
	width: 200px;
	height: 50px;
	padding:0 5px 0 10px;
	margin: 0 0 5px;
	line-height: 50px;
	font-size: 13px;
	list-style: none;
	background: rgb(230, 230, 230);
}

#side_menu li:hover{
	background: rgb(209, 209, 209);
	transition: .5s;
}

#side_menu li a{
	display: block;
	color: #ffffff;
	font-weight: 700;
}

#right_contents{
	width:900px;
	float:left;
}

.content_wrap{
	width:900px;
	padding: 0;
	position: relative;
}

.content_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -55px;
}

.content_wrap .btn_box a:hover{
	text-decoration: none !important; 
}

.content_wrap .btn_box2{
	width:900px;
	text-align:center;
}

.content_wrap2{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.content_wrap2 .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.content_wrap2 .btn_box a:hover{
	text-decoration: none !important;
}

.content_wrap2 .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}

/****************************
	top_list
****************************/
.top_list{
	width: 900px;
	margin-bottom: 10px;
	font-size: 12px;
}

.top_list th{
	background: #eeeeee;
	text-align: center;
}

.top_list td{
	padding: 10px 5px;
	word-break: break-all;
}

.top_list th.top_name{
	width: 300px;
}

.top_list th.top_tel,
.top_list th.top_mail{
	width: 250px;
}

.top_list th.top_login{
	width: 100px;
}

/****************************
	shop_list
****************************/
.shop_list{
	width: 900px;
	margin-bottom: 30px;
	font-size: 12px;
}

.shop_list th{
	background: #eeeeee;
	text-align: center;
}

.shop_list td{
	padding: 5px;
	word-break: break-all;
}

.shop_list th.shop_update,
.shop_list th.shop_del{
	width: 100px;
}

.shop_list td.shop_del{
	font-size: 12px;
}

.shop_list th.shop_name{
	width: 200px;
}

.shop_list td.shop_img{
	width: 200px;
}

.shop_list td.shop_img img{
	width: 190px;
}

.shop_list th.shop_ip{
	width: 150px;
}

.shop_list th.shop_tm{
	width: 150px;
}

.shop_list th.shop_ct{
	width: 100px;
}

.shop_list th.shop_date{
	width: 100px;
}

.shop_list td.shop_date{
	word-break: break-word;
}

/****************************
	info_list
****************************/
.info_list{
	width: 900px;
	margin-bottom: 10px;
	font-size: 12px;
}

.info_list th{
	background: #eeeeee;
	text-align: center;
}

.info_list td{
	padding: 10px 5px;
	word-break: break-all;
}

.info_list th.info_update,
.info_list th.info_del{
	width: 100px;
}

.info_list td.info_del{
	font-size: 12px;
}

.info_list th.info_created
{
	width: 100px;
}

.info_list th.info_com
{
	width: 600px;
}

/****************************
	menu_list
****************************/
.menu_list{
	width: 900px;
	margin-bottom: 10px;
	font-size: 12px;
	border-collapse: collapse;
}

.menu_list .move{
	width: 900px;
	cursor: grab;
}

.menu_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}

.menu_list tr{
	width: 900px;
}

.menu_list th{
	background: #eeeeee;
	text-align: center;
}

.menu_list td{
	padding: 10px 5px;
	word-break: break-all;
}

.menu_list th.menu_update,
.menu_list th.menu_del{
	width: 100px;
}

.menu_list td.menu_del{
	font-size: 12px;
}

.menu_list th.menu_id{
	width: 100px;
}

.menu_list th.menu_name,
.menu_list th.menu_url,
.menu_list th.menu_com
{
	width: 200px;
}

.menu_100{
	width: 100px;
}

.menu_200{
	width: 200px;
}

/****************************
	group_list
****************************/
.group_list{
	width: 900px;
	margin-bottom: 10px;
	font-size: 12px;
}

.group_list .move{
	width: 900px;
	cursor: grab;
}

.group_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}

.group_list tr{
	width: 900px;
}

.group_list th{
	background: #eeeeee;
	text-align: center;
}

.group_list td{
	padding: 10px 5px;
	word-break: break-all;
}

.group_list th.group_update,
.group_list th.group_del{
	width: 100px;
}

.group_list td.group_del{
	font-size: 12px;
}

.group_list th.group_id,
.group_100{
	width: 100px;
}

.group_list th.group_name,
.group_300
{
	width: 300px;
}

.group_list th.group_com,
.group_400
{
	width: 400px;
}

/****************************
	regedit
****************************/
.content_wrap form {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

.content_wrap form dl {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 18px;
	border-bottom: #cccccc solid 1px;
}

.content_wrap form dl:first-child {
	padding-top: 0.5rem;
	border-top: #cccccc solid 1px;
}

.content_wrap form dl dt {
	width: 180px;
	margin-bottom: 0.5rem;
	font-size: 14px;
	padding: 12px 0px 12px 15px;
	background: #eeeeee;
	display: inline-block;
}

.content_wrap form dl dt::first-line {
	line-height: 40px;
}

.content_wrap form dl dt.twolines {
	width: 180px;
	margin-bottom: 0.5rem;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 0px 12px 15px;
	background: #eeeeee;
	display: inline-block;
}

.content_wrap form dl dt.twolines::first-line {
	line-height: 25px;
}

.content_wrap form dl dt span.req {
	font-size: 12px;
	color: #ff0000;
	display: block;
	margin: -5px auto 10px;
}

.content_wrap form dl dd {
	width: 720px;
	margin-bottom: 0.5rem;
	padding: 12px 0 12px 20px;
	line-height: 40px;
}

.content_wrap form dl dd select{
	height: 40px;
	line-height: 40px;
}

.content_wrap dl dd input.input_title{
	width: 700px;
}

.content_wrap dl dd input.input_size{
	width: 70px;
	margin: 0 5px;
}

.content_wrap dl dd textarea.link_regedit_com{
	width: 700px;
	height: 100px;
	margin-bottom: 5px;
}

footer{
	text-align: center;
}
