@charset "utf-8";


/* -----------------------------------------------------------------

 outline.css
 
------------------------------------------------------------------ */

/*.box__dummy {
	display: table;
	width: 100%;	
}
.item__dummy {
	display: table-cell;
	padding: 100px 20px;
	background-color: #999;
	color: #fff;
	text-align: center;
	vertical-align: middle;	
}
*/

/* -----------------------------------------------------------------

 共通
 
------------------------------------------------------------------ */

.content section.bg {
	background:url(/F1GP/2015/outline/img/bg_sec.gif) repeat;
}
.content .lead {
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
}
.content h2 {
	background:url(/F1GP/2015/outline/img/bg_title.gif) left center no-repeat;
	padding:5px 0 5px 20px;
	font-size:20px;
}
.content .linkSet .fl {
	width:790px;
}
.content .linkSet .fr {
	width:198px;
}
.content .curBox {
	background:url(/F1GP/2015/outline/img/cur_title.jpg) center top no-repeat;
	padding-top:40px;
}

/* --- intro ---*/
.content .intro h1 {
	font-size:30px;
	font-weight:bold;
	line-height:1.3;
}
/* --- anc ---*/
.anc li {
	float:left;
	margin-right:28px;
	margin-bottom:10px;
	width: 235px;
}
.anc li:nth-child(4n+1){
	clear:both;
}
.anc li:nth-child(4n){
	margin-right:0;
}

/* --- entry ---*/
.content .entry li {
	float:left;
	width:500px;
	margin-bottom:40px;
}
.content .entry li:nth-child(2n){
	float:right;
}
.content .entry li:nth-child(2n+1){
	clear:both;
}
.content .entry li dt {
	margin-bottom:20px;
}
.content .entry li .pht {
	float:left;
	width:200px;
}
.content .entry li .txt {
	float:right;
	width:280px;
}

/* --- sec03 ---*/
.sec03 h1 {
	text-align:center;
	background:#0061AB;
	color:#FFF;
	font-size:20px;
	padding:5px 0;
}
.sec03 .clm4 li {
	margin-bottom:14px;
}



/* --- sec04 ---*/
.sec04 h1 {
	text-align:center;
	background:#0061AB;
	color:#FFF;
	font-size:20px;
	padding:5px 0;
}
.sec04 .ppl {
	padding-top: 10px;
	margin-bottom:20px;
	text-align: center;
	margin-right: -9px;
	margin-left: -9px;
	overflow: hidden;
	letter-spacing: -.3em;
}
.sec04 .ppl li {
/*	width:190px;
	margin-right:10px;
	
*/	text-align: left;
	vertical-align: top;
	width: 16.6%;
	padding-left: 9px;
	padding-right: 9px;
	box-sizing:border-box;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	position: relative;
}
.sec04 .ppl li img {
	/*width:152px;
	margin-bottom: 8px;*/
	/*max-width: 152px;*/
	width: auto;
	height: auto;
	margin-bottom: 8px;
}
.sec04 .ppl li .name {
	text-align: left;
}
.sec04 .ppl li .tokubetsu {
	position: absolute;
	top: -4px;
	left: 10%;
	right: 10%;
	text-align: center;
}


#sec01 .ttl__entry,
#sec02 .ttl__entry{
	position: relative;
	border-top:2px #BE0008 solid;
	padding: 10px 0 10px 3.2em;
	font-size: 100%;
	font-weight: bold;
}
#sec01 .ttl__entry .num,
#sec02 .ttl__entry .num{
	background-color: #BE0008;
	padding:6px 8px;
	color: #fff;
	font-size: 160%;
	position: absolute;
	top: 0; bottom: 0;
	left: 0;
}
#sec01 .ttl__entry .num:before,
#sec02 .ttl__entry .num:before{
	display: inline-block;
	content:"";
	height: 100%;
	vertical-align: middle;
}
#sec01 .ttl__entry strong,
#sec02 .ttl__entry strong {
	color: #BE0008;
	display: block;
	font-size: 120%;
}

#sec01 .fishselect,
#sec02 .fishselect {
	display: block;
    width: 100%;
    padding:10px 15px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}
#sec01 .recipe_btn {
  margin-top: 10px;
  font-size: 120%;
  border: 3px solid #fc9;
  border-radius: 5px;
  background: url(img/icn_recipe.png) no-repeat 5px center #F93;
  background-size: 20px;
}
#sec01 .recipe_btn a {
  display:block;
  padding: 5px 15px 5px 30px;
}
#sec01 .recipe_btn a:hover {
  text-decoration: none;
}
#sec01 .recipe_btn:hover {
  text-decoration: none;
  background-color: #d00;
}
@media screen and (max-width: 768px){
#sec01 .recipe_btn a{
  width:70%;
}
}
#sec01 .recipe_btn a:link,
#sec01 .recipe_btn a:visited {
  color: #FFF;
}
#sec02 .ttl__entry{
	border-top:2px #0061AB solid;
}
#sec02 .ttl__entry .num{
	background-color: #0061AB;
}
#sec02 .ttl__entry strong {
	color: #0061AB;
}

/* -----------------------------------------------------------------

 レスポンシブ対応
 
------------------------------------------------------------------ */


