@charset "UTF-8";

/******************************
@blog.css
@author k
@dateCreated 2009/09/02 10:13
@dateModified
@description blogで適用
@note
******************************/

.blog-mypage-userStatus-wrapper, x:-moz-any-link {
  overflow-x:visible;
  overflow-y:visible;
}
/* start sub1 */
.sideMenu li{
  padding:2px 5px 2px 10px;
}
/* END sub1 */


/* start main */
/* デザインスキンでサブタイトル背景色を変更しても指定した色に変わらないためコメントアウト by sasayama
#main h3{
  background: none repeat scroll 0 0 #10386B;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  padding: 6px 0 6px 6px;
  margin-bottom:6px;
}
*/

h3.showRecommendListTitle{
  background: none repeat scroll 0 0 #10386B;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  padding: 6px 0 6px 6px;
  margin-bottom:6px;
}


.entryUnit{
  width:auto;
  margin-bottom:20px;
  border-right:1px dotted #ccc;
  border-left:1px dotted #ccc;
  border-bottom:1px dotted #ccc;
}
.entryUnit h3{
  font-size:120%;
  padding-top:7px;
  padding-left:20px;
  padding-bottom:7px;
  word-wrap:break-word;
  color:#FFF;
}
.entryUnit h3, x:-moz-any-link{  /* firefox */
  overflow:auto;
}
.entryUnit h3 a{
  font-weight:bold;
}
.entryBody{
  padding:15px 10px;
  word-wrap:break-word;
}
.entryBody, x:-moz-any-link{  /* firefox */
  overflow:auto;
}

.entryBody img {
  max-width: 520px;
  height: auto;
}

.entryFoot{
  padding:10px 10px;
  border-top:1px dotted #ccc;
  background:#f4f4f4;
}

.entryStatus{
  float:right;
  display: inline-block;
  padding-top:4px;
}

.entryStatus,
.commentStatus{
  text-align:right;
}
.catStatus{
  text-align:left;
  padding:10px 0px 0px 10px;
}
.catStatus li,
.entryStatus li,
.commentStatus li{
  display:inline;
  padding:10px;
}

/*-- showRecommendList --*/
#action-showRecommendList #main table{
  width:100%;
}
#action-showRecommendList #main th{
  width:100px;
  height:80px;
  text-align:center;
}
#action-showRecommendList #main td{
  width:420px;
}
#action-showRecommendList #main li{
  border-bottom: 1px solid #10386B;
  padding:10px 0 10px 0;
}
#action-showRecommendList #main img{
  width:auto;
  height:auto;
  max-width:100px;
  max-height:80px;
}



/*-- コメント部分 --*/
#commentList{
  margin:0;
  border:none;
}
#trackbackList h4,
#showEdit h4,
#commentList h4{
  background-color:#f6f6f6;
  padding:7px 0 7px 20px;
  position:relative;
}
#commentList h4 a{
  position:absolute;
  right:15px;
  top:7px;
  padding:0;
  background:url(/img/common/toComment.gif);
  display:block;
  height:20px;
  text-indent:-9999px;
  width:78px;
}
.commentUnit{
  margin:5px 0px;
}
.commentStatus{
  border-bottom:1px solid #CCCCCC;
  margin:0 5px 5px;
}

