@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
ドガッチ (min-width:768px)
/////////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
* { margin:0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
html, body { height:100%;}
body { text-align:center; font:13px/1.231 sans-serif; font-family:'Lato', Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; *font-size:small; *font:x-small;}
h1, h2, h3, h4, h5, h6, table, caption, thead, tr, th, td, form { font-size:100%;}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}
/*article, aside, footer, header, nav, section { display:block;}*/
a,embed,object { outline:none;}
img { border:none; box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box;}
hr { display:none;}
li { list-style:none;}
.alt { position:absolute; top:-5000px; left:-9999px; text-align:left;}
.clearfix:after { content:""; clear:both; display:block;}
a { color:#0085c7; text-decoration:none; -webkit-transition:all 0.18s; -moz-transition:all 0.18s; transition:all 0.18s;}

/*@common
//////////////////////////////////////////////////////*/
body { background:#f5f5f5; color:#262626; line-height:1; min-width:1040px; -webkit-text-size-adjust:100%;}
#container { position:relative; z-index:1; background:#f5f5f5; padding:80px 0 50px;}
#header {
	width:100%; height:80px; min-width:920px;
	background: rgba(245, 245, 245, 0.95);
	padding:20px 16px 0; margin:0 auto;
	position:fixed; top:0; left:0; z-index:10;
	}
	#header h1 {
		width:220px; height:40px; text-indent:-9999px;
		background:url(../img/logo.png) no-repeat 0 2px;
		background-size:contain;
		position:absolute; top:20px; left:16px; z-index:20;
		-webkit-transition:all 0.2s; -moz-transition:all 0.2s; transition:all 0.2s;
	}
	#header h1 a { display:block; width:220px; height:80px; text-indent:-9999px;}
#menu {
	width:100%; height:40px; text-align:left; vertical-align:middle;
	padding:3px 10px 0 250px; position:absolute; top:24px; left:0; z-index:10;
	-webkit-transition:all 0.2s; -moz-transition:all 0.2s; transition:all 0.2s;
	}
	#menu .mOpen { display:none;}
	#menu ul { font-size:0;}
	#menu li { display:inline-block;}
	#menu li a {
		display:inline-block; font-size:17px; color:#262626;
		line-height:30px; padding:1px 12px 0; margin:0 1px;
		border-radius:8px ;
	}
	#menu li a:hover { background:#282426;color:#fff; }
	body.ranking #menu li.m5 a,
	body.feature #menu li.m6 a,
	#menu li a.is-checked { background:#282426; color:#fff;}
	#menu li.tw a, #menu li.fb a {
		width:32px; height:32px; border-radius:50%; text-indent:-9999px;
		background:#282426; position:absolute; top:3px;
	}
	#menu li.tw a { right:46px;background:#55acee;}
	#menu li.fb a { right:10px;background:#3b5998;}
	#menu li.tw a:hover { background:#282426;}
	#menu li.fb a:hover { background:#282426;}
	#menu li.tw a:before {
		content:""; display:block; width:50px; height:15px;
		background:url(../img/icon.png) no-repeat -70px 0;
		background-size:200px auto;
		position:absolute; top:50%; left:-52px; margin-top:-7.5px;
	}
	#menu li.tw a:after, #menu li.fb a:after {
		content:""; display:block; width:20px; height:20px;
		background:url(../img/icon.png) no-repeat;
		background-size:200px auto;
		position:absolute; top:50%; left:50%; margin:-10px 0 0 -10px;
	}
	#menu li.tw a:after { background-position:-180px 0;}
	#menu li.fb a:after { background-position:-180px -25px;}
	#menu li.m5 { position:relative; padding-left:20px;}
	#menu li.m5:before {
		content:""; display:block; width:1px; height:24px;
		background:#c1bcbc;
		position:absolute; top:4px; left:10px;
	}
	/*list*/
	#menu li.select { position:relative;}
	#menu li.select > a { padding-right:26px; position:relative;}
	#menu li.select > a:after {
		content:""; display:block; width:10px; height:10px;
		background:url(../img/icon.png) no-repeat -110px 0;
		position:absolute; top:50%; right:12px; margin-top:-5px;
	}
	#menu li.select > a:hover:after,
	#menu li.select > a.is-checked:after { background-position:-124px 0;}
	#menu li .mlist {
		background:#fff; border:1px solid #e5e5e5;
		box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
		position:absolute; top:31px; left:5px; z-index:100; display:none;
		}
		#menu li .mlist:after, #menu li .mlist:before {
			content:" "; position:absolute; bottom:100%; left:18%;
			border:solid transparent; width:0; height:0; pointer-events:none;
		}
		#menu li .mlist:after {
			border-color:rgba(255, 255, 255, 0);
			border-bottom-color:#fff;
			border-width:6px; margin-left:-6px;
		}
		#menu li .mlist:before {
			border-color:rgba(229, 229, 229, 0);
			border-bottom-color:#e5e5e5;
			border-width:8px; margin-left:-8px;
		}
	#menu li .mlist li { display:block;}
	#menu li .mlist a {
		display:block; font-size:16px; white-space:nowrap;
		line-height:40px; border-bottom:1px solid #e5e5e5;
		border-radius:0; background:#fff;
		padding:0 16px 0 32px; margin:0; position:relative;
	}
		#menu li .mlist a.is-checked{background:#282426;}
	#menu li .mlist li:last-child a { border-bottom:none;}
	#menu li .mlist a:hover { background:#282426; color:#fff;}
	#menu li .mlist a:after {
		content:""; display:block;
		width:6px; height:6px;
		border-top:2px solid #282426;
		border-right:2px solid #282426;
		position:absolute; top:50%; left:12px; margin-top:-3px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#menu li .mlist a:hover:after,
	#menu li .mlist a.is-checked:after { border-color:#fff;}
	#menu li.select .mlist.disp { display:block; }
	#menu li.select:hover > a:after { opacity:0.3;}
