@charset "utf-8";

/* --- 共通レイアウト ----------------------------------------------- */
#outline {
  height: 100%;
  min-height: 100%;
  margin: 0;
  position: relative;
  /* for IE6 */
  zoom: 1;
}
body > #outline {
  height: auto;
}

#top {
  height: 32px;
  background-color: #CCE8F8;
  font-size: 12px;
  overflow: hidden;
}

#middle {
  padding: 0 0 74px;
  margin: 0;
}
body.subw #middle {
  padding-bottom: 0;
}

#back_to_top {
  padding: 6px;
  position: absolute;
  bottom: 32px;
  right: 0;
}

#bottom {
  width: 100%;
  height: 32px;
  background: url(/images/shop/bg_bottom.png) left top repeat-x;
  position: absolute;
  bottom: 0;
  /* for IE6 */
  left: 0;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  clear: both;
}

#menu {
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  margin: 0;
  padding: 0;
  background-color: #FCFCFC;
  font-size: 16px;
  letter-spacing: 0.1ex;
  /* for IE7 */
  min-height: 1px;
}
#menu::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* for IE6 */
* html #menu {
  height: 1px;
}

#menu_nav {
  margin-bottom: -1px;
}

#main {
  clear: both;
  padding: 10px;
  position: relative;
}
body.subw #main {
  padding: 5px;
}

.notification {
  margin: 15px 0;
  padding-left: 15px;
}

.notice {
  color: #CC0000;
}

.variable {
  color: #999999;
}

#logo_version {
  float:left
}

#login_status {
  float: right;
  margin: 0 13px 0 0;
  line-height: 32px;
}

/* --- UIパーツ ----------------------------------------------- */

/* --- 送信ボタン --- */
.submit_button_holder {
  margin-top: 15px;
  clear: both;
  text-align: center;
}
.submit_button_holder.submit_button_holder_top {
  margin-top: 0;
  margin-bottom: 15px;
}

.submit_button_holder input {
  width: 85px;
  margin: 0 8px;
}

/* --- ソート (jQuery UI sortable) --- */
.sortable {
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 5px 5px 0 5px;
  border: 1px solid silver;
  width: 49%;
}

.sortable li {
  margin: 0 0 5px;
  padding: 5px;
  cursor: move;
  position: relative;
}
.sortable li.ui-state-highlight {
  height: 1.5em;
  border-style : dashed;
}

.sortable input[type=checkbox] {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
}

/* --- icon popup --- */
.icon-list {
  width: 64px;
}
.icon-list a {
  display: block;
  float: left;
  width: 32px;
  position: relative;
  cursor : pointer;
}
.icon-list a span {
  display: none;
  position: absolute;
  left: -16px;
  top: -35px;
}

.icon-list a:hover,
.icon-list a:focus,
.icon-list a:active {
  background: #FFFFFF;
}

.icon-list a:hover span,
.icon-list a:focus span,
.icon-list a:active span {
  display: block;
}

/* --- タブタイトル (静的タブ) --- */
#tab_title {
  border-bottom: 2px solid #E3E3E3;
  width: 100%;
  overflow: hidden;
}
#tab_title h2 {
  background-color: #E3E3E3;
  margin: 0;
  padding: 4px 6px 0;
  float: left;
  font-size: 16px;
  line-height: 24px;
}
#tab_title ul.tab_nav {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#tab_title li {
  border: 1px dotted #999999;
  border-bottom: 0 none;
  margin: 0 0 0 2px;
  float: left;
}
#tab_title li.tab_selected {
  border: 1px solid #CCCCCC;
  border-bottom: 0 none;
}
#tab_title li a {
  display: block;
  background-color: #FFFFFF;
  padding: 5px 8px 4px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}
#tab_title li a:visited {
  color: #0000FF;
}
#tab_title li a:hover {
  background-color: #EFFFFF;
}
#tab_title li.tab_selected a {
  background-color: #F3F3F3;
  cursor: text;
  color: #333333;
}
#tab_title.editonly h2 {
  float: none;
}
#tab_title.editonly ul {
  display: none;
}

/* --- ローディング --- */
#loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

#loading img {
  position: relative;
  bottom: 50%;
  right: 50%;
}