/* コメント */
.commentUnit .memberStatus{
  margin-right:0;
  margin-left:5px;
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #8D99AD;
  padding:5px 0;
  text-align:center;
  width:100px;
  float:left;
}
.commentUnit .owner{
  margin-left:10px;
  margin-right:0px;
}
.commentUnit .ownerComment,
.commentUnit .memberEntry{
  float:left;
  width:423px;
  padding:0px;
}
.commentUnit .ownerComment{
  width:415px;
}
.commentUnit .ownerComment{
  margin-left:4px;
  margin-right:0px;
}
.commentUnit .entryHeader{
  background:url(/img/common/entryHeader.png) no-repeat;
  height:16px;
}
.commentUnit .ownerComment .commentBody p.objBody{
  background:url(/img/common/entryBodyOwner.png) no-repeat;
  background-position:0px 0px;
  padding:10px 10px 10px 20px;
  word-wrap:break-word;
}
.commentUnit .memberEntry .commentBody p.objBody{
  background:url(/img/common/entryBodyMember.png) no-repeat;
  background-position:0px 0px;
  padding:10px 10px 10px 25px;
  word-wrap:break-word;
}
.commentUnit .entryFooter{
  background:url(/img/common/entryFooter.png) no-repeat;
  height:16px;
}
.commentUnit .commentBody{
  background:url(/img/common/entryBodyroop.png) repeat-y;
  background-position:0px 0px;
  }

.commentUnit .entryStatus{
  margin-right:20px;
}
.commentUnit .commentBody ul{
  margin-left:20px;
  }
.commentUnit .commentBody li{
  float:left;
  padding:0px 5px;
}
.commentBody .recomment{
  display:block;
  background:url("/images/registCommentBtn.gif") no-repeat scroll 0 0 transparent;
  width:66px;
  height:22px;
  text-indent:-9999px;
}

/* 関連釣りログ */
.relatedLog{
  padding:5px 10px;
}
.relatedLog ul li{
  line-height:1.8em;
}
.inlineStyle {
  /*margin-top:5px;*/
}
.inlineStyle li {
  display: inline-block;
  margin: 8px 5px 5px 0;
}
.inlineStyle li a.simpleBtn {
  padding: 3px;
  border: #CCC dotted 1px;
  background: #FFC;
}
.relatedTag {
  border:1px dotted #666;
  margin-top:5px;
  padding:5px 5px 2px;
}

/*-- トラックバック部分 --*/
.trackbackStatus{
  border-top:1px dotted #DFDFDF;
  text-align:right;
}
.trackbackStatus li{
  display:inline;
  padding:1px;
}
#trackbackList{
  margin:10px;
  border:1px solid #C0C0C0;
}
#trackbackList h4 a{
  position:absolute;
  right:15px;
  top:7px;
  padding:0;
  background:url(/img/common/toBlog.gif) no-repeat;
  display:block;
  height:20px;
  text-indent:-9999px;
  width:126px;
  height:22px;
}
.trackbackUnit{
  margin-bottom:2px;
}
.trackbackBody{
  padding:5px 10px;
}
.trackbackStatus{
  border-bottom:1px solid #CCCCCC;
  margin:0 5px 5px;
}
#tarackbackurl{
  width:450px;
  margin:10px;
  text-align:center
}


/*-- コンテンツ編集削除 --*/
.contEdit{
  margin:10px 0 0 auto;
  width:90px;
}
.contEdit li{
  float:left;
  margin-right:5px;
  text-align:center;
  }

.contEdit li a{
  background:url(/img/common/contedit.gif) no-repeat;
  width:40px;
  height:22px;
  display:block;
  padding-top:2px;
}

/* start ブログを書くボタン */
#blogMng {
  position:relative;
  }

#blogMng a{
  background:url("/img/common/addblog.gif") no-repeat scroll 0 0 transparent;
  display:block;
  padding-left:20px;
  position:absolute;
  right:15px;
  top:12px;
  }
/* END ブログを書くボタン */

/*start ブログデザイン選択サムネイル --*/
.tpl_select li{
  float:left;
  text-align:center;
  margin:10px;
  width:150px;
}
/*END ブログデザイン選択サムネイル --*/

/*start デザイン・ブログ設定画面縦区切り --*/
.marginSpace{
  display:block;
  border-style: dashed;
  margin:25px 0;
  color:#ccc;
  height:1px;
  }
/*END デザイン・ブログ設定画面縦区切り --*/

