@charset "utf-8";

/*
基本設定
2018/05/11
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
fieldset { 
	border: 0;
}
img { 
	border-style: none;
	vertical-align: top;
	max-width: 100%;
	/*margin-bottom: 5px;*/ /* sanyo */
	height: auto;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	/*font-size: 93%;*/ /* sanyo */
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}
input, select, textarea { 
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

/*-----------------------------------------------------------------------------------*/
/*	ALL
/*-----------------------------------------------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family: "游ゴシック体","Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 14px;
	line-height: 1.3; /* sanyo */
	color: #333333;
	min-width: 1100px;
	-webkit-text-size-adjust: none;
}

a {
	color: #003e83;
	text-decoration: none;
	outline: none;
	/*-webkit-transition: 0.3s;*/
	/*transition: 0.3s;*/
}
a:hover {
	color: #003e83;
	/* text-decoration: underline; sanyo */
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
.container {
	padding: 20px 0;
}
.main {
	float: left;
	width: 720px; /* sanyo */
	/*width: 690px;*/
}
.sidebar {
	float: right;
	width: 300px;
}
.wrapper { 
	width: 1050px; /* sanyo */
	margin: 0px auto;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.header {
	padding: 10px 0;
	text-align: center;
}
.header .wrapper {
	position: relative;
}
.logo { }
.header_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	text-align: left;
}
.header_right {
	position: absolute;
	top: 12px;
	right: 0;
	width: 35%;
	text-align: right;
}



.header_weather {
	float: left;
	width: 30%;
}
.header_weather_item {
	display: inline-block;
	vertical-align: middle;
}
.header_weather_item-icon { }

.header_fortune {
	float: left;
}
.header_fortune a {
	display: block;
}
.header_fortune a:hover {
	text-decoration: none;
}
.header_fortune_item {
	display: inline-block;
	vertical-align: middle;
}
.header_fortune_item-icon { }

.header_link {
	font-size: 0;
}
.header_link_item {
	display: inline-block;
	font-size: 14px;/*sanyo*/
}
.header_link_item-login { }
.header_link_item-member { }
.header_link_item-member a {
	color: #333;
}
.pc_member_menuBtn {
	border: 2px solid #003e83;
	color: #003e83 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 8px;
}



.header_btn {
	display: none;
}
/*
.header_search {
	position: absolute;
	top: 45px;
	right: 0;
	width: 25%;
}
*/

.header_member_menu .pulldownList{
	background: url(//static.sanyonews.jp/image/builtin/bg_pulldown.png) repeat;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 101;
	font-size: 16px;
}

.header_member_menu .pulldownList ul li a{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	display: block;
	text-align: left;
	padding: 5px;
}


/*-----------------------------------------------------------------------------------*/
/*	GLOBAL_NAVI
/*-----------------------------------------------------------------------------------*/
.nav{
	border-top: 4px solid #003e83;
}
.nav .wrapper {
	position: relative;
}
.nav ul li a,
.nav ul li.active li a{
	display: block;
}
.nav_main ul,
.nav_sub ul{
	width: 100%;
/*height: 40px;*/
}
.nav_main ul li,
.nav_sub ul li{
	float: left;
}

/*-------------------------------*/
/*	nav_main
/*-------------------------------*/
.nav_main{
	position: relative;
	z-index: 1;
	text-align: center;
}
.nav_main_list {
	position: relative;
	height: 40px;
}
.nav_main_list > li > a {
	text-align: center;
	padding: 0 15px;
	color: #333;
	font-size: 15px;
	line-height: 40px;
}

.nav_main li ul.sub_menu {
	display: none;
}
.nav_main li.active ul.sub_menu {
	display: block;
	z-index: 1;
}
.nav_main li.active-sub a,
.nav_main li.active a,
.nav_main li:hover a{
	background: #003e83;
	color: #FFF;
}

/*-------------------------------*/
/*	nav_sub
/*-------------------------------*/
.nav_sub{
	background: #003e83;
	z-index: 1;
	padding: 5px 0;
}
.nav_sub li,
.nav_main .sub_menu li {
	margin-left: 5px;
}
.nav_sub li:first-child,
.nav_main .sub_menu li:first-child {
	margin-left: 0;
}
.nav_sub a,
.nav_main .sub_menu a {
	color: #FFF;
	padding: 3px 10px;
}
.nav_sub a:hover,
.nav_sub .nav_sub_list a.active,
.nav_main .sub_menu a.active,
.nav_main .sub_menu a:hover {
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #003e83;
}

/*-------------------------------*/
/*	nav_mainの中のメニュー
/*-------------------------------*/
.nav_main .sub_menu{
	background: #003e83;
	position:absolute;
	top: 40px;
	left: 0;
	text-align: left;
	z-index: 2;
	display: block;
	padding: 5px 0;
}

/*-------------------------------*/
/*	検索
/*-------------------------------*/
.nav_main_search {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	margin-top: 4px;
}

/*-------------------------------*/
/*	ログアウト
/*-------------------------------*/
.nav_sub_link {
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 3;
}
.nav_sub_link a{
	display: block;
	padding: 2px 10px;
	color: #FFF;
}





/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer {
	background: #f6f6f6;
	/* background: #e2e2e2 url(../img/bg_footer.png) repeat-x left top; sanyo */
	padding-top: 15px; /* sanyo */
}
.footer_description {
	padding: 20px 0 10px 0;
}
.footer_logo {
	float: left;
}
.footer .sns_link {
	float: right;
}
.footer_nav {
	clear: both;
	padding: 20px 0px;
	font-size: 16px;
}
.footer_nav_list {
	padding-top: 10px;
}
.footer_nav_list-separate {
	border-top: 1px solid #c6c6c6; /* sanyo */
	padding-top: 20px;
	margin-top: 20px;
}
.footer_nav_title {
	float: left;
	width: 25%;
	font-size: 15px; /* sanyo */
	font-weight: bold;
}
.footer_nav_item {
	overflow: hidden;
}
.footer_nav_item > ul > li {
	display: inline-block;
	font-size: 14px; /* sanyo */
	line-height: 1.7; /* sanyo */
	margin: 0 5px 5px 0;
	padding-left: 10px;
}
.footer_nav_item > ul > li+li {
	border-left: 1px solid #333333;
}
.footer_nav_item a {
	color: #333;
	/* text-decoration: underline; sanyo */
}
.footer_nav_item a:hover {
	text-decoration: none;
}
.footer_subnav {
	text-align: center;
	padding: 10px 0;
}
.footer_subnav > li {
	display: inline-block;
	font-size: 13px; /* sanyo */
	line-height: 1.2;
	margin-right: 5px;
}
.footer_subnav a {
	display: block;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	padding: 8px;
}
.footer_subnav a:hover {
	background: #333;
	color: #FFF;
}
.footer_bottom {
	background: #003e83;
	padding: 20px 0px;
	text-align: center;
}
.copyright {
	color: #FFFFFF;
}


/*-----------------------------------------------------------------------------------*/
/*	PAGETOP
/*-----------------------------------------------------------------------------------*/
#js-pagetop {
	display: none;
	position: fixed;
	bottom: 49px;
	right: 0px;
	z-index: 99;
}
#js-pagetop > a > span { display: none;}



/*-----------------------------------------------------------------------------------*/
/*	MAIN（左カラム）
/*-----------------------------------------------------------------------------------*/
.contents {
	margin-bottom: 20px;
}

.section {
	
}
.section_left {
	float: left;
	width: 439px; /* sanyo */
	margin-right: 20px;
}
.section_right {
	overflow: hidden;
}
/* youtube動画レスポンシブ */
.embed-container {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/*-------------------------------*/
/*	カラムレイアウト
/*-------------------------------*/
.section_col {
	font-size: 0;
}
.section_col_item {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	font-size: 13px; /* sanyo */
}

/* sanyo */
.section_col_item .post_title {
	font-size: 15px;
	margin-right: 5px;
}

/* 2カラム */
.section_col-2 {
	margin-left: -15px;
	overflow: hidden;
}
.section_col-2 .section_col_item {
	width: 50%;
	padding: 0 0 15px 15px;
}
.section_col-2_post .section_col_item {
	padding: 0 0 0 15px;
}

/* 3カラム */
.section_col-3 {
	margin-left: -10px;
	overflow: hidden;
}
.section_col-3 .section_col_item {
	width: 33.3%;
	padding: 0 0 10px 10px;
}

/* 4カラム */
.section_col-4 {
	margin-left: -10px;
	overflow: hidden;
}
.section_col-4 .section_col_item {
	width: 25%;
	padding: 0 0 10px 10px;
}

/* sanyo */
.section_col-4 .post_title {
    font-size: 14px;
    margin-right: 5px;
}

/*-------------------------------*/
/*	ボックス（左右）レイアウト
/*-------------------------------*/
.section_box {
	padding-top: 10px;
}
.section_box_item { }
.section_box_item-left {
	float: left;
	width: 43%;
	margin-right: 2%;
}
.section_box_item-right {
	float: right;
	width: 43%;
	margin-left: 2%;
}
.section_box_item-article {
	overflow: hidden;
	
}


/*-------------------------------*/
/*	グレーのインナー
/*-------------------------------*/
.section_inner {
	/* background: #f6f6f6; sanyo */
	padding: 15px 0;
	margin-bottom: 20px; /* sanyo */
}

/*-------------------------------*/
/*	記事を囲むdiv
/*-------------------------------*/
.section_post {
	padding-top: 15px;
}

/*-------------------------------*/
/*	ボタン
/*-------------------------------*/
.contents_btn {
	text-align: center;
	padding: 20px 0;
}
.contents_btn_link {
	margin-top: 15px;
}
.contents_btn_link:first-child {
	margin-top: 0;
}
.contents_btn_link a {
	display: block;
	width: 300px;
	margin: 0 auto;
	background: #FFF;
	color: #333;
	border: 1px solid #333;
	text-decoration: none;
	padding: 8px;
	/*font-weight: bold;*/
	font-size: 16px; /* sanyo */
}
.contents_btn_link a:hover {
	background: #4e4e4e;
	color: #fff;
}
.contents_btn_link a span:after {
	content: '\f105';
	margin-left: 10px;
	font-family: 'FontAwesome';
}
.contents_btn_text {
	padding: 10px 0;
	text-align: center;
}

/* 青ボタン */
.contents_btn_link-type_1 a {
	background: #003e83;
	color: #FFF;
	border: 1px solid #003e83;
}
.contents_btn_link-type_1 a:hover {
	background: #c9d5e3;
	color: #003e83;
}

/* 幅可変タイプ */
.contents_btn-flex { }
.contents_btn-flex .contents_btn_link a {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 10px 20px;
}

/* 2個並びボタン */
.contents_btn-2 {
	font-size: 0;
}
.contents_btn-2 .contents_btn_link {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
}



/*-----------------------------------------------------------------------------------*/
/*	HEADING（タイトルバー）
/*-----------------------------------------------------------------------------------*/

/*-------------------------------*/
/*	タイトルバー1
/*-------------------------------*/
.heading {
	background: #888888; /* sanyo */
	color: #FFF;
}
.heading_title {
	float: left;
	min-width: 160px;
	/*text-align: center;*/
	padding: 10px;
	font-size: 16px;
	/*line-height: 1.2;*/
	line-height: 1;
}
.heading_title-link { }
.heading_title-link:after {
	content: '\f105';
	margin-left: 10px;
	font-family: 'FontAwesome';
}
.heading_title-link a {
	color: #FFF;
}

.sub_link {
	overflow: hidden;
	text-align: right;
	padding: 10px 5px 0px 0;
	font-size: 14px; /* sanyo */
	/*line-height: 1.2;*/
	/* line-height: 1; sanyo */
}
.sub_link > li {
	display: inline-block;
	margin: 0 5px 8px 0;
	padding-left: 10px;
}
.sub_link > li+li {
	border-left: 1px solid #FFF;
}
.sub_link a {
	color: #FFF;
	/* text-decoration: underline; sanyo */
}
.sub_link a:hover {
	text-decoration: none;
}

.sub_link { }
.sub_link-arrow a {
	text-decoration: none;
}
.sub_link-arrow a:hover {
	text-decoration: underline;
}
.sub_link-arrow:after {
	content: '\f105';
	margin-left: 5px;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 14px;
	position: relative;
	top: 2px;
}


/* 青／青のタイトルバー */
.heading-type_1 {
	background: #003e83;
	color: #FFF;
}
.heading-type_1 .sub_link {
	border-left: 3px solid #fff; /* sanyo */
}

/* 青／うす青のタイトルバー */
.heading-type_2 .sub_link {
	background: #f6f6f6; /* sanyo */
	border-left: 3px solid #f3f6f0;
}
.heading-type_2 .sub_link > li+li {
	border-left: 1px solid #003e83;
}
.heading-type_2 .sub_link a {
	color: #333333; /* sanyo */
}

/*■■■　変更　■■■*/
/* ピンク／ピンクのタイトルバー */
.heading-type_3 {
	/*background: #ff6631;*/ /* sanyo */
	/*background: #f7658e;*/
	background: #cc3a63;
	color: #FFF;
}
.heading-type_3 .sub_link {
border-left: 3px solid #fff; /* sanyo */
}



/*-------------------------------*/
/*	タイトルバー2
/*-------------------------------*/

/* カテゴリ用のタイトルバー */
.heading_sub {
	border-top: 3px solid #333; /* sanyo */
	border-bottom: 2px solid #e5e5e5;
	color: #333;
}
.heading_sub_title {
	float: left;
	padding: 10px;
	font-size: 16px; /* sanyo */
	line-height: 1.2;
	font-weight: bold;
}
.heading_sub_title-link {
	
}
.heading_sub_title-link:after {
	content: '\f105';
	margin-left: 10px;
	font-family: 'FontAwesome';
}
.heading_sub_title-link a {
	/*color: #333;*/
	color: #003e83;
}

.heading_sub .sub_link {
padding: 10px 5px 3px 0;
	/*padding: 15px 10px;*/
	font-size: 14px; /* sanyo */
}
.heading_sub .sub_link > li+li {
	border-left: 1px solid #333;
}
.heading_sub .sub_link a {
	color: #333;
}

/*■■■　変更　■■■*/
/* ピンク／ピンクのタイトルバー */
.heading_sub-type_3 {
	/*border-top: 3px solid #e69104;*/ /* sanyo */
	border-top: 3px solid #f7658e;
	color: #845f4b; /* sanyo */
}
.heading_sub-type_3 .heading_sub_title-link a,
.heading_sub-type_3 .sub_link a {
	color: #845f4b; /* sanyo */
}

/* 天気パーツ */
.header_weather .pulldownList {
	background: url(//static.sanyonews.jp/image/builtin/bg_pulldown.png) repeat;
	display: none;
	width: 70%;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 101;
	font-size: 16px;
}
.header_weather .pulldownList ul{
	color: #FFFFFF;
	padding: 0px 5px;
}
.header_weather .pulldownList ul.cld {
	padding: 0px 0px 0px 10px;
}
.header_weather .pulldownList ul li{
		padding: 3px 0px;
	}
.header_weather .pulldownList ul li h5 {
		font-weight: bold;
		font-size: 18px;
	}
.header_weather .pulldownList ul li a { color: #FFFFFF; text-decoration: none; outline: none; display: block;}
.header_weather .pulldownList ul li a:hover { color: #FFFFFF; text-decoration: underline; background: none;}
.header_weather .pulldownList .closeBtn { cursor: pointer;}


/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR（右カラム）
/*-----------------------------------------------------------------------------------*/
.contents_side {
	margin-top: 15px;
}
.contents_side_item {
	margin-top: 15px;
}

.section_side {
	
}
.section_side_post {
	padding-top: 10px;
}

/*-------------------------------*/
/*	2カラムレイアウト
/*-------------------------------*/
.section_side_col {
	font-size: 0;
}
.section_side_col_item {
	/*
	float: left;
	margin-top: 10px;
	*/
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.section_side_col-2 {
	margin-left: -10px;
	overflow: hidden;
}
.section_side_col-2 .section_side_col_item {
	width: 50%;
	padding: 0 0 10px 10px;
}
/*
.section_side_col_item:nth-of-type(2n) {
	margin-right: 0;
}
*/






.section_col_item {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}

/* 2カラム */
.section_col-2 {
	margin-left: -15px;
	overflow: hidden;
}
.section_col-2 .section_col_item {
	width: 50%;
	padding: 0 0 15px 15px;
}
.section_col-2_post .section_col_item {
	padding: 0 0 0 15px;
}



/*-------------------------------*/
/*	ナビアイコン
/*-------------------------------*/
.side_guide {
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size:13px;/*sanyo*/
}
.side_guide_item {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.side_guide_item a {
	/*color: #333;*/
    color: #003e83;
    font-weight: bold;
}
.side_guide_item img {
	margin-bottom: 0px;

}

/*-------------------------------*/
/*	ボタン（サイド用）
/*-------------------------------*/
.contents_side_btn {
	text-align: center;
}
.contents_side_btn_link {
	margin-top: 10px;
}
.contents_side_btn_link a {
	display: block;
	width: 300px;
	margin: 0 auto;
	background: #FFF;
	color: #333;
	border: 1px solid #333;
	text-decoration: none;
	padding: 8px;
	/*font-weight: bold;*/
	font-size: 12px; /* sanyo */
}
.contents_side_btn_link a:hover {
	background: #4e4e4e;
	color: #fff;
}
.contents_side_btn_link a span:after {
	content: '\f105';
	margin-left: 5px;
	font-family: 'FontAwesome';
}
.contents_side_btn_text {
	padding: 10px 0;
}
.contents_side_btn_label {
	font-size: 16px;
	font-weight: bold;
}

/* 青ボタン */
.contents_side_btn_link-type_1 a {
	background: #003e83;
	color: #FFF;
	border: 1px solid #003e83;
}
.contents_side_btn_link-type_1 a:hover {
	background: #c9d5e3;
	color: #003e83;
}

/* 幅可変タイプ */
.contents_side_btn-flex { }
.contents_side_btn-flex .contents_side_btn_link a {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 10px 20px;
}

/* 2個並びボタン */
.contents_side_btn-2 { }
.contents_side_btn-2 .contents_side_btn_link {
	float: left;
	width: 145px;
	margin-right: 10px;
}
.contents_side_btn-2 .contents_side_btn_link:nth-of-type(2n) {
	margin-right: 0;
}
.contents_side_btn-2 .contents_side_btn_link a {
	width: auto;
	font-size: 16px;
}

/*-------------------------------*/
/*	タイトルバー1（サイド用）
/*-------------------------------*/
.heading_side {
	border-top: 3px solid #333; /* sanyo */
	border-bottom: 2px solid #e5e5e5;
	color: #333;
}
.heading_side_title {
	padding: 10px;
	font-size: 16px; /* sanyo */
	line-height: 1.2;
	font-weight: bold;
}
.heading_side_title-link {
	position: relative;
}
.heading_side_title-link:after {
	position: absolute;
	content: '\f105';
	font-family: 'FontAwesome';
	top: 50%;
	right: 5px;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.heading_side_title-link a {
	display: block;
	color: #333;
}

/*-------------------------------*/
/*	タイトルバー2（サイド用）
/*-------------------------------*/
.heading_side_sub {
	color: #845f4b; /* sanyo */
}
/*■■■　変更　■■■*/

.heading_side_sub_title {
	/*border-left: 3px solid #e69104;*/ /* sanyo */
	/*border-left: 3px solid #f7658e;*/ /* sanyo */
	float: left;
	padding: 5px;
	font-size: 16px; /* sanyo */
	line-height: 1.2;
	font-weight: bold;
	color:#845f4b;
}
.heading_side_sub_title-link {
	
}
.heading_side_sub_title-link:after {
	content: '\f105';
	margin-left: 10px;
	font-family: 'FontAwesome';
}
.heading_side_sub_title-link a {
	color: #333;
}

.heading_side_sub .sub_link {
	padding: 4px 0 5px 0;
	font-size: 14px;
	line-height: 1;
}
.heading_side_sub .sub_link a {
	color: #845f4b; /* sanyo */
	text-decoration: none;
}
.heading_side_sub .sub_link a:hover {
	text-decoration: underline;
}

.heading_side_sub .sub_link:after {
	content: '\f105';
	margin-left: 5px;
	font-family: 'FontAwesome';
	font-size: 20px;
	position: relative;
	top: 2px;
}



/*-----------------------------------------------------------------------------------*/
/*	TAG（タグ）
/*-----------------------------------------------------------------------------------*/
.tag_list {
	font-size: 0;
	padding-left: 10px;
}
.tag_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.tag_item a {
	display: block;
	border: 1px solid #e5e5e5;
	background: #eee;
	padding: 8px 10px;
	color: #333;
    /*color: #003e83;*/
    font-weight: bold;
}

.tag_item a.active,
.tag_item a:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	AD（広告）
/*-----------------------------------------------------------------------------------*/
.ad_space {
	text-align: center;
}
.ad_space_header {
	margin-top: 20px;
}
.ad_space_main {
	margin: 20px 0;
}
.ad_space_main-text {
	font-size: 12px;
}
.ad_space_side {
	/*margin-top: 20px; sanyo*/
	margin-top: 10px;
}
.ad_space_side-small {
	margin-bottom: 10px;
}
.ad_space_footer {
	margin: 40px 0;
}
.ad_space a {
	color: #333;
}

.ad_space_side.tablet_only {
	display: none;
}

/*
.ad_space_side {
	margin-bottom: 30px;
}
*/

/* 2つ並び広告 */
.ad_area {
	padding: 40px 0;
}
/*
.ad_caption {
	text-align: center;
	padding: 10px 0;
}
*/
.ad_list {
	font-size: 0;
	text-align: center;
}
.ad_item {
	width: 300px;
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
}


/*-----------------------------------------------------------------------------------*/
/*	SEARCH（検索ボックス）
/*-----------------------------------------------------------------------------------*/
.search_item {
	position: relative;
	border: 2px solid #a2a1a1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search_item dt {
	padding: 3px 12% 3px 5px; /* sanyo */
}
.search_text {
	width: 100%;
	background: none;
	border: none;
	font-size: 14px; /* sanyo */
	outline: 0;
}
.search_item dd {
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
}
.search_button {
	display: block;
	background: transparent;
	width: 97%; /* sanyo */
	height: 25px; /* sanyo */
	line-height: 25px; /* sanyo */
	border: none;
	color: #333;
	font-size: 16px; /* sanyo */
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'FontAwesome';
}


/*-----------------------------------------------------------------------------------*/
/*	ページネーション
/*-----------------------------------------------------------------------------------*/
.pagenation {
	text-align: center;
	/* padding: 20px 0px 40px 0; nishimura */
	font-size: 0;
}
.pagenation li { 
	display: inline-block;
	margin: 0 3px;
	font-size: 14px; /* sanyo */
	padding: 20px 0px 40px 0; /* nishimura */
}
.pagenation li span { 
	border: 1px solid #333;
	background: #333;
	padding: 5px 14px;
	color: #FFF;
	display: block;
	font-weight: bold;
}
.pagenation li span.noborder { 
	border: none;
	background: none;
	padding: 5px 14px;
	color: #000;
	display: block;
	font-weight: bold;
}
.pagenation a {
	border: 1px solid #333;
	background: #FFF;
	color: #333;
	padding: 5px 14px;
	display: block;
}
.pagenation a:hover {
	background: #333;
	color: #FFF;
}
.pagenation li.prev,
.pagenation li.next {
	margin: 0 10px;
}
.pagenation li.prev a,
.pagenation li.next a {
	border: none;
	background: none;
	padding: 0;
}
.pagenation li.prev a:hover,
.pagenation li.next a:hover {
	color: #333;
}

.ui-link{color: #003e83; font-weight: 700;}
/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/
input.custom, select.custom, textarea.custom {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
}
/* ie用 */
select.custom::-ms-expand {
	display: none;
}
input[type="submit"]{
	font-family: FontAwesome;
}

/* text */
.form_text {
	background: #FFF;
	border: 1px solid #333333;
	padding: 12px 10px;
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 75%;
	*/
}

/* submitボタン */
.form_btn {
	display: block;
	width: 100%;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
}

/* placeholder */
input::placeholder { color: #d6d6d6;}
input:-ms-input-placeholder { color: #d6d6d6;}
input::-ms-input-placeholder { color: #d6d6d6;}


/*-----------------------------------------------------------------------------------*/
/*	COMMON_PARTS
/*-----------------------------------------------------------------------------------*/
.app_link {
	font-size: 16px;
}
.app_link a {
	display: inline-block;
	background: #fdff45;
	padding: 5px 10px;
	color: #333333;
	font-weight: bold;
	border-radius: 5px;
}
.app_link a:hover {
	background: #e6424f;
	color: #FFF;
	text-decoration: none;
}
.sns_link {
	font-size: 26px;
}
.sns_link >li {
	display: inline-block;
	padding: 0 3px;
}
.sns_link a {
	color: #333333;
}


/*-----------------------------------------------------------------------------------*/
/*	COMMON_ELEMENTS
/*-----------------------------------------------------------------------------------*/
.pd_0 { padding-top: 0px;}
.pd_10 { padding-bottom: 10px;}
.pd_20 { padding-bottom: 20px;}
.pd_30 { padding-bottom: 30px;}
.pd_40 { padding-bottom: 40px;}
.pd_50 { padding-bottom: 50px;}
.pd_60 { padding-bottom: 60px;}
.pd_70 { padding-bottom: 70px;}
.pd_80 { padding-bottom: 80px;}
.mg_0 { margin-bottom: 0px;}
.mg_10 { margin-bottom: 10px;}
.mg_20 { margin-bottom: 20px;}
.mg_30 { margin-bottom: 30px;}
.mg_40 { margin-bottom: 40px;}
.mg_50 { margin-bottom: 50px;}
.mg_60 { margin-bottom: 60px;}
.mg_70 { margin-bottom: 70px;}
.mg_80 { margin-bottom: 80px;}

.mgTop_10 { margin-top: 10px;}
.mgTop_20 { margin-top: 20px;}
.mgTop_30 { margin-top: 30px;}
.mgTop_40 { margin-top: 40px;}

.pd_all_10 { padding: 10px;}
.pd_all_20 { padding: 20px;}

.ta_l { text-align: left;}
.ta_r { text-align: right;}
.ta_c { text-align: center;}

.va_m{
	vertical-align: middle;
}

.marker {
	background: linear-gradient(transparent 50%, #ffff00 0%);
}

a.link_pink { color: #fd1bf0; text-decoration: underline;}
a.link_pink:hover { color: #333; text-decoration: none;}

.float_l{
	float:left;
}
.float_r{
	float:right;
}
.float_n{
	float:none;
}

.display_none{
	display: none;
}

.mediumDeviceOnly{
	display:none;
}

/*-----------------------------------------------------------------------------------*/
/*	CSSによる画像透過
/*-----------------------------------------------------------------------------------*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*-----------------------------------------------------------------------------------*/
/*	FONT
/*-----------------------------------------------------------------------------------*/
.fs_12 { font-size: 12px;}
.fs_14 { font-size: 14px;}
.fs_16 { font-size: 16px;}
.fs_18 { font-size: 18px;}
.fs_20 { font-size: 20px;}
.fs_24 { font-size: 24px;}
.fs_30 { font-size: 30px;}
.lh_12 { line-height: 1.2;}
.lh_14 { line-height: 1.4;}
.lh_16 { line-height: 1.6;}
.lh_18 { line-height: 1.8;}
.lh_20 { line-height: 2;}

.fw_n { font-weight: normal;}
.fw_b { font-weight: bold;}


/*-----------------------------------------------------------------------------------*/
/*	COLOR
/*-----------------------------------------------------------------------------------*/
.color_blue { color: #003e83;}/* さんデジcolor */
.color_red{color:#de0000;}

/*-----------------------------------------------------------------------------------*/
/*	PC／SP切り替え
/*-----------------------------------------------------------------------------------*/
/* PC表示用 */
.pc_block{
	display: block !important;
}
.pc_inline{
	display: inline !important;
}

/* SP表示用 */
.sp_block{
	display: none !important;
}
.sp_inline{
	display: none !important;
}





/*-----------------------------------------------------------------------------------*/
/*	CLEARFIX
/*-----------------------------------------------------------------------------------*/
.header .wrapper:after,
.container .wrapper:after,
.nav .wrapper:after,
.nav_main ul:after,
.nav_sub ul:after,
.nav_old_main .wrapper:after,
.nav_old_sub .wrapper:after,
.heading:after,
.heading_sub:after,
.heading_side_sub:after,
.section:after,
.section_col:after,
.section_box:after,
.post_list:after,
.post_item:after,
.post_cell:after,
.movie_list:after,
.spotlight_list:after,
.spotlight_item:after,
.sticky_item:after,
.ranking_tabs:after,
.contents_btn:after,
.contents_side:after,
.section_side_col:after,
.contents_side_btn:after,
.side_sports_tabs:after,
.score_item:after,
.side_photo_list:after,
.footer_nav_list:after,
.article_head_info:after,
.article_body:after,
.share_list:after,
.my_list:after,
.cf:after {
	content: "";
	display: block;
	clear: both;
}









