
*{
    margin:0;
    padding:0;
    font-family:'"Trebuchet MS", "Arial", "Helvetica", "sans-serif"'; 
}


/*背景外回り*/
.body_main{
    background-color:#d3d3d3;
    text-align: center;
    padding-top:30px;
    padding-bottom:30px;

}

/*記述部*/
.table_main{
    margin-left: auto;
    margin-right: auto;
    background-color:#ffffff;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;

}

.h1{
    font-size:30px;
}

/*最上段タイトル*/
.main_title{
    float:left;
    padding:10px 10px 5px 10px;
}
.go_store{
	float:left;

	margin:auto;
	padding:20px 0px 0px 0px;
	font-size:12px;

}

.go_store_text{


}

a.go_store_text,a.logout_text{
	display:block;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	background-color:#808080;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
	float:left;
	margin-left:5px;

}
/*左側メニュー*/
.menu{
    float:left;
    width:170px;
    line-height:20pt;
    margin-top:20px;
    padding:0px 5px 0px 15px;
    font-size:15px;
  }

/*
.top_line{
    width:100%;
    height:2px;
    background-color:#ff0000;
    margin-bottom:30px;
}
*/
/*フッター*/
.footer{
    margin-top:30px;
    text-align:right;

}

/*右側メイン画面*/
.data{
    float:left;
    width:600px;
    margin-left:15px;
    margin-top:20px;
    font-size:15px;

}

input[type="text"] {
height:20px;
}
input[type="password"] {
height:20px;
}
.data1{
    width:100%;
    margin-left:15px;
    margin-top:20px;
}

/*店舗登録用のテーブル*/
.store_regist{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-collapse:collapse;
    border:solid 1px #ff7f50;
}
.store_regist_left{
    margin-left:0px;
    margin-bottom: 10px;
    border-collapse:collapse;
    border:solid 1px #ff7f50;
}

.store_regist th,
.store_regist_left th{
    border:solid 1px #ff7f50;
    height:40px;
    font-size:12px;
}

.store_regist td,
.store_regist_left td{
    border:solid 1px #ff7f50;
    height:40px;
    padding:10px 10px 10px 10px;
    font-size:12px;
	word-break: break-all;

}
input.api_text{
	width:250px;
}
.store_regist caption,
.store_regist_left caption{
    padding:10px 10px 10px 10px;
    font-size:12px;
}

table.store_regist td.checkbox{
	padding:0;
	width:30px;
	text-align:center;
}
table.store_regist h2{
	font-size:14px;
	background-color:#FFE4B2;
	font-weight:normal;
	line-height:35px;
	padding-left:20px;
}
table.store_regist .content{
	font-size:14px;
	margin-top:10px;
	padding-left:20px;
	margin-bottom:10px;
}


}
.mail_set .store_regist caption{
    text-align:left;
}
table.store_regist td.response a{
	display:block;
	margin:10px auto;
	padding:5px 5px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

table.store_regist td.response a.go_responsed{
	background-color:#FF3300;
	color:#ffffff;
}
table.store_regist td.response a.go_unresponsed,
table.store_regist td.response a.go_mail{
	background-color:#464646;
	color:#ffffff;
}
table.store_regist td.button_cell{
	text-align:center;
}
table.store_regist td.button_cell button{
	width:200px;
}
#auth_edit .store_regist caption,
#pattern_edit .store_regist caption{
    text-align:left;
}

table.contact .no_checked{
	width:100px;
	display:inline-block;
	background-color:#FF3300;
	color:#ffffff;
	margin:10px 10px;
	padding:5px 5px;
	text-align:center;
}
table.contact .no_checked > .fa-times{
	margin-right:10px;
}
table.contact .checked{
	width:100px;
	display:inline-block;
	background-color:#000080;
	color:#ffffff;
	margin:10px 10px;
	padding:5px 5px;
	text-align:center;
}
table.contact .checked > .fa-circle-o{
	margin-right:10px;
}
table.contact a.res{
	width:100px;
	display:inline-block;
	text-decoration:none;
	background-color:#008051;
	color:#ffffff;
	margin:10px 10px;
	padding:5px 5px;
	text-align:center;
}
table.contact a.res > .fa-paper-plane{
	margin-right:10px;
}

table.item_info input{
	width:90%;
}
table.item_info textarea{
	width:90%;
	height:300px;
}
table.item_info td.search{
	text-align:center;
	padding:0px;
}
table.item_info .tag_select input{
	width:15px;
}
.mail_set .store_regist{
    margin-left: 10px;;
    margin-bottom: 10px;
    border-collapse:collapse;
    border:solid 1px #ff7f50;
}
#auth_edit .store_regist,
#pattern_edit .store_regist{
    margin-left: 10px;
    margin-bottom: 10px;
    border-collapse:collapse;
    border:solid 1px #ff7f50;
}


tr.id_delete{
    background-color:#FFCCCC;
}

/*管理者の管理画面のテーブル*/
.admin{
    margin-left: auto;
    margin-right: auto;

    border-collapse:collapse;
    border:solid 1px #ff7f50;
}

