@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "generic-icon";
  src: url('/fonts/../../assets/fonts/generic-icon.ttf') format('truetype'), url('/fonts/../../assets/fonts/generic-icon.eot') format('embedded-opentype'), url('/fonts/../../assets/fonts/generic-icon.woff') format('woff'), url('/fonts/../../assets/fonts/generic-icon.svg') format('svg');
}
body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
}

header {
  position: relative;
}
header section {
  position: relative;
  height: 72px;
  background: transparent url(../img/header_bg.png) 105% 0 no-repeat;
  background-size: auto 72px;
  border-bottom: 3px solid #83BBEB;
}
header section h1 {
  position: absolute;
  top: -8px;
  left: 30px;
}
header section h1 img {
  height: 90px;
}
header section h1:before, header section h1:after {
  display: table;
  content: " ";
}
header section h1:after {
  clear: both;
}
header section nav {
  position: absolute;
  border-radius: 2px;
  border: 1px solid #454545;
  width: 34px;
  height: 34px;
  font-size: 30px;
  background-color: white;
  top: 16px;
  left: 10px;
}
header section nav a:before {
  position: absolute;
  display: block;
  content: "\f0c9";
  font-family: FontAwesome;
  top: 1px;
  left: 3px;
  color: #0d3593;
}
header section nav span {
  position: absolute;
  display: block;
  font-size: 9px;
  white-space: nowrap;
  top: 36px;
  left: -1px;
}
header ul {
  display: none;
}
header ul li {
  border-bottom: 1px solid #ccc;
}
header ul li a {
  position: relative;
  display: block;
  padding: 12px 5px;
  color: #0d3593;
  text-decoration: none;
}
header ul li a:after {
  position: absolute;
  display: block;
  content: "\f138";
  font-family: FontAwesome;
  right: 5px;
  top: 50%;
  height: 1px;
  line-height: 1px;
}
header ul li.shop a:before {
  content: "\f0f7";
  font-family: FontAwesome;
  padding-right: 5px;
  padding-left: 2px;
}

section h3 {
  padding: 7px;
  background-color: #E3F7FF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
section p {
  margin: 5px;
  line-height: 1.3;
  font-size: 12px;
}
section ul.star {
  padding: 10px;
}
section ul.star li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 12px;
}
section ul.star li:before {
  content: "＊";
}
section ul.star li:last-child {
  margin-bottom: 0;
}

section.app_banner {
  padding: 15px 10px;
}

section.visual img {
  float: left;
}
section.visual:before, section.visual:after {
  display: table;
  content: " ";
}
section.visual:after {
  clear: both;
}

section.top h3 {
  border-top: 3px solid #83BBEB;
}
section.top ul {
  margin: 10px 10px;
  padding: 10px;
  background-color: #efefef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

section.static {
  margin: 10px 10px 30px;
}
section.static > h4 {
  background: #e3e3e3;
  padding: 8px;
  margin-bottom: 10px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
section.static p {
  line-height: 1.6;
  margin: 0 0 10px;
  font-size: 13px;
}
section.static p strong {
  font-weight: bold;
  color: #cc0000;
}
section.static ul.star li {
  margin-bottom: 7px;
  font-size: 13px;
}
section.static.contact {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section.static.contact h4 {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #0d3593;
  color: white;
}
section.static.contact address {
  display: block;
  padding: 3px 12px;
  line-height: 1.5;
}
section.static dl dt {
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  background: #0d3593;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
}
section.static dl dd {
  margin: 7px 0 20px;
  line-height: 1.4;
}
section.static dl dd + dd {
  margin-top: -15px;
}
section.static > ol > li {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 10px;
}
section.static > ol > li h5 {
  font-weight: bold;
  margin: -10px -10px 10px;
  padding: 8px;
  background: #2C8BD5;
  color: white;
  line-height: 1.4;
}
section.static > ol > li ol {
  margin: 10px;
}
section.static > ol > li ol li {
  margin: 7px 0;
  line-height: 1.3;
  border-left: 5px solid #2C8BD5;
  padding-left: 5px;
}
section.static > ol > li div.screen {
  text-align: center;
}
section.static > ol > li div.screen img {
  border: 1px solid #efefef;
  width: 200px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.form div.use {
  margin: 10px 10px 0;
}
section.form div.use a {
  position: relative;
  display: block;
  background: #F0AD4E;
  color: white;
  padding: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
section.form div.use a:after {
  position: absolute;
  line-height: 1px;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 18px;
}
section.form div.use span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
}
section.form p.help {
  padding: 5px 5px 0;
  line-height: 1.4;
}
section.form #medi_name_search {
  margin-bottom: 20px;
}
section.form #medi_name_search ul {
  padding: 10px 10px 0;
}
section.form #medi_name_search ul li {
  margin: 0 0 5px;
}
section.form #medi_name_search ul li .medicine {
  width: 76%;
  float: left;
}
section.form #medi_name_search ul li .standard {
  width: 23%;
  float: right;
}
section.form #medi_name_search ul li input {
  font-size: 12px;
}
section.form #medi_name_search ul li.title p {
  background-color: #2C8BD5;
  color: white;
  text-align: center;
  padding: 8px 5px;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
