@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: 16px;
}
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;
	max-width: 100%;
}
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{
	background: url(img/common/body_bg_all.png) center top repeat;
}
.owBodyBg-01{
	width: 100%;
	background: url(img/common/body_bg_01.png) center top repeat-x;
}
.owBodyBg-02{
	background: url(img/common/body_bg_02.png) center top repeat-y;
}

/* header */
.owHeader{
	background: url(img/common/bg_header.png) top center no-repeat;
}
.owHeader img{
	width: 1400px;
	margin: 0px auto;
	height: 223px;
	display: block;
}
.owHeader-top{
	background: url(img/common/bg_header_top.png) top center no-repeat;
}
.owHeader-top img{
	width: 1400px;
	margin: 0px auto;
	height: 411px;
	display: block;
}

/* nav */
.owNav{
	background: url(img/common/bg_nav.png) top center no-repeat;
	padding: 24px 0px 25px 0px;
}
.owNav .nav_inner{
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
}
.owNav .nav_item{
	float: left;
	width: 214px;
	margin-left: 10px;
}
.owNav .nav_item:first-of-type{
	margin-left: 0;
}
.owNav .nav_link{
	display: block;
	width: 100%;
	height: 42px;
}
.owNav .nav_link:hover{
	background-position: 0 bottom;
}
.owNav .nav_link-type__1{
	background: url(img/nav/nav_item_01.png) 0 0 no-repeat;
}
.owNav .nav_link-type__2{
	background: url(img/nav/nav_item_02.png) 0 0 no-repeat;
}
.owNav .nav_link-type__3{
	background: url(img/nav/nav_item_03.png) 0 0 no-repeat;
}
.owNav .nav_link-type__4{
	background: url(img/nav/nav_item_04.png) 0 0 no-repeat;
}
.owNav .nav_link img{
	display: none;
}

/* main */
.owMain{
	/*background: url(img/common/bg_main.png) top center repeat-y;*/
	width: 888px;
	margin: 0px auto;
	/*
	padding-top: 15px;
	padding-bottom: 100px;
	*/
}

/* footer */
.owFooter{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 93%;
	margin: 0 auto;
}
.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: 3%;
}
.footer_link_head{
	margin-bottom: 1%;
}

/* ISP */
.niftyHeader{
	background: #000;
}
.niftyHeader table {
	width: 900px;
	margin: 0 auto;
	background: #000;
}

/* ==========================================================================
   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: 2% 14%;
	background: url(img/common/common_menu_box_mid.png) center top repeat-y;
}

/* menu */
.c-menu{}
.c-menu-size__large{
	width: 802px;
	margin: 0 auto 7px;
}
.c-menu-size__large .c-menu_title{
	font-size: 1.875em;
}
.c-menu-size__small{
	width: 396px;
	margin: 0 auto 7px;
	float: left;
}
.c-menu-size__small .c-menu_title{
	font-size: 1.187em;
}
.c-menu-size__noMenu{
	text-align: center;
}
.c-menu_head{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.c-menu_icon{
	display: table-cell;
	vertical-align: top;
	width: 15%;
	position: relative;
}

.c-menu_badge{
	position: absolute;
	top: 0px;
	left: -55px;
}
.c-menu_title{
	display: table-cell;
	vertical-align: top;
	padding-left: 2%;
	/*font-size: 1.5em;*/
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.75em;
	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: 2%;
}
.c-menu_caption{
	font-size: 1em;
}
.c-menu_caption-color__white{
	color: #fff;
}
.c-menu_caption-weight__normal{
	font-weight: normal;
}
.c-menu_price{
	margin-top: 1%;
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
}
.c-menu_price-size__large{
	font-size: 1.625em;
}
.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 */
/*
画像のボタン用
SPと切り替える際にまとめて指定できるように
 */
.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{
	background: url(img/top/headline_bg.png) top center no-repeat;
}
.p-headline_intro{
	text-align: center;
}
.p-headline_title{
	text-align: center;
	position: relative;
	z-index: 100;
}
.p-headline_list{
	width: 856px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -50px;
	margin-bottom: -25px;
}
.p-headline_item{
	float: left;
	width: 423px;
	margin-left: 10px;
}
.p-headline_item:first-of-type{
	margin-left: 0;
}
.p-headline_link{
	display: block;
	width: 100%;
	height: 159px;
	position: relative;
	z-index: 99;
}
.p-headline_link:hover{
	background-position: 0 bottom;
}
.p-headline_link-type__1{
	background: url(img/top/headline_item_1.png) 0 0 no-repeat;
}
.p-headline_link-type__2{
	background: url(img/top/headline_item_2.png) 0 0 no-repeat;
}
.p-headline_link img{
	display: none;
}

/* new */
.p-new_menu{ }
.p-new_menu .c-menu_wrap{
	background: url(img/top/new_menu_mid.png) top center repeat-y;
	padding: 0px 14%;
}
.p-new_menu .c-menu_top{
	background: url(img/top/new_menu_top.png) bottom center no-repeat;
	text-align: center;
	position: relative;
}
.p-headline_image-1{
	position: relative;
	z-index: 100;
	display: inline-block;
	bottom: 55px;
}
.p-headline_image-2{
	position: absolute;
	top: 55px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	display: inline-block;
	z-index: 100;
}

/* コラム start */
/* コラム一覧のスタイル */
.ow_column_list {
	margin: 20px 0;
}

.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;
}
/* コラム end */