#menuSP { display:none; }
#close-trigger{display:none; }

/*header-fixed*/
#header.fixed {
	position:fixed; top:0; z-index:20;
	background:rgba(245, 245, 245, 0.95); border-bottom:1px solid #ddd;
	-webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
	height:60px; padding:6px 16px 0;
	}
	#header.fixed h1 { width:170px; height:31px; top:13px;}
	#header.fixed h1 a { width:170px; height:31px;}
	#header.fixed #menu { top:12px; padding-left:200px;}

/*SNS*/
#snsBtn {
	width:80px; position:fixed; bottom:160px; right:50px; z-index:10; display:none;
	}
	#snsBtn:before {
		content:""; display:block; width:80px; height:24px;
		background:url(../img/icon.png) no-repeat 0 0;
		background-size:320px auto;
	}
	#snsBtn a {
		display:block; width:80px; height:80px; text-indent:-9999px;
		background:rgba(255, 255, 255, 0.8);
		border-radius:50%; border:5px solid #282426;
		position:relative; margin-top:7px;
	}
	#snsBtn a:hover { background:rgba(255, 255, 255, 1);}
	#snsBtn a:before {
		content:""; display:block; width:48px; height:48px;
		background:url(../img/icon.png) no-repeat;
		background-size:320px auto;
		position:absolute; top:50%; left:50%; margin:-24px 0 0 -24px;
	}
	#snsBtn .tw:before { background-position:0 -32px;}
	#snsBtn .fb:before { background-position:-56px -32px;}
