@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name:      mod_blog.css
Update:         2021/07
Author:         H.I
Style Info:     ブログページ設定
----------------------------------------------------------- */



/* siteTitleArea
---------------------------------------------------------------------- */
body#blog #siteTitleArea {
	display: none;
}

/*
body#blog #siteTitleArea h2 {
	background: url(/image/blog/title_blog.gif) no-repeat;
	text-indent: -999px;
}
*/


/* 201807 日記広場改修　*/

#contentsArea h3.blog-title {
	color: #777;
	font-size: 17px;
}

#contentsArea .blog-btn-s,
#contentsArea .blog-btn {
	display: inline-block;
	padding: 2px 24px;
	border: solid 2px #E0DACC;
	border-radius: 16px;
	background: #F4F1E9;
	font-weight: bold;
	font-size: 14px;
}

#contentsArea .blog-btn {
	padding: 6px 80px;
	border-radius: 20px;
}

#contentsArea .blog-btn-s:hover,
#contentsArea .blog-btn:hover {
	border: solid 2px #C4BEB0;
	background: #E0DACC;
	color: #FFF;
	text-decoration: none;
}

#contentsArea .blog-Staff-notice {
	padding-bottom: 8px;
}

#contentsArea .blog-Staff-notice li::before {
	padding-right: 4px;
	content: "※";
}

#blog-Staff .time,
.blog-catList .time {
	color: #70757A;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

hr.blog-box-fin {
	padding-top: 32px;
	border: none;
}

/* ヘッダーとメニュー　*/

#blog-PromotionArea {
	box-sizing: border-box;
	margin-bottom: 24px;
	height: 140px;
	border: 1px solid #DEDEDE;
	background: url(/image/blog/top/banner_top.png) no-repeat center 10px #FCF9F2;
}

#blog-PromotionArea ul.blog-notice {
	position: relative;
	margin-top: 24px;
	margin-left: 280px;
	width: 310px;
	height: 60px;
}

#blog-PromotionArea ul.blog-notice li.blog-notice01 a {
	top: 26px;
	left: 0;
	width: 142px;
	background: url(/image/blog/top/notice_txt01.png) no-repeat top left;
}

#blog-PromotionArea ul.blog-notice li.blog-notice02 a {
	top: 26px;
	left: 150px;
	width: 160px;
	background: url(/image/blog/top/notice_txt02.png) no-repeat top left;
}

#blog-PromotionArea ul.blog-notice li.blog-notice03 a {
	top: 42px;
	left: 0;
	width: 142px;
	background: url(/image/blog/top/notice_txt03.png) no-repeat top left;
}

#blog-PromotionArea ul.blog-notice li.blog-notice04 a {
	top: 42px;
	left: 150px;
	width: 160px;
	background: url(/image/blog/top/notice_txt04.png) no-repeat top left;
}

#blog-PromotionArea ul.blog-notice li a {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 10px;
	text-indent: 200%;
	white-space: nowrap;
}

#blog-PromotionArea ul.blog-notice li a:hover {
	opacity: .5;
}

#blog-PromotionArea ul.blog-menu {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 12px;
}

#blog-PromotionArea ul.blog-menu li {
	position: relative;
	display: block;
	flex: auto;
	margin: 0 2px;
	border: 1px solid #FCF9F2;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#blog-PromotionArea ul.blog-menu li .blog-menu-beginner {
	transform: translate(-2px, -5px);
}

#blog-PromotionArea ul.blog-menu li a {
	display: block;
	padding: 13px 0 8px;
}

#blog-PromotionArea ul.blog-menu li.now,
#blog-PromotionArea ul.blog-menu li:hover {
	border: 1px solid #DEDEDE;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	background-color: #FFF;
}

#blog-PromotionArea ul.blog-menu li.now::before,
#blog-PromotionArea ul.blog-menu li:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background: #ED7798;
	content: "";
}

/* 今週のお題メニュー */
ul.blog-menu_subject {
	display: flex;
	align-items: flex-start;
	margin: -10px 0 15px;
}

ul.blog-menu_subject li {
	position: relative;
	display: block;
	margin: 0 8px;
	width: 130px;
	border: 1px solid #DEDEDE;
	text-align: center;
	font-size: 14px;
}

ul.blog-menu_subject li a {
	display: block;
	padding: 5px 0 3px;
}

