@charset "utf-8";
/*---------------------------------
	CommonCSS [初期化,定義]
---------------------------------*/

/*--------------------------------------
	メンテナンス画面タイトルカラー
----------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

ol,ul {
	list-style:none;
	margin: 0 auto;
	padding: 0;
}

img {
	border:0;
	vertical-align: bottom;
}

* {
	box-sizing: border-box;
}

.head_space {
	height: 50px;
}

.center_txt{
	text-align: center;
}

.bold_txt {
	font-weight: bold;
}

.right_txt{
	text-align: right;
}
/*---------------------------------
	        Base CSS 
---------------------------------*/
a {
	color:#36F;
	text-decoration:none;
}
a:hover {
	color:#039;
	text-decoration:underline;
}

/* clearfix */
.clearfix:after { display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

/*▼ポップアップウインドウのスタイル▼*/
body#popup {
	margin:10px;
	padding:0;
}
#detailWrap {
	padding:10px;
	line-height:140%;
}
p.up_ymd {
	margin:0px;
	text-align:right;
}
.close_btn {
	text-align:right;
	padding-right:15px;
}
.close_btn a {
	padding:2px 10px;
	border:1px solid #aaa;
	text-decoration:none;
	border-radius:5px;
}
.close_btn a:hover {
	background:#eee;
}
/*▲ポップアップウインドウのスタイル▲*/


/*---------------------------------
	 ▼index.php style▼ 
---------------------------------*/
body#index #gallery_wrap {
	width:auto;
	margin:0 auto;
}
body#index #gallery_list li {
	width:180px;
	height:135px;
	border:1px solid #ccc;
	float:left;
	margin:0 5px 5px 0;
	overflow:hidden;
	padding:5px;
	text-align:center;
	position:relative;
		
}
body#index #gallery_list a.photo{
	width:auto;
	height:auto;
	margin: 5px auto;
	overflow:hidden;
	display:block;
	border: #cccccc solid;
	border-width: 1px;
}

/*---------------------------------
	 ▲index.php style▲ 
---------------------------------*/


/*---------------------------------
	 ▼Pager style▼ 
---------------------------------*/
/* Pager style */
.pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #565656;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページボタン*/
.pager_link a.current{
    background: #565656;
    color: #FFFFFF;
}
.pager_link a:hover {
    background:#565656;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;	
}
/*---------------------------------
	    ▲Pager style▲ 
---------------------------------*/


/*---------------------------------
	 ▼admin.php style▼ 
---------------------------------*/
/*
body#admin p {
	margin:0 0 5px;
	line-height:130%;
}
body#admin #wrapper {
	width:100%;
	border: 1px solid #ccc;
	border-top:0;
	border-bottom:0;
	box-shadow: 0 0px 7px #aaa;
	margin:20px auto;
	padding:50px 100px;
	position:relative;
}

body#auth h1,
body#admin h1 {
	margin:5px 0 10px 0!important;
	padding: 20px 30px!important;
	overflow: hidden;
	border-radius: 10px;
}

body#auth h1 {
	text-align: center!important;
}

body#admin h3, 
#information h3 {
	font-weight:normal;
	display: block;
	margin: 30px 0 0 0!important;
	padding: 5px 10px!important;
	border: #565656 solid;
	border-width: 1px 1px 1px 10px;
	border-radius: 0!important;
}

body#admin ul, 
#information ul {
	font-size: 100%!important;
}

body#admin li {
	transition: all 0s;
}

body#admin #gallery_wrap {
	width:auto;
}

body#admin #gallery_list {
	margin: 0!important;
	padding: 0!important;
}

body#admin #gallery_list li {
	width:18%;
	height:auto;
	border:1px solid #ccc;
	float:left;
	margin:0 7px 14px 7px;
	overflow:hidden;
	padding:0;
	text-align:center;
	position:relative;
		
}
body#admin ul.gallery_list_order li {
	cursor:move;
	padding-top:10px!important;
	height:auto!important;
}
*/

.gallery_list_order li {
	cursor: move;
}

.gallery_list_order li:hover {
	background-color: #eeeeee;
}

.gallery_list_order li a.button {
	 display:none!important;	
}

.list_btn {
	font-size: 90%!important;
	padding: 3px 10px 2px 10px!important;
	white-space: nowrap;
}

.hidden_text{
	position:absolute;
	top:50px;
	color:#ffffff;
	font-weight:bold;
	width: 100%!important;
	display: block;
	text-align: center;
	background-color: #cc0000;
}

body#admin #gallery_list a {
	display:block;
}

