@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1.5;
	color: #333;
	-webkit-text-size-adjust: none;
}

/* 回り込み解除用 */
.clear{ clear:both;}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	border: none;
}

img {
	vertical-align: bottom;
	border: none;
}

em {
        font-style: italic;
}

/* PC表示 */
@media screen and (min-width: 481px) ,print {
	
	/*********** out-wrapper ***********/
	#out-wrapper {
		width: 1336px;
		height: 100%;
		height: auto !important;
		min-height: 100%;
		margin: 0 auto;
	}
	
	/*********** container ***********/
	#container {
		position: relative;
		width: 980px;
		height: 100%;
		height: auto !important;
		min-height: 100%;
		margin: 0 auto;
	}
	
	#container .leftbanner {
		position: absolute;
		top: 20px;
		left: -178px;
	}
	
	#container .rightbanner {
		position: absolute;
		top: 20px;
		right: -178px;
	}
	
	/*********** header ***********/
	#header {
		height: 194px;
		margin: 0 auto;
		position: relative;
	}
	
	#header .logo h1 {
		position: absolute;
		top: 20px;
		left: 0;
	}
	
	#header .sp-logo {
		display: none;
	}
	
	#header ul.global-menu {
		position: absolute;
		top: 128px;
		font-size: 10px;
	}
	
	#header ul.global-menu li a {
		display: block;
		width: 72px;
		padding: 4px 0;
		text-align: center;
		margin-right: 2px;
		margin-top: 2px;
	}
	
	#header ul.fs-change {
		position: absolute;
		top: 130px;
		right: 0;
	}
	
	#header ul.fs-change li {
		float: left;
	}
	
	#header form {
		position: absolute;
		top: 173px;
		right: 0;
		font-size: 0.77em;
	}
	
	#header form input {
		vertical-align: middle;
	}
	
	#header form input.text {
		width: 239px;
		height: 16px;
		padding: 1px 0;
	}
	
	#header form input.btn {
		cursor: pointer;
		width: 59px;
		height: 20px;
		text-indent: -9999px;
		border: none;
		background: url(../img/btn-search.gif) no-repeat;
	}
	
	#header .banner {
		position: absolute;
		top: 21px;
		right: 0;
	}
	
	/*********** contents ***********/
	#contents {
		width: 660px;
		float: left;
		margin: -20px 0 0 0;
		font-size: 100%;
		position: relative;
	}
	
	/*********** footer ***********/
	
	#footer {
		text-align:center;
		font-size:11px;
		line-height:14px;
		margin:0 auto;
		padding:0;
	}
	
	#footer ul,li,table {
		list-style-type:none;
	}
	
	#footer a:link {
		color:#333333;
		text-decoration:underline;
	}
	
	#footer a:hover {
		color:#999999;
		text-decoration:underline;
	}
	
	#footer a:visited {
		color:#999999;
		text-decoration:underline;
	}
	
	#linkListBox {
		clear:both;
		padding:15px 0 15px 0;
	}
	
	#listCategory td {
		border-right:1px solid #9B8D7F;
		padding:0 30px;
	}
	
	#listCategory .twoLine {
		border-right:none;
		padding:0 0 0 15px;
	}
	
	#listCategory .noLine {
		border-right:none;
		padding:0 15px;
	}
	
	#linkListBox a:link {
		color:#444444;
		text-decoration:underline;
	}
	
	#linkListBox a:hover {
		color:#838383;
		text-decoration:underline;
	}
	
	#linkListBox a:visited {
		color:#838383;
		text-decoration:underline;
	}
	
	#footer .listCategoryTitle {
		padding:0 0 14px 0;
	}
	
	#footer .listCategoryMain {
		padding:0 0 9px 0;
	}
	
	#copyrightBox {
		background:#EFEFEF;
		text-align:center;
		padding:20px 0 20px;
	}
	
	#sp-footer {
		display: none;
	}
	
	.pc {
		display: none;
	}
}


@media screen and (max-width: 480px) {
	
	/*********** out-wrapper ***********/
	#out-wrapper {
		position: relative;
		width: 320px;
		height: 100%;
		height: auto !important;
		min-height: 100%;
		margin: 0 auto;
		overflow-x: hidden;
	}
	
	/*********** container ***********/
	#container {
		position: relative;
		width: 320px;
		height: 100%;
		height: auto !important;
		min-height: 100%;
		margin: 0 auto;
		overflow-x: hidden;
	}
	
	#container .leftbanner {
		display: none;
	}
	
	#container .rightbanner {
		display: none;
	}
	
	/*********** header ***********/
	#header .logo {
		display: none;
	}
	
	#header .sp-logo {
		display: block;
		margin-bottom: 2px;
	}
	
	#header .sp-logo h1 {
		float: left;
	}
	#header .sp-logo h1 img {
		width: 240px;
	}
	#header .sp-logo p {
		float: right;
	}
	#header .sp-logo p img {
		width: 80px;
	}
	ul.global-menu {
		font-size: 9px;
	}
	
	ul.global-menu li a {
		display: block;
		width: 79px;
		padding: 8px 0;
		text-align: center;
		margin-right: 1px;
		margin-top: 1px;
	}
	
	#header ul.fs-change {
		display: none;
	}
	
	#header form {
		font-size: 16px;
		text-align: center;
		margin: 10px 0 0 0;
	}
	
	#header form input {
		vertical-align: middle;
	}
	
	#header form input.text {
		width: 200px;
		padding: 2px 0;
	}
	
	#header form input.btn {
		width: 90px;
		padding: 0 2px;
	}
	
	#header .banner {
		margin: 10px 0;
	}
	
	#header .banner img {
		width: 100%;
	}
	
	/*********** contents ***********/
	#contents {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	/*********** footer ***********/
	#footer {
		display: none;
	}
	
	/*********** sp-footer ***********/
	#sp-footer {
		display: block;
	}
	#sp-footer ul li {
		float: left;
	}
	#sp-footer .copyright {
		background-color: #ca3c20;
		padding: 12px 12px 62px 12px;
		font-size: 10px;
		text-align: center;
	}
	#sp-footer .copyright .copy {
		margin: 0 0 7px 0;
	}
	#sp-footer .copyright .link, 
	#sp-footer .copyright a {
		color: #FFF;
	}
	
	.sp {
		display: none;
	}
}


