@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;
	}
	
	#pagetop {
		width: 45px;
		position: fixed;
		bottom: -150px;
		right: 20px;
		text-align: center;
		z-index: 10;	
	}
	#pagetop img {
		max-width: 100%;
	}
	
	/*********** header ***********/
	#header {
		height: 233px;
		margin: 0 auto;
		position: relative;
	}
	
	#header .logo h1 {
		position: absolute;
		top: 20px;
		left: 0;
	}
	
	#header .sp-logo {
		display: none;
	}
	
	#header .global-menu {
		position: absolute;
		top: 128px;
		width: 890px;
		font-size: 10px;
		z-index: 20;
	}
	
	#header .global-menu > li {
		position: relative;
		float: left;
	}
	
	#header .global-menu > li > ul {
		display: none;
		position: absolute;
		top: 27px;
		left: 0;
	}
	
	#header .global-menu > li:hover ul {
		display: block;
	}
	
	#header .global-menu > li a {
		display: block;
		width: 72px;
		padding: 4px 0;
		text-align: center;
		margin-right: 2px;
		margin-top: 2px;
	}
	
	#header .fs-change {
		position: absolute;
		top: 130px;
		right: 0;
	}
	
	#header .fs-change li {
		float: left;
	}
	
	#header form {
		position: absolute;
		top: 213px;
		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(/img3_renew/common/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;
	}
	/*********** breadcrumb ***********/
	.breadcrumb {
		position: absolute;
		left: 0;
		top: 190px;
		font-size: 12px;
                color: #999;
	}
	.breadcrumb div {
		margin: 0 4px 0 0;
		display: inline-block;
	}
	.breadcrumb div:nth-child(n+2):before {
		content: "＞";
	}
	.breadcrumb div a {
		color: #999;
                text-decoration: underline;
	}
        .breadcrumb div a:hover {
		text-decoration: none;
	}
	
	/*********** 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;
	}
	
	#pagetop {
		width: 45px;
		position: fixed;
		bottom: -150px;
		right: 20px;
		text-align: center;
		z-index: 10;	
	}
	#pagetop img {
		max-width: 100%;
	}
	
	/*********** header ***********/
	#header {
		z-index: 200;
	}
	#header .logo {
		display: none;
	}	
	#header .sp-logo {
		display: block;
	}	
	#header .sp-logo h1 {
		float: left;
	}
	#header .sp-logo h1 img {
		width: 210px;
	}
	#header .sp-logo p {
		float: left;
                width: 55px;
	}
	#header .sp-logo p img {
		max-width: 100%;
	}
	#header .searchArea {
		display: none;
	}
	#header .menu {
		position: absolute;
		top: 56px;
		right: 0;
		display: none;
	}
	#header ul.global-menu {
		width: 160px;
		font-size: 10px;
	}
	
	#header ul.global-menu > li > a {
		position: relative;
		display: block;
		padding: 6px 15px;
	}
	#header ul.global-menu > li > ul > li > a {
		display: block;
		padding: 6px 15px 6px 30px;
	}
	#header ul.global-menu > li > ul {
		display: none;
	}
	#header ul.global-menu > li i {
		display: block;
		position: absolute;
		top: 3px;
		right: 10px;
		width: 20px;
		height: 20px;
		z-index: 20;
	}
	#header ul.global-menu > li i.plus {
		background: url(/img3_renew/common/icon-plus.png) no-repeat;
		background-size: 20px 20px;
	}
	#header ul.global-menu > li i.minus {
		background: url(/img3_renew/common/icon-minus.png) no-repeat;
		background-size: 20px 20px;
	}
	
	#header ul.fs-change {
		display: none;
	}
	
	#header form {
		font-size: 16px;
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	#header form input {
		vertical-align: middle;
	}
	
	#header form input.text {
		width: 208px;
		padding: 2px 0;
	}
	
	#header form input.btn {
		width: 90px;
		padding: 0 2px;
		border: none;
		background-color: #FFF;
		-webkit-appearance: none;
	}
	
	#header .banner {
		margin: 0 0 10px 0;
	}
	
	#header .banner img {
		width: 100%;
	}
	
	/*********** contents ***********/
	#contents {
		float: none;
		width: 100%;
		margin: 0;
	}
	/*********** breadcrumb ***********/
	.breadcrumb {
		margin: 0 4px 10px 4px;
		font-size: 12px;
                color: #999;
	}
	.breadcrumb div {
		margin: 0 4px 0 0;
		display: inline-block;
	}
	.breadcrumb div:nth-child(n+2):before {
		content: "＞";
	}
	.breadcrumb div a {
		color: #999;
                text-decoration: underline;
	}
	.breadcrumb div a:hover {
		text-decoration: none;
	}
        
	/*********** 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;
	}
}


/****** グローバルメニュー設定 ******/
@media screen and (min-width: 481px) ,print {
	#header .global-menu a:hover {
		text-decoration: none;
	}
	#header .global-menu > .list1 a {
		background-color: #ebeeeb;
		border-bottom: 2px solid #acb0ad;
		color: #e50000;
	}
	#header .global-menu > .list2 a {
		background-color: #ccb8cc;
		border-bottom: 2px solid #958896;
	}
	#header .global-menu > .list3 a {
		background-color: #99ceff;
		border-bottom: 2px solid #7098bc;
	}
	#header .global-menu > .list4 a {
		background-color: #e5ccff;
		border-bottom: 2px solid #a896bc;
	}
	#header .global-menu > .list5 a {
		background-color: #99e87f;
		border-bottom: 2px solid #70ab5e;
	}
	#header .global-menu > .list6 a {
		background-color: #ffcc99;
		border-bottom: 2px solid #bb9671;
	}
	#header .global-menu > .list7 a {
		background-color: #b7cce7;
		border-bottom: 2px solid #8696aa;
	}
	#header .global-menu > .list8 a {
		background-color: #ffb3cc;
		border-bottom: 2px solid #bb8496;
	}
	#header .global-menu > .list9 a {
		background-color: #ffccfd;
		border-bottom: 2px solid #bb96bb;
	}
	#header .global-menu > .list10 a {
		background-color: #ff7e61;
		border-bottom: 2px solid #bb5d48;
	}
	#header .global-menu > .list11 a {
		background-color: #ebeef6;
		border-bottom: 2px solid #acb0b5;
	}
	#header .global-menu > .list12 a {
		background-color: #ff4c23;
		border-bottom: 2px solid #bb381a;
		color: #FFF;
	}
	#header .global-menu > .list13 a {
		background-color: #cccccc;
		border-bottom: 2px solid #a3a3a3;
	}
	#header .global-menu > .list13 > ul a {
		border-bottom: none;
	}
	#header .global-menu > .list14 a {
		background-color: #99e5ff;
		border-bottom: 2px solid #7ab7cc;
	}
	#header .global-menu > .list15 a {
		background-color: #ffff61;
		border-bottom: 2px solid #cccc4e;
	}
	#header .global-menu > .list16 a {
		background-color: #e5b2b2;
		border-bottom: 2px solid #b78f8f;
	}
	
	#header .global-menu > .list1 a.active {
		border-bottom: 2px solid #ebeeeb;
	}
	#header .global-menu > .list2 a.active {
		border-bottom: 2px solid #ccb8cc;
	}
	#header .global-menu > .list3 a.active {
		border-bottom: 2px solid #99ceff;
	}
	#header .global-menu > .list4 a.active {
		border-bottom: 2px solid #e5ccff;
	}
	#header .global-menu > .list5 a.active {
		border-bottom: 2px solid #99e87f;
	}
	#header .global-menu > .list6 a.active {
		border-bottom: 2px solid #ffcc99;
	}
	#header .global-menu > .list7 a.active {
		border-bottom: 2px solid #b7cce7;
	}
	#header .global-menu > .list8 a.active {
		border-bottom: 2px solid #ffb3cc;
	}
	#header .global-menu > .list9 a.active {
		border-bottom: 2px solid #ffccfd;
	}
	#header .global-menu > .list10 a.active {
		border-bottom: 2px solid #ff7e61;
	}
	#header .global-menu > .list11 a.active {
		border-bottom: 2px solid #ebeef6;
	}
	#header .global-menu > .list12 a.active {
		border-bottom: 2px solid #ff4c23;
	}
	#header .global-menu > .list13 a.active {
		border-bottom: 2px solid #cccccc;
	}
	#header .global-menu > .list14 a.active {
		border-bottom: 2px solid #99e5ff;
	}
	#header .global-menu > .list15 a.active {
		border-bottom: 2px solid #ffff61;
	}
	#header .global-menu > .list16 a.active {
		border-bottom: 2px solid #e5b2b2;
	}
}
@media screen and (max-width: 480px) {
	#header .global-menu a:hover {
		text-decoration: none;
	}
	#header .global-menu > .list1 a {
		background-color: #ebeeeb;
		border-bottom: 2px solid #acb0ad;
		color: #e50000;
	}
	#header .global-menu > .list2 a {
		background-color: #ccb8cc;
		border-bottom: 2px solid #958896;
	}
	#header .global-menu > .list3 a {
		background-color: #99ceff;
		border-bottom: 2px solid #7098bc;
	}
	#header .global-menu > .list4 a {
		background-color: #e5ccff;
		border-bottom: 2px solid #a896bc;
	}
	#header .global-menu > .list5 a {
		background-color: #99e87f;
		border-bottom: 2px solid #70ab5e;
	}
	#header .global-menu > .list6 a {
		background-color: #ffcc99;
		border-bottom: 2px solid #bb9671;
	}
	#header .global-menu > .list7 a {
		background-color: #b7cce7;
		border-bottom: 2px solid #8696aa;
	}
	#header .global-menu > .list8 a {
		background-color: #ffb3cc;
		border-bottom: 2px solid #bb8496;
	}
	#header .global-menu > .list9 a {
		background-color: #ffccfd;
		border-bottom: 2px solid #bb96bb;
	}
	#header .global-menu > .list10 a {
		background-color: #ff7e61;
		border-bottom: 2px solid #bb5d48;
	}
	#header .global-menu > .list11 a {
		background-color: #ebeef6;
		border-bottom: 2px solid #acb0b5;
	}
	#header .global-menu > .list12 a {
		background-color: #ff4c23;
		border-bottom: 2px solid #bb381a;
		color: #FFF;
	}
	#header .global-menu > .list13 a {
		background-color: #cccccc;
		border-bottom: 2px solid #a3a3a3;
	}
	#header .global-menu > .list13 > a,
	#header .global-menu > .list13 > ul > li > a {
		border-bottom: 1px solid #FFF;
	}
	#header .global-menu > .list13 > ul > li:last-child a {
		border-bottom: 2px solid #a3a3a3;
	}
	#header .global-menu > .list14 a {
		background-color: #99e5ff;
		border-bottom: 2px solid #7ab7cc;
	}
	#header .global-menu > .list15 a {
		background-color: #ffff61;
		border-bottom: 2px solid #cccc4e;
	}
	#header .global-menu > .list16 a {
		background-color: #e5b2b2;
		border-bottom: 2px solid #b78f8f;
	}
}



