/*Outline*/
/*------------------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 1248px;
}

#container.member {
	margin-top: 80px;
}

#main {
	width: 936px;
	float: left;
}

#side {
	width: 300px;
	text-align: center;
	float: right;
}

/*To Top*/
/*------------------------------------------------------------*/

#totop {
	position:fixed;
	bottom:50px;
	right:20px;
	width:59px;
	height:30px;
	background:url(../images/img_totop.png) 0 0 no-repeat;
	background-size:cover;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:none;
	z-index:200;
	cursor:pointer;
}

/*ボタン*/
/*------------------------------------------------------------*/

.button_blue,
.button_gray {
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	font-size: 87%;
	border-radius: 3px;
	clear: both;
}

.button_blue {
	color: #fff !important;
	background: #4169e1;
}

.button_gray {
	color: #555 !important;
	background: rgba(0,0,0,0.1);
}

.button {
	opacity: 1;
	cursor: pointer;
}

.button:hover {
	opacity: 0.9;
}

#container input[type="button"] {
	height: 36px;
	line-height: 36px;
}

/*注意*/
/*------------------------------------------------------------*/

.notice {
	margin: 0 auto;
	padding: 20px;
	width: 440px;
	font-size: 81%;
	text-align: left;
	background: rgba(0,0,0,0.02);
	border-radius: 3px;
	color: navy;
}

.notice a {
	font-weight: bold;
	color: crimson;
}

/*必須*/
/*------------------------------------------------------------*/

.require {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 3px 9px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	background: #da5900;
	border-radius: 2px;
}

/*ヘッダー(member)*/
/*------------------------------------------------------------*/

header#member {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -624px;
	padding: 6px 0;
	width: 1248px;
	height: 42px;
	z-index: 3;
}

header#member:before {
	display: block;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: #3a3a3a;
	background: -webkit-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: -moz-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: -o-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: -ms-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: linear-gradient(to bottom, #3a3a3a, #1a1a1a);
	box-shadow: 0 0 8px #000;
	z-index: -1;
}

header#member h1 {
	width: 108px;
	height: 30px;
	float: left;
}

header#member h1 a {
	display: block;
	width: 108px;
	height: 30px;
	background: url(../images/logo_s.png) 0 0 no-repeat;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*新着お知らせ*/
/*----------------------------*/

header#member div#notice {
	position: relative;
	margin: 0 0 0 15px;
	float: left;
}

header#member #notice a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: cover !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header#member #notice a#notice_new_mark_normal {
	margin: 0 5px 0 0;
	background: url(../images/icon_new_normal.png) 0 0 no-repeat;
	cursor:default;
}

header#member #notice a#notice_new_mark_highlight {
	margin:0 5px 0 0;
	background:url(../images/icon_new_highlight.png) 0 0 no-repeat;
}

header#member #notice a#notice_follow_mark_normal {
	background:url(../images/icon_follow_normal.png) 0 0 no-repeat;
	cursor:default;
}

header#member #notice a#notice_follow_mark_highlight {
	background:url(../images/icon_follow_highlight.png) 0 0 no-repeat;
}

header#member #notice_new_count,
header#member #notice_follow_count {
	position:absolute;
	top:18px;
	left:17px;
	padding:0 3px;
	color:#fff;
	font-size:56%;
	font-weight:bold;
	line-height:140%;
	border-radius:10px;
	background:red;
	display:inline-block;
}

header#member #notice_follow_count {
	left:63px;
}

/*検索*/
/*----------------------------*/

header#member div#search {
	margin:0 0 2px 20px;
	height:30px;
	border-radius:3px;
	float:left;
}

header#member div#search input[type="text"] {
	padding:0 30px 0 5px;
	width:170px;
	height:98%;
	font-size:87%;
	border-radius:3px;
	color:#999;
	background:#555;
	border:none;
	outline:none;
}

header#member div#search input[type="text"]:focus {
	color:#fff;
	background:#777;
}

header#member div#search input[type="button"] {
	margin:0 0 0 -30px;
	width:30px;
	height:98%;
	background:url(../images/button_search_normal.png) center center no-repeat;
	background-size:16px 16px;
	border:none;
	border-radius:3px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}

header#member div#search input[type="button"]:hover {
	background:url(../images/button_search_highlight.png) center center no-repeat;
	background-size:16px 16px;
}

/*ドロップダウンメニュー*/
/*----------------------------*/

ul#topnav {
	width:250px;
	height:30px;
	font-size:81%;
	float:right;
}

#topnav li#navmenu {
	width:250px;
	height:30px;
	background:#ddd;
	border-radius:3px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#topnav li#navmenu:hover {
	border-radius:3px 3px 0 3px;
	background:#fff;
}

#topnav li#navmenu:hover img {
	border-radius:3px 0 0 3px;
}

#topnav li a {
	width:250px;
	display:block;
}

#navmenu div {
	width:250px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/arrow_tri_down_gray.png) 230px center no-repeat;
	background-size:10px 6px;
	overflow:hidden;;
}

