@charset "utf-8";
/* PC_CSS Document */

*, *::before, *::after {
	box-sizing: border-box;
}

@media (min-width: 650px) {
*{
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック',monospace, sans-serif!important;
	font-weight: 500!important;
}
h5{font-size: 20px;}
.list li {list-style : none;}
body{
	width:100%;	
	background:#fbfaf3;
	margin:0;
	padding:0;
	text-align:center;
}
	
/* スマホ用のコンテンツを非表示にする */
.sp{
	display:none;
}

/* リンク色 */
a {
color: #aa0000;
}
/* リンク色（マウスオーバー） */
a:hover {
color: #aa0000;
text-decoration: underline;
}

/* 回り込み */	
.clearboth{
	clear: both;
}


	.float-left2{
		width: 300px;
		height: 400px;
		float: left;
		clear: both;
		background: red;
	}	
	
	.float_left{
		float: left;
	}	
	
	.float_right{
		float: right;
		text-align: right;
	}
	
	.align_right{
		text-align: right!important;
	}
	
	.align_left{
		text-align: left!important;
	}
		
	.align_center{
		text-align: center;
	}
	
	
/* 文字 */
h2,
#tabBox h1 {
	height: auto !important;
	padding: 0 10px 10px 10px;
	border-left: 6px solid #fa7518;
	font-size: 28px;
	line-height: 30px;
	margin-top: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	font-weight: bold!important;
}

h3{
	font-size: 25px;
	margin: 30px 0 0 0;
	border-bottom: 5px solid #fa7518;
	padding-bottom: 10px;
	line-height: 30px;
	font-weight: bold!important;
	}
	
	h4{
		font-size: 20px;
		margin: 30px 0 0 0;
		line-height: 23px;
		font-weight: bold!important;

	}
	
.x-small{
	font-size: 12px;
	font-weight: normal;
	}
.small{
	font-size: 14px;
	font-weight: normal;
	}
.nomal{
	font-size: 16px;
	font-weight: normal;
	}	
.large{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	}
.bold{
	font-size: 16px;
	font-weight:bold!important;
	background: none;}
	
	.red{color: #aa0000;}

	.orange{
		color: #fa7518;
	}
	.green{
		 color:#75932f;
	}
	
.border_bottom{
	border-bottom: 5px solid #fa7518;
	padding-bottom: 10px;
}
	
	.border_dotted{
		border-bottom: 1px dotted #DDDDDD!important;
	}

.border_dotted2{
	border: none;
	}
	.p17{
		font-size: 17px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	}

/*///////////////// タグ ///////////////*/
	
	.tag{
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		font-weight: bold;
	}
	
	.tag ul{
		width: 100%;
		overflow: hidden;
		background:#f5f3ec;
	}
	
	.tag li{
		float: left;
		font-weight:normal;
		padding-top: 5px;
		margin-left: 10px;
	}
	
	.tag li:before {
    content: '*';
	}
	
	#osusume .tag,
	#word_list .tag{
		text-align: left;
		margin-bottom: -5px;
		font-weight: bold;
	}
	
	#osusume .tag ul,
	#word_list .tag ul{
		overflow: hidden;
		margin-top: 20px;
		background: none;
	}
	
	#osusume .tag ul li,
	#word_list .tag ul li{
		width: auto;
		height: 20px;
		border-radius: 0;
		float: left;
		font-weight:normal;
		background:#f5f3ec;
		padding-bottom:0;
		padding-top: 0;
		padding-right: 5px;
		margin-left: 10px;
		margin-right: 0;
	}
	
/* タグなしの場合のみ必要。タグをいれる場合は外す */
.no_tag ul li{
	height:300px !important;
}	
	
