@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* link
------------------------------------------------------------*/
a {
  outline: none;
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}

a:hover {
  opacity: .75;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
.tabletP a:hover {
  opacity: 1;
}

button:hover {
  opacity: .75;
}

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* 10px base */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body > div, input, button, textarea, select {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  line-height: 1.3;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  body > div, input, button, textarea, select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.tabletP > div {
  font-size: 14px;
  font-size: 1.4rem;
}

/* form
------------------------------------------------------------*/
.input100per, textarea {
  padding: 3px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* layout */
body {
  width: 100%;
  background-color: #F7F7F7;
}

#game {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/bg_img_game.gif);
}

#app {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/bg_img_app.gif);
}

/*.gNavOpen{
	overflow:hidden;
   min-height:100%;
   height:auto !important;
}
*/
#wrapper {
  position: relative;
}

.gNavOpen #warpper {
  overflow: hidden;
  height: 100%;
}

.container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tabletP .container {
  padding-left: 10px;
  padding-right: 10px;
}

#header {
  background-color: #ffffff;
}

body.headFixed #header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100;
}

body.webView.headFixed{
	padding-top:0!important;
}

@media only screen and (max-width: 768px) {
	body.headFixed{
		padding-top:59px;
	}

	body.headFixed.noEntry{
		padding-top:115px;
	}
	body.headFixed.noEntry #header{
		top:56px;
	}
}


body.headFixed.tabletP {
	padding-top:59px;
}

body.headFixed.noEntry.tabletP {
	padding-top:115px;
}
body.headFixed.noEntry.tabletP #header{
	top:56px;
}



#header .modPcOnly {
  text-align: center;
}
#header.dummy .modSpOnly {
  text-align: center;
  margin: -5px;
}
#header.dummy .modSpOnly img {
  width: 100%;
}
#header.dummy {
  height: auto !important;
}
#header .rc-h-group-nav {
  background-color: #F9F9F9;
  font-size: 12px;
  font-size: 1.2rem;
}
#header .rc-h-group-nav ul {
  max-width: 950px;
  margin: 0 auto;
}
#header .rc-h-group-nav ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header .rc-h-group-nav li {
  float: right;
  margin: 5px 0 5px 16px;
  position: relative;
}
#header .rc-h-group-nav .pull {
  position: relative;
}
#header .rc-h-group-nav .pull:after {
  content: "";
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/arrow04_b.png);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 7px;
  height: 4px;
  vertical-align: middle;
}
#header .rc-h-group-nav .pull ul {
  display: none;
  position: absolute;
  width: 100px;
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #333;
}
#header .rc-h-group-nav .pull ul li {
  float: none;
  margin: 0 0 5px;
  text-align: left;
}
#header .rc-h-group-nav .pull ul li:last-child {
  margin: 0;
}
#header .container {
  height: 48px;
  margin-top: 14px;
}
#header .container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header .logo {
  float: left;
  width: 75px;
  margin: 0 12px 0 0;
}
#header .sitename {
  float: left;
  padding: 12px 0 0;
}
#header .right {
  float: right;
}
#header .infoList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header .infoList li {
  float: left;
  margin: 0 0 0 20px;
  height: 15px;
  line-height: 15px;
}
#header .infoList a {
  color: #0033cc;
  font-size: 12px;
  font-size: 1.2rem;
}
#header .apppDl {
  margin: 6px 0 0;
  text-align: right;
}
#header .apppDl a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  background-color: #BF0000;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  #header {
    position: relative;
    height: 47px;
    padding: 5px;
    border-bottom: solid 2px #BF0000;
  }
  #header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #header .container {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  #header .logo {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 55px;
    width: 50px;
    height: 29px;
    margin: auto;
  }
  #header .btnMenu {
    position: absolute;
    top: 13px;
    left: 5px;
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/btn_menu02.png);
    background-position: center top;
    background-repeat: no-repeat;
	background-size: 20px auto;
    width: 42px;
	padding:22px 0 0;
    cursor: pointer;
	color:#333333;
	font-size:10px;
	font-size:1rem;
	text-align:center;
  }
  
  
}
#important{
	display:none;
}
@media only screen and (max-width: 768px) {
#important{
	display:block;
	background:#FFF;
	padding:10px;
	font-size:12px;
}
#important span{
	font-size:11px;
	background:#BE0505;
	color:#FFF;
	display:inline-block;
	padding:2px 4px;
	margin-right:10px;
}
#important a{
	text-decoration:underline;
}
}
.tabletP #header {
  position: relative;
  height: 47px;
  padding: 5px;
  border-bottom: solid 2px #BF0000;
}
.tabletP #header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.tabletP #header .container {
  height: auto;
  margin-top: 0;
  padding: 0;
}
.tabletP #header .logo {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 55px;
  width: 50px;
  height: 29px;
  margin: auto;
}
.tabletP #header .btnMenu {
    position: absolute;
    top: 13px;
    left: 5px;
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/btn_menu02.png);
    background-position: center top;
    background-repeat: no-repeat;
	background-size: 20px auto;
    width: 42px;
	padding:22px 0 0;
    cursor: pointer;
	color:#333333;
	font-size:10px;
	font-size:1rem;
	text-align:center;
}


#gNav {
  border-top: solid 2px #BF0000;
  margin: 9px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#gNav .inner {
  max-width: 950px;
  margin: 0 auto;
}
#gNav ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#gNav li {
  float: left;
}
#gNav .top {
  background-color: #F0F0F0;
  border-bottom: solid 1px #cccccc;
  height: 34px;
  line-height: 30px;
}
#gNav .top li {
  padding: 4px 0 0;
}
#gNav .top a {
  display: block;
  padding: 0 10px;
  font-weight: bold;
  color: #515151;
}
#gNav .top .active a {
  background-color: #ffffff;
  position: relative;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  height: 29px;
  color: #bf0000;
}
#gNav .top .active a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ffffff;
}
#gNav.noLNav .active a:before {
  display: none;
}
#gNav .bottom {
  border-bottom: solid 1px #cccccc;
  background-color: #ffffff;
}
#gNav .bottom a {
  display: block;
  padding: 10px;
  color: #515151;
}
#gNav .bottom .active a {
  color: #bf0000;
}

#header .modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/bg_menu.png);
  z-index: 9900;
  display: none;
}
#header .modal .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  right: 0;
  height: 118px;
  margin: auto auto auto auto;
  padding: 0 0 0 84%;
  text-align: center;
}

#gNavS {
	position:absolute;
  top: 0;
  left: -100%;
  width: 84%;
  z-index: 9999;
}
.noEntry #gNavS {
	top:-56px;
}
@media only screen and (max-width: 768px) {
  .gNavOpen #gNavS {
    /*			left: 0;
    */
  }
}
#gNavS a {
  display: block;
  padding: 15px 20px 15px 45px;
  font-size: 14px;
  font-size: 1.4rem;
}
#gNavS ul {
  position: relative;
}
#gNavS li {
  position: relative;
}
#gNavS li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: auto;
}
#gNavS li.cateGame,
#gNavS li.cateApp,
#gNavS li.game,
#gNavS li.app,
#gNavS li.camp,
#gNavS li.genre,
#gNavS li.paid,
#gNavS li.free
{
	display:none;	
}


#gNavS .top {
  background-color: #ffffff;
}
#gNavS .bottom {
  background-color: #F7F7F7;
  border-top: solid 1px #EBEBEB;
}
#gNavS .home {
  border-bottom: solid 1px #EBEBEB;
}
#gNavS .home:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_home.png);
  background-size: 21px auto;
  width: 21px;
  height: 20px;
}
#gNavS .dl:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_dl.png);
  background-size: 21px auto;
  width: 21px;
  height: 21px;
}
#gNavS .game:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_rank03.png);
  background-size: 21px auto;
  width: 21px;
  height: 18px;
}
#gNavS .app:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_rank02.png);
  background-size: 21px auto;
  width: 21px;
  height: 18px;
}
#gNavS .special:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_special.png);
  background-size: 21px auto;
  width: 21px;
  height: 21px;
}
#gNavS .reservation:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_reservation.png);
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}
#gNavS .item:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_item.png);
  background-size: 19px auto;
  width: 20px;
  height: 20px;
}
#gNavS .camp:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_camp.png);
  background-size: 20px auto;
  width: 20px;
  height: 18px;
}
#gNavS .rakuten:before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_rakuten.png);
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}
#gNavS .cateGame:before {
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_category01.png);
	background-size: 19px auto;
	width: 19px;
	height: 15px;
}
#gNavS .cateApp:before {
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_category02.png);
	background-size: 19px auto;
	width: 19px;
	height: 15px;
}

.webView #footer{
	display:none!important;
}
#footer .fNav {
  background-color: #ffffff;
  padding: 24px 0;
  text-align: center;
}
#footer .fNav ul {
  font-size: 0;
}
#footer .fNav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/line01.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
#footer .fNav li:last-child {
  background-image: none;
  padding: 0;
  margin: 0;
}
#footer .fNav a {
  color: #878787;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .bottom {
  padding: 16px 0;
  position: relative;
}
#footer .copyright {
  margin: 0 0 12px;
  text-align: center;
  color: #878787;
  font-size: 10px;
  font-size: 1rem;
}
#footer .snsList li {
  display: inline;
  margin: 0 8px;
}
#footer .snsList img {
  width: 30px;
}
#footer .pageTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#footer .pageTop img {
  width: 56px;
}
@media only screen and (max-width: 768px) {
  #footer .fNav {
    border-bottom: solid 1px #E3E3E3;
    padding: 0;
    text-align: left;
  }
  
  #footer .fNav ul {
     border-top: solid 1px #E3E3E3; 
  }
  #footer .fNav ul:after {
	  content:".";
	  display:block;
	  clear:both;
	  height:0;
	  visibility:hidden;
  }

  
  #footer .fNav li {
    display: block;
	float:left;
	width:50%;
    margin: 0;
    padding: 0;
    background-image: none;
    border-bottom: solid 1px #E3E3E3;
	border-right:solid 1px #E3E3E3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  #footer .fNav li:nth-child{
	  border-right-color:#ffffff;
  }
  #footer .fNav li.last{
  border-bottom:none;
  }
  #footer .fNav a {
    display: block;
    padding: 15px;
  }
  
  
  #footer .bottom {
    padding-bottom: 60px;
  }
  #footer .snsList li {
    display: inline-block !important;
  }
  #footer .pageTop {
    position: absolute;
    text-align: right;
    right: 15px;
    bottom: 15px;
  }
  #footer .pageTop img {
    width: 35px;
  }
}
.tabletP #footer .fNav {
border-bottom: solid 1px #E3E3E3;
padding: 0;
text-align: left;
}

.tabletP #footer .fNav ul {
 border-top: solid 1px #E3E3E3; 
}
.tabletP #footer .fNav ul:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}


.tabletP #footer .fNav li {
display: block;
float:left;
width:50%;
margin: 0;
padding: 0;
background-image: none;
border-bottom: solid 1px #E3E3E3;
border-right:solid 1px #E3E3E3;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.tabletP #footer .fNav li:nth-child{
  border-right-color:#ffffff;
}
.tabletP #footer .fNav li.last{
border-bottom:none;
}
.tabletP #footer .fNav a {
display: block;
padding: 15px;
}

.tabletP #footer .bottom {
  padding-bottom: 40px;
}
.tabletP #footer .snsList li {
  display: inline-block !important;
}
.tabletP #footer .pageTop {
  position: absolute;
  text-align: right;
  right: 15px;
  bottom: 15px;
}
.tabletP #footer .pageTop img {
  width: 35px;
}

#memberInfo {
  display: table;
  width: 100%;
  height: 47px;
  vertical-align: middle;
  text-align: right;
  table-layout: fixed;
}

#memberInfo > * {
  display: inline-block;
}

#membership {
  display: table-cell;
  margin-right: 6px;
  text-align: right;
  vertical-align:bottom;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom:3px;

}


#membership dt {
  display: block;
  text-align: right;
}

#membership .memberName {
  display: inline-block;
  width: 105px;
  overflow: hidden;
  max-width: 105px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #bf0000;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
  text-align: right;
}

#membership .memberPoint {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}
body.headFixed #membership .memberPoint {
	font-size: 11px;
}


#memberAction {
  width: 60px;
  display: table-cell;
  text-align: right;
}


#memberAction a {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  text-align: center;
}
#memberAction a::before {
  content: "";
  display: block;
  margin: 0 auto 4px;
}
#memberAction a:first-child {
  margin-left: 0;
}
#memberAction a span {
  text-decoration: none;
  color: #333333;
  font-size: 10px;
}
#memberAction .guide::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_header.png);
  background-position: 0 0;
  width: 26px;
  height: 26px;
  background-size: 57px 57px;
}
#memberAction .signup::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_header.png);
  background-position: -31px -31px;
  width: 26px;
  height: 26px;
  background-size: 57px 57px;
}
#memberAction .signin::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_header.png);
  background-position: -31px 0;
  width: 26px;
  height: 26px;
  background-size: 57px 57px;
}
#memberAction .member::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_header.png);
  background-position: 0 -31px;
  width: 26px;
  height: 26px;
  background-size: 57px 57px;
}