#navmenu div img {
	margin:0 5px 0 0;
	width:30px;
	height:30px;
	border-radius:3px 0 0 3px;
	float:left;
}

ul#subnav {
	margin:0 0 0 30px;
	width:220px;
	background:#fff;
	border-radius:0 0 3px 3px;
	box-shadow:0 3px 3px #aaa;
}

#subnav li {
	line-height:30px;
	border-top:1px dotted #ddd;
	border-radius:0 !important;
}

#subnav li a {
	padding:0 0 0 25px;
	width:100%;
	line-height:30px;
	color:#333;
	background:url(../images/arrow_tri_right_gray.png) 12px center no-repeat;
	background-size:4px 7px;
	display:inline-block;
}

#subnav li a:hover {
	color:#333;
	background:#f0f0f0 url(../images/arrow_tri_right_gray.png) 12px center no-repeat;
	background-size:4px 7px;
}

#subnav li:last-child a:hover {
	border-radius:0 0 3px 0;
}

/*新規投稿*/
/*----------------------------*/

header#member div#entry {
	margin:0 15px 0 0;
	width:45px;
	height:30px;
	border-radius:3px;
	background:#fbbb3b;
	background:-webkit-linear-gradient(top, #fbbb3b, #f3881e);
	background:-moz-linear-gradient(top, #fbbb3b, #f3881e);
	background:-o-linear-gradient(top, #fbbb3b, #f3881e);
	background:-ms-linear-gradient(top, #fbbb3b, #f3881e);
	background:linear-gradient(to bottom, #fbbb3b, #f3881e);
	float:right;
}

header#member div#entry a {
	width:45px;
	height:30px;
	background:url(../images/icon_entry.png) 2px center no-repeat;
	background-size:38px 23px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
}

header#member div#entry:hover {
	background:#fba801;
	background:-webkit-linear-gradient(top, #fba801, #f37900);
	background:-moz-linear-gradient(top, #fba801, #f37900);
	background:-o-linear-gradient(top, #fba801, #f37900);
	background:-ms-linear-gradient(top, #fba801, #f37900);
	background:linear-gradient(to bottom, #fba801, #f37900);
}

/*ヘッダー(visitor)*/
/*------------------------------------------------------------*/

header#visitor {
	position: relative;
	margin: 36px auto 0 auto;
	padding: 20px 0;
	width: 1248px;
}

header#visitor h1 {
	display: inline-block;
	width: 200px;
	height: 64px;
}

header#visitor h1 a {
	display: block;
	width: 200px;
	height: 64px;
	background: url(../images/logo_m.png) 0 bottom no-repeat;
	background-size: 200px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*検索*/
/*----------------------------*/

header#visitor form {
	position: absolute;
	top: 42px;
	left: 240px;
	height: 30px;
	border-radius: 3px;
	float: right;
}

header#visitor form input[type="text"] {
	padding: 0 30px 0 5px;
	width: 270px;
	height: 30px;
	font-size: 87%;
	border-radius: 3px;
	color: #999;
	background: #fff;
	border: 1px solid #aaa;
	outline: none;
}

header#visitor form input[type="text"]:focus {
	color: #000;
	border: 1px solid #2daebf;
}

header#visitor form input[type="button"] {
	margin: 0 0 0 -30px;
	width: 30px;
	height: 30px !important;
	background: url(../images/button_search_normal.png) center center no-repeat;
	background-size: 16px 16px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

header#visitor form input[type="button"]:hover {
	background:url(../images/button_search_highlight2.png) center center no-repeat;
	background-size:16px 16px;
}

/*メイン*/
/*------------------------------------------------------------*/

/*カテゴリー*/
/*----------------------------*/

ul#category {
	position: relative;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #999;
}

ul#category:before,
ul#category:after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -3px;
	width: 0;
	height: 0;
	border: #999 3px solid;
	border-radius: 50%;
}

ul#category:before {
	left: 0;
}

ul#category:after {
	right: 0;
}

ul#category li {
	margin:0 15px 0 0;
	display:inline-block;
}

ul#category li a {
	padding:3px 20px;
	font-size:81%;
	color:#000;
	border:1px solid #999;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	display:block;
}

ul#category li.current a,
ul#category li a:hover {
	background:-webkit-gradient(linear, left top, right bottom, from(#eee), color-stop(0.25, #eee), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #eee), color-stop(0.75, #eee), color-stop(0.75, white), to(white));
	background:-moz-linear-gradient(-45deg, #eee 25%, white 25%, white 50%, #eee 50%, #eee 75%, white 75%, white);
	background:linear-gradient(-45deg, #eee 25%, white 25%, white 50%, #eee 50%, #eee 75%, white 75%, white);
	background-size: 4px 4px;
}

ul#category li.current a {
	font-weight:bold;
	cursor:default;
}

section #term {
	margin:5px 0 0 0;
	color:#999;
	text-align:right;
	font-size:81%;
}

#grid {
	margin:20px 0 0 0;
}

/*リスト*/
/*----------------------------*/

.tile,
.card_follow {
	position:relative;
	margin:0 5px 10px 5px !important;
	width:302px;
	background: #fff;
	border:1px solid #ddd;
	border-radius:0 0 10px 10px;
	display:inline-block;
}