/****** グローバルメニュー共通設定 ******/
ul.global-menu li {
	float: left;
}

ul.global-menu li a:hover {
	text-decoration: none;
}

ul.global-menu li.list1 a {
	background-color: #ebeeeb;
	border-bottom: 2px solid #acb0ad;
	color: #e50000;
}

ul.global-menu li.list2 a {
	background-color: #ccb8cc;
	border-bottom: 2px solid #958896;
}

ul.global-menu li.list3 a {
	background-color: #99ceff;
	border-bottom: 2px solid #7098bc;
}

ul.global-menu li.list4 a {
	background-color: #e5ccff;
	border-bottom: 2px solid #a896bc;
}

ul.global-menu li.list5 a {
	background-color: #99e87f;
	border-bottom: 2px solid #70ab5e;
}

ul.global-menu li.list6 a {
	background-color: #ffcc99;
	border-bottom: 2px solid #bb9671;
}

ul.global-menu li.list7 a {
	background-color: #b7cce7;
	border-bottom: 2px solid #8696aa;
}

ul.global-menu li.list8 a {
	background-color: #ffb3cc;
	border-bottom: 2px solid #bb8496;
}

ul.global-menu li.list9 a {
	background-color: #ffccfd;
	border-bottom: 2px solid #bb96bb;
}

ul.global-menu li.list10 a {
	background-color: #ff7e61;
	border-bottom: 2px solid #bb5d48;
}

ul.global-menu li.list11 a {
	background-color: #ebeef6;
	border-bottom: 2px solid #acb0b5;
}

ul.global-menu li.list12 a {
	background-color: #ff4c23;
	border-bottom: 2px solid #bb381a;
	color: #FFF;
}


/****** グローバルメニューアクティブ時 ******/
ul.global-menu li.list1 a.active {
	border-bottom: 2px solid #ebeeeb;
}

ul.global-menu li.list2 a.active {
	border-bottom: 2px solid #ccb8cc;
}

ul.global-menu li.list3 a.active {
	border-bottom: 2px solid #99ceff;
}

ul.global-menu li.list4 a.active {
	border-bottom: 2px solid #e5ccff;
}

ul.global-menu li.list5 a.active {
	border-bottom: 2px solid #99e87f;
}

ul.global-menu li.list6 a.active {
	border-bottom: 2px solid #ffcc99;
}

ul.global-menu li.list7 a.active {
	border-bottom: 2px solid #b7cce7;
}

ul.global-menu li.list8 a.active {
	border-bottom: 2px solid #ffb3cc;
}

ul.global-menu li.list9 a.active {
	border-bottom: 2px solid #ffccfd;
}

ul.global-menu li.list10 a.active {
	border-bottom: 2px solid #ff7e61;
}

ul.global-menu li.list11 a.active {
	border-bottom: 2px solid #ebeef6;
}

ul.global-menu li.list12 a.active {
	border-bottom: 2px solid #ff4c23;
}




/****** 共通コンテンツ設定 ******/
@media screen and (min-width: 481px) ,print {
	
	/* もっと見る設定 */
	.more {
		margin: 10px 0;
		font-size: 0.85em;
		text-align: right;
		vertical-align: middle;
	}
	.more a {
		color: #e50000;
	}
	.more img {
		margin: 0 4px;
		width: 17px;
		vertical-align: middle;
	}
	.more a.back {
		float: left;
	}
	.more a.next {
		float: right;
	}
}
@media screen and (max-width: 480px) {
	
	
	/* もっと見る設定 */
	.more {
		margin: 5px 0;
		text-align: right;
		vertical-align: middle;
	}
	.more a {
		color: #e50000;
		font-size: 14px;
	}
	.more img {
		width: 15px;
		margin: 0 2px 2px 2px;
		vertical-align: middle;
	}
	.more a.back {
		float: left;
	}
	.more a.next {
		float: right;
	}
}

