@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;*/
	font-size: 18px;
}
body {
	color: #fff;
	background-color: #000;
	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: 5px;
}
select {
	vertical-align: middle;
	padding: 5px;
	border: solid 1px #888;
}

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

/* body */
.ow_body{
	background: url(img/top/body_bg_all.png) top center repeat;
	min-width: 1000px;
}
.ow_body_bg_01{
	background: url(img/top/body_bg_01.png) top center repeat-y;
	width: 100%;
}
.ow_body_bg_02{
	background: url(img/top/body_bg_02.png) top center no-repeat;
	width: 100%;
}

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


/* nav */
.ow_nav{
	background: url(img/common/bg_nav.png) top center no-repeat;
	z-index: 2;
	padding: 15px 0px 22px 0px;
}
.ow_nav .ow_nav_inner{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	width: 191px;
	margin-left: 12px;
}
.ow_nav .ow_nav_item:first-of-type{
	margin-left: 0;
}
.ow_nav .ow_nav_link{
	display: block;
	width: 100%;
	height: 44px;
}
.ow_nav .ow_nav_link:hover{
	background-position: 0 bottom;
}
.ow_nav .ow_nav_link_1{
	background: url(img/nav/nav_item_01.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_2{
	background: url(img/nav/nav_item_02.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_3{
	background: url(img/nav/nav_item_03.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_4{
	background: url(img/nav/nav_item_04.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link img{
	display: none;
}

/* main */
.ow_main{
	width: 880px;
	margin: 0px auto;
	text-align: center;
}

/* footer */
.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;
}

/* rule */
.ow_isp_rule{
	text-align: center;
	color: #fff;
	padding: 80px 0px;
}


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

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

/* menu */
.ow_menu{
	width: 710px;
	margin: 0 auto;
}
.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_title{
	vertical-align: middle;
	display: table-cell;
	color: #640402;
	font-size: 1.7rem;
	font-weight: bold;
/*	padding-left: 2%;*/
	padding-top: 1.5%;
}
.ow_menu_link{
	text-decoration: none;
}
.ow_menu_link:hover{
	text-decoration: underline;
}
.ow_menu_link_decoration{
	text-decoration: underline;
}
.ow_menu_link_decoration:hover{
	text-decoration: none;
}
.ow_menu_img_link{
	height: 90px;
	display: block;
	text-indent: -9999px;
}
.ow_menu_img_link:hover{
	background-position: 0 bottom;
}
.ow_menu_img_link img{
/*	background: url(img/top/ow_menu_text_01.png) 0 0 no-repeat;*/
	display: none;
}

.ow_menu_mid {
/*	background: url(img/top/menu_bg.png) top center repeat-y;
	padding: 3% 5%;
*/}
.ow_menu_tail{
	margin-top: 0%;
}
.ow_menu_caption{
	font-size: 1em;
	color: #000;
	line-height: 1.2;
	font-weight: bold;
}
.ow_menu_price{
	text-align: right;
	font-weight: bold;
	color: #000;
}

.ow_textLink{
	text-align: center;
	padding: 10px 0;
}
.ow_textLink{
	color: skyblue;
}
.ow_textLink_link{
	font-size: 1.2em;
	line-height: 1.5;
}
.ow_textLink_link:hover{
	text-decoration: none;
}
.ow_warning{
	text-align: center;
}

/* 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;
}

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

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

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

/* headline */
.ow_headline{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.ow_headline_nif_notice {
	padding-bottom: 0.5rem;
}
.ow_headline_link{
	color: #ffff00;
	line-height: 1.5rem;
	font-weight: bold;
}
.ow_headline_link a {
	text-decoration: underline;
}
.ow_headline_link a:hover{
	text-decoration: none;
}

/* new */
.ow_new{
}
.ow_new_top{
	position: relative;
}
.ow_new_mid{
	background: url(img/top/new_bg_mid01.png) top center repeat-y;
	padding: 0 0;
}
.ow_new_date {
	text-align: center;
	color: #333;
}
.ow_new .ow_menu_title {
	font-weight: normal;
	text-align: left;
	padding-left: 0.4em;
}
.ow_new .ow_menu_tail {
	text-align: right;
}
/* .ow_new .ow_menu_price {
	display: inline;
	color: #000;
	padding-left: 1em;
} */
.ow_new .ow_new_mid_2 {
	background: url(img/top/new_bg_mid03.png) top center repeat-y;
	text-align: center;
}

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

/* recommend */
.ow_rec{

}
.ow_rec .ow_headline {
	padding-top: 0.5em;
}
.ow_rec_header_title {
	text-align: center;
}
.ow_rec_mid{
	background: url(img/top/rec_bg.png) top center repeat-y;
}
.ow_rec_mid .ow_menu {
	background: url(img/top/rec_mid.png) top center no-repeat;
	padding: 1em 0;
}
.ow_rec_mid .ow_menu:first-child {
	background: none;
	padding-top: 0;
}
.ow_rec_mid .ow_menu:last-child {
	padding-bottom: 0;
}
.ow_rec_mid .ow_menu_img_link{
	text-indent: -9999px;
}
.ow_rec_link_01{
	background: url(img/top/rec_menu_text_01.png) 0 0 no-repeat;
}
.ow_rec_link_02{
	background: url(img/top/rec_menu_text_02.png) 0 0 no-repeat;
}
.ow_rec_link_03{
	background: url(img/top/rec_menu_text_03.png) 0 0 no-repeat;
}
.ow_rec_link_04{
	background: url(img/top/rec_menu_text_04.png) 0 0 no-repeat;
}
.ow_rec_btm{
	position: relative;
}
.ow_rec_btm_price_link {
	background: url(img/top/btn_link_menu.png) 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	top: 193px;
	left: 339px;
	width: 466px;
	height: 110px;
}
.ow_rec_btm_price_link:hover {
	background-position: 0 bottom;
}
.ow_rec_btm_price_link img {
	display: none;
}


/* special */
.ow_special{
}
.ow_special .ow_headline{
	padding: 0.8em 0;
	width: 760px;
	border: solid 1px #FF66FF;
}
.ow_special .ow_headline .ow_headline_link{
	color: #FF66FF;
	line-height: 1.7em;
}
.ow_special_mid{
	background: url(img/top/special_bg.png) top center repeat-y;
}
.ow_special_menu_headline {
	padding: 0.5em;
}
.ow_special_menu_link:hover{
	background-position: 0 bottom;
}
.ow_special_link_01 {	background: url(img/top/special_menu_text_01.png) 0 0 no-repeat;	}
.ow_special_link_02 {	background: url(img/top/special_menu_text_02.png) 0 0 no-repeat;	}

/* review */
.ow_review{
}
.ow_review_box_top{
	overflow: hidden;
}
.ow_review_box_left {
	float: left;
	left: 467px;
}
.ow_review_box_right {
	float: left;
	left: 467px;
}
.ow_review_box_right_list {
	position: relative;
}
.ow_review .ow_menu_img_link {
	height: 65px;
}
.ow_review_box_top_btn {
	position: absolute;
	width: 395px;
	height: 65px;
	top: 0px;
	left: 0px;
}
.ow_review_box_right_list:first-child .ow_review_box_top_btn {
	top: 20px;
}
.ow_review_link_type_01 {	background: url(img/top/review_top_nav_item_01.png) 0 0 no-repeat;	}
.ow_review_link_type_02 {	background: url(img/top/review_top_nav_item_02.png) 0 0 no-repeat;	}
.ow_review_link_type_03 {	background: url(img/top/review_top_nav_item_03.png) 0 0 no-repeat;	}

.ow_review_mid {
	background: url(img/top/review_bg.png) top center repeat-y;
}
.ow_review_mid_wrap {
	background: url(img/top/review_warp.png) top center no-repeat;
	z-index: 2;
}

/* voice */
.ow_voice {
	text-align: center;
	margin: 0 auto;
}
.ow_voice_top {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
.ow_voice_top_type_01 {	color: #990000;	}
.ow_voice_top_type_02 {	color: #700064;	}
.ow_voice_top_type_03 {	color: #005B74;	}

.ow_vioce_text_wrap {
	margin: 0 auto;
	color: #000;
	width: 70%;
	font-size: 1em;
	text-align: left;
	line-height: 1.4;
}
.ow_voice_years {
	text-align: right;
	line-height: 2;
}
.ow_voice_img {
	margin-bottom: 1%;
}
.ow_voice_menu_list {
	text-align: left;
	padding-left: 13%;
}
.ow_voice_menu_list li {
	padding-top: 2%;
}
.ow_voice_menu .ow_menu_img_link {
    height: 30px;
}
.ow_voice_menu_item_11 {	background: url(img/top/voice_menu_item_11.png) 0 0 no-repeat;	}
.ow_voice_menu_item_12 {	background: url(img/top/voice_menu_item_12.png) 0 0 no-repeat;	}
.ow_voice_menu_item_13 {	background: url(img/top/voice_menu_item_13.png) 0 0 no-repeat;	}
.ow_voice_menu_item_14 {	background: url(img/top/voice_menu_item_14.png) 0 0 no-repeat;	}
.ow_voice_menu_item_21 {	background: url(img/top/voice_menu_item_21.png) 0 0 no-repeat;	}
.ow_voice_menu_item_22 {	background: url(img/top/voice_menu_item_22.png) 0 0 no-repeat;	}
.ow_voice_menu_item_31 {	background: url(img/top/voice_menu_item_31.png) 0 0 no-repeat;	}
.ow_voice_menu_item_32 {	background: url(img/top/voice_menu_item_32.png) 0 0 no-repeat;	}
.ow_voice_menu_item_33 {	background: url(img/top/voice_menu_item_33.png) 0 0 no-repeat;	}
.ow_voice_menu_item_34 {	background: url(img/top/voice_menu_item_34.png) 0 0 no-repeat;	}


/* free */
.ow_free{
}
.ow_free .ow_menu_img_link {
	width: 767px;
	height: 243px;
	margin: 0 auto;
}
.ow_free_link_01 {	background: url(img/top/btn_free_01.png) 0 0 no-repeat;	}
.ow_free_link_02 {	background: url(img/top/btn_free_02.png) 0 0 no-repeat;	}

/* categoryBtn */
.ow_category_btn{
	display: table;
	table-layout: fixed;
	margin: 30px auto;
	padding-left: 4px;
}
.ow_category_btn .ow_btn {
	text-align: center;
}
.ow_category_btn_item{
	display: table-cell;
}
.ow_category_btn_link {
	display: block;
	width: 292px;
	height: 106px;
}
.ow_category_btn_link_type_renai{
	background: url(img/top/btn_renai_menu.png) 0 0 no-repeat;
}
.ow_category_btn_link_type_deai{
	background: url(img/top/btn_deai_menu.png) 0 0 no-repeat;
}
.ow_category_btn_link_type_jinsei{
	background: url(img/top/btn_jinsei_menu.png) 0 0 no-repeat;
}

/* category */
.ow_category{
	width: 880px;
	margin: 30px auto 0;
}
.ow_category_mid{
	background: url(img/top/renai_bg.png) top center no-repeat;
	padding-top: 32px;
}
.ow_category_menu_large.ow_menu{
	width: 824px;
	margin: 0 auto;
}
.ow_category_menu_large .ow_menu_mid{
	background: url(img/top/category_menu_bg_large.png) top center repeat-y;
	padding: 0 5%;
}
.ow_category_menu_large .ow_menu_title{
	text-align: left;
	padding-left: 0.2em;
	padding-top: 0;
}
.ow_category_menu_large .ow_menu_link{
	font-size: 2rem;
	letter-spacing: -1px;
}
.ow_category_menu_large .ow_menu_caption{
	font-size: 1rem;
	color: #000;
	padding-top: 1rem;
}
.ow_category_menu_large .ow_menu_title{
	padding-bottom: 0.3em;
}
.ow_category_inr{
	width: 822px;
	margin: 0 auto 0;
	overflow: hidden;
}
.ow_category_menu_small.ow_menu{
	width: 408px;
}
.ow_category_inr .ow_category_menu{
	float: left;
}
.ow_category_inr .ow_menu_mid{
	text-align: left;
}
.ow_category_menu_small .ow_menu_icon{
	width: 36%;
}
.ow_category_menu_small .ow_menu_tail{
    margin-top: 4%;
    padding: 0 2%;
}
.ow_category_menu_small .ow_menu_title{
	font-size: 1.2em;
	line-height: 1.4;
	color: #000;
	padding-left: 2%;
}
.ow_category_menu_small .ow_menu_caption{
	font-size: 0.888rem;
	line-height: 1.3rem;
	padding-bottom: 0.5em;
}
.ow_category_inr .ow_category_menu:nth-of-type(even){
	margin-left: 6px;
}
.ow_category_inr .ow_category_menu{
	margin-top: 5px;
}
.ow_category_menu_small .ow_menu_mid{
	background: url(img/top/category_menu_bg.png) top center repeat-y;
	padding: 0 6% 0 8%;
}
.ow_category_link{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.111rem;
}
.ow_menu_mid.ow_category_menu_dmy_mid {
	background: url(img/top/category_menu_dmy_bg.png) top center repeat-y;
}
/* category renai */
.ow_category_large_title_01 {
	color: #540000;
	text-shadow: 0 0 5px #FF6013;
}
/* category deai */
.ow_category_large_title_02 {
	color: #330033;
	text-shadow: 0 0 5px #ff66ff;
}
/* category jinnsei */
.ow_category_large_title_03 {
	color: #003935;
	text-shadow: 0 0 5px #50BCAE;
}

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





/* Utitlity
----------------------------------------------------------------- */
/* for nifty */
.ow_default_price{
	color: #000;
}
.ow_isp_premium_price{
	color: #990000;
	font-weight: bold;
}
.ow_nif{
	display: none;
}
.ow_priceLine{
	text-decoration: line-through;
}


.ow_serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_gothic {
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.ow_meiryo	{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*position*/
.ow_tac{
	text-align: center;
}
.ow_vab{
	vertical-align: bottom;
}
.ow_vat{
	vertical-align: top;
}

/* color */
.ow_yellow{
	color: #ff0;
}
.ow_black{
	color: #000;
}

/* margin */
.ow_mts{
	margin-top: 10px;
}
.ow_mtm{
	margin-top: 30px;
}

/* 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;
}
