@charset "utf-8";
*{
    box-sizing: border-box;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;

}
input[type="text"],input[type="number"],input[type="submit"],input[type="button"],input[type="date"],textarea,select{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    border: 1px solid #ccc;
    background-color: #FFF;
}
input[type="date"]{
    -webkit-appearance: none;
    padding: 8px;
    font-size: 16px;
}


input[type="text"],input[type="date"],input[type="number"],input[type="email"],textarea,select,.form_style{
    font-size: 16px;
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.file_preview1,.file_send1,.file_delete{
    padding: 5px 10px;
    background: #666;
    color:#FFF;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}
.file_preview1{
    background: #666;
}
.file_send1{
    background: #2A96CA;
}
/* CSS Document */
body,h1,h2,h3,p,ul,li,form,div,input,nav{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    line-height: 1;
    font-size: 15px;
    color: #333;
    font-family: sans-serif ;
}
li{
    list-style: none;
}
body{

    background: #FFF;
}
a{
    color: #2996CC;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}
article{
    display: none;
    margin: 0;
    padding: 0;
}
.bg_error{ background: #FFEEEE}
.pc{ display:inline-block; }
.sp{ display: none; }

.pb20{  margin-bottom: 20px; }


/* 構造 ---------------------------------- */
#container{
    padding: 70px 5% 20px 5%;
}
.frmpage #container{
    padding: 70px 0 20px 0;
}

.ex{
    font-size: 12px;
    color: #666;padding-top: 5px;
}
/* ヘッダー ---------------------------------- */
header{
    background: #FFF;
    height:55px;
    padding: 8px 0;
    margin-bottom: 15px;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    width: 100%;
}
header h1{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;

    text-align: center;
    padding-top: 12px;
    color: #000000
}
#hdr_left,
#hdr_right{
    width: 60px;
    position: absolute;

    top:7px;
    text-align: center;
    padding-top: 4px;
}
#hdr_left{
    left:0;
}
#hdr_right{
    right:0;
}
#hdr_right a,
#hdr_left a{
    display: block;
    padding-top: 3px;
}
#hdr_right p,
#hdr_left p{
    font-size: 9px;
    padding-top: 3px;
}
#hdr_right img,
#hdr_left img{
    width: 20px;
    height: auto;
}

/* ログイン 
------------------------------------------------------------ */
#login_box{
    width: 460px;
    height: 340px;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
#login_box input{
    display: block;
    width: 80%;
    border: 1px solid #ccc;
    margin:0 auto;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    -webkit-appearance: none; 
}
#login_mail{
    border-radius: 5px 5px 0px 0px;
}
#login_password{
    border-top: 0 !important;
    border-radius: 0px 0px 5px 5px;

}
#login_btn{
    background: #2A96CA;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    border: none;
}
#login_box h1{
    margin-bottom: 20px;
    color: #333;
}
#login_name{
    font-size: 15px;
    font-weight: normal;
    color:#FFF;
    padding-bottom: 5px;
}
#login_box p{
    padding-top: 10px;

}
#logout{
    display: block;
    margin-bottom: 20px;
}
/* カテゴリータブ 
------------------------------------------------------------ */
ul.tab{
    margin-bottom: 30px;
}
ul.tab li{
    display: inline-block;
    margin-bottom: 5px;
}
ul.tab li a{
    display: inline-block;
    line-height: 1;
    background: #959CA4;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold
}

/* ボタン ---------------------------------- */
.btn1{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    background: #2A96CA !important;
    padding: 12px 15px;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}
.btn3{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    background: #666;
    padding: 11px 10px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
}


.page_outline{
    margin-bottom: 20px;
    line-height: 140%;
    font-size: 13px;
}

/* 表１ ---------------------------------- */
table.tbl1{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 40px;
}
table.tbl1 th,
table.tbl1 td{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 8px;
}
table.tbl1 th{
    background-color: #EAECEE;
    width: 200px;
    font-weight: normal;
    font-size: 15px;
    padding: 15px;
    text-align: left;
    padding-left: 20px;
}
table.tbl1 td{
    background: #FFF;
}

.t1{
    font-size: 17px;
    margin: 0 0 8px 0;
    font-weight: normal;
    color: #333;
}