/* fortune */
.p-fortune{ }
.p-fortune_mid{
	background: url(img/top/fortune_mid.png) top center repeat-y;
}
.p-fortune_menu{ }
.p-fortune_menu .c-menu_wrap{
	background: url(img/top/fortune_menu_mid.png) top center repeat-y;
	padding: 0px 16%;
}
.p-fortune_menu_text{
	background: #aa0000;
	border: 2px solid #ff2828;
	border-radius: 10px;
	padding: 3px 0px;
	color: #FFF;
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 5px;
}
.p-fortune_menu_btm-2{
	position: relative;
	width: 100%;
}
.p-fortune_menu_image{ }
.p-fortune_menu_link{
	position: absolute;
	left: 40%;
	top: 52%;
}
.p-fortune_menu_link a{
	background: url(img/top/fortune_menu_link.png) top center no-repeat;
	display: block;
	width: 394px;
	height: 102px;
}
.p-fortune_menu_link a:hover{
	background-position: center bottom;
}
.p-fortune_menu_link img{
	display: none;
}

/* special */
.p-special_mid{
	background: url(img/top/special_mid.png) top center repeat-y;
	padding: 0px 7%;
	overflow: hidden;
}
.p-special_menu{
	width: 370px;
	float: left;
	color: #FFF;
	margin: 0px 5px 10px 5px;
}
.p-special_menu .c-menu_wrap{
	background: url(img/top/special_menu_mid.png) top center repeat-y;
	padding: 0px 6%;
}
.p-special_menu-1 .c-menu_wrap{
	background: url(img/top/special_menu_mid_1.png) top center repeat-y;
}
.p-special_menu-2 .c-menu_wrap{
	background: url(img/top/special_menu_mid_2.png) top center repeat-y;
}
.p-special_menu .c-menu_link{
	display: block;
	color: #FFF;
}
.p-special_menu .c-menu_icon{
	width: 29%;
}
.p-special_menu .c-menu_title{
	font-size: 1.5em;
}
.p-special_menu .c-menu_tail{
	background: url(img/top/special_menu_bar.png) top center no-repeat;
	padding-top: 5%;
}


/* recommend */
.p-recommend{ }
.p-recommend_mid{
	background: url(img/top/recommend_mid.png) top center repeat-y;
	padding: 0px 15%;
}
.p-recommend_menu{
	background: url(img/top/recommend_menu_bg.png) top center no-repeat;
	padding: 4% 0px 2% 0px;
}
.p-recommend_menu:first-child{
	background: none;
	padding-top: 0px;
}
.p-recommend_menu .c-menu_title{
	font-size: 1.5em;
}
.p-recommend_menu .c-menu_tail{
	margin-top: 1%;
}

/* review */
.p-review{ }
.p-review_mid{
	background: url(img/top/review_mid.png) top center repeat-y;
}

