@charset "utf-8";

/*/////////////////////////////////////////////////////////////
common.css

ver.2010/05/21
---------------------------------------------------------------
0. body
	0-1. link
2. wrapper
3. container
4. header
	4-1. hnavi




 2-1. Inline-level Elements
 2-2. Block-level Elements
 2-3. Table

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


/*--------------------------------------------------------------
0. body
--------------------------------------------------------------*/
body {
  color: #444;
  background: #EEEEEE;
}

/* 0-1 link
------------------------------------------------------------- */
a:link {
	color: #0029CC;
	text-decoration: underline;
	line-height:1.5;
}
a:visited {
	color: #6605C0;
	text-decoration: underline;
	line-height:1.5;
}
a:hover {
	color: #0531C0;
	text-decoration: none;
	line-height:1.5;
}
a:active {
 	color: #0531C0;
 	text-decoration: none;
		line-height:1.5;
}
/*yuga.js入れた場合の現在位置*/
.parentsLink {  background-color: #888!important;}

/*--------------------------------------------------------------
2. wrapper
--------------------------------------------------------------*/
#wrapper {
	padding: 0;
	margin: 0;
	width:100%;
}

/*--------------------------------------------------------------
3. container
--------------------------------------------------------------*/
#container {
  min-width: 70%;
  	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------
4. header
------------------------------------------------------------ */
#header  {
	width: 100%;
	padding: 0 10px;
	background: #fff url(../../images/admin/header.gif) repeat-x;
	border-bottom: 1px solid #bbb;
	color: #555;
	position: fixed;
	top:0;
	left:0;
	height:50px;
	z-index:20;
}

/*IE6*/
* html div#header    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}


#header h1 {
	padding:10px 0;
	margin:0;
}
#header h1 a:link,
#header h1 a:active,
#header h1 a:hover,
#header h1 a:visited {
	text-decoration: none;
	color: #666;
	background: #fff!important;
}

/**/
#header_frame  {
	width : -webkit-calc(100% - 20px) ;
	width : calc(100% - 20px);
	padding: 0 10px;
	background: #fff repeat-x;
	color: #555;
	height: 80px;
}

/*IE6*/
* html div#header_frame    {
  /*  position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));  */
}


#header_frame h1 {
	padding:10px 0;
	margin:0;
}
#header_frame h1 a:link,
#header_frame h1 a:active,
#header_frame h1 a:hover,
#header_frame h1 a:visited {
	text-decoration: none;
	color: #666;
	background: #fff!important;
}


#header_frame h1 a.hiketu:link{
	color: #0029CC;
    text-decoration: underline;
}

#header_frame h1 a.hiketu:visited{
	color: #0029CC;
    text-decoration: underline;
}


/* 4-1 hnavi
------------------------------------------------- */
#hnavi {
	position: absolute;
	top: 35px;
	right: 25px;
}
#hnavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hnavi ul li {
	float: left;
	padding: 5px 10px;
}

#hnavi ul li a:link,
#hnavi ul li a:visited,
#hnavi ul li a:hover,
#hnavi ul li a:active {
	text-decoration: none;
	color: #FFF;
}

#hnavi a.logout {
  background: #cc0000;
  padding: 1px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 3px;
  text-decoration:none;
}
#hnavi a.logout:hover {background: #980000;}


/* ------------------------------------------------------------
 3. contents
------------------------------------------------------------ */
/*#contents {
	margin:0;
	width:100%;
	padding:60px 0 0 0;
}

*/

#contents{
	padding-top:60px;
	padding-left:220px;
	/*overflow:hidden;*/

	zoom:1;/*IE6*/
}

/**/

#contents_frame{
	/*padding-top:60px;
	padding-left:220px;*/
	/*overflow:hidden;*/


	zoom:1;/*IE6*/
}



/* ------------------------------------------------------------
 3. main
------------------------------------------------------------ */
#main {
	border-left:220px solid #eee;
	margin-left:-220px;
	width:100%;
	float:right;
	z-index:200;

}
/*IE6*/
* html #main    {
	position: relative;
}

/**/


#main_frame {
	/*border-left:220px solid #eee;
	margin-left:-220px;*/
	width:100%;
	/*float:right;
	z-index:200;*/

}
/*IE6*/
* html #main_frame    {
	/*position: relative;   */
}