/* PCスタイル */
.white-bg{
	background:url(https://c.o16.co/1/g6/shinki/image/shinki_bg.jpg?date=20130423195640);
	background-repeat:repeat-y; 
	background-position:center; 
	width:100%;
	margin:0; 
	padding:0;
	padding-bottom: 20px;	
	}

.contents{
	width: 948px;
	margin: 0 auto;
	}

.pc-header{
	width:948px;
	height:80px;
	margin:auto;
	overflow:hidden;
	zoom:1;
	}

.logo-area{
	width:149px;
	float:left;
	}
	
.info{
	width:445px;
	text-align:left;
	float:left;
	padding-top:10px;
	}

.header-tel{
	width:200px;
	margin-left:10px;
	_margin-left:5px;
	float:left;
	height:77px;
	}

.login-area{
	width:130px;
	height:77px;
	float:right;
	text-align:right;
	vertical-align:bottom;
	padding: 10px 0 0 0;
	_padding:5px 0 0 0;
	font-size:9px;
	}

#login_box{padding-top:5px;}
	
#tabBox {
    border-top: 7px solid #f7771D;
}	
#tabBox h2 {
	}

#tabArea{
	margin-top: 20px;
	}

	.tabbar a{
		font-family:"Meiryo", "メイリオ", "mono-space"!important;
	}


.side_bar {
	position: fixed; /* スクロールしても位置を固定 */
  	top: 200px;
	width:70px;
/*	z-index: 99999;*/
	z-index: 1;
	right: 0;
}

	
	.bana2{
		text-align: right;
/*		z-index: 99999;*/
	}
	

.td_width300{
width: 300px;
}


.td_width100{
width: 100px;
}
	
}/* /（min-width: 650px）ここまで */

	@media (max-width: 1200px) { 
	.side_bar {
		display: none;
	}
	}




/* パンくず */
ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 7px 5px; /* パディング（上下、左右） */
list-style-type: none; /* リストマーク非表示 */
font-size: 100%; /* 文字サイズ */
	text-align: left;
}
/* リスト項目 */
ol.topic-path li {
/*padding-left: 5px;  左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
/*background: url(../img/topic-path-home-gray.png)no-repeat left;  ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 10px; /* 右パディング */
background: url(../img/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}


/* リンク色 */
ol.topic-path li a {
color: #aa0000;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #aa0000;
text-decoration: underline;
}

 
/* =======================================
    columnページ
======================================= */
.txtarea{
	width: 95%;
	margin: 0 auto;
	text-align: left;	
}

.txtarea p{
	font-size:16px;
	line-height: 30px;
	margin: 30px 0;
}

.txtarea img{
	width: 100%;
	
}
	
.txtarea h4{
	background:#f5f3ec;
	padding: 10px 0;
}

.attention{
width: 92% ;
position: relative;
vertical-align: baseline;
background-color: #fff;
border-radius: 4px;
border: 2px solid;
border-color: #fa7518;
padding: 25px 20px 0px 35px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 30px;
}
.attention_title{
position: absolute;
background-color: #fff;
border-color: #000000;
border-radius: 3px 0px 0px 0px;
font-weight: bold;
font-size: 17px;
margin: -35px 0px 0px -20px;
padding: 0px 8px 0px 8px ;
color: #fa7518;
}
.attention p{
	font-size: 15px;
	text-align: left;
	line-height: 25px;
	margin-top: 10px;
}

.list li{
	list-style:none;
	font-size: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 25px;
}

.list2 li{
	list-style:decimal;
	font-size: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 25px;
}
 
.list3 li{
	padding: 10 0;
	list-style-type: none!important;/*ポチ消す*/
	font-size: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
	line-height: 25px;
}

.list3 li:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em; /*左端からのアイコンまで*/
	color: #ffb03f; /*アイコン色*/
}

.list4 li{
	list-style:disc;
	font-size: 15px;
	margin-left: 20px;
	line-height: 25px;
}
 
/* =======================================
    おすすめcolumn
======================================= */
#osusume{
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #CBCBCB;
	padding-bottom: 30px;
}

#word_list{
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
#osusume h3,
#word_list h3{
	padding-bottom: 20px;
	border-bottom: none;
}

#osusume h4,	
#word_list h4{
	margin: 0 10px 10px 15px;
	background: none;
	font-size: 15px;
	line-height: 20px;
	}