/* トピックス */
@media screen and (min-width: 481px) ,print {
	.topics {
		border: 1px solid #CCC;
		margin: 0 0 20px 0;
		padding: 12px 20px;
		min-height: 200px;
	}
	.topics h2 {
		margin: 0 0 6px 0;
		font-size: 0.85em;
	}
	.topics ul {
		width: 320px;
		float: left;
	}
	.topics ul li {
		vertical-align: middle;
	}
	.topics ul li img {
		vertical-align: middle;
		margin: 0 0 4px 6px;
		width: 20px;
	}
	.topics ul li a {
		color: #e50000;
	}
	.topics ul li a:visited {
		color: #f08d8d;
	}
	.topics .image {
		width: 270px;
		float: left;
	}
	.topics .image .item {
		clear: both;
		margin: 0 0 15px 0;
		font-size: 0.85em;
	}
	.topics .image .item .item-image {
		display: table;
		float: left;
		width: 110px;
		height: 110px;
		margin: 0 15px 0 0;
	}
	.topics .image .item .item-image .item-cell {
		display: table-cell;
		width: 110px;
		height: 110px;
		layout-grid-line: 110px; /* IE7 */
		text-align: center;
		vertical-align: middle;
	}
	.topics .image .item p {
		height: 4.5em;
		padding: 1.5em 0 0 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 480px) {
	.topics {
		margin: 0 0 15px 0;
	}
	.topics-nm {
		margin: 0;
	}
	.topics h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.topics ul {
		font-size: 14px;
	}
	.topics ul li {
		vertical-align: middle;
		border-bottom: 2px solid #CCC;
	}
	.topics ul li.nb {
		border-bottom: none;
	}
	.topics ul li img {
		width: 21px;
		vertical-align: middle;
		margin: 0 0 2px 3px;
	}
	.topics ul li a {
		display: block;
		padding: 6px 40px;
		color: #e50000;
	}
	.topics ul li a:visited {
		color: #f08d8d;
	}
	.topics .image {
		padding: 15px 25px;
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	.topics .image .item .item-image {
		display: table;
		float: left;
		width: 110px;
		height: 110px;
		margin: 0 7px 0 0;
	}
	.topics .image .item .item-image .item-cell {
		display: table-cell;
		width: 110px;
		height: 110px;
		layout-grid-line: 110px; /* IE7 */
		text-align: center;
		vertical-align: middle;
	}
	.topics .image .item p {
		height: 4.5em;
		padding: 1.5em 0 0 0;
		overflow: hidden;
	}
}



/* 注目のビジュアル */
@media screen and (min-width: 481px) ,print {
	.attract-visual {
		border: 1px solid #CCC;
		margin: 0 0 20px 0;
		padding: 12px 20px;
	}
	.attract-visual h2 {
		margin: 0 0 6px 0;
		font-size: 0.85em;
	}
	.attract-visual ul li {
		float: left;
		margin: 0 16px;
	}
	.attract-visual ul li img {
		width: 70px;
	}
}
@media screen and (max-width: 480px) {
	.attract-visual {
		margin: 0 0 15px 0;
	}
	.attract-visual h2 {
		margin: 0 0 15px 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.attract-visual ul li {
		float: left;
		margin: 0 9px 15px 9px;
	}
	.attract-visual ul li img {
		width: 87px;
	}
}


/* 注目のビジュアル（トップ以外） */
@media screen and (min-width: 481px) ,print {
	#contents .attract-visual2 {
		width: 320px;
		position: absolute;
		top: 13px;
		left: 325px;
	}
	
	#contents .attract-visual2 h2 {
		margin: 0 0 12px 0;
		font-size: 0.85em;
	}
	
	#contents .attract-visual2 ul li {
		float: left;
	}
	
	#contents .attract-visual2 ul li img {
		width: 70px;
		margin: 0 6px 6px 0;
	}
}

@media screen and (max-width: 480px) {
	#contents .attract-visual2 {
		margin: 0 0 15px 0;
	}
	
	#contents .attract-visual2 h2 {
		margin: 0 0 15px 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	
	#contents .attract-visual2 ul li {
		float: left;
		margin: 0 9px 15px 9px;
	}
	
	#contents .attract-visual2 ul li img {
		width: 87px;
	}
}



