@charset "UTF-8";
body {
  background: none;
  background-color: #e3fff7;
}
div#container {
  background: none;
  background-color: #e3fff7;
  color: #809191;
}

div.topWrap {
  min-height: 480px;
  background: url("../img_s/top/top.png?v=237") left top no-repeat;
  -moz-background-size: 320px;
  -o-background-size: 320px;
  -webkit-background-size: 320px;
  background-size: 320px;
  /** ニュース */
  /**汎用*/
}
div.topWrap .mypageLink {
  padding-top: 300px;
  padding-bottom: 10px;
}
div.topWrap .mypageLink img {
  width: 320px;
}
div.topWrap .adCounterLink{
  text-align: center;
}
div.topWrap .pickupWrap,
div.topWrap .invite,
div.topWrap .topInformation {
  text-align: center;
  margin-bottom: 25px;
}
div.topWrap .pickupWrap img {
  width: 270px;
}
div.topWrap .adCounterLink,
div.topWrap .topBanner{
  background-color: #fff;	
}
div.topWrap .invite .bannerArea {
  padding: 5px 0 0px;
  background: #fedaf6;
  text-align: center;
}
div.topWrap .invite .bannerArea li {
  padding: 6px 0;
}
div.topWrap .topInformation {
  text-align: left;
}
div.topWrap .topInformation .detailArea, div.topWrap .topInformation .btnMore {
  background: #bceadd;
}
div.topWrap .topInformation ul.detailArea {
  padding: 10px 0 30px;
}
div.topWrap .topInformation ul.detailArea li {
  width: 243px;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  font-size: 12px;
  padding: 10px 37px 10px 8px;
  margin: 0 auto 7px;
  position: relative;
}
div.topWrap .topInformation ul.detailArea li:nth-child(even) {
  background: #f163c5;
}
div.topWrap .topInformation ul.detailArea li:nth-child(odd) {
  background: #ff80d7;
}
div.topWrap .topInformation ul.detailArea li a {
  font-size: 12px;
  color: #4d4b4e;
  text-decoration: none;
}
div.topWrap .topInformation ul.detailArea li:after {
  content: "▲";
  color: #f258b8;
  background: #ffffff;
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  top: 3px;
  right: 5px;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.topWrap .topInformation .btnMore {
  text-align: right;
}
div.topWrap .topInformation .btnMore img {
  width: 113px;
}
div.topWrap .communityLink .link {
  text-align: center;
  margin-bottom: 5px;
}
div.topWrap .communityLink .mypageTag form input {
  border: 2px solid #de1ec4;
}
div.topWrap .communityLink .mypageTag .tagCatch {
  text-align: center;
  margin-top: 2px;
  font-size: 12px;
}
div.topWrap .footer {
  padding-top: 25px;
}
div.topWrap .bar {
  background: #ff51bd;
  padding: 3px 0;
  text-align: center;
  color: #f4ebae;
  font-size: 16px;
  font-weight: bold;
}
div.topWrap .pointColor {
  color: #f4ebae;
}
/***** siteBanner *****/
.SiteBannerWrapper{
	background-color: #fff;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.siteBanner{
	padding: 5px;
}
.siteBanner img{
	max-width: 270px;
}
.siteBanner p{
	line-height: 17px;
	color: #ed328f;
	font-size: 16px;
	text-decoration: none;
}
.btn_resize{
	font-size: 10px;
}
