@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
	index.html
-----------------------------------------------*/

/* PICKUP
-----------------------------------------------*/
#pickup {
	width: 100%;
	min-width: 1080px;
	background: #f6f6f6;
	padding: 60px 0;
}
#pickup .bbox {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
h3.pickup{
	font-family: 'Oswald', serif;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
#pickup .cbox {
	width: 350px;
	float: left;
	margin: 10px 15px 0 0;
	position: relative;
}
#pickup .cbox.right {
	margin-right: 0;
}
.pcup_img {
	width: 350px;
	height: 197px;
	background: #fff;
}
.ptag {
	font-weight: bold;
	background: #FFD900;
	padding: 0 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.pcup_txt {
	width: 340px;
	margin: 20px 0 0;
}
.pdate {
	margin: 0 0 3px;
	color: #AAA;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.16em;
}
.pnews_ttl {
	margin: 0 0 10px;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
}
.pnews_ttl a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.pnews_ttl a:hover {
	color: #3793E6;
}

/* NEWS
-----------------------------------------------*/
ul.news_all {
	list-style-type: none;
}
li.news_box {
	width: 760px;
	height: 197px;
	margin: 0 0 40px;
}
.news_img {
	width: 350px;
	height: 197px;
	background: #fff;
	float: left;
	position: relative;
}
.tag {
	color: #fff;
	font-weight: bold;
	background: #F00;
	padding: 0 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.news_txt {
	width: 370px;
	height: 197px;
	float: right;
}
.date {
	margin: 0 0 6px;
	color: #AAA;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
}
.ctgry {
	margin: 0 0 11px;
	font-size: 14px;
	font-weight: 900;
	color: #A0A0A0;
}
.news_ttl {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
}
.news_ttl a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.news_ttl a:hover {
	color: #3793E6;
}
.news_p {
	line-height: 23px;
}

/* ENTRY
-----------------------------------------------*/
.ent-b {
	width: 700px;
	margin-bottom: 40px;
	padding: 40px 30px 30px;
	display: inline-block;
	background: #F6F6F6;
	position: relative;
	z-index: 0;
}
.ent-b:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(246, 246, 246, 0);
	border-top-color: #F6F6F6;
	border-width: 30px;
	margin-left: -30px;
}
.ent_ttl {
	margin: 0 0 16px;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
}
.app_box {
	padding: 10px 0 0;
}
.app_sel {
	width:100%;
	border: 3px solid #666;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.app_sel:after {
	display: block;
	clear: both;
	content: "";
}	
.sel_end {
}
.tbl {
	width: 14%;
	height: 200px;
	float: left;
	padding: 40px 0;
	margin: 0;
	vertical-align:top;
}
.app_tl {
	font-size: 19px;
	margin: 0 0 0 38px;
	line-height: 22px;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	position: relative;
}
.sub_tl {
	font-size: 11px;
}
.app_p {
	line-height: 26px;
	margin: 0 0 20px;
}
.app_ttl {
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 18px;
}
.tbr {
	width: 74%;
	float: right;
	padding: 5% 5% 5% 7%;
	vertical-align:top;
}
	* html div.tbr { position: absolute; top: 50%; }  
	*+html div.tbr { position: absolute; top: 50%; }
.app_cont {
	line-height: 35px;
	padding: 0 0 10px;
	font-weight: 700;
}
.app_cont a {
	margin: 0 15px;
	color: #2158C3;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 1px #2158C3 solid;
}
.app_cont a.pdf {
	color: #2158C3;
	border-bottom: 1px #2158C3 solid;
}
.app_cont a:hover {
	color: #3793E6;
	border-bottom: 1px #3793E6 solid;
}
.credit {
	font-size: 13px;
	font-weight: 800;
	line-height: 100%;
	border-top: solid #444 1px;
	border-bottom: solid #444 1px;
	padding: 15px 10px;
	margin: 0 0 30px;
	
}
.app_link a {
	width: 620px;
	font-size: 18px;
	font-weight: 800;
	padding: 12px 20px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.linkss a {
	width: 460px;
}
.app_link a:hover,
.app_linkss a:hover {
	background: #888;
	color: #fff;
}
.button_app {
	margin: 50px 0 17px;
}
.button_app .close{
	width: 240px;
	color: #fff;
	background: #666;
	text-decoration: none;
	text-align: center;
	margin: -20px 0;
	padding: 15px 18px;
	line-height: 100%;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #666;
}
.button_app  a {
	width: 240px;
	color: #666;
	text-decoration: none;
	padding: 15px 18px;
	line-height: 100%;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #666;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	
}
.button_app a:hover {
	color: #fff;
	background: #666;
}
.note {
	margin-top: 30px;
	font-size: 12px;
}
.ch_angl {
	width: 100px;
	margin: 15px auto;
	font-size: 20px;
	color: #F4F4F4;
}

/* 前回のTOP1-27
-----------------------------------------------*/
#results {
	width: 100%;
	min-width: 1080px;
	height: 100%;
	background: #f6f6f6;
	padding: 80px 0;
}
#results .t-box {
	width: 1080px;
	margin: 0 auto;
}
p.header{
    margin: 0px auto 110px;
    padding: 0px;
    font-family:'Futura W01 Book';
    font-weight:bold;
    line-height:1.8em;
}
p.header_sub{
    margin: 0px auto 30px;
    padding: 0px;
    font-size:0.8em;
    line-height:1.4em;
    text-align:left;
}
.t-box h3{
	margin:0 auto 20px;
	font-size:40px;
	text-align:center;
	line-height: 1.5em;
	letter-spacing: -0.05em;
}