/* base
----------------------------------------------- */


* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	width:100%;
	height: 100%;
	margin: 0px;
	height: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, i, u {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
a {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
}

#wrap {
	display: block;
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}
#wrap ul {
	float: left;
	width: 100%;
}
#wrap ul li {
	float: left;
	width: 50%;
	height: 25px;
	overflow: hidden;
}
#wrap ul li a {
	padding-left: 20px;
	display: block;
	width: 500%;
	color: #333333;
	line-height: 25px;
}
#wrap ul li a:hover {
	color: #FF0000;
}
#wrap ul li a.pickup {
	padding-left: 45px;
	background-position: left 5px center;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,R0lGODlhJAANAJECAP////8AAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAACACwAAAAAJAANAAACSZSPqSuhAaOclBqYqt7x4gMBkhgB5hmmGqgGZOuqb+WVJ3mbMueE7wzc8SY53024abSCpaHEgzu6irEqrebk1RBZp4cBDi8ciQIAIfkECRQAAgAsAAAAACQADQAAAkmUj6kbHA+jnNE8RbO+AqYHRCEElCaIUgjJtuk4qpZowjWcZnPpBrH/2jQkN1ARiNR1cr+msLIznnxHnGz2fGI/We1yAQ6LG4oCACH5BAkUAAIALAAAAAAkAA0AAAJJlI+pK6EBo5yUGpiq3vHiAwGSGAHmGaYaqAZk66pv5ZUneZsy54TvDNzxJjnfTbhptIKlocSDO7qKsSqt5uTVEFmnhwEOLxyJAgAh+QQFFAACACwAAAAAJAANAAACSZSPqRscD6Oc0TxFs74CpgdEIQSUJohSCMm26TiqlmjCNZxmc+kGsf/aNCQ3UBGI1HVyv6awsjOefEecbPZ8Yj9Z7XIBDosbigIAOw==');
}



#wrap ul li:nth-child(2),
#wrap ul li:nth-child(3),
#wrap ul li:nth-child(6),
#wrap ul li:nth-child(7),
#wrap ul li:nth-child(10),
#wrap ul li:nth-child(11),
#wrap ul li:nth-child(14),
#wrap ul li:nth-child(15),
#wrap ul li:nth-child(18),
#wrap ul li:nth-child(19),
#wrap ul li:nth-child(22),
#wrap ul li:nth-child(23),
#wrap ul li:nth-child(26),
#wrap ul li:nth-child(27),
#wrap ul li:nth-child(30),
#wrap ul li:nth-child(31),
#wrap ul li:nth-child(34),
#wrap ul li:nth-child(35),
#wrap ul li:nth-child(38),
#wrap ul li:nth-child(39)
{
	background-color: #EEE;
}
