@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;
	text-decoration: none;
}
ul, li {
	list-style-type: none;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
/* Base
   ----------------------------------------------------------------- */
html {
	font-size: 16px;
}
body {
	color: #333333;
	line-height: 1.3;
	background: #fffefb url(img/top/bg.png) 0 0 repeat-x;
	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: 5px;
}
select {
	vertical-align: middle;
	padding: 5px;
	border: solid 1px #888;
}
/* ==========================================================================
   Layout
========================================================================== */

/* body */
/*
#body{
	background: url(img/top/body_bg_01.png) top center repeat;
}
.bodyBg-01{
	background: url(img/top/body_bg_01.png) top center repeat;
//	width: 1500px;
	margin: 0 auto;
	background-color: darkslategray;
}
.bodyBg-01{
	background: url(img/top/body_bg_01.png) top center repeat;
}
.bodyBg-02{
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: url(img/top/body_bg_02.png) top center repeat-x;
}
.bodyBg-03{
}
.bodyBg-04{
	margin: 0 auto;
}
*/
.c-btn {
	margin-left: 20px;
	margin-top: -20px;
	position: relative;
}
/* header */
#header {
	width: 960px;
	height: 05px;
	margin: 0 auto;
	text-indent: -9999px;
}
#header > a {
}
/* nav */
#nav {
	background: url(img/top/nav-button_bg.png) top center no-repeat;
	width: 950px;
	height: 78px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}