.admin td{
    border:solid 1px #ff7f50;
    height:40px;
    padding:10px 10px 10px 10px;
    font-size:12px;
}

.admin th{
    border:solid 1px #ff7f50;
    height:40px;
    font-size:12px;
}

/*各種登録時のトップに表示するタイトル名*/
.title{
    float:left;
    border-left-style:solid;
    border-left-width:50px;
    border-color:#ff8c00;
    font-size:24px;
    margin-bottom:20px;
    padding-left:15px;
}

/*登録時のエラー表示:*/
.error_frame{
    border:solid 1px red;
    width:450px;
    border-radius: 5px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:20px;
    padding-left:30px;
    padding-top:10px;
    padding-bottom:10px;
}

.error{
    color:red;
    font-weight:bold;
}

/*各種作業が終了したときに出るテキスト表示*/
.complete{
    color: #ff4500;
    width:500px;
    border-radius: 5px;	
    border:solid 1px;
    border-left-width:30px;
    border-color:#ff4500;
    font-weight:bold;
    font-size:15px;
    margin-top:20px;
    margin-bottom:20px;
    padding-left:30px;
    padding-top:10px;
    padding-bottom:10px;
}

.complete_main{
    font-size:12px;
}

.complete hr{
    border: 0;
    width:450px;
    margin:10px 0px 0px 0px;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.complete_text{
    padding-left:20px;
    font-weight:normal;
    margin-top:10px;
    font-size:12px;
}

.complete a:link{
    color:ff4500;
}
.complete a:visited{
    color:ff4500;
}
.complete a:hover{
    color:ff4500;
}
.complete a:active{
     color:ff4500;
}

/*今から行う処理を表示*/
.task{
    color: #ff7f50;
    width:520px;
    border-radius: 5px;	
    border:solid 1px;
    border-left-width:30px;
    border-color:#ff7f50;
    font-weight:bold;
    font-size:15px;
    margin-top:10px;
    margin-bottom:10px;

    padding-left:30px;
    padding-top:10px;
    padding-bottom:10px;
}

.task_alert{
    width:500px;
    border-radius: 5px;	
    border:solid 1px;
    border-color:#808080;
    margin-top:5px;
    margin-bottom:10px;
    margin-left:20px;
    padding:10px 30px 10px 10px;
}
.task_alert p{
    font-weight:bold;
    font-size:12px;
    color:#808080;
}

.task_alert a{
	display:block;
	width:100px;
	color:#000000;
  	  font-size:12px;
	border-left:solid 5px #77ff00;
	padding-left:10px;
	line-height:20px;
	margin-top:10px;
	margin-left:10px;
}
.task_alert a:hover{
    font-weight:bold;
}
.task_main{
    font-size:12px;
}

.task hr{
    border: 0;
    width:450px;
    margin:10px 0px 0px 0px;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.task_text{
    padding-left:20px;
    font-weight:normal;
    margin-top:10px;
    font-size:12px;
}

.task a:link{
    color:#ff4500;
}
.task a:visited{
    color:#ff4500;
}
.task a:hover{
    color:#ff4500;
}
.task a:active{
     color:#ff4500;
}

.task_text a:link,
a:link.text{
    color:#ff4500;
}
.task_text a:visited{
    color:#ff4500;
}
.task_text a:hover{
    color:#ff4500;
}
.task_text a:active{
     color:#ff4500;
}
/*現在位置ごとに色を変えて表示する*/
.select_menu{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.select_menu td{
    height:40px;
    padding:10px 10px 10px 10px;
    text-align:center;
    font-size:12px;
	width:20%;

}


a.select_menu:link{
    color:ffffff;
}
a.select_menu:visited{
    color:ffffff;
}
a.select_menu:hover{
    color:ffffff;
}
a.select_menu:active{
     color:ffffff;
}

.sub_title{
    margin:30px 0px 30px 0px;
}

.box{
   margin:15px 0px 15px 0px;
}

/*入力フォームのスタイル*/
.form{
   height:30px;
}

/*水平線1*/
.hr1{
    border: 0;
    border-bottom: 1px dashed #ff7f50;
    margin-top: 10px;
    margin-bottom: 10px;

}

/*テーブル内中央そろえ*/
.table_center{
    text-align:center;
}

/*検索下の件数・ナビゲーション枠*/
.search_navi{
    width:100%;
    line-height:3.0em;
    font-size:80%;
    margin:15px 0px 15px 0px;
}

/*左寄せ・右寄せを1行に表示*/
.left_float{
    width :50%;
    float:left;
}
.right_float{
    width : 50%;
    float:right;
    text-align:right;
}

/*左寄せ・右寄せを1行に表示 左が大きい*/
.left_float7{
    width :70%;
    float:left;
	line-height:20px;
}
.right_float3{
    width : 30%;
    float:right;
    text-align:right;
	line-height:20px;
}
/*左寄せ・右寄せ(センタリング)を1行に表示*/
.left_float_center{
    width :50%;
    float:left;
    text-align:center;
}
.right_float_center{
    width : 50%;
    float:right;
    text-align:center;
}
/*ボタン*/
/*ボタン風リンク*/
a.link_button{
	font-size:12px;
	display:inline-block;
	width:30px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	border:2px solid;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background:#cccccc;
}


a.button_1{
    margin : 0px 0px 0px 0px;
    text-decoration: none;
    float:right;
    display:block;
    width:150px;
    padding-top:2px;
    padding-bottom:2px;
    text-align:center;
    border:1px solid;
    border-color:#aaaaaa #444444 #444444 #aaaaaa;
    background:#ff6347;
    cursor:pointer;
    color:white;
}

a.button_1:hover{
   background:#ff0000;
   color:white;
}
a.button_1_0{
    margin : 0px 0px 0px 0px;
    text-decoration: none;
    display:inline-block;
    width:150px;
    padding-top:2px;
    padding-bottom:2px;
    text-align:center;
    border:1px solid;
    border-color:#aaaaaa #444444 #444444 #aaaaaa;
    background:#ff6347;
    cursor:pointer;
    color:white;
}

a.button_1_0:hover{
   background:#ff0000;
   color:white;
}

a.button_2{
    margin : 0px 0px 0px 0px;
    text-decoration: none;
    float:left;
    display:block;
    width:50px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:center;
    border:1px solid;
    border-color:#aaaaaa #444444 #444444 #aaaaaa;
    background:#ff6347;
    cursor:pointer;
    color:white;
    font-size:10px;
}

a.button_2:hover{
   background:#ff0000;
   color:white;
}

a.button_3{
    margin : 0px 10px 0px 0px;
    text-decoration: none;
    float:right;
    display:block;
    width:100px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:center;
    border:1px solid;
    border-color:#aaaaaa #444444 #444444 #aaaaaa;
    background:#ffffff;
    cursor:pointer;
    font-size:12px;
}

a.button_3:hover{
   background:#ff0000;
   color:white;
}

a.button_4{
    margin : 0px 10px 0px 0px;
    text-decoration: none;
    display:block;
    width:80px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:center;
    border:1px solid;
    border-color:#aaaaaa #444444 #444444 #aaaaaa;
    background:#ff6347;
    cursor:pointer;
    font-size:12px;
    color:white;
}
a.button_5{
    margin : 5px 0px 5px 10px;
    text-decoration: none;
    float:left;
    display:block;
    width:150px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    border:1px solid;
    border-color:#aaaaaa #444444 #444444 #aaaaaa;
    background:#ff6347;
    cursor:pointer;
    color:white;
    font-size:12px;
}

a.button_5:hover{
   background:#ff0000;
   color:white;
}
/*floatの解除*/
.clear {
    clear:both;　

}

/*radioフィールド*/
.radio_field{
    background-color:#dcdcdc;
    width:600px;
    margin-bottom:20px;
}

.radio_title{
    background-color:#c0c0c0;
    font-weight:bold;
    font-size:15px;
    margin-top:20px;
    margin-bottom:0px;
    padding:10px 10px 10px 20px;
    color:#ffffff;
}

.radiolist{
    border-bottom:dashed 1px;
    border-color:#ffffff;
    margin-left:10px;
    padding:10px 10px 10px 50px;

}
.radiolist_last{
    border-color:#ffffff;
    margin-left:10px;
    padding:10px 10px 10px 50px;

}

.radiolist_detail{
    border:solid 1px;
    border-color:#ffffff;
    margin:10px 10px 10px 10px;
    padding:10px 10px 10px 30px;
    
}

.delete_id{
  border: 1px solid #CC3366;
  border-left: 30px solid #CC3366;
  background-color: #FFCCCC; 
  margin:0px 20px 20px 0px;
  padding:10px 10px 10px 20px;
  font-weight: 600;
  color: red;

}

/*メール操作*/

.mail_table{
   width:600px;
   font-size:10px;
   border: 1px solid #ff7f50;
   border-collapse: collapse;
   
}

.mail_table th{
   text-align:left;
   color:#FFFFFF;
}

.mail_table td:hover{
   background-color:#eeeeee;
}

.seen{
   font-weight: bold;
letter-spacing: -1px;
}

.mail_action_caption{
   background-color:#ff7f50;
   float:left;
   border: 1px solid #ff7f50;
   border-right: 1px solid #ffffff;
   line-height: 32px;
   width:28px;
   text-align:center;

}
input.check{

   margin-top:10px;
   margin-bottom:auto;


}

.mail_flag_caption{
   background-color:#ff7f50;
   float:left;
   border: 1px solid #ff7f50;
   border-right: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
   line-height: 32px;
   width:28px;
   text-align:center;
}

.date_caption{
   background-color:#ff7f50;
   float:left;
   border: 1px solid #ff7f50;
   border-right: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
   line-height: 32px;
   width:111px;
   text-align:center;
}

.subject_caption{
   background-color:#ff7f50;
   float:left;
   border: 1px solid #ff7f50;
   border-right: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
   line-height: 32px;
   width:261px;
   text-align:center;

}

.namae_caption{
   background-color:#ff7f50;
   float:left;
   border: 1px solid #ff7f50;
   border-left: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
   line-height: 32px;
   width:120px;
   padding-left:10px;
   text-align:center;
}

.file_caption{
   background-color:#ff7f50;
   float:left;
   border: 1px solid #ff7f50;
   border-left: 1px solid #ffffff;
   line-height: 32px;
   width:28px;
   text-align:center;

}

.mail_action{
   float:left;
   border: 1px solid #ff7f50;
   height: 32px;
   width:28px;
   text-align:center;

}
.mail_flag{
   float:left;
   border: 1px solid #ff7f50;
   width:28px;
   line-height: 32px;
   text-align:center;
}

a.mail_flag{
   color:#000000;
   text-decoration: none;
}

.date{
   float:left;
   border: 1px solid #ff7f50;
   line-height: 32px;
   width:111px;
   text-align:center;
}

a.date{
   color:#000000;
   text-decoration: none;
}

.subject{
   float:left;
   border: 1px solid #ff7f50;
   line-height: 32px;
   width:251px;
   padding-left:10px;
 
}

a.subject{
   color:#000000;
   text-decoration: none;
}

a.namae{
   color:#000000;
   text-decoration: none;
   float:left;
   border: 1px solid #ff7f50;
   line-height: 32px;
   width:120px;
   padding-left:10px;
}

.file{
   float:left;
   border: 1px solid #ff7f50;
   line-height: 32px;
   width:28px;
   text-align:center;

}

a.file{
   color:#000000;
   text-decoration: none;
}

img.store_img_del{
	max-width:400px;
	margin-bottom:20px;
}

/*メール個別表示*/
.mail_head{
   background-color:#faf0e6;
   padding:10px 10px 10px 10px;
   font-size:12px;
   margin:0px 0px 20px 0px;
}
.mail_head table{
   margin:0px 0px 0px 0px;
}
.mail_head tr{
   height:20px;
}

.mail_head hr{
    border: 0;
    width:550px;
    margin:10px 0px 0px 0px;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.mail_header{
   background-color:#ff7f50;
   padding:5px 10px 5px 10px;
   font-size:14px;
   margin:0px 0px 5px 0px;

}
.mail_text{
	width:600px;
	word-wrap: break-word;
}

/*モーダルウィンドウ*/
#id,#id2,#search_adress,#category{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: fixed;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}

.modal_window {
    top: 0;
    left: 50%;
    margin: 100px 0 auto -190px;
    width: 380px;
    padding-bottom:15px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;

}

.modal_window_wide {
    top: 0%;
    left: 50%;
    margin: 100px 0 auto -250px;
    width: 500px;
    padding-bottom:15px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
    border:solid 1px;
}
 
.modal_window h2{
    margin-bottom: 20px;
    width: 380px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #ff7f50;
}
.modal_window_wide h2{
    margin-bottom: 20px;
    width: 500px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #ff7f50;
}

.modal_window p,.modal_window_wide p {
    padding: 0px 15px 5px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 
.modal_window a,.modal_window_wide a:link{
    color:#ff4500;
}
.modal_window a,.modal_window_wide a:visited{
    color:#ff4500;
}
.modal_window a,.modal_window_wide a:hover{
    color:#ff4500;
}
.modal_window a,.modal_window_wide a:active{
     color:#ff4500;
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}
.account_mail_now,.action_navi_now{
   background-color:#ffffff;
   font-weight:bold;
   padding:2px 20px 2px 20px; 
   color:#ff7f50;
}

.account_mail a:link,.action_navi_go a:link{
    color:#ffffff;
}
.account_mail a:visited,.action_navi_go a:visited{
    color:#ffffff;
}
.account_mail a:hover,.action_navi_go a:hover{
    color:#ffffff;
}
.account_mail a:active,.action_navi_go a:active{
     color:#ffffff;
}
.account_mail a:hover,.action_navi_go a:hover{
    font-weight:bold;
}

/*メールメニュー*/
/*送信・リセットボタンの体裁を指定（[type="○○"]で属性の値でセレクト）*/
form#mail input[type="submit"] ,
form#form1 ul li input[type="reset"] {
	cursor:pointer;     /*←これでカーソルを指先型に変化させる*/
	font-size:12px;
        color:#444444;
	width:120px;
	padding: 5px 0;
	margin:0px 5px 0px 5px;
	border-style:none;
	background:#cccccc;

/*↓以下、ボックスの角丸、シャドウ、テキストシャドウの指定*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

/*モーダルウィンドウの中のtable*/
.inmodal{
    margin: 0px 15px 5px 15px;
    font-size: 12px;
    border: 1px solid #ff7f50;
    border-collapse: collapse;
}
.inmodal th{
    border:solid 1px #ff7f50;
    height:25px;
    font-size:12px;
}

.inmodal td{
    border:solid 1px #ff7f50;
    height:25px;
    font-size:12px;
    padding:5px 2px 5px 2px;
}

/*jquery モーダル*/
.remodal h1{
	left:0;
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 40px;
    background: #ff7f50;
}
.wide h1{
	width:800px;
}
.remodal p{
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	line-height:20px;
	text-align:left;

}

tr .stop{
	background-color:#aaaaaa;
}

.mail_action_1,.action_navi{
   width:580px;
   padding:5px 10px 5px 10px;
   margin:10px 0px 5px 0px;
   background-color:#ff7f50;
  line-height: 20px;
   color:white;
}

input.submit_button {
    width: 100px;
    height: 20px;
    margin:0px 5px 0px 5px;

}
button.action_navi{
	width:100px;
	height:20px;
	margin:0px 5px 0px 5px;
}
.submit_button{
    width: 100px;
    height: 20px;
    margin:0px 5px 0px 5px;
}

input#submit_mini {
    width: 50px;
    height: 20px;
    font-size:10px;
    background-color: #ff6347;
    color: #fff;
    margin:0px 5px 0px 5px;
}

input#submit_middle {
    width: 100px;
    height: 20px;
    font-size:10px;
    background-color: #ff6347;
    border:middle;
    color: #fff;
    margin:0px 5px 0px 5px;
}

input#link_button ,
input.link_button{
    width: 50px;
	text-align:left;
    font-size:12px;
    background-color:white;
    color:#ff4500;
    border:none;
    margin:0px 5px 0px 0px;
    padding-left:0px;
   text-decoration: underline;
}

input#keepleft{
   margin-left:10px;
}
.under_submit{
   margin-top:0px;
}

.modal_error{
    color:red;
    font-weight:bold;
    font-size:12px;
    margin-bottom:10px;
}


input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}

/*左側メニュー*/

.menu a{
   color:#7f0000;
   background-color:;
   text-decoration:none;
}
.menu a:hover{
   color:#ff0000;
   background-color:;
   text-decoration:none;

}

.menu li{
   list-style-type:none;
   background-color:#f5f5f5;
   margin-left:5px;
   padding-left:5px;
   margin-bottom:2px;
   border-bottom:1px solid #c0c0c0;
}

.menu_list{
   border-bottom:2px solid #c0c0c0;
}

.menu_list_now{
   border-bottom:2px solid #c0c0c0;
}

.menu_list_now h3{
  background-color:#deb887;
  font-size:15px;
  color:white;
  line-height:30px;
  width:165px;
  padding-left:5px;
  margin:5px 0px 0px 0px;
}

.store_regist img{
   max-width:400px;
}

.store_regist hr{
   margin-top:10px;
   margin-bottom:10px;
   height: 1px;
   border: none;
   border-top: 1px #000000 dashed;
   }
p#sel_start,
p#sel_end{
   line-height:150%;
   margin-left:20px;
}
.sel_start_date,
.sel_end_date{
	margin-left:15;
}