.snsMain { position:relative;}
.snsMain.top { margin-bottom:12px;}
.snsMain.btm { margin-bottom:30px;}
.snsMain h2 { font-size:16px; border-left:4px solid #ccc; padding:2px 0 2px 6px; margin-bottom:10px;}
.snsMain ul { display:table; width:100%; table-layout:fixed;}
	.snsMain li { display:table-cell; vertical-align:top; padding:0 1px; overflow:hidden;}
	.snsMain li a {
		display:block; width:100%; height:36px; line-height:37px;
		font-size:13px; font-weight:bold; text-align:center; color:#fff;
		white-space:nowrap; overflow:hidden; border-radius:1px;
		padding-left:6px; position:relative;
	}
	.snsMain li a:hover { filter:alpha(opacity=80); opacity:0.8;}
	.snsMain .tw a { background:#55acee;}
	.snsMain .fb a { background:#3b5998;}
	.snsMain .hatena a { background:#008fde;}
	.snsMain .pocket a { background:#e8334a; font-size:14px;}
	.snsMain .line a { background:#00c300;}
	.snsMain .fbLike a { background:#3b5998;}
	.snsMain .line { display:none;}
	.snsMain li a:before {
		content:""; display:block; width:30px; height:30px;
		background:url(../img/icon.png) no-repeat;
		background-size:200px auto;
		position:absolute; top:50%; left:6px; margin-top:-15px;
	}
	.snsMain .tw a:before { background-position:0 -55px;}
	.snsMain .fb a:before { background-position:-35px -55px;}
	.snsMain .hatena a:before { background-position:-70px -55px;}
	.snsMain .pocket a:before { background-position:-105px -55px;}
	.snsMain .fbLike a:before { background-position:-35px -90px;}
.snsMain .fbBtn { position:absolute; right:0;}
.snsMain.top .fbBtn { top:-30px;}
.snsMain.btm .fbBtn { top:0;}

/*tag*/
.tag { margin-bottom:30px;}
.tag h2 { font-size:16px; padding-bottom:10px; margin-bottom:8px;}
.tag ul { font-size:0;}
	.tag li { display:inline-block; vertical-align:top; margin:0 5px 8px 0;}
	.tag a {
		display:inline-block; height:22px; font-size:14px;
		line-height:22px; text-align:center; color:#262626;
		background:#eee; border-radius:10px; padding:0 10px;
	}
	.tag a:hover { background:#0085c7; color:#fff;}

/*footer*/
#footer { text-align:center; background:#e0e0e0; padding:20px; position:relative;}
#footer p { font-size:10px; color:#777; letter-spacing:0.05em;}
#footer .footerLink { font-size:0; padding:10px 0 26px;}
	#footer .footerLink li { display:inline-block; margin:0 12px;}
	#footer .footerLink li a { display:inline-block; font-size:12px; color:#444; position:relative;}
	#footer .footerLink li a:after {
		content:""; display:block; width:100%; height:1px;
		background:#444; position:absolute; bottom:-3px; left:0;
		-webkit-transition:all 0.18s; -moz-transition:all 0.18s; transition:all 0.18s;
	}
	#footer .footerLink li a:hover { color:#262626;}
	#footer .footerLink li a:hover:after { opacity:0;}
#footer .jasrac { font-size:10px; color:#777; position:absolute; top:20px; left:20px;}
	#footer .jasrac:after { content:""; clear:both; display:block;}
	#footer .jasrac img { width:55px; margin-right:8px; float:left;}
	#footer .jasrac p { display:block; text-align:left; line-height:1.3; float:left; padding-top:15px;}
	#footer .jasrac p span { display:block;}
#ptop {
	position:fixed; bottom:10px; right:50px; z-index:10; display:none;
	
	}
	#ptop a {
		display:block; width:80px; height:80px; text-indent:-9999px;
		background:rgba(65, 57, 57, 0.8); border-radius:50%;
		position:relative;
	}
	#ptop a:hover { background:rgba(65, 57, 57, 1);}
	#ptop a:before {
		content:""; display:block; width:40px; height:40px;
		background:url(../img/icon.png) no-repeat -280px -88px;
		background-size:320px auto;
		position:absolute; top:50%; left:50%; margin:-22px 0 0 -20px;
	}
.adBtm { background:#eee; text-align:center; padding:26px 0;}
.adBtm .bn { display:inline-block; margin:0 5px;}

/*@list
//////////////////////////////////////////////////////*/
#grid { width:auto; text-align:center; margin:0 auto;overflow:hidden; }
#grid:after { content:""; clear:both; display:block;}
#grid .grid-sizer { display:none;}
#grid .item {
	width:300px; min-height:50px; text-align:left;
	background:#000; float:left;
	overflow:hidden; margin:6px; opacity:0;
	}
	#grid .item img { display:block; width:100%; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; transition:all 0.2s;}
	#grid .item p {
		width:100%; min-height:40px;
		font-size:16px; line-height:1.35; color:#fff;
		background:rgba(40, 36, 38, 0.5);
		position:absolute; bottom:0; left:0; padding:10px 14px 8px;
	}
	#grid .item.prarea p { padding-right:40px;}
	#grid .item.prarea p .pr {
		display:inline-block; font-size:12px; text-align:center;
		border:1px solid rgba(255, 255, 255, 0.7); border-radius:2px;
		padding:0 6px 0 8px;
		position:absolute; bottom:6px; right:6px;
	}
	#grid .item.video p { padding-right:40px;}
	#grid .item.video p:after {
		content:""; display:block; width:34px; height:34px;
		background:url(../img/icon.png) no-repeat 0 -103px;
		background-size:230px auto;
		position:absolute; bottom:5px; right:5px;
	}
	#grid .item.interview:after,
	#grid .item.feature:after {
		content:""; display:inline-block; height:24px; line-height:24px;
		font-size:12px; font-weight:bold; text-align:center; color:#fff;
		padding:1px 10px 0; position:absolute; top:0; left:0;
	}
	#grid .item.interview:after { content:"インタビュー"; background:#f2ae0c;}
	#grid .item.feature:after { content:"特集"; background:#d90b6d;}
	
	#grid .item a:hover img { opacity:0.5;}
	#grid .item a:hover p { background:rgba(40, 36, 38, 0); -webkit-transition:all 0.2s; -moz-transition:all 0.2s; transition:all 0.2s;}