/* 人気ランキング */
@media screen and (min-width: 481px) ,print {
	.ranking {
		margin: 0 0 20px 0;
	}
	.ranking h2 {
		margin: 0 0 15px 0;
		padding: 4px 22px;
		font-size: 0.85em;
		line-height: 1.1;
		color: #FFF;
		background-color: #e50000;
		
	}
	.ranking ul {
		margin: 0 20px;
	}
	.ranking ul.large li {
		width: 620px;
		font-size: 1.23em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ranking ul.large li a:visited {
		color: #8d8d8d;
	}
	.ranking ul.small li {
		width: 480px;
		line-height: 1.8;
		vertical-align: middle;
		font-size: 0.92em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ranking ul.small li a {
		color: #e50000;
	}
	.ranking ul.small li a:visited {
		color: #f08d8d;
	}
	.ranking ul li img {
		vertical-align: middle;
		margin: 0 6px 2px 0;
		width: 25px;
	}
	.ranking img.image {
		float: right;
		margin: 35px 20px 0 0;
	}
}
@media screen and (max-width: 480px) {
	.ranking {
		margin: 0 0 15px 0;
	}
	.ranking h2 {
		margin: 0 0 5px 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.ranking ul li a:visited {
		color: #8d8d8d;
	}
	.ranking ul.large li {
		vertical-align: middle;
		border-bottom: 2px solid #CCC;
		font-size: 14px;
	}
	.ranking ul.large li a {
		display: block;
		padding: 6px 25px;
	}
	.ranking ul.small li {
		vertical-align: middle;
		border-bottom: 2px solid #CCC;
		font-size: 14px;
	}
	.ranking ul.small li a {
		display: block;
		padding: 6px 25px;
	}
	.ranking ul li img {
		width: 40px;
		float: left;
		margin: 4px 3px 0 0;
	}
	.ranking img.image {
		display: none;
	}
}


/* トレンドクリップ */
@media screen and (min-width: 481px) ,print {
	.trend-crip {
		margin: 0 0 20px 0;
		padding: 12px 20px;
		background-color: #edf0ff;
	}
	.trend-crip h2 {
		margin: 0 0 6px 0;
		font-size: 0.85em;
	}
	.trend-crip ul li {
		width: 450px;
		font-size: 0.92em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.trend-crip ul li a:visited {
		color: #8d8d8d;
	}
	.trend-crip img {
		float: right;
		margin: 0 0 0 20px;
	}
}
@media screen and (max-width: 480px) {
	.trend-crip {
		margin: 0 0 15px 0;
		padding: 6px 0;
		background-color: #edf0ff;
	}
	.trend-crip h2 {
		margin: 0 0 3px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.trend-crip img {
		display: none;
	}
	.trend-crip ul li {
		font-size: 14px;
	}
	.trend-crip ul li a {
		display: block;
		padding: 5px 25px;
	}
	.trend-crip ul li a:visited {
		color: #8d8d8d;
	}
}


/* 注目のキーワード */
@media screen and (min-width: 481px) ,print {
	.keyword {
		border: 1px solid #CCC;
		margin: 0 0 20px 0;
		padding: 12px 20px;
	}
	.keyword h2 {
		margin: 0 0 6px 0;
	}
	.keyword ul li {
		float: left;
		margin: 2px;
		font-size: 16px;
	}
	.keyword ul li a {
		display: block;
		width: 150px;
		padding: 4px 0;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #FFF;
	}
	.keyword ul li a:hover {
		text-decoration: none;
	}
	.keyword ul li a.link1,
	.keyword ul li a.link3,
	.keyword ul li a.link6,
	.keyword ul li a.link8 {
		background-color: #e50000;
	}
	.keyword ul li a.link2,
	.keyword ul li a.link4,
	.keyword ul li a.link5,
	.keyword ul li a.link7 {
		background-color: #999;
	}
}
@media screen and (max-width: 480px) {
	.keyword {
		margin: 0 0 15px 0;
	}
	.keyword h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.keyword ul {
		margin: 0 0 0 1px;
	}
	.keyword ul li {
		float: left;
		margin: 1px;
		font-size: 14px;
	}
	.keyword ul li a {
		display: block;
		width: 104px;
		padding: 10px 0;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #FFF;
	}
	.keyword ul li a:hover {
		text-decoration: none;
	}
	.keyword ul li a.link1,
	.keyword ul li a.link3,
	.keyword ul li a.link5 {
		background-color: #e50000;
	}
	.keyword ul li a.link2,
	.keyword ul li a.link4,
	.keyword ul li a.link6 {
		background-color: #999;
	}
	.keyword ul li a.link7,
	.keyword ul li a.link8 {
		display: none;
	}
}




/* YDN */
@media screen and (min-width: 481px) ,print {
	#contents .YDN {
		margin: 20px 0;
	}
	#contents .YDN .anchor_hover {
		padding: 4px 50px;
	}
	#contents .YDN .anchor_hover:hover {
		background-color: #ddd;
	}
	#contents .YDN .im_under_post_title {
		color:#ff0000;
		font-size: 1em;
	}
	#contents .YDN a:hover {
		text-decoration: none;
	}
	#contents .YDN .im_under_post_description {
		display: block;
		margin: 0 0 10px 0;
		font-size: 0.85em;	
	}
	#contents .YDN .im_under_post_about{
		margin: 0 50px 0 0;
		text-decoration:underline;
		text-align: right;
		font-size: 0.85em;
	}
}
@media screen and (max-width: 480px) {
	#contents .YDN {
		margin: 20px 0;
	}
	#contents .YDN .ads {
		position:relative;
		border-top: 2px solid #999999;	
	}
	#contents .YDN .ads_opt {
		border-top: 1px solid #999999;	
	}
	#contents .YDN .ads a {
		display:block;
		text-decoration:none;
		margin: 0px !important;
		padding: 0px !important;
		background:white;
	}
	#contents .YDN .ads a dl {
		margin:0;
		padding: 0px 0px 0px 0px;
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKBJREFUeNpi/P//P0NjYyMDEEgB8QogLgTiswxooL6+noEYwASlYYbZAvFMIDZmIBPADJQEYgkoG2TYcnINhRkI8mIkEN+G8lXJNZQJiU0VQ5nQ+BQbyoRFDGRoDxIfZijZBoJcU4LEB7m2nVgDWbAYthzqKphhbUC8gBwXUmwYsguxGRaJLccQ68LnQPyCUsOQDXwGxBFAfJgSw0AAIMAA/PooSeyEWHEAAAAASUVORK5CYII=);
		background-repeat:no-repeat;
		background-position: right 40%;
	}
	#contents .YDN .ads a dt {
		margin:0 20px 0 0;
		padding: 5px 0px 5px 10px;
		font-size:18px;
		color: black;
		line-height:1.05em;
		font-weight:bold;
	}
	#contents .YDN .ads a dd {
		margin:0 0px 0 0;
		padding: 0px 15px 5px 10px;
		font-size:11px;
		line-height:1.05em;
	}
	#contents .YDN .ads a dd.descr {
		color: black;
	}
	#contents .YDN .ads a dd.hosts {
		background-color: #eaeaea;
		color : #7fc265;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
	#contents .YDN .ads.ads_opt:last-child {
	  padding-bottom: 10px;
	}
	#contents .YDN .ads  span.ads_label {
		margin: 0px !important;
		padding: 0px !important;
		position:absolute;
		color: black;
		display:block;
		font-size: 10px;
		bottom: 1px;
		right: 0px;
		z-index: 100;
		height: 10px;
	}
	#contents .YDN .ads  span.ads_label a.ads_label_link {
		margin: 0px;
		padding: 0px;
		display: inline;
		text-decoration: underline;
		color: black;
		background-color: transparent;
	}	
	
}