/****** 共通コンテンツ設定 ******/
@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;
	}
	.more:after {
		content: "";
		display: block;
		clear: both;
	}
}
@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;
	}
	.more:after {
		content: "";
		display: block;
		clear: both;
	}
}

/* トピックス */
@media screen and (min-width: 481px) ,print {
	.topics-wrapper {
		position: relative;
	}
	.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-table {
		display: table;
		width: 100%;
	}
	.topics .image .item .item-table .item-image {
		display: table-cell;
		width: 110px;
		height: 110px;
		text-align: center;
		vertical-align: middle;
	}
	.topics .image .item .item-table .item-image img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.topics .image .item .item-table .item-text {
		display: table-cell;
		width: 145px;
		height: 110px;
		padding: 0 0 0 15px;
		text-align: center;
		vertical-align: middle;
	}
	.topics .image .item .item-table .item-text p {
		height: 4.5em;
		overflow: hidden;
	}
	/* 2016.7.19追加 */
	.topics ul li a div {
		display: inline;
	}
	.topics ul li a div:nth-of-type(1) {
		display: none;
	}
	.topics ul li a div:nth-of-type(2) {
		
	}
	.topics ul li a div:nth-of-type(2) p {
		display: none;
	}
	.topics ul li a div:nth-of-type(2) h3:before {
		content: "■ ";
	}
}
@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 10px;
	}
	.topics .image {
		display: none;
		padding: 15px 25px;
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	.topics .image .item .item-table {
		display: table;
		width: 100%;
		height: 110px;
		margin: 0 7px 0 0;
	}
	.topics .image .item .item-table .item-cell {
		display: table-cell;
		width: 110px;
		height: 110px;
		text-align: center;
		vertical-align: middle;
	}
	.topics .image .item .item-table .item-text {
		display: table-cell;
		height: 110px;
		padding: 0 0 0 15px;
		text-align: center;
		vertical-align: middle;
	}
	.topics .image .item .item-table .item-text p {
		height: 4.5em;
		overflow: hidden;
	}
	/* 2016.7.19追加 */
	.topics ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.topics ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	.topics ul li a div:nth-of-type(1) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	.topics ul li a div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.topics ul li a div:nth-of-type(2) {
		padding: 0 0 0 10px;
	}
	.topics ul li a div:nth-of-type(2) p {
		width: 100px;
		margin: 0 0 4px 0;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	.topics ul li a div:nth-of-type(2) h3 {
		font-size: 15px;
		line-height: 1.2;
		color: #e50000;
	}
	.topics ul li a:visited div:nth-of-type(2) h3 {
		color: #f08d8d;
	}
}



/* 注目のビジュアル */
@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;
	}
	.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;
	}
	.ranking ul.small li a {
		color: #e50000;
	}
	.ranking ul.small li a:visited {
		color: #f08d8d;
	}
	.ranking img.image {
		float: right;
		margin: 35px 0 0 0;
	}
	/* 2016.7.19追加 */
	.ranking ul li a {
		display: table;
	}
	.ranking ul li a:hover {
		text-decoration: none;
	}
	.ranking ul li a div {
		display: table-cell;
	}
	.ranking ul li a div:nth-of-type(1) {
		width: 25px;
		padding: 2px 10px 2px 0;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		line-height: 1;
		text-align: center;
		vertical-align: middle;
		color: #e73a17;
	}
	.ranking ul li a div:nth-of-type(2) {
		display: none;
	}
	.ranking ul.large li a div:nth-of-type(3) h3 {
		width: 585px;
	}
	.ranking ul.small li a div:nth-of-type(3) h3 {
		width: 445px;
	}
	.ranking ul li a div:nth-of-type(3) h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@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 10px;
	}
	.ranking ul.small li {
		vertical-align: middle;
		border-bottom: 2px solid #CCC;
		font-size: 14px;
	}
	.ranking ul.small li a {
		display: block;
		padding: 6px 10px;
	}
	.ranking img.image {
		display: none;
	}
	/* 2016.7.19追加 */
	.ranking ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.ranking ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	.ranking ul li a div:nth-of-type(1) {
		width: 40px;
		padding: 0 10px 0 0;
		font-size: 30px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		line-height: 1;
		text-align: center;
		vertical-align: middle;
		color: #e73a17;
	}
	.ranking ul li a div:nth-of-type(2) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	.ranking ul li a div:nth-of-type(2) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.ranking ul li a div:nth-of-type(3) {
		padding: 0 0 0 10px;
	}
	.ranking ul li a div:nth-of-type(3) h3 {
		font-size: 15px;
		line-height: 1.2;
	}
	.ranking ul li a:visited div:nth-of-type(3) h3 {

	}
}