/* titile
----------------------------------------------------------- */
.ttl_lv2,
.ttl_lv2_list{
  background: url("../../images/admin/common/bg_btm01.jpg") repeat-x scroll left bottom transparent;
  font-size: 2em;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -1px;
  line-height: 1.2;
  border-bottom:#1A1A1A 2px solid;
  margin-bottom:10px;
  padding: 5px;
}

.ttl_lv2_list {position:relative;}
.ttl_lv2_list span {
	position:absolute;
	right:0;
	top:2px;
	z-index:5;
	font-size:0.7em;
	font-weight:normal;
	/*background:url(../../images/admin/icons/ico_tp.gif) left center no-repeat;*/
	padding: 0 0 0 14px;
	letter-spacing:0;
}

.ttl_lv3 {
  font-size: 1.6em;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom:10px;
  padding:0 0 0 14px;
  background:url(../../images/admin/icons/ico_cr01.gif) left center no-repeat;
}

.ttl_lv3_list {
  font-size: 1.6em;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom:0pt;
  padding:0 0 0 14px;
  background:url(../../images/admin/icons/ico_db01.gif) left center no-repeat;
}

.ttl_lv4 {
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
}


/* content
----------------------------------------------------------- */
.content {
	background: #FFF;
	padding:10px;
	margin-bottom:10px;
	margin-left:10px;
	border-bottom: #bdbdb 1px solid;
	/* box-shadow: 0 0 5px #aaa; */
}

.content p {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5;
}


/* topicpath
----------------------------------------------------------- */
#topkanritaitle {
	font-size: 1.5em;
	padding:10px;
	margin:10px 0 10px 10px;
	line-height: 1.5;
	display: block;
	/*	background-color:transparent;*/
	background-color:#c00;
	border-bottom: #bdbdb 1px solid;
	box-shadow: 0 0 5px #aaa;
	color:#fff;
}

#topicpath {
	font-size: 1.1em;
	padding:10px;
	margin:10px 0 10px 10px;
	line-height: 1.5;
	display: block;
	/*	background-color:transparent;*/
	background-color:#fff;
	border-bottom: #bdbdb 1px solid;
		box-shadow: 0 0 5px #aaa;
}
#topicpath #topicpath_here {/*管理画面用*/
	font-size: 1.1em;
	/*font-size: 2em;*/
	font-weight:bold;
	/*display:block;*/
	/*margin-top:5px;*/
}
#topicpath li {
	display: inline;
	font-size: 1.1em;
	background:url(../../images/admin/icons/ico_tp.gif) left center no-repeat;
	padding:0 0 0 14px;
}

#tp1st {background:none!important;padding:0!important;}

#topicpath li a {
	text-decoration: none;
	background-color: transparent;
	background-color:none!important;
}
#topicpath li a:link {
	text-decoration: underline;
	background:none!important;
}
#topicpath li a:visited {
	text-decoration: underline;
	background:none!important;
}
#topicpath li a:hover {
	text-decoration: none;
	background:none!important;
}
#topicpath li a:active {
 	text-decoration: underline;
	background:none!important;
}
#topicpath odd a,
#topicpath even a {background:none!important;}

#topicpath li a .current{background:none!important;}

#topbtn{
	width:190px;
	float:left;
	margin-top: -14px;
}

#topbtn li{
	float:left;
	width:201px;
	margin-right: 20px;
	margin-top:8px;
}
#topbtn li:first-child{
	margin-top:14px;
}

#topbtn #btn1{
	background: url("../../images/admin/top/bt_01baitai-off.gif") no-repeat; /* ロールオーバー時のチラつき防止 */
}
#topbtn #btn1 a {
    width: 201px;
    height: 38px;
    background: url("../../images/admin/top/bt_01baitai-off.gif") no-repeat;
    display: block;
    text-indent: -9999px;
}
#topbtn #btn1 a:hover {
    background-image: url("../../images/admin/top/bt_01baitai-on.gif");
}


#topbtn #btn2{
	background: url("../../images/admin/top/bt_02ryokin-off.gif") no-repeat; /* ロールオーバー時のチラつき防止 */
}
#topbtn #btn2 a {
    width: 201px;
    height: 38px;
    background: url("../../images/admin/top/bt_02ryokin-off.gif") no-repeat;
    display: block;
    text-indent: -9999px;
}
#topbtn #btn2 a:hover {
    background-image: url("../../images/admin/top/bt_02ryokin-on.gif");
}