/*start ブログ詳細画面の最下部に次へと戻るリンク --*/
ul#pageNavi_top{
  position:relative;
  width:100%;
  height:35px;
}
ul#pageNavi_top li.previousPage{
  position:absolute;
  top:5px;
  left:0;
}
ul#pageNavi_top li.nextPage{
  position:absolute;
  top:5px;
  right:0;
}

ul#pageNavi_top li.toLogList{
  position:absolute;
  top:5px;
  left:40%;
}

ul#pageNavi_top li a{
  padding:5px;
  border:dotted 1px #444;
  background-color:#fff;
}

ul#pageNavi_bottom{
  position:relative;
  width:100%;
  height:35px;
}
ul#pageNavi_bottom li.previousPage{
  position:absolute;
  top:0;
  left:0;
}
ul#pageNavi_bottom li.nextPage{
  position:absolute;
  top:0;
  right:0;
}
ul#pageNavi_bottom li.toLogList{
  position:absolute;
  top:0;
  left:40%;
}

ul#pageNavi_bottom li a{
  padding:5px;
  border:dotted 1px #444;
  background-color:#fff;
}
/*END ブログ詳細画面の最下部に次へと戻るリンク --*/


/*start エントリーフッター部分レイアウト --*/
#entryStatusWrp .intimacyBtn{
  width:290px;
  float:left;
  padding-left:13px;
}
#entryStatusWrp .intimacyBtn li{
  float:left;
}
#entryStatusWrp .intimacyBtn li a,
.entryFoot .blogRecommendBtn a,
.entryFoot .blogRecommendBtn span {
  display:block;
  margin:0px 3px;
  padding:3px 5px;
  font-size:80%;
  color:#00214B;
  border:1px solid #ccc;
  border-radius:0.5em;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#entryStatusWrp .intimacyBtn li a:hover,
.entryFoot .blogRecommendBtn a:hover {
  color:#00214B;
  border:1px solid #B90008;
  text-decoration:none;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#entryStatusWrp .entryStatus{
  width:200px;
  float:right;
}

#entryStatusWrp .likeCount{
  background-color: rgba( 255, 255, 255, 0 );
  color:#10386B;
}
.likeCount_balloon {
  position:relative;
  margin-left:4px;
  padding:0 8px;
  max-width:40px;
  height:20px;
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  border:1px solid #c0c0c0;
  border-radius:5px;
  font-size:9px;
  line-height:20px;
  text-align:center;
}
.likeCount_balloon:before {
  display:block;
  position:absolute;
  width:0;
  left:-4px;
  content:"";
  top:4px;
  border:5px solid transparent;
  border-right-color:#fff;
  border-left-width:0;
  z-index:1;
}
.likeCount_balloon:after {
  display:block;
  top:4px;
  position:absolute;
  width:0;
  left:-5px;
  border:5px solid transparent;
  border-right-color:#c0c0c0;
  border-left-width:0;
  content:"";
}

/*start ソーシャルボタン対応 --*/
.socialBtnArea{
  width:505px;
  padding:10px 0px 0px 15px;
}
#fb-root{
  margin-top:15px;
}
.socialBtnTable ul{
  height:20px;
}
.socialBtnTable li{
  float:left;
}
.socialBtnTable li iframe{
  vertical-align:bottom;
}
.google_plusone{
  overflow:hidden;
  width:75px;
  height:20px;
}
.facebook_like{width:115px;}
.twitter{width:100px;}
.evernote{width:70px;}
.mixi_check{width:80px;}
.hatena{width:58px;}

.entryFoot .blogRecommendBtn {
  padding: 10px 0px 0px 13px;
}
.entryFoot .blogRecommendBtn a,
.entryFoot .blogRecommendBtn span {
  display: inline-block;
}
/*END ソーシャルボタン対応 --*/