/* 新着ニュース */
@media screen and (min-width: 481px) ,print {
	.arrival-news {
		margin: 0 0 20px 0;
	}
	
	.arrival-news h2 {
		margin: 0 0 15px 0;
		padding: 4px 22px;
		font-size: 0.85em;
		line-height: 1.1;
		color: #FFF;
		background-color: #e50000;
	}
	.arrival-news ul {
		margin: 0 20px;
	}
	.arrival-news img.image {
		float: right;
		margin: 15px 20px 0 0;
	}
	.arrival-news ul li {
		width: 450px;
		font-size: 0.92em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.arrival-news ul li a:visited {
		color: #8d8d8d;
	}
}
@media screen and (max-width: 480px) {
	.arrival-news {
		margin: 0 0 15px 0;
	}
	.arrival-news h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.arrival-news ul {
		margin: 0;
	}
	.arrival-news img.image {
		display: none;
	}
	.arrival-news ul li {
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	.arrival-news ul li a {
		display: block;
		padding: 6px 25px;
	}
	.arrival-news ul li a:visited {
		color: #8d8d8d;
	}
}



/* 新着コラム */
@media screen and (min-width: 481px) ,print {
	.arrival-column {
		margin: 0 0 20px 0;
	}
	.arrival-column h2 {
		margin: 0 0 15px 0;
		padding: 4px 22px;
		font-size: 0.85em;
		line-height: 1.1;
		color: #FFF;
		background-color: #e50000;
	}
	.arrival-column ul {
		margin: 0 20px;
	}
	.arrival-column img.image {
		float: right;
		margin: 15px 20px 0 0;
	}
	.arrival-column ul li {
		width: 450px;
		font-size: 0.92em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.arrival-column ul li a:visited {
		color: #8d8d8d;
	}
}
@media screen and (max-width: 480px) {
	.arrival-column {
		margin: 0 0 15px 0;
	}
	.arrival-column h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.arrival-column ul {
		margin: 0;
	}
	.arrival-column img.image {
		display: none;
	}
	.arrival-column ul li {
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	.arrival-column ul li a {
		display: block;
		padding: 6px 25px;
	}
	.arrival-column ul li a:visited {
		color: #8d8d8d;
	}
}



/* 過去のニュース */
@media screen and (min-width: 481px) ,print {
	.past-news {
		border: 1px solid #CCC;
		margin: 0 0 20px 0;
		padding: 12px 20px;
	}
	.past-news h2 {
		margin: 0 0 6px 0;
		font-size: 0.77em
	}
	.past-news ul {
		margin: 0 0 15px 0;
		font-size: 0.85em;
	}
	.past-news ul li dl dt {
		clear: left;
		float: left;
		width: 7em;
	}
	.past-news ul li a:visited {
		color: #8d8d8d;
	}
	.past-news ul li dl dd {
		margin-left: 7em;
	}
	.past-news .search {
		text-align: right;
	}
	.past-news .search form {
		font-size: 0.77em;
		
	}
	.past-news .search form input {
		vertical-align: middle;
	}
	.past-news .search form input.text {
		width: 241px;
		height: 16px;
		padding: 1px 0;
	}
	.past-news .search form input.btn {
		cursor: pointer;
		width: 59px;
		height: 20px;
		text-indent: -9999px;
		border: none;
		background: url(../img/btn-search.gif) no-repeat;
	}
}
@media screen and (max-width: 480px) {
	.past-news {
		margin: 0 0 15px 0;
	}
	.past-news h2 {
		margin: 0 0 5px 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.past-news ul li {
		vertical-align: middle;
		border-bottom: 2px solid #CCC;
		font-size: 14px;
	}
	.past-news ul li a {
		display: block;
		padding: 6px 25px;
	}
	.past-news ul li a:visited {
		color: #8d8d8d;
	}
	.past-news .search {
		display: none;
	}
}


/* 関連記事 */
@media screen and (min-width: 481px) ,print {
	.related-news {
		margin: 0 20px 20px 20px;
	}
	.related-news h2 {
		margin: 0 0 15px 0;
		padding: 2px 0;
		text-align: center;
		font-size: 0.85em;
		color: #FFF;
		background-color: #E50000;
	}
	.related-news ul {
		margin: 0 20px;
	}
	.related-news ul li {
		width: 580px;
		font-size: 1.15em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.related-news ul li a {
		color: #E50000;	
	}
	.related-news ul li a:visited {
		color: #f08d8d;	
	}
}
@media screen and (max-width: 480px) {
	.related-news {
		margin: 0 0 15px 0;
	}
	.related-news h2 {
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.related-news ul {
		margin: 0;
	}
	.related-news ul li {
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	.related-news ul li a {
		display: block;
		padding: 6px 25px;
	}
}

/* JSON読み込み用リンク */
		a.json_link {
	clear: both;
	float: left;			
        }

/* ページリンク */
@media screen and (min-width: 481px) ,print {
        .page-link {
                margin: 0 20px 10px 20px;
                padding: 0 6px;
        }
        .page-link ul li {
                width: 33%;
                float: left;
                font-size: 0.85em;
        }
        .page-link ul li.back {
                text-align: left;
        }
        .page-link ul li.top {
                text-align: center;
                width:34%;
        }
        .page-link ul li.next {
                text-align: right;
        }
        .page-link ul li a {
                display: block;
                width: 100%;
        }
        .page-link ul li img{
                vertical-align: middle;
                padding-bottom:2px;
                width:17px;
        }
        .page-link ul li.back img{
                margin-right: 4px;
        }
        .page-link ul li.next img{
                margin-left: 4px;
        }
}
@media screen and (max-width: 480px) {
        .page-link {
                margin: 0 0 15px 0;
        }
        .page-link ul li {
                width: 32%;
                float: left;
                font-size: 13px;
        }
        .page-link ul li.back {
                text-align: left;
        }
        .page-link ul li.top {
                text-align: center;
                width:34%;
        }
        .page-link ul li.next {
                text-align: right;
        }
        .page-link ul li a {
                display: block;
                width: 90%;
                padding: 5px;
        }
        .page-link ul li img{
                vertical-align: middle;
                padding-bottom:2px;
                width:15px;
        }
        .page-link ul li.back img{
                margin-right: 4px;
        }
        .page-link ul li.next img{
                margin-left: 4px;
        }

}

/* 今、あなたにオススメ */
@media screen and (min-width: 481px) ,print {
	.recommend-now {
		margin: 0 0 20px 0;
	}
	.recommend-now h2 {
		margin: 0 0 15px 0;
		padding: 0 0 5px 0;
		font-size: 1em;
		color: #000;
		border-bottom: 3px solid #cc3300;
	}
	.recommend-now ul {
		width: 480px;
		float: right;
	}
	.recommend-now p {
		width: 150px;
		float: left;
		font-size: 0.85em;
		text-align: center;
	}
	.recommend-now ul li {
		width: 480px;
		font-size: 0.92em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.recommend-now ul li:last-child {
		text-align: right;
	}
}


/* アフィリエイト */
@media screen and (min-width: 481px) ,print {
	.affiliate_area {
		margin: 0 20px 20px 20px;
	}
	.affiliate_area a {
		color: #F00;
		font-size: 1em;
	}
}
@media screen and (max-width: 480px) {
	.affiliate_area {
		margin: 0 20px 15px 20px;
	}
	.affiliate_area a {
		color: #F00;
		font-size: 14px;
	}
}



/* サイドメニュー */
@media screen and (min-width: 481px) ,print {
	#side-menu {
		width: 300px;
		float: right;
		font-size: 100%;
	}	
}
@media screen and (max-width: 480px) {
	#side-menu {
		float: none;
		width: 100%;
		margin: 0;
	}
}


/* バナー */
@media screen and (min-width: 481px) ,print {
	#side-menu .banner {
		margin: 20px 0;
		text-align: center;
	}
	#contents .banner {
		margin: 20px 0;
		text-align: center;
	}
	#contents .banner2 {
		margin: 0 0 20px 0;
	}
	#contents .banner2 .left {
		width: 300px;
		float: left;
		margin: 0 0 0 20px;
	}
	#contents .banner2 .right {
		width: 300px;
		float: right;
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 480px) {
	#contents .banner,
	#side-menu .banner {
		position: relative;
		margin: 0 0 30px 0;
		text-align: center;
	}
}


/* エディターズチョイス */
@media screen and (min-width: 481px) ,print {
	.editors-choice {
		margin: 0 0 20px 0;
		padding: 12px 20px;
		background-color: #e50000;
	}
	.editors-choice h2 {
		margin: 0 0 6px 0;
		font-size: 0.85em;
		color: #FFF;
	}
	.editors-choice ul li {
		font-size: 0.92em;
	}
	.editors-choice ul li a {
		color: #FFF;
	}
	.editors-choice ul li a:visited {
		color: #f5b8b8;
	}
}
@media screen and (max-width: 480px) {
	.editors-choice {
		margin: 0 0 15px 0;
	}
	
	.editors-choice h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	.editors-choice ul li {
		border-bottom: 2px solid #CCC;
		font-size: 14px;
		background-color: #ebebeb;
	}
	.editors-choice ul li a {
		display: block;
		padding: 6px 40px;
	}
	.editors-choice ul li a:visited {
		color: #8d8d8d;
	}
}


/* 連載・シリーズ */
@media screen and (min-width: 481px) ,print {
	#side-menu .rensai {
		margin: 0 0 20px 0;
	}
	#side-menu .rensai ul li {
		float: left;
	}
	#side-menu .rensai ul li.l1 {
		margin: 0 1px 0 0;
	}
	#side-menu .rensai ul li.l2 {
		margin: 0 0 0 1px;
	}
	#side-menu .rensai ul li.l3 {
		margin: 2px 1px 0 0;
	}
	#side-menu .rensai ul li.l4 {
		margin: 2px 0 0 1px;
	}
	#side-menu .rensai ul li a {
		zoom: 1;
	}
	#side-menu .rensai ul li a:hover img {
		opacity: 0.85;
		filter: alpha(opacity=85);
		-ms-filter: "alpha(opacity=85)";
	}
}
@media screen and (max-width: 480px) {
	
}


