/* コメント */

.comment_area{
  margin:10px;
  padding:20px;
}

.clearLeft {
  clear: left;
}

#contents .head {
  background: #2C88B4;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* 薄い緑の背景 */

.green_area{
  background-color:#E0F8E6;
  margin:10px;
  padding:20px;
}


/* 商品リストの背景 */

.item_area{

  margin:10px;
  padding:20px;

}

.item_list{
  margin:10px 20px;
  width:150px;
  height:250px;
  float: left;
}
.item_img{
  width:150px;
  height:150px;
}
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;
}

table.std {
  width: 95%;
  margin-left:20px;
}

table.std tr td {
  padding:10px 15px;
  vertical-align: top;
  border: 1px solid #ddd;
}

table.std tr th {
  padding:10px 15px;
  vertical-align: top;
  background: #eee;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.title_h5{
    font-size:  16px;       /* 文字サイズ指定 */
    font-weight: bold;
    margin-top:20px;
    margin-left:15px;
}

.title_h4{
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  20px;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
    padding:  5px 15px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    margin-top:20px;
}

/*　ナビゲーション */

.cp_navi {
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: block;
	margin: 1em 1%;
	overflow: hidden;
	width: 100%;
}
.cp_navi ul {
	margin: 0;
	padding: 0;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.cp_navi > ul > li > a > .caret {
	color:#fff;
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
	color: #848484;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
}
.cp_navi > ul > li:hover {
	background-color: #3366CC;
}
.cp_navi > ul > li:hover > a {
	color:#fff;
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
	color:#fff;
}
.cp_navi > ul > li > div {
	background-color:#3366CC;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 148px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	color: #ffffff;

}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: #6699FF;
	color:#fff;

}


/* PCでは消しておく領域*/
@media screen and (min-width: 767px) {
.Smart_view{
  display:none;
}
}
@media screen and (max-width: 767px) {
.PC_view{
  display:none;
}
table.std {
  width: 100%;
  margin-left:0px;
}

}

