@charset "utf-8";

/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
  color: #222;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}



/* Base Styles */
body{
  font: 13px/1.231 "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
  *font-size:small;
  *font:x-small;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}



/*IE7*/
*+html body  {
  font-size:13px;
}


select,input,button,textarea{
	font: 99% "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
}
pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
img{
	border: none;
	vertical-align: bottom;
}
table{
	width:100%;
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align:left;
}
label{
	cursor: pointer;
}
input,
select,
textarea{
  padding: 2px;
  vertical-align:middle;
}
ol,ul{
	list-style:none;
}
a,
input{
	outline: none;
}



/* Basic Text Link
----------------------*/
a {
	color: #006DD4;	text-decoration: underline;
}
a:link {
	color: #006DD4;	text-decoration: underline;
}
a:visited {
	color: #006DD4;	text-decoration: underline;
}
a:hover {
	color: #088cff;	text-decoration: none;
}
a:focus {
	color: #006DD4;	text-decoration: underline;
}
a:active {
	color: #006DD4;	text-decoration: underline;
}
a.red {
	color: #df2c1f;
}
a.red:link {
	color: #df2c1f;
}
a.red:visited {
	color: #df2c1f;
}
a.red:hover {
	color: #fc1605;
}
a.red:focus {
	color: #df2c1f;
}
a.red:active {
	color: #df2c1f;
}
em {
	color:#df2c1f;
	font-style:normal;
}
strong {
  font-weight:bold;
  font-style:normal;
}



/* 背景・改行
----------------------*/
html body {
  background:#F1F1F1;
}

body {
  word-break:break-all;
}



/* リキッドデザイン化
----------------------*/
.header .headerin,
.container.liquid {
	min-width:1015px;
	width:100%;
  box-sizing:border-box;
}



/* header
----------------------*/
.header{
	background:#222;
	padding:9px 0 8px;
  line-height:1;
  margin:0 0 30px;
}
.headerin{
	width:960px;
	margin:0 auto;
  display: table;
  padding:0 71px;
}
.header .title{
	color:#eee;
	font-size:13px;
  display:table-cell;
  width:50%;
  vertical-align:top;
}
.header .title a{
	color:#eee;
  text-decoration:none;
}
.header .title a:hover{
  opacity:0.9;
}
.header .title img{
  height:26px;
  padding:0 0 2px;
}
.header .login{
	text-align:right;
  padding:1px 0 0;
  display:table-cell;
  width:50%;
  vertical-align:middle;
}
.header .state{
  display: inline-block;
  *display: inline;  
  *zoom: 1; 
  color:#eee;
  margin:0 14px 0 0;
}
.header .logout{
  display: inline-block;
  *display: inline;  
  *zoom: 1; 
  color:#a1a1a1;
  font-size:11px;
}
.header .logout a{
	color:#3d8dd8;
}



/* gnav
----------------------*/
.gnav{
  position:fixed;
  top:65px;
  left:15px;
}
.gnav li{
  margin:0 0 10px;
}
.gnav li a {
  display:table-cell;
  box-sizing:border-box;
  height:40px;
  width:40px;
  padding:2px 0 0 0;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
	background:#d6d6d6;
	border:1px solid #ccc;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
  box-shadow:0 1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,1) inset;
}
.gnav li a:hover {
	background:#f7f7f7;
	border:1px solid #a1a1a1;
}
.gnav li a:active {
	border:1px solid #666;
  box-shadow:0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(0,0,0,0.08) inset;
	background:#d6d6d6;
}
.gnav li a:hover img {
  opacity:0.9;
}



/* 全体
----------------------*/
.container {
	width:1015px;
	margin:0 auto 0;
  padding:0 71px;
}
.container.thickbox {
  padding-left:0;
  padding-right:0;
}



/* ページタイトル
----------------------*/
.pagetitle {
	width:600px;
	margin:0 0 25px;
}
.pagetitle .title{
  vertical-align: top;
  display: inline-block;
  *display: inline;  
  *zoom: 1; 
  font-size:23px;
  margin:0 12px 0 0;
}
.pagetitle .txt{
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  text-align:right;
  float:right;
  font-size:11px;
  margin:7px 0 0;
}



/* inputボタン
----------------------*/
/* グレー */
input[type="button"],
input[type="submit"],
button,
.input_btn {
  cursor:pointer;
	padding:3px 10px 2px;
  margin:-1px 0 0 0;
	background:#F7F7F7;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
  box-shadow:0 1px 0 rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,1) inset;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.input_btn:hover {
	background:#FAFAFA;
	border:1px solid #999;
}

input[type="button"]:active,
input[type="submit"]:active,
button:active,
.input_btn:active {
	border:1px solid #666;
  box-shadow:0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(0,0,0,0.08) inset;
	background:#f0f0f0;
}

/* ブルー */
input[type="button"].input_btn_blue,
input[type="submit"].input_btn_blue,
button.input_btn_blue {
  color:#fff;
	background:#2C80CF;
	border:1px solid #0054A3;
  box-shadow:0 1px 0 rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,0.2) inset;
}

input[type="button"].input_btn_blue:hover,
input[type="submit"].input_btn_blue:hover,
button.input_btn_blue:hover {
	background:#3d8fdd;
	border:1px solid #003e78;
}

input[type="button"].input_btn_blue:active,
input[type="submit"].input_btn_blue:active,
button.input_btn_blue:active {
	border:1px solid #003e78;
  box-shadow:0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(0,0,0,0.08) inset;
	background:#2075c4;
}


/* グリーン */
input[type="button"].input_btn_green,
input[type="submit"].input_btn_green,
button.input_btn_green {
  color:#fff;
	background:#12AC41;
	border:1px solid #006A1F;
  box-shadow:0 1px 0 rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,0.2) inset;
}

input[type="button"].input_btn_green:hover,
input[type="submit"].input_btn_green:hover,
button.input_btn_green:hover {
	background:#20BB4F;
	border:1px solid #005B1A;
}