/* トレンドクリップ */
@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 > h2 + a img {
		float: right;
		margin: 0 0 0 20px;
	}
	/* 2016.7.19追加 */
	.trend-crip ul li a div {
		display: inline;
	}
	.trend-crip ul li a div:nth-of-type(1) {
		display: none;
	}
	.trend-crip ul li a div:nth-of-type(2) p {
		display: none;
	}
	.trend-crip ul li a div:nth-of-type(2) h3:before {
		content: "◆ ";
	}
}
@media screen and (max-width: 480px) {
	.trend-crip {
		margin: 0 6px 15px 6px;
		background-color: #edf0ff;
	}
	.trend-crip h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		text-align: center;
		color: #FFF;
		background-color: #9999FF;
		border-bottom: 2px solid #7a7acc;
	}
	.trend-crip > h2 + a img {
		display: none;
	}
	.trend-crip ul li {
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	.trend-crip ul li a {
		display: block;
		padding: 6px 10px;
	}
	.trend-crip ul li a:visited {
		color: #8d8d8d;
	}
	/* 2016.7.19追加 */
	.trend-crip ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.trend-crip ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	.trend-crip ul li a div:nth-of-type(1) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	.trend-crip ul li a div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.trend-crip ul li a div:nth-of-type(2) {
		padding: 0 0 0 10px;
	}
	.trend-crip ul li a div:nth-of-type(2) p {
		width: 100px;
		margin: 0 0 4px 0;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	.trend-crip ul li a div:nth-of-type(2) h3 {
		font-size: 15px;
		line-height: 1.2;
	}
}


/* 注目のキーワード */
@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 {
		clear: both;
		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;
	}
        
        	/* 2016.10.04追加 */
	#contents .YDN .yads_ad_item {
		display: block;
		padding: 4px 50px;
	}
	#contents .YDN .yads_ad_item:hover {
		background-color: #ddd;
	}
	#contents .YDN .yads_ad_title {
		display: inline;
		color:#ff0000;
		font-size: 1em;
	}
	#contents .YDN .yads_ad_title:before {
		content: "■ ";
	}
	#contents .YDN .yads_ad_adv {
		display: inline;
	}
	#contents .YDN .yads_ad_desc {
		display: block;
		margin: 0 0 10px 0;
		font-size: 0.85em;	
	}
	#contents .YDN .yads_ad_info {
		margin: 0 50px 0 0;
		text-decoration:underline;
		text-align: right;
		font-size: 0.85em;
		vertical-align: middle;
	}
	#contents .YDN .yads_ad_info img {
		vertical-align: middle;
	}
}
@media screen and (max-width: 480px) {
	#contents .YDN {
		margin: 10px 0;
	}
	#contents .YDN .yads_ad {
		position:relative;
	}
	#contents .YDN .yads_ad > a {
		display: flex;
		flex-direction: column;
		text-decoration:none;
		margin: 0px !important;
		padding: 0px !important;
		background:white;
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKBJREFUeNpi/P//P0NjYyMDEEgB8QogLgTiswxooL6+noEYwASlYYbZAvFMIDZmIBPADJQEYgkoG2TYcnINhRkI8mIkEN+G8lXJNZQJiU0VQ5nQ+BQbyoRFDGRoDxIfZijZBoJcU4LEB7m2nVgDWbAYthzqKphhbUC8gBwXUmwYsguxGRaJLccQ68LnQPyCUsOQDXwGxBFAfJgSw0AAIMAA/PooSeyEWHEAAAAASUVORK5CYII=);
		background-repeat:no-repeat;
		background-position: right 40%;
		border-top: 1px solid #999999;
	}
	#contents .YDN .yads_ad > a .yads_ad_title {
		margin:0 20px 0 0;
		padding: 5px 0px 5px 10px;
		font-size:18px;
		color: black;
		line-height:1.05em;
		font-weight:bold;
		order: 1;
	}
	#contents .YDN .yads_ad > a .yads_ad_desc {
		margin:0 0px 0 0;
		padding: 0px 15px 5px 10px;
		font-size:11px;
		line-height:1.05em;
		color: black;
		order: 2;
	}
	#contents .YDN .yads_ad > a .yads_ad_adv {
		margin: 0 0px 0 0;
		padding: 0px 15px 5px 10px;
		font-size: 11px;
		line-height: 1.05em;
		background-color: #eaeaea;
		color : #7fc265;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
		order: 3;
	}
	#contents .YDN .yads_ad .yads_ad_info {
		color: black;
		display:block;
		font-size: 10px;
		text-align: right;
		z-index: 100;
	}
	#contents .YDN .yads_ad .yads_ad_info a {
		margin: 0px;
		padding: 0px;
		text-decoration: underline;
		color: black;
		background-color: transparent;
	}
        /* o */
        	#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;
	}
	/* 2016.7.19追加 */
	.arrival-news ul li a div {
		display: inline;
	}
	.arrival-news ul li a div:nth-of-type(1) {
		display: none;
	}
	.arrival-news ul li a div:nth-of-type(2) {
		
	}
	.arrival-news ul li a div:nth-of-type(2) p {
		display: none;
	}
        .arrival-news ul li a div:nth-of-type(2) h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.arrival-news ul li a div:nth-of-type(2) h3:before {
		content: "■ ";
	}
}
@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 10px;
	}
	.arrival-news ul li a:visited {
		color: #8d8d8d;
	}
	/* 2016.7.19追加 */
	.arrival-news ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.arrival-news ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	.arrival-news ul li a div:nth-of-type(1) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	.arrival-news ul li a div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.arrival-news ul li a div:nth-of-type(2) {
		padding: 0 0 0 10px;
	}
	.arrival-news ul li a div:nth-of-type(2) p {
		width: 100px;
		margin: 0 0 4px 0;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	.arrival-news ul li a div:nth-of-type(2) h3 {
		font-size: 15px;
		line-height: 1.2;
	}
	.arrival-news ul li a:visited div:nth-of-type(2) h3 {

	}
}