/*start マイページブログリスト --*/
.mypageBlogList{
  border-bottom:1px dotted #ccc;
  padding:5px;
}
.mypageBlogList p.objImg{
  padding:0px 10px;
  width:70px;
  layout-grid-line:70px;
  float:left;
}
.mypageBlogList p.objImg a{
  width:70px;
  height:70px;
  layout-grid-line:70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.mypageBlogList .objImg img{
  vertical-align: middle;
  text-align: center;
}
.mypageBlogList dl{
  padding:5px;
  width:390px;
  float:left;
}
.mypageBlogList dl .objTitle a{
  display:block;
  font-size:1.2em;
  width:400px;
  overflow:hidden;
}
.mypageBlogList dl .objTitle,
.mypageBlogList dl .objDate{
  padding:0px;
}
/*END マイページブログリスト --*/

/*start お気に入りブログリスト --*/

.mylikeBlog-wrap h3{
  background:#10386B;
  color:#fff;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  padding: 6px 0 6px 6px;
  margin-bottom:6px;
}
.mylikeBlog-wrap li{
  padding:12px 6px 30px 10px;
  border-bottom:1px dotted #ccc;
}
.mylikeBlog-wrap .objImg{
  width:70px;
  height:70px;
  text-align:center;
  vertical-align:middle;
}
.mylikeBlog-wrap .objImg img{
  width:auto;
  height:auto;
  max-width:70px;
  mex-height:70px;
}
.mylikeBlog-wrap .objText{
  padding-left:10px;
}
.mylikeBlog-wrap .objText span{
  padding-left:5px;
}
.mylikeBlog-wrap .blogUnlike{
  display: inline-block;
  float:right;
  margin:0;
  padding:2px 20px;
}
.mylikeBlog-wrap .blogUnlike img{
  width:60px;
}
.commentBody p.thumbImg{
  padding:0 30px 10px;
}
.commentBody p.thumbImg a{
  margin-right:10px;
}

/*END お気に入りブログリスト --*/

#action-show #open_comments{ /*コメントを見る*/
  display: block;
  color: #FFF;
  max-width: 15em;
  background-color: #123968;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  padding: .75em;
  margin: 1em auto;
}

#action-show .amazlet-box{ /*amazon アフィリエイト*/
  background-color: #FFF;
  padding: 1em .5em 0;
  margin-bottom: 1em !important;
}

/*start 登録ライター*/

#torokuWriterCont{
  padding: 0.5em 1em;
}

.recentUnit-hor {
    width: 160px;
}

#torokuWriterList a {
    color: #339933;
}

.blog-index-torokuBlog-wrapper{
  background:#FFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid #C0C0C0;
}

.blog-index-torokuBlog-wrapper h4{
  background: none repeat scroll 0 0 #10386B;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  padding: 6px 0 6px 6px;
  margin-bottom: 6px;
}

.blog-index-torokuBlog-wrapper .toExplanation{
  display:none;
}

.blog-index-torokuBlog-wrapper #torokuWriterList p.objImg{
  float:left;
  display:table-cell;
  margin-right:5px;
  width:50px;
  height:55px;
  text-align:center;
  vertical-align:middle;
}

.blog-index-torokuBlog-wrapper #torokuWriterList p.objImg a{
 display:table-cell;
  width:50px;
  height:50px;
  text-align:center;
  vertical-align:middle;
  background:#eee;
}

.blog-index-torokuBlog-wrapper #torokuWriterList .recentUnit-hor dl{
  clear:none;
  float:left;
  width:105px;
}

.blog-index-torokuBlog-wrapper #torokuWriterList .recentUnit-hor dl
,
x:-moz-any-link{	/* firefox用 */
  overflow:auto;
}

.blog-index-torokuBlog-wrapper #torokuWriterList .recentUnit-hor dt,
.blog-index-torokuBlog-wrapper #torokuWriterList .recentUnit-hor dd{
  width:auto;
  padding:0;
}

.blog-index-torokuBlog-wrapper #torokuWriterList .recentUnit-hor .objDate{
  padding:0;
  float:none;
  line-height:1.1;
}