p.sel_term{
	margin:10 0;
	font-size:15px;
}
p.sel_term input{
	margin-left:15;
}

.category_box,.sel_start_box{
   float:left;
   }
.category_box_right{
   float:left;
   margin-left:30px;
   }
   
.category_box p,
.sel_start_box p,
.itemselect_box p{
   line-height:1.5em;
}
#reset_box{
	float:right;
	
	position:rerative;
}
#reset_box i{
	
	position:absolute;
	right:280;
	margin-top:10;
	font-size:50;
}

table.item_info td.head{
	width:100px;
}

.item_type,.item_date,.item_condition,.tag_select,
.item_regist,.tag_regist,.search_select{
   margin-right:20px;
}
label.tag_select{
	display:inline-block;
}
label.select_img{
   display: block;
	margin:5px auto;

}

.img_del_submit{
   margin-top:10px;
}

img.item_thumbnail{
   max-width:80px;
}

.go_button{
	text-align:center;
}

.go_button > input,.button_w200,.go_button > button{
	width:200px;
	height:25px;
	margin-right:10px;
	margin-left:10px;
}

dl{  
    width: 100%;
    text-align:center;
}

dt.accordion,
dt.accordion_open{
    width: 100%;
    height: 30px;
    line-height: 30px;
	border:#ff7f50 1px solid;
	background:url(../image/bg_ac_open.gif) 0% center no-repeat;
}

