@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: #fff;
	min-width: 1080px;
	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 */
.ow_body{
	background: #000;
}
.ow_body_bg_01{
	background: url(img/common/body_bg_01.png) top center repeat-y;
}
.ow_body_bg_02{
	background: url(img/common/body_bg_02.jpg) top center no-repeat;
}



/* header */
.ow_header{ }
.ow_header > a{
	width: 910px;
	margin: 0px auto;
	display: block;
}
.ow_header img{
	width: 910px;
	height: 412px;
}

/* nav */
.ow_nav{
	padding: 30px 0px 15px 0px;
}
.ow_nav .ow_nav_inner{
	width: 852px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	margin: 0px 5px;
}
.ow_nav .ow_nav_link{
	display: block;
	width: 100%;
	height: 67px;
}
.ow_nav .ow_nav_link:hover{
	background-position: 0 bottom;
}
.ow_nav .ow_nav_link_01{
	background: url(img/nav/nav_item_01.png) 0 0 no-repeat;
	width: 274px;
}
.ow_nav .ow_nav_link_02{
	background: url(img/nav/nav_item_02.png) 0 0 no-repeat;
	width: 274px;
}
.ow_nav .ow_nav_link_03{
	background: url(img/nav/nav_item_03.png) 0 0 no-repeat;
	width: 274px;
}
/*
.ow_nav .ow_nav_link_5{
	background: url(img/nav/nav_item_05.png) 0 0 no-repeat;
	width: 266px;
}
*/
.ow_nav .ow_nav_link img{
	display: none;
}
/*
.ow_nav_sp{
	display:none;
}
*/

/* main */
.ow_main{
	width: 920px;
	margin: 0px auto;
}

/* footer */
.ow_footer{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 836px;
	margin: 0 auto;
	background: #000;
}
/*
.ow_footer{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 93%;
	margin: 0 auto;
}
*/
.ow_footer_menu > *{
	display: inline-block;
	margin: 0% 2% 2% 0%;
}
.footer_subInfo{
	text-align: center;
	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;
	position: relative;
}
.niftyHeader table {
	width: 900px;
	margin: 0 auto;
	background: #000;
}

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

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

