@charset "utf-8";


ul#campaign {
	margin: 20px 0;
	width: 100%;
}

ul#campaign li {
	padding:10px 0;
	border-bottom: 1px solid #000000;
}

td.title {
	font-size: 20px;
}

span.price {
	font-size: 13px;
}

/* 9/30まで */
td.sep {
}

td.sep table {
	width: 170px;
	border: 1px #000000 solid;
	border-collapse: collapse;
	font-size: 12px;
}

td.sep table tr td {
	border: 1px #000000 solid;
	height: 25px;
	padding: 0 3px;
}

/* お得 */
td.discount {
}

td.discount table {
	width: 115px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

td.discount table tr,
td.discount table tr td {
	border: none;
	height: 25px;
}

/* 10/1から */
td.oct {
}

td.oct table {
	width: 100px;
	border: 1px #000000 solid;
	border-collapse: collapse;
	font-size: 12px;
}

td.oct table tr td {
	border: 1px #000000 solid;
	height: 25px;
	padding: 0 3px;
}

/* 申込 */
td.btn {
}

td.btn table {
	width: 120px;
	border: none;
	font-size: 12px;
}

td.btn table tr,
td.btn table tr td {
	border: none;
}

div.buy {
	width: 120px;
}

div.buy a {
	display: block;
	background-color: #d3d3d3;
	border: 1px solid #707070;
    padding: 0 auto;
    font-size: 11px;
	text-align: center;
    height: 22px;
	width: 120px;
	text-decoration: none;
}

div.buy a:hover {
	background-color: #333333;
	color: #ffffff;
}


/*対象雑誌*/
div#sample {
	width:580px;
	background-color: #fefdde;
	margin:10px auto;
	padding: 10px 0;
}

ul#cover {
	position: relative;
	display: block;
}

ul#cover li {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	text-align: center;
}

ul#cover li img {
	width: 100px;
	margin-bottom: 10px;
}

ul#cover li span.name {
	font-size: 11px;
	line-height: 1.4;
}

/*特選グッズ*/

.redEmp {
	font-weight: bold;
	color: #ff0000;
}

ul#present {
	margin:10px 0;
	clear: both;
}

ul#present li {
	list-style: none;
	margin-bottom:10px;
}

.preDetail {
	font-size:90%;
}
		
	
	