#topbtn #btn3{
	background: url("../../images/admin/top/bt_03promo-off.gif") no-repeat; /* ロールオーバー時のチラつき防止 */
}
#topbtn #btn3 a {
    width: 201px;
    height: 38px;
    background: url("../../images/admin/top/bt_03promo-off.gif") no-repeat;
    display: block;
    text-indent: -9999px;
}
#topbtn #btn3 a:hover {
    background-image: url("../../images/admin/top/bt_03promo-on.gif");
}

#topbtn #btn4{
	background: url("../../images/admin/top/bt_04shorui-off.gif") no-repeat; /* ロールオーバー時のチラつき防止 */
}
#topbtn #btn4 a {
    width: 201px;
    height: 38px;
    background: url("../../images/admin/top/bt_04shorui-off.gif") no-repeat;
    display: block;
    text-indent: -9999px;
}
#topbtn #btn4 a:hover {
    background-image: url("../../images/admin/top/bt_04shorui-on.gif");
}

#topbtn #btn5{
	background: url("../../images/admin/top/bt_05bannersize-off.gif") no-repeat; /* ロールオーバー時のチラつき防止 */
}
#topbtn #btn5 a {
    width: 201px;
    height: 38px;
    background: url("../../images/admin/top/bt_05bannersize-off.gif") no-repeat;
    display: block;
    text-indent: -9999px;
}
#topbtn #btn5 a:hover {
    background-image: url("../../images/admin/top/bt_05bannersize-on.gif");
}

#top-right-btn2,
#top-right-btn{
    float: left;
    margin-top: 14px;
    width: 174px;
    height:174px;

}
#top-right-btn2{
	margin-left: 15px;
}

#top-right-btn #btn6{
	background: url("../../images/admin/top/pc_hansoku_tissue_off.jpg") no-repeat; /* ロールオーバー時のチラつき防止 */
}

#top-right-btn2 #btn7{
	background: url("../../images/admin/top/pc_hansoku_manga_off.jpg") no-repeat; /* ロールオーバー時のチラつき防止 */
}

#top-right-btn2 #btn8{
	background: url("../../images/admin/top/pc_hansoku_MEO_off.jpg") no-repeat; /* ロールオーバー時のチラつき防止 */
}


#top-right-btn2 #btn8 a,
#top-right-btn2 #btn7 a,
#top-right-btn #btn6 a{
	width: 174px;
    height:174px;
	background: url("../../images/admin/top/pc_hansoku_tissue_off.jpg") no-repeat;
	display: block;
	text-indent: -9999px;
}


#top-right-btn2 #btn7 a{
	background: url("../../images/admin/top/pc_hansoku_manga_off.jpg") no-repeat;
}

#top-right-btn2 #btn8 a{
	background: url("../../images/admin/top/pc_hansoku_MEO_off.jpg") no-repeat;
}

#top-right-btn3 {
	float: left;
	margin-top: 14px;
	margin-left: 14px;
}

#top-right-btn3 a {
	display: block;
}

#top-right-btn3 a:nth-child(2){
	margin-top: 10px;
}

#top-right-btn #btn6 a:hover{
	background-image: url("../../images/admin/top/pc_hansoku_tissue_on.jpg");
}

#top-right-btn2 #btn7 a:hover{
	background-image: url("../../images/admin/top/pc_hansoku_manga_on.jpg");
}
#top-right-btn2 #btn8 a:hover{
	background-image: url("../../images/admin/top/pc_hansoku_MEO_on.jpg");
}

#topbtn .btn10 a {
	width: 160px;
    /* height: 38px; */
    border: 2px solid #99C9EB;
    border-radius: 5px;
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeedf2 86%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeedf2 86%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeedf2 86%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeedf2',GradientType=0 );
    text-decoration: none;
    color: #000000;
    /* font-weight: bold; */
    font-size: 16px;
    padding: 8px 0px 8px 10px;

}
#topbtn .btn10 a:hover{
	opacity:0.8;
}

/* ------------------------------------------------------------
 left
------------------------------------------------------------ */
#left {
	width: 240px;
	height: 100%;
	background-color: #EEEEEE;
	padding-top: 1px;
	float: left;
}