input[type="button"].input_btn_green:active,
input[type="submit"].input_btn_green:active,
button.input_btn_green:active {
	border:1px solid #005B1A;
  box-shadow:0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(0,0,0,0.08) inset;
	background:#059A32;
}


/* ブラック */
input[type="button"].input_btn_black,
input[type="submit"].input_btn_black,
button.input_btn_black {
  color:#fff;
	background:#5c5c5c;
	border:1px solid #404040;
  box-shadow:0 1px 0 rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,0.19) inset;
}

input[type="button"].input_btn_black:hover,
input[type="submit"].input_btn_black:hover,
button.input_btn_black:hover {
	background:#707070;
	border:1px solid #2b2b2b;
}

input[type="button"].input_btn_black:active,
input[type="submit"].input_btn_black:active,
button.input_btn_black:active {
	border:1px solid #2b2b2b;
  box-shadow:0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(0,0,0,0.08) inset;
	background:#4d4d4d;
}

/* レッド */
input[type="button"].input_btn_red,
input[type="submit"].input_btn_red,
button.input_btn_red {
  color:#fff;
	background:#de3d32;
	border:1px solid #a30b00;
  box-shadow:0 1px 0 rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,0.2) inset;
}

input[type="button"].input_btn_red:hover,
input[type="submit"].input_btn_red:hover,
button.input_btn_red:hover {
	background:#eb463b;
	border:1px solid #850900;
}

input[type="button"].input_btn_red:active,
input[type="submit"].input_btn_red:active,
button.input_btn_red:active {
	border:1px solid #850900;
  box-shadow:0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(0,0,0,0.08) inset;
	background:#d1291d;
}




/* サイズ ミディアム */
input[type="button"].input_btn_med,
input[type="submit"].input_btn_med,
button.input_btn_med {
  min-width:70px;
	padding-top:5px;
	padding-bottom:4px;
}


/* サイズ ラージ */
input[type="button"].input_btn_large,
input[type="submit"].input_btn_large,
button.input_btn_large {
  min-width:140px;
	padding-top:5px;
	padding-bottom:4px;
  font-size:15px;
}


/* サイズ ラージミディアムsmall */
input[type="button"].input_btn_large_med_small,
input[type="submit"].input_btn_large_med_small,
button.input_btn_large_med {
  min-width:219px;
	padding-top:10px;
	padding-bottom:9px;
  font-size:15px;
}


/* サイズ ラージミディアム */
input[type="button"].input_btn_large_med,
input[type="submit"].input_btn_large_med,
button.input_btn_large_med {
  min-width:300px;
	padding-top:10px;
	padding-bottom:9px;
  font-size:15px;
}


/* サイズ エクストララージ */
input[type="button"].input_btn_xlarge,
input[type="submit"].input_btn_xlarge,
button.input_btn_xlarge {
  min-width:155px;
  width:100%;
	padding-top:9px;
	padding-bottom:8px;
  font-size:15px;
}


/* 外部リンク用ボタン */
.input_btn.blank_btn {
  background-image:url(../img/pc/icon_link_blank_large.gif);
  background-position:center center;
  background-repeat:no-repeat;
  padding-left:15px;
  padding-right:15px;
}


/* プレビュー用ボタン */
.input_btn.preview_btn {
  background-image:url(../img/pc/icon_link_preview.png);
  background-position:center center;
  background-repeat:no-repeat;
  padding-left:15px;
  padding-right:15px;
}




/* inputラジオ
----------------------*/
input[type="radio"] {
  margin:-1px 4px 0 0;
  cursor:pointer;
}
label.radio_btn {
	border:#ccc 1px solid;
	padding:4px 8px 3px 7px;
  margin:0 2px 0 0;
}



/* inputチェックボックス
----------------------*/
input[type="checkbox"] {
  cursor:pointer;
}




/* inputテキスト
----------------------*/
input[type="text"], 
input[type="password"], 
textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
	border:#ccc 1px solid;
  padding:3px 5px;
}



/* select
----------------------*/
select {
	border:#ccc 1px solid;
}



.length_small {
	width:47px;
}
.length_small_med {
	width:63px;
}
.length_med_small {
	width:104px;
}
.length_med {
	width:151px;
}
.length_large {
	width:200px;
}
.length_xlarge {
	width:230px;
}
.length_max {
	width:100%;
}
.length_high {
  padding:5px;
  font-size:16px;
}



/* エラーメッセージ
----------------------*/
.error_txt {
  display:inline;
  font-size:18px;
  color:#fff;
  background:#ff0000;
}




/* メインメニューページ
===========================================*/

.mainmenu{
  margin:0 0 25px;
  padding:22px 18px;
  background:#fff;
  border:#ccc 1px solid;
}
.mainmenu .mainmenu_set{
  margin:0 0 5px;
}
.mainmenu .mainmenu_set:last-child{
  margin-bottom:0;
}
.mainmenu .title{
  padding:2px 7px 0;
  margin:0 0 10px;
  border-left:#222 3px solid;
}
.mainmenu .btn_list{
}
.mainmenu .btn_list li{
  float:left;
  margin:0 15px 15px 0;
}
.mainmenu .btn_list li:nth-child(4n){
  margin-right:0;
}



/* 記事一覧ページ
===========================================*/

/* ダッシュボード
----------------------*/
.dashboard{
  margin:0 0 25px;
}



/* 新規投稿と記事検索
----------------------*/
.menu{
	float:left;
	width:491px;
	width:657px;
}
.menu table{
}
.menu th{
	width:9%;
	padding:0 0 4px;
  text-align:left;
  font-weight:bold;
}
.menu td{
	padding:0 0 4px;
  text-align:left;
}
.menu .list_btn {
	text-align:right;
	text-align:left;
  margin:3px 0 0;
  margin:3px 0 0 57px;
}
.menu .list_btn li {
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  text-align:right;
  margin:4px 0 0 2px;
}
.menu label {
  padding:8px 9px 6px 6px;
  margin:0;
  border:#b3b3b3 1px solid;
  background:#fff;
  cursor:pointer;
  display:inline-block;
}
.menu input[type="checkbox"] {
  margin:0 4px 1px 2px;
}