.ad_space {
	border-radius: 0;
}

.ad_space h1 {
	padding: 1% 0;
	line-height: 1;
	font-size: 62%;
	text-align: center;
	background: #ddd;
}

.card_entry a {
	position:relative;
	padding:0 0 30px 0;
	color:#000;
	display:block;
}

.card_entry a:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.card_entry a img {
	width:100%;
	vertical-align:bottom;
}

.card_entry a:hover {
	opacity:0.8;
}

.card_entry div.auther img {
	margin:0 5px 0 0;
	width:24px;
	height:24px;
	border-radius:3px;
	float:right;
}

.card_entry div.auther span {
	height:24px;
	line-height:24px;
	display:block;
	float:right;
}

.card_entry a:hover div img {
	opacity:1 !important;
}

.card_entry h1 {
	position: relative;
	padding: 0 0 3px 0;
	font-size: 81%;
	font-weight: bold;
}

.card_entry h1:before {
	display: block;
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url("../images/cover.png") 0 0 repeat-x;
}

.card_entry h1 cite {
	padding:0 0 0 10px;
	color:#0085a5;
}

.card_entry p {
	margin:3px 10px 0 10px;
	padding:10px 0 0 0;
	line-height:180%;
	font-size:75%;
	border-top:1px dotted #999;
}

.card_entry div.auther {
	margin:10px 10px 0 10px;
	font-size:75%;
}

.card_entry div.rank {
	position:absolute;
	top:10px;
	left:10px;
	width:32px;
	height:32px;
}

.card_entry:nth-of-type(1) div.rank {
	background:url(../images/icon_gold.png) 0 0 no-repeat;
	background-size:32px 32px;
}

.card_entry:nth-of-type(2) div.rank {
	background:url(../images/icon_silver.png) 0 0 no-repeat;
	background-size:32px 32px;
}

.card_entry:nth-of-type(3) div.rank {
	background:url(../images/icon_bronze.png) 0 0 no-repeat;
	background-size:32px 32px;
}

.card_entry div.button_like_normal,
.card_entry div.button_fav_normal,
.card_entry div.button_like_highlight,
.card_entry div.button_fav_highlight {
	position:absolute;
	bottom:0;
	width:32px;
	height:28px;
	font-size:75%;
	color:#000;
	font-weight:normal;
	text-align:center;
	background:rgba(0,0,0,0.03);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
}

.card_entry div.button_like_normal:hover,
.card_entry div.button_fav_normal:hover {
	opacity:0.8;
}