/* ------------------------------------------
  Member detail
------------------------------------------ */
#memberDetail {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 1010;
}

#memberDetail a {
  display: inline-block;
}

#memberDetail .detailMenu {
  position: relative;
  padding: 9px 5px;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
}

#memberDetail .detailMenu #menuTab {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #999999;
  background: #999999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

#memberDetail .detailMenu #menuTab li {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: table-cell;
  width: 90px;
  height: 28px;
  vertical-align: middle;
  background: #f2f2f2;
  color: #333333;
  text-align: center;
}

#memberDetail .detailMenu #menuTab li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

#memberDetail .detailMenu #menuTab .open {
  background: #999999;
  color: #ffffff;
}

#memberDetail .detailMenu .close {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table-cell;
  position: absolute;
  right: 6px;
  top: 9px;
  width: 56px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background: #bf0000;
  text-align: center;
}

#statusInfo .personalInfo .pointBox .total, #serviceInfo .serviceList {
  overflow: hidden;
}

#statusInfo .personalInfo .pointBox .total:before, #serviceInfo .serviceList:before, #statusInfo .personalInfo .pointBox .total:after, #serviceInfo .serviceList:after {
  display: table;
  content: "";
}

#statusInfo .personalInfo .pointBox .total:after, #serviceInfo .serviceList:after {
  clear: both;
}

/* ------------------------------------------
  Status info
------------------------------------------ */
#statusInfo {
  display: block;
  background: #ffffff;
  font-size: 14px;
  border-top: 3px solid #cccccc;
}

#statusInfo.diamond {
  border-top: 3px solid #674f73;
}

#statusInfo.diamond .rankBox .rankInner::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_rank.png);
  background-position: 0 0;
  width: 45px;
  height: 60px;
  background-size: 145px 125px;
}

#statusInfo.diamond .rankBox .rank a {
  color: #674f73;
}

#statusInfo.platinum {
  border-top: 3px solid #8ccae7;
}

#statusInfo.platinum .rankBox .rankInner::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_rank.png);
  background-position: -100px 0;
  width: 45px;
  height: 60px;
  background-size: 145px 125px;
}

#statusInfo.platinum .rankBox .rank a {
  color: #8ccae7;
}

#statusInfo.gold {
  border-top: 3px solid #ce9600;
}

#statusInfo.gold .rankBox .rankInner::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_rank.png);
  background-position: -50px 0;
  width: 45px;
  height: 60px;
  background-size: 145px 125px;
}

#statusInfo.gold .rankBox .rank a {
  color: #ce9600;
}

#statusInfo.silver {
  border-top: 3px solid #b4b4b4;
}

#statusInfo.silver .rankBox .rankInner::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite_rank.png);
  background-position: 0 -65px;
  width: 45px;
  height: 60px;
  background-size: 145px 125px;
}

#statusInfo.silver .rankBox .rank a {
  color: #b4b4b4;
}

#statusInfo.normal .personalInfo .rankBox .rankInner {
  padding-left: 0;
}

#statusInfo.normal .personalInfo .rankBox .rankInner::before {
  display: none;
}

#statusInfo .personalInfo a {
  text-decoration: none;
}

#statusInfo .personalInfo .rankBox {
  padding: 17px 15px 10px;
  border-bottom: 1px solid #cccccc;
}

#statusInfo .personalInfo .rankBox .rankInner {
  position: relative;
  padding-left: 70px;
}

#statusInfo .personalInfo .rankBox .rankInner::before {
  content: "";
  position: absolute;
  left: 5px;
}

#statusInfo .personalInfo .rankBox .rankInner > * {
  line-height: 1em;
  margin-bottom: 10px;
}

#statusInfo .personalInfo .rankBox .rankInner > *:last-child {
  margin-bottom: 0;
}

#statusInfo .personalInfo .rankBox .rankInner a {
  font-size: 16px;
}

#statusInfo .personalInfo .rankBox .name {
  margin-bottom: 8px;
}

#statusInfo .personalInfo .rankBox .name a {
  display: inline;
  color: #bf0000;
  font-weight: bold;
  line-height: 1.2;
}

#statusInfo .personalInfo .rankBox .rank a {
  margin-left: 1px;
  font-weight: bold;
}

#statusInfo .personalInfo .rankBox .mypage a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table-cell;
  width: 122px;
  height: 32px;
  vertical-align: middle;
  margin: 0 auto;
  border: 1px solid #b3b3b3;
  background: #f2f2f2;
  font-weight: bold;
  color: #333333;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

#statusInfo .personalInfo .pointBox {
  padding: 17px 15px 12px;
  border-bottom: 1px solid #cccccc;
}

#statusInfo .personalInfo .pointBox dl {
  position: relative;
  display: table;
  width: 100%;
  line-height: 1.7em;
  margin-bottom: 3px;
}

#statusInfo .personalInfo .pointBox dl.first::before {
  height: 15px;
  top: -5px;
}

#statusInfo .personalInfo .pointBox dl::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 7px;
  display: block;
  width: 7.5px;
  height: 25px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#statusInfo .personalInfo .pointBox dl > * {
  display: table-cell;
  vertical-align: middle;
}

#statusInfo .personalInfo .pointBox dl dt {
  padding-left: 20px;
}

#statusInfo .personalInfo .pointBox dl dd {
  text-align: right;
  font-size: 20px;
  color: #bf0000;
}

#statusInfo .personalInfo .pointBox dl dd.limited {
  color: #0f218b;
}

#statusInfo .personalInfo .pointBox .total {
  margin-bottom: 5px;
}

#statusInfo .personalInfo .pointBox .total::before {
  display: none;
}

#statusInfo .personalInfo .pointBox .total dt {
  float: left;
  padding: 2px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}

#statusInfo .personalInfo .pointBox .total dd {
  float: right;
  font-size: 26px;
}

#statusInfo .extraInfo {
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
}

#statusInfo .extraInfo a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 10px 10px 10px 45px;
  border: 1px solid #b3b3b3;
  background: #f2f2f2;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  line-height: 1.6;
}

#statusInfo .extraInfo a::before {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  top: 12px;
}

#statusInfo .extraInfo a:last-child {
  margin-bottom: 0;
}

#statusInfo .extraInfo .mail::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite.png);
  background-position: -32px 0;
  width: 27px;
  height: 18px;
  background-size: 59px 36px;
}

#statusInfo .extraInfo .coupon::before {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite.png);
  background-position: 0 0;
  width: 27px;
  height: 18px;
  background-size: 59px 36px;
}

#statusInfo .linkList a {
  position: relative;
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #b3b3b3;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

#statusInfo .linkList a::after {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite.png);
  background-position: 0 -23px;
  width: 8px;
  height: 13px;
  background-size: 59px 36px;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}

#statusInfo .logoutBtn {
  width: 144px;
  margin: 0 auto;
  padding: 20px 0;
}

#statusInfo .logoutBtn a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table-cell;
  width: 142px;
  height: 32px;
  vertical-align: middle;
  margin: 0 auto;
  border: 1px solid #b3b3b3;
  background: #f2f2f2;
  font-weight: bold;
  color: #333333;
  text-align: center;
  text-decoration: none;
}

#header .login,
div#longHeader .login,
#memberDetail .login,
#header .logout,
div#longHeader .logout,
#memberDetail .logout {
  visibility: hidden;
}
.webView #header{
	display:none!important;
}

/* ------------------------------------------
  Service info
------------------------------------------ */
#serviceInfo {
  display: none;
  overflow: hidden;
  padding-bottom: 20px;
  border-top: 3px solid #cccccc;
  background: #f7f7f7;
  line-height: 1;
}

#serviceInfo.diamond {
  border-top: 3px solid #674f73;
}

#serviceInfo.platinum {
  border-top: 3px solid #8ccae7;
}

#serviceInfo.gold {
  border-top: 3px solid #ce9600;
}

#serviceInfo.silver {
  border-top: 3px solid #b4b4b4;
}

#serviceInfo .serviceListTitle {
  padding: 16px 8px 8px;
  color: #bf0000;
  font-weight: bold;
}

#serviceInfo .serviceList {
  border-top: 1px solid #b3b3b3;
}

#serviceInfo .serviceList li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border-bottom: 1px solid #b3b3b3;
  background: #ffffff;
  font-size: 14px;
}

#serviceInfo .serviceList li:nth-child(odd) {
  border-right: 1px solid #b3b3b3;
}

#serviceInfo .serviceList li a {
  position: relative;
  display: block;
  padding: 16px 20px 16px 8px;
  text-decoration: none;
  color: #333333;
}

#serviceInfo .serviceList li a::after {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite.png);
  background-position: 0 -23px;
  width: 8px;
  height: 13px;
  background-size: 59px 36px;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -7px;
}

#serviceInfo .serviceListLong li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  background: #ffffff;
  font-size: 14px;
}

#serviceInfo .serviceListLong li a {
  position: relative;
  display: block;
  padding: 16px 8px;
  text-decoration: none;
  color: #333333;
}

#serviceInfo .serviceListLong li a::after {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/sprite.png);
  background-position: 0 -23px;
  width: 8px;
  height: 13px;
  background-size: 59px 36px;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -7px;
}

#footer {
  text-align: center;
}

#groupBlock {
  background-color: #ffffff;
}

/* fancybox */
#fancybox-close {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_close.png) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  top: -30px !important;
  right: -30px !important;
}
@media only screen and (max-width: 768px) {
  #fancybox-close {
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_close.png) !important;
    background-size: 20px auto !important;
    width: 20px !important;
    height: 20px !important;
    top: -24px !important;
    right: -26px !important;
  }
}
.tabletP #fancybox-close {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_close.png) !important;
  background-size: 20px auto !important;
  width: 20px !important;
  height: 20px !important;
  top: -24px !important;
  right: -26px !important;
}

.fancybox-bg {
  display: none !important;
}

#fancybox-content {
  text-align: center;
  -moz-box-shadow: #333333 0 0 28px;
  -webkit-box-shadow: #333333 0 0 28px;
  box-shadow: #333333 0 0 28px;
}
@media only screen and (max-width: 768px) {
  #fancybox-content {
    -moz-box-shadow: #333333 0 0 0;
    -webkit-box-shadow: #333333 0 0 0;
    box-shadow: #333333 0 0 0;
  }
}
.tabletP #fancybox-content {
  -moz-box-shadow: #333333 0 0 0;
  -webkit-box-shadow: #333333 0 0 0;
  box-shadow: #333333 0 0 0;
}

.deepLink .dummy {
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#noDl {
  background-color: #ffffff;
  width: 600px;
  padding: 150px 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #bf0000;
  font-weight: bold;
  text-align: center;
}


@media only screen and (max-width: 768px) {
  #noDl {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}



.tabletP #noDl {
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
}


/*　アダルト用年齢認証ダイアログ　*/
#noDl.adultDialog{
	padding:0;
}
#noDl.adultDialog .title{
	background:#000;
	color:#FFF;
	font-size:30px;
	font-size:3rem;
	padding:10px;
	
}
#noDl.adultDialog .body{
	padding:30px 30px 20px;
}
#noDl.adultDialog .body .text{
	font-size:20px;
	font-size:2rem;
}
#noDl.adultDialog .body .text span{
	font-size:26px;
	font-size:2.6rem;
	display:block;
	padding-top:20px;
}
#noDl.adultDialog .body .btns a{ display:block; border-radius:5px; padding:15px 0; margin:15px 0; cursor:pointer;  }
#noDl.adultDialog .body .btns a.yes{background-color:#EB2F2F; color:#FFF;}
#noDl.adultDialog .body .btns a.no{background-color:#CCCCCC;}

@media only screen and (max-width: 480px) {
#noDl.adultDialog{
	margin:-30px 15px 0;
}

#noDl.adultDialog .title{
	font-size:15px;
	font-size:1.5rem;
}
#noDl.adultDialog .body{
	padding:15px 15px 10px;
}
#noDl.adultDialog .body .text{
	font-size:10px;
	font-size:1rem;
}
#noDl.adultDialog .body .text span{
	font-size:13px;
	font-size:1.3rem;
	padding-top:10px;
}
#noDl.adultDialog .body .btns a{ display:block; border-radius:5px; padding:10px 0; margin:15px 0; cursor:pointer;  }

}
/*　//アダルト用年齢認証ダイアログ　*/


