@charset "UTF-8";
body {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#EPre {
	position: relative;
	height: 700px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 960px;
}
#bgArea,
#movieBox,
#shortD,
#relatedLink,
#menuBoxWrapper,
#menuBox,
#menuBox ul,
#btnBack,
#btnNext,
#slideBox {
	position: absolute;
}
ul,
ul li {
	list-style-type: none;
}
#btnBack,
#btnNext {
	display: none;
	line-height: 1;
	opacity: 0;
}

#bgArea {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

#movieBox {
	left: 0px;
	top: 0px;
}
#shortD {
	word-wrap:break-word;
	overflow: hidden;
}
#title {
	font-weight: bold;
}
#menuBoxWrapper {
	border: 1px solid #CCC;
}
#menuBox {
	overflow: hidden;
	background-color: #FFF;
}
#menuBox.pc {
	overflow-y: auto;
}
#menuBox .note {
	color: #333 !important;
	font-size: 12px !important;
	line-height: 14px !important;
	text-align: center !important;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -7px;
}
#menuBox a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
#menuBox a.current {
	background-color: #A8C6EE;
}
#menuBox a:hover {
/*	text-decoration: underline;*/
}
#menuBox ul {
	left: 0px;
	top: 0px;
	width: 100%;
	list-style-type: none;
}
#menuBox li {
	list-style-type: none;
}
#slideBox {
	overflow: hidden;
}
#slideBox img {
	vertical-align: middle;
}

#menuBox ul,li{
	padding: 4px;
}

#relatedLink {
	overflow: hidden;
}

.medihiroba_links {
    width: 100%;
    max-width: 350px;
    margin-top: 5px;
    margin-left: 10px;
}

.medihiroba_links {
  max-width: 540px;
  margin: 10px auto;
}

.medihiroba_links {
    background-color: #effaf8;
    padding: 3px 15px;
}

.medihiroba_links {
  padding: 10px 15px;
}

.medihiroba_links .medihiroba_title {
  text-align: center;
  font-weight: bold;
  color: #666666;
}

.medihiroba_links .medihiroba_title {
  font-size: 1.15em;
  color: #31AF9F;
}

.medihiroba_links .medihiroba_description {
  text-align: center;
  margin-top: 5px;
  font-size: 10pt;
}

.medihiroba_links .medihiroba_title br {
  display: none;
}

.medihiroba_links .links {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 3px;
}

.medihiroba_links .links {
  max-width: 350px;
  margin: 7px auto;
}

.medihiroba_links .links > div {
  width: 100%;
  max-width: 145px;
}

.medihiroba_links .links a {
    width: 100%;
    display: inline-block;
    border: 2px solid #31AF9F;
    background: #31AF9F;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 0.9em;
    padding: 4px 3px 2px;
    line-height: 1.3;
}

.medihiroba_links .links a:hover,
.medihiroba_links .links a:focus,
.medihiroba_links .links a:active {
  opacity: 0.7;
}

.medihiroba_links .links .medihiroba_regist a {
    background: #FFFFFF;
    color: #31AF9F;
    border: 2px solid #31AF9F;
}

.medihiroba_links .contents_info {
    text-align: center;
    margin-top: 3px;
    line-height: 1.2;
}

.medihiroba_links .contents_info a {
  font-size: 0.8em;
  color: #666666;
}

.medihiroba_links .contents_info a:hover,
.medihiroba_links .contents_info a:focus,
.medihiroba_links .contents_info a:active {
  color: #999999;
}

.medihiroba_links .contents_info a:before {
  content: '▶';
}

div.contentBox.productDate,
div.contentBox.productDate .box {
    max-width: none;
}

div.contentBox.productDate .box {
    padding: 10px;
}

@media screen and (max-width: 826px) {
  .medihiroba_links .links > div {
    margin: 3px;
  }
}

@media screen and (max-width: 805px) {
  .medihiroba_links .medihiroba_title br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .medihiroba_links .links {
    justify-content: center;
  }

  .medihiroba_links .links {
    max-width: 100%;
  }

  .medihiroba_links .links > div {
    max-width: 170px;
    margin: 3px 5px;
  }
}