ul.blog-menu_subject li.now::before,
ul.blog-menu_subject li:hover::before {
	position: absolute;
	bottom: 1px;
	left: 3px;
	display: block;
	width: 124px;
	height: 3px;
	background: #F5D68C;
	content: "";
}

.box-outer .btn_more {
	padding-top: 8px;
	text-align: center;
}
#contentsArea h3.tit_subject {
	position: relative;
	padding-left: 38px;
	color: #ED8277;
	font-size: 18px;
}

#contentsArea h3.tit_subject::before {
	position: absolute;
	top: -5px;
	left: 5px;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/image/blog/top/icon_cat3033.png);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

/* カテゴリリスト　*/

#blog-Cat {
	position: relative;
}

#blog-Cat div[class^="blog-catList"] {
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 8px;
	margin-bottom: 16px;
	padding: 0;
	width: 318px;
	border: 1px solid #DDD;
	border-radius: 8px;
}

#blog-Cat dl.blog-catList {
	padding-bottom: 16px;
}


#blog-Cat div.blog-catList-right {
	margin-right: 0;
}

#blog-Cat div.blog-catList-big {
	margin-right: 0;
	width: 650px;
}


#blog-Cat .blog-catList h3[class^="blog-title-"] {
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 0;
	padding-left: 48px;
	border-bottom: none;
	font-size: 18px;
	line-height: 24px;
}

#blog-Cat .blog-catList h3.blog-title-event {
	border-top: 8px solid #B89434;
	background: url(/image/blog/top/icon_cat1005.png) no-repeat 8px 6px;
	color: #B89434;
}

#blog-Cat .blog-catList h3.blog-title-item {
	border-top: 8px solid #DE6F91;
	background: url(/image/blog/top/icon_cat1003.png) no-repeat 8px 6px;
	color: #DE6F91;
}

#blog-Cat .blog-catList h3.blog-title-garden {
	border-top: 8px solid #7EAD58;
	background: url(/image/blog/top/icon_cat1010.png) no-repeat 8px 6px;
	color: #7EAD58;
}

#blog-Cat .blog-catList h3.blog-title-myshop {
	border-top: 8px solid #E68C12;
	background: url(/image/blog/top/icon_cat1014.png) no-repeat 8px 6px;
	color: #E68C12;
}

#blog-Cat .blog-catList h3.blog-title-trade {
	border-top: 8px solid #60A0CE;
	background: url(/image/blog/top/icon_cat1017.png) no-repeat 8px 6px;
	color: #60A0CE;
}

#blog-Cat .blog-catList h3[class^="blog-title-friend"],
#blog-Cat .blog-catList h3[class^="blog-title-new"] {
	padding-bottom: 8px;
}

#blog-Cat .blog-catList h3.blog-title-friend10 {
	border-top: 8px solid #ED8277;
	background: url(/image/blog/top/icon_cat3036.png) no-repeat 8px 6px;
	color: #ED8277;
}

#blog-Cat .blog-catList h3.blog-title-new10 {
	border-top: 8px solid #ED8277;
	background: url(/image/blog/top/icon_cat3033.png) no-repeat 8px 6px;
	color: #ED8277;
}

#blog-Cat .blog-catList h3.blog-title-friend20 {
	border-top: 8px solid #ED7788;
	background: url(/image/blog/top/icon_cat3037.png) no-repeat 8px 6px;
	color: #ED7788;
}

#blog-Cat .blog-catList h3.blog-title-new20 {
	border-top: 8px solid #ED7788;
	background: url(/image/blog/top/icon_cat3034.png) no-repeat 8px 6px;
	color: #ED7788;
}

#blog-Cat .blog-catList h3.blog-title-friend30 {
	border-top: 8px solid #EA719E;
	background: url(/image/blog/top/icon_cat3038.png) no-repeat 8px 6px;
	color: #EA719E;
}

#blog-Cat .blog-catList h3.blog-title-new30 {
	border-top: 8px solid #EA719E;
	background: url(/image/blog/top/icon_cat3035.png) no-repeat 8px 6px;
	color: #EA719E;
}

#blog-Cat .blog-catList h3.blog-title-circle {
	border-top: 8px solid #C4AB5E;
	background: url(/image/blog/top/icon_cat1007.png) no-repeat 8px 6px;
	color: #C4AB5E;
}