.card_entry div.button_like_normal {
	left:0;
	border-radius:0 0 0 4px;
	background:url(../images/button_like_normal.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 0 10px;
}

.card_entry div.button_like_highlight {
	left:0;
	border-radius:0 0 0 4px;
	background:url(../images/button_like_highlight.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 0 10px;
}

.card_entry div.button_fav_normal {
	right:0;
	border-radius:0 0 4px 0;
	background:url(../images/button_fav_normal.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 10px 0;
}

.card_entry div.button_fav_highlight {
	right:0;
	border-radius:0 0 4px 0;
	background:url(../images/button_fav_highlight.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 10px 0;
}

.card_entry span.article_like_count {
	position:absolute;
	left:30px;
	bottom:3px;
	font-size:75%;
	display:block;
}

.card_entry span.article_fav_count {
	position:absolute;
	right:30px;
	bottom:3px;
	font-size:75%;
	text-align:right;
	display:block;
}

/*tag cloud*/
/*----------------------------*/

.tag_cloud {
	background: #fbfbfb;
}

.tag_cloud h1 {
	padding: 1% 0;
	font-weight: bold;
	font-size: 87%;
	text-align: center;
	background: #ddd;
}

.tag_cloud ul {
	padding: 15px 15px 10px 15px;
}

.tag_cloud a {
	display: block;
	padding: 1% 0;
	font-size: 87%;
	border-top: 1px dotted #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tag_cloud a:hover {
	background: rgba(0,0,0,0.04);
}

.tag_cloud li:last-of-type a {
	border-bottom: 1px dotted #999;
}

.tag_cloud a div {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 44px;
	text-align: center;
	border-right: 1px dotted #999;
}

/*検索*/
/*----------------------------*/

.tag_cloud .search {
	position: relative;
	margin: 0 auto 15px auto;
	width: 270px;
	height: 30px;
	overflow: hidden;
}

.tag_cloud .search input[type="text"] {
	padding: 0 30px 0 5px;
	width: 270px;
	height: 30px;
	font-size: 87%;
	border-radius: 3px;
	color: #999;
	background: #fff;
	border: 1px solid #aaa;
	outline: none;
}

.tag_cloud .search input[type="text"]:focus {
	color: #000;
	border: 1px solid #2daebf;
}

.tag_cloud .search input[type="button"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px !important;
	background: url(../images/button_search_normal.png) center center no-repeat;
	background-size: 16px 16px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

.tag_cloud .search input[type="button"]:hover {
	background: url(../images/button_search_highlight2.png) center center no-repeat;
	background-size: 16px 16px;
}

/*ランキング*/
/*----------------------------*/

article.card_ranking {
	position:relative;
	margin:0 0 15px 0;
	width:100%;
	border:1px solid #ddd;
	border-radius:0 10px 10px 0;
}

article.card_ranking a {
	position:relative;
	width:100%;
	color:#000;
	display:block;
}

article.card_ranking a:hover {
	opacity:0.8;
}

article.card_ranking a img:first-child {
	margin:0 10px 0 0;
	width:290px;
	vertical-align:bottom;
	display:block;
	float:left;
}

article.card_ranking h1 {
	padding:10px 10px 3px 0;
	font-size:87%;
	font-weight:bold;
}

article.card_ranking h1 cite {
	color:#0085a5;
}

article.card_ranking p {
	margin:3px 10px 0 0;
	padding:8px 0 0 0;
	line-height:160%;
	font-size:81%;
	border-top:1px dotted #999;
}

article.card_ranking div.auther {
	margin:8px 10px 0 0;
	font-size:75%;
	line-height:24px;
}

article.card_ranking div.auther img {
	margin:0 5px 0 0;
	width:24px;
	height:24px;
	border-radius:3px;
	float:left;
}

article.card_ranking div.button_like_normal,
article.card_ranking div.button_fav_normal,
article.card_ranking div.button_like_highlight,
article.card_ranking div.button_fav_highlight {
	position:absolute;
	bottom:0;
	width:32px;
	height:28px;
	font-size:75%;
	color:#000;
	font-weight:normal;
	text-align:center;
	background:rgba(0,0,0,0.03);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
}

article.card_ranking div.button_like_normal:hover,
article.card_ranking div.button_fav_normal:hover {
	opacity:0.8;
}

article.card_ranking div.button_like_normal {
	left:290px;
	border-radius:0 0 0 4px;
	background:url(../images/button_like_normal.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 0 10px;
}

article.card_ranking div.button_like_highlight {
	left:290px;
	border-radius:0 0 0 4px;
	background:url(../images/button_like_highlight.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 0 10px;
}

article.card_ranking div.button_fav_normal {
	right:0;
	border-radius:0 0 4px 0;
	background:url(../images/button_fav_normal.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 10px 0;
}

article.card_ranking div.button_fav_highlight {
	right:0;
	border-radius:0 0 4px 0;
	background:url(../images/button_fav_highlight.png) center center no-repeat;
	background-size:18px 18px;
	border-radius:0 0 10px 0;
}

article.card_ranking span.article_like_count {
	position:absolute;
	left:320px;
	bottom:3px;
	font-size:75%;
	display:block;
}

article.card_ranking span.article_fav_count {
	position:absolute;
	right:30px;
	bottom:3px;
	font-size:75%;
	text-align:right;
	display:block;
}

article.card_ranking div.rank {
	position:absolute;
	top:8px;
	left:8px;
	width:28px;
	height:28px;
	line-height:24px;
	font-size:106%;
	text-align:center;
	color:#fff;
	border-radius:20px;
	border:2px solid #fff;
	background:#1e90ff;
	overflow:hidden;
	z-index:1;
	opacity:0.9;
}

article.card_ranking:nth-of-type(1) div.rank {
	background:#ff4500;
}

article.card_ranking:nth-of-type(2) div.rank {
	background:#ffa500;
}

article.card_ranking:nth-of-type(3) div.rank {
	background:#32cd32;
}

/*プロフ*/
/*------------------------------------------------------------*/

#prof {
	position: relative;
	margin: 0 0 20px 0;
	background: rgba(0,0,0,0.02);
}

#prof img {
	margin: 0;
	width: 140px;
	height: auto;
	float: left;
}

#prof div {
	overflow: hidden;
}

#prof h1 {
	margin: 6px 10px 5px 0;
	padding: 0 0 6px 10px;
	height: 36px;
	font-weight: bold;
	line-height: 32px;
	border-bottom: 1px dotted #999;
}

#prof h1 span {
	margin: 0 20px 0 10px;
	color: #aaa;
	font-size: 75%;
	font-weight: normal;
}

#prof ul {
	position: absolute;
	top: 8px;
	right: 0;
}

#prof li {
	display: block;
	margin: 0 10px 0 0;
	float: right;
}

#prof li a {
	height: 28px;
	line-height: 28px;
}

#prof p {
	margin: 5px 10px 5px 0;
	padding: 0 0 5px 10px;
	font-size: 75%;
}

/*フォロー*/
/*------------------------------------------------------------*/

article.card_follow {
	padding-top: 15px;
}

article.card_follow img {
	margin: 0 5px 10px 15px;
	width: 64px;
	height: 64px;
	float: left;
}

article.card_follow h1 {
	margin: 0 15px 0 0;
	height: 64px;
	vertical-align: middle;
	font-size: 93%;
	font-weight: bold;
	line-height: 100%;
	display: table-cell;
}

article.card_follow h1 span {
	display: block;
	margin: 0 15px 0 0;
	color: #aaa;
	font-size: 81%;
	font-weight: normal;
}

