/*
Theme Name: happymama-ishikawa
*/
/* =============================================================================
  Elements
   
  ========================================================================== */
body {
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  /* background: linear-gradient(#FFF9AF 0, #FFFFFF 500px); */
  background: transparent url(/img/bg.png) repeat;
}

img {
  max-width: 100%;
  height: auto;
}

a img:hover {
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}

a,
a:hover {
  color: #454545;
}

/* =============================================================================
  Bootstrap Kills
   
  ========================================================================== */
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  background-color: #EB786B !important;
  border-color: #F06161 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus   {
  background-color: #F06161 !important;
  border-color: #F06161 !important;
}

.well {
  clear: both;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-left: 0;
}

.checkbox-inline,
.radio-inline {
  margin-right: 20px;
}
  
/* =============================================================================
   Header
   
  ========================================================================== */
header {
}

.user {
  background: #F06161;
  padding: 8px 0;
  text-align: right;
  font-size: 12px;
  color: #fff;
}

.user a {
  color: #fff;
}

.user ul,
.user li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user li {
  display: inline;
  padding-left: 1em;
}

header .navbar {
  margin-top: 30px;
}

.navbar-brand {
  padding: 0 15px;
  max-width: 300px;
  height: auto;
}

header .navbar-right {
  margin-top: -15px;
  font-size: 13px;
}

.header-icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #fff;
  margin: 0 auto 5px;
  text-align: center;
}

.menu-event .header-icon { background: #3fa6f2; }
.menu-magazine .header-icon { background: #ff8e1e; }
.menu-value .header-icon { background: #b5cf00; }
.menu-coupon .header-icon { background: #70bf7f; }
.menu-spot .header-icon { background: #ff7ba9; }
.menu-recruit .header-icon { background: #d451d4; }

.header-icon i {
  position: relative;
  top:50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .navbar-right li {
    display: inline-block;
  }
}

#menu-primary-navigation .nav>li>a {
  padding-top: 0;
  padding-bottom: 10px;
  padding-bottom: 0;
  border-bottom: solid transparent 3px;
  text-align: center;
}

#menu-primary-navigation .nav>li>a:focus,
#menu-primary-navigation .nav>li>a:hover,
#menu-primary-navigation .nav>li.active>a {
  background: none;
  border-bottom: solid #ccc 3px;
}

@media (max-width: 768px) {
  #menu-primary-navigation .nav {
    background: #eee;
    padding: 10px 0;
  }
  #menu-primary-navigation .nav>li>a {
    border: none !important;
    text-align: center;
    margin-bottom: 2px;
    padding-top: 20px;
  }
}

.menu-icon a {
  padding-right: 5px !important;
  padding-left: 5px !important;
  border-bottom: none !important;
}

.menu-icon img {
  width: 30px;
}

.navbar-toggle {
  background: #F06161;
  color: #fff;
}

.icon-bar {
  background: #fff;
}

.breadcrumbs {
  border-top: solid #eee 1px;
  border-bottom: solid #eee 1px;
  padding: .5em 0;
  font-size: 12px;
  background: #fcfcfc;
  margin-bottom: 20px;
}

/* =============================================================================
   Body
   
  ========================================================================== */
.site-body {
  min-height: 600px;
  margin-bottom: 40px;
}

.site-body h1 {
  position: relative;
  margin: 20px 0 30px;
  padding: 20px;
  background: #FFDE7D;
  color: #454545;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.site-body h1:first-child {
  margin-top: 0;
}

.site-body h2 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #F06161;
  color: #454545;
  border-bottom: dashed 2px #454545;
  padding-bottom: 5px;
}

.site-body h3 {
  margin: 30px 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #454545;
  line-height: 150%;
}

.site-body h4 {
  margin: 30px 0 20px;
  font-size: 15px;
  font-weight: bold;
  color: #454545;
  line-height: 150%;
}

.content-area {
  line-height: 200%;
}

.well {
  margin-top: 20px;
}

.well h2,
.well h3,
.well h4 {
  margin-top: 10px;
}

/* =============================================================================
   Sidebar
   
  ========================================================================== */
.widget-area>div {
  border: solid #eee 1px;
  padding: 10px;
  margin-bottom: 10px;
}

.widget-area h3 {
  margin: 0 0 10px 0;
  font-size: 11px;
  text-align: center;
  background: #fcfcfc;
  padding: 5px 0;
  color: #666;
  font-weight: normal;
}

.side_magazine {
}

.side_ads {
}

/* =============================================================================
   Footer
   
  ========================================================================== */
footer {
  padding: 20px;
  background: #2a2730;
  color: #ccc;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

.footer-links {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 13px;
}

.footer-links li {
  list-style: none;
  display: inline;
  padding-right: 1em;
}

.site-info {
  font-size: 12px;
  color: #ccc;
}

/* =============================================================================
   Home
   
  ========================================================================== */
.home_information {
  border: solid #ccc 1px;
  margin-bottom: 20px;
  padding: 10px;
}

.home_information h3 {
  font-size: 15px;
  margin: 10px 0;
}

.home_information .photo_event h3 strong {
  font-size: 24px;
}

.home_information .latest_number {
  padding-left: 400px;
  border-right: solid #ccc 1px;
}

.home_bn img {
  margin-bottom: 5px;
}

.photo_event a {
  text-decoration: underline;
}

.photo_event a.btn {
  text-decoration: none;
}

/* ニュース＆トピックス */
.news {
  margin: 0;
  padding: 0;
}

.news li {
  list-style: none;
  padding: 1em 0;
  border-top: dotted #ccc 1px;
}


/* イベント */
#home-event {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#home-event-search {
  float: right;
}

#home-event-result {
  float: left;
}

