@charset "utf-8";

/* reset */
/* ------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
header,footer,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-style:normal;
	font-family:"Meiryo UI","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color:#0a4eca;
	text-decoration:none;
}
a:visited{
	color:#0a4eca;
	text-decoration:none;
}
a:hover{
	color:#0a4eca;
	text-decoration:underline;
}

/* common */
/* ------------------------------------------------ */

/* layout */
/* ------------------------------------------------ */
body{
	border-top:5px solid #1789ec;
	background-color:#fcfcfc;
}
.wrap{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	padding:0 20px;
}
header{
	width:960px;
	height:7.8125em;
 	font-size:100%;
	line-height:1;
}
.content{
	overflow:hidden;
	padding-bottom:70px;
}
.content .main{
	float:left;
	width:625px;
	border:1px solid #ddd;
	padding:15px 20px 0 20px;
	background-color:#fff;
}
.content .sub{
	float:left;
	width:318px;
	padding-left:18px;
}

/* header */
/* ------------------------------------------------ */
header > .inner{
	position:relative;
}
header h1{
	position:absolute;
	top:32px;
	left:7px;
}
header .searchBox{
	position:absolute;
	top:12px;
	left:194px;
}
header .searchBox #hdSearch #hdselectbox{
	padding:8px 0 11px;
	min-height:50px;
}
header .searchBox #hdSearch ul li{
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	min-width:50px;
	min-height:24px;
	padding:4px;
	vertical-align:middle;
	white-space:nowrap;
	font-size:81.25%;
	line-height:1.5;
	position:relative;
}
header .searchBox #hdSearch ul li:nth-child(7){
	width:55px;
}
header .searchBox #hdSearch ul li:nth-child(2),
header .searchBox #hdSearch ul li:nth-child(8){
	width:65px;
}
header .searchBox #hdSearch ul li:nth-child(3){
	font-family:"Meiryo UI","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	width:70px;
}
header .searchBox #hdSearch ul li.on:after{
	font-size:12px;
	content:'▼';
	display:block;
	position:absolute;
	bottom:-14px;
	text-align:center;
	width:-webkit-calc(100% - 0.5em);
	width:calc(100% - 0.5em);
}
header .searchBox #hdSearch fieldset{
	position:relative;
	width:485px;
}
header .searchBox #hdSearch input.keyword {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ddd;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	line-height:1.25em;
	min-height:38px;
	padding:2px 2px 2px 8px;
	width:387px;
	background-color:#fff;
	font-size:87.5%;
}
header .searchBox #hdSearch span{
	display:block;
	position:absolute;
	top:0;
	right:0;
	background-color:#0a4eca;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:38px;
	width:92px;
}
header .searchBox #hdSearch input.submit {
	display:block;
	background:none;
	letter-spacing:5px;
	color:#fff;
	font-size:93.75%;
	line-height:1.5;
	text-align:center;
	cursor:pointer;
	height:38px;
	width:100%;
}
header .searchBox #hdSearch span:hover {
	opacity:0.5;
}
header .dateBox{
	position:absolute;
	top:18px;
	right:7px;
}
header .dateBox .date{
	font-size:81.25%;
	line-height:1.5;
	padding:0 12px 0 0;
	text-align:right;
}
header .dateBox .promotxt{
	font-size:87.5%;
	line-height:1.5;
	text-align:right;
}
header .dateBox .promotxt a{
	display:inline-block;
	padding:5px 12px 8px 5px;
}
header .dateBox .startpage{
	font-size:81.25%;
	line-height:1.5;
	text-align:right;
}
header .dateBox .startpage a{
	display:block;
	padding:3px 12px 4px 12px;
	border:1px solid #333;
	text-align:center;
	margin-right:10px;
	color:#000;
}
header .dateBox .startpage a:hover{
	background-color:#0a4eca;
	border:1px solid #0a4eca;
	color:#fff;
	text-decoration:none;
	opacity:0.9;
}

