﻿@charset "UTF-8";
/* CSS Document */
#contents {
  /* .pickup .special共通 */
}
#contents #sidenav .category_menu {
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}
#contents #sidenav .category_menu p {
  margin: 10px 0;
}
#contents #sidenav .category_menu ul li.current {
  background-color: #f1f9f8;
}
#contents #sidenav .category_menu ul li a {
  color: #57b846;
  display: inline-block;
  padding: 3px 0 3px 15px;
}
#contents #maincontents .head {
  background: #57B846;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
#contents #maincontents .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
#contents #maincontents h4{
  font-size: 16px;
  font-weight: bold;
}
#contents #maincontents h5{
  font-weight: bold;
}
#contents #maincontents a {
  color: #57b846;
}
#contents #maincontents p {
  margin;0 ;
}
#contents #maincontents span.red{
  color: #E7326D;
}
#contents #maincontents table {
  width: 100%;
}
#contents #maincontents table tr th, #contents #maincontents table tr td {
  padding: 10px 0;
  vertical-align: top;
}
#contents #maincontents table.basic tr th, #contents #maincontents table.basic tr td {
  padding: 15px;
  border: 1px solid #ddd;
}
#contents #maincontents table tr th {
  text-align: left;
}
#contents #maincontents table.basic tr th {
  width: 26%;
  background: #eee;
}
#contents #maincontents table tr td {
}
#contents #maincontents table.basic tr td {
  width: 74%;
}
#contents #maincontents table.basic tr td hr{
  margin: 0.5em 0;
}
#contents #maincontents table.draginfo_list {
  
}
#contents #maincontents table.draginfo_list tr td{
  font-size: 13px;
  padding: 2px 4px;
  vertical-align: middle;
  width: auto;
}
#contents #maincontents table tr td p {
  margin: 0;
}
#contents #maincontents table tr td p.last {
  margin: 0 0 10px;
}
#contents #maincontents table tr td p span {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
}
#contents #maincontents table tr td p span.last {
  margin-right: 41px;
}
#contents #maincontents table tr td a{
  color: #57B846;
}

@media screen and (max-width: 767px) {
  #contents #maincontents .head {
    margin-bottom: 10px;
  }
  #contents #maincontents h4,
  #contents #maincontents h5{
    margin: 30px 10px 15px;
  }
  #contents #maincontents p {
    margin: 10px 10px 15px;
  }
  #contents #maincontents table {
    width: 100%;
  }
  #contents #maincontents table tr th, #contents #maincontents table tr td, 
  #contents #maincontents table.basic tr th, #contents #maincontents table.basic tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td p span {
    display: block;
  }
  #contents #maincontents table.draginfo_list {
    
  }
  #contents #maincontents table.draginfo_list tr th, #contents #maincontents table.draginfo_list tr td{
    float: none;
    width: 24%;
  }
  #contents #maincontents .contentspace {
    margin-left: 10px;
    margin-right: 10px;
  }
}




/*ママのお薬*/
.mama_img_1{
		text-align: center;
		}

.mama_1 {
			color:#E3147B;
			font-weight:bold;
			font-size:16px;
			padding:20px 0 0 0;
			border-bottom:dotted 2px #FC8DC4;
			margin-bottom:20px;
			}
			
.mama_2{
			color:#23B1B5;
			font-weight:bold;
			font-size:16px;
			padding:20px 0 0 0;
			margin-bottom:10px;
			}
			
.mama_3{
			padding:10px 20px 10px 10px;
			}

.mama_4{
			color:#A66440;
			font-weight:bold;
			font-size:16px;
			clear:both;
			padding-top:20px;
			}

.mama_5{
			background-color:#FEC8C8;
			text-align:center;
			margin:10px 30px 0 30px;
			padding:5px 0 5px 0;
			font-weight:bold;
			color:#fff;
			letter-spacing:3px;
			border:double 3px #fff;
			}

.mama_6{
			text-align:left;
			}

.mama_7{
			text-align:left;
			background-color:#FAFAE1;
			padding:10px;
			}
			
.mama_8{
			color:#3B81C6;
			font-weight:bold;
			}
			
.mama_list{
			color:#23B1B5;
			font-size:16px;
			font-family: "ＭＳ ゴシック",sans-serif;
			font-weight:bold;
			padding-top:20px;
			border-bottom:dotted 2px #23B1B5;
			letter-spacing:7px;
			margin:0 40px 10px 40px;
			clear:both;
			}

.goods_1{
		float:left;
		text-align:center;
		width:160px;
		padding:20px 40px 0 10px;
		}
		
.font_s{
		font-size:12px;
		}

.mama_main{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		width:100%;
}

.mama_sub{
		background-color:#66CCFF;
		color:#fff;
		width:90px;
		height:90px;
		font-weight:bold;
		display: inline-block;
		text-align:center;
		margin:5px;
		display:flex;
		-webkit-align-items: center;
		-webkit-justify-content: center; 
		align-items: center; /*上下中央*/
		justify-content: center; /*左右中央*/
}

.mama_wrap {
  border-top: 1px solid #ccc;
}

.mama_wrap a {
  width: 100%;
  height: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: table;
}

.mama_wrap a:hover {
  background: #eff;
}

.mama_wrap div {
  display: table-cell;
  width: 100px;
  padding: 0 5px 0 0;
}

.mama_wrap p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
