@charset "UTF-8";
/* CSS Document */

.clearLeft {
  clear: left;
}

.form_area{
    background-color:#fff;
}
ul.sample{
    width:100%;
    margin:10px 10px 0 20px;
}

ul.sample li{
    list-style-type: square;
    padding:3px 10px;
    margin-right:20px;
}

section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #fff; }
section th  { background: #ffffff; }
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:380px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}


#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: #2D75CC;
  display: inline-block;
  padding: 3px 0 3px 15px;
}
#contents #maincontents .head {
  background: #2D75CC;
  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: 18px;
  font-weight: bold;
}
#contents #maincontents h5{
  font-weight: bold;
}
#contents #maincontents a {
  color: #0489B1;
}
#contents #maincontents p {
  margin;0 ;
}
#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 {

  background: #eee;
}
#contents #maincontents table tr td {
}
#contents #maincontents table.basic tr td {

}
#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: #2D75CC;
}
@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;
  }
}


/* コメント */

.comment_top{
  width: auto;
  max-width: 100%;
  margin:10px 0 10px 0;
  padding:10px;
  float:left;
}


.comment_area{
  margin:10px;
  padding:20px;
}

/* 右寄席画像 */
.woman_img{
  width:320px;
  height:250px;
  margin-right:20px;
  float:right;
}

.clear_R{
  clear:both;
}

/*　右寄せ　*/

.float_r{
  text-align:right;
}

/* 薄い緑の背景 */

.green_area{
  background-color:#E0F8E6;
  color:#000000;
  margin:10px;
  padding:20px;
}

/* 商品リストの背景 */

.item_area{
  margin: 10px;
  padding: 20px;
}

.item_list{
  margin: 10px 20px;
  width: 600px;
  height: 250px;
  float: left;
}
.item_img{
  width: 250px;
  height: 250px;
}
p.item_title{
  width:150px;
  font-size: 12px;
  text-align: center;
  margin: 10px 0px;
}

/* ボタン */

.btn2 {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	display: block;
	background: #EEE;
	border: 1px solid #DDD;
	color: #111;
	width: 150px;
	padding: 10px 0;
}

/*赤文字強調*/

.font_red{
  color:#FF0000;
  font-weight:bold;
}

.font_b{
  font-weight:bold;
}

.title_h4{
  margin:20px 10px 0px 10px;
  color: #3175CF;/*文字色*/
  border: solid 3px #094593;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
.title_h5{
  margin-top:20px;
  clear:float;
  background: #c2edff;
  padding: 0.5em;
}
.title_h6{
  padding-bottom: .5em;
  padding-left: .5em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
}


/* PCでは消しておく領域*/
@media screen and (min-width: 767px) {
.Smart_view{
  display:none;
}
}
@media screen and (max-width: 767px) {
.PC_view{
  display:none;
}
.item_left_img {
  float: left;
  margin: 0 10px 0 10px;
}
}

.price {
  color: #e30000;
  font-weight: bold;
  font-size: 16px;
}

.item_box_basic {
  box-sizing: border-box;
  width: 100%;
}

.item_right_img {
  float: right;
  margin-left: 4px;
}

.item_left_text {
  width: 520px;
  max-width: 100%;
  float: left;
  font-weight: bold;
}

.item_left_img {
  float: left;
  margin: 0 10px 0 10px;
}

.pediatric_drugs_img {
  width: 250px;
}