@charset "UTF-8";

/* import ------------ */
@import "common.css";

/* celarfix --------- */
.cf,
#wrapper,#head,#body,#navi,#foot,#foot,
.copyright
{zoom: 1;}

.cf:after,
#wrapper:after,#head:after,#body:after,#navi:after,#main:after,#foot:after,
.copyright:after
{content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0;}

.m_txt, #login div.frm input[type="text"], #login div.frm input[type="email"], #login div.frm input[type="password"] {
  width: 400px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 2px;
  border: solid #cccccc 1px;
  /* CSS3草案 */
  font-size: 185%;
  color: #333; }

.l_txt {
  width: 600px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 2px;
  border: solid #cccccc 1px;
  /* CSS3草案 */
  font-size: 124%;
  color: #333; }

.s_txt {
  width: 290px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 2px;
  border: solid #cccccc 1px;
  /* CSS3草案 */
  font-size: 124%;
  color: #333; }

.shadowtxt, #data-ipt input[type="text"], #data-custom ul li .txarea, #data-custom ul li .tx, #cccb #frm2 div #kw, #imgcng input[type="text"], #dialog-form input[type="text"], #dialog-form .txarea {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 2px;
  border: solid #cccccc 1px;
  /* CSS3草案 */
  font-size: 108%;
  color: #333; }

.lockscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5000%;
  color: black;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 1000; }

div#alert {
  font-size: 88%;
  position: fixed;
  width: 250px;
  height: 100px;
  background: #FFF;
  z-index: 2000; }

div#alert div {
  padding: 5px;
  background: #EEE; }

div#alert img {
  padding: 20px 0 0 10px;
  text-align: center; }

button{
	padding: 5px 15px !important;
	font-size:1.4rem !important;
}

/* ====================
	Template
======================= */
/* --------------------
	Base
----------------------- */
body {
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#eee;
	font-size:1.4rem;
	color:#333;
}
/* link */
a:link {
  text-decoration: none;
  color: #004D89;
}
a:visited {
  color: #004D89;
}
a:hover {
  text-decoration: underline;
  color: #004D89;
}
a:active {
  color: #004D89;
}

/* --------------------
	Basic Layout
----------------------- */
#wrapper {
  width: 980px;
  margin: 0 auto 30px;
}

#head {
  color: #666;
}

#body {
  min-height:650px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

#foot {
  background-color: #e6e6e6;
}

/* --------------------
	Dnt2 Basic Layout
----------------------- */
#head h1#title {
  font-size: 3rem;
  margin: 60px 0 20px;
}
#head .menu {
	width:100%;
	position:absolute;
	left:0;
	top:0;
	padding:10px;
    background-color: #fff;
    text-align: center; }
  #head .menu a{
	  padding:0 20px;
 }
  #head .menu li {
    float: left; }

#body ul.breadcrumbs {
  padding: 20px 20px 10px;
}
  #body ul.breadcrumbs li {
    display: inline;
    list-style-type: none;
    padding-left: 10px; }
    #body ul.breadcrumbs li a {
      /* aの背景画像に記号の画像を指定 */
      background-image: url(../img/arrow.png);
      /* 右寄せ＆リピート無し */
      background-position: center right;
      background-repeat: no-repeat;
      padding-right: 30px; }
  #body ul.breadcrumbs li.home {
    background-image: url(../img/home.png);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    padding-left: 25px; }
#body h2 {
  padding: 0 0 10px 0;
  font-size: 2.0rem; }
#body #navi {
  position:absolute;
  width: 200px;
  font-size: 1.2rem;
  padding: 0 20px 20px 20px; }
  #body #navi .text {
    padding-left: 20px; }
    #body #navi ul li {
      position: relative;
      margin-bottom:10px;
	  line-height:1em; }
      #body #navi ul li .li-icon {
        position: absolute;
        top: 9px; }
      #body #navi ul li p {
        padding: 15px 5px;
        background-color: #004D89;
		color:#fff; }
      #body #navi ul li a {
        display:block;
        padding: 15px 5px;
		background-color:#eee;
        color: #333; }
      #body #navi ul li a:hover {
        background-color: #004D89;
		text-decoration:none;
		color:#fff;
	  }
      #body #navi ul li ul {
        margin-top: 5px;
        margin-left: 10px;
        padding-bottom: 5px; }
        #body #navi ul li ul .li-icon {
          position: absolute;
          top: 13px; }
