body {
	padding-top: 70px;
	padding-bottom: 30px;
  }
  .navbar-account{
	color: #999;
	padding-top: 10px;
  }
  .navbar-account .greeting{
	font-size: 90%;
	display: inline-block;
	margin-right: 5px;
  }
  .navbar-account .glyphicon{
	margin-right: 5px;
  }
  .jumbotron{
  background-image: url(assets/images/a-member_bg.png);
  background-position: 98% 60%;
  background-repeat: no-repeat;
  }
  #sidebar .panel-heading{
	margin:0;
	font-size:110%;
  }
  
  
  /* .form-control styles */
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  textarea,
  select{
	  font-size: 120%;
	  padding: 6px 12px;
	  color: #555;
	  vertical-align: middle;
	  background-color: #fff;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  
  textarea{
	  height: 8em;
  }
  
  .aform-content label{
	  font-weight: inherit;
  }
  .aform-content label.aform-label.event_code,
  .aform-content label.aform-label.event_name,
  .aform-content label.aform-label.shop_name,
  .aform-content label.aform-label.patient_id,
  .aform-content label.aform-label.name,
  .aform-content .aform-name-ul label,
  .aform-content label.aform-label.hiroba_email,
  .aform-content label.aform-twice-note,
  .aform-content label.aform-label.comment,
  .aform-content label.aform-label.recommended_videos,
  .aform-content label.aform-label.shop_code,
  .aform-content label.aform-label.shop_email,
  .aform-content label.aform-label.recommended_videos_title,
  .aform-content label.aform-label.nickname{
	border: none !important;
	padding: 0em !important;
	font-weight: bold !important;
	pointer-events: none;
  }
  
.dl_recommended_videos_title {
	display: none;
}

  .aform-content label.aform-label.shisei_karte,
  .aform-content label.aform-label.result_upload1,
  .aform-content label.aform-label.result_upload2,
  .aform-content label.aform-label.result_upload3 {
	border: none !important;
	padding: 0em !important;
	font-weight: bold !important;
	pointer-events: none;
  }1
  .amember-content .error{
	  color: #D92B00;
	  text-align: center;
	  margin: 10px 0;
  }
  .amember-content .finished{
	  color: #D92B00;
  }
  @media(max-width:767px){
  
	  .navbar-account{
		  margin-right:0;
		  margin-left:0;
	  }
	  .navbar-account p,
	  .navbar-account a.btn{
		  display: block;
		  margin-bottom: 5px;
	  }
  
  }
  
  
  /*:::::::::::::::::::::追記:::::::::::::::::::::::::::*/
  
  .jumbotron {
	background-color: #FFFDE7;
	background-size: 66px 66px;
	background-image:
	linear-gradient(rgba(215,204,200,.4) 1%, rgba(215,204,200,.4) 1%, transparent 1%,
	transparent 99%, rgba(215,204,200,.4) 99%, rgba(215,204,200,.4) 100%),
	linear-gradient(90deg, rgba(215,204,200,.4) 1%, rgba(215,204,200,.4) 1%, transparent 1%,
	transparent 99%, rgba(215,204,200,.4) 99%, rgba(215,204,200,.4) 100%),
	linear-gradient(transparent, transparent 25%, rgba(215,204,200,.4) 25%, rgba(215,204,200,.4) 26%, transparent 26%,
	transparent 50%, rgba(215,204,200,.4) 50%, rgba(215,204,200,.4) 51%, transparent 51%,
	transparent 75%, rgba(215,204,200,.4) 75%, rgba(215,204,200,.4) 76%, transparent 76%, transparent 100%),
	linear-gradient(90deg, transparent, transparent 25%, rgba(215,204,200,.4) 25%, rgba(215,204,200,.4) 26%, transparent 26%,
	transparent 50%, rgba(215,204,200,.4) 50%, rgba(215,204,200,.4) 51%, transparent 51%,
	transparent 75%, rgba(215,204,200,.4) 75%, rgba(215,204,200,.4) 76%, transparent 76%, transparent 100%);
	background-repeat: repeat;
  }
  .jumbotron h1 {
	font-size: 3.6rem
  }
  footer {
	border-top: #c8c8c8 solid 1px;
	padding-top: 10px;
	margin-top: 40px;
	text-align: center;
  }
  .navbar-inverse .navbar-brand {
	color: #fff;
  }
  .navbar-header {
	width: 100%;
  }
  .navbar-inverse #personal,
  .navbar-inverse #personal li {
	  margin: 0;
	  padding: 0;
	  list-style-type: none;
	color: #fff;
  }
  .navbar-inverse #personal {
	float: right;
	padding: 15px 0;
  }
  .navbar-inverse #personal li {
	float: left;
	padding-left: 1em;
  }
  .navbar-inverse #personal li span {
	padding-left: 0.3em;
	font-size: 1.6rem
  }
  #content ul,
  #content ul li {
	margin: 5px 3px 5px 0px;
	padding: 0;
	list-style-type: none;
  }
  
  #content .warp {
	max-width: 970px;
	margin: 0 auto;
  }
  #content h2 {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 20px
  }
  #content input[type='text'],
  #content input[type='search'],
  #content input[type='tel'],
  #content input[type='url'],
  #content input[type='email'],
  #content input[type='password'],
  #content input[type='datetime'],
  #content input[type='datetime-local'],
  #content input[type='date'],
  #content input[type='month'],
  #content input[type='week'],
  #content input[type='time'],
  #content input[type='number'],
  #content input[type='file'],
  #content input[type='submit'],
  #content input[type='reset'],
  #content input[type='button'],
  #content input[type='image'],
  #content button,
  #content textarea,
  #content select {
	-webkit-appearance: none;
  
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	font-size: 1.6rem;
	width: auto;
	border-radius: 6px;
	border: #ccc solid 1px;
	background-color: #fff;
	vertical-align: middle;
	  -webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
  }
  #content input[type='text'],
  #content input[type='search'],
  #content input[type='tel'],
  #content input[type='url'],
  #content input[type='email'],
  #content input[type='password'],
  #content input[type='datetime'],
  #content input[type='datetime-local'],
  #content input[type='date'],
  #content input[type='month'],
  #content input[type='week'],
  #content input[type='time'],
  #content input[type='number'],
  #content input[type='file'],
  #content textarea,
  #content select {
	width: 100%;
  }
  #content input[type='image'] {
	max-width: 100%;
  }
  #content textarea {
	height: 10em;
	min-height: 2em;
	resize: vertical;
  }
  #content input[type='submit'],
  #content input[type='reset'],
  #content input[type='button'],
  #content button {
	  display: inline-block;
	width: 100%;
	  padding: 0.8em 0;
	  text-align: center;
	  color: #fff;
	  background-color: #0C88CA;
	  border-radius: 4px;
	cursor: pointer;
	border: none;
  margin: 10px 10px 0px 0px;
  }
  #content input[type='submit']:hover,
  #content input[type='reset']:hover,
  input[type='button']:hover,
  #content button:hover {
	background-color: #00a6ff;
  }
  #content button:focus {
	outline: none;
  }
  #content input[type='text']:focus,
  #content input[type='password']:focus,
  #content input[type='email']:focus,
  #content input[type='tel']:focus,
  #content input[type='search']:focus,
  #content input[type='url']:focus,
  #content textarea:focus {
	outline: none;
	  color: #003a6c;
	  background-color: #d9f6ff;
  }
  #content input[type="checkbox"],
  #content input[type="radio"] {
	display: none;
  }
  #content input[type="checkbox"]:checked + label,
  #content input[type="radio"]:checked + label {
	background-color: #6c6c6c;
	border-color: #6c6c6c;
	color: #fff;
  }
  #content label {
	display: inline-block;
	width: auto;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	padding: 0 2em;
	cursor: pointer;
	color: #333333;
	border: 1px solid #cacaca;
	border-radius: 20px;
  }
  #content label:hover {
	background-color: #cacaca;
  }
  
  
  #content .enter {
	width: 100%;
  }
  #content table {
	width: 80%;
	max-width: 80%;
	margin: 10px auto 30px;
	  padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
  }
  #content table tr td {
	padding: 10px 0;
	word-break: keep-all;
  }
  #content table tr td strong {
	color: #fff;
	font-size: 1.2rem;
	padding: 3px 8px;
	margin-left: 10px;
	background-color: #b22e30;
	font-weight: normal;
	display: inline-block;
  }
  #content table tr th#qrcode img {
	width: 100%;
	height: auto;
  }
  #content .submitBtn {
	  width: 160px;
	margin: auto;
  }
  #content #switch {
	float: right;
	margin-top: -50px;
	width: 160px;
	padding: 8px;
	background-color: #8a8a8a;
  }
  #content #switch:hover {
	background-color: #bdbdbd;
  }
  #content #input h3 {
	font-size: 1.6rem;
	text-align: center;
	width: 80%;
	max-width: 80%;
	padding: 8px;
	margin: 0 auto 10px;
	background-color: #eee;
	border-top: #ababab solid 4px;
	border-bottom: #c8c8c8 solid 1px;
  }
  #content #input table td:first-of-type,
  #content #input table td:nth-of-type(3) {
	width: 10%;
	padding-left: 2em;
  }
  #content #input table td:nth-of-type(2),
  #content #input table td:last-of-type {
	width: 40%;
  }
  #content #input table td:nth-of-type(2) {
	border-right: solid #eee 1px;
  }
  #content #input table td:nth-of-type(3) {
	font-weight: bold;
  }
  #content #input table td input[type='text'],
  #content #input table td input[type='number'] {
	width: 75%;
  }
  #content #input table td span {
	width: 25%;
	padding-left: 0.5em;
  }
  #content #input .inputBtn {
	display: flex;
	width: 50%;
	max-width: 50%;
	margin: 10px auto 30px;
  }
  #content #input .inputBtn button {
	width: 45%;
	margin: 0 auto;
  }
  #content #input .saveBtn {
	  width: 80%;
	  margin: auto;
	  text-align: right;
	  margin-bottom: 2em;
  }
  #content #input .saveBtn button {
	  width: 28%;
	  background-color: #8a8a8a;
  }
  #content #input #confirm_button {
	width: 30%;
	margin: auto;
	display: block;
	background-color: #930000;
  }
  #content #input #confirm_button:hover {
	background-color: #cd0707;
  }
  #content #input #confirm h3 {
	font-size: 1.8rem;
	text-align: center;
	width: 80%;
	max-width: 80%;
	padding: 11px;
	margin: 0 auto 10px;
	color: #fff;
	background-color: #282828;
	border: none;
  }
  #content #input #confirm .location {
	font-size: 1.6rem;
	text-align: center;
	width: 40%;
	margin: 10px auto;
	display: block;
	padding: 6px;
	border: #0c88ca solid 3px;
  }
  #content #input #confirm .subTtl {
	font-size: 1.6rem;
	text-align: center;
	width: 80%;
	max-width: 80%;
	padding: 8px;
	margin: 0 auto 10px;
	background-color: #eee;
	border-top: #ababab solid 4px;
	border-bottom: #c8c8c8 solid 1px;
  }
  #content #input #confirm table tr {
	display:flex
  }
  #content #input #confirm table td:nth-of-type(2),
  #content #input #confirm table td:last-of-type {
	padding: 0 1em;
  }
  #content #input #confirm table td:nth-of-type(2) span,
  #content #input #confirm table td:last-of-type span {
	background-color: #f2f3fa;
	padding: 10px 1em;
	width: 100%;
	height: auto;
	display: block;
	min-height: 40px;
	word-break: break-word;
  }
  #content #input #confirm table td:last-of-type span {
	background-color: #fdfddf;
  }
  #content #completeBtn {
	width: 50%;
	margin: 10px auto 30px;
  }
  #content #completeBtn li {
	width: 100%;
	margin: 0 auto 20px;
  }
  #content #completeBtn li a {
	display: inline-block;
	width: 100%;
	padding: 0.8em 0;
	text-align: center;
	color: #fff;
	background-color: #930000;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
  }
  #content #completeBtn li a:hover {
	background-color: #cd0707;
	text-decoration: none;
  }
  #content #input #advise_text {
	width: 80%;
	margin: 20px auto;
	display: block;
  }
  #content #input #advise_button {
	width: 30%;
	margin: auto;
	display: block;
	background-color: #930000;
  }
  #content #input .advise_text_box {
	width: 80%;
	margin: 20px auto;
	display: block;
	background-color: #fdfddf;
	height: 10em;
	padding: 1em
  }
  #content #comp_adviseTtl{
	margin-bottom: 5em;
  }
  
  @media(max-width:767px){
	body {
	  padding-top: 110px;
	  padding-bottom: 20px;
	}
	.jumbotron {
	  padding: 30px 10px;
	}
	.jumbotron h1 {
	  font-size: 3rem
	}
	.navbar-header {
	  width: calc(100% + 30px);
	}
	.navbar-inverse #personal {
	  padding: 0 15px 10px;
	  margin-top: -8px;
	  width: 100%;
	}
	.navbar-inverse #personal li {
	  float: right;
	  padding-left: 0;
	  clear: both;
	}
	#content textarea {
	  height: 5em;
	  min-height: 2em;
	  resize: vertical;
	}
	#content table {
	  width: 100%;
	  max-width: 100%;
	}
	#content table tr td {
	  display: block;
	  width: 100%;
	  padding: 3px 0;
	}
	#content .enter table tr td:last-of-type {
	  padding-bottom: 15px;
	}
	#content #input h3 {
	  width: 100%;
	  max-width: 100%;
	}
	#content #input table td:first-of-type,
	#content #input table td:nth-of-type(3) {
	  width: 20%;
	  padding-left: 1em;
	  padding-right: 1em;
	  float: left;
	  line-height: 36px;
	  text-align: right;
	  clear: both;
	}
	#content #input table td:nth-of-type(2),
	#content #input table td:last-of-type {
	  width: 80%;
	  clear: right;
	  float: right;
	}
	#content #input table td:nth-of-type(2) {
	  border-right: none;
	}
	#content #input .inputBtn {
	  width: 80%;
	  max-width: 80%;
	}
	#content #input .saveBtn {
	  width: 100%;
	}
	#content #input #confirm_button {
	  width: 75%;
	}
	#content #switch {
	  float: none;
	  margin: 0 auto 20px;
	  background-color: #8a8a8a;
	  display: block;
	}
	#content #input #confirm h3 {
	  width: 100%;
	  max-width: 100%;
	}
	#content #input #confirm .subTtl {
	  width: 100%;
	  max-width: 100%;
	}
	#content #input #confirm .location {
	  width: 90%;
	}
	#content #input #confirm table tr {
	  display: block
	}
	#content #completeBtn {
	  width: 70%;
	}
	#content #input #advise_text {
	  width: 100%;
	}
	#content #input #advise_button {
	  width: 75%;
	  margin: auto;
	  display: block;
	  background-color: #930000;
	}
	#content #input .advise_text_box {
	  width: 100%;
	  height: auto;
	  min-height: 5em;
	}
	
  }
  
  #comp-coupon {
	  width: 100%;
	  max-width: 960px;
	  margin: 80px auto;
  }
  @media(max-width:767px) {
	  #comp-coupon {
		  margin: 40px auto;
		  padding: 0 15px;
	  }
  }
  #comp-coupon .coupon-thank {
	  color: #fff;
	  font-size: 2.2rem;
	  font-weight: bold;
	  background-color: #EB8C8C;
	  border-radius: 10px;
	  height: 72px;
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin:0 auto 30px;
  }
  @media(max-width:767px){
	  #comp-coupon .coupon-thank {
		  height: auto;
		  padding: 25px 0;
		  margin-bottom: 20px;
		  line-height: 1.4;
		  text-align: center;
	  }
  }
  #comp-coupon .coupon-thank br {
	  display: none;
  }
  @media(max-width:767px){
	  #comp-coupon .coupon-thank br {
		  display: inline-block;
	  }
  }
  #comp-coupon .coupon-explanation {
	  font-size: 1.5rem;
	  line-height: 2;
	  text-align: center;
	  margin-bottom: 50px;
  }
  @media(max-width:767px){
	  #comp-coupon .coupon-explanation {
		  line-height: 1.6;
		  margin-bottom: 35px;
		  padding: 0 10px;
	  }
  }
  #comp-coupon .coupon-screen {
	  position: relative;
	  width: 374px;
	  margin: 0 auto 30px;
  }
  @media(max-width:767px){
	  #comp-coupon .coupon-screen {
		  width:calc(100% + 30px);  
		  margin-left: -15px;
	  }
  }
  #comp-coupon .coupon-screen img {
	  position: relative;
  }
  @media(max-width:767px) {
	  #comp-coupon .coupon-screen img {
		  width: 100%;  
	  }
  }
  #comp-coupon .coupon-screen figcaption {
	  position: absolute;
	  top: 38px;
	  left: 23px;
	  width: 325px;
	  height: 90px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  color: #DB5151;
	  font-size: 3.6rem;
	  font-weight: bold;
	  line-height: 1.2;
	  text-align: center;
	  overflow: hidden;
  }
  @media(max-width:767px){
	  #comp-coupon .coupon-screen figcaption {
		  top: 13%;
		  left: 6%;
		  width: 87%;  
		  height: 2.5em;
		  font-size: 3.6rem;
	  }
  }
  #comp-coupon .coupon-utilize {
	  width: 345px;
	  height: 80px;
	  margin: auto;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  color: #fff;
	  font-size: 2.1rem;
	  font-weight: bold;
	  background-color: #F4A221;
	  border: 1px solid #F4A221;
	  border-radius: 40px;
	  transition: all .15s ease-in-out;
  }
  @media(max-width:767px){
	  #comp-coupon .coupon-utilize {
		  width: 100%;
	  }
  }
  #comp-coupon .coupon-utilize:hover {
	  text-decoration: none;
	  color: #F4A221;
	  background-color: #fff;
  }
  #comp-coupon .coupon-deadline {
	  text-align: center;
	  font-size: 7rem;
	  margin: 15px 0;
	  line-height: 1em;
  }
  #input div {
  text-align: center;
  }
  
  /* 測定データ登録完了画面 */
  #qrcode img,
  #qrcode_member img {
  width :100%;
  }
  
  /* 薬局担当画面*/
  #video_list input[type="checkbox"] {
	  display: inline-block;
	  transform: scale(2);
	  margin: 0 5px 0 40px;    
  }
  #video_list input[type="checkbox"]:checked + label,
  #video_list input[type="radio"]:checked + label {
	background-color: #6c6c6c;
	border-color: #6c6c6c;
	color: #fff;
  }
  #video_list label {
	display: inline-block;
	width: auto;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	padding: 0 1.5em 0 0;
	cursor: pointer;
	color: #333333;
	border: none;
	border-radius: 20px;
  }
  #video_list label:hover {
	background-color: #cacaca;
  }
  
.put_video,
.put_video + label {
  display: block;
}

.comment_edit {
	margin-bottom: 100px;
}
ul.local_nav {
	padding: 0 !important;
	display: flex;
}

.local_nav li {
	display: block;
    border: 1px solid #ccc;
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 10px !important;
    background-color: #0c88ca;
}
.local_nav li a {
	color: #FFF;
	font-weight: bold;
	display: block;
}

/* おすすめ動画一時的に非表示 */
.dl_recommended_videos_title,
.dl_recommended_videos,
#video_list {
	display: none !important;
}