#left_narrow {
	width: 210px;
	height: 100%;
	background-color: #EEEEEE;
	padding-top: 1px;
	float: left;
}

/* ------------------------------------------------------------
 right
------------------------------------------------------------ */
#right {
	float: left;
	width : -webkit-calc(100% - 240px) ;
	width : calc(100% - 240px);
	background-color: #cfcfcf;
}

#right_narrow {
	float: left;
	width : -webkit-calc(100% - 210px) ;
	width : calc(100% - 210px);
	background-color: #cfcfcf;
}

/* ------------------------------------------------------------
 3. sub
------------------------------------------------------------ */
#sub {
	overflow:auto;
	font-size:1.2em;
	background-color:#eee;
	height:100%;
	position: fixed;
	top:50px;


	float:left;
	margin-left:-220px;
	width:220px;

}
/*IE6*/
* html #sub    {
	height:400px;
	position: absolute;
    top: expression(eval(document.documentElement.scrollTop+50));
	overflow:auto;
	/*background:#cfcfcf url(../../../images/admin/admin/common/bg_side_ie6.jpg) right bottom no-repeat!important;*/
}


/**/


#sub_frame {
	/*overflow:auto;*/
	font-size:1.2em;
	background-color:#eee;
	/*height:100%;
	position: fixed;
	top:50px;*/


/*	float:left;
	margin-left:-220px;*/
	/*width:220px;*/

}
/*IE6*/
* html #sub_frame    {
	/*height:400px;
	position: absolute;
    top: expression(eval(document.documentElement.scrollTop+50));
	overflow:auto;*/
	/*background:#cfcfcf url(../../../images/admin/admin/common/bg_side_ie6.jpg) right bottom no-repeat!important;*/
}


#LeftFrameSwitcher {
cursor:pointer;
left:0;
position:fixed;
top:50%;
}
* html #LeftFrameSwitcher {
position:absolute;
}


/* snavi
----------------------------------------------------------- */
#snavi {padding:10px 5px 5px 5px;  /*padding:5px;*/margin:0;}
#snavi ul {
	display:block;
	margin-bottom:10px;
	_margin-bottom:5px;/*IE6*/
	box-shadow: 0 0 2px #d1d1d1;
}

.treenodeopen a {
	color: #FFF!important;
	border-bottom: 3px solid #1a1a1a;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none!important;
}
.treenodeopen a:hover { background-color:#444!important;}

.treeopen { background: #36393d url(../../images/admin/icons/ico_open.gif) left no-repeat!important;}
.treeclosed  {background: #36393d url(../../images/admin/icons/ico_closed.gif) left no-repeat!important;}

.snavi_lst { padding:0; overflow:hidden;}

.snavi_lst a {
	color: #666!important;
	display: block;
}
.snavi_lst a:link,
.snavi_lst a:visited {
  display: block;
  padding: 5px;
  background: #FFF;
  border-bottom: 1px solid #F0F0EE;
  text-decoration: none;
}
.snavi_lst a:hover,
.snavi_lst a:active {
  background: #666!important;
  color: #fff!important;
}

.snavi_lst .add_shop{
	padding: 20px 5px !important;
	font-size: 18px;
}

/**/
a.snavi_here {
	text-decoration:none!important;
	background:#999!important;
	color:#fff !important;
	font-weight:bold;
	border-bottom: 1px solid #F0F0EE;
}

#snavi ul#banners{
	box-shadow: none;
    text-align: center;
}
#snavi ul#banners li{
	display: inline-block;
    margin-bottom: 5px;
}

/* ------------------------------------------------------------
 3. footer
------------------------------------------------------------ */
#footer {
	clear: both;
	color: #FFF;
	background: #1a1a1a;
}

#footer p {
	margin: 0;
	padding: 10px;
}



/* ------------------------------------------------------------
 3. ページネーション　テーブル下部へボタンを配置する場所
------------------------------------------------------------ */
.actions-bar { padding: 10px 1px;}
.actions-bar .actions {float: left;}
.actions-bar .pagination {float: right;padding: 1px 0;}


/* ------------------------------------------------------------
 3. pagination
------------------------------------------------------------ */
.pagination a, .pagination span {
  padding: 2px 5px;
  margin-right: 5px;
  display: block;
  float: left;
  border-style: solid;
  border-width: 1px;
  background: #cfcfcf;
  -moz-border-radius: 3px;
  border: 1px solid #c1c1c1;
   line-height:1.5;
}