/* NEWSポストセブンちゃんねる */
@media screen and (min-width: 481px) ,print {
	#side-menu .channel {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
	
}


/* 男塾 */
@media screen and (min-width: 481px) ,print {
	#side-menu .otokojuku {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
	
}


/* 今日のオススメ */
@media screen and (min-width: 481px) ,print {
	#side-menu .recommend {
		margin: 0 0 20px 0;
	}
	#side-menu .recommend h2 {
		margin: 0 0 15px 0;
		padding: 4px 22px;
		font-size: 0.85em;
		line-height: 1.1;
		color: #FFF;
		background-color: #e50000;
	}
	#side-menu .recommend ul li {
		font-size: 0.92em;
	}
	#side-menu .recommend ul li a:visited {
		color: #8d8d8d;
	}
}
@media screen and (max-width: 480px) {
	#side-menu .recommend {
		margin: 0 0 15px 0;
	}
	#side-menu .recommend h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		background-color: #e50000;
		color: #FFF;
		text-align: center;
		border-bottom: 2px solid #b70000;
	}
	#side-menu .recommend ul {
		margin: 0;
	}
	#side-menu .recommend ul li {
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	#side-menu .recommend ul li a {
		display: block;
		padding: 6px 40px;
	}
	#side-menu .recommend ul li a:visited {
		color: #8d8d8d;
	}
}