body#admin #gallery_list a.photo{
	padding:3px;
	width:auto;
	margin: 5px;
	height:auto;
	overflow:hidden;
	border: #cccccc solid;
	border-width: 1px;
}

.fc_bbb, .fc_bbb a:link {
	color:#bbbbbb!important
}
.admin_red {
	color:#cc0000!important;
    margin: 0 auto 100px auto;
}

/*
body#admin p.message_com {
	text-align:center;
	position:absolute;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	border-radius:20px;
	background-color: #cc0000;
	color: #ffffff;
	font-weight: bold;
	padding: 10%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

body#auth h1, body#auth h2, body#auth h3, body#auth h4, body#auth h5,
body#admin h1, body#admin h2, body#admin h3, body#admin h4, body#admin h5
{
	font-size: 100%;
	letter-spacing: normal;
	font-weight: bold;
	padding: 20px 30px;
	margin:5px 0 10px 0!important;
	overflow: hidden;
	text-align: left;
	border-radius: 10px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body#admin h2 {
	color:#ffffff;
	background:#000000;
}

body#admin input {
	width: auto;
}

body#admin textarea {
	width: 100%;
	margin: 5px 0 50px 0;
}



body#admin .date_block {
	margin: 20px 0 0 0;
	border: #000000 solid;
	border-width: 5px 0 0 0;
	padding: 20px 0 0 0;
}

body#admin .ymd_box {
	margin: 0 0 20px 0;
}


body#admin .ymd_box input {
	padding: 5px!important;
	margin: 5px 0!important;
}

body#admin .ymd_box input.year {
	width: 4em!important;
}

body#admin .ymd_box input.month,
body#admin .ymd_box input.day {
	width: 3em!important;
}

body#admin .photo_delete {
	width: 60%;
	margin:  auto;
}

body#admin .photo_delete img {
	max-width: 60%;
	max-height: 200px;
	padding: 10px 0;
}

body#admin .sort_attr {
	display: none;
}

body#admin .delete_box input,
body#admin .delete_box a {
	width: 100%!important;
}
*/

.logout_btn {
	position:absolute;
	right:103px;
	top:58px;
}

.submit_btn {
	margin: 0 0 50px!important;
}

.sort_btn {
	float: right;
}

.sort_submit_btn {
	margin: 10px auto 10px auto!important;
	display: block!important;
}


#countTotal{
	position:absolute;
	right:20px;
	top:35px;
}

#acrbtn {
	color:#36C;
	cursor:pointer;
	display:inline-block;
}

#commentDescription {
	margin:5px 0;
}

.positionBase{
	position:relative;	
}
/*　AuthPageStyle　*/
body#auth{
	margin-top:15px;	
}

body#auth #login_form{
	width:500px;	
	margin:50px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0px 7px #aaa;
    font-weight: normal;
    padding: 20px;
	color:#666;
	line-height:1.5;
}

body#auth #login_form .center_txt img {
	margin: 20px auto 0 auto;
	vertical-align: bottom!important;
}

body#auth #login_form .inblock {
	width: 90%;
	margin: 20px auto 10px auto;
}

body#auth #login_form input[type='text'], body#auth #login_form input[type='password'] {
	margin: 5px auto 10px auto;
	width: 100%;
}

.AdminListPhoto div {
    height: 80px;
    overflow: hidden;
    position: relative;
}

.AdminListPhoto div img {
    width: 100%;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
}

/*---------------------------------
	 ▲admin.php style▲ 
---------------------------------*/











/*---------------------------------
	 ▼admin.独自 php style▼ 
---------------------------------*/

#admin_login {
	color: #000000;
}

#admin_login section {
    width: 100%;
    height: 100vh;
}

#admin_login section .center_box {
	width: auto;
	padding: 40px 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: left;
}

#admin_login h1 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: #000000;
	color: #ffffff;
	line-height: normal;
	font-size: 120%;
	width: 100%;
	padding: 10px;
	border-radius: 20px 20px 0 0;
	margin: 0 auto;
	text-align: center;
}

#admin_login img {
	margin: 20px;
}

#admin_login .contents_box {
	padding: 0;
	width: auto;
}

#admin_login .contents_box .center_txt {
	border: #cccccc solid;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 20px 20px;
	padding: 20px;
} 

#admin_login .contents_box .center_txt .input_box label {
	border: 0;
}

#admin_login .contents_box .center_txt .input_box input {
	width: 100%;
	margin: 0 auto 20px auto;
}

#admin_login .contents_box .center_txt .input_box {
	text-align: left;
}

.upfile_btn_sub {
	font-size: 100%;
	padding: 2px 50px;
	margin: 0;
	border: #cccccc solid 1px;
	border-radius: 5px;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
}