#home-event-search table a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  #home-event-search .visible-xs {
    display: block !important;
  }
}

@media (min-width: 991px) {
  #home-event-search #cond {
    display: block;
  }
}

.event-article {
  border-top: solid #ccc 1px; 
  border-bottom-color: solid #ccc 1px; 
}

/*
.event-article.priority>.row {
  background: #FEFAEC;
}
*/

.event-article>div {
}

@media (min-width: 768px) {
  .event-article>div>div {
    padding: 10px;
  }
  .event-article-content .place {
    margin-left: -10px;
  }
}

.event-article-thumbnail {
  border-right: solid #ccc 1px;
  border-left: solid #ccc 1px;
  text-align: center;
}

.event-article-thumbnail img {
  width: 100%;
  margin-bottom: 10px;
}

.event-article-date h4 {
  font-size: 16px;
  line-height: 150%;
}

.event-article-content h3 {
  font-size: 20px;
  margin: 0;
}

.event-article-content .place {
  background: #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.event-article-content span {
  padding: 5px;
  display: block;
}

.event-article-content span.glyphicon {
  display: inline;
}

.event-article-content .placename {
  padding-left: 10px;
}

.event-article-content .area {
  display: block;
  text-align: center;
  color: #fff;
}

.event-article-content .area-kana { background: #F5A623; }
.event-article-content .area-kaga { background: #7ED321; }
.event-article-content .area-noto { background: #4A90E2; }

.event-article .detail p {
  font-size: 12px;
  margin-bottom: .2em;
}

.event-article .detail {
  border-top: dotted #ccc 1px;
  padding-top: 10px;
  word-wrap: break-word;
}

.event-article .pull-right {
  clear: right;
  margin-left: 10px;
  margin-bottom: 5px !important;
}

.collapse_button {
  display:block;
  font-weight: normal;
  font-size: 12px;
  cursor:pointer;
  background-color: #f3eaea;
  padding: 5px;
  margin: 10px 0;
}

.review .btn {
  font-size: 12px;
}

.review textarea {
  margin-top: 10px;
  margin-bottom: 10px;
}

.review hr {
  margin: 10px 0;
}

.review_date {
  font-size: 11px;
}

/* =============================================================================
   Post
   
  ========================================================================== */
.post_time {
  text-align: right;
  margin-top: -20px;
}

.leads {
  font-weight: bold;
  color: #F06161;
  font-size: 120%;
}

/* =============================================================================
   Magazine
   
  ========================================================================== */
.directory_magazine {
  margin: 0;
  padding: 0;
}

.directory_magazine li {
  list-style: none;
  padding: 1em 0;
  border-top: dotted #ccc 1px;
}

.directory_magazine .category {
  font-size: 80%;
  /* margin-right: 1em; */
  margin-right: 0;
  color: #454545;
  border: solid #999 1px;
  background: #fff;
  /* padding: .5em; */
  padding: 0;
  text-align: center;
  display: block;
}

.directory_magazine .category a {
  display: block;
}

.directory_magazine .category a:hover {
  text-decoration: none;
  background: #eee;
}

.notes {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

.person_name {
  font-size: 16px;
  font-weight: bold;
}

.person_status {
  font-size: 16px;
}

.person_notes {
  font-size: 12px;
}

.magazine-img {
  padding: 10px;
}

.magazine-img p {
  margin-bottom: 5px;
}

.magazine-img .caption {
  font-size: 90%;
  font-weight: bold;
}

/* =============================================================================
   Value
   
  ========================================================================== */
/* クーポン */
.coupon {
  padding: 20px;
}

/*
.coupon-birthday .row>div {
  background: transparent url(/img/bg-coupon-birthday.jpg) repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}
*/

.coupon-normal {
  background: #FAFED1;
}

.coupon-item {
  border: solid 1px #ccc;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 30px;
}

/*リボンタグ*/
.side-corner-tag {
  display: inline-block;
  position: absolute;
  /*このあたりをいじるとリボンの位置を調整できるよ*/
  top: 10px;  
  right: -25px;
  height: 30px;
  width: 100px;
  background-color: #d32127;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), inset 0px 3px 20px rgba(255, 255, 255, 0.2); 
}

.side-corner-tag .label {
  position: absolute;
  height: 20px;
  width: 100%;
  top: 5px;
  border: 1px #fff dashed;
  border-width: 1px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.coupon-item p {
  margin: 0 0 5px;
}

.coupon-item hr {
  margin: 5px 0;
}

.br-sp { display:none; }

@media screen and (max-width: 640px) {
   /* 表示領域が320px以下の場合に適用するスタイル */
   	.br-sp { display:block; }

	.coupon-image {
	  text-align: center;
	}
	
	.coupon-image img {
	  width:100%;
	}
}
@media screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
	.coupon-image {
	  overflow: hidden;
	}
	
	.coupon-image img {
	  width: 100%;
	}
}

.coupontitle {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.coupon-overreview,
.coupon-start {
  font-size: 12px;
}

.coupon-start {
  font-weight: bold;
}

.coupon-sponsor-name {
  font-size: 11px;
  font-weight: bold;
}

.coupon-sponsor-address {
  font-size: 10px;
  margin-bottom: 10px;
}

.coupon-sponsor-address a {
  text-decoration: underline !important;
}
.coupon-sponsor-url {
  min-height:30px;
  font-size:xx-small;
  text-decoration: underline;
  margin-bottom: 10px;
  text-align: right;
}

/* =============================================================================
   Custom
   
  ========================================================================== */
/* スポット情報 */
.googlemap {
position: relative;
padding-bottom: 30%; // これが縦横比
height: 0;
overflow: hidden;
}

.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

input.form-control {
  margin-bottom: 1em;
}

.spot_item {
  margin-bottom: 30px;
  border-top: solid #ccc 1px;
  padding-top: 20px;
}

.spot_item:nth-child(4n+1) {
  clear: left;
}

.spot_item_photo {
  background: #eee;
  text-align: center;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.spot_item_photo img {
  max-width: 100%;
  height: auto;
}

.spot_item h3 {
  font-size: 16px;
  margin: 10px 0 5px;
}

/* プレゼント企画 */
.present_item {
  margin-bottom: 30px;
  border-top: solid #ccc 1px;
  padding-top: 20px;
}

.present_item:nth-child(6n+1) {
  clear: left;
}

.present_item_photo {
  text-align: center;
}

.present_item_photo img {
  padding: 2px;
  border: solid #ccc 1px;
}

.present_item_btn {
  text-align: center;
}

.present_item_quantity {
  font-size: 14px;
}

.present_item_summary {
  font-size: 12px;
}

.present_item_summary h3 {
  font-size: 16px;
}

.present_item_date {
  font-size: 12px;
}

.present_item_date h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

.present_item_date a {
  text-decoration: underline;
}

.present_item_date p {
  margin-bottom: 0;
}

/* ログイン */
.form-signin {
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
}

/* 求人情報 */
.recruit_item {
  background: #fff !important;
}

.recruit_item_image {
  text-align: center;
}

.recruit_item th {
  width: 15% !important;
}

.recruit_item td {
  width: 85% !important;
}

.recruit_item_type span {
  background: #d451d4;
  color: #fff;
  font-weight: bold;
  padding: .2em .5em;
}

/* ママトコ共通 */
.tax-scene .navbar,
.single-mamatoko .navbar {
  margin-bottom: 30px;
}

.tax-scene .navbar-right a,
.single-mamatoko .navbar-right a {
  display: block;
  margin: 0 0 5px 5px;
  padding: 5px!important;
  text-align: center;
  font-size: 12px;
}

.tax-scene .navbar-right a img,
.single-mamatoko .navbar-right a img {
  display: block;
  margin: 0 auto 10px;
  width: auto;
  height: 60px;
}

/* ママトコ詳細 */
.single-mamatoko .site-body h1 {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.single-mamatoko .wp-caption-text {
  margin: 5px 0 0;
  font-size: 12px;
}

.more-area {
  margin: 20px 0;
  padding: 20px 5px;
  background-color: #eee;
  border-radius: 7px;
  overflow: hidden;
}

.more-img {
  padding-left: 0;
}

.more-img img {
  width: 100%;
  height: auto;
}

/* ママトコ一覧*/
.toko-img2 {
  margin-top: 15px;
  padding-right: 7.5px
}

.toko-img3 {
  margin-top: 15px;
  padding-left: 7.5px
}

.toko_item {
  margin-bottom: 15px;
  padding-top: 15px;
}

.toko_photo {
  margin: 0;
  background: #eee;
}

.toko_photo a {
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.toko_photo img {
  display: block;
  margin: 0 auto;
  /* max-width: 100%; */
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.toko_photo span {
  display: block;
  padding: 5px 7px;
  width: 100%;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0,0,0,.5);
}

/* ママトコ */
.page-id-8223 .navbar {
  margin-bottom: 50px;
}

.page-id-8223 .navbar-brand {
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 350px;
}

.scene-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 50%;
}

.scene-list li {
  vertical-align: bottom;
  text-align: center;
  height: 200px;
}

.scene-list img {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .single-mamatoko .site-body h1 {
    margin: 30px 0 20px;
  }

  .more-img {
    padding-left: 15px;
  }

  .scene-list {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .toko_photo span {
    font-size: 12px;
  }

  .tax-scene .navbar,
  .single-mamatoko .navbar {
    border-width: 0;
    margin-bottom: 0;
  }

  .tax-scene .navbar-brand,
  .single-mamatoko .navbar-brand {
    display: block;
    max-width: 230px;
  }

  .single-mamatoko .navbar-brand {
    float: none;
  }

  .tax-scene .navbar-right {
    float: right!important;
    margin-right: 0;
  }

  .single-mamatoko .navbar-right {
    margin: 10px -5px;
  }

  .single-mamatoko .navbar-right a {
    margin: 0;
    font-size: 10px;
  }

  .single-mamatoko .navbar-right a img {
    margin: 0 auto 5px;
    height: 40px;
  }

  .scene-list {
    width: 90%;
  }
}

/* 年長さん */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.mb-10 {
	margin-bottom: 20px;
}

.mb-10 a {
	text-decoration: none;
}

.mb-10 a:hover .shop-btn {
	opacity: 0.7;
}

.message-box {
	background-color: #fff;
	height: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	border: solid 10px #f7b8a4;
	padding: 0.5em 0 0 0;
	text-align: center;
	background-image:url('https://happymama-ishikawa.com/wp/wp-content/uploads/nenchou-back.png');  /* 画像のURLを指定     */
    background-position:center top;                     /* 画像の表示位置を指定 */
    background-size:cover;
    display: flex;
	flex-flow: column;
}

.message-box i {
	margin-left: 7px;
}

.message-box p {
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: .1em;
	padding: 2px 10px;
	color: #35495e;
}

.shop-btn {
	background: linear-gradient(#ed7878 0%, #ef8787 100%);
	color: white;
	padding: 7px 20px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: auto;
}

.message-link {
	text-decoration: none;
}

.ribbon9 {
}

.ribbon9 h3 {
  color: #bf6666;
  font-size: 28px;
  margin: 10px auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ribbon9 h3:before {
  content: url('https://happymama-ishikawa.com/wp/wp-content/uploads/sakura.png');
  border: none;
  margin-right: 10px;
}

.ribbon9 h3:after {
  content: url('https://happymama-ishikawa.com/wp/wp-content/uploads/sakura.png');
  border: none;
  margin-left: 10px;
}

.message-box h4 {
	color: gray;
	color: #010079;
	text-shadow: 0 0 5px white;
	padding: 0.3em 0.5em;
	margin: 5px 30px;
	background: -webkit-repeating-linear-gradient(-45deg, #f7b8a4, #f7b8a4 3px,#fddec4 3px, #fddec4 7px);
	background: repeating-linear-gradient(-45deg, #f7b8a4, #f7b8a4 3px,#fddec4 3px, #fddec4 7px);
}

/* 年長さん　店舗ページ */
.nenchou-mb {
	margin-bottom: 20px;
}

.nenchou-mt {
	float: right;
	margin-top: 20px;
}

.campaign-wrapper h3 {
  width: 100%;
  padding: 0.5em;
  position: relative;
  margin: 0;
  text-align: center;
  background: white;
  line-height: 200%;
  color: deeppink;
}

.campaign-wrapper h3:before,
.campaign-wrapper h3:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #ffc054 3px, #ffc054 6px, white 6px, white 9px, deeppink 9px, deeppink 12px);
  background: repeating-linear-gradient(135deg, #fff, #fff 3px, #ffc054 3px, #ffc054 6px, white 6px, white 9px, deeppink 9px, deeppink 12px);
}

.campaign-wrapper h3:before { top: -4px; }

.campaign-wrapper h3:after { bottom: -4px; }

.campaign-wrapper h3 span {
	font-size: large;
	color: #454545;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* ----------wp投稿記事用---------- */
/* カバーモデルオーディション 結果発表 */
:root {
--gp-color:  #FFF099; --semigp-color: #D7DEE2; --lady-color:   #F9D5E2; --twins-color:  #D3EDFB; --smile-color:  #ffe396;
--baby-color:#E5F2BB; --sibs-color:   #C5E2D3; --shy-color:    #ffca99; --star01-color: #ffcccc; --star02-color: #EDE7FF;
}
.icon-common { font-size: 20px; padding: 0.5em; padding-left: 45px; }
.icon-gp { border-bottom: 2px dotted var(--gp-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_01.gif') no-repeat left center; }
.icon-semigp { border-bottom: 2px dotted var(--semigp-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_02.gif') no-repeat left center; }
.icon-lady { border-bottom: 2px dotted var(--lady-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_03.gif') no-repeat left center; }
.icon-twins { border-bottom: 2px dotted var(--twins-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_04.gif') no-repeat left center; }
.icon-smile { border-bottom: 2px dotted var(--smile-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_05.gif') no-repeat left center; }
.icon-baby { border-bottom: 2px dotted var(--baby-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_06.gif') no-repeat left center; }
.icon-sibs { border-bottom: 2px dotted var(--sibs-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_07.gif') no-repeat left center; }
.icon-shy { border-bottom: 2px dotted var(--shy-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_09.gif') no-repeat left center; }
.icon-star01 { border-bottom: 2px dotted var(--star01-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_11.png') no-repeat left center; }
.icon-star02 { border-bottom: 2px dotted var(--star02-color); background: url('https://happymama-ishikawa.com/wp/wp-content/uploads/award_12.png') no-repeat left center; }
.bg-common { padding: 0.5em; margin-bottom: 25px; text-align: center; }
.bg-gp     { background: repeating-linear-gradient(-45deg, var(--gp-color), var(--gp-color) 5px, #FFF 5px, #FFF 10px); }
.bg-semigp { background: repeating-linear-gradient(-45deg, var(--semigp-color), var(--semigp-color) 5px, #FFF 5px, #FFF 10px); }
.bg-lady   { background: repeating-linear-gradient(-45deg, var(--lady-color), var(--lady-color) 5px, #FFF 5px, #FFF 10px); }
.bg-twins  { background: repeating-linear-gradient(-45deg, var(--twins-color), var(--twins-color) 5px, #FFF 5px, #FFF 10px); }
.bg-smile  { background: repeating-linear-gradient(-45deg, var(--smile-color), var(--smile-color) 5px, #FFF 5px, #FFF 10px); }
.bg-baby   { background: repeating-linear-gradient(-45deg, var(--baby-color), var(--baby-color) 5px, #FFF 5px, #FFF 10px); }
.bg-sibs   { background: repeating-linear-gradient(-45deg, var(--sibs-color), var(--sibs-color) 5px, #FFF 5px, #FFF 10px); }
.bg-shy    { background: repeating-linear-gradient(-45deg, var(--shy-color), var(--shy-color) 5px, #FFF 5px, #FFF 10px); }
.bg-star01 { background: repeating-linear-gradient(-45deg, var(--star01-color), var(--star01-color) 5px, #FFF 5px, #FFF 10px); }
.bg-star02 { background: repeating-linear-gradient(-45deg, var(--star02-color), var(--star02-color) 5px, #FFF 5px, #FFF 10px); }
.comment-common { margin: 1em; padding: 1em; background: #FFF; border-radius: 10px; box-shadow: 0 0 0 7px #FFF; }
.comment-gp     { border:2px dashed var(--gp-color); }
.comment-semigp { border:2px dashed var(--semigp-color); }
.comment-lady   { border:2px dashed var(--lady-color); }
.comment-twins  { border:2px dashed var(--twins-color); }
.comment-smile  { border:2px dashed var(--smile-color); }
.comment-baby   { border:2px dashed var(--baby-color); }
.comment-sibs   { border:2px dashed var(--sibs-color); }
.comment-shy    { border:2px dashed var(--shy-color); }
.comment-star01 { border:2px dashed var(--star01-color); }
.comment-star02 { border:2px dashed var(--star02-color); }
.bg-common > img {background-color: #FFF; margin-top:15px; padding:10px;}

/* お医者さんに教えてもらおう！ */
/* ~vol.89 */
h3.Dr_h3 { margin: 15px 0; }
.Dr_Q_icon { background-color: #62cedd; padding: 7px 10px; margin-right: 10px; color: white; }
.Dr_Q { color: #33adc5; line-height: 200%; }
.Dr_A_icon { background-color: #999; padding: 7px 10px; margin-right: 10px; color: white; }
.Dr_A { line-height: 200%; }
.Dr_Caption { padding: 3px 8px; background-color: #33adc5; font-size: 13px; color: white; }
.person_notes { line-height: 150%; }
/* vol.90 */
.Dr_box { padding: 0.5em 1em; margin: 2em 0; border: solid 1px #33adc5; border-radius: 10px; }
.Dr_box h3.Dr_h3 { margin: 10px 0 0 0; font-size: 18px; border-bottom: solid 1px #33adc5; }
.Dr_box p.subtxt { font-weight:bold; margin: 0; }
.Dr_box ruby > rt { font-size: 30%; font-weight:normal; }
.Dr-info .caption, .person_status { margin-bottom:0; }
.Dr-info .Dr_Caption { padding: 3px 8px; background-color: #33adc5; font-size: 13px; color: white; }
.Dr-info .person_notes { line-height: 150%; }
.Dr_linemarker { background:linear-gradient(transparent 60%, #cbebf0 60%); }

/* その他（頻出・共通） */
.pink {
	color: #F06161 !important;
}
.blue {
	color: #33adc5 !important;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 .5em 2em;
}
.alignleft {
    display: inline;
    float: left;
    margin: 0 2em .5em 0 ;
}
@media only screen and (max-width: 750px) {
	.alignright,
	.alignleft {
		display: block;
	    float: none;
	    margin: 1em auto .5em;
	}
}