#body #main {
	margin:0 20px 20px 20px;
	padding-bottom:30px;
}

#foot .copyright {
  padding: 10px 10px 20px 10px;
  background-color: #fff;
  text-align: right; }

/* --------------------
	Dnt2 機能別 Layout
----------------------- */
/* default */
#main div ul {
  margin: 15px 0 0 0;
  list-style-type: none; }
  #main div ul li {
    background-color: #eee;
    padding: 15px 20px;
    margin: 0 0 6px 0;
    position: relative; }
    #main div ul li .u_btn {
      width: 150px;
      position: absolute;
      top: 5px;
      right: 200px; }
    #main div ul li .d_btn {
      width: 150px;
      position: absolute;
      top: 5px;
      right: 15px; }
#main .frm {
  width: 600px; }

/* ログイン */
#login div.frm {
  width: 500px;
  padding: 100px 40px 40px 40px;
  margin: 0 auto;
}
#login div.frm label {
	display:block;
	margin-bottom:20px;
}
  #login div.frm div {
    text-align: center !important; }

/* サイト一覧 */
#site {
  margin: 0 0 0 50px; }
  #site ul {
    width: 860px;
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none; }

/* データ一覧 */
#data-list{
  margin-left:180px;
  position:relative;}
#data-list #frm {
  position: absolute;
  top:-40px;
  right:0px;
  text-align: right; }
#data-list #psent {
  text-align: right; }
#data-list .count {
  text-align: right;
  font-weight: bold;
  margin: 3px 20px 3px 0; }
#data-list .data-menu {
  padding: 10px 0 10px 5px;
  margin: 0;
  border-bottom: solid 1px #ccc;
  background-color: #eee; }
  #data-list .data-menu button {
	  padding:0px !important;
	  font-size:1.2rem !important;
  }
  #data-list .data-menu .trash {
    padding: 0; }
#data-list .data-grid {
  padding: 0;
  margin: 0; }
  #data-list .data-grid li {
    clear:both;
    position: relative;
    padding: 10px 0 10px 5px;
	background-color:#fff; }
    #data-list .data-grid li:nth-child(2n) {
		background-color:#f0f0f0;
	}
    #data-list .data-grid li input,
    #data-list .data-grid li img,
	#data-list .data-grid li .title,
	#data-list .data-grid li .label {
      float:left; }
    #data-list .data-grid li .title {
      width: 430px; }
    #data-list .data-grid li .label {
      padding-left: 3px;
      width: 180px; }
      #data-list .data-grid li .label a {
        color: #a1a626; }
    #data-list .data-grid li .lnks {
      clear:both;
	  padding:10px 0 0 20px;
      color: #DDD; }
      #data-list .data-grid li .lnks img {
		  float:none;
	  }
      #data-list .data-grid li .lnks a {
        color: #666666; }
    #data-list .data-grid li .date {
      position:absolute;
	  right:0;
	  top:10px;
      width: 80px;
      font-size: 1.2rem;
      color: #666; }

/* データ入力 */
#data-ipt {
	margin-left:200px; }
  #data-ipt .frm{
    padding:0px 40px 10px;
	border:2px #eee solid;
	width:100%; }
  #data-ipt .frm #iptfrm a,
  .cke_dialog a{
	box-sizing:content-box; }
  #data-ipt .frm ul {
    margin-left: 20px;
    list-style-type: disc; }
    #data-ipt .frm ul li {
      border: none;
      background-color: #FFF;
      padding: 0;
      margin: 0; }
  #data-ipt .frm ol {
    margin-left: 20px;
    list-style-type: decimal; }
  #data-ipt #dlabel {
    margin:10px 0; }
    #data-ipt #dlabel label {
      margin-right: 10px;
      padding: 2px 5px; }
    #data-ipt #dlabel .lblchk {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      background-color: #a1a626;
      color: #FFF; }
  #data-ipt dt {
    padding-top:20px;
    border-top:1px #eee solid;
	color:#004D89; }
  #data-ipt dt:first-child {
    border-top:none; }
  #data-ipt dd {
    margin-bottom: 20px; }
  #data-ipt .r_btn {
    margin-top:50px;
    padding:20px 0;
    border-top:1px #666 solid;
	text-align:center;}
    #data-ipt .r_btn button {
      width:250px;
	  margin-right:10px;
	  margin-bottom:20px;}
    #data-ipt .r_btn button:nth-child(2n){
      margin-right:0; }