.nav_item {
	float: left;
	width: 218px;
}
.nav_item:first-of-type {
	margin-left: 30px;
}
.nav_link {
	display: block;
	width: 100%;
	height: 78px;
	padding-top: 3px;
	text-indent: -9999px;
}
.nav_link:hover {
	background-position: 0 -74px;
}
.nav_link-type__1 {
	background: url(img/nav/nav-item_01.png) 0 0 no-repeat;
}
.nav_link-type__2 {
	background: url(img/nav/nav-item_02.png) 0 0 no-repeat;
}
.nav_link-type__3 {
	background: url(img/nav/nav-item_03.png) 0 0 no-repeat;
}
.nav_link-type__4 {
	background: url(img/nav/nav-item_04.png) 0 0 no-repeat;
}
.nav_link img {
	display: none;
}
#main {
	padding-top: 15px;
	padding-bottom: 100px;
}
.footer {
	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
----------------------------------------------------------------- */

/* menu */
.c-menu {
}
.c-menu-size__large {
	width: 830px;
	margin: 0 auto 10px;
}
.c-menu-size__large .c-menu_icon {
	width: 15%;
}
.c-menu-size__large .c-menu_title {
	padding: 0;
	font-size: 2em;
}
.c-menu-size__small {
	width: 404px;
	margin: 0 auto 10px;
	float: left;
}
.c-menu_head {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0 0 0%;
}
.c-menu_icon {
	display: table-cell;
	vertical-align: top;
	width: 14%;
	position: relative;
}
.c-menu_icon-size__large {
	width: 22%;
}
.c-menu_name{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 5%;
}
.c-menu_badge {
	position: absolute;
	top: -30%;
	right: 65%;
	width: 80%;
}
.c-menu_title {
	display: table-cell;
	vertical-align: top;
	padding-left: 3%;
	font-size: 2em;
	font-weight: bold;
	color: #000;
}
.c-menu_title-color__red {
	color: #600;
}
.c-menu_title-color__blue {
	color: #330066;
}
.c-menu_link {
	text-decoration: none;
}
.c-menu_link:hover {
	text-decoration: underline;
}

.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-weight: bold;
}
.c-menu_price-size__small {
	font-size: 0.75rem;
}
.c-menu_price-color__white {
	color: #fff;
}
/* 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: 30%;
}
/* tag */
.c-tag {
	font-size: 0;
	line-height: 0;
}
.c-tag_item {
	display: inline-block;
	margin-right: 10px;
}
/* other */
.c-bread{
	padding: 1% 8%;
	color: #fff;
}
.c-caution {
	font-weight: bold;
	color: #f00;
	font-size: 1.2em;
}
.c-rakutenFooter {
	background: #fff;
}
/*-----------------------------------------------------------------
    Project
----------------------------------------------------------------- */
/****************/
/* Body */
/****************/
#body {
	background: url(img/top/body_bg_01.png) top center repeat;
}
.bodyBg-01 {
	width: 100%;
}
.bodyBg-02 {
	background: url(img/top/header_bg_01.png) top center no-repeat;
}
.bodyBg-03 {
}
.bodyBg-03_2 {
	position: absolute;
	top: 285px;
	left: 111px;
	z-index: 9999;
	background: url(img/top/header_bg_flower_left.png) top center no-repeat;
}
.bodyBg-03_3 {
	position: absolute;
	top: 312px;
	left: 1171px;
	z-index: 9999;
	background: url(img/top/header_bg_flower_right.png) top center no-repeat;
}
.bodyBg-04 {
	padding: 374px 0 0;
}
/****************/
/* top title */
/****************/
#title-bg_top01 {
	margin: 0 auto;
	overflow: hidden;
	width: 1500px;
}
#title-bg_top02 {
}
#title-bg_main {
	position: absolute;
	width: 1500px;
}
#title-bg_body {
	width: 1500px;
	position: absolute;
}
#title-bg_flower_left {
	width: 260px;
	position: absolute;
	top: -87px;
	left: -158px;
	z-index: 9999;
}
#title-bg_flower_right {
	width: 147px;
	position: absolute;
	top: -62px;
	left: 904px;
	z-index: 9999;
}
/****************/
/* All contents */
/****************/
.p-contents {
	position: relative;
	width: 960px;
}
.p-contents_top {
	width: 960px;
}
.p-contents_mid {
	background: url(img/top/contents_bg_mid.png) center top repeat-y;
	width: 960px;
	color: #fff;
}
.p-contents_btm {
	width: 960px;
}
/****************/
/* headline parts */
/****************/
.p-headline {
	position: relative;
}
.p-headline_link {
	position: absolute;
	top: 20px;
	left: 189px;
	width: 620px;
}
.p-headline_link a:hover {
	text-decoration: none;
}
.p-headline_head {
	width: 927px;
}
/****************/
/* news parts*/
/****************/
.p-new {
	width: 927px;
}
.p-new_top {
}
.p-new_mid {
	background: url(img/top/new_bg_mid.png) center top repeat-y;
}
.p-new_btm {
	width: 100%;
	margin: 0 auto;
}
.p-new_in {
	width: 720px;
}
.p-new_in_ico {
	float: left;
	width: 142px;
	padding: 0 16px 3px 35px;
}
.p-new_in_chache {
	float: left;
	width: 557px;
	padding: 12px 28px 0 0;
}
.p-new_in_chache a{
	color:#980303;
}
.p-new_in_chache a:hover{
	color:#0a0398;
	text-decoration:underline;
}
#p-new_linkarea01 {
	width: 720px;
	height: 100px;
}
#p-new_linkarea02 {
	width: 720px;
	height: 100px;
}
.p-new_in_top {
	background: url(img/top/arrow_btn_right.png) no-repeat;
	background-position: 683px 20px;
}
.p-new_in_kakaku {
	padding: 0 54px 20px 0;
}
.p-new_in_text {
	padding: 5px 50px 0 35px;
}
.p-new_in_main {
	width: 759px;
	margin: 0 auto;
}
.p-new_darkred {
	color: #980303;
}
.p-new_darkblue {
	color: #0a0398;
}

/* コラム 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 */