#readmore{padding-top:30px;}
#readmore a{
	font-size:20px;
	border:solid 1px #eee;
	padding:14px 20px;
	border-radius:12px;
	width:700px;
	display:inline-block;
	background:#fff;
}
	#readmore a:hover{ background-color:#fafafa;}

/*@detail
//////////////////////////////////////////////////////*/
.detail #header { border-bottom:1px solid #ddd;}
.detail #header h1 { text-indent:0;}
.detail #container { width:1000px; text-align:left; padding-top:120px; margin:0 auto;}

.detail #colM{margin:0 auto; width:750px;min-height:400px;}
.detail #colM > h2 { font-size:28px; border-bottom:3px solid #262626; padding-bottom:10px; margin-bottom:30px;}
.detail #colM > h2 .small { font-size:22px;}
.detail #colM p{font-size:140%;line-height:1.4;}

/*///////////Left///////////*/
.detail #colL { display:table-cell; width:680px; vertical-align:top;}
	.detail #colL > h1 { font-size:28px; line-height:1.35; margin-bottom:14px;}
	.detail #colL > .date .pr {
		display:inline-block; font-size:12px; color:#888; text-align:center;
		border:1px solid #888; border-radius:2px;
		padding:2px 6px 1px 5px; margin-right:8px; position:relative; top:-1px;
	}
	#newsList .date .pr {
		display:inline-block; font-size:12px; color:#888; text-align:center;
		border:1px solid #888; border-radius:2px;
		padding:2px 6px 1px 5px; margin-right:8px; position:relative; top:0;
	}
	.detail #colL > .date { font-size:16px; color:#969696; margin-bottom:12px;}
	.detail #colL > .pic { margin-bottom:20px; position:relative;text-align:center;}
	.detail #colL .pic img{max-width:680px;margin:0 auto;}
	/*video*/
	.detail #colL .video { width:680px; margin-bottom:20px; }
	.detail #colL .video.tver {
		border-top:15px solid #1eb8dc; border-radius:4px;
		position:relative;
		background:#1eb8dc;
		background:-moz-linear-gradient(left, #29dbf6 0%, #1db2d9 50%, #0f6bb8 100%);
		background:-webkit-linear-gradient(left, #29dbf6 0%,#1db2d9 50%,#0f6bb8 100%);
		background:linear-gradient(to right, #29dbf6 0%,#1db2d9 50%,#0f6bb8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29dbf6', endColorstr='#0f6bb8',GradientType=1 );
	}
	.detail #colL .video .player { width:680px; margin:0 auto; position:relative;}
	.detail #colL .video .player_ctv { width:640px; margin:0 auto; position:relative;}
	.detail #colL .video .player_ytv { width:680px; margin:0 auto; position:relative;}
	.detail #colL .video:not(.tver) .player { width:100%; height:0; padding-top:56.25%; position:relative;}
	.detail #colL .video:not(.tver) .player object,
	.detail #colL .video:not(.tver) .player iframe { width:100% !important; height:100% !important; position:absolute; top:0; left:0;}
	.detail #colL .video .program {
		min-height:94px; font-size:17px; font-weight:bold; line-height:1.3; color:#fff;
		padding:18px 120px 20px 20px; position:relative;
		text-shadow:-1px -1px 2px rgba(0, 0, 0, 0.13);
	}
	.detail #colL .video .program h2 { font-size:26px; font-weight:bold; margin-bottom:5px;}
	.detail #colL .video .program p span { margin-right:1em;}
	.detail #colL .video .program p .end { color:#262626; font-weight:normal; text-shadow:none;}
	.detail #colL .video .program .tver {
		display:block; width:90px; height:79px; text-indent:-9999px;
		background:url(../img/icon_tver.png) no-repeat;
		background-size:contain;
		position:absolute; top:50%; right:10px; margin-top:-42px;
	}
	/*
	.detail #colL .video .program:before,
	.detail #colL .video .program:after {
		content:""; display:block; width:5px; height:5px;
		background:url(../img/icon.png) no-repeat;
		position:absolute; top:-6px;
	}
	*/
	.detail #colL .video .program:before { background-position:-110px -20px; left:0;}
	.detail #colL .video .program:after { background-position:-120px -20px; right:0;}
	
	.detail #colL .otherlink { font-size:17px; text-align:center; padding-bottom:30px;}
	.detail #colL .otherlink a {
		display:inline-block; width:50%; height:42px; line-height:42px;
		border-radius:5px; border:1px solid #0085c7; position:relative;
	}
	.detail #colL .otherlink a:hover { background:#0085c7; color:#fff;}
	.detail #colL .rellink,
	.detail #colL .linkList { font-size:15px; line-height:1.5; color:#0085c7; padding:0 10px 30px;}
	.detail #colL .rellink li,
	.detail #colL .linkList li { padding:5px 0;}
	.detail #colL .rellink a,
	.detail #colL .linkList a { border-bottom:1px solid transparent;}
	.detail #colL .rellink a:hover,
	.detail #colL .linkList a:hover { border-color:#0085c7;}
	.detail #colL > .text { width:680px; background:#fff; border:1px solid #aaa; padding:40px 40px 10px; margin:0 auto 30px;}
	.detail #colL > .text p { font-size:16px; line-height:2; padding-bottom:36px;}
	.detail #colL > .text h2 { font-size:16px; padding-bottom:10px;}
	.detail #colL > .text .linkList { padding:0 0 36px;}
	.detail #colL > .text .tag { padding:0;}
	/*pagelink*/
	.detail #colL > .text .pagelink { padding-bottom:46px;}
	.detail #colL .pagelink .next { font-size:15px; line-height:1.5; padding:30px 0.5em 30px; position:relative;}
	.detail #colL .pagelink .next span {
		display:block; width:7em; height:22px; line-height:22px;
		font-size:12px; color:#fff; font-weight:bold; text-align:center;
		background:#0085c7; position:absolute; top:0; left:0;
	}
	.detail #colL .pagelink .next span:after {
		content:" "; position:absolute; top:100%; left:50%;
		width:0; height:0; border:solid transparent; pointer-events:none;
		border-color:rgba(0, 133, 199, 0);
		border-top-color:#0085c7;
		border-width:5px; margin-left:-5px;
	}
	.detail #colL .pagelink .next a { border-bottom:1px solid transparent;}
	.detail #colL .pagelink .next a:hover { border-color:#0085c7;}
	.detail #colL .pagelink ul { font-size:0; text-align:center;}
	.detail #colL .pagelink ul li { display:inline-block;}
	.detail #colL .pagelink ul li a,
	.detail #colL .pagelink ul li span {
		display:inline-block; min-width:1.8em; height:2.3em;
		font-size:15px; border:1px solid #282426;
		line-height:2.2em; vertical-align:middle; color:#262626;
	}
	.detail #colL .pagelink ul li.num { margin:0 3px;}
	.detail #colL .pagelink ul li.num span,
	.detail #colL .pagelink ul li.num a:hover { background:#282426; color:#fff;}
	.detail #colL .pagelink ul li.left,
	.detail #colL .pagelink ul li.right { margin:0 10px;}
	.detail #colL .pagelink ul li.left a,
	.detail #colL .pagelink ul li.right a { font-size:13px; border:none; padding-top:2px; position:relative;}
	.detail #colL .pagelink ul li.left a:hover:after,
	.detail #colL .pagelink ul li.right a:hover:after {
		content:" "; display:block; width:100%; height:1px;
		background:#282426; position:absolute; bottom:4px; left:0;
	}
	.detail #colL .pagelink ul li.dot span { font-size:13px; border:none; padding-top:4px;}
	
	/*recommend*/
	.detail #colL .recommend { width:680px; margin:0 auto;}
	
	/*photo*/
	.photo #colL .pic { overflow:hidden;}
	.photo #colL .pic a {
		display:block; width:50%; height:100%; text-indent:-9999px;
		position:absolute; top:0; border:none;
	}
	.photo #colL .pic .next { right:0;}
	.photo #colL .pic .prev { left:0;}
	.photo #colL .pic a:after {
		content:""; display:block;
		width:40px; height:40px;
		border-top:5px solid #fff;
		border-right:5px solid #fff;
		position:absolute; top:50%; margin-top:-20px;
		filter:alpha(opacity=30); opacity:0.3;
		-webkit-transition:all 0.18s; -moz-transition:all 0.18s; transition:all 0.18s;
	}
	.photo #colL .pic .next:after {
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		right:20px;
	}
	.photo #colL .pic .prev:after {
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		transform:rotate(-135deg);
		left:20px;
	}
	.photo #colL .pic a:hover:after { filter:alpha(opacity=1); opacity:1;}
	/*thumbnail*/
	.photo #colL .thumbnail { width:680px; margin:0 auto 30px;}
	.photo #colL .thumbnail ul:after { content:""; clear:both; display:block;}
	.photo #colL .thumbnail li { float:left; padding:5px;}
	.photo #colL .thumbnail li a{display:block;width:160px;height:160px;background:#f0f0f0 center center no-repeat;background-size:contain;text-indent:-5000px;text-align:left;}
	.photo #colL .thumbnail li a:hover { filter:alpha(opacity=80); opacity:0.8;}

