@charset "utf-8";
/*****************************
1. header
2. footer
3. sns
4. grandnavi
5. clear fix
6. 20140222追加
*****************************/

* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #000;
  background: #fff;
}
ul, ol {
  list-style: none;
}
a:link, a:visited {
  /*color: #c00;*/
}

.LeftBox { float:left;}
.RightBox { float:right;}

/* clearfix */
.clear {
  width: 100%;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}




/* contents */
#wrapper {
  width: 100%;
  font-size: 0.9em;
}
.contents {
  margin: 0 auto 20px auto;
  width: 90%;
}


/* PC */
p.PCVer {
  /*margin: 0 8px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#4062b0;*/
  width:30%;
  margin-top:3px;
  float: right;
}
p.PCVer a {
  /*padding: 10px;
  font-size: 0.9em;
  color: #000;
  text-decoration: none;
  line-height: 1.0em;
  text-align:center;
  display: block;*/
}

p.PCVer a img {
	width:100%;
	height:auto;
}




/*****************************
1. header
*****************************/
#header {
  background: #fff;
}
#header h1 {
  padding: 10px 0 8px 10px;
  float: left;
}
#header p.PCVer {
  margin: 8px 8px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#4062b0;
  float: right;
}



/*****************************
2. footer
*****************************/
#footer {
  clear: both;
  padding: 5px 0 0 0;
  background: #fff;
  background-size: 1px 7px;
  background-image: url("/smartphone/dairies/cheese/meijitokachi/cocottecamem/common/images/fut_back.jpg") ;
  background-repeat: repeat-x;
  background-position:center top ;
}

#footerIn {
  padding: 0;
  width:80%;
  margin:0 auto;
}
#meijiBack {
  clear: both;
  margin: 5px 0 0 20px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 0 1px #f10e0e;
  -moz-box-shadow: 0 0 1px #f10e0e;
  box-shadow: 0 0 1px #f10e0e;
  background-image: linear-gradient(bottom, #df0f0f 0%, #f02020 100%);
  background-image: -o-linear-gradient(bottom, #df0f0f 0%, #f02020 100%);
  background-image: -moz-linear-gradient(bottom, #df0f0f 0%, #f02020 100%);
  background-image: -webkit-linear-gradient(bottom, #df0f0f 0%, #f02020 100%);
  background-image: -ms-linear-gradient(bottom, #df0f0f 0%, #f02020 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #df0f0f),
    color-stop(1, #f02020)
  );
  border-radius: 3px;
  border: 1px solid #e61515;
  float: left;
}
#meijiBack a {
	position: relative;
	padding: 6px 12px 5px 9px;
	height: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0 1px 1px #666, 0 1px 2px #666;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: block;
}
#meijiBack a:before  {
	position: absolute;
	top: 0;
	left: -14px;
	width: 14px; 
	height: 28px;
	content: ""; 
	background: url(/smartphone/dairies/cheese/meijitokachi/cocottecamem/common/images/bg_back.png) 0 0 no-repeat;
	display: block;
}
#copyright {
  clear: both;
  padding: 20px 0;
  font-size: 0.7em;
  text-align: center;
  color: #000;
}




/*****************************
3. sns
*****************************/
#sns {
  padding: 10px 0;
  text-align: center;
}
#sns p {
  margin: 0 3px;
  display: inline;
}


/*****************************
4. grandnavi
*****************************/

#grandnavi {
  margin: 10px auto 5px auto;
  width: 100%;
  text-align:center;
}
#grandnavi ul {
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	margin:0 auto;
}

#grandnavi ul li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
#grandnavi li a {
	/*border-bottom:dotted 1px #fff;*/
	padding:0;
	/*background-color:#4062b0;
	background-size: 30px 20px;
	background-image: url("../images/grand_icon.png") ;
	background-repeat: no-repeat;
	background-position:right 14px ;
	height:45px;*/
	display:block;
	margin:0px 3px;
}

#grandnavi li a img {
	max-width:100%;
	height:auto;
}

#grandnavi li a.current {
}
#grandnavi li a.parentsLink {
}
#grandnavi ul li:last-child a {
	border-bottom: none;
}


/*レシピタイトル*/
div#recipe-title{
	width:100%;
	text-align:center;
	margin-top:28px;
	margin-bottom:17px;
}

div#recipe-title img{
	width:30%;
	height:auto;
}


/*****************************
5. clear fix
*****************************/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
	overflow:hidden; /**/
}


/*****************************
6. 20140222追加
*****************************/
#Bnr20140222Box {
	display:block;
	text-align:center;
	margin:15px auto;
	text-align:center;
	width:75%;
}
#Bnr20140222Box img {
	border: solid 1px #009bd4;
}
/*****************************
7. 20141106追加
*****************************/
#Bnr20141106Box {
	display:block;
	text-align:center;
	margin:15px auto;
	text-align:center;
	width:75%;
}
#Bnr20141106Box img {
	border: solid 1px #ff9934;
}
/*****************************
8. 20160404追加
*****************************/
#Bnr20160404Box {
	display:block;
	text-align:center;
	margin:15px auto;
	text-align:center;
	width:75%;
}
#Bnr20160404Box img {
	border: solid 1px #74203a;
}