/* voice */
.p-voice{ }
.p-voice_mid{
	/*background: url(img/top/voice_mid.png) top center repeat-y;*/
}
.p-voice_menu{ }
.p-voice_menu_mid{
	background: url(img/top/voice_menu_mid.png) top center repeat-y;
	padding: 2% 15%;
}

/* desire */
.p-desire{
	text-align: center;
	padding: 3% 0px;
}
.p-desire_link{
	color: #FF0000;
	font-size: 1.375em;
}
.p-desire_link:hover{
	color: #f223ff;
	text-decoration: none;
}

/* pack */
.p-pack{ }
.p-pack_mid{
	background: url(img/top/pack_mid.png) top center repeat-y;
	padding: 3% 15%;
}
.p-pack_link{
	background: url(img/top/pack_btn.png) top center no-repeat;
	display: block;
	width: 100%;
	height: 367px;
}
.p-pack_link:hover{
	background-position: center bottom;
}
.p-pack_link img{
	display: none;
}

/* free */
.p-free{
	margin-top: 20px;
}
.p-free_mid{
	background: url(img/top/free_mid.png) top center repeat-y;
	padding: 2% 12% 0px 12%;
}
.p-free_menu{
	background: url(img/top/free_menu_bg.png) top center no-repeat;
	width: 100%;
	height: 204px;
	margin-top: 2%;
}
.p-free_menu:first-child{
	margin-top: 0px;
}
.p-free_menu:hover{
	background-position: center bottom;
}
.p-free_menu .c-menu_link{
	display: block;
	padding: 3% 8% 0px 8%;
	color: #FFF;
}
.p-free_menu .c-menu_link:hover{
	text-decoration: none;
}
.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{
	background: url(img/top/free_menu_link.png) top center no-repeat;
	display: block;
	width: 424px;
	height: 80px;
	margin: 0px auto;
}
.p-free_menu:hover .p-free_menu_link{
	background-position: center bottom;
}
.p-free_menu_link img{
	display: none;
}

/* categoryBtn */
.p-categoryBtn{
	display: table;
	table-layout: fixed;
	width: 888px;
	margin: 30px auto 10px;
}
.p-categoryBtn_item{
	display: table-cell;
}
.p-categoryBtn_link{
	display: block;
	width: 296px;
	height: 77px;
}
.p-categoryBtn_link-type__renai{
	background: url(img/top/btn_renai_menu.png) 0 0 no-repeat;
}
.p-categoryBtn_link-type__deai{
	background: url(img/top/btn_deai_menu.png) 0 0 no-repeat;
}
.p-categoryBtn_link-type__jinsei{
	background: url(img/top/btn_jinsei_menu.png) 0 0 no-repeat;
}
.p-categoryBtn_link:hover{
	background-position: 0 bottom;
}
.p-categoryBtn_link img{
	display: none;
}

/* category */
.p-category{
	width: 888px;
	margin: 0px auto;
}
.p-category_inr{
	width: 802px;
	margin: 0px auto;
	overflow: hidden;
}
.p-category .c-menu-size__small:nth-of-type(odd){
	margin-right: 10px;
}
.p-category .c-menu_link{
	color: #990099;
}
.p-category-renai{
	background: url(img/top/renai_menu_bg.png) top center repeat-y;
}
.p-category_main-renai{
	/*background: url(img/top/renai_menu_wrap.png) top center no-repeat;*/
}
.p-category-deai{
	background: url(img/top/deai_menu_bg.png) top center repeat-y;
}
.p-category_main-deai{
	/*background: url(img/top/deai_menu_wrap.png) top center no-repeat;*/
}
.p-category-jinsei{
	background: url(img/top/jinsei_menu_bg.png) top center repeat-y;
}
.p-category_main-jinsei{
	/*background: url(img/top/jinsei_menu_wrap.png) top center no-repeat;*/
}
.p-category-renai .c-menu-size__large .c-menu_wrap,
.p-category-deai .c-menu-size__large .c-menu_wrap,
.p-category-jinsei .c-menu-size__large .c-menu_wrap{
	background: url(img/top/c-menu-size_large_bg.png) top center repeat-y;
	padding: 0px 45px;
}
.p-category-renai .c-menu-size__small .c-menu_wrap,
.p-category-deai .c-menu-size__small .c-menu_wrap,
.p-category-jinsei .c-menu-size__small .c-menu_wrap{
	background: url(img/top/c-menu-size_small_bg.png) top center repeat-y;
	padding: 0px 32px;
}
.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: 18%;
}
.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: 29%;
}
.p-category-renai .c-menu-size__large .c-menu_badge,
.p-category-deai .c-menu-size__large .c-menu_badge,
.p-category-jinsei .c-menu-size__large .c-menu_badge{
	top: -35px;
	left: -45px;
}
.p-category-renai .c-menu-size__small .c-menu_badge,
.p-category-deai .c-menu-size__small .c-menu_badge,
.p-category-jinsei .c-menu-size__small .c-menu_badge{
	top: -28px;
	left: -32px;
}

