@charset "utf-8";

/* ==========================================================================
   Foundation
========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	margin:0;
	padding:0;
	font-size:inherit;
	color: inherit;
	vertical-align:baseline;
	background:transparent;
}
ul,li{
	list-style-type:none;
}


/* Base
   ----------------------------------------------------------------- */
html {
font-size: 14px;
}
body {
	color: #000000;
	line-height: 1.3;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/* 明朝体は下記を使用
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 */
}
/* a:link{
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
a:visited{
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
a:hover{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:active{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
} */
img{
	border-style: none;
	vertical-align: top;
width: 100%;
height: auto;
}
input {
	vertical-align: middle;
	padding: 10px;
	font-size: 1.5em;
}
select {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #888;
	font-size: 1.5em;
}

/* ==========================================================================
   Layout
========================================================================== */

/* body */
.owBody{ }
.owBodyBg-01{ }
.owBodyBg-02{
	background: #000000;
}

/* header */
.owHeader{
background: url(img_sp/common/bg_header_sp.png) top center no-repeat;
background-size: 100%;
padding-bottom: 90%;
}
.owHeader img{
width: 100%;
height: auto;
display: none;
margin: 0px auto;
}

/* nav */
.owNav{
	display: none;
}
.owNav_sp{
background: url(img_sp/common/bg_nav_sp.png) bottom center no-repeat / 100%;
padding: 0px 0px 5% 0px;
}
.owNav_sp .nav_inner{
width: 100%;
margin: 0 auto;
overflow: hidden;
}
.owNav_sp .nav_item{
float: left;
width: 25%;
margin-left: 0px;
}
.owNav_sp .nav_item:first-of-type{
margin-left: 0;
}
.owNav_sp .nav_link{
display: block;
width: 100%;
height: auto;
}

/* main */
.owMain{
width: 100%;
margin: 0px auto;
}

/* footer */
.owFooter{
text-align: center;
color: #fff;
padding: 5%;
width: 100%;
margin: 0 auto;
font-size: 0.75em;
}
.footer_menu > *{
	display: inline-block;
	margin: 0% 2% 2% 0%;
}
.footer_subInfo{
	margin-top: 3%;
}
.footer_subInfo img{
	width: auto;
	max-width: 100%;
}
.footer_link{
	margin-top: 5%;
}
.footer_link_head{
	margin-bottom: 1%;
}

/* ISP */
.niftyHeader{
	background: #000;
}
.niftyHeader table {
	width: auto;
	margin: 0 auto;
	background-size: 100%;
}
.niftyHeader img {
	width: initial;
}

/* ==========================================================================
   Object
========================================================================== */

/* Component
----------------------------------------------------------------- */

/* bread */
.c-bread{
	position: relative;
	color: #fff;
	padding: 2% 3% 1% 3%;
}

/* commonmenu */
.c-commonMenu{
	position: relative;
}
.c-commonMenu_top,
.c-commonMenu_btm{
	text-align: center;
}
.c-commonMenu_mid{
padding: 0px 5%;
background: url(img_sp/common/common_menu_box_mid.png) center top repeat-y;
}
.c-commonMenu-renai .c-commonMenu_mid{
background: url(img_sp/common/common_menu_box_mid-renai.png) center top repeat-y / 100%;
}
.c-commonMenu-deai .c-commonMenu_mid{
background: url(img_sp/common/common_menu_box_mid-deai.png) center top repeat-y / 100%;
}
.c-commonMenu-jinsei .c-commonMenu_mid{
background: url(img_sp/common/common_menu_box_mid-jinsei.png) center top repeat-y / 100%;
}
.c-commonMenu .c-menu_title{
	color: #FFF;
}