#appsDownload{
	display:none;
}
@media only screen and (max-width: 480px) {
	#appsDownload{
		
		position:fixed;
		left:0;
		bottom:0;
		width:100%;
		background:url(//image.apps.rakuten.co.jp/img/assets/img/bg01.png);
		color:#FFF;
		box-sizing:border-box;
		padding:0;
	}
	#appsDownload .btnClose{
		position:absolute;
		top:5px;
		left:5px;
		width:17px;
		height:17px;
		background:url(//image.apps.rakuten.co.jp/img/assets/img/btnClose.png) no-repeat;
		background-size:17px;
	}
	
	#appsDownload .inner{
		display:table;
		table-layout:fixed;
		width:100%;
		padding:0 10px 0 0;
		box-sizing:border-box;
	}
	#appsDownload .icon,
	#appsDownload .name,
	#appsDownload .btn{
		display:table-cell;
		vertical-align:middle;	
	}
	#appsDownload .icon{
		width:80px;
		padding:0 0 0 15px;
		
	}
	#appsDownload .btn{
		width:130px;
	}
	#appsDownload .name span,
	#appsDownload .btn a span{
		display:block;
	}
	#appsDownload .name span.text1{
		font-size:8px;		
	}
	#appsDownload .name span.text2{
		font-size:6px;		
	}
	#appsDownload .btn a{
		display:block;
		padding:10px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		border:1px solid #bc2e28;
		box-sizing:border-box;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #d24e4b;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d24e4b), to(#a10300));
		background: -webkit-linear-gradient(#d24e4b, #a10300);
		background: -moz-linear-gradient(#d24e4b, #a10300);
		background: -ms-linear-gradient(#d24e4b, #a10300);
		background: -o-linear-gradient(#d24e4b, #a10300);
		background: linear-gradient(#d24e4b, #a10300);
	}
	
	#appsDownload .btn span.text1{
		font-size:6px;		
	}
	#appsDownload .btn span.text2{
		font-size:9px;		
	}
}

.modSpOnly {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .modPcOnly {
    display: none !important;
  }

  .modSpOnly {
    display: block !important;
  }
}
.tabletP .modPcOnly {
  display: none !important;
}
.tabletP .modSpOnly {
  display: block !important;
}

/* bnr
******************************************/

.modBnrRakuten {
  margin-bottom: 20px;
	background-color: #ffffff;
}
.webView .modBnrRakuten{
	display:none!important;
}

.modBnrRakuten .pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .modBnrRakuten .pc {
    display: none;
  }
}
.modBnrRakuten .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modBnrRakuten .sp {
    display: block;
  }
}
.modBnrRakuten .caption {
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.modBnrList{
	margin:0 -1%;
}

.modBnrList:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

.modBnrList li{
	float:left;
	width:31.3%;
	margin:0 1% 2%;
	background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
.modBnrList {
	margin:0 -10px 12px 0;
	overflow:hidden;
	height:80px;
}
.modBnrList:after{
		display:none;
}
.modBnrList .inner {
	overflow:auto;
	height:80px;
	-webkit-overflow-scrolling: touch;
background-color: rgba(0,0,0,0);
}
.modBnrList ul{
	display:table;
	table-layout:fixed;
}
.modBnrList li{
	display:table-cell;
	width:auto;
	float:none;
	margin:0;
	padding:0 10px 0 0;
	background-color: rgba(0,0,0,0);
}
.modBnrList img{
	width:auto;
	max-width:none;
	height:80px;
}
}

.tabletP .modBnrList {
	margin:0 -10px 12px 0;
	overflow:hidden;
	height:80px;
}
.tabletP .modBnrList:after{
		display:none;
}
.tabletP .modBnrList .inner {
	overflow:auto;
	padding-bottom:10px;
	height:80px;
	-webkit-overflow-scrolling: touch;
}
.tabletP .modBnrList ul{
	display:table;
	table-layout:fixed;
}
.tabletP .modBnrList li{
	display:table-cell;
	width:auto;
	float:none;
	margin:0;
	padding:0 10px 0 0;
}
.tabletP .modBnrList img{
	width:auto;
	max-width:none;
	height:80px;
}



.modBnrList02{
}

.modBnrList02 a{
	padding:0!important;
}


/* title
******************************************/
.modTitle01 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	background: #EB2F2F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #FD4F4F),color-stop(0.50, #EB2F2F));
	background: -webkit-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: -moz-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: -o-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: -ms-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	margin: 0 0 25px;
	padding:10px 20px;
	color:#fff;
}

#game .modTitle01{
	background: #24BCEE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #24BCEE),color-stop(0.50, #00AEE7));
	background: -webkit-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: -moz-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: -o-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: -ms-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
}

@media only screen and (max-width: 768px) {
  .modTitle01 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 6px;
	padding:8px 10px;
  }
}
.tabletP .modTitle01 {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 6px;
}

.modTitle02 {
  background-color: #eb2f2f;
  position: relative;
  padding: 16px 20px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.modTitle02_blue {
  background-color: #00AEE7;
}

@media only screen and (max-width: 768px) {
  .modTitle02 {
    font-size: 1.5rem;
    padding: 10px 15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
  }
}

.tabletP .modTitle02 {
  font-size: 1.5rem;
  padding: 10px 15px;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}


.modTitle02 .genre{
	position: absolute;
	right: 15px;
	top: 15px;
}

@media only screen and (max-width: 768px) {

  .modTitle02 .genre{
    right: 15px;
    top: 8px;
  }
  
}

.tabletP .modTitle02 .genre{
  right: 15px;
  top: 8px;
}


  
.modTitle02 .genre a{
	display:inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 8px 6px 33px;
	border: solid #FFFFFF 1px;
	background-repeat: no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-position: 5px center;
	color:#fff;
}

@media only screen and (max-width: 768px) {
  
  .modTitle02 .genre a{
    font-size: 1.1rem;
    padding: 4px 5px 2px 27px;
    background-size: 18px auto;
    background-position: 5px center;
  }
  
}


.tabletP .modTitle02 .genre a{
    font-size: 1.1rem;
    padding: 4px 5px 2px 27px;
    background-size: 18px auto;
    background-position: 5px center;

}

.modTitle02 a.game {
background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_game.png);
}
.modTitle02 a.app {
background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_app02.png);
}
.modTitle02 a.sexy{
background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_adult02.png);
margin-left:10px;
}

@media only screen and (max-width: 768px) {
  .modTitle02 a.game {
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_game.png);
  }
  .modTitle02 a.app {
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_app02.png);
    background-size: 13px auto;
  }
  .modTitle02 a.sexy{
	  background-image:url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_adult02.png);
	  background-size:14px auto;
	  margin-left:10px;
  }
}

.tabletP .modTitle02 a.game {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_game.png);
}
.tabletP .modTitle02 a.app {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_app02.png);
  background-size: 13px auto;
}
.tabletP .modTitle02 a.sexy{
  background-image:url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_adult02.png);
  background-size:14px auto;
  margin-left:10px;
}


.modTitle03 {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modTitle03 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
}
.tabletP .modTitle03 {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.modTitle04 {
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modTitle04 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 6px;
  }
}
.tabletP .modTitle04 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 6px;
}

/* block
******************************************/
.modInner{
	padding:20px 0;
}
.modBlock {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  -moz-box-shadow: #8f8f8f 0 1px 3px;
  -webkit-box-shadow: #8f8f8f 0 1px 3px;
  box-shadow: #8f8f8f 0 1px 3px;
}
.modBlock.type02 {
  margin-bottom: 30px;
}
.modBlock.noContents {
  font-size: 20px;
  font-size: 2rem;
  padding: 90px 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modBlock {
    padding: 10px;
    margin-bottom: 15px;
  }
  .modBlock.type02 {
    margin-bottom: 15px;
  }
  .modBlock.noContents {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 40px 10px;
  }
}
.tabletP .modBlock {
  padding: 10px;
  margin-bottom: 15px;
}
.tabletP .modBlock.type02 {
  margin-bottom: 15px;
}
.tabletP .modBlock.noContents {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 10px;
}

.modBlock02 {
  margin-bottom: 20px;
  background-color: #ffffff;
  -moz-box-shadow: #8f8f8f 0 1px 3px;
  -webkit-box-shadow: #8f8f8f 0 1px 3px;
  box-shadow: #8f8f8f 0 1px 3px;
}
.modBlock02 .inner {
  padding: 30px;
}
.modBlock02 .rankTitle {
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
}
.modBlock02 .rank01 {
  background-color: #DAA520;
}
.modBlock02 .rank02 {
  background-color: #AEAEB4;
}
.modBlock02 .rank03 {
  background-color: #CD7F32;
}
.modBlock02 .rank04 {
  background-color: #BF0000;
}
@media only screen and (max-width: 768px) {
  .modBlock02 {
    margin-bottom: 15px;
  }
  .modBlock02 .inner {
    padding: 10px;
  }
  .modBlock02 .rankTitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.tabletP .modBlock02 {
  margin-bottom: 15px;
}
.tabletP .modBlock02 .inner {
  padding: 10px;
}
.tabletP .modBlock02 .rankTitle {
  font-size: 15px;
  font-size: 1.5rem;
}

.modBlockMore {
	background-color:#fff;
  	margin-bottom: 20px;
    -moz-box-shadow: #8f8f8f 0 1px 3px;
    -webkit-box-shadow: #8f8f8f 0 1px 3px;
    box-shadow: #8f8f8f 0 1px 3px;
}

.modBlockMore_type02 {
	background-color:transparent;
    -moz-box-shadow: #8f8f8f 0 0 0;
    -webkit-box-shadow: #8f8f8f 0 0 0;
    box-shadow: #8f8f8f 0 0 0;
}
.modBlockMore .inner {
	padding:20px;
}

.modBlockMore_type02 .inner {
	background-color:#fff;
	padding:0 20px 20px;
	border:solid 1px #EB2F2F;
	border-radius:2px;
    -moz-box-shadow: #8f8f8f 0 1px 3px;
    -webkit-box-shadow: #8f8f8f 0 1px 3px;
    box-shadow: #8f8f8f 0 1px 3px;
}

#game .modBlockMore_type02 .inner {
	border-color: #00AEE7;
}


.modBlockMore_type02 .inner .modTitle01{
	margin-right:-20px;
	margin-left:-20px;
	margin-bottom:20px;
}

@media only screen and (max-width: 768px) {

.modBlockMore_type02 .inner .modTitle01{
	margin-right:-10px;
	margin-left:-10px;
	margin-bottom:10px;
}

}

.tabletP .modBlockMore_type02 .inner .modTitle01{
	margin-right:-10px;
	margin-left:-10px;
	margin-bottom:10px;
}

.modBlockMore .btnMore,.modBlockMore .btnMore02 {
	border-top: solid 1px #CCCCCC;
    text-align: center;
}
.modBlockMore_type02 .btnMore {
	text-align:right;
	border:none;
    padding: 10px 0 0;
}
.modBlockMore .btnMore a,.modBlockMore .btnMore02 a {
    display: block;
    padding: 10px 0;
	color: #EB2F2F;
}
.modBlockMore_type02 .btnMore a {
	display:inline;
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/arrow05_01.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
	font-weight:bold;
}
@media only screen and (max-width: 768px) {

.modBlockMore_type02 .btnMore a {
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/arrow05_02.png);
	background-size:4px auto;
	padding:0 0 0 12px;
}
}

.tabletP .modBlockMore_type02 .btnMore a {
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/arrow05_02.png);
	background-size:4px auto;
	padding:0 0 0 12px;
}

#game .modBlockMore .btnMore a,
#game .modBlockMore .btnMore02 a {
  color: #00AEE7;
}
#game .modBlockMore .btnMore a{
  background-image:url(//image.apps.rakuten.co.jp/img/assets/img/arrow06_01.png);
}

@media only screen and (max-width: 768px) {

#game .modBlockMore .btnMore a{
  background-image:url(//image.apps.rakuten.co.jp/img/assets/img/arrow06_02.png);
}
}

.tabletP #game .modBlockMore .btnMore a{
  background-image:url(//image.apps.rakuten.co.jp/img/assets/img/arrow06_02.png);
}

#adult .modBlockMore .btnMore a,
#adult .modBlockMore .btnMore02 a {
  color: #DF00F9;
}

.modBlockMore .btnMore .close {
  display: none;
}
.modBlockMore .btnMore.open .more {
  display: none;
}
.modBlockMore .btnMore.open .close {
  display: block;
}
.modBlockMore .txtMore {
  display: none;
  border-top: solid 1px #CCCCCC;
}
.modBlockMore .txtMore.open {
  display: block;
}
@media only screen and (max-width: 768px) {
  .modBlockMore .inner {
	padding:10px;
  }
  .modBlockMore_type02 .inner {
	padding:0 10px 10px;
  }
}

.tabletP .modBlockMore .inner {
	padding:10px;
}
.tabletP .modBlockMore_type02 .inner {
	padding:0 10px 10px;
}

.modFlBlock {
  display: table;
}
.modFlBlock .cell {
  display: table-cell;
}
.modFlBlock .right {
  padding: 0 0 0 26px;
}