/* 新着コラム */
@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;
	}
	.arrival-column ul li a:visited {
		color: #8d8d8d;
	}
	/* 2016.7.19追加 */
	.arrival-column ul li a div {
		display: inline;
	}
	.arrival-column ul li a div:nth-of-type(1) {
		display: none;
	}
	.arrival-column ul li a div:nth-of-type(2) {
		
	}
	.arrival-column ul li a div:nth-of-type(2) p {
		display: none;
	}
	.arrival-column ul li a div:nth-of-type(2) h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.arrival-column ul li a div:nth-of-type(2) h3:before {
		content: "■ ";
	}
}
@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 10px;
	}
	.arrival-column ul li a:visited {
		color: #8d8d8d;
	}
	/* 2016.7.19追加 */
	.arrival-column ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.arrival-column ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	.arrival-column ul li a div:nth-of-type(1) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	.arrival-column ul li a div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.arrival-column ul li a div:nth-of-type(2) {
		padding: 0 0 0 10px;
	}
	.arrival-column ul li a div:nth-of-type(2) p {
		width: 100px;
		margin: 0 0 4px 0;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	.arrival-column ul li a div:nth-of-type(2) h3 {
		font-size: 15px;
		line-height: 1.2;
	}
	.arrival-column ul li a:visited div:nth-of-type(2) h3 {

	}
}



