/* --------------------------------------------------------------   
   STORE CSS
-------------------------------------------------------------- */

div.store {  
    overflow: hidden;  
    height: auto;  
    width: 100%;
    background-color: #F8F5F3;
    margin-bottom: 20px;
}

div.store h2.obi {
	color: #333;
	font-size:20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #FFF;
	display:block;
	height:25px;
	padding:6px 20px;
	margin:0 0 5px;
	border: 1px solid #CCC;
	border-top: 2px solid #F30;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	clear: both;
}

div.store p{margin: 20px;}

div.store p.memo{font-size: 0.85em;color: #666;}

div.store div.cmd {  
	font-size: 0.9em;
	display: block;
    float: left;
    width: 150px;
    height: 400px;
    padding: 10px;
    margin: 10px 5px 10px 10px ;
	background: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}
div.store div.cmd p{
	margin: 0px;
} 

div.store div.cmd .date{
	font-size: 0.9em;
	color: #5f9410;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 5px 0 0;
	padding: 0;
}

div.store div.cmd ul {
	font-size: 0.9em;
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

div.store div.cmd ul li{
	padding: 4px 10px;
	margin: 0px;
	border-bottom: 1px dotted #999;
}

div.store div.cmd .price{
	font-size: 1em;
	color: #111;
	font-weight: bold;
}

div.store div.cmd .free{
	color: RED;
	border: solid 1px RED;
	font-weight: bold;
	padding: 1px;
	width: auto;
	text-align: center;
	font-size: 0.8em;
	margin: 5px;
}


div.store div.cmd img{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	border: solid 1px #DDD;
}
div.store p{
	font-size: 0.9em;
}

div.store div.cmd h3,
div.store div.cmd .home_recent_tags{
	height: 30px; /* cmd ボックス天地統一調整用 */
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
}

div.store div.cmd .home_recent_tags a{
border-bottom: none;
}

div.store div.cmd h4{
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0 10px;
	padding: 0;
}


div.store div.cmd .button {
	font-size: 1em;
	font-weight:bold;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
	width: 100%;
}
div.store div.cmd .button a {
	color: #555;
	font-size:1em;
	display: block;
	margin: 5px;
}

div.store div.cmd .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
div.store div.cmd .button:active {
	position:relative;
	top:1px;
}

/*--------------------------------------
 サムネイル
-------------------------------------- */
div.store div.eb-tmb a,
div.store div.eb-tmb img{margin: 5px;}

/*--------------------------------------
 表（もくじ）
-------------------------------------- */
table.index {
	width: 100%;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.5em;
	border-collapse:collapse;
	border:none; 
	margin: 0px 0px;
}
table.index td{
	text-align: left;
	border:none; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px 12px;
}
table.index th{
	color: #333;
	background-color: #CCC;
	text-align: left;
	border:none; 
	vertical-align: top;
	}

/* アプリ対応表 */
table.taiou {
	width: 100%;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
	border-collapse:collapse;
	border:none; 
	margin: 0px 0px;
}
table.taiou td{
	font-size: 12px;
	text-align:  center;
	border:none; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px 12px;
	vertical-align: middle;
}
table.taiou td.app{
	font-weight: bold;
	background-color: #F3EBE6;
}
table.taiou td.device{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
}
table.taiou td.step{
	text-align: left;
}

table.taiou th{
	color: #333;
	text-shadow: 1px 1px 1px #DDD;
	text-align: center;
	border:none; 
	vertical-align: top;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#AAA));
	background: linear-gradient(#CCC, #AAA);
	}
/*--------------------------------------
   clear:both
-------------------------------------- */

.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}  

/* --------------------------------------------------------------   
   CLASS
-------------------------------------------------------------- */