@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: #011025;
	min-width: 950px;
	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: #04263c;
	/* 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/top/body_bg_02.png) top center no-repeat;
	width: 100%;
}

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


/* nav */
.ow_nav {
    background: none;
    z-index: 2;
    padding: 0 0 15px 0;
}
.ow_nav .ow_nav_inner{
	width: 946px;
	margin: 0px auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	width: 310px;
	margin-left: 8px;
}
.ow_nav .ow_nav_item:first-of-type{
	margin-left: 0;
}
.ow_nav .ow_nav_link{
	display: block;
	width: 100%;
	height: 156px;
}
.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;
}
.ow_nav .ow_nav_link_02{
	background: url(img/nav/nav_item_02.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_03{
	background: url(img/nav/nav_item_03.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link img{
	display: none;
}

/* main */
.ow_main{
	width: 950px;
	margin: 0px auto;
}
.ow_main .ow_headline{
	margin-top: 3px;
	margin-bottom: 21px;
}

/* footer */
.ow_footer{
	text-align: center;
	color: #fff;
	padding: 1% 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_subInfo a{
 	color:#02c9fb;
}
.footer_link{
	margin-top: 3%;
}
.footer_link_head{
	margin-bottom: 1%;
}
/* ISP */
.niftyHeader{
	background: #000;
	position: relative;
}
.niftyHeader table {
	width: 950px;
	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_menu_head{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ow_menu_icon{
	display: table-cell;
	vertical-align: top;
	width: 144px;
	position: relative;
}
.ow_menu_icon img{
	width: 100%;
	height: auto;
}
.ow_menu_title{
	vertical-align: middle;
	display: table-cell;
	font-size: 2.25em;
	font-weight: bold;
	color:#000;
/*	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{
	text-align: right;
}
.ow_menu_caption{
	font-size: 1em;
	color: #000;
	line-height: 1.5;
	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_link{
	color:#ff9600;
	line-height:1.3;
	font-size:1.2rem;
	font-weight:bold;
}
.ow_headline_link:hover{
	text-decoration:none;
}
/* new */
.ow_new{
}
/*.ow_new_top{
	position: relative;
}*/
.ow_new_mid{
	background: url(img/top/new_mid.png) top center repeat-y;
	padding: 0 100px;
}
.ow_new_date {
	text-align: center;
	color: #333;
	font-weight:bold;
	padding:5px 0;
	font-size: 1.1rem;
}
.ow_new .ow_menu:first-child{
	border-bottom:1px dashed #faf6c7;
	padding-bottom: 20px;
}
.ow_new .ow_menu:not(:first-child){
	margin-top: 20px;
	border-bottom:1px dashed #faf6c7;
	/* padding-bottom: 20px; */
}
.ow_new .ow_menu:last-child{
	border:none;
}
.ow_new .ow_menu_title {
	color:#faf6c7;
	font-weight: normal;
	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:none;
}
.ow_new .ow_menu_title a:hover{
	text-decoration:underline;
}
.ow_new .ow_menu_tail {
	text-align: right;
}
.ow_new .ow_menu_price{
	color:#faf6c7;
}

/* .ow_new .ow_menu:not(:last-child){
	background: url(img/top/underline.png) bottom center no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
} */
.ow_new .ow_underline{
	margin: 20px 0;
}
.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 */

/* special */

.ow_special{

}
.ow_special_mid{
	background:url(img/top/special_mid.png) top center repeat-y;
	padding:0 120px;
}
/* .ow_special .ow_menu_box:first-child{
	padding-top:15px;
} */
.ow_special .ow_menu_box:not(:last-child){
	background:url(img/top/menu_underline.png) bottom center no-repeat;
	padding-bottom:30px;
	margin-bottom:15px;
}

.ow_special .ow_headline_link{
	color:#ff66ff;
	line-height:2.0;
}
.ow_special_menu_link img{
	display: none;
}
.ow_special_menu_link{
	width:100%;
	height:91px;
	display: block;
	text-indent: -9999px;
}
.ow_special_menu_link_01{
	background:url(img/top/special_menu_link_01.png) top left no-repeat;
}
.ow_special_menu_link_01:hover {
	background:url(img/top/special_menu_link_01.png) bottom left no-repeat;
}
.ow_special_menu_link_02{
	background:url(img/top/special_menu_link_02.png) top left no-repeat;
}
.ow_special_menu_link_02:hover {
	background:url(img/top/special_menu_link_02.png) bottom left no-repeat;
}

.ow_special .ow_menu_price{
	color:#fff;
}

/* recommend */
.ow_rec{

}
.ow_rec_top{
	position: relative;
}
.ow_rec .ow_menu_box:first-child{
	padding-top: 5px;
}
.ow_rec .ow_menu_box:not(:last-child){
	border-bottom:1px dashed #887671;
	padding-bottom:10px;
	margin-bottom:14px;
}

.ow_rec_menu_link{
    width: 100%;
    height: 86px;
    display: block;
}

.ow_rec_menu_link_01{
	background: url(img/top/rec_menu_link_01.png) top left no-repeat;
}
.ow_rec_menu_link_01:hover{
	background: url(img/top/rec_menu_link_01.png) bottom left no-repeat;
}
.ow_rec_menu_link_02{
  	background: url(img/top/rec_menu_link_02.png) top left no-repeat;
}
.ow_rec_menu_link_02:hover{
	background: url(img/top/rec_menu_link_02.png) bottom left no-repeat;
}
.ow_rec_menu_link_03{
	background: url(img/top/rec_menu_link_03.png) top left no-repeat;
}
.ow_rec_menu_link_03:hover{
	background: url(img/top/rec_menu_link_03.png) bottom left no-repeat;
}
.ow_rec_menu_link_04{
	background: url(img/top/rec_menu_link_04.png) top left no-repeat;
}
.ow_rec_menu_link_04:hover{
	background: url(img/top/rec_menu_link_04.png) bottom left no-repeat;
}

.ow_rec .ow_menu{
	margin:0 auto;
}
.ow_rec .ow_menu_top_headline {
	padding-top: 0.5em;
}
.ow_rec .ow_menu_box{
	margin: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: 102px;
    display: block;
} */
.ow_rec .ow_menu_text{
	color:#000;
	text-align:left;
	padding:15px 30px;
}
.ow_rec .ow_menu_price{
	/* padding-right:30px; */
	padding-bottom:3px;
	color:#fff;
}
.ow_rec_header_title {
	text-align: center;
}
.ow_rec .ow_underline{
	margin:15px 0;
}
.ow_rec_mid{
	background: url(img/top/rec_mid.png) top center repeat-y;
	padding: 0 81px;
}
.ow_rec_mid .ow_menu {
	/* background: #000; */
}
.ow_guide_p{
	color:#ff0;
	font-size:1.375em;
}


/* voice */
.ow_voice{
}
.ow_voice_top{
	position: relative;
}
.ow_voice_menu_list{
	position: absolute;
	bottom: -3px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 750px;
	color: #fdff01;
	font-size: 1.3em;
	line-height: 2.5;
	text-align: left;
}
.ow_voice_menu_link{
	border-bottom:2px solid #fdff01;
	text-decoration: none;
	padding-bottom:1px;
	font-weight: bold;
	text-shadow:1px 4px 3px #000,
							1px -4px 3px #000,
							-1px 4px 3px #000,
							-1px -4px 3px #000;
}
.ow_voice_menu_link:hover{
	border-bottom:none;
}
.ow_voice_text_wrap{
	width:950px;
	height:135px;
}
.ow_voice_text_wrap_01{
	background:url(img/top/voice_text_wrap_01.png) top center no-repeat;
}
.ow_voice_text_wrap_02{
	background:url(img/top/voice_text_wrap_02.png) top center no-repeat;
}
.ow_voice_text_wrap_01 .ow_voice_title{
	float:left;
	margin-left: 43px;
	margin-top: 13px;
}
.ow_voice_text_wrap_02 .ow_voice_title{
	float:left;
	margin-left: 43px;
	margin-top: 13px;
}
/* free */
.ow_free{
 	margin-bottom:20px;
}
.ow_free_mid{
	background: url(img/top/free_mid.png) top center repeat-y;
}
.ow_free_menu{
	width: 950px;
	margin: 0 auto 20px;
}
.ow_free_menu:last-child{
	margin-bottom:0;
}
.ow_free_inr_mid{
	background: url(img/top/free_inr_mid.png) top center repeat-y;
	padding: 0 112px;
}
.ow_free .ow_menu_img_link{
	height: 93.4px;
	display: block;
	text-indent:-9999px;
}

.ow_free .ow_menu_link_01{
	background:url(img/top/free_menu_link_01.png) top left no-repeat;
}
.ow_free .ow_menu_link_01:hover{
	background:url(img/top/free_menu_link_01.png) bottom left no-repeat;
}
.ow_free .ow_menu_link_02{
	background:url(img/top/free_menu_link_02.png) top left no-repeat;
}
.ow_free .ow_menu_link_02:hover{
	background:url(img/top/free_menu_link_02.png) bottom left no-repeat;
}

.ow_free .ow_btn_free{
	/* padding-bottom: 25px; */
}



/* renai */
#renai{
	margin-bottom:20px;
}
.ow_category_mid.ow_category_renai_mid{
	background: url(img/top/renai_bg.png) top center repeat-y;
}
#renai .ow_menu_title{
	color:#320000;
	text-shadow:2px 2px 5px #d7b2ce,
							2px -2px 5px #d7b2ce,
							-2px 2px 5px #d7b2ce,
							-2px -2px 5px #d7b2ce;
}

/* deai */
#deai{
	margin-bottom:20px;
}
.ow_category_mid.ow_category_deai_mid{
	background: url(img/top/deai_bg.png) top center repeat-y;
}
#deai .ow_menu_title{
	color:#120032;
	text-shadow:2px 2px 5px #c9b8d8,
							2px -2px 5px #c9b8d8,
							-2px 2px 5px #c9b8d8,
							-2px -2px 5px #c9b8d8;
}

/* jinsei */
#jinsei{
}
.ow_category_mid.ow_category_jinsei_mid{
	background: url(img/top/jinsei_bg.png) top center repeat-y;
}
#jinsei .ow_menu_title{
	color:#003206;
	text-shadow:2px 2px 5px #b8d9d3,
							2px -2px 5px #b8d9d3,
							-2px 2px 5px #b8d9d3,
							-2px -2px 5px #b8d9d3;
}

/* category */
 .ow_category{
	width: 950px;
	margin: 0 auto;
}
.ow_category_mid{
	background: url(img/top/renai_bg.png) top center no-repeat;
}
.ow_category_menu_large_mid{
	background:url(img/top/category_menu_large_mid.png) top center repeat-y;
	padding: 0 76px;
}
.ow_category_menu_large_head{
	padding-top: 5px;
}

.ow_category_menu_large .ow_menu_title{
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
	padding-top: 0;
	/* width: 600px; */
}
.ow_category_menu_large .ow_menu_title a{
	text-decoration: none;
}
.ow_category_menu_large .ow_menu_title a:hover{
	text-decoration: underline;
}
.ow_category_menu_large .ow_menu_link {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_category_menu_large .ow_menu_link_01{
	color:#500;
	text-shadow: 1px 1px #ffaf89, 1px -1px #ffaf89, -1px -1px #ffaf89, -1px 1px #ffaf89;
}
.ow_category_menu_large .ow_menu_link_02 {
	color:#330033;
	text-shadow: 1px 1px #d6add6, 1px -1px #d6add6, -1px -1px #d6add6, -1px 1px #d6add6;
}
.ow_category_menu_large .ow_menu_link_03 {
	color:#002222;
	text-shadow: 1px 1px #7fcccc, 1px -1px #7fcccc, -1px -1px #7fcccc, -1px 1px #7fcccc;
}
.ow_category_menu_large .ow_menu_caption{
	display:block;
	font-size: 1rem;
	color: #000;
	padding-top: 1rem;
	text-align:left;
}

.ow_category_inr {
	width:880px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:20px;
}

.ow_category_menu_small.ow_menu {
	float:left;
	width:438px;
	margin-top:12px;
}
.ow_category_menu_small.ow_menu:nth-of-type(even) {
	margin-left:4px;
}

.ow_category_menu_small_mid {
	background: url(img/top/category_menu_small_mid.png) top center repeat-y;
	padding:0 31px;
}

.ow_category_menu_small .ow_menu_icon {
    /* width: 30%; */
}

.ow_category_menu_small .ow_menu_title{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
	padding-top: 0;
	font-size: 1.5em;
}
.ow_category_menu_small .ow_menu_title a{
	text-decoration: underline;
}
.ow_category_menu_small .ow_menu_title a:hover{
	text-decoration: none;
}

.ow_category_menu_small .ow_menu_caption {
  margin: 15px 0;
  text-align: left;
}
.ow_category_underline{
	padding-top:20px;
}
.ow_category_menu_small_dummy{
	display: block;
}



/* rule */
 .ow_rule{
	/* text-align: center; */
	color: #fff;
	padding: 50px 0px;
}
.ow_rule_mid{
	background: url(img/top/rule_mid.png) top center repeat-y;
	padding: 0 14%;
}
.ow_rule_text{
	margin-bottom: 30px;
}
.ow_rule_text_box{
	margin: 30px 0;
	padding-bottom: 38px;
	background: url(img/top/rule_box_border.png) bottom center no-repeat;
}
.ow_rule_text_box:first-child{
	margin-top: 0;
}
.ow_rule_text_box:last-child{
	margin-bottom: 0;
}
.ow_page_top_link{
	background: url(img/top/page_top_btn.png) top center no-repeat;
	width: 310px;
	height:156px;
	display: block;
	margin: 0 auto;
}
.ow_page_top_link:hover{
	background: url(img/top/page_top_btn.png) bottom center no-repeat;
}
/* Utitlity
----------------------------------------------------------------- */
/* for nifty */
.ow_default_price{
	color: #000;
}
.ow_isp_premium_price{
	display: none;
	color: #ff0000;
	font-weight: bold;
}
.ow_nif{
	display: none;
}
.ow_priceLine{
	text-decoration: line-through;
}

.ow_price{
	padding-right:30px;
}

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