/* content */
/* ------------------------------------------------ */
.newsClip,
.newsR25,
.ranking{
	padding:0 4px 18px 5px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.newsR25 #cate_lif,
.newsR25 #cate_biz,
.newsR25 #cate_gov,
.newsR25 #cate_it,
.newsR25 #cate_trv,
.newsR25 #cate_ent,
.newsR25 #cate_spo,
.newsR25 #cate_cer,
.newsR25 #cate_rex,
.newsR25 #cate_tpc,
.newsR25 #cate_rlt{
	display:none;
}
#ranking01,
#ranking02,
#ranking03,
#ranking04,
#ranking05{
	display:none;
}
.newsClip .ttlBox{
	padding:0 0 18px 2px;
	overflow:hidden;
}
.newsClip .ttlBox h2{
	color:#000;
	float:left;
}
.newsClip .ttlBox ul{
	float:right;
	overflow:hidden;
	padding:0 3px 0 0;
}
.newsClip .ttlBox ul li{
	float:left;
	font-size:81.25%;
	line-height:1.2307;
	display:block;
}
.newsClip .ttlBox ul li:last-child:before{
	content:'/';
	padding:0 10px;
	color:#aaa;
}
.newsClip .ttlBox h2 a{
	color:#000;
}
.newsClip .menuBox{
	overflow:hidden;
	padding-bottom:24px;
}
.newsClip .menuBox ul li a{
	font-size:81.25%;
	line-height:1.2307;
	color:#000;
	background-color:#f5f5f5;
	padding:5px 0 7px 0;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	float:left;
	display:block;
	text-align:center;
    width:50px;
}
.newsClip .menuBox ul li:nth-child(6) a{
    width:45px;
}
.newsClip .menuBox ul li:nth-child(8) a{
    width:55px;
}
.newsClip .menuBox ul li:nth-child(10) a,
.newsClip .menuBox ul li:nth-child(11) a{
    width:62px;
}
.newsClip .menuBox ul li.top a{
	color:#fff;
	background-color:#3399ff;
	border-top:1px solid #3399ff;
	border-right:1px solid #3399ff;
	border-bottom:1px solid #3399ff;
}
.newsClip .menuBox ul li a:hover{
	background-color:#ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
.newsClip .menuBox ul li.top a:hover{
	color:#fff;
	background-color:#3399ff;
	border-top:1px solid #3399ff;
	border-right:1px solid #3399ff;
	border-bottom:1px solid #3399ff;
}
.newsClip h3{
	padding-bottom:22px;
}
.newsClip .newsBox{
	overflow:hidden;
	padding:0 2px 6px 0;
}
.newsClip .newsBox ul li{
	font-size:93.75%;
	line-height:1.2;
	padding-bottom:13.5px;
}
.newsClip .newsBox .newsPhoto ul li{
	padding-bottom:0;
	font-size:87.5%;
	line-height:1.5714;
}
.newsClip .newsBox .newsHeadline{
	float:left;
	padding-left:5px;
}
.newsHeadline li{
	overflow:hidden;
}
.newsHeadline li a{
	float:left;
}
.newsHeadline li span.iconup{
	color:#fff;
	font-size:86.66%;
	background-color:#ff5a00;
	width:32px;
	height:20px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	padding-left:5px;
	padding-top:2px;
	margin-left:5px;
	float:left;
}
.newsClip .newsBox .newsPhoto{
	float:right;
	width:173px;
	background-color:#f5f5f5;
	padding:20px 20px 20px 20px;
}
.newsClip .newsBox .newsPhoto .photo table{
	width:100%;
}
.newsClip .newsBox .newsPhoto .photo table td{
	text-align:center;
}
.newsClip .newsBox .newsPhoto .title{
	display:block;
	font-size:13px;
	line-height:1.5;
}
.newsClip .newsBox .newsPhoto .ip{
	font-size:13px;
	line-height:1.5;
}
.newsClip .newsBox .newsPhoto .ip a,
.newsClip .newsBox .newsPhoto .ip span{
	display:block;
	text-align:center;
}
.newsClip .newsOther h3{
	font-size:15px;
	line-height:1.5;
	padding:0 0 9px 3px;
	font-weight:normal;
}
.newsClip .newsOther{
	padding:0 0 0 3px;
}
.newsClip .newsOther ul{
	background-image:url(//img.fresheye.com/fe/img/top/newsOther_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	overflow:hidden;
	display:block;
	font-size:93.75%;
	height:4.3333em;
	padding:0.9333em 0 0 5px;
}
.newsClip .newsOther ul li{
	float:left;
	font-size:15px;
	line-height:1.5714;
	color:#bbb;
}
.newsR25 .ttlBox{
	overflow:hidden;
	line-height:1.375;
}
.newsR25 .ttlBox h2{
	float:left;
	padding-bottom:18px;
}
.newsR25 .ttlBox ul{
	float:right;
}
.newsR25 .ttlBox li{
	font-size:81.25%;
	line-height:1.2307;
	color:#666;
}
.newsR25 .cate_ttl{
	overflow:hidden;
	padding-bottom:14px;
}
.newsR25 .cate_ttl h3{
	float:left;
	font-size:93.75%;
	line-height:1.4666;
	padding-left:10px;
	border-left:4px solid #ddd;
}
#cate_lif .cate_ttl h3 {
	border-left:4px solid #af7e01;
}
#cate_biz .cate_ttl h3 {
	border-left:4px solid #006e8b;
}
#cate_gov .cate_ttl h3 {
	border-left:4px solid #2b5804;
}
#cate_it .cate_ttl h3 {
	border-left:4px solid #b00058;
}
#cate_trv .cate_ttl h3 {
	border-left:4px solid #da2f33;
}
#cate_ent .cate_ttl h3 {
	border-left:4px solid #002672;
}
#cate_spo .cate_ttl h3 {
	border-left:4px solid #793a00;
}
#cate_cer .cate_ttl h3 {
	border-left:4px solid #0d3c94;
}
#cate_rex .cate_ttl h3 {
	border-left:4px solid #00a532;
}
#cate_tpc .cate_ttl h3 {
	border-left:4px solid #ee7613;
}
#cate_rlt .cate_ttl h3 {
	border-left:4px solid #de00a5;
}
.newsR25 .cate_ttl em{
	float:right;
	font-size:87.5%;
	line-height:1.1428;
}
.newsR25 .cate_list{
	overflow:hidden;
}
.newsR25 .entry_pickup{
	float:left;
	width:260px;
	margin-right:42px;
}
.newsR25 .entry_pickup p.pick_ttl{
	padding:4px 0 8px;
	font-size:93.75%;
	line-height:1.6;
}
.newsR25 .entry_pickup p.pick_brief{
	font-size:87.5%;
	line-height:1.5714;
}
.newsR25 .entry_pickup p.pick_ttl span.iconup{
	color:#fff;
	font-size:86.66%;
	background-color:#ff5a00;
	width:32px;
	height:20px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:1px 6px;
	margin-left:5px;
}
.newsR25 .entry_pickup .pickup01{
	padding-bottom:24px;
}
.newsR25 .entry_list{
	float:left;
	width:272px;
}
.newsR25 .entry_list ul li:last-child{
	display:none;
}
.newsR25 .entry_list ul li a{
	text-overflow:ellipsis;
	white-space:nowrap;
	width:260px;
	display:block;
	overflow:hidden;
	font-size:93.75%;
	line-height:2.1333;
}
.ranking .ttlBox h2{
	padding-bottom:22px;
}
.ranking .inbox{
	overflow:hidden;
}
.ranking .inbox .box{
	float:left;
	width:191px;
}
.ranking .inbox .box h3{
	font-size:93.75%;
	line-height:1.142;
	padding-bottom:12px;
}
.ranking .inbox .box ul li a{
	font-size:93.75%;
	line-height:2;
	display:block;
	padding-left:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:11em;
	position:relative;
}
.ranking .inbox .box ul li a:before{
	content:' ';
	position:absolute;
	top:4px;
	left:0;
	width:22px;
	height:22px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background-color:#3399ff;
	color:#fff;
	text-align:center;
	line-height:22px;
}
.ranking .inbox .box ul li.no1 a:before{
	content:'1';
}
.ranking .inbox .box ul li.no2 a:before{
	content:'2';
}
.ranking .inbox .box ul li.no3 a:before{
	content:'3';
}
.keyword .h4ttl h4{
	padding-bottom:14px;
	font-size:93.75%;
	line-height:1.2;
}
.keyword .mill-gravure .h4ttl h4 a{
	color:#000;
}
.keyword .newsBox{
	padding-left:5px;
}
.keyword .newsBox h2{
	padding-bottom:20px;
}
.keyword .newsBox h3{
	padding-bottom:8px;
	font-size:93.75%;
	line-height:1.5;
}
.keyword .newsBox .mill-gravure h3 a{
	color:#000;
}
.keyword .newsBox ul li a{
	font-size:93.75%;
	line-height:1.5;
	padding:3px 0;
	display:block;
}
.keyword .newsBox .mill-group,
.keyword .newsBox .mill-corp,
.keyword .newsBox .mill-area,
.keyword .newsBox .mill-other,
.keyword .newsBox .mill-gravure{
	width:191px;
	float:left;
	padding-bottom:25px;
}
.keyword .newsBox ul li a{
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:10em;
}
.keyword .newsBox .mill-gravure{
	overflow:hidden;
	position:relative;
}
.keyword .newsBox .mill-gravure ul{
	float:left;
}
.keyword .newsBox .mill-gravure p.to-list a{
	font-size:87.5%;
	line-height:1.1428;
	display:block;
	position:absolute;
	bottom:31px;
	left:150px;
	white-space:nowrap;
}