.pagination span.current {
 font-weight: bold;
  background: #36393d;
  color: #FFF;
  border: 1px solid #36393d;
    line-height:1.5;

}

.pagination a {
 text-decoration: none;
  color: #1a1a1a;

}

.pagination a:hover {
  border: 1px solid #666;
}


/* ------------------------------------------------------------
 3. 一覧表示
------------------------------------------------------------ */

/* 0. 画像リンクに対するhover
----------------------------------------------------------- */
.list_view01 a img:hover,
.list_view02 a img:hover,
.list_view03 a img:hover,
.list_view04 a img:hover,
.list_view05 a img:hover,
.list_view06 a img:hover,
.list_view07 a img:hover{
	opacity: 0.9;
	-ms-filter: "alpha( opacity=90 )";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.9;
}

/* 1. 左に写真右に文一列ずつの場合（1列 - 画像に回り込まない）
----------------------------------------------------------- */
dl.list_view01 {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	border-bottom: #eee 1px solid;
	clear:left;
	display:block;
	font-size:1.2em;
	line-height:1.5;
}

.list_view01 dt {
	float: left;
	padding-bottom: 5px;
	width:80px;

}
.list_view01 dt img {
	display:block;
	padding: 2px;
	border: #ccc 1px solid;
	margin: 0 5px 5px 0;
}

.list_view01 dd{
	margin-left: 100px;
	padding:0;
}


/* 2. 左に写真右に文一列ずつの場合（1列 - 画像に回り込む）
----------------------------------------------------------- */
dl.list_view02 {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	border-bottom: #eee 1px solid;
	clear:left;
	display:block;
	font-size:1.2em;
	line-height:1.5;
}

.list_view02 dt {
	float: left;
	padding-bottom: 5px;
	width:80px;
	display:inline;
	margin:0 20px 0 0;
	_margin:0 10px 0 0;/*IE6*/
}
.list_view02 dt img {
	display:block;
	padding: 2px;
	border: #ccc 1px solid;
	margin: 0 5px 5px 0;
}

.list_view02 dd{
	margin:0;
	padding:0;
}


/* 3. 左に写真右に文2列ずつの場合（2列 - 画像に回り込まない）
----------------------------------------------------------- */
ul.list_view03{
	padding:0;
	margin:0 0 20px 0;
	display: block;
	border-bottom: #eee 1px solid;
}

li.list_view03_left{
	width:48%;
	float:left;
}
li.list_view03_right{
	width:48%;
	float:right;
}

li.list_view03_left,
li.list_view03_right{
	margin: 0;
	padding: 5px 0;
	list-style-type: none;


	display:block;
	font-size:1.2em;
	line-height:1.5;
}

li.list_view03_left dt,
li.list_view03_right dt {
	float: left;
	padding-bottom: 5px;
	width:80px;

}

li.list_view03_left dt img,
li.list_view03_right dt img {
	display:block;
	padding: 2px;
	border: #ccc 1px solid;
	margin: 0 5px 5px 0;
}

li.list_view03_left dd,
li.list_view03_right dd{
	margin-left: 100px;
	padding:0;
}


/* 4. 左に写真右に文2列ずつの場合（2列 - 画像に回り込む）
----------------------------------------------------------- */

ul.list_view04{
	padding:0;
	margin:0 0 20px 0;
	display: block;
	border-bottom: #eee 1px solid;
}

li.list_view04_left{
	width:48%;
	float:left;
}
li.list_view04_right{
	width:48%;
	float:right;
}

li.list_view04_left,
li.list_view04_right{
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	display:block;
	font-size:1.2em;
	line-height:1.5;
}

li.list_view04_left dt,
li.list_view04_right dt {
	float: left;
	padding-bottom: 5px;
	width:80px;


	display:inline;
	margin:0 20px 0 0;
	_margin:0 10px 0 0;/*IE6*/

}

li.list_view04_left dt img,
li.list_view04_right dt img {
	display:block;
	padding: 2px;
	border: #ccc 1px solid;
	margin: 0 5px 5px 0;
}

li.list_view04_left dd,
li.list_view04_right dd{
	/*margin-left: 100px;*/
	padding:0;
	margin:0;
}


