﻿@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;
  }
}



/*物忘れ*/
.memoryl_img_1{
		float:right;
		padding:20px 20px 20px 30px;
		}

.memoryl_text_1{
		color:#E45803;
		font-weight:bold;
		font-size:15px;
		}

.memoryl_text_2{
		color:#05B367;
		font-weight:bold;
		font-size:15px;
		}
		
.memoryl_text_3{
		clear:both;
		font-weight:bold;
		font-size:15px;
		}
		
.onji{
		background-color:#CAE2FA;
		padding:20px;
		margin:20px;
		clear:both;
		}
		
.onji_text_1{
		color:#C48203;
		font-weight:bold;
		font-size:18px;
		}
		
.onji_text_2{
		color:#032BD7;
		font-weight:bold;
		font-size:16px;
		padding-left:10px;
		}			
		
.goods{
		margin-left:20px;

		}

.goods_1{
		float:left;
		padding-bottom:40px;
		}

.goods_2{
		margin-bottom:20px;
		}

.goods_3{
		padding-top:5px;
		}
		
.goods_color_1{
  background: #57B846;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 5px;
		}
		
.goods_color_2{
  background: #FB3689;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 5px;
		}
		
.goods_color_3{
  background: #3669FB;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 5px;
		}		

.goods_1 img{
		float:left;
		padding:0 30px 10px 0;
		}
		
.goods_name{
		border:double 3px #E73618;
		padding:5px 30px;
		line-height:2.5em;
		color:#E73618;
		font-weight:bold;
		font-size:15px;
		}