#blog-Cat .blog-catList .gotoArrow {
	position: relative;
	padding-bottom: 2px;
	text-align: right;
}

#blog-Cat .blog-catList .gotoArrow a {
	position: relative;
	z-index: 10;
	display: inline-block;
}

#blog-Cat .blog-catList .gotoArrow a::after {
	display: inline-block;
	width: 32px;
	height: 16px;
	background: rgba(0, 0, 0, .00);
	content: "　　";
}

#blog-Cat .blog-catList .gotoArrow::before {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 0;
	display: block;
	padding: 1px 2px;
	border-radius: 4px;
	background: #B89434;
	color: #FFF;
	content: "▲";
	text-align: center;
	font-size: 9px;
	transform: rotate(90deg);
}

#blog-Cat .blog-catList h3.blog-title-item+.gotoArrow::before {
	background: #DE6F91;
}

#blog-Cat .blog-catList h3.blog-title-garden+.gotoArrow::before {
	background: #7EAD58;
}

#blog-Cat .blog-catList h3.blog-title-myshop+.gotoArrow::before {
	background: #E68C12;
}

#blog-Cat .blog-catList h3.blog-title-trade+.gotoArrow::before {
	background: #60A0CE;
}

#blog-Cat .blog-catList h3.blog-title-circle+.gotoArrow::before {
	background: #C4AB5E;
}



#blog-Cat .blog-catList dt {
	margin-bottom: 8px;
	border-bottom: 1px solid #DEDEDE;
}

#blog-Cat .blog-catList dd {
	position: relative;
	box-sizing: border-box;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 80px;
	height: 80px;
	border-bottom: 1px dashed #DEDEDE;
}

#blog-Cat .blog-catList dd:last-child {
	padding-top: 6px;
	padding-left: 0;
	height: 52px;
	border-bottom: none;
	text-align: center;
}

#blog-Cat .blog-catList dd p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#blog-Cat .blog-catList dd .blogTit a {
	display: inline-block;
	padding-bottom: 4px;
	color: #978356;
	font-weight: bold;
	font-size: 15px;
}

#blog-Cat .blog-catList dd .blogId {
	display: inline-block;
	padding-right: 8px;
	border-right: solid 1px #EEE;
	font-size: 11px;
	line-height: 1.2;
}

#blog-Cat .blog-catList dd .time {
	display: inline-block;
	padding-left: 4px;
	line-height: 1.2;
}

#blog-Cat .blog-catList dd .blogTxt {
	text-indent: 16px;
	line-height: 1.2;
}

#blog-Cat .blog-catList dd .blogTxt::before {
	position: absolute;
	top: 53px;
	left: 80px;
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(/image/common/ico_blogtxt.gif) no-repeat center;
	content: "";
}

#blog-Cat .blog-catList dd .avatarImg {
	position: absolute;
	top: 4px;
	left: 8px;
	border: 1px solid #FFF;
	box-shadow: 0 0 0 1px #DEDEDE;
}

/* アイテム交換バナー　*/

#itemtrade {
	position: absolute;
	right: 0;
	bottom: 25px;
	width: 325px;
	height: 479px;
	background: url(/image/blog/top/bg_itemtrade.png) no-repeat top;
}


#itemtrade .btn_more {
	position: absolute;
	top: 167px;
	left: 169px;
}

#itemtrade .btn_furima {
	position: absolute;
	top: 276px;
	left: 120px;
}


/* ピックアップカテゴリ　*/

#blog-PickupCat div[class^="blog-miniList-box"] {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	width: 200px;
	vertical-align: top;
}

#blog-PickupCat div.blog-miniList-box-right {
	margin-right: 0;
}

#blog-PickupCat .blog-miniList dt img {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 1px;
	padding: 0;
	width: 198px;
	height: 88px;
	border: 1px solid #FFF;
	border-radius: 7px;
	box-shadow: 0 0 0 1px #DEDEDE;
}

#blog-PickupCat .blog-miniList dd {
	position: relative;
	box-sizing: border-box;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-left: 52px;
	width: 200px;
	height: 64px;
	border-bottom: 1px dashed #DEDEDE;
}

#blog-PickupCat .blog-miniList dd:last-child {
	padding-top: 4px;
	padding-left: 0;
	height: 64px;
	border-bottom: none;
	text-align: center;
}

#blog-PickupCat .blog-miniList dd p {
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#blog-PickupCat .blog-miniList dd .blogTit a {
	color: #978356;
	font-weight: bold;
}