article.card_follow p {
	margin: 0 15px 0 15px;
	font-size: 81%;
	clear: both;
}

article.card_follow div {
	margin: 20px 0 0 0;
	text-align: center;
	clear: both;
}

article.card_follow ul {
	margin: 20px 0 0 0;
}

article.card_follow li {
	display: inline-block;
	width: 33%;
	border-top: 1px solid #ddd;
	background: rgba(0,0,0,0.03);
}

article.card_follow li:nth-of-type(2) {
	width: 34%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

article.card_follow li a {
	display: inline-block;
	padding: 5px 0;
	width: 100%;
	font-size: 93%;
	font-weight: bold;
	font-family: arial;
	line-height: 100%;
	text-align: center;
	color: #000;
}

article.card_follow li:nth-of-type(1) a {
	border-radius: 0 0 0 10px;
}

article.card_follow li:nth-of-type(3) a {
	border-radius: 0 0 10px 0;
}

article.card_follow li a span {
	display: block;
	margin: 3px 0 0 0;
	color: #aaa;
	font-size: 75%;
	text-align: center;
	font-weight: normal;
	line-height: 100%;
}

article.card_follow li:hover {
	background: rgba(0,0,0,0.06);
}

/*投稿詳細*/
/*------------------------------------------------------------*/

article#recipe {
	text-align: center;
}

article#recipe h1 {
	padding:5px 0 5px 25px;
	font-size:131%;
	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
	background:url(../images/bg_spoon.png) 3px center no-repeat;
	background-size:16px 21px;
	text-align:left;
}

article#recipe h1 span {
	margin:0 5px 0 20px;
	font-size:81%;
	color:#aaa;
}

article#recipe h1 img {
	margin:-5px 3px 0 0;
	width:22px;
	height:22px;
	border-radius:3px;
	vertical-align:middle;
}

article#recipe h1 div {
	margin:-1px 0 0 0;
	float:right;
}

article#recipe h1 a {
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 75%;
}

article#recipe ul#tag {
	margin: 10px 0 30px 0;
	text-align: right;
}

article#recipe ul#tag li {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 75%;
}

article#recipe ul#tag li a {
	padding:2px 10px;
	line-height:160%;
	display:block;
	border-left:6px solid #ccc;
	background:#eee;
	color:#000;
	opacity:0.8;
}

article#recipe ul#tag li a:hover {
	border-left:6px solid #ffa500;
	background:#fff8dc;
	color:#000;
	opacity:1;
	cursor:default;
}

article#recipe ul#tag li a:hover {
	cursor:pointer;
}

article#recipe img#img_main {
	display: block;
	margin: 20px auto;
	border-radius: 3px;
}

article#recipe p {
	margin:0 0 30px 0;
	font-size:87%;
	text-align:center;
}

article#recipe p small,
article#recipe p time {
	margin:0 0 10px 0;
	font-size:93%;
	text-align:center;
	color:#999;
	display:block;
}

article#recipe p time {
	margin:10px 0 0 0;
	color:#aaa;
}

article#recipe p time:before {
	content:"(";
	font-size:93%;
}

article#recipe p time:after {
	content:")";
	font-size:93%;
}

article#recipe ul#thumbnail {
	margin: 20px 0 0 0;
	text-align: center;
}

article#recipe ul#thumbnail li {
	display: inline-block;
	padding: 0 5px;
}

article#recipe ul#thumbnail li img {
	display: block;
	height: 74px;
}

article#recipe ul#thumbnail li img:hover {
	opacity:0.8;
}

article#recipe ul#judge {
	margin:0 0 20px 0;
	text-align:center;
}

article#recipe ul#judge li {
	padding:0 10px 0 10px;
	display:inline-block;
}

article#recipe .button_like_on,
article#recipe .button_like_off,
article#recipe .button_fav_on,
article#recipe .button_fav_off,
article#recipe .button_share_on,
article#recipe .button_share_off {
	display: block;
	position: relative;
	padding: 0 0 0 36px;
	width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 81%;
	text-align: center;
	border-radius: 3px;
	opacity: 1;
}

article#recipe .button_like_off,
article#recipe .button_fav_off,
article#recipe .button_share_off {
	color: #333;
	background: #ddd;
}

article#recipe .button_like_on {
	color: #ed1e64;
	background: #fed0e0;
}

article#recipe .button_fav_on {
	color: #da5900;
	background: #eee8aa;
}

article#recipe .button_share_on {
	color: #0071bc;
	background: #b0e0e6;
}

article#recipe .button_like_on:hover,
article#recipe .button_like_off:hover,
article#recipe .button_fav_on:hover,
article#recipe .button_fav_off:hover,
article#recipe .button_share_on:hover,
article#recipe .button_share_off:hover {
	opacity: 0.9;
}