dl.item > dd{
	width:100%;
	text-align:center;
}

dl.item > dt.accordion{
    width: 100%;
	text-align:left;
	padding-left:50px;
    line-height: 30px;
	border:#dcdcdc 1px solid;
	border-style:none;
	background-color:#dcdcdc;
	background:url(../image/bg_ac_item_open.gif) 5% center no-repeat;
	   background-size:15px 15px;
}
  
dt.accordion.open{
    width: 100%;
    height: 30px;
    line-height: 30px;
	border:#ff7f50 1px solid;
   background:url(../image/bg_ac_close.gif) 0% center no-repeat;
}

dl.item > dt.accordion.open{
    width: 100%;
    height: 30px;
    line-height: 30px;
	border-style:none;
   background:url(../image/bg_ac_item_close.gif) 5% center no-repeat;
   background-size:15px 15px;
   
}


dt.accordion_open.close {
    width:100%;
    height: 30px;
    line-height: 30px;
	border:#ff7f50 1px solid;
   background:url(../image/bg_ac_close.gif) 0% center no-repeat;
	

}
  
.api_regist{
	margin-bottom:10px;
	padding:10px;
}

.api_table{
    font-size: 12px;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
	font-size:12px;


}
.api_table tr{
	height:30px;
}

.api_table td.no_regist{
   background-color: #dcdcdc;
   padding-left:10px;	
}
.api_table td.api_title{
	background-color:#dcdcdc;
	text-align:center;
    border: 1px solid #ffffff;
	border-left:1px solid #dcdcdc;
}