#blog-PickupCat .blog-miniList dd .blogId a {
	color: #5F6368;
	font-size: 10px;
}

#blog-PickupCat .blog-miniList dd .avatarImg {
	position: absolute;
	top: 1px;
	left: 1px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border: 1px solid #FFF;
	border-radius: 25px;
	box-shadow: 0 0 0 1px #DEDEDE;
}

#blog-PickupCat .blog-miniList dd .avatarImg img {
	position: absolute;
	top: -12px;
	left: -10px;
}

/* スタッフ日記　*/

#blog-Staff {
	padding-bottom: 16px;
}

#blog-Staff .blog-staffList li {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	margin-right: 20px;
	padding-left: 90px;
	width: 110px;
}

#blog-Staff .blog-staffList li::after {
	position: absolute;
	top: 0;
	right: -10px;
	display: inline-block;
	width: 1px;
	height: 100px;
	border-right: dashed 1px #DEDEDE;
	content: "";
}

#blog-Staff .blog-staffList li:last-child {
	margin-right: 0;
}

#blog-Staff .blog-staffList li:last-child::after {
	display: none;
}

#blog-Staff .blog-staffList .blogTit a {
	display: block;
	overflow: hidden;
	height: 36px;
	color: #978356;
	word-break: break-all;
	font-weight: bold;
}

#blog-Staff .blog-staffList .blogId a {
	color: #5F6368;
}

#blog-Staff .blog-staffList .blogId {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 84px;
	text-align: center;
	font-weight: bold;
}

#blog-Staff .blog-staffList .blogTxt {
	position: relative;
	overflow: hidden;
	height: 54px;
	text-indent: 12px;
	word-break: break-all;
}

#blog-Staff .blog-staffList .blogTxt::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url(/image/common/ico_blogtxt.gif) no-repeat center;
	content: "";
}

#blog-Staff .time {
	display: block;
	text-align: right;
}

#blog-Staff .blog-staffList img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
	width: 84px;
	height: 84px;
	border: 1px solid #FFF;
	border-radius: 7px;
	box-shadow: 0 0 0 1px #DEDEDE;
}

/* 事務局からのお知らせ　*/

#blog-InfoArea {
	position: relative;
	margin: 13px auto 0;
	width: 650px;
	background: url(/image/shop/common/bg_handwrite_frame_body.gif) no-repeat;
}

#blog-InfoArea h4 {
	margin: 0 17px 7px 17px;
	padding: 13px 0 8px 0;
	background: url(/image/shop/common/pic_underline.gif) bottom left repeat-x;
}

#blog-InfoArea ul {
	margin: 0 auto;
	width: 600px;
}

#blog-InfoArea li {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0 240px 4px 0;
	background: url(/image/common/line_dot.gif) bottom left repeat-x;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 15px;
}

#blog-InfoArea li span.category {
	position: absolute;
	right: 73px;
	margin-left: 40px;
	padding-right: 6px;
	border-right: 1px solid #CCC;
	font-size: 11px;
}

#blog-InfoArea li span.category a {
	margin-left: 5px;
	padding-bottom: 1px;
	color: #5F6368;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
}

#blog-InfoArea li span.date {
	position: absolute;
	right: 0;
	color: #70757A;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

#blog-InfoArea .btnMore {
	position: absolute;
	top: 40px;
	right: 22px;
	width: 100px;
}

#blog-InfoArea .bottom {
	overflow: hidden;
	width: 650px;
	height: 12px;
	background: url(/image/shop/common/bg_handwrite_frame_bottom.gif) no-repeat;
}


/* recommendBanner
---------------------------------------------------------------------- */
/*
#recommendBannerEvent {
	position: relative;
	width: 224px;
	height: 210px;
	background: url(/image/blog/bg_recommendbanner.gif) no-repeat center;
}
/*
/* recommendBannertwo
---------------------------------------------------------------------- */
/*
#recommendBannertwo {
	position: relative;
	padding: 38px 48px;
	width: 224px;
	height: 437px;
	background: url(/image/blog/bg_recommendbanner_two.gif) no-repeat;
}

#recommendBannertwo ul {
}

#recommendBannertwo li {
	margin-bottom:9px;
	height:224px;
}

#recommendBannertwo li object{
	height:224px;
	width: 224px;
	margin:0;
	padding:0;
	line-height: 0;
}




#recommendBannertwo li.right {
	margin-right: 0;
}

/*

/* recommendBannerEvent
---------------------------------------------------------------------- */
/*
#recommendBannerEvent{
	position:absolute;	
    background: url(/image/blog/event/bg_staffblog.png);
    width: 320px;
    height: 192px;
}

#recommendBannerEvent a{
	position:absolute;
	top:53px;
	left:173px;
	z-index:10;
} 
*/