/* 5. 左に写真右に文3列ずつの場合（3列 - 画像に回り込まない）
----------------------------------------------------------- */
ul.list_view05{

	font-size:1.2em;
	line-height:1.5;

	padding:0;
	margin:0 0 20px 0;
	display: block;
	border-bottom: #eee 1px solid;

}

.list_view05 li{
	width:33%;
	float:left;
}

.list_view05 li dl {
	display:block;
	margin:0 20px 20px 0;
}

.list_view05 li .last{ margin-right:0!important;}

.list_view05 li dt {
	float: left;
	padding-bottom: 5px;
	width:80px;
}

.list_view05 li dt img {
	display:block;
	padding: 2px;
	border: #ccc 1px solid;
	margin: 0 5px 5px 0;
}

.list_view05 li dd{
	margin-left: 100px;
	padding:0;
}

/* 6. 左に写真右に文3列ずつの場合（3列 - 画像に回り込む）
----------------------------------------------------------- */
ul.list_view06{

	font-size:1.2em;
	line-height:1.5;

	padding:0;
	margin:0 0 20px 0;
	display: block;
	border-bottom: #eee 1px solid;

}

.list_view06 li{
	width:33%;
	float:left;
}

.list_view06 li dl {
	display:block;
	margin:0 20px 20px 0;
}

.list_view06 li .last{ margin-right:0!important;}

.list_view06 li dt {
	float: left;
	padding-bottom: 5px;
	width:80px;

	display:inline;
	margin:0 20px 0 0;
	_margin:0 10px 0 0;/*IE6*/
}

.list_view06 li dt img {
	display:block;
	padding: 2px;
	border: #ccc 1px solid;
	margin: 0 5px 5px 0;
}

.list_view06 li dd{
	padding:0;
}

/* 7. 画像の下にテキスト
----------------------------------------------------------- */
dl.list_view07 {
	margin: 0 auto;
	padding:0;
	list-style-type: none;
	display:block;
	font-size:1.2em;
	line-height:1.5;
	float:left;
	width:120px;
}
.list_view07 dt {
	margin: 0 auto;
	padding:5px;
	text-align:center;
}
.list_view07 dt img {
	display:block;
	padding: 2px;
	border: #ccc 1px solid;
	margin: 0 auto;
}

.list_view07 dd{
	padding:0;
	margin: 0 auto;
	font-size:0.8em;
}
dl.list_view07:hover{
	background-color:#eee;
	display:block;
	text-decoration:none;
}


/* ------------------------------------------------------------
 3. news
------------------------------------------------------------ */
#news {
	padding:0;
	margin:0;
	font-size:1.2em;
	line-height:1.5;
}

#news dt {
	width:10em;
	float:left;
}
#news dd {
	margin:0 0 10px 10em;
	padding:0;
}

#news dd li{
	line-height:1.5;
}




/* ------------------------------------------------------------
 4. mail_list
------------------------------------------------------------ */
#mail_list{
	padding: 0;
}

#mail_list dl{
	width: 17%;
	height: 35px;
	float: left;
	display: inline;
	padding: 10px;
	margin: 0 5px 5px 0;
	border: #ccc 1px solid;
}

#mail_list dt{
	width: 20px;
	float: left;
}

#mail_list dl:hover{
	background-color: #FDFCE3;
}

#mail_list dd{
	margin-left: 45px;
	display: block;
}

/*--------------------------------------------------------------
  コンテンツ利用状況
--------------------------------------------------------------*/
#syukyaku_table,
#kyujin_table,
#option_table {
	border: #1a1a1a;
	width: 100%;
	table-layout: fixed;
}
#kyujin_table,
#option_table {
	margin-top: 30px;
}
#syukyaku_table_header,
#kyujin_table_header,
#option_table_header {
	background-color: #002060;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#kyujin_table_header {
	background-color: #FF1493;
}
#man_kyujin_table_header {
	background-color: #0070C0;
}
#option_table_header {
	background-color: #00b050;
}
.cell_header {
	background-color: #0070C0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	height: 25px;
}
#kyujin_table .cell_header {
	background-color: #FF69B4;
}
#man_kyujin_table .cell_header {
	background-color: #00B0F0;
}
#option_table .cell_header {
	background-color: #92D050;
}
.cell_body {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	padding: 10px;
	text-align: center;
	height: 80px;
}
.cell_body.sub_area {
	font-size: 12px;
}
p.news_last_update {
	font-size: 11px;
}
.report_button {
	position: absolute;
	top: -50px;
	right: 50px;
	text-align: center;
    margin: 0 1px;
    border: 1px solid #ffa500;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: bold;
    background-color: #ffa500;
    -moz-border-radius: 4px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    padding: 3px 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    padding: 7px 10px;
}
.plan_out {
	font-size: 1em !important;
}
.short_contents{
	color: #ED7D31;
	font-weight: bold;
}
select#news_month {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #666666;
}
select#news_month::-ms-expand {
	display: none;
}
.sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.sl01::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.sl01::after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}