.modCateHead {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #EB2F2F;
  padding: 20px 20px 10px;
}
@media only screen and (max-width: 768px) {
  .modCateHead {
    padding: 10px 10px 0 10px;
  }
}
#game .modCateHead {
  background-color: #00AEE7;
}
#adult .modCateHead {
  background-color: #ED76FB;
}
.modCateHead .title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.modCateHead .other {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.modCateHead a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: solid 1px #ffffff;
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_list.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 10px 8px 44px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .modCateHead .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modCateHead a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 5px 5px 5px 20px;
    background-position: 5px center;
    background-size: 13px auto;
  }
}
.tabletP .modCateHead .title {
  font-size: 15px;
  font-size: 1.5rem;
}
.tabletP .modCateHead a {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 5px 5px 5px 20px;
  background-position: 5px center;
  background-size: 13px auto;
}

.modMainVisual {
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .modMainVisual {
    margin-bottom: 20px;
  }
}
.tabletP .modMainVisual {
  margin-bottom: 20px;
}

.noEntry {
  padding-top: 56px;
}

.modCautionBlock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  padding: 10px;
  text-align: center;
  background-color: #BF0000;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 100;
}

.noEntry .modCautionBlock {
  display: block;
}

.modCautionBlock02 {
  display: none;
  margin: 0 0 15px;
  padding: 10px 30px 10px 10px;
  position: relative;
  border: solid 1px #BF0000;
  color: #BF0000;
  font-size: 12px;
  font-size: 1.2rem;
}
.modCautionBlock02:after {
  content: "";
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_caution.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.noEntry .modCautionBlock02 {
  display: block;
}

.modColumn02Block{
	margin-top:24px;
}


@media only screen and (max-width: 768px) {
	
.modColumn02Block{
	margin-top:0;
}

}	
.tabletP .modColumn02Block{
	margin-top:0;
}

.modColumn02Block:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.modColumn02Block .mainBlock{
	float:left;
	width:73%;
}

@media only screen and (max-width: 768px) {
	.modColumn02Block .mainBlock{
		float:none;
		width:auto;
	}
}

.tabletP .modColumn02Block .mainBlock{
	float:none;
	width:auto;
}

.modColumn02Block .sideBlock{
	float:right;
	width:24%;
}

@media only screen and (max-width: 768px) {
	.modColumn02Block .sideBlock{
			float:none;
			width:auto;
	}
}

.tabletP .modColumn02Block .sideBlock{
		float:none;
		width:auto;
}

.modColumn02Block .sideBlock .item,
.modColumn02Block .sideBlock .twitter{
	background-color:#fff;
	border:solid 1px #EB2F2F;
	border-radius:2px;
	-moz-box-shadow: #8f8f8f 0 1px 3px;
	-webkit-box-shadow: #8f8f8f 0 1px 3px;
	box-shadow: #8f8f8f 0 1px 3px;
	margin:0 0 20px;
}


#game .modColumn02Block .sideBlock .item,
#game .modColumn02Block .sideBlock .twitter{
	border-color: #00AEE7;
}
#adult .modColumn02Block .sideBlock .item,
#adult .modColumn02Block .sideBlock .twitter{
	border-color: #DF00F9;
}

.modColumn02Block .sideBlock .item .title,
.modColumn02Block .sideBlock .twitter .title{
	background: #EB2F2F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #FD4F4F),color-stop(0.50, #EB2F2F));
	background: -webkit-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: -moz-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: -o-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: -ms-linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	background: linear-gradient(top, #FD4F4F 0%, #FD4F4F 49%, #EB2F2F 50%, #EB2F2F 100%);
	padding:12px;
	color:#fff;	
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}

#game .modColumn02Block .sideBlock .item .title,
#game .modColumn02Block .sideBlock .twitter .title{
	background: #24BCEE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #24BCEE),color-stop(0.50, #00AEE7));
	background: -webkit-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: -moz-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: -o-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: -ms-linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
	background: linear-gradient(top, #24BCEE 0%, #24BCEE 49%, #00AEE7 50%, #00AEE7 100%);
}


#adult .modColumn02Block .sideBlock .item .title,
#adult .modColumn02Block .sideBlock .twitter .title{
	background: #E653F7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #ED76FB),color-stop(0.50, #E653F7));
	background: -webkit-linear-gradient(top, #ED76FB 0%, #ED76FB 49%, #E653F7 50%, #E653F7 100%);
	background: -moz-linear-gradient(top, #ED76FB 0%, #ED76FB 49%, #E653F7 50%, #E653F7 100%);
	background: -o-linear-gradient(top, #ED76FB 0%, #ED76FB 49%, #E653F7 50%, #E653F7 100%);
	background: -ms-linear-gradient(top, #ED76FB 0%, #ED76FB 49%, #E653F7 50%, #E653F7 100%);
	background: linear-gradient(top, #ED76FB 0%, #ED76FB 49%, #E653F7 50%, #E653F7 100%);

}

.modColumn02Block .sideBlock .linkList{
}

.modColumn02Block .sideBlock .linkList li{
	border-bottom:solid 1px #cccccc;
}

.modColumn02Block .sideBlock .linkList li:last-child{
	border-bottom:none;
}

.modColumn02Block .sideBlock .linkList a{
	display:block;
	background-position:16px center;
	background-repeat:no-repeat;
	padding:15px 10px 15px 46px;
	font-size:14px;
	font-size:1.4rem;
}

.modColumn02Block .sideBlock .linkList .category01 a{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_category01.png);
}
.modColumn02Block .sideBlock .linkList .category02 a{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_category02.png);
}

.modColumn02Block .sideBlock .linkList .rank01 a{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_rank03_02.png);
}

.modColumn02Block .sideBlock .linkList .rank02 a{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_rank02_02.png);
}


.modColumn02Block .sideBlock .item .inner{
	padding:12px;
}


.modColumn02Block .sideBlock .download .qa{
	text-align:center;
	margin-bottom:15px;
}

.modColumn02Block .sideBlock .download .caution{
	margin-left:1em;
	font-size:10px;
	text-indent:-1em;
}


.modColumn02Block .sideBlock .download .bnr{
	text-align:center;
	margin-bottom:15px;
}

.modColumn02Block .sideBlock .twitter{
	margin-bottom:20px;
}

@media only screen and (max-width: 768px) {
.modColumn02Block .sideBlock .twitter iframe{
	height:250px!important;
}
}
.tabletP .modColumn02Block .sideBlock .twitter iframe{
	height:250px!important;
}

.modColumn02Block .sideBlock .groupBnr li{
	margin-bottom:20px;
}


/* text
******************************************/
.modTxt01 {
  margin: 0 0 20px;
}

/* btn
******************************************/
.modBtn01 {
  display: block;
  padding: 5px 0;
  border: solid 2px #A5A5A5;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .modBtn01 {
    border-radius: 4px;
    border-width: 1px;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tabletP .modBtn01 {
  border-radius: 4px;
  border-width: 1px;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

a.modBtn02 {
  display: block;
  background-color: #EB2F2F;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
}
a.modBtn02.inline {
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media only screen and (max-width: 768px) {
  a.modBtn02 {
    padding: 8px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tabletP a.modBtn02 {
  padding: 8px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.modLinkGenre {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 61px;
  z-index: 1000;
}

.modBlockLink {
  cursor: pointer;
}
.modBlockLink:hover {
  opacity: 0.75;
}

.modBlockLink02 li {
  cursor: pointer;
}
.modBlockLink02 li:hover {
  opacity: 0.75;
}

/* nav
******************************************/
.modNav01 {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #EB2F2F;
  padding: 10px;
  margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#game .modNav01 {
  background-color: #00AEE7;
}
#adult .modNav01 {
  background-color: #ED76FB;
}
.modNav01 li {
  display: table-cell;
  padding: 0 5px 0 0;
}
.modNav01 li.app, .modNav01 li.paid {
  padding: 0 0 0 5px;
}
.modNav01 a {
  display: block;
  border: solid 1px #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}
.modNav01 .active a {
  background-color: #ffffff;
  color: #EB2F2F;
}
#game .modNav01 .active a {
  color: #00AEE7;
}
#adult .modNav01 .active a {
  color: #DF00F9;
}
.modNav01 span {
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;*
  display: inline;*zoom:1;
  padding: 10px 0;
}
.modNav01 .game span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_game.png);
  padding-left: 31px;
  background-position: 0 12px;
}
#game .modNav01 .game span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_game02.png);
}
.modNav01 .app span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_app.png);
  padding-left: 27px;
  background-position: 0 9px;
}
#game .modNav01 .app span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_app02.png);
}

.modNav01 .active span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_app.png);
}
#game .modNav01 .active span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_game02.png);
}
.modNav01 .adult {
	width: 17%;
	padding-left:9px;
}
.modNav01 .adult span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_adult02.png);
  padding-left: 30px;
  background-position: 0 10px;
}
#adult .modNav01 .app span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_app02.png);
}

#adult .modNav01 .adult span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_adult.png);
  color:#DF00F9;
}


.modNav01 .free span, .modNav01 .paid span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_rank01.png);
  padding-left: 31px;
}
.modNav01 .active.free span, .modNav01 .active.paid span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_rank02.png);
  padding-left: 31px;
}
#game .modNav01 .active.free span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_rank03.png);
}
#game .modNav01 .active.paid span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/icon_rank03.png);
}
@media only screen and (max-width: 768px) {
  .modNav01 {
    margin-bottom: 10px;
  }
  .modNav01 span{
padding: 5px 0;}
  .modNav01 a {
    /* padding: 5px 0; */
    font-size: 11px;
    font-size: 1.1rem;
  }
  .modNav01 .game span {
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_game.png);
    background-size: 17px auto;
    padding-left: 22px;
    background-position: 0 7px;
  }
  .modNav01 .app span {
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_app.png);
    background-size: 12px auto;
    padding-left: 16px;
    background-position: 0 6px;
  }

  .modNav01 .adult span {
	background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_adult02.png);
	background-size:14px auto;
	padding-left:18px;
	background-position: 0 6px;
	}
  
  .modNav01 .adult {
	  width:24%;
	  padding-left:10px;
  }

  .modNav01 .free span, .modNav01 .paid span {
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_rank01.png);
    background-size: 11px auto;
    padding-left: 15px;
    background-position: 0 6px;
  }
  .modNav01 .active.free span, .modNav01 .active.paid span {
    background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_rank02.png);
    background-size: 11px auto;
    padding-left: 15px;
  }
  
  
}
.tabletP .modNav01 {
  margin-bottom: 10px;
}
.tabletP .modNav01 a {
  /* padding: 5px 0; */
  font-size: 11px;
  font-size: 1.1rem;
}
.tabletP .modNav01 span{
padding: 5px 0;}
.tabletP .modNav01 .game span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_game.png);
  background-size: 17px auto;
  padding-left: 22px;
  background-position: 0 7px;
}
.tabletP .modNav01 .app span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_app.png);
  background-size: 12px auto;
  padding-left: 16px;
  background-position: 0 6px;
}


.tabletP .modNav01 .adult span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_adult02.png);
  background-size:14px auto;
  padding-left:18px;
  background-position: 0 6px;
}

.tabletP .modNav01 .adult {
  width:24%;
  padding-left:10px;
}


.tabletP .modNav01 .free span, .tabletP .modNav01 .paid span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_rank01.png);
  background-size: 11px auto;
  padding-left: 15px;
  background-position: 0 6px;
}
.tabletP .modNav01 .active.free span, .tabletP .modNav01 .active.paid span {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_rank02.png);
  background-size: 11px auto;
  padding-left: 15px;
  background-position: 0 6px;
}


.modNav02{
   display:none;
   overflow:hidden;
		background-color:#E7E7E7;
    padding:5px 6px 0;
}

@media only screen and (max-width: 768px) {
    .modNav02{
				/*display:none;*/
        display:block;
    }
}

.tabletP .modNav02{
    /*display:none;*/
    display:block;
}

.webView .modNav02{
    display:none;
}

.modNav02.point{
    border-bottom:solid 1px #b68e00;
}

.modNav02.collection{
    border-bottom:solid 1px #bf0000;
}

.modNav02 ul{
    margin:0 -3px;
}

.modNav02 ul:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}

.modNav02 li{
    float:left;
    width:33.3%;
    padding:5px 0 0 0;
}

.modNav02.app li.app,
.modNav02.point li.point,
.modNav02.collection li.collection{
    padding:0;
}

.modNav02 a{
    display:block;
    height:35px;
    margin:0 3px;
    border-radius:4px 4px 0 0;
    background-color:#fff;
    text-align:center;
    line-height:35px;
    font-size:10px;
    font-size:1rem;
}

.modNav02.app li.app a,
.modNav02.point li.point a,
.modNav02.collection li.collection a{
    height:40px;
    line-height:40px;
}

.modNav02 li.app a{
    color:#00AEE7;
}

.modNav02 li.app a:before{
    content:"";
    background-image:url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_tab_app.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:12px auto;
    display:inline-block;
    margin:0 4px 0 0;
    width:12px;
    height:17px;
    vertical-align:middle;
}

.modNav02.app li.app a{
    background-color:#00AEE7;
    color:#fff;
}
body#app .modNav02.app li.app a{
    background-color:#EB2F2F;
}
body#adult .modNav02.app li.app a{
    background-color:#ED76FB;
}
.modNav02.app li.app a:before{
    background-position:0 -17px;
}