.api_table td.api_text{
    border: 1px solid #dcdcdc;
	word-break: break-all;

}
.api_table td.api_text .keyword{
	width:95%;

}
.api_table img{
	max-width:100px;
	max-height:100px;
	margin:5px 5px;

}

.api_regist > .error{
	color:#ff0000;
	margin-bottom:5px;
	font-weight:bold;
}

.tag_display{
	margin-right:15px;
}

ul.go_page{
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	list-style-type: none;

}
ul.go_page li{
	display: inline-block;
	width:30px;
	text-align:center;
	line-height:15px;
}

ul.go_page li.more{
	display: inline-block;
	width:30px;
	text-align:center;
	line-height:15px;
}

img.top_logo{
	max-width:250px;
	max-height:50px;
}

p.img_p{
	margin-bottom:5px;
}

textarea.edit_css{
	margin-bottom:10px;
	margin-top:10px;
}

.no_disp,.info_off{
	background-color:#aaaaaa;

}

/*on offスイッチ*/
.switch input {
    display: none;
}
.switch label {
    padding: 12px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.switch label:before {
    padding: 6px 10px;
    content: '公開中';
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.switch label:after {
    padding: 6px 10px;
    content: '非公開';
    border-radius: 0 6px 6px 0;
    background: #C30;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switch input + label:hover:before {
    opacity: 0.5;
}
.switch input:checked + label:before {
    background: #9C0;
    color: #FFF;
    opacity: 1;
}
.switch input:checked + label:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: #333;
}
.switch input:checked + label:hover:after {
    opacity: 0.5;
}

.switch2 input {
    display: none;
}
.switch2 label {
    padding: 12px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.switch2 label:before {
    padding: 6px 10px;
    content: '利用する';
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.switch2 label:after {
    padding: 6px 10px;
    content: '利用しない';
    border-radius: 0 6px 6px 0;
    background: #C30;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switch2 input + label:hover:before {
    opacity: 0.5;
}
.switch2 input:checked + label:before {
    background: #9C0;
    color: #FFF;
    opacity: 1;
}
.switch2 input:checked + label:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: #333;
}
.switch2 input:checked + label:hover:after {
    opacity: 0.5;
}
div.check-group input {
    display: none;
}
div.check-group label {
    cursor: pointer;
    padding: 5px 10px;
    float: left;
    border: solid 1px #aaa;
    margin-left: -1px;
    background: #eee;
    content: 'ON';
}
div.check-group input:checked+label {
    color: #fff;
    background: #C3C3C3;
    content: 'OFF';
}

#add_footer a{
	display:inline-block;
	margin-top:-40px;
	margin-left:380px;
	margin-bottom:5px;
	background-color:#99cc00;
	line-height:30px;
	text-align:center;
	width:150px;
	color:#ffffff;
	cursor:pointer;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
#footer_on_text{
	background-color:#cccccc;
	padding:10px 10px 10px 15px;
	width:300px;
	margin-top:20px;
}

#footer_on_text > #line_change{
	background-color:#cccccc;
	padding:10px 10px 10px 15px;
}
.footer_on_box{
	display:inline-block;
	width:100%;
	border:5px solid #cccccc;
}

