@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,p,ul,li,a,img,br,div {
	margin: 0;
	padding: 0;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
img {
	vertical-align: bottom;
}
a {
	display: block;
	text-decoration: none;
}
li {
	list-style: none
}
/*clear*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-block;
	} /*IE7*/

* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
.clear {
	clear: both;
}

/* background-color */
.bgcolor-wh { background-color: #fff !important; }

/* border */
.bodr-no { border: none !important; }
.bodrt-no { border-top: none !important; }
.bodr-or01 { border: 1px solid #f60 !important; }
.bodrt-gr01 { border-top: 1px solid #a5babd !important; }
.bodrb-gr01 { border: 1px solid #e0e0e0 !important; }

/* margin,padding */
.mgn0 { margin: 0 !important; }
.mt0 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt07 { margin-top: 7px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt-10 { margin-top: -10px !important; }
.mt-20 { margin-top: -20px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb07 { margin-bottom: 7px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.pdg10 { padding: 10px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }

/*----layout----*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

/*コンテンツ（タイトル）部分*/
.contents_title {
	height: 32px;
	background-color: #c7d3d5;
	position: relative;
	clear: both;
}
.contents_title_inner {
	height: 26px;
	background-color: #ffffff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #a5babd;
}
.contents_title .star_1{
	margin-left: 3.125%;
	position: absolute;
	top: -0.5px;
	width: 5.9375%
}
.contents_title .star_1 img {
	width: 100%;
}
.contents_title h3{
	margin-left: 37px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.8rem;
	font-weight: normal;
}
/*コンテンツ（メニュー）部分*/
.contents_menu {
	background-color: #e6e9eb;
}
.contents_menu ul {
	margin: 0 auto 20px;
	width: 304px;
	z-index: 99;
}
.contents_menu li {
	float: left;
	padding: 8px 0 0 8px;
	width: 70px;
}
.contents_menu ul li:nth-of-type(1) {
	padding: 8px 0 0 0;
}
.contents_menu ul li img {
	width: 100%;
}
.btn_signup {
	width: 94%;
	margin: 0 auto;
    margin-top: 0px;
	border-top: 1px solid #C2C2C8;
	margin-top: 15px;
	padding-top: 15px;
}
.btn_signup a {
    width: 99%;
    background: #FF9194;
    border: 1px solid #FF6266;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.103em;
    padding: 12px 0;
}
.btn_signup img {
	width: 100%;
}
.btn_play {
	width: 132px;
	margin: 10px auto 20px;
}
.btn_play img {
	width: 100%;
}
.daily_banner {
	margin: 10px auto 0;
}
.daily_banner img{
	width: 100%;
}
.daily_banner .daily_banner_info{
	margin: 0 auto;
	padding: 0;
	height: 32px;
}
.daily_banner p{
	color: #ff9600;
	font-size: 1.0rem;
	line-height: 1.0rem;
}
.daily_banner span {
	position: relative;
	display: block;
	width: 16px;
}
.daily_banner span.star_2_l {
	top: 14px;
	left: 82px;
}
.daily_banner span.star_2_r {
	top: -16px;
	left: 202px;
}


/*footer*/
footer {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
footer .annai, .android.chrome footer .annai {
	margin: 24px auto -4px;
}
.iphone footer .annai, .android footer .annai {
	margin: 24px auto 16px;
}
footer .annai ul {
	display: inline-block;
	text-align: center;
	margin-top: -12px;
}
footer li a:link, footer li a:hover, footer li a:visited {
	color: #687577;
}
.annai li {
	float: left;
	font-size: 1.0em;
	display:inline;
	list-style-type:none;
	padding: 0 14px;
}
.annai li+li {
	border-left:1px solid #999;
}
footer p {
	padding: 10px 0 !important;
	background-color: #f5f5fa;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.0em;
	clear: both;
}
footer p a:link, footer p a:hover, footer  a:visited {
	color: #000000;
    font-size: 9px;
    font-weight: normal;
}

/* スライダ共通 */
.slick-slide img {
	display: block;
	width: 100%;
}
.slick-prev img, .slick-next img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	content:"";
}

/*multi_sld（上部バナースライダ）*/
.top_slider {
	background-color: #ffffff;
	height: 130px;
}
.multi_sld {
	background-color: #e6e9eb;
	position: relative;
	padding: 10px 0;
	width: 100%;
	height: 80px;
}
.banner_multi {
	width: 100%;
	margin: 0 auto;
}
.banner_multi .slide_item {
/*
	width: 114px;
 */
	width: 92px;
	height: 80px;
	margin-left: 10px;
	left: -57px;
}

/* スライダ ボタンナビゲーション（矢印） */
.multi_sld .slick-prev {
	left: 11px;
}
.multi_sld .slick-next {
	right: 11px;
}
.multi_sld .slick-prev, .multi_sld .slick-next, .android.chrome .multi_sld .slick-prev, .android.chrome .multi_sld .slick-next {
	width: 18px;
	height: 18px;
	top: 113px;
	z-index: 100;
}
.android .multi_sld .slick-prev, .android .multi_sld .slick-next {
	top: 96px;
}
.multi_sld button.slick-prev ,.multi_sld button.slick-next {
	z-index: 99;
}
.multi_sld button.slick-next {
	z-index: 99;
}
/* スライダ ドットナビゲーション */
.multi_sld .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 6px;
}
.multi_sld .slick-dots li button {
	height: 8px;
	width: 8px;
	background: url(../img/caousel_uf.png) no-repeat;
	background-size: 8px;
}
.multi_sld .slick-dots li.slick-active button {
	background: url(../img/carousel_f.png) no-repeat;
	background-size: 8px;
}
.multi_sld .slick-dots, .android.chrome .multi_sld .slick-dots {
	height: 30px;
	top: 95px;
}
.iphone .multi_sld .slick-dots {
	height: 30px;
	top: 92px;
}
.android .multi_sld .slick-dots {
	height: 30px;
	top: 98px;
}

/* single_sld（下部バナースライダ） */
.single_sld {
	background-color: #e6e9eb;
	position: relative;
	padding: 10px 0;
	width: 100%;
}
.single_sld .banner_single {
	margin: 0 auto;
	width: 96.25%;
}
.single_sld .banner_single a {
	padding: 0 4px;
}
.single_sld .banner_single .slide_item img{
	width: 100%;
}
.single_sld .slick-prev, .single_sld .slick-next, .android.chrome .single_sld .slick-prev, .android.chrome .single_sld .slick-next {
	width: 25px;
	height: 30px;
	top: 34px;
}
.android .single_sld .slick-prev, .android .single_sld .slick-next {
	top: 14px;
	z-index: 999;
}
.single_sld .slick-prev {
	left: 0px;
}
.single_sld .slick-next {
	right: 0px;
}
.single_sld .slick-prev:before, .single_sld .slick-next:before {
	content:"";
}
.single_sld button.slick-prev {
	margin-top: -17px;
	margin-left: -20px;
	z-index: 99;
}
.single_sld button.slick-next {
	margin-top: -17px;
	margin-right: -20px;
	z-index: 99;
}
#top_member {
	background : none;
}

/* banner_new（上部固定バナー） */
.banner_new {
	padding: 8px 0px;
    width: 100%;
    box-sizing: border-box;
}
.banner_new img {
	width: 100%;
}

/* banner_static（上部固定バナー） */
.banner_static {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border-top: solid 4px #F5F5FA;
}
.banner_static img {
	width: 100%;
}

.banner_static a:first-child img {
    width: 100%;
    padding-bottom: 15px;
}
.img_top{
	padding-bottom: 15px;
}

/* 20150325 added */
.anchor_block {
    display:block;
   /* margin: 12px 0 0; */
}

.anchor_block figure {
    float: left;
    width: 62px;
    margin: 4px 6px 0 0; }
  .anchor_block h3 {
      position:relative;
      color:#1f3278;
      font-size:16px;
      line-height:23px;
      text-align:left;
      padding: 0 24px 0 0; 
  }
  .anchor_block h3:before {
      content:"";
      display:block;
      position:absolute;
      top:25%;
      right: 0px;
      width: 20px;
      height: 20px;
      background:url(../image/icon_arrow.png) no-repeat top left;
      -webkit-background-size:20px auto;
      -moz-background-size:20px auto;
      -o-background-size:20px auto;
      background-size:20px auto;
  }

/* インストールガイド */
.tutorial_area {
    margin: 12px 10px 40px;
}

.tutorial_area h4 {
    color:#ff561b;
    font-size: 15px;
    line-height:18px;
    text-align:center;
}

.tutorial_area > figure {
    margin: 12px 0 0;
}

.tutorial_area > figure img {
    width: 100%;
}

/* ログイン済会員時　top　ご利用情報・使い方 アイコン表示 */
nav ul li img {
	vertical-align: middle;
}

/* 継続コンテンツ　MUSICストアRANKING　調整 */
.rankinglist_block {
	padding: 0;
}

/*　LPページ　*/
.contents_lp_top {
	background-color: #fff;
	padding-bottom: 20px;
}
.lp_top {
	margin: 10px;
	width: 93.75%;
}
.lp_top img {
	width: 100%;
}
.btn_signup_new {
	width: 180px;
	margin: 20px auto 0;
}
.btn_signup_new img {
	width: 100%;
}

/* single_sld_lp（シングルバナースライダ LPページ） */
.botm_slider {
	background-color: #ffffff;
	height: 152px;
}
.single_sld_lp {
	background-color: #e6e9eb;
	position: relative;
	padding: 10px 0;
}
.single_sld_lp .banner_single_lp {
	margin: 0 auto;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.20);
}
.banner_single_lp .slick-slide img {
	display: block;
}
.banner_single_lp .slide_item {
	margin-left: 2px;
}
.android .banner_single_lp .slide_item {
	margin-left: 6px;
}
.single_sld_lp .banner_single_lp a {
	padding: 0 2px 0 0;
}
.single_sld_lp .banner_single_lp .slide_item img{
	width: 100%;
}

/* スライダ ボタンナビゲーション（矢印） */
.single_sld_lp .slick-prev, .single_sld_lp .slick-next, .android.chrome .single_sld_lp .slick-prev, .android.chrome .single_sld_lp .slick-next {
	width: 18px;
	height: 18px;
	top: 136px;
	z-index: 100;
}
.android .single_sld_lp .slick-prev, .android .single_sld_lp .slick-next {
	top: 118px;
	z-index: 999;
}
.single_sld_lp .slick-prev {
	left: 11px;
}
.single_sld_lp .slick-next {
	right: 11px;
}
.single_sld_lp .slick-prev:before, .single_sld_lp .slick-next:before {
	content:"";
}
/* スライダ ドットナビゲーション */
.single_sld_lp .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 6px;
}
.single_sld_lp .slick-dots li button {
	height: 8px;
	width: 8px;
	background: url(../img/caousel_uf.png) no-repeat;
	background-size: 8px;
}
.single_sld_lp .slick-dots li.slick-active button {
	background: url(../img/carousel_f.png) no-repeat;
	background-size: 8px;
}
.single_sld_lp .slick-dots, .android.chrome .single_sld_lp .slick-dots {
	height: 30px;
	top: 117px;
}
.iphone .single_sld_lp .slick-dots {
	height: 30px;
	top: 140x;
}
.android .single_sld_lp .slick-dots {
	height: 30px;
	top: 120px;
}



/*==============================
▼ 2015/07/27追記CSS
==============================*/
/*コインで購入メニューicon 調整部分*/
li.box-l ul.box-l_other {
	width: 312px;
}

ul.menu-area li.m-li50 {
	width: 154px;
}

div.m-icon50 {
	width: 100%;
}

.daily-area {
	background: #e6e9eb;
	padding: 8px 0;
}

div.daily_banner {
	margin: 0 auto;
}

div.fortune_banner {
	margin: auto 0;
	position: relative;
}

input[type=date] {
	width: 296px;
	height: 73px;
	position: absolute;
	left: 0px;
	opacity: 0;
}

div.m-icon75h {
	padding-top: 40px;
	height: 114px;
}

/*コインで購入メニュー*/
.contents_menu ul.menu-area-other {
	margin: 10px auto 2px;
}

div.m-icon75 {
	height: 72px;
}

div.m-icon154 {
	height: 145px;
}

div.m-icon154w {
	height: 72px;
}

.menu-icon a {
	margin-top: 6px;
}

.chapter {
	margin-bottom: 10px;
}

.daily-area {
	position: relative;
}


/*生年月日入力後、運勢結果バナー表示部分*/
.fortune_kekka {
	width: 100%;
	height: 76px;
	background: url(../img/fortune_banner_bg.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
	position: relative;
	display: none;
}

/*バナー、運勢結果*/
.seiza_icn {
	width: 28%;
	height: 95%;
	float: left;
	margin: 2px auto 0;
}

.seiza_icn img{
	display: block;
	margin: 0 auto;
}

/*運勢バナー、各星座アイコン*/
.seiza_icn img:first-child{ width: 66px; }

/*運勢バナー、各星座名称部*/
.seiza_icn img:nth-of-type(2){
	width: 31px;
	margin-top: -2px;
}

.seiza_right {
	width: 70%;
	margin-left: auto;
}

.seiza_headline {
	padding-top: 3px;
}

/*各運勢タイトル*/
.seiza_headline p{
	background: url(../img/fortune_icon_all.png) no-repeat 0px 1px;
	background-size: 15px 15px;
	text-align: left;
	text-indent: 19px;
	float: left;
	color: #002b70;
}

/*5段階評価(★)*/
.seiza_headline img{
	width: 91px;
	height: 15px;
	vertical-align: top;
}

/*右側部説明文*/
.seiza_description p{
	color: #002b70;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 4px 0 2px;
}

/*続きを見る*/
.seiza_description img{
	width: 86px;
	height: 19px;
	display: block;
	position: absolute;
	right: 5px;
	top: 56px;
}

/*input date */
.category-cont input[type=text] {
	width: 296px;
	height: 72px;
	position: absolute;
	left: 0;
	opacity: 0;
}


/*=======================mobiscroll変更内容追記=============================*/
.dw-title h1{
	font-size: 19px;
	color: #000;
	padding: 10px 0 15px;
}

.dw-title span{
	color: #107ae7;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 15px;
}

.kettei {
	height: 40px;
	position: absolute;
	top: 5px;
	left: 10px;
}

.mbsc-mobiscroll .kettei-btn div{
	color: #107ae7;
}

/*キャンセルボタン消去*/
.dwbw.cancel-btn {
	display: none !important;
}

/*Android2.3用padding*/
.pt-12{
	padding-top: 12px;
}

.pt-3{
	padding-top: 3px;
}

/**/
.dw{
	position: static;
}

.dw-persp{
	position: fixed;
}

.dwo {
	z-index: -1;
}

/*====================
 ランキング・Pick Up
====================*/
.rank, .pkup {
	padding: 8px 10px;
	background-color: #fff;
}
.rank_list{
	width: 100%;
	padding: 8px 0;
	background-color: #fff;
	box-sizing: border-box;
}
.rank_list .anchor_block h3:before {
	height: 21px;
}
.rank_list img {
	width: 100%;
}
.rank_list h3 {
	font-size: 1.0rem;
	text-align: left;
	float: left;
	width: 186px;
	min-height: 44px;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rank_list figure {
	float: left;
	width: 44px;
	margin: 0 10px 0 0;
}
.pkup .rank_list {
	border-bottom: 1px solid #c7d3d5;
}
.pkup .rank_list:last-child {
	border-bottom: none;
}
.pkup .rank_list h3 {
	width: 221px;
}

.icon_rank {
	float: left;
	width: 25px;
	margin: 8px 10px 0 0;
}

/* 一括DLポップアップ内容 */
.contents_box {
	margin: 18px 5px;
	background-color: #ffffff;
	position: relative;
	clear: both;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 4px 0 rgba(105, 50, 25, 0.2);
	-webkit-box-shadow: 0px 1px 4px 0 rgba(105, 50, 25, 0.2);
	-moz-box-shadow: 0px 1px 4px 0 rgba(105, 50, 25, 0.2);
}
/*
.contents_title {
	height: 32px;
	position: relative;
	clear: both;
}
*/
/* 一括DLポップアップ*/
.download_pop {
  height: 95%;
  padding-bottom: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.download_pop_bk {
  display: none;
  position: fixed;
  width: 100%;
  height: 9999px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.download_pop p {
  text-align: left;
}
.download_pop .text01 {
  font-size: 14px;
  color: #687577;
  margin: 0px 10px 14px 10px
}
.download_pop .text02 {
  font-size: 12px;
  margin-bottom: 12px;
  margin: 10px 14px
}
.download_pop .text02 a {
  color: #ff8737;
  text-decoration: underline;
}
.download_pop .text03 {
  font-size: 10px;
  margin-bottom: 6px;
  color: #a5babd;
  margin: 8px 14px
}
.download_pop .set_img {
  width: 90%;
  padding-top: 43px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
}

.btn_01 {
	height: 48px;
	width:90%;
	line-height: 48px;
	margin: 20px 10px 15px 10px;
	padding: 0 5px;
	color: #ffffff;
	font-size:18px;
	background-color: #ff561b;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 0px 0 rgba(202, 52, 0, 0.8);
}

.btn_close2_wrap {
  height: 40px;
  position: fixed;
  right: 6px;
  margin-top: 0px;
  padding-top:24px;
  margin-bottom: 6px;
  z-index: 1500;
}
.btn_close2 {
  width: 24px;
  padding-right: 6px;
}

.btn_05 {
	height: 48px;
	width:90%;
	line-height: 48px;
	margin:10px;
	padding: 0 5px;
	color: #ffffff;
	font-size:18px;
	background-color: #1f3277;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 0px 0 rgba(6,26,97, 1.0);
}

.download_pop .contents_title h3 {
	margin-left: 32px;
	text-align: left;
	font-size: 14px;
  color: #687577;
}

.hr_01 {
  height:4px;
}

.install_at_once{
  background-color: #ffffff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a5babd;
}

.install_at_once_list06 {
	text-align: left;
  border-top: 1px solid #a5babd;
}

.install_at_once_list06 ul li {
	/* padding: 8px; */
	display: -webkit-box;
	display: -moz-box;
	position: relative;
  height: 60px;
  padding: 12px 10px 10px 10px;
	border-bottom: 1px #c7d3d5 solid;
}

.install_at_once_list06 ul li:last-child {
    border-bottom: 1px #c7d3d5 solid;
}

.install_at_once_list06 ul li .contents_item01{
  width: 79%;
}

.install_at_once_list06 .img_left {
  width: 56px;
  display:block;
}
.install_at_once_list06 .multi_app_img {
  margin-right:6px;
}

.install_at_once_list06 .img_arrow {
	width: 45px;
	-webkit-border-radius: 5px;
}

.install_at_once_list06 .contents_app_name01 {
	color: #687577;
  font-size: 14px;
}

.install_at_once_list06 .contents_text01 {
	color: #a5babd;
	font-size: 10px;
}

