
@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");

/* --------------------
reset
-------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* --------------------
common
-------------------- */
body {
  line-height:1;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "YuGothic", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  color:#333;
  letter-spacing:0.05em;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244/var(--tw-bg-opacity));
}
.container {
  width:1024px;
  margin:0 auto;
}
@font-face {
  font-family: 'sns';
  src:  url('/fonts/sns.eot?iosi21');
  src:  url('/fonts/sns.eot?iosi21#iefix') format('embedded-opentype'),
    url('/fonts/sns.ttf?iosi21') format('truetype'),
    url('/fonts/sns.woff?iosi21') format('woff'),
    url('/fonts/sns.svg?iosi21') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* --------------------
header
-------------------- */

.header {
  width:100%;
  background:#fff;
  display:block;
  box-shadow:rgba(128, 128, 128, 0.5) 0px 0px 5px 1px;
  -webkit-box-shadow:rgba(128, 128, 128, 0.5) 0px 0px 5px 1px;
  -moz-box-shadow:rgba(128, 128, 128, 0.5) 0px 0px 5px 1px;
  overflow:hidden;
  position: relative;
  height:70px;
}

.header ul {
  float:right;
  display:table;
  padding:15px 10px 0 0;
}
.header ul li {
  display:table-cell;
  padding:10px;
}
@media screen and ( max-width:1024px )
{
  .header .globalRecipeSearchWrap {
    width: 100%;
    padding-top: 3px;
    margin-right: 0;
    text-align: center;
  }
  .header .search_submit_btn {
    padding:7px;
    margin-left: 5px;
  }
  .header .search_keyword {
    width: 80%;
    box-sizing: border-box;
    height: 2.8em;
  }
}
/* --------------------
footer
-------------------- */

.footer {
  width:100%;
  background:#2db3c5;
  color:#fff;
  padding-bottom:50px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer .footer_main {
  overflow:hidden;
}
.footer ul {
  display:table;
  float:left;
  margin-top:20px;
}
.footer ul li {
  display:table-cell;
  padding:2px 10px 0;
  border-left:1px solid #fff;
}
.footer ul li:first-child {
  padding-left:0px;
  border-left:none;
}
.footer .copyright {
  display:block;
  float:right;
  padding:20px 0;
}
.footer ul li a {
  text-decoration:none;
  color:#fff;
}
.footer ul li a:hover {
  text-decoration:underline;
}
/* --------------------
pagination
-------------------- */
.pagination {
	list-style: none;
	display:table;
	margin: 30px auto 0;
	border-spacing: 5px;
}
.pagination li {
	display:table-cell;
}
.pagination li a {
	background: #eee;
	padding: 8px 15px;
	text-decoration: none;
	color: #333;
}
.pagination li.active a {
	background: #666;
	color: #fff;
}
.paginationHelpInline {
  text-align: center;
  margin-top: 30px;
}
/* --------------------
main
-------------------- */
.main {
  overflow:hidden;
}
.main h1 {
  font-size:24px;
  padding:25px;
  margin-bottom:2rem;
}
/* --------------------
input
-------------------- */
input.textfield {
  border-color: #999999 #E0E0E0 #E0E0E0 #999999;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  width:300px;
  border-radius: 0.25rem;
}
.submit_button input[type='submit'], .button {
  padding: 8px 10px;
  margin: 10px 0;
  border: 1px solid #cccccc;
  background: #ececec;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #ececec);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
  background: linear-gradient(to bottom, #ffffff, #ececec);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  min-width: 160px;
  color: #3c3c3c;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  -webkit-appearance: none;
}
.submit_button input[type='submit'].attention, .button.attention {
  text-shadow: 0 -1px 0 #1E3A8A;
  border: 1px solid #1E40AF;
  background: #1D4ED8;
  background: #60A5FA;
  background: -moz-linear-gradient(top, #60A5FA, #1D4ED8);
  background: -webkit-gradient(linear, left top, left bottom, from(#60A5FA), to(#1D4ED8));
  background: linear-gradient(to bottom, #60A5FA, #1D4ED8);
  color: #ffffff !important;
}
.submit_button input[type='submit'].attention, .button.attention:disabled {
  background: #aaa;
  text-shadow: 0 -1px 0 #607D8B;
  border: 1px solid #607D8B;
  cursor: auto;
}
.button.attention {
  margin-bottom: 30px;
  padding: 12px 30px;
}
/* --------------------
error
-------------------- */
.errMsg {
  color:#F33;
}
.flashMsg .alert {
  padding-top: 8px;    
}
.flashMsg .alert-danger {
  color:#F33;
}

/*********************
* パンくず
*********************/
.breadcrumb-wrap {
  width:1020px;
  margin: 15px auto 3px;
  overflow:hidden;
}
.breadcrumb-wrap .breadcrumb {
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  list-style: none;
}
.breadcrumb-wrap .breadcrumb li {
  float: left;
  margin-right: 12px;
}
.breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #0030BF;
}
.breadcrumb-wrap .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.breadcrumb-wrap .fa-home:before {
  content: "\f015";
}
.breadcrumb-wrap .fa-folder:before {
  content: "\f07b";
}
.breadcrumb-wrap .fa-file-text:before {
  content: "\f15c";
}

/*********************
* icon
*********************/
.icon-arrow-dogleg-bold::after {
  background-color: #979797;
  -webkit-mask-image: url("/images/common/icons/arrow-dogleg-bold.svg");
  mask-image: url("/images/common/icons/arrow-dogleg-bold.svg");
}
.icon-loading-three-dots::after {
  background-color: #979797;
  -webkit-mask-image: url("/images/common/icons/loading-three-dots.svg");
  mask-image: url("/images/common/icons/loading-three-dots.svg");
}
.before\:icon-cross-mark::before,
.after\:icon-cross-mark::after {
  background-color: #979797;
  -webkit-mask-image: url("/images/common/icons/cross-mark.svg");
  mask-image: url("/images/common/icons/cross-mark.svg");
  display: inline-block;
}
.before\:icon-paper::before,
.after\:icon-paper::after {
  background-color: #979797;
  -webkit-mask-image: url("/images/common/icons/paper.svg");
  mask-image: url("/images/common/icons/paper.svg");
  display: inline-block;
}
.before\:icon-account::before,
.after\:icon-account::after {
  background-color: #979797;
  -webkit-mask-image: url("/images/common/icons/account.svg");
  mask-image: url("/images/common/icons/account.svg");
  display: inline-block;
}
.before\:icon-building::before,
.after\:icon-building::after {
  background-color: #979797;
  -webkit-mask-image: url("/images/common/icons/building.svg");
  mask-image: url("/images/common/icons/building.svg");
  display: inline-block;
}
.before\:icon-owner::before,
.after\:icon-owner::after {
  background-color: #979797;
  -webkit-mask-image: url("/images/common/icons/owner.svg");
  mask-image: url("/images/common/icons/owner.svg");
  display: inline-block;
}

/*********************
* tailwind拡張
*********************/
.writing-vertical {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media (min-width: 1024px) {
  .lg\:writing-vertical {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}