/* menu */
.c-menu{}
.c-menu-size__large{
width: 100%;
margin: 0 auto 3px;
}
.c-menu-size__large .c-menu_title{
font-size: 1.285em;
}
.c-menu-size__small{
width: 100%;
margin: 0 auto 3px;
}
.c-menu-size__small .c-menu_title{
	font-size: 1.245em;
}
.c-menu-size__noMenu{
display: none;
}
.c-menu_head{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.c-menu_icon{
	display: table-cell;
	vertical-align: top;
width: 20%;
	position: relative;
}

.c-menu_badge{
	position: absolute;
top: -30%;
left: -65%;

}
.c-menu_title{
	display: table-cell;
	vertical-align: top;
	padding-left: 2%;
	/*font-size: 1.5em;*/
font-size: 1.245em;
	font-weight: bold;
	color: #000;
}
.c-menu_title-color__red{
	color: #660000;
}
.c-menu_title-color__yellow{
	color: #FFFF00;
}
.c-menu_title-color__blue{
	color: #330066;
}
.c-menu_link{
	text-decoration: none;
}
.c-menu_link:hover{
	text-decoration: underline;
}
.c-menu_link-decoration{
	text-decoration: underline;
}
.c-menu_link-decoration:hover{
	text-decoration: none;
}
.c-menu_tail{
	margin-top: 4%;
}
.c-menu_caption{
	font-size: 1em;
	padding: 0 0.7em;
}
.c-menu_caption-color__white{
	color: #fff;
}
.c-menu_caption-weight__normal{
	font-weight: normal;
}
.c-menu_price{
	margin-top: 3%;
	text-align: right;
font-size: 1em;
	font-weight: bold;
}
.c-menu_price-size__large{
font-size: 1.142em;
}
.c-menu_price-color__white{
	color: #fff;
}
.c-menu_price-color__red{
	color: #CC0000;
}
.c-premium_price{
	color: #f00;
}
.p-special .c-premium_price{
	color: #ff0;
}
/* btn */
/*
画・E離椒織麝飭SPと切・E悗┐・櫃砲泙箸瓩道慊蠅任④・茲Δ蓑 */
.c-btn{
	margin: 0 auto;
}
.c-btn_link{
	display: block;
}
.c-btn_link:hover{
	background-position: 0 bottom;
}
.c-btn_link img{
	display: none;
}

/* table */
.c-table{
	display: table;
	width: 100%;
}
.c-table-fixed{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.c-table_cell{
	display: table-cell;
	vertical-align: top;
}
.c-table_cell-size__small{
	width: 20%;
}

/* tag */
.c-tag{
	font-size: 0;
	line-height: 0;
}
.c-tag_item{
	display: inline-block;
	margin-right: 10px;
}

/* other */
.c-caution{
	font-weight: bold;
	color: #f00;
	font-size: 1.2em;
}
.c-rakutenFooter{
	background: #fff;
}

/* Project
----------------------------------------------------------------- */

/* ▽▽▽TOP_PAGE▽▽▽ */
/* headline */
.p-headline{
	margin-top: -3%;
	background: none;
}
.p-headline_intro{
	text-align: center;
}
.p-headline_title{
	display: none;
}
.p-headline_list{
	width: 100%;
	overflow: hidden;
	margin-top: -4%;
	margin-bottom: -2%;
}
.p-headline_item{
	float: left;
	width: 48%;
	margin: 0px 1%;
}
.p-headline_link{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 99;
}
.p-headline_link img{
	display: block;
}

/* new */
.p-new_menu{
	margin-top: -8%;
}
.p-new_menu .c-menu_wrap{
	background: url(img_sp/top/new_menu_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 11%;
}
.p-new_menu .c-menu_top{
	background: url(img_sp/top/new_menu_top.png) bottom center no-repeat;
	background-size: 100%;
	text-align: center;
	position: relative;
}
.p-headline_image-1{
	width: 30%;
	position: relative;
	z-index: 100;
	display: inline-block;
	bottom: 0px;
}
.p-headline_image-2{
	width: 80%;
	position: absolute;
	top: 50%;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	display: inline-block;
	z-index: 100;
}

/* .ow_column */
.ow_column_list {
	margin: 20px 10px;
}

.ow_column_list_title {
	margin-bottom: 20px;
}

.ow_column_list_title h2 {
	font-size: 20px;
	color: #8B4513;
	margin: 0;
	padding: 10px;
	background: linear-gradient(to bottom, #f8f4e6, #f0e68c);
	border: 2px solid #daa520;
	border-radius: 8px;
}

.ow_column_articles {
	margin-bottom: 40px;
}

.ow_column_article_item {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ow_column_article_title {
	margin-bottom: 8px;
}

.ow_column_article_title h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}

.ow_column_article_title a {
	color: #8B4513;
	text-decoration: none;
}

.ow_column_article_title a:hover {
	color: #654321;
	text-decoration: underline;
}

.ow_column_article_meta {
	margin-bottom: 12px;
	color: #666;
	font-size: 11px;
}

.ow_column_article_summary {
	margin-bottom: 12px;
	color: #333;
	line-height: 1.6;
	font-size: 13px;
}

.ow_column_article_keywords {
	margin-bottom: 12px;
	font-size: 11px;
	color: #888;
}

.ow_column_keywords_label {
	font-weight: bold;
}

.ow_column_keywords_list {
	background: #f0f0f0;
	padding: 2px 6px;
	border-radius: 4px;
}

.ow_column_article_link {
	text-align: right;
}

.ow_column_read_more {
	display: inline-block;
	padding: 6px 12px;
	background: #8B4513;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	font-size: 11px;
}

.ow_column_read_more:hover {
	background: #654321;
}

.ow_column_more_link_wrapper {
	margin: 30px 0;
}

.ow_column_more_link_btn {
	display: inline-block;
	padding: 12px 24px;
	background: #8B4513;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
}

.ow_column_more_link_btn:hover {
	background: #654321;
}

/* fortune */
.p-fortune{ }
.p-fortune_mid{
	background: url(img_sp/top/fortune_mid.png) top center repeat-y;
	background-size:100%;
	width: 98%;
    margin: 0 auto;
}
.p-fortune_menu{ }
.p-fortune_menu .c-menu_wrap{
	background: url(img_sp/top/fortune_menu_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 5%;
}
.p-fortune_menu_text{
	background: #aa0000;
	border: 2px solid #ff2828;
	border-radius: 10px;
	padding: 5px;
	color: #FFF;
	text-align: left;
	font-size: 0.65em;
	margin-bottom: 5px;
}
.p-fortune_menu_btm-2{
	position: relative;
	width: 100%;
}
.p-fortune_menu_image{ }
.p-fortune_menu_link{
	position: absolute;
	left: 35%;
	top: 65%;
}
.p-fortune_menu_link a{
	background: url(img_sp/top/fortune_menu_link.png) top center no-repeat;
	display: block;
	width: 90%;
	height: auto;
}
.p-fortune_menu_link img{
	display: block;
}

/* special */
.p-special_mid{
	background: url(img_sp/top/special_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 5%;
	overflow: hidden;
}
.p-special_menu{
	color: #FFF;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.p-special_menu .c-menu_wrap{
	background: url(img_sp/top/special_menu_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 5%;
}
.p-special_menu-1 .c-menu_wrap{
	background: url(img_sp/top/special_menu_mid_1.png) top center repeat-y;
	background-size: 100%;
}
.p-special_menu-2 .c-menu_wrap{
	background: url(img_sp/top/special_menu_mid_2.png) top center repeat-y;
	background-size: 100%;
}
.p-special_menu .c-menu_link{
	display: block;
	color: #FFF;
}
.p-special_menu .c-menu_icon{
	width: 20%;
}
.p-special_menu .c-menu_title{
	font-size: 1.285em;
}
.p-special_menu .c-menu_tail{
	background: url(img_sp/top/special_menu_bar.png) top center no-repeat;
	background-size: 100%;
	padding-top: 5%;
}
.p-special .c-menu_btn{
	padding-top: 2%;
}
/* recommend */
.p-recommend{ }
.p-recommend_mid{
	background: url(img_sp/top/recommend_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 8%;
}
.p-recommend_menu{
	background: url(img_sp/top/recommend_menu_bg.png) top center no-repeat;
	background-size: 100%;
	padding: 4% 0px 2% 0px;
}
.p-recommend_menu:first-child{
	background: none;
	padding-top: 0px;
}
.p-recommend_menu .c-menu_title{
	font-size: 1.285em;
}
.p-recommend_menu .c-menu_tail{
	margin-top: 1%;
}

/* review */
.p-review{ }
.p-review_mid{
	background: url(img_sp/top/review_mid.png) top center repeat-y;
	background-size: 100%;
}

/* voice */
.p-voice{ }
.p-voice_mid{ }
.p-voice_menu{
    width: 95%;
    margin: 0 auto;
}
.p-voice_menu_mid{
	background: url(img_sp/top/voice_menu_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 1% 5%;
}

/* desire */
.p-desire{
	text-align: center;
	padding: 3% 0px;
}
.p-desire_link{
	color: #FF0000;
	font-size: 1.125em;
}

/* pack */
.p-pack{ }
.p-packEachName{
	color: #ff0;
	font-weight: bold;
	font-size: 1.2em;
	border-top:1px dashed;
	border-bottom:1px dashed;
	padding: 3% 0;
	margin: 5% 0 3%;
}

.p-pack_mid{
	background: url(img_sp/top/pack_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 1% 7%;
}
.p-pack_link{
	display: inline;
	height: auto;
}
.p-pack_link img{
	display: block;
}

/* free */
.p-free{
	margin-top: 10px;
}
.p-free_mid{
	background: url(img_sp/top/free_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 2% 5% 0px 5%;
}
.p-free_menu{
	background: url(img_sp/top/free_menu_bg_sp.png) top center no-repeat;
	background-size: 100%;
	width: 100%;
	height: auto;
	margin-top: 2%;
}
.p-free_menu:hover{
	background-position: top center;
}
.p-free_menu:first-child{
	margin-top: 0px;
}
.p-free_menu .c-menu_link{
	display: block;
	padding: 3% 8% 0px 8%;
	color: #FFF;
}
.p-free_menu .c-menu_title{
	vertical-align: middle;
}
.p-free_menu .c-menu_tail{
	margin-top: 0px;
}
.p-free_menu .c-menu_price{
	text-align: center;
	margin-top: 0px;
}
.p-free_menu_link{
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.p-free_menu_link img{
display: block;
}



/* categoryBtn */
.p-categoryBtn{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 10px auto 0px auto;
}
.p-categoryBtn_item{
	display: table-cell;
}
.p-categoryBtn_link{
	display: block;
	width: 100%;
	height: auto;
}
.p-categoryBtn_link img{
	display: block;
}

/* category */
.p-category{
	width: 100%;
	margin: 0px auto;
}

.p-category_btm{
	display: none;
}
.p-category_inr{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.p-category .c-menu_link,
.p-category .c-menu_tail{
	color: #FFF;
}
.p-category .c-menu_caption{
	display: none;
}
.p-category-renai{
/*background: url(img_sp/top/renai_menu_bg.png) top center repeat-y / 100%;*/
}
.p-category-deai{
/*background: url(img_sp/top/deai_menu_bg.png) top center repeat-y / 100%;*/
}
.p-category-jinsei{
/*background: url(img_sp/top/jinsei_menu_bg.png) top center repeat-y / 100%;*/
}
.p-category-renai .c-menu-size__large .c-menu_wrap,
.p-category-renai .c-menu-size__small .c-menu_wrap{
	background: url(img_sp/top/c-menu-size_small_bg-renai.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 4%;
}
.p-category-deai .c-menu-size__large .c-menu_wrap,
.p-category-deai .c-menu-size__small .c-menu_wrap{
	background: url(img_sp/top/c-menu-size_small_bg-deai.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 4%;
}
.p-category-jinsei .c-menu-size__large .c-menu_wrap,
.p-category-jinsei .c-menu-size__small .c-menu_wrap{
	background: url(img_sp/top/c-menu-size_small_bg-jinsei.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 4%;
}
.p-category-renai .c-menu-size__large .c-table_cell-size__small,
.p-category-deai .c-menu-size__large .c-table_cell-size__small,
.p-category-jinsei .c-menu-size__large .c-table_cell-size__small{
	width: 25%;
}
.p-category-renai .c-menu-size__small .c-menu_icon,
.p-category-deai .c-menu-size__small .c-menu_icon,
.p-category-jinsei .c-menu-size__small .c-menu_icon{
	width: 20%;
}
.p-category-renai .c-menu_badge,
.p-category-deai .c-menu_badge,
.p-category-jinsei .c-menu_badge{
	display:none;
}

.c-menu_price .u-yprice{
	color:#f00;
}
.p-special_menu .c-menu_price .u-yprice{
	color: #ff0;
}
.p-category .c-menu_price .u-yprice{
	color: #ff0;
}
/* rule */
.p-rule{
	width: 100%;
	color: #fff;
	padding: 5%;
	font-size: 0.75em;
}
.p-rule img {
    width: auto;
    max-width: 100%;
}
/* △△△TOP_PAGE△△△ */





/* ▽▽▽ENTRY_PAGE▽▽▽ */
/* entry */
.p-subMenu{ }
.p-subMenu_mid{
	background: url(img_sp/entry/sub_menu_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 0px 5%;
}
.p-subMenu_free{
	text-align: center;
	color: #f00;
	font-size: 1.25em;
	font-weight: bold;
}
.p-subMenu_title{
	text-align: center;
}
.p-subMenu_wrap{
border-bottom: 1px solid #8e6a03;
width: 100%;
	font-weight: bold;
}
.p-subMenu_item{
}
.p-subMenu_list{
border-top: 1px solid #8e6a03;
border-bottom: 1px solid #000000;
padding: 10px 0px 10px 8%;
}
.p-subMenu_listItem{
	color: #FFFFFF;
	text-indent: -8%;
	font-size: 1.125em;
	line-height: 1;
	padding: 1% 0 2% 0;
}
.p-subMenu_listItem-base{
	color: #CCFFFF;
}
.p-subMenu_listItem-base2{
	color: #FFCCFF;
}
.p-subMenu_listItem-base3{
	color: #FFFF99;
}
.p-subMenu_listItem-noicon{
	text-indent: 0px;
}
.p-subMenu_listItem img{
width: 7%;
	margin-right: 5px;
	vertical-align: middle;
}
.p-subMenu_waribiki{
	text-align: center;
	color: #FF9999;
	font-size: 1.125em;
	font-weight: bold;
	padding: 5% 0px;
}
.p-subMenu_waribiki > span{
	color: #FF00FF;
}
.p-entryForm{
	padding-bottom: 3%;
}
.p-entryForm_mid{
background: url(img_sp/entry/entry_form_mid_sp.png) top center repeat-y;
background-size: 100%;
}
.p-entryForm_inner{
padding: 0px 14%;
}
.p-myForm{ }
.p-myForm_mid,
.p-targetForm_mid{
padding: 2% 0%;
}

/* ▼フォームのパーツ▼ */
.p-entryForm_item{
	width: 100%;
	padding: 1% 0;
	overflow: hidden;
}
.p-entryForm_save{
	width: 80%;
	margin: 2% auto 0px auto;
	background: #404040;
	color: #fff;
	text-align: center;
	padding: 1% 0;
}
.p-entryForm_ncTxt{
	color: #FFFF66;
	text-align: center;
	font-size: 1.3em;
}
.p-entryForm_label{
	font-size: 1.285em;
}
.p-entryForm_must{
display: inline;
font-size: 0.8em;
	color: #990000;
	font-weight: bold;
}
.p-entryForm_caution{
	color: #990000;
	font-weight: bold;
}
.p-entryForm_inputWrap{
/*
float: left;
width: 70%;
*/
}
.p-entryForm_input{
width: 90%;
}
.p-entryForm_selectWrap{
/*
float: left;
width: 70%;
*/
}
.p-entryForm_select{
width: 80%;
margin: 2% 0px;
padding: 2% 0px;
}
.p-entryForm_radioWrap{
width: 100%;
	padding: 3% 0px;
}
.p-entryForm_btnTitle{
	text-align: center;
	padding-top: 2%;
}
.p-entryForm_btnTxt{
	text-align: center;
	color: #FFFFFF;
}
.p-entryForm_btnWrap{ }
.p-entryForm_btn{
	padding: 1% 0px;
}
.p-entryForm_btn .p-entryForm_nc{
display: block;
width: 100%;
height: auto;
}
.p-entryForm_btn .p-entryForm_submit{
display: block;
width: 100%;
height: auto;
}
.p-entryForm_btn .p-entryForm_free{
display: block;
width: 100%;
height: auto;
}
/* ▲フォームのパーツ▲ */

.p-premiumCaution{
	width: 93%;
	margin: 0px auto;
	background: #000000;
	padding: 5%;
	color: #fff;
}
.p-policy{
	padding: 2% 10%;
	color: #fff;
	text-align: center;
}
.p-send_form_info{
	text-align: center;
	color: #fff;
}
.p-packMenuTitle{
	font-weight: bold;
	color:#ff0;
	padding: 3% 15%;
	font-size: 1.5em;
}
.p-attention{
	color: #fff;
}
/*error*/
.p-error{
	color: #ff0;
	text-align: center;
	padding: 20% 0 30%;
}


/* △△△ENTRY_PAGE△△△ */






/* ▽▽▽RESULT_PAGE▽▽▽ */
/* base */
.p-base{ }
.p-base_mid{
background: #000;
}
.p-base_user{
	color: #FFFFFF;
	padding: 2% 5%;
}
.p-base_user_name{
	margin-left: -2%;
	text-align: center;
}
.p-base_user_name > span{
	font-size: 1.25em;
	display: inline-block;
	margin-left: 2%;
}
.p-base_user_name span:first-child{
	/*margin-left: 0px;*/
}

.p-base_info{
width: 100%;
	margin: 0px auto;
}
.p-base_info_list{
	position: relative;
}
.p-base_info_item{
	position: absolute;
}
.p-base_info_image{ }
.p-base_info_item-moon{ top: 0px; left: 3%; z-index: 11; width: 50%;}
.p-base_info_item-zodiac{ bottom: 0px; right: 0px; z-index: 10; width: 60%;}

.p-base-is__target .p-base_info_item-moon{ top: 0px; left: auto; right: 3%;}
.p-base-is__target .p-base_info_item-zodiac{ bottom: 0px; left: 0px;}

.p-base_info_description{
	color: #FFF;
padding: 0px 5%;
background: url(img_sp/result/base/base_info_item_description.png) top center repeat-x;
background-size: 100%;
margin-top: -5%;
	position: relative;
	z-index: 10;
	line-height: 1.5;
}
.p-base_gift{ }
.p-base_gift_mid{
background: url(img_sp/result/base/base_gift_mid.png) top center repeat-y;
background-size: 100%;
padding: 0px 5%;
	text-align: center;
}


/* biorhythm */
.p-biorhythm{
	margin-top: 20px;
}
.p-biorhythm_mid{
background: url(img_sp/result/base/biorhythm_mid.png) top center repeat-y;
background-size: 100%;
padding: 0px 2%;
}
.p-biorhythm_image{
	text-align: center;
}
.p-biorhythm_description{
	margin-top: 2%;
}
.p-biorhythm_description_mid{
background: url(img_sp/result/base/biorhythm_description_mid.png) top center repeat-y;
background-size: 100%;
padding: 0px 3%;
	line-height: 1.5;
}
.p-base-is__target .p-biorhythm_description_mid{
background: url(img_sp/result/base/biorhythm_description_mid_target.png) top center repeat-y;
background-size: 100%;
padding: 0px 5%;
font-size: 1.125em;
	line-height: 1.5;
text-align: left;
	color: #FFF;
}


/* soulmate */
.p-soulmate{
	color: #FFF;
}

/* ▽▽▽二人用▽▽▽ */
.p-soulmate_body{
}
.p-soulmate_list{
background: url(img_sp/result/base/soulmate_body.png) center top no-repeat;
background-size: 100%;
	display: table;
width: 100%;
	margin: 0px auto;
}
.p-soulmate_item{
	display: table-cell;
	text-align: center;
}
.p-soulmate_item_body{
vertical-align: top;
width: 24%;
padding: 2% 2% 0px 2%;
}
.p-soulmate_item_text{
vertical-align: middle;
	color: #000;
}
.p-soulmate_item_text-1{
font-size: 1.125em;
}
.p-soulmate_item_text-2{
font-size: 1.75em;
}
.p-soulmate_item_text-2 span{
font-size: 2em;
}
.p-soulmate_item_text-3{
font-size: 1em;
}
.p-soulmate_name{
font-size: 1em;
}
.p-soulmate_catch{
font-size: 1.5em;
	text-align: center;
	padding-top: 30px;
}
.p-soulmate_check{ }
.p-soulmate_check_mid{
background: url(img_sp/result/base/soulmate_check_mid.png) top center repeat-y;
background-size: 100%;
padding: 2% 5% 0px 5%;
}
.p-soulmate_check_list{
	display: table;
	width: 100%;
}
.p-soulmate_check_item{
	display: table-cell;
	vertical-align: middle;
}
.p-soulmate_check_item_number{
width: 15%;
font-size: 1em;
	text-align: right;
}
.p-soulmate_check_item_number span{
font-size: 1.25em;
}
.p-soulmate_check_item_number-1{ color: #FF6666;}
.p-soulmate_check_item_number-2{ color: #FFCC33;}
.p-soulmate_check_item_number-3{ color: #1BE44E;}

.p-soulmate_detail{
padding: 0px 5%;
}
.p-soulmate_detail_title{
font-size: 1.125em;
	padding-top: 20px;
}
.p-soulmate_detail_title span{
width: 40%;
display: block;
}
.p-soulmate_detail_title-1{ color: #FF6666;}
.p-soulmate_detail_title-2{ color: #FFCC33;}
.p-soulmate_detail_title-3{ color: #1BE44E;}
.p-soulmate_detail_description{ }
/* △△△二人用△△△ */

/* ▽▽▽一人用▽▽▽ */
.p-soulmate_area{ }
.p-soulmate_area_mid{
background: #000;
padding: 0px 1%;
}
.p-soulmate_description{
font-size: 1.25em;
padding: 10px 5% 0px 5%;
}
.p-soulmate_voice{
padding: 30px 5% 30px 5%;
font-size: 1.5em;
}
.p-soulmate_voice span{
font-size: 2em;
	line-height: 0.3;
	color: #FF0000;
}
.p-soulmate_area_list{
	position: relative;
}
.p-soulmate_area_list_mid{
background: url(img_sp/result/soulmate_area_item_mid.png) top center repeat-y;
background-size: 100%;
	display: table;
width: 100%;
padding: 0px 5%;
}
.p-soulmate_area_item{
	display: table-cell;
	vertical-align: middle;
}
.p-soulmate_area_item img{
	width: 100%;
}
/* △△△一人用△△△ */


/* result */
.p-result{ }
.p-result_mid{
background: url(img_sp/result/base/result_mid.png) top center repeat-y / 100%;
	padding: 2% 0px;
}
.p-resultItem{
	margin-top: 1%;
}
.p-resultItem:first-child{
	margin-top: 0px;
}
.p-resultItem_top,
.p-resultItem_btm{
	text-align: center;
}
.p-resultItem_mid{
background: url(img_sp/result/base/resultitem_mid.png) top center repeat-y / 100%;
}
.p-resultTitle{
text-align: left;
	color: #FFFF00;
font-size: 1.25em;
	font-weight: bold;
}
.p-resultTitle_mid{
padding: 2% 5% 0px 5%;
}
.p-resultBody{
background: url(img_sp/result/base/resultitem_body.png) top center repeat-y / 100%;
padding: 0px 5%;
	overflow: hidden;
}
.p-resultImg{
	padding: 0px 10%;
}
.p-resultBody_set12 .p-resultImg{ }
.p-resultText{
	line-height: 1.5em;
}
.p-resultBody_set12 .p-resultText{ }
.p-resultBody_set13 .p-resultText{ }


/* calendar */
.p-calendar{
	margin-top: 2%;
}
.p-calendar_top,
.p-calendar_btm{
	text-align: center;
}
.p-calendar_top img{
vertical-align: bottom;
}
.p-calendar_mid{
background: url(img_sp/result/base/calendar_mid.png) top center repeat-y / 100%;
}
.p-calendarTitle{
text-align: left;
padding: 2% 5%;
	color: #FFFF00;
font-size: 1.25em;
	font-weight: bold;
}
.p-calendarBody{
background: url(img_sp/result/base/calendarbody.png) top center repeat-y / 100%;
	text-align: center;
}
.p-calendarBody_list{
	display: table;
	table-layout: fixed;
width: 90%;
	margin: 0px auto;
}
.p-calendarBody_item{
	display: table-cell;
	vertical-align: middle;
padding: 3% 1%;
}
.p-calendarBody_description{
	color: #FFF;
font-size: 1.2em;
}

/* star */
.p-star{ }
.p-star_top{
	position: relative;
}
.p-star_list{
	position: absolute;
top: 55%;
	right: 0px;
	bottom: 0px;
	left: 0px;
width: 98%;
	margin: 0px auto;
	overflow: hidden;
}
.p-star_item{
	float: left;
width: 40%;
	color: #FFF;
	text-align: center;
}
.p-star_item-target{
	float: right;
}
.p-star_inner{
	position: relative;
}
.p-star_image{
	z-index: 10;
}
.p-star_zodiac{
	z-index: 11;
	position: absolute;
	top: 20%;
	width: 100%;
	z-index: 10;
}
.p-star_text{
	position: absolute;
	bottom: 10%;
	width: 100%;
	z-index: 12;
font-size: 2em;
}
.p-star_top,
.p-star_btm{
	text-align: center;
}
.p-star_mid{
background: url(img_sp/result/base/star_mid.png) top center repeat-y / 100%;
}
.p-star_title{
	color: #FFFF00;
font-size: 1.25em;
	font-weight: bold;
}
.p-star_title_mid{
background: url(img_sp/result/base/star_title_mid.png) top center repeat-y / 100%;
padding: 2% 5%;
}
.p-star_description{
padding: 0px 5%;
	line-height: 1.5em;
}


/* message */
.p-message{
	position: relative;
}
.p-message_title{
display: none;
}
.p-message_image{
display: none;
}
.p-message_top,
.p-message_btm{
	text-align: center;
}
.p-message_mid{
background: #000;
	padding: 0px 5%;
	line-height: 1.5em;
	color: #FFF;
}

/* pickup */
.p-pickup{
	margin-top: 2%;
}
.p-pickup_title,
.p-pickup_btm{
	text-align: center;
}
.p-pickup_top{
display: none;
}
.p-pickup_mid{
}
.p-pickup_table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.p-pickup_table-cell{
display: block;
}
.p-pickup_menu{ }
.p-pickup_menu .c-menu_wrap{
background: url(img_sp/result/pickup_menu_mid.png) top center repeat-y / 100%;
padding: 0px 4%;
}
.p-pickup_menu .c-menu_icon{
width: 20%;
}
.p-pickup_menu .c-menu_title{
	font-size: 1.25em;
	color: #FFFFFF;
}
.p-pickup_menu .c-menu_tail{
	color: #FFFFFF;
}
.p-pickup_menu .c-menu_caption{
	display: none;
}
.p-pickup_menu .c-menu_price-size__large{
	font-size: 1.125em;
}
.p-pickup_submenu{ }
.p-pickup_submenu_mid{
background: url(img_sp/result/pickup_submenu_mid.png) top center repeat-y / 100%;
	padding: 3% 9%;
}
.p-pickup_submenu_item{
	border-bottom: 1px solid #bba067;
	border-top: 1px solid #6f5c39;
	color: #FFFFFF;
	padding: 2% 0px;
	font-size: 1.125em;
}
.p-pickup_submenu_item:first-child{
	border-top: none;
}
.p-pickup_btn{
	margin-top: 3%;
}
.p-pickup_btn a{
	display: block;
}
.p-pickup_btn img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* recommend */
.p-recommend-result{ }
.p-recommend-result .p-recommend_mid{
	background: none;
	padding: 0px;
}
.p-recommend-result .p-recommend_menu{
	background: none;
	padding: 0px;
}
.p-recommend_menu-renai .c-menu_wrap{
	background: url(img_sp/top/c-menu-size_small_bg-renai.png) top center repeat-y / 100%;
	padding: 0px 4%;
}
.p-recommend_menu-deai .c-menu_wrap{
	background: url(img_sp/top/c-menu-size_small_bg-deai.png) top center repeat-y / 100%;
	padding: 0px 4%;
}
.p-recommend_menu-jinsei .c-menu_wrap{
	background: url(img_sp/top/c-menu-size_small_bg-jinsei.png) top center repeat-y / 100%;
	padding: 0px 4%;
}
.p-recommend-result .p-recommend_menu .c-menu_title,
.p-recommend-result .p-recommend_menu .c-menu_tail{
	color: #FFF;
}
.p-recommend-result .p-recommend_btm{
	display: none;
}

/*
.p-recommend-result .p-recommend_menu:first-child{
	padding-top: 0px;
}
.p-recommend-result .p-recommend_menu .c-menu_tail{
	margin-top: 1%;
}
*/
/* △△△RESULT_PAGE△△△ */














/* Utitlity
----------------------------------------------------------------- */

.u-serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*position*/
.u-tac{
	text-align: center;
}
.u-vab{
	vertical-align: bottom;
}
.u-vat{
	vertical-align: top;
}

/* color */
.u-yellow{
	color: #ff0;
}
.u-pink{
	color: #FF99FF;
}
.u-blue{
	color: #99FFFF;
}
.u-green{
	color: #66FF00;
}

/* margin */
.u-mts{
	margin-top: 10px;
}
.u-mtm{
	margin-top: 30px;
}

/* PC表示用 */
.u-pcBlock{
display: none;
}

/* SP表示用 */
.u-spBlock{
display: block;
}

/* for nifty */
.u-defaultPrice{}
.u-pemiumPrice{
	color: #f00;
	font-weight: bold;
}
.u-nif{
}
.u-priceLine{
	text-decoration: line-through;
}