/*///////////Right///////////*/
.detail #colR { display:table-cell; width:320px; padding-left:20px; vertical-align:top;}
	.detail #colR .ad { margin-bottom:30px;}
	.detail #colR .recommend { margin-bottom:30px;}
	.detail #colR h3 {
		font-size:22px; text-indent:0.3em;
		padding-top:20px; margin-bottom:10px; position:relative;
	}
	.detail #colR .more { text-align:right; padding:10px 5px 0 0;}
	.detail #colR .more a { display:inline-block; font-size:13px; font-weight:bold; padding:5px 15px 5px 5px; position:relative;}
	.detail #colR .more a:after {
		content:""; display:block; width:9px; height:9px;
		border-top:1px solid #0085c7; border-right:1px solid #0085c7;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		position:absolute; top:50%; right:0; margin-top:-5.4px;
	}
	.detail #colR .more a:hover { color:#262626;}
	.detail #colR .more a:hover:after { border-color:#262626;}
	
	/*ranking*/
	.detail #colR .ranking { margin-bottom:30px;}
	.detail #colR .ranking li { border-bottom:1px solid #ccc;}
	.detail #colR .ranking li:first-child { border-top:1px solid #ccc;}
	.detail #colR .ranking li a {
		display:block; font-size:14px; color:#262626; line-height:1.5;
		padding:15px 5px 15px 46px; position:relative;
	}
	.detail #colR .ranking li a:hover { background:rgba(255, 255, 255, 0.7);}
	.detail #colR .ranking li a:before {
		content:""; display:block; width:26px; height:26px; line-height:26px;
		border-radius:50%; background:#282426;
		font-size:15px; font-weight:bold; text-align:center; color:#fff;
		position:absolute; top:13px; left:7px; z-index:10;
	}
	.detail #colR .ranking li.rank1 a:before { content:"1"; background:#fd0;}
	.detail #colR .ranking li.rank2 a:before { content:"2"; background:#bababa;}
	.detail #colR .ranking li.rank3 a:before { content:"3"; background:#c88a4e;}
	.detail #colR .ranking li.rank4 a:before { content:"4";}
	.detail #colR .ranking li.rank5 a:before { content:"5";}