/* recommendCategory
---------------------------------------------------------------------- */
#recommendCategory {
	position: relative;
	margin-bottom: 20px;
	width: 320px;
	height: 300px;
	background: url(/image/blog/bg_recommendcategory.gif) no-repeat;
}

#recommendCategory h3 {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
	border: none;
}

#recommendCategory p.date {
	position: absolute;
	top: 17px;
	right: 20px;
	text-align: right;
}

#recommendCategory p.text {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 160px;
	color: #827761;
}

#recommendCategory p.text strong {
	color: #E33575;
	font-weight: bold;
	font-size: 16px;
}

#recommendCategory p.btn {
	position: absolute;
	top: 142px;
	left: 65px;
}

/*ブログカテゴリー改修120906*/
#recommendCategory120906 {
	position: relative;
	margin-bottom: 20px;
	width: 320px;
	height: 300px;
	background: url(/image/blog/bg_recommendcategory_120906.gif) no-repeat;
}

#recommendCategory120906 h3 {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
	border: none;
}

#recommendCategory120906 .subTit {
	position: absolute;
	top: 33px;
	left: 14px;
	margin: 0;
	padding: 0;
	border: none;
}

#recommendCategory120906 p.date {
	position: absolute;
	top: 12px;
	right: 20px;
	text-align: right;
}

#recommendCategory120906 .itemImg {
	position: absolute;
	top: 64px;
	left: 16px;
}

#recommendCategory120906 p.btn {
	position: absolute;
	top: 170px;
	left: 179px;
}

#recommendCategory120906 .textArea .txt01 {
	position: absolute;
	top: 224px;
	left: 16px;
	width: 288px;
	text-align: center;
	font-size: 14px;
}

#recommendCategory120906 .textArea .txt01 strong {
	color: #E33575;
	font-weight: bold;
}

#recommendCategory120906 .textArea .txt02 {
	position: absolute;
	top: 246px;
	left: 16px;
	width: 288px;
	text-align: center;
	font-size: 11px;
	font-family: "Meiryo UI", "MS PGothic", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	line-height: 1.3;
}

#recommendCategory120906 .textArea .txtCap {
	position: absolute;
	top: 279px;
	left: 16px;
	width: 288px;
	text-align: center;
	font-size: 11px;
}



/*ブログカテゴリー改修160412*/

/*--  blog-InfoArea

#blog-InfoArea {
	position: relative;
	margin-top:20px;
	margin-bottom: 20px;
	width: 650px;
	height: 194px;
	background: url(/image/blog/bg_InfoArea.jpg) no-repeat;
}


#blog-InfoArea H4 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 0;
}

#blog-InfoArea .red{
	color:#FF0004;	
}

#blog-InfoArea .btnMore{
	position:absolute;
	top: 53px;
	left:330px;
	width:70px;
}

#blog-InfoArea .blog_notic{
	position:absolute;
	top: 48px;
	left:450px;
}

#blog-InfoArea .blog_notic li{
	list-style: none inside;
	background: url(/image/blog/list_dot.png) no-repeat 1px 6px;
 	padding-left:10px;
	font-size:86%;
	line-height:1.9em;
}

#blog-InfoArea .btn_gotoshop{
    position:relative;
	top: 139px;
	left:429px;
    width:219px;
	height:55px;
	background: url(/image/blog/btn_InfoArea_room.gif) no-repeat top;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
 
#blog-InfoArea .btn_gotoshop a{
	position:absolute;
	top: 0px;
	left:0px;
    width:100%;
    height:100%;
}
 --*/

/* simpleBlogList
---------------------------------------------------------------------- */
#blog-InfoArea .simpleBlogList {
	position: absolute;
	top: 45px;
	left: 82px;
	padding-top: 5px;
	width: 320px;
	border-top: solid 1px #CCC;
}