.blog-index-torokuBlog-wrapper #torokuWriterList .recentUnit-hor .objTitle{
  padding:0;
  line-height:1.1;
}

.blog-index-torokuBlog-wrapper #torokuWriterList .toList{
  padding:0;
}

/*END 登録ライター*/

/* Start Comment */
.commentUnit.sub-comment {
  padding-left: 25px;
}

.commentUnit.sub-comment .ownerComment,
.commentUnit.sub-comment .memberEntry {
  width: 395px;
}

.commentUnit.sub-comment .entryHeader {
  height: 14px;
  background-size: cover;
}

.commentUnit.sub-comment .commentBody,
.commentUnit.sub-comment .commentBody p.objBody,
.commentUnit.sub-comment .entryFooter {
  background-size: contain;
}
/* END Comment */

/* start [ヘッダー] */
#header {
  position:relative;
  margin:0 15px;
  padding-top:10px;
    border-top:7px solid #B90008;
}
#header h1{
  width:128px;
  height:90px;
}
#header h1 a{
  display:block;
}
#headerBnr{
  width:700px;
  height:90px;
  margin-left:220px;
  margin-top:-90px;
  margin-bottom:7px;
  background-color:#FFF;
  text-align:right;
}

/* END [ヘッダー] */



/* start [マイナビ] */
#myNv{
  float:right;
  margin: 0 0 7px;
  padding: 0;
}
#myNv li{
  float:left;
  padding: 0;
  font-size:0.8em;
  vertical-align:middle;

}
#myNv li a,
#myNv li span{
  display: block;
  float:left;
  padding:5px;
  margin: 0;
}
#myNv li#aboutBtn a,
#myNv li#logout a,
#myNv li#loginBtn a,
#myNv li#registBtn a{
  background-color:#F90;
  color:#FFF;
  margin-left:5px;
}
/* END [マイナビ] */



/* start [グローバルナビ] */
#globalNv{
  clear:both;
  background:#10386B url(/img/common/globalNv02.gif) 0 0;
}
#globalNv li{
  float:left;
  height:34px;
  text-indent:-9999px;
}
#globalNv li a{
  display:block;
  height:34px;
}
#globalNv li#homeBtn{
  width:83px;
}
#globalNv li#mypageBtn{
  width:99px;
}
#globalNv li#newsBtn{
  width:90px;
}
#globalNv li#tsurilogBtn{
  width:93px;
}
#globalNv li#getfishBtn{
  width:93px;
}
#globalNv li#sugoudeBtn{
  width:71px;
}
#globalNv li#tokushuBtn{
  width:67px;
}
#globalNv li#rankingBtn{
  width:105px;
}
#globalNv li#communityBtn{
  width:126px;
}
#globalNv li#shopBtn{
  width:93px;
}

#globalNv li#homeBtn a:hover{
  width:83px;
  background:#10386B url(/img/common/globalNv02.gif) 0 -34px;
}
#globalNv li#mypageBtn a:hover{
  width:99px;
  background:#10386B url(/img/common/globalNv02.gif) -85px -34px;
}
#globalNv li#newsBtn a:hover{
  width:90px;
  background:#10386B url(/img/common/globalNv02.gif) -182px -34px;
}
#globalNv li#tsurilogBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -272px -34px;
}
#globalNv li#getfishBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -365px -34px;
}
#globalNv li#sugoudeBtn a:hover{
  width:71px;
  background:#10386B url(/img/common/globalNv02.gif) -458px -34px;
}
#globalNv li#tokushuBtn a:hover{
  width:71px;
  background:#10386B url(/img/common/globalNv02.gif) -529px -34px;
}
#globalNv li#rankingBtn a:hover{
  width:105px;
  background:#10386B url(/img/common/globalNv02.gif) -596px -34px;
}
#globalNv li#communityBtn a:hover{
  width:126px;
  background:#10386B url(/img/common/globalNv02.gif) -701px -34px;
}
#globalNv li#shopBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -827px -34px;
}
/* END [グローバルナビ] */