.upfile_btn_sub:hover {
	text-decoration: none;
	background-color: #efefef;
}

.maintenance_box {
    width: 100%;
    margin: 0 auto 100px auto;
}

.maintenance_select {
    width: 300px;
    display: inline-block;
    margin: 50px 10px;
    vertical-align: top;
}

.maintenance_select img {
    width: 100%;
    height: auto;
    border: #cccccc solid;
    border-width: 1px;
}

.maintenance_select img:hover {
    opacity: 0.7;
}

.maintenance_select a .btn {
	font-size: 100%;
	padding: 2px;
	margin: 10px auto 0 auto;
	border: #cccccc solid 1px;
	border-radius: 5px;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
    width: 100%;
}

.maintenance_select a .btn:hover {
	text-decoration: none;
	background-color: #efefef;
}


.upfile_btn_f5 {
	font-size: 80%;
	padding: 2px 10px;
	margin: 0;
	border: #cccccc solid 1px;
	border-radius: 5px;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
	background-color: #ffffff;
}

.registration_number {
	text-align: right;
	padding: 5px 0;
	margin: 10px auto;
}

.upfile_btn_main:hover {
	background: linear-gradient(#eeeeee,#bbbbbb);
	text-decoration: none;
	color: #000000;
}

#registration {
	border: #cccccc solid;
	border-width: 1px;
	padding: 1%;
	overflow: hidden;
}

#registration ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#registration ul li {
	padding: 0 0 0 0;
	float: left;
	width: 18%;
	border: #cccccc solid;
	border-width: 1px;
	margin: 1%;
	text-align: center;
}

#registration ul li span {
	display: block;
	margin: 5px;
}

#registration ul li span.no_photo {
	background-color: #efefef;
	color: #565656;
}

#registration ul li span.block_photo {
	background-color: #cccccc;
}

#registration ul li a {
	display: block;
	margin: 5px;
	border: #cccccc solid;
	border-width: 1px;
}

.right_txt {
	text-align: right;
	float: right;
}

.right_txt_only {
	text-align: right;
}
#admin_management .section_space {
	height: 200px;
}

#admin_management h1, #admin_management h2 {
	font-size: 120%;
	letter-spacing: normal;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px;
	font-weight: bold;
	background-color: #dedede;
}

#admin_management h3 {
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	padding: 10px;
	margin: 20px auto;
	font-weight: bold;
}

#admin_management h4 {
	margin: 20px auto 0 auto;
	border: #000000 dashed;
	padding: 10px 0 0 0;
	border-width: 1px 0 0 0;
}

#admin_management h2.edit {
	background-color: #000000;
	color: #ffff00;
	font-weight: bold;
}

.top_photo_title_color {
	background-color: #f5b199;
}

.infoBox_title_color {
	background-color: #000000;
    color: #ffffff;
}

.infoBox_title_color02 {
	background-color: #bbe2f1;
}

.infoList_title_color {
	background-color: #f8e58c;
}

.Menu_title_color  {
	background-color: #f4d3d3;
}

.library_title_color {
	background-color: #c1d8ac;
}

#admin_management .input_box {
	width: 70%;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

#admin_management .sub_title {
	margin: 30px auto 5px auto;
	font-weight: bold;
}

#admin_management .input_box .note {
	margin: 5px auto 5px auto;
	border: #cccccc solid;
	border-width: 1px 0;
}

#admin_management .input_box textarea {
	margin: 0 auto 0 auto!important;
	width: 100%;
}

#admin_management ul.asterisk {
	font-size: 90%!important;
	padding: 10px 0 5px 0;
}

#admin_management ul.asterisk li {
	padding: 0 0 5px 0;
}


/** Button File **/

/*新規登録ボタン調整*/
#admin_management input[type="submit"] {
	margin: 10px auto!important;
}

.input-group {
	margin: 0;
}

#admin_management label {
	padding: 0!important;
	border: 0;
	border: #ffffff solid 1px;
	text-align: center;
}

#admin_management label:hover {
	border: #ffffff solid 1px;
}

#admin_management label.upfile {
    display: inline-block;
}

#admin_management #lineList tr {
    text-align: center;
}

#admin_management label.upfile .pick_file img,
#admin_management label.upfile_file .pick_file img{
    display: inline-block;
    vertical-align: middle;
    top: -3px;
    position: relative;
    margin: 0 20px 0 0;
}

.pick_photo {
    text-align: left!important;
}

