@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;
	background: #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: #000;
	/* min-width: 1000px; */
}
.ow_body_bg_01{
	background: url(img/common/body_bg_01.png) top center repeat-y;
	width: 100%;
}
.ow_body_bg_02{
	background: url(img/common/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: none;
	z-index: 2;
	padding: 0px 0px 22px 0px;
}
.ow_nav .ow_nav_inner{
	width: 895px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	width: 220px;
	margin-left: 5px;
}
.ow_nav .ow_nav_item:first-of-type{
	margin-left: 0;
}
.ow_nav .ow_nav_link{
	display: block;
	width: 100%;
	height: 71px;
}
.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: 916px;
	margin: 0px auto;
	background: url(img/common/bg_main.png) top center repeat-y;
	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: 685px;
	margin: 0 auto;
} */
.ow_new_date{
	padding:5px 0;
}
.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%;*/
}
.ow_menu_line{
	height:0;
	margin:30px 0;
	border-top:1px dashed #333;
}
.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_menu_top_headline{
	/* width: 830px; */
	margin: 0 auto 5px;
	text-align: center;
}
.ow_menu_top_headline_nif_notice {
	padding-bottom: 0.5rem;
}
.ow_menu_top_headline_link{
	color: #fff;
	line-height: 1.5rem;
	font-weight: bold;
}
.ow_menu_top_headline_link a {
	text-decoration: underline;
}
.ow_menu_top_headline_link a:hover{
	text-decoration: none;
}
.ow_menu_top_headline_text{
	color: #ff0;
	font-weight: bold;
	line-height:1.5rem;
}
/* new */
.ow_new{
}
/*.ow_new_top{
	position: relative;
}*/
.ow_new_mid{
	background: url(img/top/new_mid.png) top center repeat-y;
	padding: 0 125px;
}
.ow_new_date {
	text-align: center;
	color: #333;
	font-weight:bold;
}
.ow_new .ow_menu_title {
	color:#000;
	font-weight: bold;
	text-align: left;
	padding-left: 0.4em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_new .ow_menu_title a {
	text-decoration: underline;
}
.ow_new .ow_menu_title a:hover {
	text-decoration: none;
}
.ow_new .ow_menu_tail {
	text-align: right;
}
/* .ow_new .ow_menu_price {
	display: inline;
	color: #000;
	padding-left: 1em;
} */

.ow_new .ow_menu:not(:last-child){
	border-bottom: 1px dashed #333;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.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 */

/* premium */
.ow_premium{
}
.ow_premium .ow_menu_top_text{
	padding: 0 0 0.8em;
}
.ow_premium_mid{
	background: url(img/top/pre_mid.png) top center repeat-y;
}
.ow_premium_box_mid {
	background:url(img/top/pre_box_mid.png) top center repeat-y;
	padding: 0 108px;
}
.ow_premium .ow_menu_title {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	line-height:1.5;
	padding-left: 0.5em;
	text-shadow:1px 1px 0 #fbf3b0,
				1px -1px 0 #fbf3b0,
				-1px -1px 0 #fbf3b0,
				-1px 1px 0 #fbf3b0;
}
.ow_premium .ow_menu a {
	color:#f00;
	text-decoration: none;
}
.ow_premium_link_text{
	border-bottom:2px solid #f00;
	padding-bottom:2px;
}
.ow_premium_link_text:hover{
	border:none;
}
.ow_premium .ow_menu_text{
	color:#000;
	text-align:left;
	padding:15px 0;
}
.ow_about_img.ow_mb25{
	margin-bottom:25px;
}
.ow_btn_pre {
	height:121px;
}
.ow_btn_pre img {
	display:none;
}
.ow_btn_pre a {
	width:100%;
	height:100%;
	display: block;
}
.ow_btn_pre a:hover {
}
.ow_btn_pre a.ow_btn_pre_link_01 {
	background:url(img/top/btn_pre_01.png) top center no-repeat;
}
.ow_btn_pre a.ow_btn_pre_link_01:hover {
	background:url(img/top/btn_pre_01.png) bottom center no-repeat;
}
.ow_btn_pre a.ow_btn_pre_link_02 {
	background:url(img/top/btn_pre_02.png) top center no-repeat;
}
.ow_btn_pre a.ow_btn_pre_link_02:hover {
	background:url(img/top/btn_pre_02.png) bottom center no-repeat;
}


/* special */

.ow_special{

}
.ow_special_mid{
	background:url(img/top/special_mid.png) top center repeat-y;
	padding:0 93px;
	/* position: relative;
	min-height:110px; */
}
.ow_special .ow_menu_title{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	line-height:1.5;
	padding-left: 0.5em;
	text-shadow:1px 1px 0 #fbf3b0,
				1px -1px 0 #fbf3b0,
				-1px -1px 0 #fbf3b0,
				-1px 1px 0 #fbf3b0;

}
.ow_special .ow_menu_title a{
	text-decoration: none;
	border-bottom:2px solid #f00;
	padding-bottom:2px;
	text-shadow:1px 1px 0 #fbf3b0,
				1px -1px 0 #fbf3b0,
				-1px -1px 0 #fbf3b0,
				-1px 1px 0 #fbf3b0;
}
.ow_special .ow_menu_title a:hover {
	border:none;
}
.ow_special_inner_box{
	position: absolute;
	top:-135px;
	left:0;
}
.ow_special_inner_box_mid{
	background:url(img/top/special_inner_box_mid.png) top center repeat-y;
	padding: 0 105px;
}



.ow_special .ow_menu_text{
	color:#000;
	text-align:left;
	padding:15px 0;
}

/* recommend */
.ow_rec{

}
.ow_rec_top{
	position: relative;
}
.ow_rec_link_menu_01{
	width: 490px;
	height:100px;
	position: absolute;
	top: 101px;
	right: 16px;
}
.ow_rec_link_menu_02{
	width: 490px;
	height:100px;
	position: absolute;
	top: 213px;
	right: 17px;
}
.ow_rec_link_menu_03{
	width: 568px;
	height:100px;
	position: absolute;
	top: 324px;
	right: 16px;
}
.ow_rec_menu_box:not(:last-child){
	border-bottom:1px dashed #333;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.ow_rec_link{
	width: 100%;
	height: 100%;
	display: block;
}
.ow_rec_link_menu img{
	display: none;
}
.ow_rec_link_01{
	background: url(img/top/rec_link_01.png) top center no-repeat;
}
.ow_rec_link_01:hover{
	background: url(img/top/rec_link_01.png) bottom center no-repeat;
}
.ow_rec_link_02{
  	background: url(img/top/rec_link_02.png) top center no-repeat;
}
.ow_rec_link_02:hover{
	background: url(img/top/rec_link_02.png) bottom center no-repeat;
}
.ow_rec_link_03{
	background: url(img/top/rec_link_03.png) top center no-repeat;
}
.ow_rec_link_03:hover{
	background: url(img/top/rec_link_03.png) bottom center no-repeat;
}
.ow_rec .ow_menu{
	margin:0 auto;
}
.ow_rec .ow_menu_top_headline {
	padding-top: 0.5em;
}
.ow_rec .ow_menu_head{
	padding:0px 15px;
}
.ow_rec .ow_menu_title {
	text-indent:-9999px;
	padding-left: 0.2em;
}
.ow_rec .ow_menu_title img {
	display: none;
}
.ow_rec .ow_menu_title a {
	width: 100%;
    height: 95px;
    display: block;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_01{
	background:url(img/top/rec_menu_link_01.png) top center no-repeat;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_01:hover {
	background:url(img/top/rec_menu_link_01.png) bottom center no-repeat;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_02{
	background:url(img/top/rec_menu_link_02.png) top center no-repeat;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_02:hover {
	background:url(img/top/rec_menu_link_02.png) bottom center no-repeat;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_03{
	background:url(img/top/rec_menu_link_03.png) top center no-repeat;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_03:hover {
	background:url(img/top/rec_menu_link_03.png) bottom center no-repeat;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_04{
	background:url(img/top/rec_menu_link_04.png) top center no-repeat;
}
.ow_rec .ow_menu_title .ow_rec_menu_link_04:hover {
	background:url(img/top/rec_menu_link_04.png) bottom center no-repeat;
}
.ow_rec .ow_menu_text{
	color:#000;
	text-align:left;
	padding:15px 30px;
}
.ow_rec .ow_menu_price{
	padding-right:30px;
	padding-bottom:10px;
}
.ow_rec_header_title {
	text-align: center;
}
.ow_rec_mid{
	background: url(img/top/rec_mid.png) top center repeat-y;
	padding: 0 100px;
}
.ow_rec_mid .ow_menu {
	/* background: #000; */
}
.ow_guide_p{
	color:#ff0;
	font-size:1.375em;
}

.ow_btn_rec {
	height:121px;
}
.ow_btn_rec img {
	display:none;
}
.ow_btn_rec a {
	width:100%;
	height:100%;
	display: block;
}
.ow_btn_rec a:hover {
}
.ow_btn_rec a.ow_btn_rec_link_01 {
	background:url(img/top/btn_rec_01.png) top center no-repeat;
}
.ow_btn_rec a.ow_btn_rec_link_01:hover {
	background:url(img/top/btn_rec_01.png) bottom center no-repeat;
}
.ow_btn_rec a.ow_btn_rec_link_02 {
	background:url(img/top/btn_rec_02.png) top center no-repeat;
}
.ow_btn_rec a.ow_btn_rec_link_02:hover {
	background:url(img/top/btn_rec_02.png) bottom center no-repeat;
}
.ow_btn_rec a.ow_btn_rec_link_03 {
	background:url(img/top/btn_rec_03.png) top center no-repeat;
}
.ow_btn_rec a.ow_btn_rec_link_03:hover {
	background:url(img/top/btn_rec_03.png) bottom center no-repeat;
}
.ow_btn_rec a.ow_btn_rec_link_04 {
	background:url(img/top/btn_rec_04.png) top center no-repeat;
}
.ow_btn_rec a.ow_btn_rec_link_04:hover {
	background:url(img/top/btn_rec_04.png) bottom center no-repeat;
}


/* ow_special_tenki */
.ow_special_tenki{
	margin-bottom:60px;
}

.ow_special_tenki_wrap{
	width:862px;
	margin:0 auto;
	overflow: hidden;
}
.ow_special_tenki_menu{
	float:left;
	width:284px;
	height:190px;
	margin-left:5px;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link{
	width:100%;
	height:190px;
	display:block;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link img {
  display: none;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link_01{
	background:url(img/top/btn_special_tenki_link_01.png) top center no-repeat;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link_01:hover{
	background:url(img/top/btn_special_tenki_link_01.png) bottom center no-repeat;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link_02{
	background:url(img/top/btn_special_tenki_link_02.png) top center no-repeat;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link_02:hover{
	background:url(img/top/btn_special_tenki_link_02.png) bottom center no-repeat;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link_03{
	background:url(img/top/btn_special_tenki_link_03.png) top center no-repeat;
}
.ow_special_tenki_menu .ow_btn_special_tenki_link_03:hover{
	background:url(img/top/btn_special_tenki_link_03.png) bottom center no-repeat;
}
.ow_special_tenki_menu:first-child{
	margin-left:0;
}


/* free */
 .ow_free{
	 margin-bottom:40px;
}
.ow_free_mid{
	background:url(img/top/free_mid.png) top center repeat-y;
}
.ow_free .ow_btn_free_link{
	width:916px;
	height:333px;
	display:block;
}
.ow_free .ow_btn_free_link img {
  display: none;
}
.ow_free .ow_btn_free_link_01{
	width:100%;
	height:333px;
	background:url(img/top/btn_free_01.png) top center no-repeat;
}
.ow_free .ow_btn_free_link_01:hover{
	background:url(img/top/btn_free_01.png) bottom center no-repeat;
}
.ow_free .ow_btn_free_link_02{
	background:url(img/top/btn_free_02.png) top center no-repeat;
}
.ow_free .ow_btn_free_link_02:hover{
	background:url(img/top/btn_free_02.png) bottom center no-repeat;
}

.ow_free .ow_btn_free{
	padding-bottom: 25px;
}
/*.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;	} */

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

/* renai */
.ow_renai{
	margin-bottom:40px;
}

.ow_renai .ow_menu_title{
	color:#a82482;
}

/* deai */
.ow_deai{
	margin-bottom:40px;
}


.ow_deai .ow_menu_title{
	color:#9c0d04;
}

/* jinsei */
.ow_jinsei{
}

.ow_jinsei .ow_menu_title{
	color:#030552;
}

/* category */
 .ow_category{
	width: 916px;
	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_mid{
	background:url(img/top/category_menu_mid_large.png) top center repeat-y;
	padding: 0 90px;
}
.ow_category_menu_large.ow_renai_rec .ow_category_menu_large_mid, .ow_category_menu_large.ow_deai_rec .ow_category_menu_large_mid, .ow_category_menu_large.ow_jinsei_rec .ow_category_menu_large_mid{
	background:url(img/top/category_menu_rec_mid_large.png) top center repeat-y;
	padding: 0 90px;
}
.ow_category_menu_large .ow_menu{
	/* width: 745px;
	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.8em;
	padding-bottom: 0.3em;
	padding-top: 0;
}
.ow_category_menu_large .ow_menu_title a{
	text-decoration: underline;
}
.ow_category_menu_large .ow_menu_title a:hover{
	text-decoration: none;
}
/*.ow_category_menu_large .ow_menu_link{
	font-size: 2rem;
	letter-spacing: -1px;
}*/
.ow_category_menu_large .ow_menu_caption{
	display:block;
	font-size: 1rem;
	color: #000;
	padding-top: 1rem;
	text-align:left;
}


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




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

/* font family */
.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;
}
.ow_red{
	color: #d10101;
}
.ow_white{
	color:#fff !important;
}

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