/* --- Tips --- */
.tips_help {
  display: inline-block;
  border: 1px dotted #999999;
  margin-left: 3px;
  padding: 0 3px;
  background-color: #FFFCBA;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
/* for IE6 */
* html .tips_help {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .tips_help {
  display: inline;
  zoom: 1;
}
a.tips_help {
  color: #4646EA;
  text-decoration: none;
}

.tips_content pre {
  padding: 12px;
  background-color: #F6F6F6;
}

.tips_content ul,
.tips_content ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  list-style-type: disc;
}

.tips_content p {
  margin: 0 0 1em;
}

/* --- クリックコール --- */
.click_call {
  background: url("/images/shop/icon/telephone.png") left center no-repeat;
  padding-left: 18px;
}
.click_call:empty {
  background-image: none;
}

/* --- 画像ロールオーバー --- */
img.hover:hover,
input[type="image"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* --- オートコンプリート --- */
.autocomplete_outer {
  display: inline-block;
  padding-right: 4px;
  margin-right: 2px;
  position: relative;
  vertical-align: middle;
}
/* for IE6 */
* html .autocomplete_outer {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .autocomplete_outer {
  display: inline;
  zoom: 1;
}

.autocomplete_outer input[type="text"] {
  width: 100% !important;
  float: none;
}

.pulldown {
  display: block;
  width: 16px;
  background: url(/images/common/button/pulldown.png) center center no-repeat;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  cursor: default;
}

a.pulldown:hover {
  background-color: rgba(167, 229, 255, 0.4);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.4) inset;
}

/* --- ログインページ ----------------------------------------------- */
/* for IE6 */
#login_container {
  text-align: center;
  zoom: 1;
}
#login {
  width: 350px;
  margin: 15px auto 0;
  /* for IE6 */
  text-align: left;
}
#login .logout_message {
  font-size: 18px;
  color: #000080;
}
#login .caption {
  margin-bottom: 10px;
}
#form_login .ctrlHolder {
  padding: 0 0 10px;
}
#form_login .label {
  border-bottom: 1px solid #F2A013;
  border-left: 10px solid #F2A013;
  width: 30%;
}
#form_login input[type=text],
#form_login input[type=password] {
  width: 60%;
}
#form_login .form_error {
  margin: 0;
}

/* --- エラーページ ----------------------------------------------- */
.exception h1 {
  font-size: 20px;
}

/* --- トップページ ----------------------------------------------- */
#top_content {
  height: 800px;
  overflow: hidden;
}
.top_info {
  width: 49.5%;
  font-size: 12px;
}
.top_info h3 {
  color: #F2A013;
}
#top_message {
  float: left;
}
#top_message dl {
  width: 99%;
  height: 760px;
  margin: 5px 0 0;
  padding: 3px 0 3px 1%;
  overflow: auto;
  line-height: 16px;
}
#top_message dt {
  margin: 0;
  width: 82px;
  padding: 0;
  line-height: 16px;
  font-weight: bold;
  color: #FF7777;
}
#top_message dd {
  line-height: 1.4;
  color: #333333;
  margin: 0 0 5px 8px;
  padding: 0 3px 0 0;
  text-align: justify;
  text-justify: distribute;
}
#top_message ul {
  list-style-type: disc;
  margin-left: 30px;
}
#top_message li {
  margin-bottom: 4px;
}
#top_navi {
  float: right;
  text-align: center;
}
#top_navi h3 {
  text-align: left;
}
#top_navi p#explain {
  margin: 20px 0;
}
#top_navi img#navi_image {
  width: 480px;
}

/* --- 一覧ページ ----------------------------------------------- */
#toolbar {
  border: 1px solid #CCCCCC;
  margin: 8px 0;
  padding: 3px 0;
  background-color: #F0F0F0;
  overflow: hidden;
  /* for IE6 */
  zoom: 1;
}
#toolbar .toolbar_item {
  height: 26px;
  border-right: 1px solid #B0B0B0;
  padding: 1px 7px;
  float: left;
  overflow: hidden;
  line-height: 26px;
  /* for IE<=7 */
  display: inline;
}
#toolbar .toolbar_item.toolbar_item_rtl {
  border-right: 0 none;
  border-left: 1px solid #B0B0B0;
  float: right;
}
#toolbar .toolbar_item .tool_item {
  height: 100%;
  margin: 0 2px;
  float: left;
  /* for IE<=7 */
  display: inline;
}
#toolbar .img_button_tool {
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}
#toolbar #picture_size_tool #slider {
  margin-top: 8px;
  width: 100px;
}
#toolbar #information {
  border: 0 none;
}