/*popIn*/
._popIn_recommend_header {
	font-size:22px !important;
	font-weight:normal !important;
	color:#262626 !important;
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	text-indent:0.3em;
}
._popIn_recommend_articles { border-top:none !important;}
._popIn_recommend_art_title a { font-size:13px !important; line-height:1.35 !important; color:#333 !important;}
._popIn_idx1 { margin-bottom:15px !important;}
/*OUTBRAIN*/
.SB_2.ob-widget .ob-widget-section .ob-dynamic-rec-container .ob-rec-image-container { margin:0 10px 0 0 !important;}
.AR_2.ob-strip-layout .ob-rec-text { font-size:13px !important;}
.AR_2.ob-widget .ob-widget-section .ob-dynamic-rec-container .ob-rec-text { margin:6px 0 0 !important;}
/*logly*/
.logly-lift-ad-title { line-height:1.5 !important;}
.logly-lift-ad-disclosure a { font-size:11px !important;}


/*@newsList
//////////////////////////////////////////////////////*/
.detail #colL > h2 {
	font-size:28px; border-bottom:3px solid #262626;
	padding-bottom:10px; margin-bottom:30px; position:relative;
	}
	.detail #colL > h2 .small { font-size:22px;}
	.detail #colL > h2 .date { font-size:14px; text-align:right; position:absolute; top:13px; right:0;}