.modNav02 li.point a{
    color:#b68e00;
}

.modNav02 li.point a:before{
    content:"";
    background-image:url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_tab_point.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:13px auto;
    display:inline-block;
    margin:0 4px 0 0;
    width:13px;
    height:13px;
    vertical-align:middle;
}

.modNav02.point li.point a{
    background-color:#b68e00;
    color:#fff;
}

.modNav02.point li.point a:before{
    background-position:0 -12px;
}

.modNav02 li.collection a{
    color:#bf0000;
}

.modNav02 li.collection a:before{
    content:"";
    background-image:url(//image.apps.rakuten.co.jp/img/assets/img/responsive/icon_tab_collection.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:14px auto;
    display:inline-block;
    margin:0 4px 0 0;
    width:14px;
    height:17px;
    vertical-align:middle;
}

.modNav02.collection li.collection a{
    background-color:#bf0000;
    color:#fff;
}

.modNav02.collection li.collection a:before{
    background-position:0 -17px;
}

.modPager {
  text-align: center;
}
.modPager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 60px;
}
.modPager li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 6px;
}
.modPager a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.modPager .num a {
  border: solid 1px #333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
.modPager .active a {
  background-color: #333333;
  color: #ffffff;
}
.modPager .prev, .modPager .next {
  position: absolute;
  top: 2px;
}
.modPager .prev {
  left: 0;
}
.modPager .next {
  right: 0;
}
.modPager .prev a, .modPager .next a {
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .modPager .prev a, .modPager .next a {
    width: 40px;
    height: 40px;
    position: relative;
    top: -6px;
  }
}
.modPager .prev a {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/arrow02_l.png);
}
@media only screen and (max-width: 768px) {
  .modPager .prev a {
    left: -8px;
    top: 1px;
  }
}
.modPager .next a {
  background-image: url(//image.apps.rakuten.co.jp/img/assets/img/arrow02_r.png);
}
@media only screen and (max-width: 768px) {
  .modPager .next a {
    right: -8px;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .modPager {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .modPager ul {
    padding: 0 32px;
  }
  .modPager a {
    @indlue fz(12);
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-size: 8px auto;
  }
}
.tabletP .modPager {
  margin-bottom: 10px;
  margin-top: 10px;
}
.tabletP .modPager ul {
  padding: 0 32px;
}
.tabletP .modPager a {
  @indlue fz(12);
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-size: 8px auto;
}

/* list
******************************************/
li.modIndent,
p.modIndent,
div.modIndent {
  text-indent: -1em;
  margin-left: 0em;
  padding-left: 1em;
}

ul.modIndent li {
  text-indent: -1em;
  margin-left: 1em;
}

.modAppList01 {
  margin: 0 -1.2% 0;
}
.modAppList01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modAppList01 li {
  float: left;
  background-color:#fff;
  width: 14.2%;
  margin: 0 1.2% 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modAppList01 .image {
  margin: 0 0 15px;
  text-align: center;
}
.modAppList01 .txt {
  margin: 0 0 8px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  word-break: break-all;
}
#game .modAppList01 .txt {
}
.modAppList01 .txt span {
  display: block;
}
.modAppList01 .price {
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
}
.modAppList01 .company {
  margin: 0 0 5px;
  color: #666666;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .modAppList01 {
    margin: 0 -1.5%;
  }
  .modAppList01 li {
    width: 30%;
    margin: 0 1.5% 12px;
  }
  .modAppList01 .image {
    margin: 0 0 5px;
  }
  .modAppList01 .txt {
    margin: 0 0 5px;
    height: 36px;
    line-height: 18px;
  }
  .modAppList01 .txt span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .modAppList01 .price {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .modAppList01 .company {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.tabletP .modAppList01 {
  margin: 0 -1.5%;
}
.tabletP .modAppList01 li {
  width: 30%;
  margin: 0 1.5% 12px;
}
.tabletP .modAppList01 .image {
  margin: 0 0 5px;
}
.tabletP .modAppList01 .txt {
  margin: 0 0 5px;
  height: 36px;
  line-height: 18px;
}
.tabletP .modAppList01 .txt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tabletP .modAppList01 .price {
  font-size: 9px;
  font-size: 0.9rem;
}
.tabletP .modAppList01 .company {
  font-size: 9px;
  font-size: 0.9rem;
}

.modAppList01_type02 {
  margin: 0 -1% -14px;
}

@media only screen and (max-width: 768px) {

.modAppList01_type02 {
  margin: 0 -0.8% -5px;
}
}

.tabletP .modAppList01_type02 {
  margin: 0 -0.8% -5px;
}

.modAppList01_type02 li,
.modAppList01_type03 li{
	border: solid 1px #ccc;
	padding:0;
}

.modAppList01_type02 li{
	/*
	↓4列表示
	*/
	width:23%;
	margin-right: 1%;
	margin-left: 1%;
	
	/*
	↓3列表示
	width:31.7%;
	margin:0 0.8% 5px;
	*/
	
}

@media only screen and (max-width: 768px) {

.modAppList01_type02 li{
	width:31.7%;
	margin:0 0.8% 5px;
}
}

.tabletP .modAppList01_type02 li{
	width:31.7%;
	margin:0 0.8% 5px;
}

.modAppList01_type02 .image,
.modAppList01_type03 .image{
	padding:9px;
	margin-bottom:0;
}


@media only screen and (max-width: 768px) {

.modAppList01_type02 .image,
.modAppList01_type03 .image{
	padding:7px;
}

}

.tabletP .modAppList01_type02 .image,
.tabletP .modAppList01_type03 .image{
	padding:7px;
}

.modAppList01_type02 .txt,
.modAppList01_type03 .txt{
	background-color:#FDEAEA;
	padding:9px;
	margin-bottom:0;
}
.modAppList01_type02 .txt{
	font-size:14px;
	font-size:1.4rem;
}

#game .modAppList01_type02 .txt,
#game .modAppList01_type03 .txt {
  background-color:#E5F7FD;
}

#adult .modAppList01_type02 .txt,
#adult .modAppList01_type03 .txt {
	background-color:#FCE5FE;

}

@media only screen and (max-width: 768px) {

.modAppList01_type02 .txt,
.modAppList01_type03 .txt{
	padding:7px;
	margin-bottom:0;
}
.modAppList01_type02 .txt span,
.modAppList01_type03 .txt span{
	overflow:hidden;
}

}

.tabletP .modAppList01_type02 .txt,
.tabletP .modAppList01_type03 .txt{
	padding:7px;
	margin-bottom:0;
}

.tabletP .modAppList01_type02 .txt span,
.tabletP .modAppList01_type03 .txt span{
	overflow:hidden;
}

.modAppList01_type02 .price,
.modAppList01_type03 .price{
	padding:5px 9px;
}

.modAppList01_type02 .price .discountRate,
.modAppList01_type03 .price .discountRate{
	text-decoration:none;
	color:#FF0000;
	padding-left:5px;
}

@media only screen and (max-width: 768px) {

.modAppList01_type02 .price,
.modAppList01_type03 .price{
	padding:5px 7px;
}

}

.tabletP .modAppList01_type02 .price,
.tabletP .modAppList01_type03 .price{
	padding:5px 7px;
}

.modAppList01_type02.rank li{
	border:none;
}

.modAppList01_type02 .body{
	border: solid 1px #ccc;
}


.modAppList01_type02.rank .rankNum{
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
	margin:0 0 10px;
	font-weight:bold;
}

@media only screen and (max-width: 768px) {

.modAppList01_type02.rank .rankNum{
	padding:0 0 0 20px;
	margin:0 0 6px;
	background-size:14px auto;
}

}

.tabletP .modAppList01_type02.rank .rankNum{
	padding:0 0 0 20px;
	margin:0 0 6px;
	background-size:14px auto;
}


.modAppList01_type02.rank .rank01{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown01.png);
	color:#daa520;
}

@media only screen and (max-width: 768px) {

.modAppList01_type02.rank .rank01{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown01_02.png);
}

}

.tabletP .modAppList01_type02.rank .rank01{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown01_02.png);
}

.modAppList01_type02.rank .rank02{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown02.png);
	color:#aeaeb4;
}

@media only screen and (max-width: 768px) {

.modAppList01_type02.rank .rank02{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown02_02.png);
}

}

.tabletP .modAppList01_type02.rank .rank02{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown02_02.png);
}

.modAppList01_type02.rank .rank03{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown03.png);
	color:#cd7f32;
}


@media only screen and (max-width: 768px) {

.modAppList01_type02.rank .rank03{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown03_02.png);
}

}


.tabletP .modAppList01_type02.rank .rank03{
	background-image:url(//image.apps.rakuten.co.jp/img/assets/img/icon_crown03_02.png);
}

@media only screen and (max-width: 768px) {
.modAppList01_type02.rank .rank04{
	display:none;
}
}

.tabletP .modAppList01_type02.rank .rank04{
	display:none;
}



.modAppList02 {
  margin: 0 -1%;
}
.modAppList02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modAppList02 li {
  float: left;
  width: 23%;
  margin: 0 1% 0;
}
.modAppList02 .image {
  margin: 0 0 15px;
}
.modAppList02 .image a {
  display: block;
  -moz-box-shadow: #8f8f8f 0 1px 3px;
  -webkit-box-shadow: #8f8f8f 0 1px 3px;
  box-shadow: #8f8f8f 0 1px 3px;
}
.modAppList02 .image img {
  width: 100%;
}
.modAppList02 .txt {
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}
.modAppList02 span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .modAppList02 {
    margin: 0 -2%;
  }
  .modAppList02 li {
    width: 46%;
    margin: 0 2%;
  }
  .modAppList02 .image {
    margin: 0 0 8px;
  }
  .modAppList02 .txt {
    height: 54px;
    line-height: 18px;
  }
  .modAppList02 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.tabletP .modAppList02 {
  margin: 0 -2%;
}
.tabletP .modAppList02 li {
  width: 46%;
  margin: 0 2%;
}
.tabletP .modAppList02 .image {
  margin: 0 0 8px;
}
.tabletP .modAppList02 .txt {
  height: 54px;
  line-height: 18px;
}
.tabletP .modAppList02 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.modAppList02.modAppList02_type02{
	margin:0 -1% -12px;
}

@media only screen and (max-width: 768px) {

.modAppList02.modAppList02_type02{
	margin-bottom:-5px;
}

}


.tabletP .modAppList02.modAppList02_type02{
	margin-bottom:-5px;
}

.modAppList02.modAppList02_type02 li{
  border: solid 1px #ccc;
  display:block;
  width:48%;
  margin:0 1% 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {

.modAppList02.modAppList02_type02 li{
	margin-bottom:5px;
}
}


.tabletP .modAppList02.modAppList02_type02 li{
	margin-bottom:5px;
}

.modAppList02.modAppList02_type02 .image,
.modAppList02.modAppList02_type02 .detail{
  display:block;
}

.modAppList02.modAppList02_type02 .image{
	width:auto;
	padding:10px;
	margin-bottom:0;
}


@media only screen and (max-width: 768px) {

.modAppList02.modAppList02_type02 .image{
	padding:7px;
}
}

.tabletP .modAppList02.modAppList02_type02 .image{
	padding:7px;
}

.modAppList02.modAppList02_type02 .detail{
	padding:10px;
	background-color:#FDEAEA;
	font-size:14px;
	font-size:1.4rem;
}


@media only screen and (max-width: 768px) {

.modAppList02.modAppList02_type02 .detail{
	padding:7px;
}
}


.tabletP .modAppList02.modAppList02_type02 .detail{
	padding:7px;
}


#game .modAppList02.modAppList02_type02 .detail {
  background-color:#E5F7FD;
}
#adult .modAppList02.modAppList02_type02 .detail {
  background-color:#FCE5FE;
}

.modAppList02.modAppList02_type02 .txt {
	height:44px;
}

.modAppList02.modAppList02_type02 .txt span{
	-webkit-line-clamp: 2;
	overflow:hidden;
}



.modGenreList {
  width: 100%;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
	margin-bottom:20px;
}
.modGenreList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modGenreList.top {
  border-top: solid 1px #ccc;
  border-bottom: none;
}
.modGenreList.under {
  margin-bottom: 40px;
  border-bottom: none;
}

.modGenreList>li {
  float: left;
  width: 33.333%;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #CCC;
	box-sizing:border-box;
}
.modGenreList>li a {
  display: table;
  width: 100%;
  background-color:#F7F7F7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.modGenreList li.column1{
		height: 67px;
    background: #F7F7F7;
    width: 316px;
		border-right: solid 1px #ccc;
 		border-bottom: solid 1px #ccc;
}
.modGenreList li.column2{
		height: 67px;
    background: #F7F7F7;
    width: 633px;
		border-right: solid 1px #ccc;
 		border-bottom: solid 1px #ccc;
	
}
@media only screen and (max-width: 768px) {
	.modGenreList li.column1,
	.modGenreList li.column2{
		display:none;
	}
}
.modGenreList .sexy a{
	background-color:#FCEAFF;
}