/* ラベル編集 */
#label-list{
	margin-left:180px;
}
#label-list ul li {
  cursor: move; }

/* カスタムフィールド */
#data-custom{
  margin-left:180px; }
#data-custom ul li {
  padding: 10px 10px 10px 20px !important;
  height: 90px;
  cursor: move; }
  #data-custom ul li .title {
    float:left;
    width: 500px;
    color: #666; }
  #data-custom ul li .txarea {
    height: 40px; }
  #data-custom ul li .tx {
    height: 15px; }
  #data-custom ul li button{
    position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
    float: right !important;
	margin-right:10px;
    padding: 5px !important;
	font-size: 1.2rem !important;
	width: 100px !important; }
  #data-custom ul li .tag {
	position:absolute;
	top:20px;
	left:400px;
    width: 200px;
    padding: 1px 3px 1px 3px;
    font-size: 1.2rem;
	color:#000; }

/* ファイル一覧 */
#file-list{
  margin-left:180px; }
#file-list ul li {
  overflow:auto;
  font-size: 1.4rem !important; }
  #file-list ul li .file1 {
    background-color: #f4eff2; }
  #file-list ul li .ttl {
    clear:both;
	float:left;
    margin-left:90px;
	margin-bottom:8px;
    width: 100px;
    font-size: 1.2rem; }
  #file-list ul li .con {
    float: left;
    width: 400px;
	margin-bottom:8px; }
  #file-list ul li .thumbimg {
    position:absolute;
	left:20px;
	top:20px;
    width: 75px;
	height:auto;
    border: solid 1px #ddd; }

/* 記事並び替え */
#data-sort {
  margin-left:180px; }
  #data-sort ul.menu {
    padding: 0; }
    #data-sort ul.menu li {
      overflow:auto;
      position: relative;
      padding: 10px 10px 30px 10px;
      background-color: #eee;
	  border-bottom: 1px #ccc solid; }
      #data-sort ul.menu li span {
        cursor: pointer; }
      #data-sort ul.menu li .txt { }
        #data-sort ul.menu li .txt select,
	    #data-sort ul.menu li .txt label {
          margin-right:15px;}
      #data-sort ul.menu li .kana,
	  #data-sort ul.menu li .time,
	  #data-sort ul.menu li .s_no {
		position: absolute;
		top: 40px; }
      #data-sort ul.menu li .kana{
		left:50px; }
      #data-sort ul.menu li .time {
		left:480px; }
      #data-sort ul.menu li .s_no {
        right:15px; }
  #data-sort ul.grid {
    list-style-type: decimal;
	margin-top:1px;
    padding: 0; }
    #data-sort ul.grid li {
      clear:both;
      overflow:auto;
	  min-height:50px;
      position: relative;
      padding: 10px 5px;
      margin: 0 0 2px 0;
      cursor: move; }
      #data-sort ul.grid li .thum,
	  #data-sort ul.grid li .txt {
        float:left;
		margin-right:10px;
		font-size:1.4rem; }
	  #data-sort ul.grid li .kana {
        font-size:1.2rem; }
      #data-sort ul.grid li .time,
      #data-sort ul.grid li .s_no {
        position: absolute;
		top:10px; }
	  #data-sort ul.grid li .time {
		left:450px;
		font-size:1.2rem; }
      #data-sort ul.grid li .s_no {
		right:15px;
        font-weight: bold; }
      #data-sort ul.grid li .invalid .txt {
        color: #ccc; }

/* bloggerインポート */
#xml-import{
  margin-left:180px; }
  #xml-import #xmlfile{
    display:block;
	margin-right:20px;
	margin-top:30px; }
  #xml-import #readButton{
	margin-top:30px; }