.footer_on_box > div > ul > li > span > button,
.footer_out_box > ul > li > span > button,
.footer_out_box > ul > div > li > span > button{
	float:right;
	border:0;
	margin-right:0;
	background-color:#f6f6f6;
}

.footer_on_box > div > ul > li > span > button > img,
.footer_out_box > ul > li > span > button > img,
.footer_out_box > ul > div > li > span > button > img{
	height:15px;
	cursor: pointer;
}
.footer_out_box{
	display:inline-block;
	width:100%;
	background: #eeeeee;
	border-bottom:5px solid #cccccc;
	border-right:5px solid #cccccc;
	border-left:5px solid #cccccc;
	margin-bottom:10px;
}
#footer_out_text{
	margin:5px auto;
	width:400px;
	text-align:center;
}
#sortable1, #sortable2, #sortable3, #sortable4, #sortable5 {
	list-style-type: none;
	float: left;
	background: #ffffff;
	padding: 5px;
	min-height:200px;
	border:5px solid #cccccc;
}
.count1 > #sortable1{
	width: 580px;
}
.count2 > #sortable1,.count2 > #sortable2{
	width: 280px;
}
.count3 > #sortable1,.count3 > #sortable2,.count3 >  #sortable3{
	width: 180px;
}
.count4 > #sortable1,.count4 > #sortable2,
.count4 >  #sortable3,.count4 >  #sortable4{
	width: 130px;
}
.count5 > #sortable1,.count5 > #sortable2,
.count5 >  #sortable3,.count5 >  #sortable4,.count5 >  #sortable5{
	width: 100px;
}
#sortable6 {
	list-style-type: none;
	float: left;
	width: 590px;
	min-height:100px;
	

}
#sortable1 li, #sortable2 li, #sortable3 li , #sortable4 li, #sortable5 li{
	margin: 5px;
	padding: 5px;
	display:inline-block;
	line-height:20px;
}
.count1 > #sortable1 li{
	width:150px;
	font-size: 0.8em;
}
.count2 > #sortable1 li, .count2 > #sortable2 li{
	width:150px;
	font-size: 0.8em;
}
.count3 > #sortable1 li, .count3 > #sortable2 li,.count3 > #sortable3 li{
	width:150px;
	font-size: 0.8em;
}
.count4 > #sortable1 li, .count4 > #sortable2 li,
.count4 > #sortable3 li,.count4 > #sortable4 li{
	width:100px;
	font-size: 0.8em;
}
.count5 > #sortable1 li, .count5 > #sortable2 li,
.count5 > #sortable3 li,.count5 > #sortable4 li,.count5 > #sortable5 li{
	width:85px;
	font-size: 0.5em;
}
#sortable6 li{
	margin: 5px;
	padding: 5px;
	font-size: 0.8em;
	width: 150px;
	float:left;
}
/*アクセス関連*/
.index_infomation_box,
.access_info_area{

	display:inline-block;
	width:550px;
	padding:5px;
	margin-bottom:16px;
}
.index_infomation_box h2{
	font-size:15px;
	font-weight:normal;
	background-color:#ffffff;
	border-left:30px solid #ff8c00;
	padding:5px 10px;
	color:#ff8c00;
}

