@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/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 30px 0px;
}
.ow_nav .ow_nav_inner{
	width: 812px;
	margin: 7px auto 0;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	width: 266px;
	margin-left: 7px;
}
.ow_nav .ow_nav_item:first-of-type{
	margin-left: 0;
}
.ow_nav .ow_nav_link{
	display: block;
	width: 100%;
	height: 66px;
}
.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 img{
	display: none;
}

/* main */
.ow_main{
	width: 880px;
	margin: 0px auto;
}
.ow_main .ow_headline{
	margin-top: 7px;
	margin-bottom: 20px;
}

/* footer */
.ow_footer{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 100%;
	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: 880px;
	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: 122px;
	position: relative;
}
.ow_menu_icon img{
	width: 100%;
	height: auto;
}
.ow_menu_title{
	vertical-align: middle;
	display: table-cell;
	font-size: 1.9rem;
	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{
	margin-top: 15px;
}
.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:#fff;
	line-height:1.3;
	font-size:1.2rem;
	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_mid.png) top center repeat-y;
	padding: 0 93px;
}
.ow_new_date {
	text-align: center;
	color: #333;
	font-weight:bold;
	padding:5px 0;
	font-size: 1.1rem;
}
.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_tail {
	text-align: right;
}

.ow_new .ow_menu:not(:last-child){
	/* border-bottom: 1px dashed #333; */
	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 */

/* 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;
	/* position: relative;
	min-height:110px; */
}
.ow_special_wrap{
	width:800px;
	margin:0 auto;
}
.ow_special_inner_mid{
	background:url(img/top/special_inr_mid.png) top center repeat-y;
	padding: 0 43px;
}
.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:114px;
	display: block;
	text-indent: -9999px;
}
.ow_special_menu_link_01{
	background:url(img/top/special_menu_link_01.png) top center no-repeat;
}
.ow_special_menu_link_01:hover {
	background:url(img/top/special_menu_link_01.png) bottom center no-repeat;
}
.ow_special_menu_link_02{
	background:url(img/top/special_menu_link_02.png) top center no-repeat;
}
.ow_special_menu_link_02:hover {
	background:url(img/top/special_menu_link_02.png) bottom center no-repeat;
}
.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 .ow_menu:not(:last-child){
	background: url(img/top/underline.png) bottom center no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ow_rec_link{
	width: 100%;
	height: 100%;
	display: block;
}

.ow_rec_menu_link_01{
	background: url(img/top/rec_menu_link_01.png) top center no-repeat;
}
.ow_rec_menu_link_01:hover{
	background: url(img/top/rec_menu_link_01.png) bottom center no-repeat;
}
.ow_rec_menu_link_02{
  	background: url(img/top/rec_menu_link_02.png) top center no-repeat;
}
.ow_rec_menu_link_02:hover{
	background: url(img/top/rec_menu_link_02.png) bottom center no-repeat;
}
.ow_rec_menu_link_03{
	background: url(img/top/rec_menu_link_03.png) top center no-repeat;
}
.ow_rec_menu_link_03:hover{
	background: url(img/top/rec_menu_link_03.png) bottom center no-repeat;
}
.ow_rec_menu_link_04{
	background: url(img/top/rec_menu_link_04.png) top center no-repeat;
}
.ow_rec_menu_link_04:hover{
	background: url(img/top/rec_menu_link_04.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: 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;
}
.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 73px;
}
.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_review */

.ow_review_box{
	margin-bottom: 20px;
}

.ow_review_box_mid{
	background: url(img/top/review_box_mid.png) top center repeat-y;
	padding: 0 28px;
}
.ow_voice_info{
	text-align:right;
}
.ow_review_wrap{
	width: 820px;
	margin: 0 auto;
}
.ow_review_inr_box_mid{
	-webkit-background-size: 100%;
	background-size: 100%;
}
.ow_review_inr_box_mid_01{
	background: url(img/top/review_inr_box_mid_01.png) top center repeat-y;
	padding:0 0;
}
.ow_review_inr_box_mid_02{
	background: url(img/top/review_inr_box_mid_02.png) top center repeat-y;
	padding:0 0;
}
.ow_review_inr_box_mid_03{
	background: url(img/top/review_inr_box_mid_03.png) top center repeat-y;
	padding:0 0;
}


.ow_review_list{
	line-height: 1.8;
	font-size: 1.2em;
}
.ow_review_list a{
	display: block;
	text-decoration:underline;
}
.ow_review_list a:hover{
	text-decoration:none;
}
.ow_review_list_link{
    background: url(img/top/review_list_mark.png) left 7px no-repeat;
	color: #fff;
    font-weight: bold;
    padding: 0 0 10px 35px;
    margin-left: 25px;
	text-align: left;
}

/* free */
 .ow_free{
	 margin-bottom:40px;
}
.ow_free_mid{
}
.ow_free .ow_btn_free_link{
	width:880px;
	height:292px;
	display:block;
}
.ow_free .ow_btn_free_link img {
  display: none;
}
.ow_free .ow_btn_free_link_01{
	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; */
}



/* renai */
.ow_renai{
	margin-bottom:40px;
}
.ow_category_mid.ow_category_renai_mid{
	background: url(img/top/renai_bg.png) top center repeat-y;
}
.ow_renai .ow_menu_title{
	color:#a82482;
}

/* deai */
.ow_deai{
	margin-bottom:40px;
}
.ow_category_mid.ow_category_deai_mid{
	background: url(img/top/deai_bg.png) top center repeat-y;
}
.ow_deai .ow_menu_title{
	color:#9c0d04;
}

/* jinsei */
.ow_jinsei{
}
.ow_category_mid.ow_category_jinsei_mid{
	background: url(img/top/jinsei_bg.png) top center repeat-y;
}
.ow_jinsei .ow_menu_title{
	color:#030552;
}

/* category */
 .ow_category{
	width: 880px;
	margin: 20px auto 0;
}
.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:816px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:20px;
}

.ow_category_menu_small.ow_menu {
	float:left;
	width:402px;
	margin-top:12px;
}
.ow_category_menu_small.ow_menu:nth-of-type(even) {
	margin-left:12px;
}

.ow_category_menu_small_mid {
	background: url(img/top/category_menu_small_mid.png) top center repeat-y;
	padding:0 41px;
}

.ow_category_menu_small .ow_menu_icon {
    /* width: 30%; */
}

.ow_category_menu_small .ow_menu_title{
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
	padding-top: 0;
	font-size: 1.2rem;
}
.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;
}




/* 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;
}

/* 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;
}