/* sub */
/* ------------------------------------------------ */
.sub .pbox{
	margin-bottom:24px;
}
.sub .ttlBox{
	overflow:hidden;
	padding-bottom:22px;
}
.sub .ttlBox h2{
	float:left;
	font-size:17px;
	line-height:1.25;
}
.content .sub .ttlBox ul li{
	float:right;
 }
.sub .ttlBox ul li a{
	font-size:87.5%;
	line-height:1.1428;
}
.sub textarea{
	width:300px;
}
.sub .trans textarea{
	width:300px;
	height:106px;
	border:1px solid #ccc;
	font-size:75%;
	line-height:1.5em;
	margin:0;
	padding:2px;
	text-align:left;
	margin-bottom:22px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.sub .btn{
	width:300px;
	height:40px;
	background-color:#0a4eca;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
.sub .btn input{
	display:block;
	width:100%;
	height:40px;
	background:none;
	letter-spacing:3px;
	color:#fff;
	font-size:93.75%;
	line-height:1.5;
}
.sub .btn:hover{
	opacity:0.5;
}
.sub .newsMail a{
	border:1px solid #ddd;
	display:block;
	background-color:#fff;
	background-image:url(//img.fresheye.com/fe/img/top/top_icon_mail.gif);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-attachment:scroll;
	font-size:81.25%;
	line-height:1;
	padding:17px 0 14px 38px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.sub .newsMail a:hover{
	background-color:#0a4eca;
	border:1px solid #0a4eca;
	color:#fff;
	text-decoration:none;
	opacity:0.9;
}
.sub .trans ul{
	overflow:hidden;
}
.sub .trans ul li{
	float:left;
}
.sub .trans ul li a{

}
.sub .trans ul li input[type="radio"]{
	display:none;
}
.sub .trans ul li .radio{
	-webkit-transition:background-color 0.2s linear;
	transition:background-color 0.2s linear;
	position:relative;
	display:inline-block;
	margin:0 8px 8px 0;
	padding:12px 12px 12px 42px;
	vertical-align:middle;
	cursor:pointer;
	font-size:93.75%;
	line-height:1;
}
.sub .trans ul li .radio:after {
	-webkit-transition:border-color 0.2s linear;
	transition:border-color 0.2s linear;
	position:absolute;
	top:50%;
	left:15px;
	display:block;
	margin-top:-10px;
	width:20px;
	height:20px;
	border:1px solid #a5a5a5;
	border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	content:'';
}
.sub .trans ul li .radio:before {
	-webkit-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	position:absolute;
	top:50%;
	left:21px;
	display:block;
	margin-top:-4px;
	width:10px;
	height:10px;
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#0a4eca;
	content:'';
	opacity:0;
}
.sub .trans ul li input[type=radio]:checked + .radio:before {
  opacity:1;
}
.sub .boxLine{
	padding-bottom:22px;
	border-bottom:solid 1px #ddd;
	margin-bottom:22px;
}
.sub .ku{
	position:relative;
	height:200px;
}
.sub .ku .ttlBox{
	overflow:visible;
	padding-bottom:18px;
}
.sub .ku .ttlBox h3{
	font-size:93.75%;
	line-height:1;
	height:75px;
	background-color:#fff;
	border:solid 1px #ddd;
	padding:10px 0 0 10px;
	margin-top:37px;
	position:absolute;
	top:4em;
	width:300px;
}
.sub .ku #ginga_ttl h3 {
	font-weight:normal;
	line-height:1.5;
	padding-left:10px;
}
.sub .ku #ginga_ttl h3 span{
	font-weight:normal;
	line-height:1.5;
	font-size:87.5%;
}
.sub .ku #ginga_ttl a img{
	display:none;
}
.sub .ku ul#entry{
	height:2.125em;
	overflow:hidden;
}
.sub .ku ul#entry{
	height:20px;
	overflow:hidden;
}
.sub .ku #entry li{
	float:left;
	font-size:93.75%;
	line-height:1.2;
	margin-right:15px;
	min-height:26px;
	padding-bottom:4px;
	vertical-align:middle;
	white-space:nowrap;
}
.sub .ku #entry li .photo{
	display:none;
}
#keyblock {
	left:12px;
	padding-top:55px;
	position:absolute;
}
.balloon, .btn_kotochu {
	display:none;
}