/* 過去のニュース */
@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(/img3_renew/common/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;
	}
}


/* ページリンク */
@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;
	}
	/* 2016.7.19追加 */
	.editors-choice ul li a div {
		display: inline;
	}
	.editors-choice ul li a div:nth-of-type(1) {
		display: none;
	}
	.editors-choice ul li a div:nth-of-type(2) {
		
	}
	.editors-choice ul li a div:nth-of-type(2) p {
		display: none;
	}
	.editors-choice ul li a div:nth-of-type(2) h3:before {
		content: "■ ";
	}
}
@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 10px;
	}
	.editors-choice ul li a:visited {
		color: #8d8d8d;
	}
	/* 2016.7.19追加 */
	.editors-choice ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.editors-choice ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	.editors-choice ul li a div:nth-of-type(1) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	.editors-choice ul li a div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.editors-choice ul li a div:nth-of-type(2) {
		padding: 0 0 0 10px;
	}
	.editors-choice ul li a div:nth-of-type(2) p {
		width: 100px;
		margin: 0 0 4px 0;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	.editors-choice ul li a div:nth-of-type(2) h3 {
		font-size: 15px;
		line-height: 1.2;
	}
}


/* 連載・シリーズ */
@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;
	}
	/* 2016.7.19追加 */
	#side-menu .recommend ul li a div {
		display: inline;
	}
	#side-menu .recommend ul li a div:nth-of-type(1) {
		display: none;
	}
	#side-menu .recommend ul li a div:nth-of-type(2) {
		
	}
	#side-menu .recommend ul li a div:nth-of-type(2) p {
		display: none;
	}
	#side-menu .recommend ul li a div:nth-of-type(2) h3:before {
		content: "■ ";
	}
}
@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 10px;
	}
	#side-menu .recommend ul li a:visited {
		color: #8d8d8d;
	}
	/* 2016.7.19追加 */
	#side-menu .recommend ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	#side-menu .recommend ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	#side-menu .recommend ul li a div:nth-of-type(1) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	#side-menu .recommend ul li a div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	#side-menu .recommend ul li a div:nth-of-type(2) {
		padding: 0 0 0 10px;
	}
	#side-menu .recommend ul li a div:nth-of-type(2) p {
		width: 100px;
		margin: 0 0 4px 0;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	#side-menu .recommend ul li a div:nth-of-type(2) h3 {
		font-size: 15px;
		line-height: 1.2;
	}
	#side-menu .recommend ul li a:visited div:nth-of-type(2) h3 {

	}
}


