@charset "UTF-8";




/* ----------------------------------------------------- */
/* ■スタンプ一覧ページ*/
/* ----------------------------------------------------- */

#main{
	text-align:left;
	width:896px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
    height:100%;
}

.contents{
	width:872px;
	height:176px;
	text-align:left;
	background-color:#b0d4e2;
	padding: 12px;
	margin-bottom: 15px;
	border-radius:4px;
}

/*---- ■スタンプ＆絵文字-----*/

.thumb{
	width: 166px;
	height: 166px;
	border: solid 1px #000;
	background-color: #fff;
	padding: 5px;
	float: left;
}

.summary{
	width: 514px;
	height: 140px;
	float: left;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

.summary p {
	font-size: 15px;
	line-height: 1.3;
	padding-top: 8px;
}

.summary .title{
	padding-top: 10px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 2px dotted #3b93b9;
	padding-bottom: 5px;
}

.download{
	width: 156px;
	height: 176px;
	float: left;
}

.download a:hover{opacity:0.90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";}

.kadomaru{border-radius: 4px;}



/*---- ■着せかえ-----*/

.thumb_theme{
	width: 314px;
	height: 166px;
	border: solid 1px #000;
	background-color: #fff;
	padding: 5px;
	float: left;
}

.summary_theme{
	width: 366px;
	height: 140px;
	float: left;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

.summary_theme p {
	font-size: 15px;
	line-height: 1.3;
	padding-top: 8px;
}

.summary_theme .title{
	padding-top: 10px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 2px dotted #3b93b9;
	padding-bottom: 5px;
}