article#recipe .button_like_on:before,
article#recipe .button_like_off:before,
article#recipe .button_fav_on:before,
article#recipe .button_fav_off:before,
article#recipe .button_share_on:before,
article#recipe .button_share_off:before {
	display:block;
	content: '';
	position: absolute;
	top: 0;
	left:  0;
	width: 36px;
	height: 32px;
	border-radius: 3px 0 0 3px;
	background-color: rgba(0,0,0,0.06) !important;
	background-size: auto 32px !important;
}

article#recipe .button_like_on:before {
	background: url(../images/button_like_on.png) center center no-repeat;
}

article#recipe .button_like_off:before {
	background: url(../images/button_like_off.png) center center no-repeat;
}

article#recipe .button_fav_on:before {
	background: url(../images/button_fav_on.png) center center no-repeat;
}

article#recipe .button_fav_off:before {
	background: url(../images/button_fav_off.png) center center no-repeat;
}

article#recipe .button_share_on:before {
	background: url(../images/button_share_on.png) center center no-repeat;
}

article#recipe .button_share_off:before {
	background: url(../images/button_share_off.png) center center no-repeat;
}

/*記事内広告*/
/*----------------------------*/

.ad {
	margin: 10px 0;
	text-align: center;
}

/*ページ移動*/
/*----------------------------*/

#goto {
	margin:0 0 40px 0;
	width:100%;
}

#goto li {
	position:relative;
	border-bottom:1px solid #999;
	display:inline-block;
}

#goto li:hover {
	color:#af4473;
}

#goto #prev {
	float:left;
}

#goto li a {
	position:relative;
	font-size:14px;
	z-index:99;
	display:inline-block;
}

#goto #prev a {
	padding:0 35px 0 65px;
}

#goto #prev:before,
#goto #next:after {
	position:absolute;
	bottom:0;
	content:"";
	width:0;
	height:0;
	border-top:10px solid transparent;
	display:inline-block;
}

#goto #prev:before {
	left:0;
	border-right:#999 30px solid;
}

#goto #prev:after,
#goto #next:before {
	position:absolute;
	bottom:-3px;
	content:"";
	width:0;
	height:0;
	border:#999 3px solid;
	border-radius:50%;
	display:inline-block;
}

#goto #prev:after {
	right:-3px;
}

#goto #next {
	float:right;
}

#goto #next a {
	padding:0 65px 0 35px;
}

#goto #next:before {
	left:-3px;
}

#goto #next:after {
	right:0;
	border-left:#999 30px solid;
}

/*fb*/
/*----------------------------*/

.fb-comments {
	margin: 0 auto 40px auto;
}

.fb-comments, .fb_iframe_widget span, .fb_iframe_widget span iframe {
	width: 100% !important;
	display: block;
}

/*ヒストリー*/
/*----------------------------*/

div.history,
div#comment,
div#fb-comment {
	margin: 20px 0 0 0;
	width: 100%;
}

div.history h1,
div#comment h1,
div#fb-comment h1 {
	position: relative;
	padding: 2px 5px;
	font-size: 87%;
	font-weight: bold;
	border-bottom: 1px solid #a9925f;
}

div.history h1:before,
div.history h1:after,
div#comment h1:before,
div#comment h1:after,
div#fb-comment h1:before,
div#fb-comment h1:after {
	display: block;
	position: absolute;
	bottom: -3px;
	content: '';
	width: 0;
	height: 0;
	border: 3px solid #a9925f;
	border-radius: 50%;
	
}

div.history h1:before,
div#comment h1:before,
div#fb-comment h1:before {
	left: 0;
}

div.history h1:after,
div#comment h1:after,
div#fb-comment h1:after {
	right: 0;
}

div.history ul {
	margin: 15px 0 0 0;
}

div.history li {
	display: inline-block;
	margin: 2px;
}

div.history li img {
	width: 65px;
	height: 65px;
}

div.history li img:hover {
	opacity: 0.8;
}

/*コメント*/
/*----------------------------*/

div#comment h1 a {
	position: absolute;
	top: -6px;
	right: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 26px;
	font-size: 93%;
	font-weight: normal;
}

div#comment article {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	min-height: 80px;
	border-bottom: 1px solid #ddd;
}

div#comment article:first-of-type {
	margin: 20px 0 0 0;
}

div#comment article:last-of-type {
	margin: 10px 0 25px 0;
}

div#comment article.no_comment {
	margin: 10px 0 15px 0;
	min-height: 20px;
	border-bottom: none;
}

div#comment h2 {
	margin: 0 0 3px 70px;
}

div#comment h2 a {
	font-size: 93%;
}

div#comment h2 time {
	margin: 0 0 0 10px;
	font-size: 81%;
	color: #aaa;
}

div#comment h2 span {
	margin: 2px 5px 0 0;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 81%;
	float: right;
}

div#comment p {
	margin: 0 0 0 70px;
	font-size: 81%;
}

div#comment article.no_comment p {
	margin: 0 0 0 5px;
}

div#comment img {
	position: absolute;
	top: 5px;
	left: 0;
	max-width: 60px;
	max-height: 60px;
}

div#post-comment-modal textarea {
	margin: 0 0 20px 0;
	padding: 5px 8px;
	width: 100%;
	height: 180px;
	font-size: 93%;
	border-radius: 3px;
	border: 1px solid #ccc;
}