#blog-InfoArea .simpleBlogList li {
	position: relative;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 0 0 4px 3px;
	background: url(/image/common/line_dot.gif) bottom left repeat-x;
	font-family: "Meiryo UI", "MS PGothic", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	line-height: 15px;
}


#blog-InfoArea .simpleBlogList li span.nickname {
	margin-left: 5px;
	font-size: 11px;
}

#blog-InfoArea .simpleBlogList li span.nickname a:link,
#blog-InfoArea .simpleBlogList li span.nickname a:visited {
	color: #777;
	text-decoration: none;
}

#blog-InfoArea .simpleBlogList li span.nickname a:hover {
	color: #777;
	text-decoration: underline;
}


#blog-InfoArea .simpleBlogList li span.date {
	position: absolute;
	right: 5px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

#c-coin {
	position: relative;
	margin-bottom: 20px;
	width: 320px;
	height: 428px;
	background: url(/image/blog/bg_c-coin.gif) no-repeat top;
}


#c-coin .btn_fashiontop {
	position: relative;
	top: 86px;
	left: 22px;
	width: 276px;
	height: 306px;
	background: url(/image/blog/c-coin/banner_20160615.jpg) no-repeat top;
}

#c-coin .btn_fashiontop a {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
}


#c-coin .btn_muryo {
	position: absolute;
	top: 395px;
	left: 18px;
}

#c-coin .btn_howto {
	position: absolute;
	top: 395px;
	left: 169px;
}



/* マイニチワキャンペーン用 */
#recommendCategory.mainichiwa {
	background: url(/image/blog/bg_recommendcategory_090212.gif) no-repeat;
}

#recommendCategory.mainichiwa p.text strong,
#recommendCategory.mainichiwa .limitedItem dt strong {
	color: #F08205;
}

#recommendCategory.mainichiwa ul.btn {
	position: absolute;
	top: 148px;
	left: 33px;
}

#recommendCategory.mainichiwa ul.btn li {
	display: inline;
}


/* ウェブマネーアワード2010用
#recommendCategory.wma2010event {
	background: url(/image/blog/bg_recommendcategory_101215.gif) no-repeat;
}

#recommendCategory.wma2010event p.text strong,
#recommendCategory.wma2010event .limitedItem strong {
	color: #c05158;
}

#recommendCategory.wma2010event .limitedItem #wma2010Txt {
	position: relative;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 30px;
}
#recommendCategory.wma2010event .limitedItem .roomIteｍ .roomItemtxt strong {
	position: absolute;
	top: 44px;
	left: 5px;
}

#recommendCategory.wma2010event .limitedItem .detaileBtn {
	position: relative;
	margin-bottom: 5px;
	margin-left: 165px;
}
*/
/* ウェブマネーアワード2011用*/
/*#startevent{
	width:650px;
	height:241px;
	background: url(/image/blog/wma2011/wma2011_brogtop_111215.jpg) no-repeat;
	margin-top:-5px;
	margin-bottom: 3px;
}

#btn_award{
	text-align:center;
	position:absolute;
	top:590px;
	left:293px;
	height: 12px;
	width: 200px;
}

#startevent #btn_award a{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック";
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:hover{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック";
	color:#b79f69;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:visited{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック";
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_vote{
	position:absolute;
	top:495px;
	left:600px;
	width:190px;
	height:130px;
}

.txtHidden{
	display:none;
}*/


/* ウェブマネーアワード2012用*/

/*
#startevent{
	width:650px;
	height:241px;
	background: url(/image/blog/wma2012/wma2012_brogtop_121121.jpg) no-repeat;
	margin-top:-5px;
	margin-bottom: 3px;
	position:relative;
}

#btn_award{
	text-align:center;
	position:absolute;
	top:193px;
	left:132px;
	height: 12px;
	width: 245px;
}

#startevent #btn_award a{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック";
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:hover{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック";
	color:#b79f69;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:visited{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック";
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_vote{
	position:absolute;
	top:88px;
	left:430px;
	width:190px;
	height:130px;
}

.txtHidden{
	display:none;
}

*/

