@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #000;
	min-width: 960px;
	line-height: 1.3em;
	background: #000;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.ow_body1{
	background: url(img/top/main_fream.png) top center repeat-y;
}
.ow_body2{
	background: url(img/top/main_img.png) top center no-repeat;
	padding-top: 408px;
}
.ow_mincho{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
	vertical-align: baseline;
	background: transparent;
}
a:hover{
	text-decoration: none;
}
.ow_vab{
	vertical-align: bottom
}
.ow_vat{
	vertical-align: top;
}
.ow_tac{
	text-align: center;
}
.ow_tar{
	text-align: right;
}
.ow_tal{
	text-align: left;
}
.ow_yellow{
	color: #ff0;
}
.ow_red{
	color: #f00;
}
.ow_white{
	color: #fff;
}
.ow_paple{
	color: #71009b;
}
.ow_roll:hover{
	background-position: 0 bottom;
}
.ow_header_nav{
	width: 736px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.ow_header_nav_btn{
	float: left;
}
.ow_header_nav_roll1 , .ow_header_nav_roll2 , .ow_header_nav_roll3 , .ow_header_nav_roll4{
	width: 184px;
	height: 56px;
	display: block;
	text-indent: -9999px;
}
.ow_header_nav_roll1{
	background: url(img/top/header_nav1_2.png) no-repeat;
}
.ow_header_nav_roll2{
	background: url(img/top/header_nav2_2.png) no-repeat;
}
.ow_header_nav_roll3{
	background: url(img/top/header_nav3_2.png) no-repeat;
}
.ow_header_nav_roll4{
	background: url(img/top/header_nav4_2.png) no-repeat;
}
.ow_main{
	width: 960px;
	margin: 0 auto;
}
.ow_main_heading{
	width: 864px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.ow_main_heading_btn{
	float: left;
	padding-left: 10px;
}
.ow_main_heading_btn:first-of-type{
	padding-left: 5px;
}
.ow_main_heading_btn_roll1 , .ow_main_heading_btn_roll2 , .ow_main_heading_btn_roll3{
	width: 278px;
	height: 220px;
	display: block;
	text-indent: -9999px;
}
.ow_main_heading_btn_roll1{
	background: url(img/top/heading_btn1_2.png) no-repeat;
}
.ow_main_heading_btn_roll2{
	background: url(img/top/heading_btn2_2.png) no-repeat;
}
.ow_main_heading_btn_roll3{
	background: url(img/top/heading_btn3_2.png) no-repeat;
}
.ow_main_heading_tail_content{
	font-size: 18px;
}
.ow_main_heading_tail_content:first-of-type{
	padding-bottom: 10px;
}
.ow_upload_day{
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}
.ow_upload_menu .ow_menu_mid{
	background: url(img/top/upload_menu_mid.png) top center repeat-y;
	padding: 0 120px;
}
.ow_upload_menu .ow_icon{
	float: left;
	width: 20%;
}
.ow_upload_menu .ow_upload_title{
	float: left;
	width: 80%;
	padding-top: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #bf0031;
	line-height: 40px;
}
.ow_upload_menu .ow_price , .ow_osusume_menu .ow_price , .ow_sp_menu .ow_price , .ow_renai .ow_price , .ow_deai .ow_price , .ow_jinsei .ow_price{
	font-weight: bold;
	font-size: 18px;
}
.ow_upload_menu .ow_premium_price , .ow_osusume_menu .ow_premium_price , .ow_sp_menu .ow_premium_price , .ow_renai .ow_premium_price , .ow_deai .ow_premium_price , .ow_jinsei .ow_premium_price{
	padding-bottom: 10px;
}
.ow_menu_line{
	padding: 20px 0;
}

/* コラム start */
/* コラム一覧のスタイル */
.ow_column_list {
	width: 864px;
	margin: 20px auto;
}

.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 */

.ow_uranai_link{
	font-size: 18px;
	padding-bottom: 15px;
}
.ow_osusume_menu .ow_menu_mid{
	background: url(img/top/osusume_menu_mid.png) top center repeat-y;
	padding: 0 130px;
}
.ow_osusume_menu .ow_icon{
	float: left;
	width: 18%;
}
.ow_osusume_menu .ow_osusume_menu_title{
	float: left;
	width: 82%;
}
.ow_osusume_menu_title_roll1 , .ow_osusume_menu_title_roll2 , .ow_osusume_menu_title_roll3{
	width: 564px;
	height: 112px;
	display: block;
	text-indent: -9999px;
}
.ow_osusume_menu_title_roll1{
	background: url(img/top/osusume_menu_title1_2.png) no-repeat;
}
.ow_osusume_menu_title_roll2{
	background: url(img/top/osusume_menu_title2_2.png) no-repeat;
}
.ow_osusume_menu_title_roll3{
	background: url(img/top/osusume_menu_title3_2.png) no-repeat;
}
.ow_menu_tail .ow_menu_top , .ow_menu_tail .ow_menu_mid{
	background: url(img/top/osusume_menu_tail.png) top center repeat-y;
	padding: 0 130px;
}
.ow_menu_tail .ow_menu_top{
	background: url(img/top/osusume_menu_tail_top.png) top center no-repeat;
}
.ow_osusume_menu_title_roll{
	background: url(img/top/osusume_menu_tail_title1_2.png) no-repeat;
	width: 564px;
	height: 155px;
	display: block;
	text-indent: -9999px;
}
.ow_menu_tail .ow_menu_mid{
	background: url(img/top/osusume_menu_tail_mid.png) top center repeat-y;
}
.ow_menu_tail .ow_menu_top .ow_menu_top_head{
	padding-bottom: 10px;
}
.ow_menu_tail .ow_menu_top .ow_icon{
	padding-top: 20px;
}
.ow_osusume_menu_tail_title{
 padding: 10px 20px 0 0;
}
.ow_osusume_menu_tail_btn{
width: 48%;
position: absolute;
right: 120px;
bottom: 90px;
}
.ow_osusume_menu_tail_btn_roll{
	background: url(img/top/osusume_menu_tail_btn2.png) no-repeat;
	width: 452px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
.ow_menu_tail{
	position: relative;
}
.ow_menu_tail .ow_menu_mid{
	padding-bottom: 60px;
}
.ow_menu_img{
	position: absolute;
	bottom: 0;
	left: 40px;
}
.ow_sp_mid{
	background: url(img/top/sp_mid.png) top center repeat-y;
}
.ow_sp_menu .ow_menu_mid{
	background: url(img/top/sp_menu_mid.png) top center repeat-y;
	padding: 0 155px;
}
.ow_sp_menu .ow_icon{
	float: left;
	width: 20%;
}
.ow_sp_menu .ow_sp_menu_title{
	float: left;
	width: 80%;
	padding-top: 10px;
}
.ow_sp_menu_title1_roll{
	background: url(img/top/sp_menu_title1_2.png) no-repeat;
	width: 506px;
	height: 83px;
	display: block;
	text-indent: -9999px;
}
.ow_sp_menu_title2_roll{
	background: url(img/top/sp_menu_title2_2.png) no-repeat;
	width: 480px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
.ow_sp_menu .ow_menu_content{
	font-size: 16px;
	padding-top: 10px;
}
.ow_taiken{
	padding-bottom: 30px;
}
.ow_taiken_mid{
	background: url(img/top/taiken_mid.png) top center repeat-y;
	padding: 0 110px;
}
.ow_taiken_title{
	font-size: 38px;
	line-height: 45px
}
.ow_taiken .ow_taiken_content_head .ow_taiken_title{
	color: #fc2c62;
}
.ow_taiken .ow_taiken_content_head2 .ow_taiken_title{
	color: #db80fc;
}
.ow_taiken .ow_taiken_content_head3 .ow_taiken_title{
	color: #02f5fe;
}
.ow_toko_category{
	font-size: 32px;
}
.ow_toko_name{
	font-size: 22px;
	width: 95%;
}
.ow_taiken .ow_menu .ow_menu_mid{
	background: url(img/top/taiken_content_mid1.png) top center repeat-y;
}
.ow_taiken .ow_menu2 .ow_menu_mid{
	background: url(img/top/taiken_content_mid2.png) top center repeat-y;
}
.ow_taiken .ow_menu3 .ow_menu_mid{
	background: url(img/top/taiken_content_mid3.png) top center repeat-y;
}
.ow_taiken_content_tail{
	padding: 0 40px 0px 40px;
}
.ow_taiken_content{
	padding-bottom: 20px;
}
.ow_taikent_tail_menu_list{
	padding: 20px 40px 0 40px;
}
.ow_taiken_tail_menu_link{
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 20px 30px;
}
.ow_taiken .ow_menu .ow_taiken_tail_menu_link{
	background: url(img/top/taiken_tail_menu_link1.png) top left no-repeat;
	color: #bf0031;
}
.ow_taiken .ow_menu2 .ow_taiken_tail_menu_link{
	background: url(img/top/taiken_tail_menu_link2.png) top left no-repeat;
	color: #550e7a;
}
.ow_taiken .ow_menu3 .ow_taiken_tail_menu_link{
	background: url(img/top/taiken_tail_menu_link3.png) top left no-repeat;
	color: #0a337f;
}
.ow_free{
	padding: 0 55px;
}
.ow_free_btn1{
	float: left;
	width: 50%;
}
.ow_free_btn2{
	float: right;
	width: 50%;
}
.ow_free_btn1_roll , .ow_free_btn2_roll{
	width: 430px;
	height: 461px;
	display: block;
	text-indent: -9999px;
}
.ow_free_btn1_roll{
	background: url(img/top/free_menu_btn1_2.png) no-repeat;
}
.ow_free_btn2_roll{
	background: url(img/top/free_menu_btn2_2.png) no-repeat;
}
.ow_category_nav{
	width: 870px;
	margin: 0 auto;
}
.ow_category_nav_btn{
	float: left;
	margin-left: 3px;
}
.ow_category_nav_renai_roll , .ow_category_nav_deai_roll , .ow_category_nav_jinsei_roll{
	width: 288px;
	height: 113px;
	display: block;
	text-indent: -9999px;
}
.ow_category_nav_renai_roll{
	background: url(img/top/category_nav_renai2.png) no-repeat;
}
.ow_category_nav_deai_roll{
	background: url(img/top/category_nav_deai2.png) no-repeat;
}
.ow_category_nav_jinsei_roll{
	background: url(img/top/category_nav_jinsei2.png) no-repeat;
}
.ow_category_nav_btn:first-of-type{
	margin-left: 0;
}
.ow_sub_menu_gl{
	width: 770px;
	margin: 0 auto;
}
.ow_renai_mid{
	background: url(img/top/renai_mid.png) top center repeat-y;
}
.ow_renai .ow_menu_mid{
	background: url(img/top/renai_menu_mid.png) top center repeat-y;
}
.ow_deai_mid{
	background: url(img/top/deai_mid.png) top center repeat-y;
}
.ow_deai .ow_menu_mid{
	background: url(img/top/deai_menu_mid.png) top center repeat-y;
}
.ow_jinsei_mid{
	background: url(img/top/jinsei_mid.png) top center repeat-y;
}
.ow_jinsei .ow_menu_mid{
	background: url(img/top/jinsei_menu_mid.png) top center repeat-y;
}
.ow_renai .ow_sub_menu_gl .ow_menu_mid{
	background: url(img/top/renai_sub_menu_mid.png) top center repeat-y;
}
.ow_deai .ow_sub_menu_gl .ow_menu_mid{
	background: url(img/top/deai_sub_menu_mid.png) top center repeat-y;
}
.ow_jinsei .ow_sub_menu_gl .ow_menu_mid{
	background: url(img/top/jinsei_sub_menu_mid.png) top center repeat-y;
}
.ow_renai .ow_menu_mid , .ow_deai .ow_menu_mid , .ow_jinsei .ow_menu_mid{
	padding: 0 145px;
}
.ow_renai .ow_sub_menu_gl .ow_menu_mid , .ow_deai .ow_sub_menu_gl .ow_menu_mid , .ow_jinsei .ow_sub_menu_gl .ow_menu_mid{
	padding: 0 40px;
}
.ow_renai .ow_icon , .ow_deai .ow_icon , .ow_jinsei .ow_icon{
	float: left;
	width: 20%;
}
.ow_renai .ow_main_menu_title , .ow_deai .ow_main_menu_title , .ow_jinsei .ow_main_menu_title{
	float: left;
	width: 80%;
	font-size: 30px;
	line-height: 47px;
	font-weight: bold;
}
.ow_renai .ow_sub_menu_gl .ow_icon , .ow_deai .ow_sub_menu_gl .ow_icon , .ow_jinsei .ow_sub_menu_gl .ow_icon{
	float: left;
	width: 40%;
}
.ow_renai .ow_sub_menu_gl .ow_main_menu_title , .ow_deai .ow_sub_menu_gl .ow_main_menu_title , .ow_jinsei .ow_sub_menu_gl .ow_main_menu_title{
	font-size: 20px;
	line-height: 30px;
	width: 60%;
}
.ow_renai .ow_main_menu_title {
	color: #bf0031;
}
.ow_deai .ow_main_menu_title{
	color: #71009b;
}
.ow_jinsei .ow_main_menu_title{
	color: #00398f;
}
.ow_renai .ow_menu_content , .ow_deai .ow_menu_content , .ow_jinsei .ow_menu_content{
	font-size: 16px;
	padding-top: 10px;
}
.ow_renai .ow_sub_menu_gl .ow_menu , .ow_deai .ow_sub_menu_gl .ow_menu , .ow_jinsei .ow_sub_menu_gl .ow_menu{
	float: left;
	width: 385px;
}
/* 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;
}

/* footer */
.ow_footer{
	text-align: center;
	padding: 3% 0;
	color: #fff;
	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%;
}
/* rule */
.ow_rule{
	text-align: center;
	color: #fff;
	padding: 80px 0px;
}

/* ISP */
.niftyHeader{
	background: #000;
	position: relative;
}
.niftyHeader table {
	width: 900px;
	margin: 0 auto;
	background: #000;
}
.ow_nif,.ow_premium_price{
	display: none;
}
.c-rakutenFooter{
	background: #fff;
}
/* rule */

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