@charset "UTF-8";
/*
Theme name: nc
Author: Kazuhito Naotsuka(Ideaideal)
*/

@import url( './common/css/layout.css' );

#wrapper{
	width:970px;
	margin:0 auto;
	text-align:left;
}
#header{
	padding:0 20px;
/*
	min-height:88px;
*/
	min-height:110px;
}

/*=================================
　　　　　　ヘッダー内部
=================================*/
h1#sitetitle{
	float:left;
	display:inline;
	margin:15px 0 0 0;
}
h1#sitetitle a{
/*
     width:300px;
     height:60px;
*/
     width:190px;
     height:95px;
     background:url(./imgs/png/base/h1logo.png) no-repeat;
    display:block;
    text-indent:-9999px;
    outline:none;
    overflow:hidden;
}
ul#nav{
	float:right;
	width:520px;
/*
	margin:50px 0 0 0;
*/
	margin:70px 0 0 0;
}
ul#nav li a{
	float:left;
	border-left:solid 1px #999;
	padding:0 10px;
}
li.nav_right a{
	border-right:solid 1px #999;
}

/*=================================
　　　メインコンテンツ部分
=================================*/
#main_contents{
	width:700px;
	padding:4px 0 40px 20px;
	float:left;
	display:inline;
	}
	
#main_visual{
	width:700px;
	height:340px;
	border:solid 1px #D84441;
}

#movie-ul01 {
	display: -webkit-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
	#movie-ul01 li {
		margin-bottom: 10px;
/*
		width: 345px;
*/
/*
		width: 167px;
*/
	}

#introduction{
	width: 270px;
	height: 150px;
	margin: 0 0 10px 0;
    padding: 40px 240px 10px 190px;
	background: url(./imgs/jpg/top/top_visual2.2.jpg) no-repeat;
	color: #FFF;
	}
#news{
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	width: 470px;
}
#rss{
	width:38px;
	height:22px;
	position:absolute;
	top: 8px;
	right: 0px;
}
#news h3.news_midashi{
	width: 100%;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(./imgs/gif/news.gif) no-repeat;
}
ul#news_list{
	margin:8px 10px 0 30px;
}
ul#news_list li.even{
	margin-bottom:15px;
	text-align:right;
	color:#D84481;
}
ul#news_list li.even span{
	margin-right:20px;
}
#news_list li.photo{
	color:#000;
}

#recipe{
	padding: 0px 0px 0px 0px;
	width: 220px;
	float: right;
	display: inline;
}
#recipe h3.recipe_midashi{
        width:320px;
        height:40px;
        display:block;
        text-indent:-9999px;
        background:url(./imgs/gif/recipe.gif) no-repeat;
}

/*=================================
　　　ソーシャルボタン
=================================*/
div.social_buttons{
	clear:both;
	margin:10px 0;
}

div.social_buttons div{
	float:left;
	margin:0 10px 0 0;
}

/************************************
           スライダー
************************************/
div#pr_wrapper {
		position: relative;
		width: 700px;
		height: 450px;
	}
	div.pr_section {
		width: 700px;
		height: 340px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	li.pr_list_current {
		border: solid 1px #FF0000;
	}
	li.pr_list_enabled {
		border: solid 1px #FFFFFF;
	}

/*=================================
　　　　各記事
=================================*/
.article{
	padding:4px;
	margin-bottom:40px;
	overflow:auto;
	line-height:2;
}
	
h2.article_title{
	font-size:16px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:4px;
	color:#D84481;
	margin:15px 0 28px ;
}
div.article h3{
	font-size:16px;
	color:#333;
	margin:10px 0;
}
div.article h3.job{
	font-size:16px;
	color:#333;
	border-left: solid 10px #999;
	padding-left: 8px;
	margin: 10px 0;
}
div.comment{
	overflow:hidden;
	padding:4px;
}
div#howto{
	clear:both;
	margin:30px 0 0;
	padding:5px 0 10px;
	
}
.point{
	width:580px;
	margin:15px auto;
	padding:10px;
	border:solid 1px #F6C;
}
.point h4{
	color:#D84481;
	font-size:12px;
}

/*******レシピ******/
h2.recipe_title{
	width:190px;
	height:50px;
	text-indent:-9999px;
	background:url(./imgs/gif/recipe_h2.gif) no-repeat;
	display:block;
	margin:0 0 20px 0;
}
h3.menu_title{
	text-align:center;
	margin-bottom:30px;
}

/*=================================
　　　　記事投稿関連
=================================*/
p#pagetitle{
      font-size:16px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:4px;
	color:#D84481;
	margin-bottom:28px;
}
      
p.postinfo{
      text-align:right;
      margin:20px 0 0;
      clear:both;
}

/*******投稿ページの前後*******/
span.pageprev{
     float:left;
}
span.pagenext{
     float:right;
}

/*******記事内画像***********/
.aligncenter{
     display:block;
     margin:0 auto;
} 
.alignright{
     float:right;
     margin:0 0 10px 2px;
}
.alignleft{
    float:left;
    margin:0 10px 2px 0;
}     
div.article img{
     border:none;	
}			

/*=================================
　　　　テーブル
=================================*/
table.gaiyou{
	margin:20px;
}
.gaiyou tr td{
	border-bottom:dotted 1px #666;
	padding:15px 0;
}

.prize_list tr td{
    border-bottom:dotted 1px #666;
	padding:10px 0;	
	text-align:center;
}
.recipe_news{
	margin:10px auto;
	width:660px;
}
.recipe_news tr td{
	border-top:dotted 1px #666;
	vertical-align:top;
	padding:8px 6px;
}

.recipe_news tr td h3{
	color:#900;
	font-size:14px;
}
.bottom td{
	border-bottom:dotted 1px #666;
}
.materials{
	margin:20px 0 10px 20px;
}
.materials tr th{
	text-align:left;
	color:#000;
}
.materials tr td{
	border-top:dotted 1px #666;
	border-bottom:dotted 1px #666;
	padding:8px;
	color:#999;
}
.materials tr td span{
	color:#D84481;
	font-weight:600;
}
.recipe_list{
	margin:0 0 8px 5px;
}
.recipe_list tr td{
	vertical-align:top;
	border-bottom:dotted 1px #666;
}
.recipe_list h3 a{
	font-size:14px;
	line-height:2;
}
	
/*=================================
　　　　サイドバー
=================================*/
#sidebar{
	width:220px;
	padding:4px 20px 40px 9px;
	float:right;
	display:inline;
}
ul#navi li{
	margin-bottom: 10px;
}

#sidebar dl{
	margin-bottom:20px;
}

#sidebar dl dt,#sidebar h2{
	background:#EED1A8;
	color:#B78051;
	font-size:12px;
	padding:10px 0;
	text-align:center;
	border-top-left-radius: 10px;        /* CSS3草案 */  
	border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome用 */  
	-webkit-border-top-right-radius: 10px; 
    -moz-border-top-left-radius: 10px;   /* Firefox用 */  
	-moz-border-top-right-radius: 10px;
	
}
#sidebar dl dd,#sidebar ul.blogmenu li{
	text-align:center;
	padding:10px 0;
	border-right:dotted 1px #B78051;
	border-left:dotted 1px #B78051;
	border-bottom:dotted 1px #B78051;
}
ul.blogmenu{
        margin:0 0 20px 0;
}


