

section.bulletin {
    display: block;
    overflow: hidden;
    margin: 0 auto 50px;
    width: 1000px;
}

section.bulletin a {
    color: #009de6;
    text-decoration: underline;
}

section.bulletin h2 {
    margin-bottom: 30px;
    padding: 19px 0;
    background: url(/pharmacy/common/img/bg_title_shop_h1.png) no-repeat;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 162.5%;
    line-height: 1;
}

section.bulletin h3 {
    position: relative;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 10px 35px;
    border-radius: 17px;
    background: #e0f3fc;
    font-size: 100%;
    line-height: 1;
}

section.bulletin h3:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e7241d;
    content: "";
}

section.bulletin .bx-wrapper .bx-pager.bx-default-pager a {
    background: #bbbbbb;
}

section.bulletin .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #009ce5;
}

section.bulletin p {
    margin-bottom: 10px;
    line-height: 1.6;
}

section.bulletin table {
    background: #ffffff;
    margin-bottom: 40px;
    border-collapse: collapse;
    border: 1px solid #333333;
}

section.bulletin th, section.bulletin td {
    border-bottom: 1px solid #333333;
    line-height: 1.75;
}

section.bulletin th {
    padding: 10px 1em;
    background: #eeeeee;
    text-align: left;
    white-space: nowrap;
}

section.bulletin td {
    padding: 10px 0 10px 1em;
    border-bottom: 1px solid #333333;
    line-height: 1.75;
}

section.bulletin td span {
    display: inline-block;
    padding-right: 1em;
}

section.bulletin td span.indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
}
section.bulletin td span.indent .js_modalCont {
    text-indent: 0;
}

section.bulletin .select-box {
    display: inline-block;
    position: relative;
	margin-bottom: 30px;
}

section.bulletin .select-box::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #009de6;
  border-right: solid 1px #009de6;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 20px;
  bottom: 0;
  margin: auto;
}

section.bulletin select.link_menu {
	padding: 10px 50px 10px 30px;
	border: 1px solid #009de6;
	border-radius: 30px;
	background: #ffffff;
	color: #009de6;
}
// IE用
.link_menu::-ms-expand{
    display: none;
}




@media screen and (max-width: 768px){
main {
	padding-top: 3.9vw;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.4;
}
section.bulletin h2 {
	margin-bottom: 3.5vw;
	padding: 4vw 0;
	background: url(/pharmacy/common/img/bg_title_shop_h1_sp.png) no-repeat 0 0 / 100% auto;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1;
}
section.bulletin {
    display: block;
    overflow: hidden;
    margin: 0 auto 50px;
    width: 90%;
}

section.bulletin .bx-wrapper .bx-pager.bx-default-pager a {
    background: #bbbbbb;
}

section.bulletin .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #009ce5;
}

section.bulletin p {
    margin-bottom: 30px;
    line-height: 1.6;
}

section.bulletin table {
    background: #ffffff;
    margin-bottom: 40px;
    border-collapse: collapse;
    border: 1px solid #333333;
}

section.bulletin th, section.bulletin td {
    border-bottom: 1px solid #333333;
    line-height: 1.75;
}

section.bulletin th {
    padding: 10px 1em;
    background: #eeeeee;
    text-align: left;
    display: block;
	width: 100%;
	text-wrap: auto;
}

section.bulletin td {
    padding: 10px 0 10px 1em;
    border-bottom: 1px solid #333333;
    line-height: 1.75;
    display: block;
}

section.bulletin td span {
    display: inline-block;
    padding-right: 1em;
}

section.bulletin td span.indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
}
section.bulletin td span.indent .js_modalCont {
    text-indent: 0;
}

section.bulletin .select-box {
    display: inline-block;
    position: relative;
	margin-bottom: 30px;
	width: 100%;
}

section.bulletin .select-box::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #009de6;
  border-right: solid 1px #009de6;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 20px;
  bottom: 0;
  margin: auto;
}

section.bulletin select.link_menu {
	padding: 10px 50px 10px 30px;
	border: 1px solid #009de6;
	border-radius: 30px;
	background: #ffffff;
	color: #009de6;
	width: 100%;
}
// IE用
.link_menu::-ms-expand{
    display: none;
}

}