/* start [グローバルナビ（ログイン前）] */
#globalGustNv{
  clear:both;
  background:#10386B url(/img/common/globalNvGuest.gif) 0 0;
}
#globalGustNv li{
  float:left;
  height:34px;
  text-indent:-9999px;
}
#globalGustNv li a{
  display:block;
  height:34px;
}
#globalGustNv li#homeBtn{
  width:85px;
}
#globalGustNv li#getbookBtn{
  width:93px;
  background:#10386B url(/img/common/globalNv.gif) -175px 0px;
}
#globalGustNv li#tsurilogBtn{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -272px 0px;
}
#globalGustNv li#getfishBtn{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -365px 0px;
}
#globalGustNv li#sugoudeBtn{
  width:65px;
  background:#10386B url(/img/common/globalNv.gif) -438px 0px;
}
#globalGustNv li#communityBtn{
  width:115px;
  background:#10386B url(/img/common/globalNv.gif) -503px 0px;
}
#globalGustNv li#tokushuBtn{
  width:65px;
  background:#10386B url(/img/common/globalNvGuest.gif) -170px 0px;
}
#globalGustNv li#rankingBtn{
  width:84px;
   background:#10386B url(/img/common/globalNv.gif) -752px 0px;
}
#globalGustNv li#shopBtn{
  width:85px;
  background:#10386B url(/img/common/globalNvGuest.gif) -235px 0px;
}
#globalGustNv li#newsBtn{
  width:85px;
  background:#10386B url(/img/common/globalNvGuest.gif) -305px 0px;
}

#globalGustNv li#homeBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) 0 -34px;
}
#globalGustNv li#getbookBtn a:hover{
  background:#10386B url(/img/common/globalNv.gif) -175px -34px;
}
#globalGustNv li#tsurilogBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -272px -34px;
}
#globalGustNv li#getfishBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -365px -34px;
}
#globalGustNv li#sugoudeBtn a:hover{
  background:#10386B url(/img/common/globalNv.gif) -438px -34px;
}
#globalGustNv li#communityBtn a:hover{
  background:#10386B url(/img/common/globalNv.gif) -503px -34px;
}
#globalGustNv li#tokushuBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) -170px -34px;
}
#globalGustNv li#rankingBtn a:hover{
   background:#10386B url(/img/common/globalNv.gif) -752px -34px;
}
#globalGustNv li#shopBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) -235px -34px;
}
#globalGustNv li#newsBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) -306px -34px;
}


/* END [グローバルナビ（ログイン前）] */

.blog-headerImg-wrapper{
	background-color:#FEE;
}
#blogHeaderImg{
	position:relative;
}

.blog-headerImg-wrapper #blogTitle{
	position:absolute;
	top:40%;
	margin-left:2.5em;
	margin-top:-1em;
}

.blog-headerImg-wrapper #blogTitle a{
	font-size:2em;
	font-weight:bold;
	margin:auto;
}

.blog-headerImg-wrapper #blogSummary{
	position:absolute;
	top:50%;
	margin-left:3em;
	margin-top:1em;
	width:300px;
}


.blog-index-footer-wrapper{
	margin:60px 15px 0;
	padding:0px 0 20px 0;
	height:auto;
	background:#FdFdFd;
}

.blog-index-footer-wrapper #footerBnr{
	margin: auto;
	width:700px;
	height:90px;
	background-color:#ffffff;
	/*-display:none;-*/
}

.blog-index-footer-wrapper #footerNvback{
	margin:0 auto;
	text-align:center;
}

.blog-index-footer-wrapper #footerNv{
	width:auto;
	margin:20px auto;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
    color: #333333;
}

.blog-index-footer-wrapper #footerNv li{
	display:inline;
    color: #333333;

}