.add_button_holder {
  margin: 6px 0;
}
.add_button_holder img {
  height: 28px;
}

#search_panel_container {
  display: none;
}
#search_panel {
  padding: 5px;
}
#search_panel #form_search {
  margin: 15px 0;
}
/* for IE 7 */
*:first-child+html #search_panel #form_search {
  width: auto;
  position: static;
}
*:first-child+html #search_panel #form_search * {
  position: static;
}

.incategory_navigation {
  padding-left: 8px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}

.incategory_navigation li {
  margin-right: 12px;
  float: left;
}

#data_list,
.no_pagenation_list {
  margin-bottom: 20px;
}

.page_navigation {
  margin: 8px 0;
  overflow: hidden;
  /* for IE6 */
  zoom: 1;
}
.page_information {
  float: left;
  font-size: 14px;
  line-height: 24px;
}
.pagination {
  border-left: 1px solid #999999;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  float: left;
  overfloa: hidden;
  list-style-type: none;
  /* for IE<=7 */
  display: inline;
}
.pagination li {
  margin: 0 3px;
  float: left;
  line-height: 22px;
  /* for IE<=7 */
  displya: inline;
}
.pagination li.current_page {
  margin-top: 1px;
  padding: 0 4px;
  background-color: #000000;
  color: #FFFFFF;
}
.pagination li.page a {
  display: block;
  border: 1px dotted #000000;
  padding: 0 4px;
  background-color: #EEEEEE;
  color: #000000;
  text-decoration: none;
}
.pagination li.page a:hover {
  color: #FFA500;
}

.data_item {
  clear: left;
  background-color: #FFFFFF;
  padding: 3px;
  border: 1px solid #C0C0C0;
}
.data_item .data_item_operation {
  padding: 2px 5px;
  white-space: nowrap;
}
.data_item .data_item_name {
  white-space: nowrap;
}
.data_item th {
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  background-color: #F0F0FF;
}
.data_item td {
  text-align: left;
  padding: 5px;
  border-bottom: none;
}
.data_item tr:hover td {
  background-color: #FFF6D0 !important;
}
.data_item td.ctr {
  text-align: center;
}
.data_item td.r {
  text-align: right;
}
.data_item .text_sale {
  color: #0040AF;
}
.data_item .text_rental {
  color: #006F0F;
}
.data_item .text_eldercare {
  color: #FF9E30;
}
.data_item .todays_csv {
  background-color: #FFF0F0;
}
.data_item .even {
  background-color: #F5F5F5;
}
.data_item a.edit_link,
.data_item a.copy_link {
  display: block;
}
.data_item a.copy_link {
  margin-top: 5px;
}
.data_item_estate th,
.data_item_estate td {
  padding: 0;
}
.data_item_estate td.estate_code {
  max-width: 16ex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* --- 画像一覧 --- */
#tn_list {
  overflow: hidden;
}

.tn_item {
  margin: 5px;
  padding: 5px;
  border: 2px solid #E0E0E0;
  float: left;
}
.tn_item .check_item,
.tn_item .tn_json {
  display: none;
}
.tn_item img {
  height: 160px;
}
.tn_item .picture_original_name {
  height: 1.5;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.picture_selected {
  background: #E0a0a0;
  color: #FFF;
}
.picture_selected img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}
.tooltip {
  display: none;
  font-size: x-small;
}

/* --- 登録ページ ----------------------------------------------- */
.form_error {
  color: red;
}

.input_error {
   background-color: #FFF6F6;
   border: 1px solid #333333;
}

.input_item_group {
  clear: left;
  padding: 0;
}

.input_label {
  text-align: center;
  float: left;
  background-color: #F0F0F0;
  color: gray;
  padding: 5px;
  border-top: 1px solid #F9F9F9;
  border-right: 1px solid silver;
  border-left: 1px solid #F9F9F9;
  border-bottom: 1px solid gray;
}
.input_value {
  float: left;
  padding: 5px;
}

/* 一対多項目の登録用 */
.multi_record {
  display: block;
  overflow: hidden;
}
.multi_record hr {
  border-style: dotted;
}
.multi_record_image {
  max-width: 240px;
  max-height: 180px;
}
/* for IE6 */
* html .multi_record_image {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}
#multi_record_template_container {
  display: none;
}