#osusume li,
#word_list li{
	width: 280px;
	height: 360px;
	border-radius: 10px;
	border: 1px solid #CBCBCB;
	padding-bottom: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

#osusume li:last-child,
#word_list li:last-child{
	margin-right: 0;
}

#osusume li img,
#word_list li img{
	border-radius: 10px 10px 0 0;
}

#osusume .osusume_btn,
#word_list .osusume_btn{
	width: 93%;
	overflow: hidden;
	border-top: 1px solid #CBCBCB;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
	position:absolute;
	bottom: 0;
}

#osusume .osusume_btn a,
#word_list .osusume_btn a{
	background: url(../img/osusume_btn.gif) no-repeat right center;
	background-size: 15px;
	padding-right:20px;
}

.margin_top1{
	margin-top: -45px;
}
.margin_top2{
	margin-top: -20px;
}


/* レシピ */
  .attention table {
	width:100%;
    border: none;
	background: none;
	font-size: 14px;
  }
   .attention table thead {
    display: none;
  }
   .attention table td {
	overflow: hidden;
    border-bottom: 1px dotted #999;
    display: block;
    padding: 10px;
    text-align: right;
	margin-left: -10px;
  }
   .attention table td::before {
    content: attr(data-label);
    float: left;
  }
   .attention table td:last-child{
	   margin-bottom: 20px;
	   border: none;
  }

.attention table td ul{
	float: right;
}
.attention table td ul li{
	overflow: hidden;
	text-align: left;
}

.border_top{
	border: 1px dashed #cccccc;
	padding: 10px;
}


/*table*/
.table01 table {
	width:100%;
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	border-spacing: 0px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:15px;
}
.table01 th,.table01 td {
	border-bottom: 1px solid #4f4d47;
	border-left: 1px solid #4f4d47;
	text-align: center;
	padding: 5px;
}

.table01 td:first-child{background-color: #f5f3ec;font-weight: bold;}
.table01 th { background-color: #75932f; color: #fff;}

/*table2*/
.table02 table {
	width:100%;
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	border-spacing: 0px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:15px;
	text-align: left;
}
.table02 th,.table02 td {
	border-bottom: 1px solid #4f4d47;
	border-left: 1px solid #4f4d47;
	padding: 5px;
	vertical-align:top;
	text-align: left;
}
.table02 th,.table02 td:first-child {
	vertical-align:middle;
	background-color: #75932f;
}

.table02 td ul li{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}
.table02 td:first-child {color: white;}

.table02 td p{
	margin: 0;
	line-height: 18px;
	text-align: left;
}

.table02 th {background-color: #f5f3ec; }
.table02 th:first-child {
	vertical-align:middle;
	background-color: #75932f;
	border-bottom: none;
}

.v_center{
	vertical-align:middle!important;
}

/*table3*/
.table03 table {
	width:100%;
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	border-spacing: 0px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:15px;
	text-align: left;
	margin-bottom: -21px;
}
.table03 th,.table03 td {
	border-bottom: 1px solid #4f4d47;
	border-left: 1px solid #4f4d47;
	padding: 5px;
	vertical-align:top;
	text-align: left;
}

.table03 td ul li{
	text-align: left;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 0;
	list-style: disc;
}


.table03 td p{
	margin: 0;
	line-height: 18px;
	text-align: left;
}

.table03 th {
	background-color: #75932f; 
	color: #fff;
	vertical-align:middle;
}

/*table4*/
.table04 table {
	width:100%;
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	border-spacing: 0px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:15px;
}
.table04 th,.table04 td {
	border-bottom: 1px solid #4f4d47;
	border-left: 1px solid #4f4d47;
	text-align: left;
	padding: 5px;
}

.table04 td:first-child{background-color: #f5f3ec;font-weight: bold;}
.table04 th { background-color: #75932f; color: #fff;}





.width_table{
	width: 103px;
}

.item_list{
	padding-bottom: 10px;
	overflow: hidden;
}

.item_list img{
	width: 140px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	
}