/* クローズアップ */
@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;
	}
	/* 2016.7.19追加 */
	#side-menu .close-up ul li a div {
		display: inline;
	}
	#side-menu .close-up ul li a div:nth-of-type(1) {
		display: none;
	}
	#side-menu .close-up ul li a div:nth-of-type(2) p {
		display: none;
	}
	#side-menu .close-up ul li a div:nth-of-type(2) h3:before {
		content: "◆ ";
	}
}
@media screen and (max-width: 480px) {
	#side-menu .close-up {
		margin: 0 6px 15px 6px;
		background-color: #edf0ff;
	}
	#side-menu .close-up h2 {
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		text-align: center;
		color: #FFF;
		background-color: #9999FF;
		border-bottom: 2px solid #7a7acc;
	}
	#side-menu .close-up > h2 + a img {
		display: none;
	}
	#side-menu .close-up ul li {
		font-size: 14px;
		border-bottom: 2px solid #CCC;
	}
	#side-menu .close-up ul li a {
		display: block;
		padding: 6px 10px;
	}
	#side-menu .close-up ul li a:visited {
		color: #8d8d8d;
	}
	/* 2016.7.19追加 */
	#side-menu .close-up ul li a {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	#side-menu .close-up ul li a div {
		display: table-cell;
		vertical-align: middle;
	}
	#side-menu .close-up ul li a div:nth-of-type(1) {
		width: 60px;
		height: 60px;
		text-align: center;
	}
	#side-menu .close-up ul li a div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	#side-menu .close-up ul li a div:nth-of-type(2) {
		padding: 0 0 0 10px;
	}
	#side-menu .close-up ul li a div:nth-of-type(2) p {
		width: 100px;
		margin: 0 0 4px 0;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	#side-menu .close-up ul li a div:nth-of-type(2) h3 {
		font-size: 15px;
		line-height: 1.2;
	}
}