/*--------------------------------------------------------------
 1. ログイン
--------------------------------------------------------------*/

/* LOGIN */

#login {
	width: 550px;
	margin: 50px auto;
	background: #FFF;
}

#login h2 {
  padding: 10px 15px;
  margin: 0;
  background: #36393d;
  color: #FFF;
  font-size:2em;
}
#login h3 {
	font-size:1.4em;
	margin-bottom:10px;
}

#login dl {
  margin: 0;
}

#login dt {
	margin: 0;
	font-size: 1.4em;
	;
}

#login dd {
	margin: 0 0 10px 0;
	padding: 0;
}

#login dd input { padding:3px; width:98%;}


#btn_login { margin:20px 0 0 0;}
#btn_login p{
	margin:20px 0 0 0;
}

#btn_login .button_gray { margin-right:10px; font-size:1.6em;}

/* ---------------------- slate nav ---------------------- */
#slatenav{position:relative;display:block;height:42px;font-size:11px;font-weight:bold;background:font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
#slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
#slatenav ul li a{display:block;float:left;color:#D5F1FF;text-decoration:none;padding:14px 22px 0 22px;height:28px;border:solid 1px #333;background:transparent url(../../images/admin/blackslate_backgroundOVER.gif) no-repeat top center;}
#slatenav ul li a:hover, #slatenav ul li a.current{color:yellow;background:transparent url(../../images/admin/blackslate_backgroundOVER.gif) no-repeat top center;}

#slatenav ul li a.nouse{display:block;float:left;color:#808080;text-decoration:none;padding:14px 22px 0 22px;height:28px;border:solid 1px #333;background:transparent url(../../images/admin/blackslate_backgroundOVER.gif) no-repeat top center;}
#slatenav ul li a.nouse:hover{color:#808080;background:transparent url(../../images/admin/blackslate_backgroundOVER.gif) no-repeat top center;}


/* ---------------------- END slate nav ---------------------- */


/* ---------------------- slate nav2 ---------------------- */
#slatenav2{position:relative;display:block;font-size:13px;background:font-family:Arial,Verdana,Helvitica,sans-serif;}
#slatenav2 ul{
	width:50%;
}
#slatenav2 div.shop-info-wrapper{
	display: flex;
	justify-content:space-between
}
#slatenav2 div.biko{
	width:30%;

}
#slatenav2 div.biko p{
	font-size:13px;
}
#slatenav2 div.biko textarea{
	font-size: 13px;
    line-height: 1.3;
}
/* ---------------------- END slate nav2 ---------------------- */

/* ---------------------- unreadmail_notice ---------------------- */