#admin_management .upfile .pick_file,
#admin_management .upfile_file .pick_file {
	border: #cccccc solid;
	border-width: 1px;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 10px;
    background: linear-gradient(#fdfdfd, #cccccc);
	transition: all 0.2s;
}

#admin_management .upfile .pick_file:hover,
#admin_management .upfile_file .pick_file:hover{
    background: linear-gradient(#ffffff, #eeeeee);
	transition: all 0.2s;
}

.pick_filename {
    color: #cc0000;
}

#admin_management .previewImg {
	padding: 0 0 10px 0!important;
}

#admin_management .previewImg .previewThumb {
	width: 150px;
	margin: 10px 0 0 0;
}

#admin_management label.changed::after {
   content: "";
	border: 0;
	padding: 0;
	background-color: transparent;
}

#admin_management .filename {
	text-align: center;
	display: block;
	white-space: nowrap;
    color: #000000;
	width: 350px;
	padding: 10px 0;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	border: #cccccc solid;
	border-width: 1px;
}

#admin_management .sort_box {
	margin: 30px auto 0 auto;
}

#admin_management .sort_mode {
	font-size: 100%;
	width: 100%;
	padding: 5px 20px;
	margin: 0;
	border: #000000 solid 1px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	display: block;
	text-align: center;
}

#admin_management .complete {
	background-color: #cc0000;
	margin: 0 0 10px auto;
	padding: 30px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}

#admin_management .edit_title {
	margin: 0 0 20px 0;
	padding: 20px;
	border: #cccccc solid;
	border-width: 1px;
}

#admin_management .edit_title .upfile_btn_sub {
	margin: 10px 0 0 0;
}

#admin_management .toggle_switch01,
#admin_management .toggle_switch02 {
	margin: 20px 0 0 0;
	display: inline-block;
	background-color: #000000;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	padding: 5px 15px 0 10px;
}

#admin_management .toggle_switch01:hover,
#admin_management .toggle_switch02:hover {
	color: #ffffff;
}

#admin_management .toggle_switch01 .open_icon,
#admin_management .toggle_switch02 .open_icon {
	background-image: url("../img/slide_close.png");
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
    position: relative;
}

#admin_management .toggle_switch01 .open_icon img,
#admin_management .toggle_switch02 .open_icon img {
	transition: all 0.5s;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}

#admin_management .toggle_switch01 .txt,
#admin_management .toggle_switch02 .txt {
	cursor: pointer;
	color: #ffff00;
}

#admin_management .toggle_switch01 .txt:hover,
#admin_management .toggle_switch02 .txt:hover {
	color: #ffffff;
}

#admin_management .note_box {
	border: #000000 solid;
	border-width: 5px 1px;
	margin: 0;
	border-radius:0 10px 10px 10px;
	overflow: hidden;
	padding: 5px 0;
}

#admin_management .note_box .note_contents01,
#admin_management .note_box .note_contents02{
	margin: 0 20px 15px 20px;
	overflow: hidden;
	display: none;
}

#admin_management .comple_photo {
	width: 40%;
	display: block;
	border-radius: 10px;
	margin: 0 15px 15px 0;
}

.close_mark {
	opacity: 0;
	transition: all 0.5s;
}

#admin_management .upfile_images {
	text-align: center;
	margin: 40px auto 0 auto;
}

#admin_management .upfile_images img {
	margin: 0 auto 10px auto;
}

#admin_management .del_box {
	border: #cc0000 dashed;
	border-width: 1px;
	border-radius: 10px;
	margin:  20px auto 0 auto;
	text-align: center;
	width: auto;
	display: block;
}

#admin_management .del_box:hover {
	border: #cc0000 dashed;
	border-width: 1px;
	background-color: #ffccaa;
}

#admin_management .del_box div {
	padding: 20px;
}

#admin_management #information {
    margin: 0 auto 100px auto;
}

#admin_management .fade_out, #admin_management .fade_out_once {
    opacity: 1!important;
    top: 0!important;
}

#admin_management input[type="submit"] {
    font-size: 120%;
    border-radius: 0;
    padding: 20px 100px;
    margin: 30px auto!important;
}

#admin_management #information ul.asterisk li, ul.asterisk_normal  {
    list-style: disc;
}

#admin_management #information ul.asterisk li, ul.asterisk_normal li {
    text-indent: inherit;
    
}

/*---------------------------------
	 ▲admin.独自php style▲ 
---------------------------------*/



/*---------------------------------
	   Information Design
---------------------------------*/
#information table {
	border: #565656 solid;
	border-width: 1px 0 0 1px;
	width: 100%;
	margin: 10px auto;
	font-size: 100%;
}

