h3.headline {
	background: #F0F5E5;	
	padding: 0.4rem 0.7rem;
	font-size: 0.8rem;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
}

ul.privilege > li {
	margin-top: 0.4rem;
	padding: 0.4rem 0.4rem;
	background: #096;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 4px;
	color: #fff;
}

ul.privilege > li:first-child {
	margin-top: 0.7rem;
}

ul.privilege > li > span {
	display: inline-block;
	width:0;
	height:0;
	border: 5px solid transparent;
	border-left: 5px solid #e00;	
}

table.card-basic {
	width: 100%;
	box-sizing: border-box;
}

table.card-basic tr {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

table.card-basic tr.even {
	background: #efefef;
}

table.card-basic tr td {
	padding: 0.5rem 0 0.5rem 0.5rem;
	font-size: 0.8rem;
	line-height: 1.4;
}

table.card-basic tr th {
	padding: 0.5rem 0 0.5rem 0.5rem;
	font-size: 0.8rem;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1.2;
}

table.card-basic tr.emphasis th,
table.card-basic tr.emphasis td {
	color: #e00;	
}

div.review p {
	padding: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.4;	
}

/* list fix */
ul.list > li {
	padding-bottom: 0.3rem;
}

ul.list > li > a > div.card-info {
	margin:0 0.7rem 0 0.7rem;
}

ul.list > li > a  h5 {
	margin: 0 0.7rem 0.3rem 0.7rem;
	padding: 0.3rem 0.4rem 0.3rem 0.4rem;;
	border-radius: 4px 4px 4px 4px;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1.2;
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#AA0000));
	background: -moz-linear-gradient(top, #990000, #AA0000);
	background: -ms-linear-gradient(#990000, #AA0000);
	color: #fff;
	box-sizing: border-box;
	font-weight: bold;
}

ul.list > li > a  h4 {
	margin: 0.4rem 0 0 0;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;;
	border: 1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.2;
	background: #FFF9EB;
	color: #555;	
}

ul.list > li > a  h4 > div {
	display: inline-block;
	margin-top: 2px;
	width: 0;
	heigt: 0;
	margin: 0 auto 4px auto;
	border: 3px solid transparent;
	border-left: 3px solid #e00;	
}

ul.list > li > a div.info,
ul.list > li > a div.more,
ul.list > li > a div.mouth,
ul.list > li > a div.mouth-count {
	margin: 0.4rem 0.1rem 0 0;
	display: inline-block;
	font-size: 0.75rem;
	padding: 0.4rem;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
	background:#099;
	font-weight: bold;
}

ul.list > li > a div.more {
	background:#e00;
}

ul.list > li > a div.mouth {
	background:#f60;
}

ul.list > li > a div.mouth-count {
	background:#39f;
}

/* search */
form#card-search h2 {
	padding: 0.5rem 0.7rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#37324E));
	background: -moz-linear-gradient(top, #000000, #37324E);
	background: -ms-linear-gradient(#000000, #37324E);
	color: #fff;
	font-size: 0.8rem;
}

form#card-search h2 > div {
	margin-right: 3px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	display: inline-block;
}

form#card-search h3 {
	padding: 0.5rem 0.7rem;
	background: #eee;
	color: #444;
	border-bottom: 1px solid #ccc;
	font-size: 0.8rem;
}

form#card-search h3 > div {
	margin-right: 3px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #e00;
	display: inline-block;
}

form#card-search ul {
	display: block;
	border-bottom: 1px solid #ccc;
}

form#card-search ul > li {
	display: block;
	padding: 0.5rem 0.7rem;
	box-sizing: border-box;
	width: 50%;
	float: left; 
	font-size: 0.9rem;
}

form#card-search ul > li:last-child {
	border-bottom: none;
}

form#card-search ul > li.border-b {
	border-bottom: 1px solid #ccc;
}

form#card-search ul > li.border-l {
	border-left: 1px solid #ccc;
}

form#card-search ul > li.wide {
	width: 100%;
}

form#card-search ul > li label {
	display: block;
}

form#card-search ul > li input[type="checkbox"] {
	margin-right: 3px;
}

nav#pagenavi {
	margin-bottom: 0.9rem;	
}

button#typeSearch {
	width: 6rem;	
	margin-left: 0.1rem;
	padding:4px 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.78rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#003399));   
	background: -moz-linear-gradient(top, #0099ff, #003399);
	background: -ms-linear-gradient(#0099ff, #003399);
}

button#typeSearch > div {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	display: inline-block;
}

div.point span.plus {
	font-weight: bold;	
}

div.point span.equipment {
	display: inline-block;
	padding-left: 16px;
	min-height: 20px;
	color: #393;
	font-weight: bold;
	background: url(/sm/img/common/icon_watch_2.png) 0 0 no-repeat;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-ms-background-size: 15px 15px;
	background-size: 15px 15px;
}

div#search {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	box-sizing: border-box;
}

form#search_form {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;  
    box-flex: 1;
}

input.searchText {
	width: 8rem;
}

button.searchButton {
	width: 3.5rem;
}

p.attention {
	margin: 0.7rem;
	text-align: center;
	color: #393;
	font-size: 0.8rem;	
}

div.mainImage {
	border-bottom: 1px solid #ccc;	
}

div.mainImage img {
	border-bottom: 1px solid #ccc;
}

div.mainImage > p {
	margin: 0.5rem 0.7rem 0.5rem 0.7rem;
	font-size: 0.7rem;
	color: #f60;
	line-height: 1.2;
}

li.pickup {
	background: #E1F6F0;
	padding-top: 0!important;
}

li.pickup > a > div.month-title {
	margin:0 0.7rem 0.3rem 0.7rem;
	padding-top: 0.5rem;
	text-align: center;
	font-size: 0.85rem;
	font-weight: bold;
	color: #F90;
	border-radius: 0 0 4px 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#37324E));
	background: -moz-linear-gradient(top, #000000, #37324E);
	background: -ms-linear-gradient(#000000, #37324E);
}

li.pickup > a > div.month-title > span {
	font-weight: bold;
}

li.pickup > a > div.month-title > div {
	margin: 2px auto 0 auto;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #F90;	
}

/* review */
div.review {
	margin-bottom: 0.4rem;
}

dl.mouth {
	margin:0.5rem 0 0 0;
	padding: 0.4rem 0.5rem;
	border-radius: 4px 4px 4px 4px;
	background:#FFFAE7
}

dl.mouth > dt {
	background:url(/sm/img/card/mouth.png) no-repeat 0 50%;
	background-size: 20px 17px;
	padding: 0 0 6px 24px;
	line-height: 1.4;
	font-size: 0.9rem;
	border-bottom: 1px dotted #ccc;
}

dl.mouth > dt span.rating {
	color:#f90;
}

dl.mouth > dt span.notrating {
	color:#ccc;
}

dl.mouth > dd {
	margin-top: 0.4rem;
	line-height: 1.4;
	font-size: 0.8rem;
}

dl.mouth > dd  div.mouth-button {
	margin-top: 0.3rem;
}

div.mouth-button > button {
	padding: 0.3rem 0.3rem;	
}

span.helpful {
	font-weight: bold;
	font-size: 1.0rem;
	color:#393;	
}

dt > span.user_name {
	color: #555;	
}