@media screen and (max-width: 1024px){

.content .shell {
	width:96%;
	padding:0 2%;
}
.content .lead {
	font-size:18px;
}
.content h2 {
	font-size:23px;
}
.content .linkSet .fl {
	width:77%;
}
.content .linkSet .fr {
	width:19%;
}

/* --- intro ---*/
.content .intro {
	width:100%;
}
.content .intro h1 {
	text-align:left;
	font-size:22px;
}

/* --- anc ---*/
.anc li {
	width:22.949%;
	margin-right:2.72%;
	margin-bottom:1%;
}

/* --- entry ---*/
.content .entry li {
	float:left;
	width:48%;
	margin-bottom:30px;
}
.content .entry li dt {
	margin-bottom:16px;
}
.content .entry li .pht {
	width:40%;
}
.content .entry li .txt {
	width:56%;
}

/* --- sec04 ---*/
.sec04 .ppl li {
}
.sec04 .ppl li img {
}

}




@media screen and (max-width: 768px){

.content .linkSet .fl {
	width:96%;
	float:none;
	margin-bottom:10px;
}
.content .linkSet .fr {
	width:96%;
	text-align:center;
	float:none;
}
/* --- intro ---*/
.content .intro .lead {
	font-size:24px;
	line-height:1.4;
}


/* --- sec03 ---*/
.sec03 h1 {
	font-size:16px;
	padding:5px 0;
}

/* --- sec04 ---*/
.sec04 h1 {
	font-size:16px;
	padding:5px 0;
}
.sec04 .ppl li {
	width:32%;
	margin-bottom: 3%;
}
.sec04 .ppl li:nth-child(3n){
}
.sec04 .ppl li:nth-child(3n+1){
}

}




@media screen and (max-width: 480px){

.content .lead {
	font-size:15px;
}
.content h2 {
	font-size:15px;
}
.content .linkSet .fr img {
	width:150px;
}
/* --- intro ---*/
.content .intro h1 {
	text-align:left;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
}
/* --- anc ---*/
.anc li {
	width:48%;
	margin-right:4%;
}
.anc li:nth-child(2n+1){
	clear:both;
}
.anc li:nth-child(3n){
	margin-right:4%;
}
.anc li:nth-child(2n){
	margin-right:0;
}

/* --- entry ---*/
.content .entry li {
	float:none;
	width:96%;
	margin-bottom:20px;
}
.content .entry li:nth-child(2n){
	float:none;
}
.content .entry li .pht {
	float:left;
	width:41%;
}
.content .entry li .txt {
	width:55%;
}

/* --- sec01 ---*/


/* --- sec04 ---*/
.sec04 .ppl li img {
}
.sec04 .ppl li {
	width:49%;
	margin-bottom: 3%;
}

}


/*recipe*/
.section .sec_left {
	float:left;
}
.section .sec_right {
	float:right;
}
.section .name {
	border-bottom:1px solid;
	color:#0061AB;
	font-weight:bold;
	font-size:130%;
	margin:0 0 15px;
	padding:0 0 0 5px;
}
.section .str {
	font-weight:bold;
	margin:0 0 10px;
}
.section .feature .ttl {
	display:inline-block;
	padding:3px 15px;
	background:#33c;
	color:#FFF;
	border-radius:5px;
	margin:0 10px 5px 0;
}
.section .w35p {width:35%;}
.section .w60p {width:60%;}

.section .material {
  border: 3px solid #DDD;
  padding: 15px 20px 20px;
  margin-top: 30px;
  background: #FFFFDD;
  border-radius: 10px;
}
.section .material h4,
.section .recipe h4{
  font-size: 125%;
  border-bottom: 1px solid ;
  display: inline-block;
  margin-bottom: 20px;
}
.section .recipe h4 {
  background: url(img/icn_h4.png) no-repeat 0 0;
  padding-left: 30px;
}
.section .material p {
  margin-left: 20px;
}
.section .recipe {
  margin: 30px 0;
}
.section .sec_right dl,
.section .time {
  margin: 15px 0;
}
.section .sec_right dl dt,
.section .time dl dt{
  background: #F63 ;
  border-radius: 5px;
  text-align: center;
  width: 30%;
  float: left;
  margin-right: 15px;
  color: #FFF;
}
.section .sec_right dl dt ,
.section .sec_right dl dd ,
.section .time dl dt ,
.section .time dl dd {
  margin-bottom: 10px;
  padding: 3px;
}
.section .time dl dd {
  font-size: 130%;
}
.section .time dl dd .small {
  font-size: 80%;
}
.recipe h5 {
  font-size: 120%;
  font-weight: bold;
}
.recipe ol {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
  margin: 20px;
}
.recipe ol > li {
  font-size: 110%;
 position: relative;
 margin-bottom: .5em;
 padding-left: 2.5em;
  padding-bottom: 0.5em;
 border-bottom: 1px #DDD dashed;
}
.li_ttl{
	 font-size: 110%;
 position: relative;
 margin-bottom: .5em;
 padding-left: 0;
  padding-bottom: 0.5em;
 border-bottom: 1px #DDD dashed;
 list-style:none;
}
.circle {
 display: inline-block;
 width: 1.6em;
 height: 1.6em;
 background: #006FBC;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
}
.recipe ol > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.6em;
 height: 1.6em;
 background: #006FBC;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
}
@media screen and (max-width: 768px){
.section .sec_left {
	float:none;
	margin-bottom:15px;
}
.section .sec_left img {
	width:100%;
}
.section .sec_right {
	float:none;
}
.section .w35p {width:100%;}
.section .w60p {width:100%;}
.section .sec_right dl dt,
.section .time dl dt{
  width: 100%;
}
}