#information table th,
#information table td {
	border: #565656 solid;
	border-width: 0 1px 1px 0;
	padding: 10px;
	font-weight: normal;
}

#information table th {
    white-space: nowrap;
}

#information table td {
	padding: 10px 10px!important;
}

#information table td .input_date {
	margin: 5px auto 10px auto;
}

#information table td .asterisk {
	padding: 0 0 0 0;
}

#information table td .asterisk li {
		padding: 0 0 0 0;
}

#information table tr.noDsp {
	color: #aaaaaa;
}
#information table tr.title {
	background-color: #dedede;
	text-align: center;
}

#information table td.display {
	text-align: center;
	white-space: nowrap;
}

#information table td.display .upfile_btn_sub {
	padding: 2px 10px!important;
	margin: 0 5px;
}

#information table td.information_title,
#information table td.information_date {
	text-align: left;
}

#information table td.information_title {
	white-space: normal;
}

#information table th {
	background-color: #dddddd;
}

#information table td.item {
	background-color: #efefef;
    width: 10em;
}

#information table td.del {
    width: 15%;
}

#information table td.del .del_btn {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

#information table td textarea {
	background-color: #000000;
    color: #ffffff;
    padding: 1em!important;
    width: calc(100% - 2em)!important;
    height: 140px!important;
}

#information table td.information_edit {
	width: 6px;
}

#information table td .design_button {
	margin: 0 5px!important;
}

#information #toRegist .design_button {
	width: 50%!important;
	margin: 20px auto;
}

#information .system_info_txtbox {
	padding: 20px;
	margin: 20px 0;
}

#information .system_info_txt {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
	margin: 10px auto 15px auto;
}

.information_read {
	margin: 10px auto;
}

.newMark{
	display:inline-block;
	padding:3px 10px;
	margin: 0 5px;
	font-size:80%;
	line-height:1em;
	background:#cc0000;
	color:#ffffff;
	border-radius:10px;
	position: relative;
	top: -2px;
	font-weight: bold;
}

/** Select **/
.cp_ipselect {
	overflow: hidden;
	width: 6em;
	margin: 5px;
	display: inline-block;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 100%;
	background-color: #ffffff;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
/** Select 初期ボックス **/
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #666666;
}
.cp_ipselect.cp_sl01 select {
	padding: 5px 38px 5px 8px;
	color: #666666;
	line-height: normal;
}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 1440px) {
/* ------------------------------------------------------ */

#information table td textarea {
    font-size: 100%;
}

}


/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 1000px) {
/* ------------------------------------------------------ */

	
	body#admin .contents_box ,
	#information .contents_box {
		width: 90%;
	}
	
	body#admin h1 {
		text-align: center;
	}
	
	body#auth #login_form {
		width:90%;
	}
	
	body#auth #login_form .center_txt767 {
		text-align: left;
		margin: 0 30px;
		display: block;
	}
	
	body#auth #login_form .center_txt767 br {
		display: none;
	}
	
	body#auth #login_form .center_txt767 img {
		margin: 20px auto!important;
		display: block;
	}
	
	body#admin #wrapper {
		width: 90%;
		padding:20px 20px;
	}
	
	.logout_btn {
		float: none;
		position: static;
		right:auto;
		top:auto;
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	.sort_btn {
		float: none;
	}
	
	body#admin #gallery_list li {
	width:22%;
	}
	
	body#admin .sort_attr {
		display: block;
		background-color: #cc0000;
		color: #ffffff;
		font-weight: bold;
		padding: 15px;
		border-radius: 5px;
	}
	
	.sort_nobtn {
		display: none;
	}
	
	body#admin .photo_delete {
	width: 90%;
	margin:  auto;
	}
	
	#admin_login img {
		margin: 20px auto;
		max-width: 100%;
}
	
}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
	
	
	body#auth #login_form .center_txt767 img {
		margin: 20px 0!important;
		display: block;
		width: 100%;
	}
	
	body#admin label.up_file::after {
		display: none;
	}
	
	body#admin .filename {
	width: 100%!important;
		padding: 10px;
		border: #cccccc solid;
		border-width: 1px;
	margin: 5px!important;
	display: block;
	word-break: break-all;
	}
	
	body#admin label.up_file {
		width: 100%!important;
		text-align: center;
	}
	
	body#admin #gallery_list li {
		width:45%;
	}
	
	body#admin .photo_delete img {
		width: 100%;
		padding: 0 0;
		margin: 10px 0;
	}
    
    .maintenance_box {
    width: 80%;
    margin: 0 auto 100px auto;
    }
    
    .maintenance_select {
        width: 100%;
        margin: 0 auto 30px auto;
    }
	
}