/* 複数入力セット用 */
.multi_input_template {
  display: none;
}

/* --- 物件登録 --- */
.facility_container .cb {
  width: 220px;
}

.estate_info {
  background-color: white;
  padding: 3px;
  border: 1px solid silver;
}
.estate_info th {
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  background-color: #F0F0FF;
}
.estate_info td {
  text-align: left;
  padding: 5px;
  border-bottom: none;
}
.estate_info th,
.estate_info td {
  padding: 3px 3px 2px;
  line-height: 1.2;
}
.estate_info td.nb {
  text-align: right;
}

/* --- バナー登録 --- */
.small_banner_item {
  float: left;
  width: 200px;
  margin: 5px;
}
.small_banner_item input {
  margin-bottom: 3px;
}
.small_banner_item img {
  float: left;
  margin: 0;
}

/* --- サイト設定 --- */
.layout_tn {
  float: left;
  width: 143px;
  height: 160px;
  margin-right: 5px;
}
.layout_disabled {
  display: none;
}

.theme_tn {
  float: left;
  width: 143px;
  height: 160px;
  margin-right: 5px;
}
.theme_disabled {
  display: none;
}

/* --- データインポート ----------------------------------------------- */
.swfupload {
  margin-left: -5px;
}

#upload_widgets,
#upload_widgets2,
#upload_widgets3 {
    margin: 20px 0;
  padding-left: 15px;
}

#upload_widgets textarea.csvarea,
#upload_widgets2 textarea.csvarea,
#upload_widgets3 textarea.csvarea {
  width: 700px;
  height: 200px;
}

#upload_widgets object,
#upload_widgets2 object,
#upload_widgets3 object {
    display: block;
}

#upload_widgets #flash_container,
#upload_widgets2 #flash_container2
#upload_widgets3 #flash_container3 {
    margin-bottom: 20px;
}

#upload_widgets .flash_not_found_outer,
#upload_widgets #error_message_outer,
#upload_widgets2 .flash_not_found_outer,
#upload_widgets2 #error_message2_outer,
#upload_widgets3 .flash_not_found_outer,
#upload_widgets3 #error_message3_outer {
  margin-bottom: 20px;
}

#upload_widgets #error_message_outer,
#upload_widgets2 #error_message2_outer,
#upload_widgets3 #error_message3_outer {
  display: none;
}

#upload_widgets .flash_not_found,
#upload_widgets #error_message,
#upload_widgets2 .flash_not_found,
#upload_widgets2 #error_message2,
#upload_widgets3 .flash_not_found,
#upload_widgets3 #error_message2 {
  display: inline-block;
  min-width: 400px;
  border: 1px solid #E36666;
  padding: 0.6em;
  background-color: #FFE3E3;
  color: #E32323;
}
/* for IE6 */
* html #upload_widgets .flash_not_found,
* html #upload_widgets #error_message,
* html #upload_widgets2 .flash_not_found2,
* html #upload_widgets2 #error_message2,
* html #upload_widgets3 .flash_not_found3,
* html #upload_widgets3 #error_message3 {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #upload_widgets .flash_not_found,
*:first-child+html #upload_widgets #error_message,
*:first-child+html #upload_widgets2 .flash_not_found,
*:first-child+html #upload_widgets2 #error_message2,
*:first-child+html #upload_widgets3 .flash_not_found,
*:first-child+html #upload_widgets3 #error_message3 {
  display: inline;
  zoom: 1;
}

#import_options,
#import_options2,
#import_options3 {
  margin-bottom: 20px;
}