.unreadmail_notice {background-color: #ffff1e;}
.unreadmail_notice p {
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
    height: 22px;
}

.unread_cell {background-color: #ffff1e!important;}

.head_unread_star {
	font-size: 25px;
    position: absolute;
    top: 3px;
    left: 5px;
    color: #CE0C01;
}

.unread_star {
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 4px solid #CE0C01;
    display: inline-block;
    height: 0;
    width: 0;
	position: absolute;
	left: 22px;
	top: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.unread_star::before, .unread_star::after {
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 4px solid #CE0C01;
    content: '';
    display: inline-block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 0;
    width: 0;
}

.unread_star::before {
	-webkit-transform: rotate(71deg);
    -ms-transform: rotate(71deg);
    transform: rotate(71deg);
}

.unread_star::after {
	-webkit-transform: rotate(-71deg);
    -ms-transform: rotate(-71deg);
    transform: rotate(-71deg);
}

/* ----------------------  END unreadmail_notice ---------------------- */

/*20140711*/
#slatenav {height: auto;}

#slatenav .slatenav-content{display:inline-block; verflow:hidden;}
#slatenav .slatenav-ttl{display:block; background-color: #36393d; text-align: center; border: #333 1px solid;padding: 3px 0; margin: 0 1px 1px 0;color:#fff;}

/*20140611*/
.modal-simpl-disp{display: block;}
.modal-simpl-disp h3,
.modal-simpl-disp h3 a{font-size: 16px;margin-bottom: 20px;}
.modal-simpl-disp dl{display: block;margin-bottom: 20px;}
.modal-simpl-disp dl dt{font-size: 14px;}
.modal-simpl-disp dl dd{font-size: 14px;}

/*20141225*/
#tbl-sort01{width:48%; float:left;}
#tbl-sort02{width:48%; float:right;}

#tbl-sort01 tbody tr,
#tbl-sort02 tbody tr{}

#tbl-sort01 tbody tr:hover,
#tbl-sort02 tbody tr:hover {background:#ddd!important;}

.btn-up1,
.btn-up2,
.btn-up3,
.btn-down1,
.btn-down2,
.btn-down3{cursor:pointer; text-align: center;}

.btn-up1:hover,
.btn-up2:hover,
.btn-up3:hover,
.btn-down1:hover,
.btn-down2:hover,
.btn-down3:hover{color:#888;}

/*20150603*/
.ttl-tbl01{ background: #36393D; color: #FFFFFF;padding:0 0 0 5px;margin-bottom:5px;}

/*20150603*/
#tbl-feature-sort01{ width: 100%;}
#tbl-feature-sort01 th,
#tbl-feature-sort01 td{ font-size: 12px;}
#tbl-feature-sort01 tbody tr,
#tbl-feature-sort01 tbody tr {background:transparent!important;}
#tbl-feature-sort01 tbody tr:hover,
#tbl-feature-sort01 tbody tr:hover {background:#ddd!important;}

.disabled_btn{

	    background-color: #D3D3D3 !important;
	    cursor: default !important;


}

.source-pic-manager{
	height:90px;
	width:90px;
}

/*-------- こち写メ --------------- */
#kochisyame td.image{
	width:80px;
}
#kochisyame td.image img{
	width:80px;
}

#kochisyame td.created{
	width:150px;
}
#kochisyame td.del{
	width:50px;
}

/*-----------------------------------*/
#shop-img .rank,
#sortdata-youtube .rank,
#sortdata3 .rank,
#sortdata2 .rank,
#sortdata .rank{
	width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.syukei-come{
	display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}


#logout_btn{
	display:inline;
}

#login-head-title{
	width: 100%;
    background: white;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 1.8em;
    padding-left: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;

}

tr.disp_cast td{
	border:1px solid;
}


#tbl-feature-sort01 tr:nth-child(2n+1){
	background:#e6e6fa !important;
}

#tbl-feature-sort01 tr:nth-child(2n+2){
	background:#b0c4de !important;
}

td.tbl_shop_img{
	display:flex;
	align-items: center;
}

td.tbl_shop_img .ch1{
	order: 1;
}
td.tbl_shop_img .ch2{
	order: 3;
}
td.tbl_shop_img .ch3{
	order: 2;
}


.feature-ul{
	display:flex;
	flex-wrap: wrap;
	width:1000px;
}
.feature-ul li{
	margin-right: 10px;
	margin-bottom: 10px;
}



.feature-ul li .area-box:checked + span {
	background:#B872CE;
}

.feature-ul li .kodawari-box:checked + span {
	background:#FF76B1;
}

.feature-ul li .work-box:checked + span {
	background:#31C8C9;
}

.copy_waring {
	color: #ffff1e;
}
.recruit_copy_waring {
	color: blue;
}
/*最寄駅検索モーダル*/
.modal_search_station,
.modal_municipality_station, .modal_municipality, .modal_station {
	display: none;
	margin: 0;
	padding: 0;
	position:fixed;
	z-index: 2;
}
.station_search_result_div,
.municipality_search_result_div {
	height: 213px;
	overflow-y: scroll;
}
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 1;
}

/* ui-datepicker-div */
#ui-datepicker-div {
	background-color: #FFFFFF;
}