/* ウェブマネーアワード2013用

#startevent{
	width:650px;
	height:241px;
	background: url(/image/blog/wma2013/wma2013_blogtop_131224.jpg) no-repeat;
	margin-top:-5px;
	margin-bottom: 3px;
	position:relative;
}

#btn_award{
	text-align:center;
	position:absolute;
	top:185px;
	left:165px;
	height: 12px;
	width: 158px;
}

#startevent #btn_award a{
	text-align:center;
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:hover{
	text-align:center;
	color:#b79f69;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:visited{
	text-align:center;
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_vote{
	position:absolute;
	top:94px;
	left:430px;
	width:190px;
	height:120px;
}

.txtHidden{
	display:none;
}
*/
/* ウェブマネーアワード2014用

#startevent{
	width:650px;
	height:241px;
	background: url(/image/blog/wma2014/wma2014_blogtop_141218.jpg) no-repeat;
	margin-top:-5px;
	margin-bottom: 3px;
	position:relative;
}

#btn_award{
	text-align:center;
	position:absolute;
	top:185px;
	left:165px;
	height: 12px;
	width: 158px;
	letter-spacing: 1px;
}

#startevent #btn_award a{
	text-align:center;
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:hover{
	text-align:center;
	color:#b79f69;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:visited{
	text-align:center;
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_vote{
	position:absolute;
	top:88px;
	left:430px;
	width:190px;
	height:120px;
}

*/
/* ウェブマネーアワード2016用

#startevent{
	width:650px;
	height:241px;
	background: url(/image/blog/wma2016/wma2016_blogtop_161219.jpg) no-repeat;
	margin-top:-5px;
	margin-bottom: 11px;
	position:relative;
}

#btn_award{
	text-align:center;
	position:absolute;
	top:185px;
	left:165px;
	height: 12px;
	width: 158px;
	letter-spacing: 1px;
}

#startevent #btn_award a{
	text-align:center;
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:hover{
	text-align:center;
	color:#b79f69;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_award a:visited{
	text-align:center;
	color:#978356;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-top:3px;
}

#startevent #btn_vote{
	position:absolute;
	top:88px;
	left:430px;
	width:190px;
	height:120px;
}

*/
/* ウェブマネーアワード2017用

#startevent2017{
	width:650px;
	height:316px;
	background: url(/image/common/bg_login_flyer.png) center top;
	margin-top:-5px;
	margin-bottom: 11px;
	position:relative;
	text-align: center;
}

#startevent2017 img{
    position: absolute;
    top: 13px;
    left: 15px;
}
*/

/* ドラクエブログイベント2012
#recommendCategory.bannerOne{
	margin-bottom: 20px;
	width: 320px;
	height: 300px;
}


*/


/* limitedItem
---------------------------------------------------------------------- */
#recommendCategory .limitedItem {
	position: absolute;
	top: 210px;
	left: 20px;
	clear: both;
	overflow: hidden;
	padding: 0;
}

#recommendCategory .limitedItem .itemImg {
	float: left;
	margin: 2px 0 0 2px;
	width: 64px;
	height: 64px;
	border: 1px solid #DDD;

	_margin-left: 1px;
}

#recommendCategory .limitedItem dl {
	margin-left: 80px;
	width: 195px;
}


#recommendCategory .limitedItem dt {
	margin-bottom: 10px;
	padding-top: 5px;
	color: #777;
	font-weight: normal;
}

#recommendCategory .limitedItem dt strong {
	color: #C05158;
	font-weight: bold;
}

#recommendCategory .limitedItem dd {
	text-align: right;
}

#recommendCategory .limitedItem dd a:link,
#recommendCategory .limitedItem dd a:visited {
	color: #777;
	text-decoration: none;
}

#recommendCategory .limitedItem dd a:hover {
	color: #999;
	text-decoration: underline;
}





/* blogCategoryArea
---------------------------------------------------------------------- */
#blogCategoryArea {
	margin-bottom: 10px;
	border: 1px solid #DDD;
}

#blogCategoryArea h3 {
	margin-bottom: 0;
	padding: 5px;
	border-bottom: none;
	background: #DC7A85;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#blogCategoryArea dt {
	margin-top: 1px;
	padding: 5px 0 5px 5px;
	background: #F4F1E9;
	font-weight: bold;
	font-size: 13px;
}

#blogCategoryArea dt.first {
	margin-top: 0;
}

#blogCategoryArea dd ul {
	margin: 5px 0 0 5px;
}

#blogCategoryArea dd li {
	margin: 0;
	padding: 1px 0;
	border-bottom: dashed 1px #EEE;
	font-size: 13px;
	font-family: "Meiryo UI", "MS PGothic", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	line-height: 26px;
}