/* rule */
.p-rule{
	color: #fff;
	padding: 80px 0px;
	width: 700px;
	margin:0 auto;
	text-align: center;
}
/* △△△TOP_PAGE△△△ */





/* ▽▽▽ENTRY_PAGE▽▽▽ */
/* entry */
.p-subMenu{ }
.p-subMenu_mid{
	background: url(img/entry/sub_menu_mid.png) top center repeat-y;
	padding: 0px 10%;
}
.p-subMenu_free{
	text-align: center;
	color: #f00;
	font-size: 1.25em;
	font-weight: bold;
}
.p-subMenu_title{
	text-align: center;
}
.p-subMenu_wrap{
	width: 65%;
	margin: 0px auto;
	font-weight: bold;
}
.p-subMenu_item{
	padding: 0 0 2%;
}
.p-subMenu_list{ }
.p-subMenu_listItem{
	color: #FFFFFF;
	text-indent: -37px;
	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{
	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/entry/entry_form_mid.png) top center repeat-y;
}
.p-entryForm_inner{
	padding: 0px 6%;
}
.p-myForm{ }
.p-myForm_mid,
.p-targetForm_mid{
	padding: 2% 12%;
}

/* ▼フォームのパーツ▼ */
.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{
	float: left;
	width: 30%;
	text-align: right;
	font-size: 1.75em;
	/*letter-spacing: 0.2em;*/
	padding-right: 5%;
}
.p-entryForm_must{
	color: #990000;
	font-weight: bold;
	font-size: 0.5em;
}
.p-entryForm_caution{
	color: #990000;
	font-weight: bold;
}
.p-entryForm_inputWrap{
	float: left;
	width: 70%;
}
.p-entryForm_input{ }
.p-entryForm_selectWrap{
	float: left;
	width: 70%;
}
.p-entryForm_select{
	width: 25%;
}
.p-entryForm_radioWrap{
	float: left;
	width: 70%;
	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: 475px;
	height: 144px;
	background: url(img/entry/btn_nc.png) top center no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
}
.p-entryForm_btn .p-entryForm_nc:hover{
	background-position: bottom center;
}
.p-entryForm_btn .p-entryForm_submit{
	display: block;
	width: 420px;
	height: 128px;
	background: url(img/entry/btn_submit.png) top center no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
}
.p-entryForm_btn .p-entryForm_submit:hover{
	background-position: bottom center;
}
.p-entryForm_btn .p-entryForm_free{
	display: block;
	width: 475px;
	height: 144px;
	background: url(img/entry/btn_free.png) top center no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
}
.p-entryForm_btn .p-entryForm_free:hover{
	background-position: bottom center;
}
/* ▲フォームのパーツ▲ */

.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;
}
/*error*/
.p-error{
	color: #ff0;
	text-align: center;
	padding: 20% 0 30%;
}


/* △△△ENTRY_PAGE△△△ */






/* ▽▽▽RESULT_PAGE▽▽▽ */
/* base */
.p-base{ }
.p-base_mid{
	background: url(img/result/base/base_mid.png) top center repeat-y;
}
.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: 846px;
	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: 8%; z-index: 11;}
.p-base_info_item-zodiac{ bottom: 0px; right: 0px; z-index: 10;}

.p-base-is__target .p-base_info_item-moon{ top: 0px; left: auto; right: 8%;}
.p-base-is__target .p-base_info_item-zodiac{ bottom: 0px; left: 0px;}