/* SNSチェック
----------------------*/
.snscheck_list{
	float:left;
	width:83px;
  margin: 0 0 0 20px;
}
.snscheck_list table{
  border: #12ac41 2px solid;
  /*box-shadow:1px 1px 3px rgba(0,0,0,.1);*/
}
.snscheck_list th{
  text-align:center;
  border:#ccc 1px solid;
  font-size:12px;
  padding:7px 0 6px;
  line-height:1;
  background:#abf299;
  border-bottom-color:#abf299;
  border-left-color: #12ac41;
  border-right-color: #12ac41;
}
.snscheck_list td{
  text-align:center;
  border:#ccc 1px solid;
  font-size:12px;
  padding:7px 0 6px;
  line-height:1;
  background:#fff;
  border-left-color: #12ac41;
  border-right-color: #12ac41;
}



/* ページング
----------------------*/
.page_navi{
	margin:30px 0 0;
	float:right;
  width:340px;
}
.page_navi ul{
}
.page_navi li{
	float:left;
	margin:0 4px 4px 0;
  text-align:center;
  line-height:1;
}
.page_navi li a{
  display:block;
  padding:8px 4px 7px;
  min-width:22px;
  background:#E4E4E4;
  text-decoration:none;
}
.page_navi li a:hover,
.page_navi .next a:hover,
.page_navi .prev a:hover {
  background:#2C80CF;
  color:#fff;
}
.page_navi li a:active,
.page_navi .prev a:active,
.page_navi .next a:active{
  background:#186ab8;
  color:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,0.08) inset;
}
.page_navi li.current{
  padding:8px 0 7px;
  min-width:22px;
}
.page_navi .next{
  float:left;
}
.page_navi .prev{
  float:left;
  margin:0 4px 0 0;
}
.page_navi .next a,
.page_navi .prev a{
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  padding:8px 8px 7px;
  background:#E4E4E4;
  text-decoration:none;
}



/* お知らせ
----------------------*/
.information{
  margin:30px 0;
}
.information .list{
	border:#ccc 1px solid;
	margin:-1px auto 0;
	background:#fff;
	width:100%;
}
.information .list th{
	font-weight:bold;
	padding:13px 13px 12px;
  background:#FFEEBF;
	border-top:#ccc 1px solid;
	border-left:#FFBA00 4px solid;
	border-right:none;
	border-bottom:#ccc 1px solid;
  line-height:1.3;
  width:23%;
}
.information .list td{
	padding:13px 15px 12px;
	border-top:#ccc 1px solid;
	border-left:none;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
  line-height:1.3;
}
.information .list td > ul{
}
.information .list td > ul > li{
  margin:0 0 8px 0.7em;
  text-indent:-1em;
}
.information .list td > ul:not(.noaten) > li:nth-last-child(-n+2){
  margin-bottom:0;
}
.information .list td > ul.noaten > li:nth-last-child(-n+1){
  margin-bottom:0;
}


/* マニュアル
----------------------*/
.manual {
}
.manual_admin {
  margin:-10px 0 30px;
}
.manual_everyone {
  margin:30px 0 20px;
}
.manual_admin:not([style="display:none;"]) + .manual_everyone {
  margin-top: -15px;
}
.manual_admin_title {
  background: #71a3d9;
  color: #fff;
  font-size: 13px;
  padding: 4px 5px 1px;
  display: inline-block;
}
.manual_everyone_title {
  background: #8c8c8c;
  color: #fff;
  font-size: 13px;
  padding: 4px 5px 1px;
  display: inline-block;
}
.manual_admin_unit,
.manual_everyone_unit {
	border:#8c8c8c 2px solid;
	background:#fff;
  font-size: 13px;
  height: 200px;
  resize:vertical; 
  padding: 10px 10px;
  color: #000;
  line-height: 1.4;
  overflow-y: scroll;
}
.manual_admin_unit {
  border-color: #71a3d9;
  background: #f2fbff;
}
.manual_everyone_unit {
}

/* tinyMCEのスタイル設定 */
.manual_admin_unit > *, .manual_everyone_unit > * {
  line-height: 1.4;
}
.manual_admin_unit > *:first-child, .manual_everyone_unit > *:first-child {
  margin-top: 0 !important;
}
.manual_admin_unit p, .manual_everyone_unit p {
  margin: .8em 0 0;
}






/* 記事一覧の情報
----------------------*/
.article_info{
  margin:0 0 8px;
}
.article_info .data_num{
  color:#df2c1f;
  font-weight:bold;
  font-size:16px;
  text-align:left;
}
.article_info .data_num span{
  font-size:20px;
}




/* 記事一覧
----------------------*/
.article_list{
	border:#ccc 1px solid;
	margin:0 auto;
	background:#fff;
	width:100%;
}
.article_list thead th{
	font-weight:bold;
  line-height:1.2;
	text-align:center;
	padding:8px 10px 5px;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 2px solid;
}
.article_list tbody th{
	font-weight:bold;
	padding:12px 10px;
  height:40px;
  line-height:1.35;
	border-top:none;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:none;
}
.article_list tbody td{
	padding:12px 10px;
  font-size:12px;
	border-top:none;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:none;
}
.article_list tr:nth-child(even) {
  background-color:#F5F5F5;
}
.article_list tr.even { /* IE8 */
  background-color:#F5F5F5;
}
.article_list .title{
	width:32%;
}
.article_list .category{
	width:10%;
}
.article_list .keyword{
	width:10%;
}
.article_list .writer{
	width:8%;
}
/*.article_list .site{
	width:8%;
}*/
.article_list .date{
	width:11%;
}
.article_list .state{
	width:5%;
}
.article_list .zone{
	width:9%;
}
.article_list .sales{
	width:5%;
}
.article_list .pv{
	width:4%;
}
.article_list .pv.magazine{
	color:#009cbf;
}
.article_list .number{
	width:4%;
}
.article_list .view{
	width:7%;
}
.article_list .snscheck{
	width:9%;
}
.article_list .state.off{
	color:#df2c1f;
}
.article_list .state.reserve{
	color:#0b9810;
}
.article_list .state.non{
	color:#7c11de;
}
.article_list tbody .title{
  text-align:left;
}
.article_list tbody .category{
  text-align:left;
}
.article_list tbody .category,
.article_list tbody .writer,
.article_list tbody .site,
.article_list tbody .date,
.article_list tbody .state,
.article_list tbody .zone,
.article_list tbody .sales,
.article_list tbody .pv,
.article_list tbody .number,
.article_list tbody .view,
.article_list tbody .snscheck{
  text-align:center;
}