#newsList { margin-bottom:40px;}
#newsList li {
	display:table; width:100%; table-layout:fixed; position:relative;
	border-bottom:1px solid #aaa; border-top:1px solid transparent; padding-top:20px;
	-webkit-transition:all 0.18s; -moz-transition:all 0.18s; transition:all 0.18s;
	}
	#newsList li:hover { background:rgba(255, 255, 255, 0.7);}
	#newsList .pic,
	#newsList .text { display:table-cell; vertical-align:top;}
	#newsList .pic { width:250px; border-right:1px solid #bbb; padding:0 20px 10px 0;}
	#newsList .pic a {
		display:block; width:230px; height:173px; overflow:hidden;
		background-color:transparent; background-repeat:no-repeat;
		background-position:center center;background-size:contain;
	}
	#newsList .pic a:hover { opacity:0.8;}
	#newsList .text { width:430px; height:180px; padding:6px 10px 10px 20px; overflow:hidden;}
	#newsList .text h3 { font-size:20px; line-height:1.3; margin-bottom:10px;}
	#newsList .text p {
		max-height:35px; font-size:13px; line-height:1.5; overflow:hidden;
		display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
	}
	#newsList .text .date { font-size:12px; color:#969696; margin-bottom:6px;}
	#newsList .text a { color:#262626; border-bottom:1px solid transparent;}
	#newsList .text a:hover { border-color:#262626;}
/*rank*/
.ranking #newsList li:before {
	content:""; display:block; width:30px; height:30px; line-height:30px;
	border-radius:50%; background:#282426;
	font-size:16px; font-weight:bold; text-align:center; color:#fff;
	position:absolute; top:12px; left:-10px; z-index:10;
	}
	.ranking #newsList li.rank1:before { content:"1"; background:#fd0;}
	.ranking #newsList li.rank2:before { content:"2"; background:#bababa;}
	.ranking #newsList li.rank3:before { content:"3"; background:#c88a4e;}
	.ranking #newsList li.rank4:before { content:"4";}
	.ranking #newsList li.rank5:before { content:"5";}
	.ranking #newsList li.rank6:before { content:"6";}
	.ranking #newsList li.rank7:before { content:"7";}
	.ranking #newsList li.rank8:before { content:"8";}
	.ranking #newsList li.rank9:before { content:"9";}
	.ranking #newsList li.rank10:before { content:"10";}
	.ranking #newsList li.rank11:before { content:"11";}
	.ranking #newsList li.rank12:before { content:"12";}
	.ranking #newsList li.rank13:before { content:"13";}
	.ranking #newsList li.rank14:before { content:"14";}
	.ranking #newsList li.rank15:before { content:"15";}
	.ranking #newsList li.rank16:before { content:"16";}
	.ranking #newsList li.rank17:before { content:"17";}
	.ranking #newsList li.rank18:before { content:"18";}
	.ranking #newsList li.rank19:before { content:"19";}
	.ranking #newsList li.rank20:before { content:"20";}
	/*11〜*/
	#newsList .thin .text { width:100%; height:auto; padding:0 10px 12px 50px;}
	.ranking #newsList li.thin:before { top:18px;}