section.form #medi_name_search ul li:before, section.form #medi_name_search ul li:after {
  display: table;
  content: " ";
}
section.form #medi_name_search ul li:after {
  clear: both;
}
section.form #medi_name_search div.submit {
  padding: 10px;
  text-align: center;
}
section.form #medi_name_search div.submit button:before {
  font-family: FontAwesome;
  content: "\f002";
  padding-right: 5px;
}

#candidates ul.medicine {
  padding: 10px;
}
#candidates ul.medicine > li {
  margin-bottom: 15px;
}
#candidates ul.medicine > li h4 {
  background: #2C8BD5;
  color: white;
  padding: 7px 10px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#candidates ul.medicine > li p.remarks {
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.5;
}
#candidates ul.medicine > li p.remarks:before {
  font-family: FontAwesome;
  content: "\f06a";
  padding-right: 4px;
}
#candidates ul.medicine > li p.remarks strong {
  font-weight: bold;
  color: #cc0000;
}
#candidates ul.medicine > li ul li {
  border: 1px solid #ccc;
  margin-top: -1px;
}
#candidates ul.medicine > li ul li:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
#candidates ul.medicine > li ul li:last-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#candidates ul.medicine > li ul li a {
  display: block;
  position: relative;
  padding: 8px 26px 8px 10px;
  line-height: 1.4;
  font-size: 12px;
  color: black;
  text-decoration: none;
}
#candidates ul.medicine > li ul li a:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f054";
  right: 10px;
  top: 50%;
  line-height: 0;
  color: #999;
}
#candidates ul.medicine > li ul li a.selected {
  background-color: #fff96b;
}
#candidates ul.medicine > li ul li a span.medicine_name {
  font-size: 13px;
  font-weight: bold;
}
#candidates ul.medicine > li ul li a span.medicine_id {
  display: none;
}
#candidates div.submit {
  margin: 20px 0;
  text-align: center;
}
#candidates div.submit a.back:before {
  font-family: FontAwesome;
  content: "\f112";
  padding-right: 5px;
}
#candidates div.submit button:before {
  font-family: FontAwesome;
  content: "\f002";
  padding-right: 5px;
}

div.mode-switcher #modeswitcher {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  height: 30px;
}
div.mode-switcher #modeswitcher div.btn-group > span {
  display: inline-block;
  line-height: 32px;
  padding: 0 5px;
  height: 30px;
  float: left;
}
div.mode-switcher #modeswitcher div.btn-group > a.btn.a1 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: none;
}
div.mode-switcher #modeswitcher div.btn-group > a.btn.a2 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}