/****************/
/* Target01 parts */
/****************/
.p-target01 {
}
.p-target01_top {
	width: 924px;
	padding: 16px 0 0 0;
}
.p-target01_btm {
	width: 881px;
	height: 171px;
	overflow: hidden;
}
.p-target01_menu {
	width: 852px;
	height: 258px;
}
.p-target01_menu_btn{
	display: block;
}
.p-target01_menu_btn:hover{
	background-position: 4px -280px;
}
.p-target01_menu_btn01 a{
	display: block;
	width: 418px;
	height: 258px;
	background: url(img/nav/btn_mirai01.png) center top no-repeat;
}
.p-target01_menu_btn02 a{
	display: block;
	width: 418px;
	height: 258px;
	background: url(img/nav/btn_honshin01.png) center top no-repeat;
}
.p-target01_menu_btn01 a:hover,
.p-target01_menu_btn02 a:hover{
	background-position: 4px -280px;
}
/* *************/
/* rank part　*/
/****************/
.p-rank {
	width: 927px;
}
.p-rank_top {
	width: 880px;
}
.p-rank_mid {
	background: url(img/top/rank_mid.png) center top repeat-y;
	width: 880px;
}
.p-rank_btm {
	width: 880px;
}
.p-rank_in {
	width: 759px;
}
.p-rank_in_main {
	width: 695px;
}
.p-rank_in_top {
	width: 759px;
}
.p-rank_icon {
	width: 759px;
}
.p-rank_in_mid {
	background: url(img/top/rank_in_mid.png) center top repeat-y;
}
.p-rank_in_btm {
	width: 759px;
}
.p-rank_in_head {
	background: url(img/top/rank_in_top01.png) top center no-repeat;
}
.p-rank_in_content {
	background: url(img/top/rank_in_mid.png) top center repeat-y;
}
.p-rank_in_tail {
	width: 759px;
	background: url(img/top/rank_in_btm.png) top center no-repeat;
}
#p-rank_linkarea01 {
	width: 683px;
	height: 78px;
}
#p-rank_linkarea02 {
	width: 720px;
	height: 100px;
}
#p-rank_linkarea03 {
	width: 720px;
	height: 100px;
}
#p-rank_mid_icn01 {
	padding: 2px 8px 0 0;
}
#p-rank_mid_icn02 {
	padding: 2px 8px 0 0;
}
#p-rank_mid_icn03 {
	padding: 2px 8px 0 0;
}
.p-rank_mid_arw {
	width: 23px;
	background: url(img/top/arrow_btn_right.png) no-repeat;
	top: 0;
	left: 666px;
}
#p-rank_mid_txt {
	width: 551px;
	padding: 0 8px 0 0px;
}
#p-rank_mid_txt a{
	color:#104636;
	border-bottom:2px solid #104636;
}
#p-rank_mid_txt a:hover{
	border-bottom:none;
}
#p-rank_mid_txt02 {
	width: 551px;
	padding: 0 8px 0 0px;
}
#p-rank_mid_txt03 {
	width: 551px;
	padding: 0 8px 0 0px;
}
#p-rank_mid_arw01 {
 width=25px;
	background: url(img/top/arrow_btn_right.png) no-repeat;
	background-position: 666px 5px;
}
#p-rank_mid_arw02 {
 width=25px;
	background: url(img/top/arrow_btn_right.png) no-repeat;
	background-position: 666px 5px;
}
#p-rank_mid_arw03 {
 width=25px;
	background: url(img/top/arrow_btn_right.png) no-repeat;
	background-position: 666px 5px;
}
.p-rank_kansou_border {
	border: solid 2px #850208;
	color: #850208;
	padding: 3px 2px 2px 2px;
	margin: 3px 5px 3px 5px;
}
.p-hr {
	margin: 5px 0 5px 0;
	border-width: 2px 0 0 0;
	border-color: #850208;
}
.p-rank_darkgreen {
	color: #104636;
}
/****************/
/* Target02 kantei parts */
/****************/
.p-target02 {
	width: 840px;
}
.p-target02_top {
	width: 840px;
}
.p-target02_mid {
	width: 840px;
	background: url(img/top/target02_mid.png) center top repeat-y;
}
.p-target02_btm {
	width: 840px;
	height: 163px;
	background: url(img/top/target02_btm.png) center top no-repeat;
}
.p-target02_btm_btn a{
	display: block;
	width: 520px;
	height: 120px;
	margin: 0 auto;
	background: url(img/nav/btn_kantei.png) center top no-repeat;
}
.p-target02_btm_btn a:hover{
	background-position: 9px -125px;
}
.p-target02_in {
	width: 675px;
}
#p-target02_linkarea01{
	width: 683px;
	height: 78px;
}
.p-target02_in_02 {
	padding: 10px 0 10px 0;
}
.p-target02_in_ico {
	float: left;
	padding: 0px 8px 8px 0px;
}
.p-target02_in_chache {
	float: left;
	width: 557px;
	padding: 0px 28px 0 0;
}
.p-target02_in_top {
	width: 759px;
}
.p-target02_in_text {
	width: 694px;
}
.p-hr1 {
	margin: 5px 0 5px 0;
	border-width: 1px 0 0 0;
	border-color: #850208;
}
.p-target02_darkred {
	color: #660000;
}
.p-target02_green {
	color: #0f9250;
}
.p-target02_rhtbrn {
	color:#980303;
}
/****************/
/* TSpecial parts */
/****************/
.p-spec {
	width: 924px;
	top: -36px;
}
.p-spec_btm {
	width: 924px;
}
.p-spec_mid01 {
	background: url(img/top/special_bg_mid01.png) center top repeat-y;
	width: 924px;
}
.p-spec_mid02 {
	width: 924px;
	background: url(img/top/special_bg_mid.png) center top repeat-y;
}
.p-spec_top {
	width: 924px;
}
#p-spec_linkarea01{
	width: 683px;
	height: 78px;
}
.p-spec_in_mid01{
	width: 683px;
}
.p-spec_in_mid01_menu{
	width: 683px;
}
.p-spec_in_mid01_icn01{
	padding: 0px 8px 8px 0px;
}
.p-spec_in_mid01_txt01{
	width: 557px;
	padding: 0px 28px 0 0;
}
.p-spec_in_mid01_text{
	width: 683px;
}
.p-spec_darkred {
	color: #660000;
}
.p-spec_black {
	color: #000701;
}
.p-spec_rhtbrn {
	color:#980303;
}
.p-spec_linkBox{
	width:730px;
	margin:5% auto;
	text-align:center;
	color:#ff0000;
	border:1px solid #ff0000;
	background-color:#000;
	padding:16px 0 ;
	border-radius:15px;
	-webkit-box-shadow: inset 1px 1px 30px 0 #ff0000;
	-moz-box-shadow: inset 1px 1px 30px 0 #ff0000;
}
.p-spec_linkBox a{
	text-decoration:underline;
}
.p-spec_linkBox a:hover{
	text-decoration:none;
}
/* EntryForm */