/* footer */
/* ------------------------------------------------ */
footer h2{
	padding:0 18px 15px;
	border-bottom:1px solid #ddd;
	margin-bottom:28px;
}
footer .footMene01{
	padding:0 18px 42px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	margin-bottom:20px;
}
footer .footMene01 h3{
	font-size:93.75%;
	font-weight:normal;
	margin-bottom:18px;
}
footer .footMene01 ul li a{
	font-size:87.5%;
	color:#000;
	line-height:1.5714;
}
footer .footMene01 ul li ul{
	padding-left:12px;
}
footer .footMene01 .category{
	float:left;
	width:181px;
}
footer .footMene01 .category.cateSearch{
	width:281px;
}
footer .footMene01 .category.cateLearn{
	width:241px;
}
footer .footMene01 .category.cateGuide{
	width:221px;
}
footer .footMene01 ul li ul{
	overflow:hidden;
	padding-bottom:13px;
	padding-top:8px;
}
footer .footMene01 .category.cateLearn ul li ul{
	width:210px;
}
footer .footMene01 ul li ul li{
	float:left;
	padding-right:5px;
	max-width:134px;
	width:8em;
}
footer .footMene01 ul li ul li:nth-child(odd){
	width:6em;
}
footer .footMene01 .cateLearn ul li ul li{
	float:left;
	width:30%;
}
footer .footMene01 .cateLearn ul li ul li:nth-child(3),
footer .footMene01 .cateLearn ul li ul li:nth-child(6),
footer .footMene01 .cateLearn ul li ul li:nth-child(9){
	width:40%;
}
footer .footMene02{
	padding:0 10px 20px;
	font-size:81.25%;
	line-height:1.2307;
}
footer .footMene02 ul{
	overflow:hidden;
	padding-bottom:15px;
}
footer .footMene02 ul li{
	float:left;
	padding-right:16px;
}
footer .footMene02 ul li a{
	color:#000;
}