.p-base_info_description{
	color: #FFF;
	padding: 40px 8%;
	background: url(img/result/base/base_info_item_description.png) top center repeat-x;
	margin-top: -140px;
	position: relative;
	z-index: 10;
	line-height: 1.5;
}
.p-base_gift{ }
.p-base_gift_mid{
	background: url(img/result/base/base_gift_mid.png) top center repeat-y;
	text-align: center;
}


/* biorhythm */
.p-biorhythm{
	margin-top: 20px;
}
.p-biorhythm_mid{
	background: url(img/result/base/biorhythm_mid.png) top center repeat-y;
}
.p-biorhythm_image{
	text-align: center;
}
.p-biorhythm_description{
	margin-top: 2%;
}
.p-biorhythm_description_mid{
	background: url(img/result/base/biorhythm_description_mid.png) top center repeat-y;
	padding: 0px 8%;
	line-height: 1.5;
}
.p-base-is__target .p-biorhythm_description_mid{
	background: url(img/result/base/biorhythm_description_mid_target.png) top center repeat-y;
	padding: 0px 10%;
	font-size: 1.375em;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
}


/* soulmate */
.p-soulmate{
	color: #FFF;
}

/* ▽▽▽二人用▽▽▽ */
.p-soulmate_body{
	background: url(img/result/base/soulmate_body.png) center 110px no-repeat;
}
.p-soulmate_list{
	display: table;
	width: 95%;
	margin: 0px auto;
}
.p-soulmate_item{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.p-soulmate_item_body{
	width: 30%;
}
.p-soulmate_item_text{
	color: #000;
}
.p-soulmate_item_text-1{
	font-size: 1.375em;
}
.p-soulmate_item_text-2{
	font-size: 1.875em;
	padding: 10px 0px;
}
.p-soulmate_item_text-2 span{
	font-size: 3em;
}
.p-soulmate_item_text-3{
	font-size: 1.25em;
}
.p-soulmate_name{
	font-size: 1.25em;
}
.p-soulmate_catch{
	font-size: 2.375em;
	text-align: center;
	padding-top: 30px;
}
.p-soulmate_check{ }
.p-soulmate_check_mid{
	background: url(img/result/base/soulmate_check_mid.png) top center repeat-y;
	padding: 2% 10% 0px 10%;
}
.p-soulmate_check_list{
	display: table;
	width: 100%;
}
.p-soulmate_check_item{
	display: table-cell;
	vertical-align: middle;
}
.p-soulmate_check_item_number{
	width: 8%;
	font-size: 1.125em;
	text-align: right;
}
.p-soulmate_check_item_number span{
	font-size: 1.5em;
}
.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 8%;
}
.p-soulmate_detail_title{
	font-size: 1.25em;
	line-height: 72px;
	padding-top: 20px;
}
.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: url(img/result/base/soulmate_area_mid.png) top center repeat-y;
	padding: 0px 0px;
}
.p-soulmate_description{
	text-align: center;
	font-size: 1.75em;
	padding: 10px 3% 0px 3%;
}
.p-soulmate_voice{
	padding: 40px 12% 30px 12%;
	font-size: 1.875em;
}
.p-soulmate_voice span{
	font-size: 2.6em;
	line-height: 0.3;
	color: #FF0000;
}
.p-soulmate_area_list{
	position: relative;
	padding: 0 0 15px;
}
.p-soulmate_area_list_mid{
	background: url(img/result/soulmate_area_item_mid.png) top center repeat-y;
	display: table;
	width: 100%;
	padding: 0 10%;
}
.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/result/base/result_mid.png) top center repeat-y;
	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/result/base/resultitem_mid.png) top center repeat-y;
	/*padding: 0 15%;*/
}
.p-resultTitle{
	text-align: center;
	color: #FFFF00;
	font-size: 1.375em;
	font-weight: bold;
}
.p-resultTitle_mid{
	padding: 2% 12% 2% 12%;
}
.p-resultBody{
	background: url(img/result/base/resultitem_body.png) top center repeat-y;
	padding: 0px 14%;
	overflow: hidden;
}
.p-resultImg{
	float: left;
	width: 43%;
}
.p-resultBody_set12 .p-resultImg{
	float: right;
}
.p-resultText{
	line-height: 1.5em;
}
.p-resultBody_set12 .p-resultText{
	float: left;
	width: 56%;
}
.p-resultBody_set13 .p-resultText{
	float: right;
	width: 56%;
}