#upload_message,
#upload_message2,
#upload_message3 {
  display: none;
}
#upload_status,
#upload_status2,
#upload_status3 {
  margin: 15px 5px 5px 20px;
  display: none;
}
#upload_status tr,
#upload_status2 tr,
#upload_status3 tr {
  background-color: #EEEEEE;
}
#upload_status tr.uploading,
#upload_status2 tr.uploading,
#upload_status3 tr.uploading {
  background-color: #CCFFCC;
}
#upload_status tr.error,
#upload_status2 tr.error,
#upload_status3 tr.error {
  background-color: #FFC9C0;
}
#upload_status tr.success,
#upload_status tr.finish,
#upload_status2 tr.finish,
#upload_status3 tr.finish {
  background-color: #CFDEFF;
}
#upload_status th,
#upload_status2 th,
#upload_status3 th {
  min-width: 110px;
  padding: 2px 5px;
}
#upload_status td,
#upload_status2 td,
#upload_status3 td {
  padding: 2px 5px;
  vertical-align: middle;
}
#upload_status .filesize,
#upload_status2 .filesize
#upload_status3 .filesize {
  padding: 5px;
  text-align: right;
}
#upload_status .result,
#upload_status2 .result,
#upload_status3 .result {
  max-width: 600px;
}
#upload_status.picture .result {
  text-align: center;
}
#upload_status.picture tr.error .result {
  text-align: left;
}
#upload_status.picture tr.uploading .result {
  background: url(/images/shop/loading_picture.gif) center center no-repeat;
  background-color: #FFFFFF;
  min-height: 24px;
  min-width: 24px;
}
/* for IE6 */
* html #upload_status.picture tr.uploading .result {
  height: 29px;
  width: 104px;
}
#upload_status img.thumbnail {
  max-width: 90px;
  max-height: 60px;
}
/* for IE6 */
* html #upload_status img.thumbnail {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

/* 
  Plupload
------------------------------------------------------------------- */

.plupload_wrapper * {
  box-sizing: content-box;
}

.plupload_button {
  display: -moz-inline-box; /* FF < 3*/
  display: inline-block;
  font: normal 12px sans-serif;
  text-decoration: none;
  color: #42454a;
  border: 1px solid #bababa;
  padding: 2px 8px 3px 20px;
  margin-right: 4px;
  background: #f3f3f3 url('/images/shop/plupload/buttons.png') no-repeat 0 center;
  outline: 0;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.plupload_button:hover {
  color: #000;
  text-decoration: none;
}

.plupload_disabled, a.plupload_disabled:hover {
  color: #737373;
  border-color: #c5c5c5;
  background: #ededed url('/images/shop/plupload/buttons-disabled.png') no-repeat 0 center;
  cursor: default;
}

.plupload_add {
  background-position: -181px center;
}

.plupload_wrapper {
  font: normal 11px Verdana,sans-serif;
  width: 50%;
}

.plupload_container {
  padding: 0;
  background: url('/images/shop/plupload/transp50.png');
  /*-moz-border-radius: 5px;*/
}

.plupload_container input {
  border: 1px solid #DDD;
  font: normal 11px Verdana,sans-serif;
  width: 98%;
}

.plupload_header {
}
.plupload_header_content {
  /* min-height: 56px; */
}
.plupload_header_title {
  font: normal 18px sans-serif;
  padding: 6px 0 3px;
  display: none;
}
.plupload_header_text {
  font: normal 12px sans-serif;
}

.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plupload_scroll .plupload_filelist {
  height: 185px;
  background: #F5F5F5;
  overflow-y: scroll;
}

.plupload_filelist li {
  padding: 10px 8px;
  background: #F5F5F5 url('/images/shop/plupload/backgrounds.gif') repeat-x 0 -156px;
  border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer {
  background: #DFDFDF;
  padding: 8px 8px;
  color: #42454A;
}
.plupload_filelist_header {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
.plupload_file_name {float: left; overflow: hidden}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
  float: right;
  width: 80px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {
  width: 205px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plupload_file_action {
  float: right;
  width: 16px;
  height: 16px;
margin-left: 15px;
}

.plupload_file_action * {
  display: none;
  width: 16px;
  height: 16px;
}

li.plupload_uploading {background: #ECF3DC url('/images/shop/plupload/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
  background: url('/images/shop/plupload/delete.gif');
}

li.plupload_failed a {
  background: url('/images/shop/plupload/error.gif');
  cursor: default;
}

li.plupload_done a {
  background: url('/images/shop/plupload/done.gif');
  cursor: default;
}

.plupload_progress, .plupload_upload_status {
  display: none;
}

.plupload_progress_container {
  margin-top: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;	
}

li.plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px;
}

#log, #log2, #log3 {
  display: none;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*追加 */
.bg-pink {
  color: #ffffff;
  background-color: #db2b61;
}

.bg-navy {
  color: #FFFFFF;
  background-color: #003579;
}

.mr-1 {
  margin-right: 1rem !important;
}