/* menu */
.ow_menu{ }
.ow_menu_head{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ow_menu_icon{
	display: table-cell;
	vertical-align: top;
	width: 17%;
	position: relative;
}
.ow_menu_icon img{
	max-width: 100%;
}
.ow_menu_badge{
	position: absolute;
	top: 0px;
	left: -55px;
}
.ow_menu_title{
	display: table-cell;
	vertical-align: middle;
	padding-left: 3%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.125em;
	font-weight: bold;
	color: #330000;
}
.ow_menu_title_color_red{
	color: #fe0148;
}
.ow_menu_title_color_yellow{
	color: #FFFF00;
}
.ow_menu_title_color_blue{
	color: #330066;
}
.ow_menu_link{
	text-decoration: underline;
}
.ow_menu_link:hover{
	text-decoration: none;
}
.ow_menu_link-decoration{
	text-decoration: none;
}
.ow_menu_link-decoration:hover{
	text-decoration: none;
}
.ow_menu_tail{
	margin-top: 2%;
	text-align:right;
	font-weight: bold;
}
.ow_menu_caption{
	font-size: 1em;
}
.ow_menu_caption_color_white{
	color: #fff;
}
.ow_menu_caption_weight_normal{
	font-weight: normal;
}
.ow_menu_price{
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
	color: #333;
}
.ow_premium_price{
	/* display: none; */
	color:#990000;
}
.ow_menu_price_size_large{
	font-size: 1.625em;
}
.ow_menu_price_color_white{
	color: #fff;
}
.ow_menu_price_color_red{
	color: #CC0000;
}


/* 金額を横並びにするCSS */
.ow_menu_price_wrap { }
.ow_menu_price_wrap .ow_menu_price {
	display: inline-block;
	padding-left: 10px;
}
.ow_menu_price_wrap .ow_nif{
	display: none;
	}


/* btn */
/*
画像のボタン用
SPと切り替える際にまとめて指定できるように
 */
.ow_btn{
	margin: 0 auto;
}
.ow_btn_link{
	display: block;
}
.ow_btn_link:hover{
	background-position: 0 bottom;
}
.ow_btn_link img{
	display: none;
}

/* table */
.ow_table{
	display: table;
	width: 100%;
}
.ow_table_fixed{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ow_table_cell{
	display: table-cell;
	vertical-align: top;
}
.ow_table_cell_size__small{
	width: 20%;
}


/* other */
.ow_caution{
	font-weight: bold;
	color: #f00;
	font-size: 1.2em;
}
.c-rakutenFooter{
	background: #fff;
}
.ow_price_wrap{
	text-align: right;
}









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

/* ▽▽▽トップページここから▽▽▽ */
 /* ヘッダー用ボタン */
  .ow_header_btn{
		width: 980px;
		margin: 0 auto;
	}
 .ow_header_btn .ow_btn_link{
	 background: url(img/top/header_btn.png) top center no-repeat;
	 width: 564px;
	 height: 130px;
 }
.ow_header_btn .ow_btn_link:hover{
	background-position: 0 bottom;
}

/* headline */
.ow_headline{
	text-align: center;
	padding-bottom: 10px;
}
.ow_headline_link{
	color: #ffff00;
	line-height:1.8;
	font-size: 1.25em;
	font-weight:bold;
}
.ow_headline_link:last-of-type {
    margin: 0;
}

.ow_headline_link a{
	text-decoration:underline;
}
.ow_headline_link a:hover{
	text-decoration:none;
}

/* new */
.ow_new{
}
.ow_new_head{ }
.ow_new_mid{
	background: url(img/top/new_mid.png) top center repeat-y;
	padding: 0 98px;
}
.ow_new_date {
	text-align: right;
	color: #660000;
	font-weight:bold;
	padding:5px 0;
	font-size: 1em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_new .ow_menu_title {
	color: #330000;
	text-align: left;
	padding-left: 0.4em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_new .ow_menu_tail {
	text-align: right;
}
.ow_new .ow_menu{ }
.ow_new .ow_menu:not(:last-child){
	/* border-bottom: 1px dashed #333; */
	background: url(img/top/underline.png) bottom center no-repeat;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.ow_new .ow_menu_icon{
	width: 16%;
}
.ow_new .ow_underline{
	margin: 20px 0;
}
.ow_upload_news_text{
	text-align: center;
	padding:5px 0;
}
/*
.ow_new .ow_menu_guide{
	margin-bottom:20px;
}
*/

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

/* review */
.ow_review{
	width: 900px;
	margin: 20px auto 0 auto;
}
.ow_revier_head {}
.ow_menu_guide{ }
.ow_review .ow_headline{
	padding-bottom:15px;
}
.ow_review .ow_headline_link{
	color:#ff66ff !important;
}
.ow_review .ow_headline_link a{
	border-bottom:2px solid #ff66ff;
	text-decoration:none;
}
.ow_review .ow_headline_link a:hover{
	border-bottom:none;
}
.ow_voice_menu .ow_menu{
	padding-bottom: 20px;
}
.ow_voice_menu_01 .ow_menu_link{
	color: #003366
}
.ow_voice_menu_02 .ow_menu_link{
	color: #660000
}
.ow_voice_menu_03 .ow_menu_link{
	color: #3B086B
}
.ow_voice_menu .ow_menu_title{
	font-size: 1.875em;
}

.ow_voice_menu .ow_menu_link:hover{
	border-bottom:none;
}


.ow_review .ow_headline_link a{
	text-decoration: none;
}
.ow_review .ow_headline_link a.ow_headline_link_01,.ow_review .ow_headline_link a.ow_headline_link_03{
	color:#339900;
	border-bottom:2px solid #339900;
}
.ow_review .ow_headline_link a.ow_headline_link_02{
	color:#003300;
	border-bottom:2px solid #003300;
}
.ow_review .ow_headline_link a.ow_headline_link_04{
	color:#006699;
	border-bottom:2px solid #006699;
}

.ow_review .ow_headline_link a.ow_headline_link_05,.ow_review .ow_headline_link a.ow_headline_link_07{
	color:#cc0000;
	border-bottom:2px solid #cc0000;
}
.ow_review .ow_headline_link a.ow_headline_link_06,.ow_review .ow_headline_link a.ow_headline_link_08{
	color:#660000;
	border-bottom:2px solid #660000;
}
.ow_review .ow_headline_link a.ow_headline_link_09,.ow_review .ow_headline_link a.ow_headline_link_10{
	color:#530267;
	border-bottom:2px solid #530267;
}
.ow_review .ow_headline_link a:hover{
	border: none;
}
.ow_review_mid{
	background:url(img/top/review_mid.png) top center repeat-y;
}

.ow_review_box_top{}
.ow_review_box_mid{
	background: url(img/top/review_box_mid.png) top center repeat-y;
	width: 900px;
	margin: 0 auto;
}
.ow_review_box_btm
.ow_review_inr_mid{
	color:#000;
}

.ow_voice_title{
	color: #FF3300;
	font-size:3.375em;
	text-shadow:3px 3px 3px #000,
							3px -3px 3px #000,
							-3px 3px 3px #000,
							-3px -3px 3px #000;
	text-align: center;
}
/* .ow_voice_content img{
	width: 740px;
	margin: 0 auto;
} */
.ow_voice_menu{
	padding: 0 50px;
}
.ow_voice_menu .ow_headline{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_voice_menu .ow_menu_icon {
	width: 10%;
}









/* rec */
.ow_rec{
	color: #000;
}
.ow_rec_head img{
	width: 888px;
	margin: 0 auto;
}
.ow_rec_mid{
 background: url(img/top/rec_mid.png) top center repeat-y;
 padding:0 92px;
}
.ow_rec .ow_menu:not(:last-child){
	background: url(img/top/menu_under_border.png) bottom center no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ow_rec .ow_menu_icon img{
	width:100%;
}
.ow_rec .ow_menu_title:last-of-type{
	border-bottom: none;
}
.ow_rec .ow_menu_tail{
	font-weight: bold;
}

/* special */
.ow_special{
	width: 920px;
	margin: 0 auto;
	color: #000;
}

.ow_special_mid{
	background:url(img/top/special_mid.png) top center repeat-y;
	padding: 0 72px;
}
.ow_special_mid .ow_menu_title{
	font-size: 2.25em;
	padding-left: 1%;
}
.ow_special_btm{
	width: 884px;
	margin: 0 auto 10px;
}
.ow_special .ow_menu_mid {
    padding: 20px 6px;
}
.ow_special .ow_menu_caption{
	font-weight: bold;
	padding-top:20px;
}



/* free */
.ow_free{
	margin: 30px auto;
}
.ow_free_link{
	display: block;
	width: 872px;
	height: 284px;
	margin: 30px auto;
}
.ow_free_link img{
	display: none;
}
.ow_free_link_01{
	background: url(img/top/btn_free_01.png) 0 top no-repeat;
}
.ow_free_link_02{
	background: url(img/top/btn_free_02.png) 0 top no-repeat;
}
.ow_free_link:hover{
	background-position: 0 bottom;
}








/* category */
.ow_category{
	margin-top: 30px;
}

.ow_category_menu_large,.ow_category_menu_small{
	color:#000;
}

.ow_category_menu_large_mid{
	background:url(img/top/category_menu_large_mid.png) top center repeat-y;
	padding:0 79px;
}
.ow_category_menu_large .ow_menu_icon{
	width: 16%;
}
.ow_category_menu_large .ow_menu_title{
	font-size: 2.25em;
	font-weight: normal;
	padding-left: 2%;
}
.ow_category_menu_large .ow_menu_caption{
	margin: 15px 0;
	font-weight: bold;
}
.ow_category_menu_small{
	width: 832px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_category_menu_small .ow_menu{
	float:left;
	width: 409px;
	margin-top: 10px;
}
.ow_category_menu_small .ow_menu:nth-of-type(even){
	margin-left: 8px;
}

.ow_category_menu_small_mid{
	background: url(img/top/category_menu_small_mid.png) top center repeat-y;
	padding:0 27px;
}
.ow_category_menu_small .ow_menu_icon{
	width: 27%;
}
.ow_category_menu_small .ow_menu_title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.25em;
	padding-left: 4%;
}
.ow_category_menu_small .ow_menu_link{
	 text-decoration: underline;
}
.ow_category_menu_small .ow_menu_link:hover{
	 text-decoration: none;
}
.ow_category_menu_small .ow_menu_caption {
		padding:15px 0;
		font-weight: bold;
}

/* category_btn */
.ow_category_nav{
	background: url(img/top/category_nav_bg.png) top center no-repeat;
}
.ow_category_nav_inner{
	width: 636px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.ow_category_item{
	float:left;
	padding: 22px 0 20px 10px;
}
.ow_category_link{
	width: 202px;
	height: 77px;
	display: block;
}
.ow_category_link_01{

	background: url(img/top/renai_btn.png) top center no-repeat;
}
.ow_category_link_02{
	background: url(img/top/deai_btn.png) top center no-repeat;
}
.ow_category_link_03{
	background: url(img/top/jinsei_btn.png) top center no-repeat;
}

.ow_category_link_01:hover{
	background: url(img/top/renai_btn.png) bottom center no-repeat;
}
.ow_category_link_02:hover{
	background: url(img/top/deai_btn.png) bottom center no-repeat;
}
.ow_category_link_03:hover{
	background: url(img/top/jinsei_btn.png) bottom center no-repeat;
}

/* renai */
.ow_renai{ }
.ow_renai_top{ }
.ow_renai_mid{
	background: url(img/top/renai_bg.png) top center repeat-y;
}
.ow_renai_btm{ }

.ow_renai .ow_category_menu_large .ow_menu_title{
	color: #2A0808;
	text-shadow: 2px 2px 5px #FBA97B,
							 2px -2px 5px #FBA97B,
							 -2px 2px 5px #FBA97B,
							 -2px -2px 5px #FBA97B;
}
.ow_renai .ow_category_menu_small .ow_menu_title{
	color: #2A0808;
}

/* deai */
.ow_deai{ }
.ow_deai_top{ }
.ow_deai_mid{
	background: url(img/top/deai_bg.png) top center repeat-y;
}
.ow_deai_btm{ }

.ow_deai .ow_category_menu_large .ow_menu_title{
	color: #2A0808;
	text-shadow: 2px 2px 5px #dfc0dc,
							 2px -2px 5px #dfc0dc,
							 -2px 2px 5px #dfc0dc,
							 -2px -2px 5px #dfc0dc;
}
.ow_deai .ow_category_menu_small .ow_menu_title{
	color: #2A0707;
}

/* jinsei */
.ow_jinsei{ }
.ow_jinsei_top{ }
.ow_jinsei_mid{
	background: url(img/top/jinsei_bg.png) top center repeat-y;
}
.ow_jinsei_btm{ }

.ow_jinsei .ow_category_menu_large .ow_menu_title{
	color: #2A0808;
	text-shadow: 2px 2px 5px #afdfd7,
							 2px -2px 5px #afdfd7,
							 -2px 2px 5px #afdfd7,
							 -2px -2px 5px #afdfd7;
}
.ow_jinsei .ow_category_menu_small .ow_menu_title{
	color: #2A0808;
}

/* rule */
.ow_rule{
	text-align: center;
	color: #fff;
	padding: 60px 0px;
	background: none;
}

/* △△△トップページここまで△△△ */



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

.ow_serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_yumin{
	font-family: "游明朝", "YuMincho", serif;
}
.ow_ofh{
	overflow: hidden;
}

/* position */
.ow_tac{
	text-align: center;
}
.ow_vab{
	vertical-align: bottom;
}
.ow_vat{
	vertical-align: top;
}

/* color */
.ow_yellow{
	color: #ff0;
}
.ow_blue{
	color: #00FFFF;
}
.ow_pink{
	color: #FF66FF;
}
.ow_red{
	color: #CC0000;
}
.ow_skyblue{
	color: #00eaff;
}

.ow_nif{
	display: none;
}

.c-rakutenFooter{
	background-color: #fff;
}

/* PC表示用 */
.ow_pc_block{
	display: block !important;
}
.ow_pc_inline{
	display: inline !important;
}

/* SP表示用 */
.ow_sp_block{
	display: none !important;
}
.ow_sp_inline{
	display: none !important;
}