/*fbコメント*/
/*----------------------------*/

div#fb-comment .fb-comments {
	margin:20px 0 0 0;
}

/*プレビュー*/
/*----------------------------*/

div#confirm {
	width:100%;
	text-align:center;
}

/*ページャー*/
/*------------------------------------------------------------*/

ul#pager {
	margin:20px 0 0 0;
	width:100%;
	text-align:center !important;
	border:none;
}

ul#pager li {
	margin:0 5px;
	font-size:81%;
	border-radius:30px;
	display:inline-block;
}

ul#pager li:nth-of-type(1) {
	margin:0 auto 10px auto;
	text-align: center;
	display:block;
}

ul#pager li a,
ul#pager li span {
	padding:2px 8px;
	border:1px solid #eee;
	border-radius:30px;
	text-align:center;
	display:inline-block;
}

ul#pager li a:hover {
	background:#f0f0f0;
}

ul#pager li span {
	background:#f0f0f0;
}

/*設定*/
/*------------------------------------------------------------*/

.tab {
	margin:20px 0 0 0;
	width:100%;
	text-align:center;
}

.tab form {
	text-align:center;
}

.tab table {
	margin:0 0 20px 0;
	width:100%;
	border-collapse:separate;
	border-spacing:20px;
	font-size:87%;
}

.tab table th,
.tab table td {
	padding:0 10px 0 0;
	vertical-align:middle;
}

.tab table th {
	padding:5px 20px 5px 0;
	width:150px;
	text-align:right;
	border-right:3px solid #ddd;
}

.tab table td {
	padding:5px 0;
	text-align:left;
}

.tab table td p {
	color:#aaa;
	font-size:87%;
}

.tab table input[type="text"], input[type="password"] {
	padding:7px 5px;
	width:80%;
	font-size:93%;
	line-height:100%;
	border-radius:3px;
	border:1px solid #ccc;
}

.tab table input:focus,
.tab table textarea:focus {
	border:1px solid #2daebf;
}

.tab table textarea {
	padding:7px 5px;
	width:80%;
	height:120px;
	font-size:93%;
	border-radius:3px;
	border:1px solid #ccc;
}

.tab table ul {
	margin:5px 0 0 0;
}

.tab table li {
	line-height:25px;
}

.tab table td ul li input[type="text"] {
	padding:1px 5px;
	width:50%;
	border-radius:3px;
	border:1px solid #ccc;
}

/*規約*/
/*------------------------------------------------------------*/

.tab dl {
	width: 100%;
	font-size: 87%;
	text-align: left;
}

.tab dt {
	margin: 30px 0 5px 0;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

.tab dd {
	padding: 5px 0;
}

/*404*/
/*------------------------------------------------------------*/

#notfound {
	margin: 80px auto;
	padding: 110px 0 0 94px;
	width: 394px;
	height: 300px;
	text-align: center;
	background: url(../images/bg_404.png) 0 0 no-repeat;
	background-size: cover;
}

#notfound span {
	font-size: 180%;
	font-family: 'Galdeano', sans-serif;
	border-bottom: 1px dotted #000;
}

/*サイド*/
/*------------------------------------------------------------*/

#side h1 {
	position:relative;
	padding:4px 5px 3px 5px;
	font-size:81%;
	text-align:center;
	border-bottom:1px solid #999;
	/*background:url(../images/arrow_tri_up_gray.png) right bottom no-repeat;
	background-size:10px 6px;*/
}

#side h1:before,
#side h1:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	width: 0;
	height: 0;
	border: #999 3px solid;
	border-radius: 50%;
	
}

#side h1:before {
	left: 0;
}

#side h1:after {
	right: 0;
}

#side img {
	margin: 20px 0 15px 0;
}

/*Infinite Scroll loader*/
/*------------------------------------------------------------*/

#infscr-loading { 
	position:fixed;
	bottom:60px;
	left:50%;
	margin:0 0 0 -180px;
	padding:10px 20px;
	width:360px;
	height:56px;
	color:#fff !important;
	background:#000;
	font-size:87%;
	text-align:center;
	border-radius:5px;
	opacity:0.8;
	z-index:1000;
}

#infscr-loading img {
	margin:0 20px 0 0;
	width:36px;
	height:36px;
	display:inline-block;
}

#infscr-loading div {
	height:36px;
	line-height:36px;
	display:inline-block;
}

/*フッター*/
/*------------------------------------------------------------*/

footer {
	display: table;
	position: relative;
	margin: 50px auto 20px auto;
	width: 1248px;
}

footer ul {
	display: table-cell;
}

footer li {
	display: inline-block;
	border-left: 1px solid #ddd;
}

footer li:last-of-type {
	border-right: 1px solid #ddd;
}

footer li a {
	display: inline-block;
	padding: 5px 60px;
	font-size: 87%;
}

footer p {
	display: table-cell;
	padding: 5px 0;
	text-align: right;
	font-size: 81%;
}

/*Visitor Menu*/
/*------------------------------------------------------------*/