/* クローズアップ */
@media screen and (min-width: 481px) ,print {
	#side-menu .close-up {
		margin: 0 0 20px 0;
		padding: 12px 20px;
		background-color: #edf0ff;
	}
	#side-menu .close-up h2 {
		margin: 0 0 6px 0;
		font-size: 0.85em;
	}
	#side-menu .close-up ul li {
		font-size: 0.92em;
	}
	#side-menu .close-up ul li a:visited {
		color: #8d8d8d;
	}
}
@media screen and (max-width: 480px) {
	#side-menu .close-up {
		margin: 0 0 15px 0;
		padding: 6px 0;
		background-color: #edf0ff;
	}
	#side-menu .close-up h2 {
		margin: 0 0 3px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	#side-menu .close-up ul li {
		font-size: 14px;
	}
	#side-menu .close-up ul li a {
		display: block;
		padding: 5px 40px;
	}
	#side-menu .close-up ul li a:visited {
		color: #8d8d8d;
	}
}


/* サイト内バナー */
@media screen and (min-width: 481px) ,print {
	#side-menu .inner-banner {
		margin: 0 0 20px 0;
	}
	#side-menu .inner-banner a {
		display: block;
		margin: 8px 0 0 0;
	}
	#side-menu .inner-banner a:first-child {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	
}


/* コラム記事提供元 */
@media screen and (min-width: 481px) ,print {
	#side-menu .sponsor {
		margin: 0 0 20px 0;
	}
	#side-menu .sponsor h2 {
		padding: 4px 22px;
		font-size: 0.85em;
		line-height: 1.1;
		background-color: #000;
		color: #FFF;
	}
	#side-menu .sponsor p.more-categoly {
		margin: -19px 15px 14px 0;
		text-align: right;
		font-size: 0.85em;
		line-height: 1.1;
	}
	#side-menu .sponsor p.more-categoly a {
		color: #FFF;
	}
	#side-menu .sponsor ul {
		margin: 0 20px;
		font-size: 0.92em;
	}
}
@media screen and (max-width: 480px) {
	
}


/* モバイルNEWSポストセブン */
@media screen and (min-width: 481px) ,print {
	#side-menu .mobile {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		background-color: #E50000;
	}
	#side-menu .mobile h2 {
		padding: 4px 20px;
		font-size: 0.77em;
		color: #FFF;
		border-bottom: 1px dotted #FFF;
	}
	#side-menu .mobile p.text {
		padding: 10px 15px;
		font-size: 0.77em;
		color: #FFF;
	}
	#side-menu .mobile p.text span {
		font-size: 1.23em;
	}
	#side-menu .mobile p.qrcode {
		width: 134px;
		margin: 0 auto;
		font-size: 0.77em;
		color: #FFF;
	}
	#side-menu .mobile p.qrcode img {
		margin: 0 0 4px 0;
	}
	#side-menu .mobile p.qrcode a {
		color: #FFF;
	}
}
@media screen and (max-width: 480px) {
	
}


/* ツイッター */
@media screen and (min-width: 481px) ,print {
	#side-menu .twitter {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
	
}

/* ツイッターボタン */
@media screen and (min-width: 481px) ,print {
	#side-menu .twitter-btn {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
	#side-menu .twitter-btn {
		margin: 0 0 15px 0;
		text-align: center;
	}
}


/* ホットスポット */
@media screen and (min-width: 481px) ,print {
	.hotSpot {
		margin: 0 19px 30px 19px;
		
	}
	.hotSpot table {
		width: 100%;
		font-size: 0.92em;
	}
	.hotSpot table td {
		width: 25%;
		text-align: center;
		border: 1px solid #FFF;
	}
	.hotSpot table td.hotSpotColumn1 {
		background-color: #e50000;
		color: #FFF;
	}
	.hotSpot table td.hotSpotColumn1 a {
		display:block;
		padding: 4px 0;
		color: #FFF;
	}
}
@media screen and (max-width: 480px) {
	
}