/* 検索 */
.searchbox{
    background: #E7E7E9;
    border-radius: 8px;
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.searchbox input[type="text"]{
    width: 70%;
    margin: 0;
    border:none;
    border-radius: 8px;
    background: #E7E7E9;
    border: none;
    float: left;
}
.searchbox input[type="submit"]{
    width: 45px;
    height: 21px;
    display: block;
    float: right;
    background: #E7E7E9;
    color: #FFF;
    text-indent: -9999px;
    border: none;
    font-size: 12px;
    background-image: url("img/icn_search.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right 10px;;
    margin-top: 7px;
}
.search_txt{
    padding: 9px;
    border: none;
    outline: none;
    line-height: 1;
    width: 180px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
input[type=checkbox] {
    border: 1px solid #ccc;
}
input::placeholder {
  color: #eee;
}

/* IE */
input:-ms-input-placeholder {
  color:#eee;
}

/* Edge */
input::-ms-input-placeholder {
  color:#eee;
}
.select_item{
    width: 180px;
    display: inline-block;
}
.select_item input{
    border: 1px solid #ccc;
}

.ERROR .error{
    padding: 5px 0 0 0;
    color: rgba(163,35,38,1.00);
}

/* 入力ページ ---------------------------------- */
.form_box{
    margin-bottom:0;
    padding:20px 20px 20px 20px;
    border-bottom: 18px solid #F8F8F8;
    border-top: 1px solid #eee;

}
.flex_box{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
}
.w50{
    width: 50%;
}
ul.error{
    margin-bottom: 20px;
    background: #FFECE6;
    padding: 15px;
}

ul.error li{
    color: #9B1417;
    line-height: 150%;
}
.has_error{
    background: #FFECE6 !important;
}

div.error_msg{
    color: #9B1417 !important;
    line-height: 150%;
}
.center{
    text-align: center;
}


.upload_img{
    width: 200px;
    margin: 0;
}
.upload_img img{
    width: 100%;
    height: auto;
}

/* 商品一覧 ---------------------------------- */
#item_list_data{
    margin-bottom:55px;
}
ul.itemset{
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
ul.itemset li{
    border-bottom: 1px solid #eee;
    padding:0 30px 10px 0;
    margin: 0 0 10px 0;
    background-image: url("img/icn_next.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 18px auto;
}
ul.itemset li a{
    text-decoration: none;
    color: #333;
    display: block;
    overflow: hidden;
}

ul.itemset li h3{
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    color: #000;
}
ul.itemset li p{
    color: #888;
    font-size: 13px;
    line-height: 140%;

}

ul.itemset li figure{
    display: block;
    width: 100px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center
}
ul.itemset li figure img{
    width: 100%;
    height: auto;
}

/* 商品モーダル ---------------------------------- */
#overlay{
    background-color:rgba(0,0,0,0.8);
    z-index: 9998;
    position: fixed;
    width: 100%;
    display: none;
    top:0;
    left: 0;
}
.modal{
    background: #FFF;
    position: fixed;
    width: 600px;
    top:20px;
    left: 0;

    padding: 0 4% 15px 4%;
    overflow-x: hidden;
    overflow-y:scroll;
    z-index: 9999;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: #000 4px 4px 4px;
}
.modal_contents{
    padding:0px 0 0 0;
    position: relative;
}
.modal figure{
    width: 100%;

    text-align: center;
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
}
.modal figure img{
    width: 100%;
    height: auto
}
.modal h3{
    margin-bottom: 10px;
    padding-left: 5px;
}
.modal_header{
    text-align: center;
    width: 100%;
    padding: 0 0 15px 0;

}
.modal_header ul{
    overflow: hidden;
    padding: 0;
    margin: 0;

}
.modal_header ul li{
    width: 50%;
    text-align: center;
    background: none;
    padding:0;
    margin: 0;
}
.modal_header li:first-child{
    float: left;
}
.modal_header li:last-child{
    float: right;
    border-left: 1px solid #ccc
}
.modal_header ul a{
    display: block;
    width: 100%;
    font-size:10px;
    line-height: 1;
    padding: 10px 0 2px 0
}
.modal_header ul p{
    font-size:9px !important;
    padding-top: 2px;
    margin-bottom: 5px;
}
.modal_header li img{
    width:26px;
    height: auto;
}


/* スペック表 ---------------------------------- */
table.item_info{
    width: 100%;
    margin-bottom: 15px;

}
table.item_info th{
    padding: 9px 0 0 5px;
    font-size: 10px;
    vertical-align: bottom;
    width: 50%;
    text-align: left;
    color: #888;
}
table.item_info td{
    vertical-align: bottom;
    width: 50%;

}
table.item_info td p{
    padding: 2px 5px 8px 5px;
    border-bottom: 1px solid #eee;
    margin: 0 4px;
    font-size: 12px;
}
table.item_info{
    margin-bottom: 15px;
}
/* 削除ボタン */
.delete_btn{
    color: #FFF;
    background: #888;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 12px 8px;
}

/* ページャー ---------------------------------- */
.pager{
    text-align: center;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    overflow: hidden
}



.msg{
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #D4F9EE;
    border-color:1px solid #465244;
}
.msg li{
    font-size: 14px;
    line-height: 140%;
}


.scbox{
    overflow: hidden;
    padding: 3px 0 5px 0;
    height: 40px;
}

.scbox select{
    padding: 10px;
    border: 1px solid #DADCE0;
}

/* ローディング ---------------------------------- */
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
    text-align: center;
}
.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

footer{
    background: #F7F7F7;
    position: fixed;
    width: 100%;
    height: 70px;
    bottom: 0;
    border-top: 0.5px solid #ccc;
    padding-top: 10px;
}
footer ul{
    overflow: hidden;
    padding: 0 10px 0 0;
}
footer ul li{
    width: 33.3%;
    float: left;
}
footer ul li a{
    display: block;
    text-align: center;
}
footer ul li a img{
    width: 28px;
    height: auto;
}
footer ul li p{
    font-size: 9px;
    padding-top: 6px;
}

#save_area{
    text-align: center;
    position: fixed;
    width: 100%;
    background: #ccc;
    bottom: 0;
    padding: 20px 0 20px 0;
}
/* 見出し */
.t1{
    font-size: 15px;
    margin: 0 0 15px 0;
}
.t2{
    font-size: 12px;
    margin: 0 0 5px 0;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
@media (max-width: 767px) {

/* ログイン 
------------------------------------------------------------ */
#login_box{
    width: 100%;
    height: auto;
    border: none;
    border-radius: 5px;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
}


ul.item_list li{
    width: 100%;
}
.list_img{

    width: 30%;
}
.list_info{

    width: 65%;
}
.list_img img{
    width: 100%;
    height: auto;
}
.frm_select{
    width: 100% !important;
}


nav{
    width: 200px;
    background: #2A323A;
    color: #84888B;
    padding: 20px;
    float: none;
    display: none
}
body#dashboard,
body#list{
    background:none
}
table{
width:100%;
}


#page_head{
    position:relative;
    height: auto;
    padding: 0 0 10px 0;
}
#page_head h1{
    width:100%;

}
#page_head .btn1{
    float: none;
    position: static;

}
.tbl2 td,
.tbl2 th{
    font-size: 12px !important;
    padding: 3px;
}
#spmenu{
    display:block;
    border: 1px solid #ccc;
    width: 80px;
    padding: 10px 0;
    position: absolute;
    top:0px;
    right:0px;
    text-align: center;
    background:#2A323A;
    color: #FFF;
}
nav{
    width: 100%;
    background: #2A323A;
    color: #84888B;
    padding: 20px;
    float: none;
    z-index: 100;


}
.searchbox select{
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    padding: 9px;
}
#page_head {
    padding-bottom: 15px;
    overflow: hidden;
}

#page_head .btn1{
    float: right
}
.search_txt{
    color: #333;
    padding: 9px;
    border: none;
    outline: none;
    line-height: 1;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 10px;
}
h1.ptitle{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

table.tbl1 th{
    background-color: #EAECEE;
    width: 20%;
    font-weight: normal;
    font-size: 13px;
    padding: 8px;
    text-align: center;
}
table.tbl1 td{
    background: #FFF;
    font-size: 13px !important;
    padding: 8px;
}
.upload_img{
    width: 40%;
    margin: 0;
}
.upload_img img{
    width: 100%;
    height: auto;
}

.pc{
    display: none;
}
.sp{
    display:inline-block
}
.modal{
    width: 90%;
}
.modal figure{
    width: 100%;
    height: auto;
}
.modal figure img{
    width: 100%;
    height: auto;
}
}