.access_info_area h3{
	font-size:15px;
	font-weight:normal;
	background-color:#ffffff;
	border-left:3px solid #aaaaaa;
	border-top:3px solid #aaaaaa;
	border-right:3px solid #aaaaaa;
	text-align:center;
	margin-top:10px;
	line-height:30px;
	width:594px;
	
}
.access_info_area table{
	border:3px solid #aaaaaa;
	width:600px;
	border-collapse: collapse;
}
.access_info_area th{
	border:1px solid #aaaaaa;
	height:50px;
	text-align:center;
	padding-right:10px;
	font-size:12px;
}
.access_info_area td{
	border:1px solid #aaaaaa;
	height:20px;
	text-align:right;
	padding-right:10px;
	font-size:12px;
}
.access_info_area tr.total{
	background-color:#C8E4F2;
	font-weight:bold;
	height:30px;

}
.old_access_box{
	border-bottom:2px solid #aaaaaa;
	width:600px;
}
.old_access{
	border-left:3px solid #aaaaaa;
	border-right:2px solid #aaaaaa;
	width:595px;
	font-size:13px;
}
h3.old_access{
	border-bottom:1px solid #aaaaaa;

}
.old_access > .year{
	display:inline-block;
	background-color:#C8E4F2;
	width:114px;
	text-align:center;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	line-height:25px;

}
.old_access > .month{
	display:inline-block;
	width:38px;
	text-align:center;
	line-height:25px;
	border:1px solid #aaaaaa;
}

.img_edit_body{
	background-color:#aaaaaa;
	padding:10px;
}

.img_edit_body > #container{
	background-color:#ffffff;
	border-radius:100px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
	padding:10px;
}
.img_edit_body > #container > h1{
	width:850px;
	padding-bottom:5px;
	border-bottom:2px solid #ff0000;
}
.img_edit_body > #container > .task{
	width:780px;
}
.img_edit_body > #container > form > .action_navi{
	width:800px;
	margin-left:auto;
	margin-right:auto;

}
.img_edit_body > #container > form > .action_navi > #img_upload_button_box{
	display:inline-block;
	margin-top:4px;
	margin-bottom:auto;
	float:right;

}
img.img_edit_thumb{
	max-width:100px;
	max-heigth:150px;
}
img.img_edit_del{
	max-width:150px;
	max-height:150px;
}

.content_button_box{
	display:inline-block;
	width:150px;
	border-right:1px solid #ff7F50;;
	text-align:center;
	margin:-10px 15px -10px -10px;

}
.content_button_box button{
	width:50px;
	margin:15.5px 10px;

}
.requier{
	background-color:#ffc0cb;
	padding:5px;
	width:461px;
}
#add_company a{
	display:inline-block;
	margin-bottom:5px;
	background-color:#99cc00;
	line-height:30px;
	text-align:center;
	width:150px;
	color:#ffffff;
	cursor:pointer;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