.p-entryForm{

}
.p-entryForm_input{
}
.p-entryForm_mid{
	background: url(img/entry/form_wrap_mid.png) center top repeat-y;
	color: #fff;
}
.p-myForm{
}
.p-targetForm{
	padding: 1% 0 0;
}
.p-myForm_mid{
	padding: 2% 20%;
}
.p-targetForm_mid{
	padding: 2% 20%;
}

.p-entryForm_item{
	width: 100%;
	padding: 1% 0;
	overflow: hidden;

}
.p-entryForm_save{
	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: 6em;
	text-align: right;
	font-size:1.5em;
	letter-spacing: 0.2em;
	padding: 0 1em 0 0;
}
.p-entryForm_must{
	color:#ff0;
	font-weight: bold;
	font-size: 0.6em;
}
.p-entryForm_caution{
	color:#ff0;
	font-weight: bold;
}
.p-entryForm_inputWrap{
	float: left;
	width: 50%;
}
.p-entryForm_input{
}
.p-entryForm_selectWrap{
	float: left;
	width: 70%;
}
.p-entryForm_select{
	width: 20%;
}
.p-entryForm_btnWrap{
	display: table;
	margin:0 auto;
	width: 82%;
	padding: 3% 0;
	background: #000;
}
.p-entryFormBtnTop{
	display: block;
	margin:0 auto;
}
.p-entryForm_btn{
	display: table-cell;
	width: 48%;
	text-align: center;
}
.p-entryForm_btn .p-entryForm_nc{
	display: block;
	height: 86px;
	background: url(img/entry/btn_nc.png) top center no-repeat;
	text-indent: -9999px;
}
.p-entryForm_btn .p-entryForm_nc:hover{
	background-position: bottom center;
}
.p-entryForm_btn .p-entryForm_nc img{
}
.p-entryForm_btn .p-entryForm_submit{
	display: block;
	height: 86px;
	background: url(img/entry/btn_submit.png) top center no-repeat;
	text-indent: -9999px;
}
.p-entryForm_btn .p-entryForm_submit:hover{
	background-position: bottom center;
}
.p-entryForm_btn .p-entryForm_submit img{
}
.p-entryForm_btn .p-entryForm_free{
	display: block;
	height: 86px;
	background: url(img/entry/btn_free.png) top center no-repeat;
	text-indent: -9999px;
}
.p-entryForm_btn .p-entryForm_free:hover{
	background-position: bottom center;
}
.p-entryForm_btn .p-entryForm_free img{
}
.p-entryForm_btnTxt{
	color: #fff;
	text-align: center;
}
.p-premiumCaution{
	padding: 2% 10%;
	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-packMenuName{
	font-size: 2em;
	font-weight: bold;
	color:#900;
	padding: 2% 19%;
}
/****************/
/* free parts */
/****************/
.p-free{
	width:890px;
}
.p-free_mid{
	background:url(img/top/free_bg_mid.png) top center repeat-y;
}
.p-free_menuBox{
	padding:0 56px;
}
.p-free_menu{
	width:382px;
}
.p-free_menu_mid01{
	background:url(img/top/free_mid.png) top center repeat-y;
}
.p-free_menu_mid02{
	padding:5px 30px;
}
.c-freeyBtn_link{
	display:block;
	width:320px;
	height:75px;
	margin:0 auto;
}
.p-free_menu_mid02 img{
	display:none;
}
.c-freeyBtn_link:hover{
    background-position: 0 bottom;
}
.c-freeyBtn_link{
	background:url(img/top/free_btn.png) top center no-repeat;
}
/****************/
/* category */
/****************/
.p-categoryBtn{
    display: table;
    table-layout: fixed;
    width: 891px;
    margin: 30px auto 10px;
    background: #000;
    box-shadow: 0 0 3px #000;
}
.p-categoryBtn_item{
	display: table-cell;
}
.p-categoryBtn_item img{
	display:none;
}
.p-categoryBtn_link {
    display: block;
    width: 297px;
    height: 94px;
    margin: 0 auto;
}
.p-categoryBtn_link:hover{
	background-position:0 bottom;
}
.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-category{
	width:899px;
}
.p-category_mid01{
	background:url(img/top/menu_mid_renai.png) top center repeat-y;
}
.p-category_mid02{
	background:url(img/top/menu_mid_deai.png) top center repeat-y;
}
.p-category_mid03{
	background:url(img/top/menu_mid_jinsei.png) top center repeat-y;
}
.c-menu-type__renai{
    width: 777px;
    margin: 0 auto;
}
.c-menu-type__deai{
    width: 777px;
    margin: 0 auto;
}
.c-menu-type__jinsei{
    width: 777px;
    margin: 0 auto;
}
.c-menu_main-type__renai {
    background: url(img/top/menu_inner_large_mid_renai.png) top center repeat-y;
    padding: 10px 45px;
}
.c-menu_main-size__small_renai{
    background: url(img/top/menu_inner_small_mid_renai.png) top center repeat-y;
}
.c-menu_main-type__deai {
    background: url(img/top/menu_inner_large_mid_deai.png) top center repeat-y;
    padding: 10px 45px;
}
.c-menu_main-size__small_deai{
    background: url(img/top/menu_inner_small_mid_deai.png) top center repeat-y;
}
.c-menu_main-type__jinsei {
    background: url(img/top/menu_inner_large_mid_jinsei.png) top center repeat-y;
    padding: 10px 45px;
}
.c-menu_main-size__small_jinsei{
    background: url(img/top/menu_inner_small_mid_jinsei.png) top center repeat-y;
}
.p-category_inr{
	margin-top:13px;
}
.c-menu-size__small02{
	width: 381px;
	margin:0 13px 10px 0;
	float: left;
}
.c-menu-size__small03{
	width: 381px;
	margin:0 0 10px 0;
	float: left;
}
.c-menu-inr{
	padding:0 34px;
}
.c-menu_icon_small{
	width:22%;
	display:table-cell;
}
.c-menu_category{
	width:auto;
}

.p-pageTop{
	width: 899px;
	margin-bottom:30px;
}
.p-pageTop a{
	text-decoration:underline;
	color:#02fbf8;
}
.p-pageTop a:hover{
	text-decoration:none;
}
/****************/
/* p-recMenu おすすめ */
/****************/
.p-recMenu{
	width:712px;
}
.p-recMenu .c-menu_head {
	padding: 0 0 3%;
}
.p-recMenu_mid{
	background:url(img/top/recMenu_mid.png) top center repeat-y;
}
.p-recMenu_midInr{
	padding:10px 30px;
}
.p-recMenu_icon_small{
	width:17%;
	display:table-cell;
	vertical-align: top;
}
.p-recMenu_name{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 0%;
}
.p-recMenu .c-menu_head{
	padding: 0 0 3%;
}
/* rule */
.p-rule{
	text-align: center;
	color: #fff;
	padding: 5% 0;
}
.p-rule_image{
	max-width: 100%;
	width: auto;
	margin-bottom: 1.5rem;
}


/*-----------------------------------------------------------------
 Utitlity
----------------------------------------------------------------- */
/* area link */
.u-area_link {
	position: absolute;
	background-color: #fff;
	opacity: 0;
}
.u-area_link a {	text-decoration:underline; color:#980303;}
.u-area_link:hover {	text-decoration:none;	color:#0a0398;	}

/* Text */
.u-tdco_udln	{	text-decoration: underline;	}
.u-tdco_none	{	text-decoration: none;		}
.u-ta_j			{	text-align: justify;	text-justify: inter-ideograph; 		}
.u-tind-999		{	text-indent: -9999px;		}
.u-tlh_120		{	line-height: 120%;			}
.u-tlh_150		{	line-height: 150%;			}
.u-tlh_200		{	line-height: 200%;			}
.u-tlh_250		{	line-height: 250%;			}

/* font */
.u-serif		{	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	}
.u-meiryo		{	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";	}
.p-mincho		{	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";		}
.u-normal		{	font-weight: normal;		}
.u-bold			{	font-weight: bold;			}
.u-bolder		{	font-weight: bolder;		}
.u-fs14			{	font-size: 14px;			}
.u-fs16			{	font-size: 16px;			}
.u-fs22			{	font-size: 22px;			}
.u-fs24			{	font-size: 24px;			}
.u-fs30			{	font-size: 30px;			}

/* box */
.u-ovf_hdn		{	overflow: hidden;			}
.u-lh0			{	line-height:0;				}

/* position */
.u-pos_rel		{	position: relative;			}
.u-pos_abs		{	position: absolute;			}
.u-pos_tac		{	text-align: center;			}
.u-pos_tar		{	text-align: right;			}
.u-pos_tal		{	text-align: left;			}
.u-pos_vab		{	vertical-align: bottom;		}
.u-pos_vat		{	vertical-align: top;		}
.u-tac{text-align: center;}

/* color */
.u-c_gray		{	color: #333;				}
.u-c_yellow		{	color: #ff0;				}
.u-c_cyan		{	color: cyan;				}
.u-c_white		{	color: white;				}
.u-c_red		{	color: red;					}
.u-c_renai		{	color:#72027c;				}
.u-c_deai		{	color:#7c3902;				}
.u-c_jinsei		{	color:#005e07;				}
.u-c_rec		{	color:#980303; text-shadow:2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 2px 5px #000, -2px 2px 5px #000, 2px 0px 5px #000;}
.u-c_rec a:hover{	color:#0a0398; text-shadow:2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 2px 5px #000, -2px 2px 5px #000, 2px 0px 5px #000;}

/* margin */
.u-m0a			{	margin: 0 auto;				}
.u-mts			{	margin-top: 10px;			}
.u-mtm			{	margin-top: 30px;			}
.u-mrs			{	margin-right: 14px;			}
.u-mls			{	margin-left: 14px;			}
/* padding */
.u-prs			{	padding-right: 10px;			}
.u-pls			{	padding-left: 10px;			}
/* float */
.u-flt_lft		{	float: left;				}
.u-flt_rgt		{	float: right;				}

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

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

/* for nifty */
.u-defaultPrice	{
}
.u-premiumPrice {
	display: none;
	color: #f00;
	font-weight: bold;
}
.u-nif {
	display: none;
}
