﻿/*=======================================================================*/
/* アイテム										 */
/*=======================================================================*/

/* ====================================================== */
.item104{
padding: 4px;
}

.item104 .line{
	border-bottom: thin dotted #aac;
}
.item104 .line2{
	border-bottom: thin dotted #aac;
	text-align: right; 
}
.item104 .info{
	text-align:left;
	font-size: 1.286rem;
	color: #333333;
	vertical-align: top;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 4px;
	display: inline-block; 
}

.item104 .Cnt_00{
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
/*	width: 100%;*/
	max-width:640px;
	min-width:268px;
	border-collapse: collapse;
	margin:4px 2px 30px 2px;
}
.item104  a{
	text-decoration: none;
}

.item104 a:hover { 
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        background: #fff;
        transition: .6s;
}

.item104  h2{
	font-size:1.6rem; 
	color:#2e2e2e;
	text-align: left;
	padding: 0px 2px 2px 2px;
}

.item104 .caption{
	font-size:1.6rem; 
	line-height: 1.6rem;
	max-width:400px;
	min-width:268px;
	color:#4449;
	text-align: left;
	margin:4px 0px 4px 0px;
	padding: 10px 4px 4px 4px;
}
.item104 .catch{
	font-size:1.4rem; 
	color:#44449;	/*	#008000;	/*#620505;	/*#008000; /*#ff8c00; /*#8b4513;*/
/*	font-weight: bold;*/
	line-height: 2.2rem;
	padding: 8px 4px 8px 4px;
}
.item104 .shop{
	font-size:1.6rem; 
	color:#00800;	/*	#008000;	/*#620505;	/*#008000; /*#ff8c00; /*#8b4513;*/
/*	font-weight: bold;*/
	text-align: right;
	line-height: 2.0rem;
	padding: 8px 4px 8px 4px;
}
.item104 .shop a:hover { 
	color:#ff7f50;
}

.item104 .Cnt_title01 {
	color:#0000cd;	/* #778899;/*#505050;*/
	/*  padding: 0.5em;*/
	display: inline-block;
	line-height: 1.386em;
	background:#dbebf8;	/*#ebeced;	/*#fafafa;	 #dfe6ed;	/*#e1e9f0;	 #dbebf8; #dcdcdc*/
	vertical-align: middle;
	border-radius: 4px;
	width:96%;
	font-size:1.6rem;
	font-weight: bold;
	color:#4169e1;/*#2e2e2e;*/
	text-align: left;
	padding:6px 6px 6px 6px;
/*	margin-bottom: 0.5rem;*/
}
/*----------------------------------------------------- */
.item104 .Cnt_title {
	width:96%;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	border-color:#ddf #aac #aac #ddf;
	background:repeating-linear-gradient(#E8E8FA 1px, #E8E8FA 2px, #F2F2F5 3px, #F2F2F5 4px);
	color:#59340a;	/*#333c5e;	/*#446;*/	/*color:#fff;	/*#0000cd;	/*#333c5e;	/*#446;*/
	font-size:1.6rem;
/*	margin:6px 2px 6px 2px;*/
	padding:4px 4px 4px 10px;
	border-radius: 4px;
}

.item104 .Cnt_title a:link { 
/*	color:#0000cd;	/*#4169e1;	/* #6e6e6e;*/
	text-decoration: none;
}

.item104 .Cnt_title a:hover { 
	color:#ff7f50;
}

.item104 .Cnt_title:before {
 /* content: '●';*/
  color: #ffffff;/*#ffffff; /*#ffa07a;*/
  margin-right: 8px;
}
/*----------------------------------------------------- */
.item104 table {
		width:98%;
}

.item104 th,td {
	padding: 6px 6px;
/*	border: 1px solid #ddd; 
	font-size: 1.3rem;
	color:#696969;*/
	border:none;
	vertical-align:top;
}

.item104 th {
	background: #ffffff;
	width: 38%;
	text-align: left;
	vertical-align:top;
}

.item104 img {
	width:100%;
	max-width:248px;
}

/*-----------------------------------------------------*/
@media only screen and (max-width:640px) { /*479px*/

	.item104  {
		margin:2px 2px 18px 2px;
	}
	.item104 th,td {
/*		width: auto;*/
		width:98%;
		display: block;
		border-top: none;
	}
	.item104  th {
	/*	background: #f4f4f4;*/
		text-align: center;
		vertical-align:top;
	}
	.item104 img{
		width:80%;
		max-width:248px;
	}
	.item104 .catch{
		font-size:1.6rem; 
	}
/*	.Sample tr:first-child {
		border-top: 1px solid #d5d5d5;
	}
*/
}

