@charset "utf-8";
/*
Theme Name: FOOCOM
Theme URI: http://www.foocom.net/
Description: FOOCOMのテーマです。
Author: FOOD COMMUNICATION COMPASS
*/
#specialist2{
    width:610px;
}

#specialist2 .p_photo{
	float:right;
	border:solid #EFE0BD 1px;
	background-color:#fff;
	padding:3px;
	height: 75px;
	margin: 53px 0px 3px 0;
	display: inline;
	position: relative;
	right: 22px;
}

#specialist2 h2.info{
	background-image:url(../img/thead_foocom_cat.jpg);
}
#about h2.info{
	background-image:url(../img/thead_info_cat.jpg);
}
h2.search{
	background-image:url(../img/thead_sch_cat.jpg) !important;
}


#specialist2 h2{
	background-image:url(../img/thead_specialist_cat.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:34px;
	color:#fff;
	font-size:18px;
	padding:16px 0 0 38px;
	margin:10px 0 12px 0;
}
*:first-child+html #specialist2 h2{
    padding-top:15px;
	height:35px;
	margin-bottom:15px;
}
*html #specialist2 h2{
    padding-top:17px;
	height:33px;
	margin:10px 0 15px 0;
}

#specialist2 dl.intro{
   width:180px;
   margin-top:15px;
}
#specialist2 dl.intro dt{
   font-weight:bold;
}
#specialist2 dl.intro dd{
   font-size:12px;
   margin-top:3px;
}


#specialist2 .fl{
	background-image:url(../img/bg_specialist2.jpg);
	background-repeat:no-repeat;
	width:295px;
	height:221px;
	padding: 0 0 0 10px;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#specialist2 h3{
	width:200px;
	padding: 10px 0 0 0px;
}

#specialist2 dl.kiji{
	border-top:dotted #BEA569 2px;
	width:275px;
	margin: 5px 0;
	font-size: 12px;
}
#specialist2 dl.kiji dt{
	margin-top: 5px;
	font-weight: bold;
}




#specialist2 #about_column{
	background-image:url(../img/bg_intro_column.jpg);
	width:590px;
	background-repeat:no-repeat;
	padding: 10px 0px 10px 10px;
}
#specialist2 .kikou{
	background-image:url(../img/bg_intro_about.jpg) !important;
	height:80px !important;
}

dl#intro_column{
	width:280px;
	float: left;
}
.kikou dl#intro_column{
	float:none !important;
	width:590px;

}

dl#intro_column dt{
	font-weight:bold;
	font-size: 14px;
}
dl#intro_column dd{
	color:#666666;
	margin: 5px 0 0 0;
}

dl#prof_column{
	width:250px;
	float:right;
}
dl#prof_column{
	width:190px;
	float: left;
	padding: 0 0 0 20px;
}

dl#prof_column dt{
	font-weight:bold;
	font-size: 14px;
}
dl#prof_column dd{
	color:#666666;
	margin: 5px 0 0 0;
}

#about_column img{
	float:left;
	border:solid #EFE0BD 1px;
	padding:3px;
	background-color:#fff;
	margin-left: 7px;
	display: inline;
}

#cont_column h3{
	color:#333;
	border-left:solid #669900 5px;
	padding:2px 0 2px 5px;
	width: 595px;
	font-size:18px;
}
#cont_column #sub{
	border-top:solid #669900 1px;
	margin:2px 0 10px 0;
	width:600px;
	padding: 3px 0 0 0;
}
#cont_column #recommend{
    float:left;
}
#recommend li{
    float:left;
	padding:3px 10px 0 0;
}

#cont_column #date{
	float:right;
	color: #999;
}

#cont_column blockquote {
    background-color:#ddd;
    padding:1em 1em 1em 3em;
    position:relative;
    font-style: italic;
}

#cont_column blockquote:before{
    content:"“";
    font-size:600%;
    line-height:1em;
    font-family:"ＭＳ Ｐゴシック",sans-serif;
    color:#999;
    position:absolute;
    left:0;
    top:0;
}

#cont_column ol {
    counter-reset: li;
    list-style: none;
    padding-left: 0;
    padding-bottom: 2em;
}

#cont_column ol > li {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-left: 2.5em;

}

#cont_column ol > li:before {
    content: counter(li) "";
    counter-increment: li;
    position: absolute;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    background: #000;
    border-radius: 50px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

