/*
#page .contents > img{
	padding:12px;
	max-width:90%;
}
*/
.contents_img {
	padding:12px;
	max-width:90%;
}

.photo03 > img {
	padding:12px;
	max-width:95%;
}

#page .contents-list-horizontal {
	float:left;
	margin:0.2em;
}
#page .contents-list-horizontal img{
	float:left;
	padding-left:1em;
	max-width:184px;
}
#page .contents-list-horizontal p{
	margin:0.15em;
	color:#000;
	text-shadow:1px 0 0 white;
}

.cover_ss {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    background-size: cover;
	float:left;
}

.cover_s {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background-size: cover;
	float:left;
}

.cover {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    background-size: cover;
	float:left;
}

.cover_m {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 160px;
    height: 160px;
    border: 1px solid #ccc;
    background-size: cover;
	float:left;
}

.cover_l {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    background-size: cover;
	float:left;
}

.cover_none {
    display: inline-block;
    margin: 5px;
    width: 100px;
    height: 100px;
    background: white;
    background-size: cover;
	float:left;
}

.ui-btn-icon-left {
padding-left: 1.6em;
}

/*
.new_icon {
	float:left;
	font-weight:bold;
	text-align:center;
	background-color:#fa50;
	padding:2px;
	border:2px solid #000000;
	color: white;
	margin: 0.5em 0 0.5em 0;
}
*/