/***** ソーシャルアイコン設定 *****/
@media screen and (min-width: 481px) ,print {
	.social {
		height: 16px;
		vertical-align: top;
		margin: 0 0 20px 20px;
	}
}
@media screen and (max-width: 480px) {
	.social {
		vertical-align: top;
		margin: 0 17px 10px 20px;
	}
}

.social img {
	vertical-align: top;
}
.social li {
	list-style: none;
	float: right;
	margin: 0 4px 0 0;
}
.social .socialicon_choix {
	width: 16px;
	height: 16px;
	background: url(../img/sprite.gif) no-repeat -249px -91px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.social .socialicon_newsing {
	width: 16px;
	height: 16px;
	background: url(../img/sprite.gif) no-repeat -233px -91px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.social .socialicon_livedoor {
	width: 19px;
	height: 16px;
	background: url(../img/sprite.gif) no-repeat -214px -91px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}



/***** みんなとシェアする *****/
@media screen and (min-width: 481px) ,print {
	.social-share {
		margin: 0 0 20px 0;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.social-share {
		margin: 0 0 15px 0;
		text-align: center;
	}
	.social-share img {
		width: 100%;
	}
}



/***** タイトル色設定 *****/
@media screen and (min-width: 481px) ,print {
	h2.money {
		background-color: #99CEFF;
		color: #333;
	}
	h2.entertainment {
		background-color: #E5CCFF;
		color: #333;
	}
	h2.sports {
		background-color: #99E87F;
		color: #333;
	}
	h2.life {
		background-color: #FC9;
		color: #333;
	}
	h2.domestic {
		background-color: #CCB8CC;
		color: #333;
	}
	h2.world {
		background-color: #B7CCE7;
		color: #333;
	}
	h2.columns {
		background-color: #FFB3CC;
		color: #333;
	}
	h2.special {
		background-color: #FFCCFD;
		color: #333;
	}
	h2.gravure {
		background-color: #FF7E61;
		color: #333;
	}
	h2.rensai {
		background-color: #EBEEF6;
		color: #333;
	}
	h2.ranking30 {
		background-color: #FF4C23;
		color: #FFF;
	}
	h2.ranking30 + p.more-categoly a {
		color: #FFF;
	}
	h2.black {
		background-color: #000;
		color: #FFF;
	}
	h2.black + p.more-categoly a {
		color: #FFF;
	}
	h2.red {
		background-color: #e50000;
		color: #FFF;
	}
	h2.red + p.more-categoly a {
		color: #FFF;
	}
}
@media screen and (max-width: 480px) {
	h2.money {
		background-color: #99CEFF;
		border-bottom: 2px solid #7098BC;
		color: #333;
	}
	h2.entertainment {
		background-color: #E5CCFF;
		border-bottom: 2px solid #A896BC;
		color: #333;
	}
	h2.sports {
		background-color: #99E87F;
		border-bottom: 2px solid #70AB5E;
		color: #333;
	}
	h2.life {
		background-color: #FC9;
		border-bottom: 2px solid #BB9671;
		color: #333;
	}
	h2.domestic {
		background-color: #CCB8CC;
		border-bottom: 2px solid #958896;
		color: #333;
	}
	h2.world {
		background-color: #B7CCE7;
		border-bottom: 2px solid #8696AA;
		color: #333;
	}
	h2.columns {
		background-color: #FFB3CC;
		border-bottom: 2px solid #BB8496;
		color: #333;
	}
	h2.special {
		background-color: #FFCCFD;
		border-bottom: 2px solid #BB96BB;
		color: #333;
	}
	h2.gravure {
		background-color: #FF7E61;
		border-bottom: 2px solid #BB5D48;
		color: #333;
	}
	h2.rensai {
		background-color: #EBEEF6;
		border-bottom: 2px solid #ACB0B5;
		color: #333;
	}
	h2.ranking30 {
		background-color: #FF4C23;
		border-bottom: 2px solid #BB381A;
		color: #FFF;
	}
	h2.black {
		background-color: #000;
		color: #FFF;
	}
	h2.red {
		background-color: #e50000;
		border-bottom: 2px solid #b70000;
		color: #FFF;
	}
}
/* 本文動画用共通 */
@media screen and (min-width: 481px) ,print {
        .video iframe{
                width:560px;
                height:315px;
                display:block;
                margin:0 auto;
		clear:both;
        }
}
@media screen and (max-width: 480px) {
        .video iframe{
                width:300px;
                height:169px;
                text-align:center;
        }
}
div.quelon-embed{
        margin-bottom:20px;
}
div.alert-box{
        display: block;
        color:#eee;
        text-align: center;
        width:100%;
        font-size:1.1rem;
}
div.alert-box a.close{ 
        color: #e50000;
        position: absolute;
        right: 30px;
        top: 0;
        font-size: 1.1rem;
        opacity: 0.8;
        text-decoration:none;
}
@media screen and (max-width: 480px) {
    #top-alert{
        min-width:310px;
    }
    div.alert-box{
         text-align: left;
         margin-bottom:5px;
         padding:5px 0 5px 5px;
    }
    div.alert-box a{
         font-size:14px !important;
         display:block;
         margin-right: 50px;        
    }
   
    div.alert-box a.close{
         top:5px;
         right:-30px;
         
         
    }
}