.modGenreList li .icon {
  width: 36px;
  height: 36px;
  display: table-cell;
  padding: 15px 15px 15px 20px;
  vertical-align: middle;
}
.modGenreList li .icon img {
  max-height: 36px;
}

.modGenreList li.parent{
	background: #F7F7F7;
	float:none;
	width:99.999%;
}

.modGenreList li.parent ul{
	padding: 0 0 10px;
}

.modGenreList li.parent ul li{
	float:left;
	width: 33.333%;
	font-size:14px;
	box-sizing:border-box;
	padding-left: 32px;
}
.modGenreList li.parent ul li a{
	background:url(//image.apps.rakuten.co.jp/img/assets/img/icon_diamond_mini.png) no-repeat left 2px;
	padding:0 0 20px 30px;

}
@media only screen and (max-width: 768px) {
	.modGenreList li.parent ul li{
		float:none;
		width:auto;
		font-size:11px;
	}
	.modGenreList li.parent ul li a{
		background-size:9px;
	
	}
}
@media only screen and (max-width: 768px) {
  .modGenreList {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
  .modGenreList.under {
    border: none;
    margin-top: 10px;
  }
  .modGenreList li {
    float: none;
    width: auto;
  }
  .modGenreList li a {
    border: none;
  }
  .modGenreList li .icon {
    display: table-cell;
    padding: 11px 25px 11px 11px;
    width: 27px;
    height: 27px;
  }
  .modGenreList li .txt {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem;
    padding: 0;
    height: auto;
  }
}
.modGenreList li .txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .modGenreList li .txt {
    font-size: 1.1rem;
  }
}

.modSnsList {
  margin: 0 0 26px;
  text-align: center;
}
.modSnsList li {
  display: inline;
  margin: 0 8px;
}
.modSnsList img {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .modSnsList {
    margin-bottom: 18px;
  }
  .modSnsList li {
    display: inline-block !important;
    margin: 0 3px;
    vertical-align: top;
  }
}
.tabletP .modSnsList {
  margin-bottom: 18px;
}
.tabletP .modSnsList li {
  display: inline-block !important;
  margin: 0 3px;
  vertical-align: top;
}

/* table
******************************************/
.modTbl01 {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
.modTbl01 th,
.modTbl01 td {
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-left: 22px;
  font-size: 18px;
  font-size: 1.8rem;
}
.modTbl01 th {
  border-right: 1px solid #cccccc;
  text-align: left;
  vertical-align: top;
}
.modTbl01 th span {
  display: none;
}
.modTbl01.campDetail {
  table-layout: fixed;
}
.modTbl01.campDetail th {
  width: 230px;
}
.modTbl01 tr.odd th,
.modTbl01 tr.odd td {
  background-color: #f3f1f1;
}
.modTbl01 tr:nth-child(odd) th,
.modTbl01 tr:nth-child(odd) td {
  background-color: #f3f1f1;
}
@media only screen and (max-width: 768px) {
  .modTbl01 {
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .modTbl01 tr,
  .modTbl01 tbody {
    display: block;
  }
  .modTbl01 th,
  .modTbl01 td {
    display: block;
    padding: 0;
  }
  .modTbl01 th {
    margin-bottom: 5px;
    border-right: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modTbl01 th span {
    display: inline;
  }
  .modTbl01.campDetail th {
    width: auto;
  }
  .modTbl01 td {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .modTbl01 tr:nth-child(odd) th,
  .modTbl01 tr:nth-child(odd) td {
    background-color: transparent;
  }
}
.tabletP .modTbl01 {
  display: block;
  border-top: none;
  border-bottom: none;
}
.tabletP .modTbl01 tr,
.tabletP .modTbl01 tbody {
  display: block;
}
.tabletP .modTbl01 th,
.tabletP .modTbl01 td {
  display: block;
  padding: 0;
}
.tabletP .modTbl01 th {
  margin-bottom: 5px;
  border-right: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.tabletP .modTbl01 th span {
  display: inline;
}
.tabletP .modTbl01.campDetail th {
  width: auto;
}
.tabletP .modTbl01 td {
  margin-bottom: 15px;
  font-size: 13px;
}
.tabletP .modTbl01 tr:nth-child(odd) th,
.tabletP .modTbl01 tr:nth-child(odd) td {
  background-color: transparent;
}

/* detail
******************************************/
.modDetailHead {
  margin: 0 0 35px;
}

.modDetailHead .headInner{
  display: table;
  width: 100%;
  table-layout: fixed;
}


.modDetailHead .image {
  display: table-cell;
  width: 85px;
  vertical-align: top;
}
.modDetailHead .txt {
  display: table-cell;
  padding: 0 0 0 24px;
  vertical-align: top;
}
.modDetailHead .catch {
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.modDetailHead .name {
  margin-bottom: 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.modDetailHead .txt .price .discountRate{
	color:rgba(255,0,4,1.00);
}
.modDetailHead .company,
.modDetailHead .type,
.modDetailHead .price,
.modDetailHead .category {
	margin-bottom:5px;
  font-size: 14px;
  font-size: 1.4rem;
  color:#666666;
}
.modDetailHead .price span.cancel{
	text-decoration:line-through;
	
}
.modDetailHead .purchase{
	margin:6px 0 0;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	font-size:1.6rem;
}

#detailPurchase{
	display:none;
}


@media only screen and (max-width: 768px) {


#detailPurchase{
	display:block;
	margin-bottom:10px;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	text-align:right;
}

.noEntry #detailPurchase{
	display:none;
}

}


@media only screen and (max-width: 768px) {
  .modDetailHead {
    border-bottom: solid 1px #CCCCCC;
	margin:0 -12px 12px;
	padding:0 12px 12px;
  }
  .modDetailHead .txt {
    padding: 0 0 0 15px;
  }
  .modDetailHead .catch {
    margin: 0 0 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modDetailHead .name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modDetailHead .company, .modDetailHead .type , .modDetailHead .price, .modDetailHead .category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}


.tabletP .modDetailHead {
    border-bottom: solid 1px #CCCCCC;
	margin:0 -12px 12px;
	padding:0 12px 12px;
}

.tabletP .modDetailHead .txt {
  padding: 0 0 0 15px;
}
.tabletP .modDetailHead .catch {
  margin: 0 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
.tabletP .modDetailHead .name {
  font-size: 15px;
  font-size: 1.5rem;
}
.tabletP .modDetailHead .company, .tabletP .modDetailHead .type {
  font-size: 12px;
  font-size: 1.2rem;
}

#downloadButton{
	display:block;
	text-align:center;
}

.modDetailHead02 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.modDetailHead02 .image {
  display: table-cell;
  vertical-align: top;
}
.modDetailHead02 .txt {
  display: table-cell;
  padding: 0 0 0 22px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .modDetailHead02 {
    display: block;
  }
  .modDetailHead02 .image, .modDetailHead02 .txt {
    display: block;
  }
  .modDetailHead02 .image {
    margin-bottom: 10px;
    text-align: center;
  }
  .modDetailHead02 .txt {
    padding: 0;
  }
}
.tabletP .modDetailHead02 {
  display: block;
}
.tabletP .modDetailHead02 .image, .tabletP .modDetailHead02 .txt {
  display: block;
}
.tabletP .modDetailHead02 .image {
  margin-bottom: 10px;
  text-align: center;
}
.tabletP .modDetailHead02 .txt {
  padding: 0;
}

.modDetailDl {
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin: 0 -20px;
	padding:30px;
}

@media only screen and (max-width: 768px) {

.modDetailDl {
	margin: 0 -10px;
	padding:12px;
}

}

.tabletP .modDetailDl {
	margin: 0 -10px;
	padding:12px;
}

.modDetailDl .txt {
}
.modDetailDl .txtCaution01 {
  margin: 0 0 8px;
  color: #EB2F2F;
}
.modDetailDl .txtCaution02 {
  margin: 0 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: oblique;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
}

.modDetailDl .dllInner {
	display:table;
	width:100%;
	table-layout:fixed;
	border:solid 2px #F05858;
	padding:20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modDetailDl .dllInner .qr,
.modDetailDl .dllInner .mail{
	display:table-cell;
	vertical-align:middle;
}

.modDetailDl .dllInner .qr{
	width: 112px;
}

.modDetailDl .dllInner .mail{
	padding:0 0 0 28px;
}

.modDetailDl canvas {
  width: 112px;
  height: 112px;
}

.modDetailTxtWrap {
	padding:30px 0 0;
}

@media only screen and (max-width: 768px) {
	
	.modDetailTxtWrap {
		border-top:solid 1px #CCCCCC;
		padding:12px 12px 0;
		margin: 0 -10px;
	}
}

.tabletP .modDetailTxtWrap {
	border-top:solid 1px #CCCCCC;
	padding:12px 12px 0;
	margin: 0 -10px;
}



#detailTxt{
  overflow:hidden;
  height:112px;
  line-height:28px;
}

#detailTxt span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#detailTxt.open{
	height:auto;
	line-height:1.5;
}
#detailTxt.open span{
    display: block;
}



.modDetailTxtWrap .title{
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
 }
@media only screen and (max-width: 768px) {
   .modDetailTxtWrap .title {
		margin-bottom:10px;
		font-size: 9px;
		font-size: 0.9rem;
	}
}
.tabletP .modDetailTxtWrap .title {
	margin-bottom:10px;
	font-size: 9px;
	font-size: 0.9rem;
}


.modDetailList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modDetailList li {
  float: left;
  width: 33%;
  margin: 20px 0 0;
}
.modDetailList li:nth-child(-n+3) {
  margin: 0;
}
.modDetailList .title {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}
@media only screen and (max-width: 768px) {
  .modDetailList li {
    width: 50%;
    margin: 15px 0 0 !important;
  }
  .modDetailList li:nth-child(-n+2) {
    margin: 0 !important;
  }
  .modDetailList .title {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.tabletP .modDetailList li {
  width: 50%;
  margin: 15px 0 0 !important;
}
.tabletP .modDetailList li:nth-child(-n+2) {
  margin: 0 !important;
}
.tabletP .modDetailList .title {
  font-size: 9px;
  font-size: 0.9rem;
}

/* width
------------------------------------------------------------*/
.cosW5, .cosW10, .cosW15, .cosW20, .cosW25, .cosW30, .cosW35, .cosW40, .cosW45, .cosW50, .cosW55, .cosW60, .cosW65, .cosW70, .cosW75, .cosW80, .cosW85, .cosW90, .cosW95, .cosW100, .cosW105, .cosW110, .cosW115, .cosW120, .cosW125, .cosW130, .cosW135, .cosW140, .cosW145, .cosW150, .cosW155, .cosW160, .cosW165, .cosW170, .cosW175, .cosW180, .cosW185, .cosW190, .cosW195, .cosW200, .cosW205, .cosW210, .cosW215, .cosW220, .cosW225, .cosW230, .cosW235, .cosW240, .cosW245, .cosW250, .cosW255, .cosW260, .cosW265, .cosW270, .cosW275, .cosW280, .cosW285, .cosW290, .cosW295, .cosW300, .cosW305, .cosW310, .cosW315, .cosW320, .cosW325, .cosW330, .cosW335, .cosW340, .cosW345, .cosW350, .cosW355, .cosW360, .cosW365, .cosW370, .cosW375, .cosW380, .cosW385, .cosW390, .cosW395, .cosW400, .cosW405, .cosW410, .cosW415, .cosW420, .cosW425, .cosW430, .cosW435, .cosW440, .cosW445, .cosW450, .cosW455, .cosW460, .cosW465, .cosW470, .cosW475, .cosW480, .cosW485, .cosW490, .cosW495, .cosW500, .cosW505, .cosW510, .cosW515, .cosW520, .cosW525, .cosW530, .cosW535, .cosW540, .cosW545, .cosW550, .cosW555, .cosW560, .cosW565, .cosW570, .cosW575, .cosW580, .cosW585, .cosW590, .cosW595, .cosW600, .cosW605, .cosW610, .cosW615, .cosW620, .cosW625, .cosW630, .cosW635, .cosW640, .cosW645, .cosW650, .cosW655, .cosW660, .cosW665, .cosW670, .cosW675, .cosW680, .cosW685, .cosW690, .cosW695, .cosW700, .cosW705, .cosW710, .cosW715, .cosW720, .cosW725, .cosW730, .cosW735, .cosW740, .cosW745, .cosW750, .cosW755, .cosW760, .cosW765, .cosW770, .cosW775, .cosW780, .cosW785, .cosW790, .cosW795, .cosW800, .cosW805, .cosW810, .cosW815, .cosW820, .cosW825, .cosW830, .cosW835, .cosW840, .cosW845, .cosW850, .cosW855, .cosW860, .cosW865, .cosW870, .cosW875, .cosW880, .cosW885, .cosW890, .cosW895 {
  max-width: 100%;
}

.cosW100per {
  width: 100% !important;
}

.cosW5 {
  width: 5px !important;
}

.cosW10 {
  width: 10px !important;
}

.cosW15 {
  width: 15px !important;
}

.cosW20 {
  width: 20px !important;
}

.cosW25 {
  width: 25px !important;
}

.cosW30 {
  width: 30px !important;
}

.cosW35 {
  width: 35px !important;
}

.cosW40 {
  width: 40px !important;
}

.cosW45 {
  width: 45px !important;
}

.cosW50 {
  width: 50px !important;
}

.cosW55 {
  width: 55px !important;
}

.cosW60 {
  width: 60px !important;
}

.cosW65 {
  width: 65px !important;
}

.cosW70 {
  width: 70px !important;
}

.cosW75 {
  width: 75px !important;
}

.cosW80 {
  width: 80px !important;
}

.cosW85 {
  width: 85px !important;
}

.cosW90 {
  width: 90px !important;
}

.cosW95 {
  width: 95px !important;
}

.cosW100 {
  width: 100px !important;
}

.cosW105 {
  width: 105px !important;
}

.cosW110 {
  width: 110px !important;
}

.cosW115 {
  width: 115px !important;
}

.cosW120 {
  width: 120px !important;
}

.cosW125 {
  width: 125px !important;
}

.cosW130 {
  width: 130px !important;
}

.cosW135 {
  width: 135px !important;
}

.cosW140 {
  width: 140px !important;
}

.cosW145 {
  width: 145px !important;
}

.cosW150 {
  width: 150px !important;
}

.cosW155 {
  width: 155px !important;
}

.cosW160 {
  width: 160px !important;
}

.cosW165 {
  width: 165px !important;
}

.cosW170 {
  width: 170px !important;
}

.cosW175 {
  width: 175px !important;
}

.cosW180 {
  width: 180px !important;
}

.cosW185 {
  width: 185px !important;
}

.cosW190 {
  width: 190px !important;
}

.cosW195 {
  width: 195px !important;
}

.cosW200 {
  width: 200px !important;
}

.cosW205 {
  width: 205px !important;
}

.cosW210 {
  width: 210px !important;
}

.cosW215 {
  width: 215px !important;
}

.cosW220 {
  width: 220px !important;
}

.cosW225 {
  width: 225px !important;
}

.cosW230 {
  width: 230px !important;
}

.cosW235 {
  width: 235px !important;
}

.cosW240 {
  width: 240px !important;
}

.cosW245 {
  width: 245px !important;
}

.cosW250 {
  width: 250px !important;
}

.cosW255 {
  width: 255px !important;
}

.cosW260 {
  width: 260px !important;
}

.cosW265 {
  width: 265px !important;
}

.cosW270 {
  width: 270px !important;
}

.cosW275 {
  width: 275px !important;
}

.cosW280 {
  width: 280px !important;
}

.cosW285 {
  width: 285px !important;
}

.cosW290 {
  width: 290px !important;
}

.cosW295 {
  width: 295px !important;
}

.cosW300 {
  width: 300px !important;
}

.cosW305 {
  width: 305px !important;
}

.cosW310 {
  width: 310px !important;
}

.cosW315 {
  width: 315px !important;
}

.cosW320 {
  width: 320px !important;
}

.cosW325 {
  width: 325px !important;
}

.cosW330 {
  width: 330px !important;
}

.cosW335 {
  width: 335px !important;
}

.cosW340 {
  width: 340px !important;
}

.cosW345 {
  width: 345px !important;
}

.cosW350 {
  width: 350px !important;
}

.cosW355 {
  width: 355px !important;
}

.cosW360 {
  width: 360px !important;
}

.cosW365 {
  width: 365px !important;
}

.cosW370 {
  width: 370px !important;
}

.cosW375 {
  width: 375px !important;
}

.cosW380 {
  width: 380px !important;
}

.cosW385 {
  width: 385px !important;
}

.cosW390 {
  width: 390px !important;
}

.cosW395 {
  width: 395px !important;
}

.cosW400 {
  width: 400px !important;
}

.cosW405 {
  width: 405px !important;
}

.cosW410 {
  width: 410px !important;
}

.cosW415 {
  width: 415px !important;
}

.cosW420 {
  width: 420px !important;
}

.cosW425 {
  width: 425px !important;
}

.cosW430 {
  width: 430px !important;
}

.cosW435 {
  width: 435px !important;
}

.cosW440 {
  width: 440px !important;
}

.cosW445 {
  width: 445px !important;
}

.cosW450 {
  width: 450px !important;
}

.cosW455 {
  width: 455px !important;
}

.cosW460 {
  width: 460px !important;
}

.cosW465 {
  width: 465px !important;
}

.cosW470 {
  width: 470px !important;
}

.cosW475 {
  width: 475px !important;
}

.cosW480 {
  width: 480px !important;
}

.cosW485 {
  width: 485px !important;
}

.cosW490 {
  width: 490px !important;
}

.cosW495 {
  width: 495px !important;
}

.cosW500 {
  width: 500px !important;
}

.cosW505 {
  width: 505px !important;
}

.cosW510 {
  width: 510px !important;
}

.cosW515 {
  width: 515px !important;
}

.cosW520 {
  width: 520px !important;
}

.cosW525 {
  width: 525px !important;
}

.cosW530 {
  width: 530px !important;
}

.cosW535 {
  width: 535px !important;
}

.cosW540 {
  width: 540px !important;
}

.cosW545 {
  width: 545px !important;
}

.cosW550 {
  width: 550px !important;
}

.cosW555 {
  width: 555px !important;
}

.cosW560 {
  width: 560px !important;
}

.cosW565 {
  width: 565px !important;
}

.cosW570 {
  width: 570px !important;
}

.cosW575 {
  width: 575px !important;
}

.cosW580 {
  width: 580px !important;
}

.cosW585 {
  width: 585px !important;
}

.cosW590 {
  width: 590px !important;
}

.cosW595 {
  width: 595px !important;
}

.cosW600 {
  width: 600px !important;
}

.cosW605 {
  width: 605px !important;
}

.cosW610 {
  width: 610px !important;
}

.cosW615 {
  width: 615px !important;
}

.cosW620 {
  width: 620px !important;
}

.cosW625 {
  width: 625px !important;
}

.cosW630 {
  width: 630px !important;
}

.cosW635 {
  width: 635px !important;
}

.cosW640 {
  width: 640px !important;
}

.cosW645 {
  width: 645px !important;
}

.cosW650 {
  width: 650px !important;
}

.cosW655 {
  width: 655px !important;
}

.cosW660 {
  width: 660px !important;
}

.cosW665 {
  width: 665px !important;
}

.cosW670 {
  width: 670px !important;
}

.cosW675 {
  width: 675px !important;
}

.cosW680 {
  width: 680px !important;
}

.cosW685 {
  width: 685px !important;
}

.cosW690 {
  width: 690px !important;
}

.cosW695 {
  width: 695px !important;
}

.cosW700 {
  width: 700px !important;
}

.cosW705 {
  width: 705px !important;
}

.cosW710 {
  width: 710px !important;
}

.cosW715 {
  width: 715px !important;
}

.cosW720 {
  width: 720px !important;
}

.cosW725 {
  width: 725px !important;
}

.cosW730 {
  width: 730px !important;
}

.cosW735 {
  width: 735px !important;
}

.cosW740 {
  width: 740px !important;
}

.cosW745 {
  width: 745px !important;
}

.cosW750 {
  width: 750px !important;
}

.cosW755 {
  width: 755px !important;
}

.cosW760 {
  width: 760px !important;
}

.cosW765 {
  width: 765px !important;
}

.cosW770 {
  width: 770px !important;
}

.cosW775 {
  width: 775px !important;
}

.cosW780 {
  width: 780px !important;
}

.cosW785 {
  width: 785px !important;
}

.cosW790 {
  width: 790px !important;
}

.cosW795 {
  width: 795px !important;
}

.cosW800 {
  width: 800px !important;
}

.cosW805 {
  width: 805px !important;
}

.cosW810 {
  width: 810px !important;
}

.cosW815 {
  width: 815px !important;
}

.cosW820 {
  width: 820px !important;
}

.cosW825 {
  width: 825px !important;
}

.cosW830 {
  width: 830px !important;
}

.cosW835 {
  width: 835px !important;
}

.cosW840 {
  width: 840px !important;
}

.cosW845 {
  width: 845px !important;
}

.cosW850 {
  width: 850px !important;
}

.cosW855 {
  width: 855px !important;
}

.cosW860 {
  width: 860px !important;
}

.cosW865 {
  width: 865px !important;
}

.cosW870 {
  width: 870px !important;
}

.cosW875 {
  width: 875px !important;
}

.cosW880 {
  width: 880px !important;
}

.cosW885 {
  width: 885px !important;
}

.cosW890 {
  width: 890px !important;
}

.cosW895 {
  width: 895px !important;
}

/* margin,padding
------------------------------------------------------------*/
.mRLAuto {
  margin-left: auto;
  margin-right: auto;
}

.cosMl0 {
  margin-left: 0 !important;
}

.cosMl5 {
  margin-left: 5px !important;
}

.cosMl10 {
  margin-left: 10px !important;
}

.cosMl20 {
  margin-left: 20px !important;
}

.cosMl30 {
  margin-left: 30px !important;
}

.cosMl40 {
  margin-left: 40px !important;
}

.cosMl50 {
  margin-left: 50px !important;
}

.cosMl60 {
  margin-left: 60px !important;
}

.cosMl70 {
  margin-left: 70px !important;
}

.cosMl80 {
  margin-left: 80px !important;
}

.cosMl90 {
  margin-left: 90px !important;
}

.cosMl100 {
  margin-left: 100px !important;
}

.cosMl110 {
  margin-left: 110px !important;
}

.cosMl120 {
  margin-left: 120px !important;
}

.cosMl130 {
  margin-left: 130px !important;
}

.cosMl140 {
  margin-left: 140px !important;
}

.cosMl150 {
  margin-left: 150px !important;
}

.cosMl160 {
  margin-left: 160px !important;
}

.cosMl170 {
  margin-left: 170px !important;
}

.cosMl180 {
  margin-left: 180px !important;
}

.cosMl190 {
  margin-left: 190px !important;
}

.cosMl200 {
  margin-left: 200px !important;
}

.cosMl210 {
  margin-left: 210px !important;
}

.cosMl220 {
  margin-left: 220px !important;
}

.cosMl230 {
  margin-left: 230px !important;
}

.cosMl240 {
  margin-left: 240px !important;
}

.cosMl250 {
  margin-left: 250px !important;
}

.cosMl260 {
  margin-left: 260px !important;
}

.cosMl270 {
  margin-left: 270px !important;
}

.cosMl280 {
  margin-left: 280px !important;
}

.cosMl290 {
  margin-left: 290px !important;
}

.cosMl300 {
  margin-left: 300px !important;
}

.cosMt0 {
  margin-top: 0 !important;
}

.cosMt5 {
  margin-top: 5px !important;
}

.cosMt10 {
  margin-top: 10px !important;
}

.cosMt15 {
  margin-top: 15px !important;
}

.cosMt20 {
  margin-top: 20px !important;
}

.cosMt30 {
  margin-top: 30px !important;
}

.cosMt40 {
  margin-top: 40px !important;
}

.cosMt50 {
  margin-top: 50px !important;
}

.cosMt60 {
  margin-top: 60px !important;
}

.cosMt70 {
  margin-top: 70px !important;
}

.cosMt80 {
  margin-top: 80px !important;
}

.cosMt90 {
  margin-top: 90px !important;
}

.cosMt100 {
  margin-top: 100px !important;
}

.cosMt110 {
  margin-top: 110px !important;
}

.cosMt120 {
  margin-top: 120px !important;
}

.cosMt130 {
  margin-top: 130px !important;
}

.cosMt140 {
  margin-top: 140px !important;
}

.cosMt150 {
  margin-top: 150px !important;
}

.cosMt160 {
  margin-top: 160px !important;
}

.cosMt170 {
  margin-top: 170px !important;
}

.cosMt180 {
  margin-top: 180px !important;
}

.cosMt190 {
  margin-top: 190px !important;
}

.cosMt200 {
  margin-top: 200px !important;
}

.cosMt210 {
  margin-top: 210px !important;
}

.cosMt220 {
  margin-top: 220px !important;
}

.cosMt230 {
  margin-top: 230px !important;
}

.cosMt240 {
  margin-top: 240px !important;
}

.cosMt250 {
  margin-top: 250px !important;
}

.cosMt260 {
  margin-top: 260px !important;
}

.cosMt270 {
  margin-top: 270px !important;
}

.cosMt280 {
  margin-top: 280px !important;
}

.cosMt290 {
  margin-top: 290px !important;
}

.cosMt300 {
  margin-top: 300px !important;
}

.cosMr0 {
  margin-right: 0 !important;
}

.cosMr5 {
  margin-right: 5px !important;
}

.cosMr10 {
  margin-right: 10px !important;
}

.cosMr20 {
  margin-right: 20px !important;
}

.cosMr30 {
  margin-right: 30px !important;
}

.cosMr40 {
  margin-right: 40px !important;
}

.cosMr50 {
  margin-right: 50px !important;
}

.cosMr60 {
  margin-right: 60px !important;
}

.cosMr70 {
  margin-right: 70px !important;
}

.cosMr80 {
  margin-right: 80px !important;
}

.cosMr90 {
  margin-right: 90px !important;
}

.cosMr100 {
  margin-right: 100px !important;
}

.cosMr110 {
  margin-right: 110px !important;
}

.cosMr120 {
  margin-right: 120px !important;
}

.cosMr130 {
  margin-right: 130px !important;
}

.cosMr140 {
  margin-right: 140px !important;
}

.cosMr150 {
  margin-right: 150px !important;
}

.cosMr160 {
  margin-right: 160px !important;
}

.cosMr170 {
  margin-right: 170px !important;
}

.cosMr180 {
  margin-right: 180px !important;
}

.cosMr190 {
  margin-right: 190px !important;
}

.cosMr200 {
  margin-right: 200px !important;
}

.cosMr210 {
  margin-right: 210px !important;
}

.cosMr220 {
  margin-right: 220px !important;
}

.cosMr230 {
  margin-right: 230px !important;
}

.cosMr240 {
  margin-right: 240px !important;
}

.cosMr250 {
  margin-right: 250px !important;
}

.cosMr260 {
  margin-right: 260px !important;
}

.cosMr270 {
  margin-right: 270px !important;
}

.cosMr280 {
  margin-right: 280px !important;
}

.cosMr290 {
  margin-right: 290px !important;
}

.cosMr300 {
  margin-right: 300px !important;
}

.cosMb0 {
  margin-bottom: 0 !important;
}

.cosMb5 {
  margin-bottom: 5px !important;
}

.cosMb10 {
  margin-bottom: 10px !important;
}

.cosMb15 {
  margin-bottom: 15px !important;
}

.cosMb20 {
  margin-bottom: 20px !important;
}

.cosMb30 {
  margin-bottom: 30px !important;
}

.cosMb40 {
  margin-bottom: 40px !important;
}

.cosMb50 {
  margin-bottom: 50px !important;
}

.cosMb60 {
  margin-bottom: 60px !important;
}

.cosMb70 {
  margin-bottom: 70px !important;
}

.cosMb80 {
  margin-bottom: 80px !important;
}

.cosMb90 {
  margin-bottom: 90px !important;
}

.cosMb100 {
  margin-bottom: 100px !important;
}

.cosMb110 {
  margin-bottom: 110px !important;
}

.cosMb120 {
  margin-bottom: 120px !important;
}

.cosMb130 {
  margin-bottom: 130px !important;
}

.cosMb140 {
  margin-bottom: 140px !important;
}

.cosMb150 {
  margin-bottom: 150px !important;
}

.cosMb160 {
  margin-bottom: 160px !important;
}

.cosMb170 {
  margin-bottom: 170px !important;
}

.cosMb180 {
  margin-bottom: 180px !important;
}

.cosMb190 {
  margin-bottom: 190px !important;
}

.cosMb200 {
  margin-bottom: 200px !important;
}

.cosMb210 {
  margin-bottom: 210px !important;
}

.cosMb220 {
  margin-bottom: 220px !important;
}

.cosMb230 {
  margin-bottom: 230px !important;
}

.cosMb240 {
  margin-bottom: 240px !important;
}

.cosMb250 {
  margin-bottom: 250px !important;
}

.cosMb260 {
  margin-bottom: 260px !important;
}

.cosMb270 {
  margin-bottom: 270px !important;
}

.cosMb280 {
  margin-bottom: 280px !important;
}

.cosMb290 {
  margin-bottom: 290px !important;
}

.cosMb300 {
  margin-bottom: 300px !important;
}

.cosPl0 {
  padding-left: 0 !important;
}

.cosPl5 {
  padding-left: 5px !important;
}

.cosPl10 {
  padding-left: 10px !important;
}

.cosPl20 {
  padding-left: 20px !important;
}

.cosPl30 {
  padding-left: 30px !important;
}

.cosPl40 {
  padding-left: 40px !important;
}

.cosPl50 {
  padding-left: 50px !important;
}

.cosPl60 {
  padding-left: 60px !important;
}

.cosPl70 {
  padding-left: 70px !important;
}

.cosPl80 {
  padding-left: 80px !important;
}

.cosPl90 {
  padding-left: 90px !important;
}

.cosPl100 {
  padding-left: 100px !important;
}

.cosPl110 {
  padding-left: 110px !important;
}

.cosPl120 {
  padding-left: 120px !important;
}

.cosPl130 {
  padding-left: 130px !important;
}

.cosPl140 {
  padding-left: 140px !important;
}

.cosPl150 {
  padding-left: 150px !important;
}

.cosPl160 {
  padding-left: 160px !important;
}

.cosPl170 {
  padding-left: 170px !important;
}

.cosPl180 {
  padding-left: 180px !important;
}

.cosPl190 {
  padding-left: 190px !important;
}

.cosPl200 {
  padding-left: 200px !important;
}

.cosPl210 {
  padding-left: 210px !important;
}

.cosPl220 {
  padding-left: 220px !important;
}

.cosPl230 {
  padding-left: 230px !important;
}

.cosPl240 {
  padding-left: 240px !important;
}

.cosPl250 {
  padding-left: 250px !important;
}

.cosPl260 {
  padding-left: 260px !important;
}

.cosPl270 {
  padding-left: 270px !important;
}

.cosPl280 {
  padding-left: 280px !important;
}

.cosPl290 {
  padding-left: 290px !important;
}

.cosPl300 {
  padding-left: 300px !important;
}

.cosPt0 {
  padding-top: 0 !important;
}

.cosPt5 {
  padding-top: 5px !important;
}

.cosPt10 {
  padding-top: 10px !important;
}

.cosPt20 {
  padding-top: 20px !important;
}

.cosPt30 {
  padding-top: 30px !important;
}

.cosPt40 {
  padding-top: 40px !important;
}

.cosPt50 {
  padding-top: 50px !important;
}

.cosPt60 {
  padding-top: 60px !important;
}

.cosPt70 {
  padding-top: 70px !important;
}

.cosPt80 {
  padding-top: 80px !important;
}

.cosPt90 {
  padding-top: 90px !important;
}

.cosPt100 {
  padding-top: 100px !important;
}

.cosPt110 {
  padding-top: 110px !important;
}

.cosPt120 {
  padding-top: 120px !important;
}

.cosPt130 {
  padding-top: 130px !important;
}

.cosPt140 {
  padding-top: 140px !important;
}

.cosPt150 {
  padding-top: 150px !important;
}

.cosPt160 {
  padding-top: 160px !important;
}

.cosPt170 {
  padding-top: 170px !important;
}

.cosPt180 {
  padding-top: 180px !important;
}

.cosPt190 {
  padding-top: 190px !important;
}

.cosPt200 {
  padding-top: 200px !important;
}

.cosPt210 {
  padding-top: 210px !important;
}

.cosPt220 {
  padding-top: 220px !important;
}

.cosPt230 {
  padding-top: 230px !important;
}

.cosPt240 {
  padding-top: 240px !important;
}

.cosPt250 {
  padding-top: 250px !important;
}

.cosPt260 {
  padding-top: 260px !important;
}

.cosPt270 {
  padding-top: 270px !important;
}

.cosPt280 {
  padding-top: 280px !important;
}

.cosPt290 {
  padding-top: 290px !important;
}

.cosPt300 {
  padding-top: 300px !important;
}

.cosPr0 {
  padding-right: 0 !important;
}

.cosPr5 {
  padding-right: 5px !important;
}

.cosPr10 {
  padding-right: 10px !important;
}

.cosPr20 {
  padding-right: 20px !important;
}

.cosPr30 {
  padding-right: 30px !important;
}

.cosPr40 {
  padding-right: 40px !important;
}

.cosPr50 {
  padding-right: 50px !important;
}

.cosPr60 {
  padding-right: 60px !important;
}

.cosPr70 {
  padding-right: 70px !important;
}

.cosPr80 {
  padding-right: 80px !important;
}

.cosPr90 {
  padding-right: 90px !important;
}

.cosPr100 {
  padding-right: 100px !important;
}

.cosPr110 {
  padding-right: 110px !important;
}

.cosPr120 {
  padding-right: 120px !important;
}

.cosPr130 {
  padding-right: 130px !important;
}

.cosPr140 {
  padding-right: 140px !important;
}

.cosPr150 {
  padding-right: 150px !important;
}

.cosPr160 {
  padding-right: 160px !important;
}

.cosPr170 {
  padding-right: 170px !important;
}

.cosPr180 {
  padding-right: 180px !important;
}

.cosPr190 {
  padding-right: 190px !important;
}

.cosPr200 {
  padding-right: 200px !important;
}

.cosPr210 {
  padding-right: 210px !important;
}

.cosPr220 {
  padding-right: 220px !important;
}

.cosPr230 {
  padding-right: 230px !important;
}

.cosPr240 {
  padding-right: 240px !important;
}

.cosPr250 {
  padding-right: 250px !important;
}

.cosPr260 {
  padding-right: 260px !important;
}

.cosPr270 {
  padding-right: 270px !important;
}

.cosPr280 {
  padding-right: 280px !important;
}

.cosPr290 {
  padding-right: 290px !important;
}

.cosPr300 {
  padding-right: 300px !important;
}

.cosPb0 {
  padding-bottom: 0 !important;
}

.cosPb5 {
  padding-bottom: 5px !important;
}

.cosPb10 {
  padding-bottom: 10px !important;
}

.cosPb20 {
  padding-bottom: 20px !important;
}

.cosPb30 {
  padding-bottom: 30px !important;
}

.cosPb40 {
  padding-bottom: 40px !important;
}

.cosPb50 {
  padding-bottom: 50px !important;
}

.cosPb60 {
  padding-bottom: 60px !important;
}

.cosPb70 {
  padding-bottom: 70px !important;
}

.cosPb80 {
  padding-bottom: 80px !important;
}

.cosPb90 {
  padding-bottom: 90px !important;
}

.cosPb100 {
  padding-bottom: 100px !important;
}

.cosPb110 {
  padding-bottom: 110px !important;
}

.cosPb120 {
  padding-bottom: 120px !important;
}

.cosPb130 {
  padding-bottom: 130px !important;
}

.cosPb140 {
  padding-bottom: 140px !important;
}

.cosPb150 {
  padding-bottom: 150px !important;
}

.cosPb160 {
  padding-bottom: 160px !important;
}

.cosPb170 {
  padding-bottom: 170px !important;
}

.cosPb180 {
  padding-bottom: 180px !important;
}

.cosPb190 {
  padding-bottom: 190px !important;
}

.cosPb200 {
  padding-bottom: 200px !important;
}

.cosPb210 {
  padding-bottom: 210px !important;
}

.cosPb220 {
  padding-bottom: 220px !important;
}

.cosPb230 {
  padding-bottom: 230px !important;
}

.cosPb240 {
  padding-bottom: 240px !important;
}

.cosPb250 {
  padding-bottom: 250px !important;
}

.cosPb260 {
  padding-bottom: 260px !important;
}

.cosPb270 {
  padding-bottom: 270px !important;
}

.cosPb280 {
  padding-bottom: 280px !important;
}

.cosPb290 {
  padding-bottom: 290px !important;
}

.cosPb300 {
  padding-bottom: 300px !important;
}

/* text
------------------------------------------------------------*/
.cosTxtBold {
  font-weight: bold !important;
}

.cosTxtRight {
  text-align: right !important;
}

.cosTxtCenter {
  text-align: center !important;
}

.cosTxtLeft {
  text-align: left !important;
}

.cosTxt10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.cosTxt11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.cosTxt12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.cosTxt13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.cosTxt14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.cosTxt16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.cosTxt18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.cosTxt20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

/* grid
------------------------------------------------------------*/
.cosGrid {
  width: 100%;
  *zoom: 1;
}

.cosGrid:before,
.cosGrid:after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGrid:after {
  clear: both;
}

.cosGrid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cosGrid [class*="span"]:first-child {
  margin-left: 0;
}

.cosGrid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.cosGrid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.cosGrid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.cosGrid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.cosGrid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.cosGrid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.cosGrid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.cosGrid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.cosGrid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.cosGrid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.cosGrid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.cosGrid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.cosGrid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.cosGrid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.cosGrid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.cosGrid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.cosGrid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.cosGrid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.cosGrid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.cosGrid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.cosGrid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.cosGrid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.cosGrid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.cosGrid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.cosGrid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.cosGrid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.cosGrid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.cosGrid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.cosGrid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.cosGrid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.cosGrid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.cosGrid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.cosGrid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.cosGrid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.cosGrid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.cosGrid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.cosGrid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*="offset"]:first-child {
    margin-left: 0;
  }
}

/* etc
------------------------------------------------------------*/
.cosHide {
  display: none;
}

/*# sourceMappingURL=common.css.map */