/* サイト内バナー */
@media screen and (min-width: 481px) ,print {
	.inner-banner {
		margin: 0 0 20px 0;
	}
	.inner-banner a {
		display: block;
		margin: 8px 0 0 0;
	}
	.inner-banner a:first-child {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	.inner-banner {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.inner-banner a {
		display: block;
		margin: 8px 0 0 0;
	}
	.inner-banner a:first-child {
		margin: 0;
	}
}


/* コラム記事提供元 */
@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 {
		margin: 20px 0;
		clear: both;
	}
	.social li {
		float: left;
		margin: 0 0 0 14px;
	}
	.social li:first-child {
		margin: 0;
	}
	.social li a img {
		width: 102px;
	}
	.social:after {
		content: "";
		display: block;
		clear: both;
	}
}
@media screen and (max-width: 480px) {
	.social {
		margin: 10px;
		clear: both;
	}
	.social li {
		float: left;
		margin: 0 0 0 10px;
	}
	.social li:first-child {
		margin: 0;
	}
	.social li a img {
		width: 93px;
		vertical-align: top;
	}
	.social:after {
		content: "";
		display: block;
		clear: both;
	}
}


/***** コメントリンク設定 *****/
@media screen and (min-width: 481px) ,print {
	.comment-number {
		width: 100px;
		height: 29px;
		float: right;
		margin: 20px 0;
		overflow: hidden;
	}
	.comment-number a {
		display: block;
		padding: 6px 8px 6px 30px;
		background: #e40000 url(/img3_renew/common/comment-number-bg.gif) no-repeat 4px 6px;
		line-height: 1;
		text-align: right;
		color: #FFF;
		white-space: nowrap;
	}
	.comment-number a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 480px) {
	.comment-number {
		width: 70px;
		height: 17px;
		float: right;
		margin: 10px 10px 10px 10px;
		overflow: hidden;
	}
	.comment-number a {
		display: block;
		padding: 4px 4px 4px 15px;
		background: #e40000 url(/img3_renew/common/comment-number-bg.gif) no-repeat 3px 3px;
		background-size: 16px 12px;
		font-size: 0.6em;
		line-height: 1;
		text-align: right;
		color: #FFF;
		white-space: nowrap;
	}
	.comment-number a:hover {
		text-decoration: none;
	}
}



/***** みんなとシェアする *****/
@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.business {
		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;
	}
	h2.matome {
		background-color: #00cc33;
		color: #333;
	}
	h2.compare {
		background-color: #cccccc;
		color: #333;
	}
	h2.money {
		background-color: #99e5ff;
		color: #333;
	}
	h2.diet {
		background-color: #ffff61;
		color: #333;
	}
	h2.care {
		background-color: #e5b2b2;
		color: #333;
	}
}
@media screen and (max-width: 480px) {
	h2.business {
		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;
	}
	h2.matome {
		background-color: #00cc33;
		border-bottom: 2px solid #00a329;
	}
	h2.compare {
		background-color: #cccccc;
		border-bottom: 2px solid #a3a3a3;
		color: #333;
	}
	h2.money {
		background-color: #99e5ff;
		border-bottom: 2px solid #7ab7cc;
		color: #333;
	}
	h2.diet {
		background-color: #ffff61;
		border-bottom: 2px solid #cccc4e;
		color: #333;
	}
	h2.care {
		background-color: #e5b2b2;
		border-bottom: 2px solid #b78f8f;
		color: #333;
	}
	
	p.business {
		background-color: #99CEFF;
		color: #000;
	}
	p.entertainment {
		background-color: #E5CCFF;
		color: #000;
	}
	p.sports {
		background-color: #99E87F;
		color: #000;
	}
	p.life {
		background-color: #FC9;
		color: #000;
	}
	p.domestic {
		background-color: #CCB8CC;
		color: #000;
	}
	p.world {
		background-color: #B7CCE7;
		color: #000;
	}
	p.columns {
		background-color: #FFB3CC;
		color: #000;
	}
	p.special {
		background-color: #FFCCFD;
		color: #000;
	}
	p.gravure {
		background-color: #FF7E61;
		color: #000;
	}
	p.rensai {
		background-color: #EBEEF6;
		color: #000;
	}
	p.ranking30 {
		background-color: #FF4C23;
		color: #FFF;
	}
	p.matome {
		background-color: #00cc33;
		color: #FFF;
	}
	p.compare {
		background-color: #cccccc;
		color: #000;
	}
	p.money {
		background-color: #99e5ff;
		color: #000;
	}
	p.diet {
		background-color: #ffff61;
		color: #000;
	}
	p.care {
		background-color: #e5b2b2;
		color: #000;
	}
}