div#visitor_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background: #3a3a3a;
	background: -webkit-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: -moz-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: -ms-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: -o-linear-gradient(top, #3a3a3a, #1a1a1a);
	background: linear-gradient(to bottom, #3a3a3a, #1a1a1a);
	z-index: 2;
}

div#visitor_menu ul {
	margin: 0 auto;
	width: 1248px;
}

div#visitor_menu li {
	display: inline-block;
}

div#visitor_menu li:last-of-type {
	background: #da5900;
	float: right;
}

div#visitor_menu li a {
	display: inline-block;
	padding: 0 14px 0 26px;
	height: 36px;
	line-height: 36px;
	font-size: 87%;
	color: #fff;
}

div#visitor_menu li:nth-of-type(1) a {
	background: url(../images/button_fb_off.png) 0 center no-repeat;
	background-size: 32px auto;
}

div#visitor_menu li:nth-of-type(2) a {
	background: url(../images/button_charapi_off.png) 0 center no-repeat;
	background-size: 32px auto;
}

div#visitor_menu li:nth-of-type(3) a {
	background: url(../images/button_howto_off.png) 0 center no-repeat;
	background-size: 32px auto;
}

div#visitor_menu li:last-of-type a {
	padding: 0 0 0 36px;
	background: url(../images/icon_entry.png) 0 center no-repeat;
	background-size: 32px auto;
}

div#visitor_menu li a:hover {
	background-color: rgba(255,255,255,0.1);
}

/* 新規登録 */
/*------------------------------------------------------------*/

div.join {
	margin: 20px 0 0 0;
	padding: 40px 0;
	min-height: 630px;
	max-height: 720px;
	background: url(../images/img_charaben1.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}

div.join section {
	position: relative;
	margin: 0 0 0 700px;
	padding: 20px 20px 30px 20px;
	width: 508px;
	text-align: center;
	background: rgba(255,255,255,0.9);
}

div.join section:nth-of-type(2) {
	margin-top: 20px;
	padding: 30px 20px 20px 20px;
}

div.join section:nth-of-type(2):before {
	display: block;
	content: 'OR';
	position: absolute;
	top: -36px;
	left: 50%;
	margin: 0 0 0 -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 93%;
	color: #999;
	background: #efeae2;
	border-radius: 50%;
}

div.join section h1 {
	margin: 0 0 20px 0;
	font-size: 118%;
	line-height: 1;
	text-align: center;
}

div.join section form {
	text-align: center;
}

div.join section table {
	margin: -15px 0 0 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
	font-size: 81%;
}

div.join section table th,
div.join section table td {
	padding: 0 0 0 0;
	vertical-align: middle;
}

div.join section table th {
	padding: 0 10px 0 0;
	width: 110px;
	text-align: right;
	border-right: 3px solid #ddd;
}

div.join section table td {
	padding: 0 0 0 10px;
	text-align: left;
}

div.join section table td p {
	color: #aaa;
	font-size: 87%;
}

div.join section table td input:nth-of-type(2) {
	margin: 8px 0 0 0;
}

div.join section table input {
	padding: 4px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ccc;
}

div.join section table input:focus {
	border: 1px solid #2daebf;
}

div.join .button_fb {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 50px;
	width: 240px;
	height: 40px;
	line-height: 40px;
	font-size: 87%;
	color: #fff;
	background: #3b579d;
	border-radius: 3px;
	cursor: pointer;
}

div.join .button_fb:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.1) url(../images/button_fb_off.png) center center no-repeat;
	background-size: 42px auto;
}

/* アラート ログイン */
/*------------------------------------------------------------*/

div.alert li {
	display: inline-block;
	margin: 10px;
}

div.alert .button_fb,
div.alert .button_charapi {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 50px;
	width: 240px;
	height: 40px;
	line-height: 40px;
	font-size: 87%;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

div.alert .button_fb {
	background: #3b579d;
}

div.alert .button_charapi {
	background: #f37a00;
}

div.alert .button_fb:before,
div.alert .button_charapi:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-size: 42px auto !important;
}

div.alert .button_fb:before {
	background: rgba(0,0,0,0.1) url(../images/button_fb_off.png) center center no-repeat;
}


div.alert .button_charapi:before {
	background: rgba(0,0,0,0.1) url(../images/button_charapi_off.png) center center no-repeat;
}








/*media query*/
/*------------------------------------------------------------*/
/*
@media screen and (max-width: 1360px) {
	#container {
		padding:0 15px;
	}

	header#visitor {
		padding:0 15px;
	}

	header#visitor #help {
		right:15px;
	}
}

@media screen and (min-width: 1360px) {
	#container {
		padding:0 30px;
	}

	header#visitor {
		padding:0 30px;
	}

	header#visitor #help {
		right:30px;
	}

	header#member {
		padding:6px 30px;
	}
}

@media screen and (min-width: 1900px) {
	#container {
		padding:0 30px;
	}

	header#visitor {
		padding:0 30px;
	}

	header#visitor div#search {
		left:305px;
	}

	header#visitor #help {
		right:30px;
	}

	header#member {
		padding:6px 30px;
	}
}