/* calendar */
.p-calendar{
	margin-top: 2%;
}
.p-calendar_top,
.p-calendar_btm{
	text-align: center;
}
.p-calendar_mid{
	background: url(img/result/base/calendar_mid.png) top center repeat-y;
}
.p-calendarTitle{
	text-align: center;
	padding: 2% 10%;
	color: #FFFF00;
	font-size: 1.375em;
	font-weight: bold;
}
.p-calendarBody{
	background: url(img/result/base/calendarbody.png) top center repeat-y;
	text-align: center;
}
.p-calendarBody_list{
	display: table;
	table-layout: fixed;
	width: 75%;
	margin: 0px auto;
}
.p-calendarBody_item{
/*	display: table-cell;
	vertical-align: middle;
	padding: 3% 0px;*/
}
.p-calendarBody_description{
	color: #FFF;
	font-size: 2em;
}

/* star */
.p-star{ }
.p-star_top{
	position: relative;
}
.p-star_list{
	position: absolute;
	top: 42%;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 96%;
	margin: 0px auto;
	overflow: hidden;
}
.p-star_item{
	float: left;
	width: 290px;
	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: 2.375em;
}
.p-star_top,
.p-star_btm{
	text-align: center;
}
.p-star_mid{
	background: url(img/result/base/star_mid.png) top center repeat-y;
}
.p-star_title{
	text-align: center;
	color: #FFFF00;
	font-size: 1.375em;
	font-weight: bold;
}
.p-star_title_mid{
	background: url(img/result/base/star_title_mid.png) top center repeat-y;
	padding: 2% 10%;
	text-align: center;
}
.p-star_description{
	padding: 30px 15% 0px 15%;
	line-height: 1.5em;
}


/* message */
.p-message{
	position: relative;
}
.p-message_title{
	position: absolute;
	top: 120px;
	left: 6%;
	z-index: 11;
}
.p-message_image{
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 10;
}
.p-message_top,
.p-message_btm{
	text-align: center;
}
.p-message_mid{
	background: url(img/result/base/message_mid.png) top center repeat-y;
	padding: 0px 45% 0px 6%;
	line-height: 1.5em;
	color: #FFF;
}

/* pickup */
.p-pickup{
	margin-top: 2%;
}
.p-pickup_title,
.p-pickup_top,
.p-pickup_btm{
	text-align: center;
}
.p-pickup_mid{
	background: url(img/result/pickup_mid.png) top center repeat-y;
	padding: 0px 2%;
}
.p-pickup_table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.p-pickup_table-cell{
	display: table-cell;
}
.p-pickup_menu{ }
.p-pickup_menu .c-menu_wrap{
	background: url(img/result/pickup_menu_mid.png) top center repeat-y;
	padding: 1% 7%;
}
.p-pickup_menu .c-menu_icon{
	width: 29%;
}
.p-pickup_menu .c-menu_title{
	font-size: 1.25em;
	color: #1D593E;
}
.p-pickup_menu .c-menu_price-size__large{
	font-size: 1.125em;
}
.p-pickup_submenu{ }
.p-pickup_submenu_mid{
	background: url(img/result/pickup_submenu_mid.png) top center repeat-y;
	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{
	background: url(img/result/btn_pickup.png) top center no-repeat;
	display: block;
	width: 100%;
	height: 125px;
}
.p-pickup_btn a:hover{
	background-position: center bottom;
}
.p-pickup_btn img{
	display: none;
}


/* △△△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: block;
}

/* SP表示用 */
.u-spBlock{
	display: none;
}

/ 画像透過 /
.u-hover-opacity:hover img{
 opacity: 0.7;
}

/* for nifty */
.u-defaultPrice{}
.u-pemiumPrice{
	color: #f00;
	font-weight: bold;
}
.u-nif{
	display:none;
}
.u-priceLine{
	text-decoration: line-through;
}