.company_table{
	background-color:#ffffff;
	margin-top:5px;
	display:inline-block;
	width:465px;
	padding:5px;
}
ul#sortable_com_1,ul#sortable_com_2{
	min-height:30px;
	background-color:#FFFFFF;
}
ul#no_sortable{
	background-color:#ffc0cb;
	height:45px;
}

ul#sortable_com_1 li,ul#sortable_com_2 li,ul#no_sortable li{
	list-style-type:none;
	width:126px;
	margin:5px;
	float:left;
	line-height:20px;
	padding:5px;
	font-size:0.8em;

}
ul#sortable_com_1 li img,ul#sortable_com_2 li img{
	width:15px;
	cursor:pointer;
}

ul#sortable_com_1 li button,ul#sortable_com_2 li button{
	float:right;
	border:0;
	margin-right:0;
	background-color:#f6f6f6;
}
table.company_remodal{
	width:360px;
	margin:auto;
	font-size:12px;
}

.needed{
	border:1px solid #ff0000;
	color:#ff0000;
	margin-left:10px;
	padding:2px 5px;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  

}
.link_icon{
	cursor:pointer;
}

a.icon{
	color:#000000;
}

a.temp_stop,
.stop_sign{
	display:block;
	line-height:20px;
	text-decoration:none;
	width:65px;
	background-color:#ff0000;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  

}

.active_sign{
	display:block;
	line-height:20px;
	text-decoration:none;
	width:65px;
	background-color:#0000ff;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  

}
.stop_sign,
.active_sign{
	text-align:center;
	width:80px;
}
.stop_sign i,
.active_sign i{
	margin-right:10px;
}
table .pay_status{
	width:500px;
	border:0;
	margin-top:15px;
}
table .pay_status td{
	height:40px;
	background-color:#ffe4b2;
	border-left:0;
	border-top:0;
	border-bottom:0;
	border-right:1px solid #ffffff;
}
table .pay_status td.pay_date{
	width:100px;
}
	
table .pay_status td.pay_edit{
	text-align:center;
	width:50px;
	font-size:1.0em;
}
table .pay_status td.pay_edit button{
	border:0;
	background-color:#ffe4b2;
}
table#payment_del_table{
	width:350px;
	margin:15px auto 15px auto;
	font-size:13px;
	border-collapse: collapse;
}
table#payment_del_table td{
	border:1px solid #ff7f50;
	padding:5 10;
	

}


.payment_change_table{
	width:95%;
	font-size:14px;
	text-align:left;
	margin:auto;
}
.payment_change_table_line{
	line-height:35px;
}
.go_payment_change{
	display:inline-block;
}
.title_payment_change{
	display:table-cell;
	width:100px;
	background-color:#fceac5;
	padding-left:5;
	border-bottom:1px solid #ffffff;
}
.title_payment_change_wide{
	display:table-cell;
	width:375px;
	background-color:#fceac5;
	padding-left:5;
	border-bottom:1px solid #ffffff;
}
.main_payment_change{
	width:275px;
	display:table-cell;
	padding-left:5;
	background-color:#fcf8e3;
}
.main_payment_change_wide{
	width:375px;
	display:table-cell;
	padding-left:5;
	background-color:#fcf8e3;
}

.alert_box{
	color:#ff0000;
}
.left_float_1{
	float:left;
}
.free_style_select{
	display:block;
}
.free_style_select input#layout0,
.free_style_select input#layout1 {
	display: none;
}
.free_style_select label.layout0,
.free_style_select label.layout1{
	display: inline-block;
	float: left;
	cursor: pointer;
	width: 140px;
	margin: 0;
	padding: 10px 5px;
	border:1px solid #bdc3c7;
	border-bottom:none;
	color: #869198;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.free_style_select label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.free_style_select label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.free_style_select input[type="radio"]:checked + .layout0{
	background-color: #a1b91d;
	color: #fff;
}
.free_style_select input[type="radio"]:checked + .layout1{
	background-color: #4648b8;
	color: #fff;
}

.free_no_display{
	display:none;
}
.free_display{
	display:block;
}

#left_menu_off,#layout_0{
	width:450px;
	padding:10px;
	margin-top:-1px;
}
#layout_0{
	border:1px solid #a1b91d;
}
#layout_1{
	margin-top:10px;

}
#layout_2{
	margin-top:10px;

}
#left_menu_off{
	border:1px solid #4648b8;
}
#left_menu_off label{
	margin:10;
}
img.del_img{
	max-width:600px;
}
.canceled{
	color:red;
	font-weight:bold;
}
table .item_regist img{
	max-width:300px;
	max-height:300px;
}

img.top_logo_edit{
	max-width:250px;
	max-hight:50px;
}

table.admin input{
	margin:5px 0px;
}

.get_item_info{
	display:inline-block;
	margin-left:30px;
}