/* CCCB */
#cccb {
  clear: both;
  margin: 0 10px 0 0;
  overflow: hidden;
  width: 770px; }
  #cccb #frm2 {
    width: 100%;
    overflow: hidden; }
    #cccb #frm2 div.chkarea {
      font-size: 12px;
      float: left;
      width: 240px;
      background-image: url("../img/bk2.jpg");
      padding: 5px;
      margin: 3px; }
    #cccb #frm2 div.frmttl {
      font-weight: bold; }
    #cccb #frm2 div #kw {
      padding: 3px;
      width: 220px!important; }
    #cccb #frm2 button {
      clear: both;
      width: 100%;
      padding: 5px;
      margin: 0 0 10px 0; }
  #cccb table {
    border-radius: 5px;
    /* CSS3 */
    background-color: #EFF4F4;
    width: 770px;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 75%;
    border-collapse: collapse; }
    #cccb table th {
      background-color: #DFE8E8;
      margin: 0;
      border-bottom: solid 1px #cccccc;
      font-weight: normal;
      text-align: left; }
      #cccb table th.srt_data {
        cursor: pointer; }
        #cccb table th.srt_data:hover {
          color: #B2C8C8; }
      #cccb table th.dwn {
        font-weight: bold; }
      #cccb table th.sub {
        border: none;
        background-color: #FFF;
        font-weight: bold; }
    #cccb table td {
      margin: 0;
      background-color: #EFF4F4;
      border-bottom: solid 1px #cccccc;
      vertical-align: top; }
      #cccb table td.same {
        color: #CCC; }
        #cccb table td.same a {
          color: #9BCEDD; }
      #cccb table td.dlinfo {
        border-bottom: none; }
      #cccb table td.con {
        padding: 3px;
        border: solid 1px #dddddd; }
      #cccb table td.cntr {
        text-align: center; }
      #cccb table td.mdl {
        vertical-align: middle; }
      #cccb table td table {
        margin: 0;
        width: 100%;
        font-size: 108%;
        border: none; }
        #cccb table td table td {
          border: none;
          border-bottom: solid 1px #cccccc; }
          #cccb table td table td.dl_ttl {
            width: 250px; }
          #cccb table td table td.dl_cnt {
            width: 100px;
            text-align: center; }

/* ログイン者情報更新 */
#u-info {
  margin-left: 150px; }
  #u-info dd{
  	margin-bottom:20px;
  }

/* トップページイメージ変更 */
#imgcng table {
  width: 860px;
  border: solid 1px #cccccc;
  font-size: 75%;
  padding-left: 30px; }
  #imgcng table td {
    border: solid 1px #cccccc;
    padding: 2px; }
    #imgcng table td.date table {
      border: none;
      font-size: 100%;
      width: 230px; }
      #imgcng table td.date table td.t_ym {
        width: 85px;
        border-right: dashed 1px #eeeeee; }
      #imgcng table td.date table td.t_d {
        width: 50px; }
      #imgcng table td.date table td.t_h {
        width: 80px;
        border-left: dashed 1px #eeeeee; }
    #imgcng table td .y {
      width: 30px; }
    #imgcng table td .m {
      width: 16px; }
    #imgcng table td .d {
      width: 16px; }
    #imgcng table td .hi {
      width: 34px; }

/* ショップメーカーファイルアップロード */
#imgup {
  margin: 0 0 0 50px; }
  #imgup #psent {
    text-align: right; }
  #imgup .count {
    text-align: right;
    font-weight: bold;
    margin: 3px 20px 3px 0; }
  #imgup #fupfrm {
    background-color: #FFF;
    padding: 10px;
    margin: 60px 0 10px 0;
    border: solid 10px #dddddd; }
  #imgup ul {
    width: 860px;
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none; }
    #imgup ul li {
      height: 54px;
      border-bottom: solid 1px #dddddd;
      position: relative; }
      #imgup ul li .othumb {
        position: absolute;
        padding: 0;
        margin: 0;
        left: 6px;
        top: 6px;
        height: 60px;
        border: solid 1px #cccccc; }
      #imgup ul li .odatetime {
        margin-left: 70px;
        top: 2px; }
      #imgup ul li .d_btn {
        width: 40px;
        position: absolute;
        left: 790px!important;
        top: 15px!important;
        cursor: pointer;
        background: url(../img/trash2.png) no-repeat; }

/* 検索窓 */
#srchbox {
  margin-top: 3px;
  float: right;
  border: solid 1px #cccccc;
  width: 230px;
  height: 25px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  #srchbox div a {
    float: right;
    padding: 0;
    width: 25px;
    height: 25px;
    margin-top: -4px;
    background-image: url(../img/srch.png);
    background-repeat: no-repeat;
    background-position: 4px 8px;
    z-index: 99; }
    #srchbox div a:hover {
      background-image: url(../img/srch_hov.png); }
  #srchbox #kw {
    border: none;
    height: 18px;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    float: left; }

/* ポップアップウィンドウ */
/* リード文 */
.lead {
  font-size: 85%; }