.blog-index-footer-wrapper #footerNv li a{
	font-weight:bold;
    color: #333333;
}

.blog-index-footer-wrapper #footerInfo a{
	margin-left:5px;
	}

.blog-index-footer-wrapper #copyRight{
	clear:both;
	text-align:center;
}
.blog-profile-wrapper {
	text-align:center;
}

.blog-profile-wrapper h3{
	display:none;
}

.blog-profile-wrapper .objImg{
	margin-top:10px;
	}

.blog-profile-wrapper .toProfile{
	padding:10px;
	}
.blog-calender-wrapper .calender {
	text-align:center;
	padding:5px;
}
.blog-calender-wrapper .month{
	margin-bottom:5px;
}
.blog-calender-wrapper table{
   border:1px solid #C0C0C0;
   width:160px;
   margin:0 auto;
}
.blog-calender-wrapper table th,
.blog-calender-wrapper table td{
	text-align:center;
}
.blog-calender-wrapper table th,
.blog-calender-wrapper table td{
	border:1px solid #C0C0C0;
	padding:2px;
}
.blog-calender-wrapper table th{
	background-color:#EEEEEE;
}
.blog-calender-wrapper table td a{
	color: #F00;
}

.blog-search-wrapper .blogSearch{
	padding:5px;
}

.blog-search-wrapper .searchKeyword input,
.blog-search-wrapper .searchSelector select{
	width:140px;
}
.blog-search-wrapper .submitWrp{
	text-align:center;
	padding:5px;
}

.blog-archive-wrapper #archive{
	padding:6px 10px 5px 10px;
}

div.blog-freespace-wrapper img {
  max-width: 100% !important;
  height: auto !important;
}
.blog-qr-wrapper {
	text-align:center;
	}

.blog-qr-wrapper .qr{
	padding:10px;
	}
.blog-fimo_news-latestNews-wrapper .news {
  margin: 0 10px 5px;
}
.blog-fimo_news-latestNews-wrapper .whatslink {
  text-align:right;
  margin: 0 10px 10px;
}
.blog-fimo_news-latestNews-wrapper .news a {
  margin-left:100px;
  display:block;
}
.blog-fimo_news-latestNews-wrapper .news th{
  padding: 0px !important;
  margin:0;
  font-weight:normal;
  text-align: left;
  width:100px;
}
.news td .newsTitle a{
  margin:0;
  padding: 0px !important;
  text-align: left !important;
  width:380px;
}
.blog-blogRecommend-wrapper h3 {
  background-color: #10386B;
}
.blog-blogRecommend-wrapper .whatslink {
  text-align: right;
  margin: 0 10px 10px;
}
.blog-blogRecommend-wrapper .recommendInner {
  padding: 0 15px;
}
.blog-blogRecommend-wrapper .innerMainMenu {
  float: left;
  width: 246px;
  margin: 0 15px 0 0;
}
.blog-blogRecommend-wrapper .innerMainMenu:last-child {
  margin-right: 0;
}
.blog-blogRecommend-wrapper .innerMainMenu h4 {
  margin-bottom: 10px;
  padding: 5px 0 5px 7px;
  font-weight: bold;
  color: #fff;
  background-color: #D10009;
}
.blog-blogRecommend-wrapper .innerMainMenu:first-child h4 {
  background-color: #10386B;
}
.blog-blogRecommend-wrapper .innerMainMenu li {
  float: none;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #DFDFDF;
}
.blog-blogRecommend-wrapper .innerMainMenu li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-blogRecommend-wrapper .innerMainMenu li .objImg {
  float: left;
  margin-right: 10px;
}
.blog-blogRecommend-wrapper .innerMainMenu li .objImg a {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
}
.blog-blogRecommend-wrapper .innerMainMenu li dl {
  overflow: hidden;
}

.blog-blogRecommend-wrapper .innerMainMenu .toList {
  margin-right: -15px;
}