/* 新規投稿ページ
===========================================*/

/* 大枠
----------------------*/
.cms_content {
	width:600px;
	float:left;
  margin:0 0 40px;
}

/* 大枠内の情報第2弾
----------------------*/
.cms_content .cms_content_second {
	border-top:#ccc 3px solid;
	margin:40px 0 0;
	padding:30px 0 0;
}

/* 大カテゴリ見出し */
.cms_content .title {
	font-size:15px;
	font-weight:bold;
	margin:5px 0 5px;
}

/* 大カテゴリ囲み */
.cms_content .input_block{
	background:#fff;
	margin:0 0 30px;
	padding:22px 18px;
	border:#ccc 1px solid;
  position:relative;
}
.cms_content .input_block.noborder{
	background:none;
	margin:0 0 30px;
	padding:0;
	border:none;
}

/* 大カテゴリ内のtable */
.cms_content .input_block .note {
  font-size:11px;
  margin:2px 0 4px;
}
.cms_content .input_block .delete_btn {
  vertical-align:top;
  cursor:pointer;
}
.cms_content .input_block .delete_btn:hover {
  opacity:0.8;
}
.cms_content .input_block table {
}
.cms_content .input_block th{
	vertical-align:top;
	padding:7px 5px 16px 0;
}
.cms_content .input_block td{
	padding:0 0 10px;
}
.cms_content .input_block th.title{
	font-size:13px;
	font-weight:normal;
	margin:0;
	width:95px;
  text-align:left;
}
.cms_content .input_block td.date{
}
.cms_content .input_block td.date span{
  margin:0 -1px 0 4px;
}
.cms_content .input_block td.txt{
	padding-top:7px;
	vertical-align:top;
}
.cms_content .input_block td.txt select{
	margin-top:-7px;
}
.cms_content .input_block td.radio{
	padding-top:2px;
}
.cms_content .input_block td.multiple_form input,
.cms_content .input_block td.multiple_form select{
	margin-bottom:5px;
}
.cms_content .input_block tr:last-child th,
.cms_content .input_block tr:last-child td {
	padding-bottom:4px;
}
.cms_content .input_block textarea {
	min-height:110px;
	resize:vertical;
}



