@charset "utf-8";


/* -----------------------------------------------------------------

 press.css
 
------------------------------------------------------------------ */




/* -----------------------------------------------------------------

 共通
 
------------------------------------------------------------------ */

.item_video{
 	width: auto;
  max-width:100%;
  height: auto;
}

.bgStr {
	padding-top: 90px;
	margin-top:110px;
}
.shell { position:relative; }

.shell h1 {
	position: absolute;
	left:50%;
	margin: 0 0 0 -144px;
	top: -180px;
}

.content .list {
	width:300px;
	float:left;
	border:#000 solid 1px;
	padding:10px;
}
.content .list .title {
	width:100%;
	background:#006fbc;
	color:#FFF;
	text-align:center;
	font-size:16px;
	padding:5px 0;
}
.content .list dl {
}
.content .list dt {
	color:#bf9b00;
	margin-bottom:5px;
	font-weight:bold;
}
.content .list dd {
	margin-bottom:5px;
	border-bottom:#999 dotted 1px;
	padding-bottom:10px;
}
.content .list dd a {
	background:url(/F1GP/common/img/cur_ri_blue_s.png) right center no-repeat;
	background-size:16px;
	padding-right:18px;
}
.content .list dd:last-child {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0px;
}
.content .list .more {
	width:100%;
	background: url(/F1GP/common/img/bg_stripe_gray.gif) repeat;
	color:#FFF;
	text-align:center;
	padding:5px 0;
}
.content .list .more a {
	display:block;
	font-weight:bold;
}
.content .list .more a:hover {
	text-decoration:none;
}

/* --- posts ---*/
.content .posts {
	width:684px;
	float:right;
}
.content .posts .date{
	padding:5px;
	color:#bf9b00;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	width:200px;
	border-top:#bf9b00 solid 2px;
	border-bottom:#bf9b00 solid 2px;
	text-align:center;
}
.content .posts p{
	margin-bottom:10px;
}
.content .posts h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.content .posts h3{
	color:#006fbc;
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
}
.content .posts .txt{
}
.content .posts .pht {
	padding-top:20px;
}
.content .posts .pht li {
	width:320px;
	float:left;
	margin-right: 30px;
}
.content .posts .pht li:nth-child(2n+1){
	clear:both;
}
.content .posts .pht li:nth-child(2n){
	margin-right:0;
}
.content .posts .pht li .cap {
	padding-top:5px;
}

.content .posts .result li {
	position:relative;
	float:left;
	width:200px;
	margin-right: 41px;
	margin-bottom:10px;
}
.content .posts .result li:nth-child(3n+1){
	clear:both;
}
.content .posts .result li:nth-child(3n){
	margin-right:0;
}
.content .posts .result li p {
	padding-top:3px;
	margin-bottom:0;
}
.result .pf_title {
	color:#9b8113;
	font-weight:bold;
}
.result .ff_title {
	color:#0061ab;
	font-weight:bold;
}

.result .icon {
	position:absolute;
	left:5px;
	top:2px;
	width:50px;
}


.result .clearfix{
	margin-left: -10px;
	margin-right: -10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.result .frPht{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 40%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.result .frTxt{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 60%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.result .Btn {
	display: block;
    font-size: 100%;
} 

.result .Btn a {
    padding: 4px 10px 4px 32px;
    color: #000;
    background: #fff url(/F1GP/common/img/cur_ri_blue_s.png) 10px 46% no-repeat;
    background-size: 16px;
    display: block;
    text-align: left;
    border: #ccc solid 1px;
}

.result .fishselect {
	display: inline-block;
    width: 100%;
    padding:4px 10px;
    font-size: 100%;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}


.content .recipe_btn {
  margin-top: 10px;
  font-size: 120%;
  border: 3px solid #fc9;
  border-radius: 5px;
  background: url('/F1GP/2016/outline/img/icn_recipe.png') no-repeat 5px center #F93;
  background-size: 20px;
}
.content .recipe_btn a {
  display:block;
  padding: 6px 15px 5px 30px;
	font-size: 14px;
}
.content.recipe_btn a:hover {
  text-decoration: none;
}
.content .recipe_btn:hover {
  text-decoration: none;
  background-color: #d00;
}
@media screen and (max-width: 768px){
	.content .recipe_btn a{
	  width:70%;
	}
}
.content .recipe_btn a:link,
.content .recipe_btn a:visited {
  color: #FFF;
}


/* -----------------------------------------------------------------

 レスポンシブ対応
 
------------------------------------------------------------------ */


@media screen and (max-width: 1024px){

/* --- list ---*/
.content .list {
	margin:0 2% 40px;
	width:95%;
	float:none;
	border:#000 solid 1px;
	padding:10px;
}
.content .list dl {
	font-size:12px;
}

/* --- posts ---*/
.content .posts {
	margin:0 2% 10px;
	width:96%;
	float:none;
}
.content .posts .date{
	font-size:14px;
	width:160px;
	border-top:#bf9b00 solid 1px;
	border-bottom:#bf9b00 solid 1px;
}
.content .posts h2{
	font-size:18px;
}
.content .posts h3{
	font-size:15px;
}

}



@media screen and (max-width: 768px){

/* --- list ---*/
.content .list {
}

/* --- posts ---*/
.content .posts {
}


.content .posts .pht {
	width:100%;
}
.content .posts .pht li {
	margin-right: 3.9%;
	max-width:47%;
}

.content .posts .result li {
	float:left;
	max-width:30%;
	margin-right: 5%;
}
.content .posts .result li .icon {
	width:36px;
}



}

@media screen and (max-width: 480px){

/* --- posts ---*/
.content .posts .date{
	font-size:13px;
}
.content .posts h2{
	font-size:16px;
}
.content .posts h3{
	font-size:12px;
}

}