/*@info
//////////////////////////////////////////////////////*/
.detail.info #container { width:100%; background:#fff;}
.info #contents { width:880px; padding:10px 0 30px; margin:0 auto;}
	.info #contents h1 {
		font-size:28px; border-bottom:3px solid #262626;
		padding:0 5px 10px; margin-bottom:30px;
	}
	.info #contents h3 { font-size:20px; margin-bottom:10px;}
	.info #contents h3 span { font-size:18px; font-family:sans-serif;}
	.info #contents h4 { font-size:16px; margin-bottom:16px;}
	.info #contents p { font-size:15px; line-height:1.8; padding:0 5px 30px;}
	.info #contents p.note { font-size:13px; text-indent:-1em; padding:0 0 0 1em;}
	.info #contents .inner { padding:0 10px 40px;}
	.info #contents a { color:#262626; border-bottom:1px solid #262626;}
	.info #contents a:hover { color:#666; border-color:transparent;}
/*about*/
.about #contents p { font-size:17px; text-align:center; padding:0 5px 40px;}
.about #contents p span { font-size:24px; color:#e4007f;}
.about #contents p.main { font-size:24px; line-height:2;}
/*requirement*/
.requirement #contents h2 {
	display:inline-block; font-size:18px; border:1px solid #262626;
	padding:7px 10px; margin-bottom:20px;
}
.requirement #contents dl { font-size:15px; line-height:1.5; border-top:1px solid #ddd; margin:0 0 20px 1.5em;}
.requirement #contents dl:after { content:""; clear:both; display:block;}
	.requirement #contents dt { width:7em; padding:3px 0; float:left;}
	.requirement #contents dd { border-bottom:1px solid #ddd; padding:3px 0 3px 7em; position:relative;}
	.requirement #contents dd:before { content:"："; display:block; position:absolute; top:3px; left:5.9em;}
/*contact*/
.contact #contents p { padding:0 5px 16px 1.5em;}
.contact #contents p.note { margin-left:1.5em;}
.contact #contents p.note span { background:#eee; padding:1px 2px;}
.contact #contents .attn { background:#f5f5f5; padding:30px;}
.contact #contents .attn p { font-size:13px; padding:0;}

/*@other
//////////////////////////////////////////////////////*/
.detail #colL .pic img,
.detail #colL .video img,
.detail #colL .thumbnail li img,
.detail #colR img { display:block;}

.tver-play-button, .tver-pause-button{cursor:pointer;}
.detail #colL .video #tbsPlayer .tver-pause-button{display:none;}

/*arr*/
.arr:after {
	content:""; display:block;
	width:10px; height:10px;
	border-top:2px solid #0085c7;
	border-right:2px solid #0085c7;
	position:absolute; top:50%; margin-top:-6px;
	}
	.arr.right:after {
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		right:20px;
	}
	.arr.left:after {
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		transform:rotate(-135deg);
		left:20px;
	}
	.arr:hover:after { border-color:#fff;}

/*banner*/
body.idx .ad .pc { width:300px; height:250px; position:absolute; top:0; left:625px; margin:6px 5px; opacity:0;}
	//
.detail .ad .pc { margin-bottom:20px;}
.ad img { display:block;}
.adSP { display:none;}

.bnBtm { background:#fff; padding:40px 0 30px;}
	.bnBtm ul { font-size:0;}
	.bnBtm ul li { display:inline-block; width:130px; vertical-align:top; margin:0 12px;}
	.bnBtm ul li a { font-size:12px; color:#333;}
	.bnBtm ul li img { display:block; margin-bottom:6px; border:1px solid #ddd;}
	.bnBtm ul li a:hover img { opacity:0.8;}

/*loader*/
.loader{
	position:absolute;
	width:100%;
	top:0;left:0;
	z-index:11;
	background:#f5f5f5;
	padding:100px 0;
	height:2000px;
	/*filter:alpha(opacity=80);opacity:0.8;*/
}
#grid .ad .pc, #grid .item{ filter:alpha(opacity=100);opacity:1;}

#loader_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:#f5f5f5;
	z-index: 1;
}
#loader_img {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	color: #fff;
	z-index: 2;
}