div.warning {
  background: #FFEA9A;
  padding: 4px;
  margin: 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.warning:before {
  font-family: FontAwesome;
  content: "\f06a";
  padding-right: 5px;
}
div.warning.info {
  background-color: #D6ECF2;
}
div.warning.info:before {
  content: "\f05a";
}

ul.results {
  padding: 10px;
}
ul.results h4 {
  background: #2C8BD5;
  color: white;
  padding: 7px 10px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.results h4.generic-icon:before, ul.results h4.sen-icon:before {
  color: white;
}
ul.results > li {
  margin-bottom: 15px;
}
ul.results > li ul.candidates {
  margin: 10px 0;
}
ul.results > li ul.candidates li {
  border: 1px solid #ccc;
  margin-top: -1px;
}
ul.results > li ul.candidates li:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
ul.results > li ul.candidates li:last-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.results > li ul.candidates li label {
  display: block;
  position: relative;
  padding: 8px 26px 8px 10px;
  line-height: 1.4;
  font-size: 12px;
  color: black;
  text-decoration: none;
}
ul.results > li ul.candidates li label:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f054";
  right: 10px;
  top: 50%;
  line-height: 0;
  color: #999;
}
ul.results > li ul.candidates li label.selected {
  background-color: #fff96b;
}
ul.results > li ul.candidates li label input[type=radio] {
  width: 1px;
  margin-left: -6px;
  visibility: hidden;
}
ul.results > li div.row {
  margin: 5px 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
ul.results > li div.row div.title {
  width: 49%;
  line-height: 30px;
  float: left;
}
ul.results > li div.row div.val {
  width: 49%;
  line-height: 30px;
  font-size: 15px;
  float: right;
  text-align: right;
}
ul.results > li div.row div.price {
  font-weight: bold;
}
ul.results > li div.row div.unit input {
  display: inline-block;
  width: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 5px;
}
ul.results > li div.row:before, ul.results > li div.row:after {
  display: table;
  content: " ";
}
ul.results > li div.row:after {
  clear: both;
}

div.sum.em {
  margin: 0 10px 30px;
  padding: 18px 10px 18px 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-left: 12px solid #2C8BD5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.sum.em + div.remarks-ex {
  margin: -20px 10px 30px;
  font-size: 12px;
  line-height: 1.2;
}

#shop_search {
  display: none;
}

div.date_range {
  background-color: #E3F7FF;
  border-top: 3px solid #83BBEB;
  padding: 15px 10px;
}

table.results {
  border-bottom: 1px solid #ccc;
}
table.results thead th {
  text-align: center;
  font-weight: bold;
}
table.results tbody td {
  vertical-align: middle;
}
table.results tbody td.price {
  white-space: nowrap;
}
table.results tbody td.in_out {
  width: 1em;
  -webkit-writing-mode: tb-rl;
  line-height: 1.1;
  vertical-align: middle;
}

div.back_to_top {
  text-align: center;
  margin: 20px 0;
}
div.back_to_top a:before {
  font-family: FontAwesome;
  content: "\f053";
  padding-right: 5px;
}

footer {
  margin-top: 30px;
  background: #efefef;
  padding: 10px;
}
footer div.company a {
  color: black;
  text-decoration: none;
  display: table;
  padding: 5px 20px;
  margin: 0 auto 5px;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
footer div.company a:before {
  font-family: FontAwesome;
  content: "\f1ad";
  padding-right: 5px;
  color: #999;
}
footer nav {
  margin: 15px 0;
  text-align: center;
}
footer nav a {
  display: inline-block;
  color: #333;
  margin: 0 4px;
  text-decoration: none;
}
footer nav a:before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 5px;
}
footer div.copyright {
  margin: 10px 0;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

#search-flow {
  text-align: center;
  margin: 20px 0;
}
#search-flow span {
  display: table;
  margin: 5px auto;
  padding: 6px 8px;
  background: #2C8BD5;
  color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#search-flow span.arrow {
  border: none;
  margin-top: -5px;
  margin-bottom: -5px;
  background: transparent;
  color: #2C8BD5;
}
#search-flow span.arrow:after {
  content: "\f078";
  font-family: FontAwesome;
}

.sen-icon:before {
  font-family: "generic-icon";
  content: "\e600";
  color: #999;
  padding-right: 2px;
}

.generic-icon:before {
  font-family: "generic-icon";
  content: "\e601";
  color: #4C80FF;
  padding-right: 2px;
}

/*# sourceMappingURL=common.css.map */