#blogCategoryArea dd li:last-child {
	border-bottom: none;
}

#blogCategoryArea dd li span {
	margin-left: 5px;
	color: #999;
	font-size: 10px;
}

#blogCategoryArea a {
	display: block;
}



/* newGameBlogArea
---------------------------------------------------------------------- */
#newGameBlogArea {
	margin-top: 20px;
}

#newGameBlogArea .titleBox {
	margin-bottom: 10px;
	width: 650px;
	height: 32px;
	background: url(/image/blog/bg_newgameblog.gif) no-repeat;
}

#newGameBlogArea .titleBox h2 {
	float: left;
	margin: 0;
	padding: 9px 0 0 9px;
	border: 0;
	line-height: 1;
}

#newGameBlogArea .titleBox p {
	padding: 9px 9px 0 0;
	text-align: right;
}





/* blogListArea
---------------------------------------------------------------------- */
#blogListArea {}


#blogListArea .bloglist {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0;
	background: url(/image/common/line_dot.gif) bottom left repeat-x;
}

#blogListArea .bloglist .avatarImg {
	float: left;
	margin-left: 5px;
	padding: 2px 0 0 2px;
	width: 68px;
	height: 68px;
	background: url(/image/common/bg_avatarbust.gif) no-repeat;

	_margin-left: 3px;
}

#blogListArea .bloglist dl {
	position: relative;
	margin-left: 80px;
	padding-top: 5px;
	height: 70px;
}

* html #blogListArea .bloglist dl {
	\height
	/**/
	: 75px;
	/* IE5 */
}

#blogListArea .bloglist dt {
	overflow: hidden;
	color: #978356;
	font-weight: bold;
}

#blogListArea .bloglist dl dd.post {
	position: absolute;
	top: 5px;
	right: 3px;
	color: #666;
	font-size: 12px;
}

#blogListArea .bloglist dl dd.post span.id {}

#blogListArea .bloglist dl dd.post span.time {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #CCC;
	color: #70757A;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

#blogListArea .bloglist dd.blogTxt {
	position: absolute;
	bottom: 10px;
	left: 0;
	overflow: hidden;
	padding-left: 11px;
	background: url(/image/common/ico_blogtxt.gif) no-repeat 0 4px;
	word-break: break-all;
}

#blogListArea .bloglist dl dd.category {
	position: absolute;
	top: 24px;
	left: 0;
	font-size: 10px;
}

#blogListArea .bloglist dl dd.category a:link,
#blogListArea .bloglist dl dd.category a:visited {
	padding-left: 3px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

#blogListArea .bloglist dl dd.category a:hover {
	color: #777;
	text-decoration: underline;
}

#blogListArea .bloglist dl dd.more {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding-left: 12px;
	background: url(/image/common/ico_more.gif) no-repeat 0 .3em;
	font-size: 10px;
}




/* リンク設定 */
#blogListArea .bloglist dt a:link,
#blogListArea .bloglist dt a:visited {
	color: #978356;
	text-decoration: none;
}

#blogListArea .bloglist dt a:hover {
	color: #978356;
	text-decoration: underline;
}

#blogListArea .bloglist dl dd.post a:link,
#blogListArea .bloglist dl dd.post a:visited,
#blogListArea .bloglist dl dd.more a:link,
#blogListArea .bloglist dl dd.more a:visited {
	color: #5F6368;
	text-decoration: none;
	font-weight: bold;
}

#blogListArea .bloglist dl dd.post a:hover,
#blogListArea .bloglist dl dd.more a:hover {
	color: #777;
	text-decoration: underline;
}

#blogListArea form[action="/blog/bloglist"] {
	margin-bottom: 5px;
	padding-bottom: 25px;
	background: url(/image/common/line_dot.gif) bottom left repeat-x;
}

#blogListArea form[action="/blog/bloglist"] select {
	float: right;
	margin: 0 3px 0 0;
	border: 1px solid #CCC;
}

#blogListArea form[action="/blog/bloglist"] optgroup option {
	padding-left: 10px;
	background: #FFF;
}

/* clearfix
------------------------------------------- */
#blogListArea .bloglist:after,
#blogCategoryArea:after,
#newGameBlogArea .title:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

#recommendBannerEvent .npc_futaro:active {
	margin-left: 10px;
}