/* 本文動画用共通 */
@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: #FF69B4;
        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;
         
         
    }
}

.ad_sphead{
    /* min-height: 50px;*/
    height: 0;
}

.YDN.clearfix.pc{
    min-height: 70px;
}

/***** ページャー *****/
@media screen and (min-width: 481px) ,print {
	.pager {
		margin: 20px 0;
		text-align: center;
	}
	.pager ul li {
		display: inline-block;
		margin: 0 5px;
		font-size: 0.85em;
		line-height: 1;
	}
	.pager ul li a {
		display: block;
		padding: 8px;
		text-align: center;
		background-color: #CCC;
		color: #FFF;
	}
	.pager ul li a:hover {
		text-decoration: none;
		background-color: #666666;
	}
	.pager ul li span {
		display: block;
		padding: 8px;
		background-color: #666666;
		color: #FFF;
	}
}
@media screen and (max-width: 480px) {
	.pager {
		margin: 15px 0;
		text-align: center;
	}
	.pager ul li {
		display: inline-block;
		margin: 0 5px;
		font-size: 12px;
		line-height: 1;
	}
	.pager ul li a {
		display: block;
		padding: 8px;
		text-align: center;
		background-color: #CCC;
		color: #FFF;
	}
	.pager ul li a:hover {
		text-decoration: none;
		background-color: #666666;
	}
	.pager ul li span {
		display: block;
		padding: 8px;
		background-color: #666666;
		color: #FFF;
	}
}