/* サブカテゴリ */
.cms_content .input_block .category_sub {
	border:1px solid #ccc;
	padding:10px 10px 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.cms_content .input_block .category_sub li {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 5px 2px 0;
  box-sizing: border-box;
}
.cms_content .input_block .category_sub li label {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}



/* 都道府県table */
.cms_content .input_block .pref_list {
	border:1px solid #ccc;
	padding:10px 10px 8px;
}
.cms_content .input_block .pref_list .region {
	padding:0 0 6px;
	margin:0 0 10px;
	border-bottom:#ccc 1px dotted;
}
.cms_content .input_block .pref_list .area {
}
.cms_content .input_block .pref_list tr td{
	padding:0 0 2px 0;
  width:20%;
}

/* タグ（キーワード情報） */
.cms_content .input_block .tag_form {
	/*width:315px;*/
	/*float:left;*/
  margin:0 0 16px;
}
.cms_content .input_block .tag_form input {
	margin-bottom:5px;
}
.cms_content .input_block .tag_link {
	/*width:240px;*/
	/*float:right;*/
}
.cms_content .input_block .tag_link p {
  background-color:#faebd7;
  background-image:url(../img/pc/icon_arrow_down.png);
  background-position:right 6px top 9px;
  background-repeat:no-repeat;
  border:#d6c2a8 1px solid;
  display:inline-block;
  padding:4px 18px 3px 6px;
  line-height:1.4;
  cursor:pointer;
  box-shadow:0 1px 0 rgba(255,255,255,1) inset;
  margin:0 0 7px;
}
.cms_content .input_block .tag_link p:hover {
  background-color:#fcf2e3;
  border-color:#d8c6ae;
}
.cms_content .input_block .tag_link p.active {
  background-image:url(../img/pc/icon_arrow_up.png);
}
.cms_content .input_block .tag_link div {
  display:none;
}
.cms_content .input_block .tag_link ul {
  margin:0 0 5px;
}
.cms_content .input_block .tag_link li {
  display: inline-block;
  *display: inline;  
  *zoom: 1;
  font-size:11px;
  margin:0 4px 4px 0;
}
.cms_content .input_block .tag_link .note {
  color:#df2c1f;
  font-size:11px;
  margin:0 0 5px 0;
  display:block;
}

/* 横並びのボタン 中央揃え */
.cms_content .input_block .list_btn {
	margin:0 0 15px;
  text-align:center;
}
.cms_content .input_block .list_btn li {
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  text-align:left;
  margin:0 0 0 2px;
}




/* 記事の内容入力
----------------------*/

.cms_content .article_detail{
	border-top:#ccc 3px solid;
	margin:40px 0 0;
	padding:30px 0 0;
}
.cms_content .article_detail .input_block {
  margin-bottom:10px;
  min-width:562px;
}
.cms_content .article_detail .input_block th{
  text-align:right;
}
.cms_content .article_detail .input_block td{
}
.cms_content .article_detail .input_block th.title {
	width:85px;
}
.cms_content .article_detail .input_block td.long {
	width:230px;
}
/* tableのセルの間に境界線を追加するとき（上部のtrにクラス追加） */
.cms_content .article_detail .input_block tr.border_former th,
.cms_content .article_detail .input_block tr.border_former td {
  border-bottom:#ccc 1px dotted;
  padding-bottom:15px;
}
/* tableのセルの間に境界線を追加するとき（下部のtrにクラス追加） */
.cms_content .article_detail .input_block tr.border_latter th{
  padding-top:22px;
}
.cms_content .article_detail .input_block tr.border_latter td {
  padding-top:15px;
}

/* tableのセルの上部に余白を追加するとき（下部のtrにクラス追加） */
.cms_content .article_detail .input_block tr.interval th{
  padding-top:18px;
}
.cms_content .article_detail .input_block tr.interval td{
  padding-top:11px;
}

/* tableのセルの下部の余白を狭めるとき（上部のtrにクラス追加） */
.cms_content .article_detail .input_block tr.sibling th{
  padding-bottom:11px;
}
.cms_content .article_detail .input_block tr.sibling td{
  padding-bottom:5px;
}

/*エラー表示*/
.cms_content .article_detail .input_block.item_err {
  border-color:#f00;
  border-width:2px;
  box-sizing:border-box;
}
.cms_content .article_detail .input_block .item_err_txt {
  display:none;
  color:#f00;
  font-weight:bold;
  margin:-5px 0 10px;
}




/* 挿入ボタン */
.cms_content .article_detail .insert {
	position:relative;
	text-align:right;
}
.cms_content .article_detail .insert .plus {
	display:inline-block;
	font-size:13px;
	color:#006dd4;
	text-decoration:underline;
	cursor:pointer;
	padding:6px 5px 5px 7px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.cms_content .article_detail .insert .plus:hover {
	text-decoration:none;
  background:#cfe9ff;
}
.cms_content .article_detail .insert .plus:active {
/*  background:#bbdbf6;*/
/*  box-shadow:0 1px 0 rgba(0,0,0,0.08) inset;*/
}
.cms_content .article_detail .insert .plus img {
	vertical-align:middle;
	display:inline-block;
	margin:0 5px 2px 0;
  width:10px;
  height:10px;
}
.cms_content .article_detail .insert ul {
	display:none;
	position:absolute;
	top:-80px;
	right:53px;
	border:1px solid #006dd4;
	background:#fff;
	min-width:41px;
	padding:10px 10px 6px 8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
  box-shadow:1px 1px 1px rgba(0,0,0,0.15);
  z-index:100;
}
.cms_content .article_detail .insert ul li {
  margin:0 0 1px 0;
  text-align:left;
  font-size:13px;
}
.cms_content .article_detail .insert ul li a {
  padding:2px 5px 1px;
  display:block;
}
.cms_content .article_detail .insert ul li a:hover {
  background:#e4f1ff;
}


/* テキストエリア */
.cms_content .article_detail .input_block textarea {
	width:100%;
	min-height:130px;
	resize:vertical;
}

/* 横並びの小さいグレーボタン */
.cms_content .article_detail .input_block .list_btn {
	margin:0 0 15px;
  text-align:left;
}
.cms_content .article_detail .input_block .list_btn:last-child {
	margin-bottom:2px;
}
.cms_content .article_detail .input_block .list_btn li {
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  text-align:left;
  margin:0 0 0 2px;
}


/* アップした画像のサムネイル */
.cms_content .article_detail .input_block .thumb_image img {
  max-width:320px;
}

/* 削除ボタン */
.delete {
	display:inline-block;
	margin:0 0 0 4px;
}
.delete img {
  vertical-align:top;
  cursor:pointer;
}
.delete img:hover {
  opacity:0.8;
}

/* 入れ替えボタン */
.exchangeArea{
	width:100px;
	display:inline-block;
	float:right;
}
.exchangeArea input[type="button"]{
	padding:0px 15px;
	height:22px;
	line-height:22px;
}

/* 補足説明文 */
.cms_content .article_detail .input_block .note {
  font-size:11px;
  margin:7px 0 0;
  color:#858585;
  line-height:1.3;
}

/* 文字数カウント */
.cms_content .article_detail .input_block .note_txtcount {
  font-size:11px;
  margin:0;
  text-align:right;
  position:absolute;
  top:-14px;
  right:0;
}

/* 補足説明文 横位置 */
.cms_content .article_detail .input_block .note_beside {
  font-size:11px;
  margin:0 0 0 8px;
  color:#858585;
  line-height:1.3;
}

/* 説明文 */
.cms_content .article_detail .input_block .txt {
  line-height:1.5;
}

/* 記事タイトル2つ目とコメント2つ目 */
.cms_content .article_detail .input_block .second_input {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin:5px 0 0;
}
.cms_content .article_detail .input_block .second_input span {
  flex-shrink: 0;
}

/* FAQ */
.cms_content .article_detail .input_block .faq_answer {
  min-height:70px;
}



/* 使用方法説明 */
.cms_content .article_detail .input_block .howto {
  display:table;
  width:100%;
  border-bottom:#ccc 1px dotted;
  padding:0 0 15px;
  margin:0 0 15px;
}
.cms_content .article_detail .input_block .howto p {
  display:table-cell;
  vertical-align:middle;
  font-size:11px;
  line-height:1.3;
}
.cms_content .article_detail .input_block .howto > p + p {
  padding:0 0 0 10px;
}

/* 会話 */
.cms_content .article_detail .input_block .talk_name,
.cms_content .article_detail .input_block .talk_image,
.cms_content .article_detail .input_block .talk_image_delete {
  display:table-cell;
}
.cms_content .article_detail .input_block .talk_name {
  padding:0 9px 0 0;
  width:280px;
}
.cms_content .article_detail .input_block .talk_name input {
  width:280px;
}
.cms_content .article_detail .input_block .talk_image {
  width:63px;
  border-radius:50%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url(../img/pc/icon_person.gif);
}
.cms_content .article_detail .input_block .talk_image_delete {
  vertical-align:middle;
  padding:0 0 0 12px;
}
.cms_content .article_detail .input_block .talk_person {
  width:75px;
  vertical-align:top;
}
.cms_content .article_detail .input_block .talk_colorA {
  background-color:#FFECC7;
}
.cms_content .article_detail .input_block .talk_colorB {
  background-color:#daf2d5;
}
.cms_content .article_detail .input_block .talk_colorC {
  background-color:#ffe5f4;
}
.cms_content .article_detail .input_block .talk_comment {
  width:390px;
  min-height:70px;
  vertical-align:top;
}

/* 表 */
.cms_content .article_detail .input_block .side_position {
  margin:0 0 10px;
}
.cms_content .article_detail .input_block .side_position th,
.cms_content .article_detail .input_block .side_position td {
  border-bottom:#ccc 1px dotted;
  padding:10px 0;
}
.cms_content .article_detail .input_block .side_position tr:first-child th,
.cms_content .article_detail .input_block .side_position tr:first-child td {
	padding-top:0;
}
.cms_content .article_detail .input_block .side_position span {
  margin:0 1px 0 0;
}
.cms_content .article_detail .input_block .side_position select,
.cms_content .article_detail .input_block .side_position input[type="text"], 
.cms_content .article_detail .input_block .side_position input[type="password"], 
.cms_content .article_detail .input_block .side_position textarea {
  margin:0 15px 0 0;
}
.cms_content .article_detail .input_block .side_position p {
  font-size:11px;
  line-height:1.3;
}

.cms_content .article_detail .input_block .worksheet {
  padding:0 0 10px;
  overflow-x:auto;
}
.cms_content .article_detail .input_block .worksheet table {
  width:auto;
}
.cms_content .article_detail .input_block .worksheet th,
.cms_content .article_detail .input_block .worksheet td {
  padding:2px;
}
.cms_content .article_detail .input_block .worksheet input[type="text"] {
  width:136px;
}
.cms_content .article_detail .input_block .worksheet .headcell {
  background:#e8f4ff;
}


/* 手順説明 */
.cms_content .article_detail .input_block .process {
  margin:12px 0 0;
}
.cms_content .article_detail .input_block .process + .process {
  margin-top:10px;
  margin-bottom:-3px;
}
.cms_content .article_detail .input_block .process p {
  background-color:#faebd7;
  background-image:url(../img/pc/icon_arrow_down.png);
  background-position:right 6px top 9px;
  background-repeat:no-repeat;
  border:#d6c2a8 1px solid;
  display:inline-block;
  padding:4px 18px 3px 6px;
  line-height:1.4;
  cursor:pointer;
  box-shadow:0 1px 0 rgba(255,255,255,1) inset;
}
.cms_content .article_detail .input_block .process p:hover {
  background-color:#fcf2e3;
  border-color:#d8c6ae;
}
.cms_content .article_detail .input_block .process p.active {
  background-image:url(../img/pc/icon_arrow_up.png);
}
.cms_content .article_detail .input_block .process ol {
  margin:9px 0 16px;
  padding:0 0 0 20px;
  display:none;
}
.cms_content .article_detail .input_block .process:last-child ol:last-child {
  margin-bottom:0;
}
.cms_content .article_detail .input_block .process ol li {
  margin:0 0 3px;
  list-style:decimal;
  line-height:1.4;
}
.cms_content .article_detail .input_block .process b {
  color:#df2c1f;
  font-weight:bold;
}



/* side
----------------------*/
.side {
	width:385px;
	float:right;
	margin:0 0 40px;
}

/* ボタン */
.side .menu_block{
	background:#fff;
	margin:0 0 15px;
	padding:23px 40px 4px;
	border:1px solid #ccc;
}
.side ul {
}
.side li {
	margin:0 18px 18px 0;
	float:left;
}
.side li:nth-child(even) {
  margin-right:0;
}
.side li.even { /* IE8 */
  margin-right:0;
}
.side .title {
	font-size:15px;
	font-weight:bold;
	margin:0 0 5px;
  padding:15px 0 0;
}
.side .preview_txt_count {
  text-align:right;
  display:block;
  float:right;
  width:250px;
  font-size:12px;
  margin:2px 0 0;
}
.side .preview_txt_count_num {
  background:#222;
  color:#fff;
  padding:1px 5px 0;
  margin:0 0 0 4px;
  font-weight:bold;
  line-height:1;
}
/* プレビュー */
.side .preview {
}
.side .preview iframe {
	width:375px;
	padding:4px;
	border:#ccc 1px solid;
}




/* メニュー下
----------------------*/
.menu_beside {
	clear:both;
	border:#ccc 1px solid;
	background:#fff;
	padding:23px 12px 22px;
}
.menu_beside ul {
	width:100%;
  display:table;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:20px 0;
}
.menu_beside li {
  display:table-cell;  
}




/* ツールチップ
----------------------*/
.tooltip_hide{
  display:none;
}
a.tooltip {
  margin:3px 0 0 1px;
  text-decoration:none;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  color:#000;
  line-height:1;
  text-align:center;
  padding:2px 0 1px;
  width:16px;
  height:16px;
  display:block;
  box-sizing:border-box;
  overflow:hidden;
  background:#f2f2f2;
  border:#b3b3b3 1px solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
a.tooltip:hover {
  background:#f2f2f2;
  border-color:#8a8a8a;
}
.tooltip_txt {
  margin:0 10px 0 0;
  padding:0.6em 0.6em 0.5em;
  font-size:12px;
  line-height:1.5;
  background:#F9EDBE;
  border:#F0C36D 1px solid;
  min-height:1em;
  max-width:590px;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  box-sizing:border-box;
}

.cms_content .article_detail a.tooltip {
  display:inline-block;
  margin:-4px 0 0 4px;
}




/* ログインページ
===========================================*/

.login_form {
  margin:8% 0 0;
}
.login_form .pagetitle {
  margin:0 auto 22px;
  width:100%;
}
.login_form .pagetitle .sitename {
  font-size:90px;
  color:#0085D0;
  font-weight:bold;
  text-align:center;
  line-height:1;
  margin:0 0 1px;
}
.login_form .pagetitle .copyright {
  color:#666;
  text-align:center;
  margin:0 0 22px;
}
.login_form .pagetitle .title {
  margin:0;
  text-align:center;
  display:block;
}
.login_form .input_block {
  width:270px;
	background:#fff;
	margin:0 auto 30px;
	padding:25px 30px;
	border:#ccc 1px solid;
}
.login_form .input_block .title {
	font-size:13px;
	font-weight:normal;
	margin:0 0 7px;
	width:100%;
  text-align:left;
}
.login_form .input_block div {
	margin:0 0 22px;
}
.login_form .input_block div.save {
	margin:0 0 17px;
}
.login_form .input_block .list_btn {
  text-align:center;
}
.login_form .input_block .list_btn li {
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  text-align:right;
  margin:4px 0;
}
.login_form .sitelink {
  text-align:center;
}
.login_form .sitelink a {
  background:url(../img/pc/icon_link_blank.gif) left center no-repeat;
  padding:0 0 0 14px;
}




/* endページ
===========================================*/

.end_block {
  margin:12% auto 0;
  width:600px;
  background:#fff;
	padding:36px 18px;
	border:#ccc 1px solid;

}
.end_block .title {
  margin:0 0 20px;
  font-size:23px;
  text-align:center;
}
.end_block .txt {
  margin:0 0 30px;
  line-height:1.6;
  text-align:center;
}
.end_block input {
  margin:0 auto 0;
  display:block;
  text-align:center;
}




/* 商品検索 thickbox
===========================================*/

.product_search {
  margin:20px 10px 100px;
}
.product_search .pagetitle {
  margin:0 0 15px;
}
.product_search .pagetitle .title {
}
.product_search .dashboard {
}
.product_search .search {
  width:780px;
  float:left;
}
.product_search .search table {
}
.product_search .search table tr {
}
.product_search .search table th {
	width:9.5%;
	padding:0 7px 6px 0;
  text-align:right;
}
.product_search .search table td {
	width:39.5%;
	padding:0 5px 6px 0;
  text-align:left;
}
.product_search .btn {
  float:right;
  width:160px;
  padding:15px 0 0;
  text-align:right;
}
.product_list{
	border:#ccc 1px solid;
	margin:0 auto;
	background:#fff;
	width:100%;
}
.product_list thead th{
	font-weight:bold;
  line-height:1.2;
	text-align:center;
	padding:8px 10px 5px;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 2px solid;
}
.product_list tbody th{
	font-weight:bold;
	padding:12px 12px;
  height:40px;
  line-height:1.3;
  text-align:left;
	border:#ccc 1px solid;
}
.product_list tbody td{
	padding:12px 12px;
  font-size:12px;
  text-align:left;
	border:#ccc 1px solid;
}
.product_list .image{
	width:20%;
  text-align:center;
}
.product_list .image img{
	max-width:160px;
  max-height:100px;
}
.product_list .name{
	width:37%;
}
.product_list .brand{
	width:14%;
  text-align:center;
}
.product_list .price{
	width:14%;
  text-align:center;
}
.product_list .select{
	width:15%;
  text-align:center;
}
.product_list .select input:nth-child(n+2){
  margin:10px 0 0;
}
.product_search .view_next_btn{
  text-align:center;
  margin:30px 0 50px;
}
.product_search .close_btn{
  text-align:center;
  margin:50px 0 50px;
}
.product_search #id_err{
  color:#df2c1f;
  text-align:center;
  margin:40px 0 0;
}



/* SNSチェックページ
===========================================*/
.snscheckpage_container {
	margin:25px;
  padding:0 0;
}
.snscheckpage_block {
  display:flex;
  flex-wrap:nowrap;
  flex-direction:row;
  justify-content:flex-start;
  align-items:flex-start;
  align-content:flex-start;
}
.snscheckpage_btn {
margin: 60px 0 0;
}
.snscheckpage_btn li {
  margin:0 0 10px;
}
.snscheckpage_btn li:nth-child(1) {
  margin-bottom:30px;
}
.snscheckpage_btn li:nth-child(2) {
  margin-left:6px;
}
.snscheckpage_btn li span {
  font-size: 12px;
  margin: 0 3px 2px 0;
  display: block;
}
.snscheckpage_table{
  border:#ccc 1px solid;
  margin:0 20px 0 0;
  width:120px;
}
.snscheckpage_table th{
  text-align:center;
  font-size:12px;
  padding:7px 0 6px;
  line-height:1;
  background:#fff;
	font-weight:bold;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 2px solid;
}
.snscheckpage_table td{
  text-align:center;
  font-size:12px;
  padding:7px 0 6px;
  line-height:1;
  background:#fff;
	border:#ccc 1px solid;
}
.snscheckpage_table .sns_ok {
  cursor: pointer;
}
.snscheckpage_table .sns_ok:hover {
  background: #FFF7CC;
}



/* 標準ページ
===========================================*/

/* 標準メニュー
----------------------*/
.standard_menu{
	width:580px;
}
.standard_menu table{
}
.standard_menu th{
	padding:0 5px 4px 0;
  text-align:left;
  font-weight:bold;
}
.standard_menu th span{
  font-size:11px;
}
.standard_menu td{
	padding:0 0 4px;
  text-align:left;
}
.standard_menu .list_btn {
	text-align:right;
  margin:3px 0 0;
}
.standard_menu .list_btn li {
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  text-align:right;
  margin:4px 0 0 2px;
}

/* カレンダー */
.standard_menu .delete_btn {
  vertical-align:top;
  cursor:pointer;
}
.standard_menu .delete_btn:hover {
  opacity:0.8;
}

/* チェックボックス、ラジオボタン */
.standard_menu label {
  padding:8px 9px 6px 6px;
  margin:0;
  border:#b3b3b3 1px solid;
  background:#fff;
  cursor:pointer;
  display:inline-block;
}
.standard_menu input[type="checkbox"] {
  margin:0 4px 1px 2px;
}





/* 標準リスト
----------------------*/
.standard_list{
	border:#ccc 1px solid;
	margin:0 auto;
	background:#fff;
	width:100%;
}
.standard_list thead th{
	font-weight:bold;
  line-height:1.2;
	text-align:center;
	padding:8px 5px 5px;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 2px solid;
}
.standard_list tbody th{
	font-weight:bold;
	padding:12px 10px;
  height:40px;
  line-height:1.3;
	border-top:none;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:none;
	text-align:left;
}
.standard_list tbody td{
	padding:12px 10px;
  font-size:12px;
	border-top:none;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:none;
	text-align:center;
}
.standard_list tr:nth-child(even) {
  background-color:#F5F5F5;
}
.standard_list tr.even { /* IE8 */
  background-color:#F5F5F5;
}
.standard_list tbody .txt_left{
  text-align:left;
}
.standard_list tbody .txt_right{
  text-align:right;
}
.standard_list tbody .txt_center {
  text-align:center;
}
.standard_list tbody .thumb {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.standard_list tbody .thumb img {
  width: 50%;
  padding: 0 1px;
  box-sizing: border-box;
}



/* 標準注意事項
----------------------*/
.standard_attention{
  margin:0 0 5px;
  font-size:11px;
}



/* 標準テーブル
----------------------*/
.standard_table{
	border:#ccc 1px solid;
	margin:0 auto;
	background:#fff;
	width:100%;
}
.standard_table tbody th{
	font-weight:bold;
	padding:17px 15px 16px;
  height:40px;
  width:190px;
  line-height:1.3;
  text-align:center;
	border:#949494 1px dotted;
	border-right:#ccc 1px solid;
  background:#e8e8e8;
}
.standard_table tbody td{
	padding:17px 15px 16px;
	border:#949494 1px dotted;
	border-left:#ccc 1px solid;
  text-align:left;
}
.standard_table tbody .txt_left{
  text-align:left;
}
.standard_table tbody .txt_right{
  text-align:right;
}
.standard_table tbody .txt_center {
  text-align:center;
}
.standard_table tbody .sup {
  color:#3b9aa3;
  margin:6px 0 0;
  font-size:11px;
}

/* 画像登録 */

.standard_table tbody .img_sizeguide_list {
}
.standard_table tbody .img_sizeguide_list li {
  margin:0 0 5px;
}
.standard_table tbody .img_sizeguide_list li span {
  background:#DAF1DA;
  padding: 4px 6px 2px;
  display: inline-block;
  font-weight: bold;
}
.standard_table tbody .img_sizeguide_list li span em {
  color: #008a00;
}
.standard_table tbody .img_registry_table {
}
.standard_table tbody .img_registry_table th {
	font-weight:normal;
	padding:5px 5px 5px 0;
  height:auto;
  width:auto;
  max-width:80px;
  line-height:1.3;
  text-align:center;
	border:none;
  background:transparent;
	}
.standard_table tbody .img_registry_table td {
	padding:5px 5px 5px;
	border:none;
	text-align:left;
}
.standard_table tbody .img_registry {
}
.standard_table tbody .img_registry:nth-child(n+2) {
  margin-top:12px;
}
.standard_table tbody .img_registry .img_sizeguide {
  background:#DAF1DA;
  padding: 2px 5px;
  margin:0 0 0 10px;
}
.standard_table tbody .img_registry input[type="file"] {
}
.standard_table tbody .img_registry .img_yes {
  margin:10px 0 0;
}
.standard_table tbody .img_registry .img_yes p {
  margin:0 0 10px;
  color:#df2c1f;
  font-weight:bold;
}
.standard_table tbody .img_registry .img_yes img {
  max-width:300px;
  max-height:200px;
  vertical-align:middle;
  margin:0 10px 0 0;
  border:#fff 2px solid;
  outline:#ccc 1px solid;
}
.standard_table tbody .img_registry .img_no {
  color:#df2c1f;
  font-weight:bold;
  margin:10px 0 0;
}
.standard_table tbody .img_registry_ref {
}
.standard_table tbody .img_registry_ref input{
  width:35%;
  vertical-align:baseline;
}




/* 標準テーブルのフォーム
----------------------*/

.standard_table input[type="text"],
.standard_table input[type="password"],
.standard_table textarea,
.standard_table select {
  background:#f7fcff;
  border:#b3b3b3 1px solid;
  box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset;
  padding: 5px 8px;
  width:630px;
}
.standard_table input[type="text"]:nth-child(n+2),
.standard_table input[type="password"]:nth-child(n+2),
.standard_table textarea:nth-child(n+2),
.standard_table select:nth-child(n+2) {
  margin-top:10px;
}
.standard_table textarea {
  min-height:140px;
  resize:vertical;
}
.standard_table label {
  padding:8px 9px 6px 6px;
  margin:4px;
  border:#b3b3b3 1px solid;
  background:#f7fcff;
  cursor:pointer;
  display:inline-block;
}
.standard_table input[type="checkbox"] {
  margin:0 4px 1px 2px;
}

/* 内側のテーブル */
.inner-table tbody th {
	padding:5px 10px !important;
}
.inner-table input[type="text"] {
	width:100%;
}


/* 標準ボタン
----------------------*/
.standard_list_btn {
	text-align:center;
  margin:40px 0 0;
}
.standard_list_btn li {
  display: inline-block;
  vertical-align: top;
  *display: inline;  
  *zoom: 1; 
  text-align:right;
  margin:0 0 0 10px;
}







/* footer
===========================================*/

.footer {
  text-align:center;
  margin:90px 0 40px;
}
.footer .sitename {
  font-size:80px;
  color:#e3e3e3;
  font-weight:bold;
}
.footer .copyright {
  color:#666;
}





/* clearfix
===========================================*/
.entry:after,
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