.entry-content{
	margin:5px 0 0 0;
	width:600px;
	border-bottom: dotted #630 2px;
	padding: 0 0 20px 0;
}
.entry-content a{
    font-weight:bold;
}
.entry-content p{
	margin:0px 0 10px 0;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.08em;
}
.entry-content dl.r_post{
	font-size:14px;
	margin:20px 0 10px 0;
}
.entry-content .r_post dt{
	color:#630;
}
.entry-content .r_post li{
	background-image:url(http://www.foocom.net/img/ico_tri.gif); background-repeat:no-repeat; padding:0 0 0 10px; margin:5px 0 0 0;
}


.entry-content .wp-caption{
	margin:0px 10px 10px;
	text-align:center;
	padding-top:5px;
	border:solid #EFE0BD 1px;
}
.entry-content .alignright{
    float:right;
    margin:0 0 10px 10px;
}
.entry-content .alignleft{
    float:left;
    margin:0 10px 10px 0px;
}
.entry-content .aligncenter{
    margin:0 auto 10px;
}
.entry-content img.alignright{
    float:right;
    display:block;
    margin:0 0 10px 10px;
    padding:5px;
    border:solid #EFE0BD 1px;
}
.entry-content img.alignleft{
    float:left;
    display:block;
    margin:0 10px 10px 0px;
    padding:5px;
    border:solid #EFE0BD 1px;
}
.entry-content img.aligncenter{
    margin:0 auto 10px;
    display:block;
    padding:5px;
    border:solid #EFE0BD 1px;
}
.entry-content .wp-caption-text{
	font-size:12px !important;
	line-height:120% !important;
	margin-top:3px !important;
	padding:2px 2px 0 3px !important;
	clear:both !important;
	text-align: left !important;
}


.entry-content dl.rel_post{
    font-size:14px;
    margin:20px 0 10px 0;
}
.entry-content .rel_post dt{
	color:#630 !important;
}
.entry-content .rel_post li{
	color:#333;
	background-image:url(http://www.foocom.net/img/ico_tri.gif);
	background-repeat:no-repeat;
	padding:0 0 0 13px;
	margin:5px 0 0 5px;
}

.entry-content dl.rel_site{
	font-size:14px;
	margin-bottom: 5px;
}
.entry-content .rel_site dt{
	color:#666;
}
.entry-content .rel_site li{
	color:#666;
	background-image:url(http://www.foocom.net/img/ico_exlink.gif);
	background-repeat:no-repeat;
	padding:2px 0 2px 13px;
	margin:5px 0 0 5px;
}
*:first-child+html .entry-content .rel_site li{
    padding:0px 0 2px 13px;
}
*html .entry-content .rel_site li{
    padding:0px 0 2px 13px;
}

.entry-content .rel_site li a{
    color:#666;
}
.entry-content strong{
    font-size:14px;
}
.entry-content .pict_left{
    float:left;
}
.entry-content .pict_right{
    float:right;
}


#nav-below{
    line-height:200% !important;
	margin:5px 0 0 0 !important;
}


/* 過去記事ここから */
#about_this{
    width:580px; background-color:#f5f3f3; padding:10px; margin-top:10px;
}

/* 食品ニュース・今日のリンク集ここから */
ul.today{
	font-size:14px;
	width: 600px;
	margin: 2px 0 15px 0;
}
ul.today li{
	background-image:url(http://www.foocom.net/img/ico_tri.gif);
	background-repeat:no-repeat;
	margin:10px 0 0 10px;
	padding:0 0 0 13px;
	line-height: 150%;
}


/* FAQここから */
table.faq td{
    vertical-align:top;
	font-size:14px;
}
td.question{
    color:#336600;
	font-weight:bold;
	padding-bottom:5px;
	line-height:150%;

}
td.answer{
    padding-bottom:10px;
	line-height:150%;

}
*:first-child+html td.answer{
    padding-bottom:2px;

}
td.border{
    border-top:dotted #663300 2px;
	width:590px;
	position:relative;
	top:7px;
}

/* 記事中タイトルの調整 */
h4{
	line-height:1.6;
	margin:25px 0 20px 0;
	padding:10px 10px 8px;
	font-size:16px;
	background-color:#ddd;
}

/*キャプションスタイル変更　2016/9/18 青柳追記*/
#attachment_14855, #attachment_14856 {
  width: 580px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#attachment_14855 a, #attachment_14856 a {
  display: block;
}

#attachment_14855 p, #attachment_14856 p {
    width: 270px;
}
