@charset "UTF-8";
@import url("lower.css");


/* article ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#articleArea{
	width:700px;
	margin:0 auto 20px auto;
	background:#ffffff;
	border:1px solid #d4d4d4;
}
/* articleExtra ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#articleArea #articleExtra{
	width:624px;
	height:43px;
	margin:0 auto;
	position:relative;
}
#articleArea #articleExtra .socialBtns{
	height:25px;
	position:absolute;
	right:0;
	top:10px;
	padding:0 0 0 0;
}
#articleArea #articleExtra .socialBtns li{
	width:25px;
	height:25px;
	display:block;
	float:right;
	margin:0 0 0 3px;
	font-size:0;
	line-height:0;
	background:#ffffff;
}
#articleArea #articleExtra .socialBtns li img{
	width: 20px;
}
/* /articleExtra +++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* articleBody ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#articleArea #articleBody{
	width:100%;
	margin:0;
	line-height:1.5;
}
#articleArea #articleBody a{
	color:#606060;
}
#articleArea #articleBody a:hover{
	text-decoration: underline;
}
#articleArea #articleBody #mainImg{
	width:624px;
	margin:0 auto;
	padding:0 0 14px 0;
}
#articleArea #articleBody .topTitle{
	width:624px;
	margin:0 auto;
	padding:0 0 1em 0;
	font-weight:bold;
	font-size:116.6%;
	color:#c7171a;
}
#articleArea #articleBody .nomalText{
	width:624px;
	margin:0 auto;
	padding:0 0 1em 0;
}
#articleArea #articleBody .indentText{
	width:558px;
	margin:0 auto 0 66px;
	padding:0 0 1em 0;
}
#articleArea #articleBody .linkList{
	width:624px;
	margin:0 auto;
	padding:0 0 .4em 0;
}
#articleArea #articleBody .linkList li{
	display:block;
	padding:0 0 .1em 15px;
	background:url(../../img/article/common/icon/icon_link_pc.png) 3px .4em no-repeat;
}
#articleArea #articleBody .linkList li img{
	vertical-align:middle;
	margin-left:5px;
}
#articleArea #articleBody .linkListLarge{
	width:624px;
	margin:0 auto;
	padding:0 0 1em 0;
}
#articleArea #articleBody .linkListLarge li{
	display:block;
	padding:0 0 .7em 22px;
	background:url(../../img/article/common/icon/icon_link.png) 0 .1em no-repeat;
	font-size:116.6%;
	font-weight:bold;
}
#articleArea #articleBody .linkListLarge li img{
	vertical-align:middle;
	margin-left:5px;
}
#articleArea #articleBody .nomalList{
	width:624px;
	margin:0 auto;
	padding:0 0 .8em 0;
}
#articleArea #articleBody .nomalList li{
	display:block;
	padding:0 0 .1em 0;
}
#articleArea #articleBody .leftImgBlock{
	width:624px;
	margin:0 auto;
	padding:0 0 20px 0;
}
#articleArea #articleBody .leftImgBlock img{
	float:left;
}
#articleArea #articleBody .leftImgBlock .caption{
	overflow:hidden;
	padding:0 0 0 1em;
}
#articleArea #articleBody .rightImgBlock{
	width:624px;
	margin:0 auto;
	padding:0 0 20px 0;
}
#articleArea #articleBody .rightImgBlock img{
	float:right;
}
#articleArea #articleBody .rightImgBlock .caption{
	overflow:hidden;
	padding:0 1em 0 0;
}
#articleArea #articleBody .centerImgBlock{
	width:624px;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
}
#articleArea #articleBody .centerImgBlock img{
	max-width:624px;
}
#articleArea #articleBody .titileWithBk{
	margin:10px auto 16px auto;
	padding:8px 0 6px 34px;
	background:#f7f7f7;
	color:#888888;
	font-weight:bold;
	font-size:116.6%;
	border-bottom:1px solid #efefef;
}
#articleArea #articleBody .titileWithoutBk{
	margin:0 auto;
	padding:18px 0 6px 34px;
	color:#888888;
	font-weight:bold;
	font-size:133.3%;
	border-top:1px solid #efefef;
}
#articleArea #articleBody .largeBtnBlock{
	width:624px;
	margin:0 auto;
	padding:0 0 20px 0;
}
#articleArea #articleBody .largeBtnBlock a{
	width:326px;
	height:54px;
	overflow:hidden;
	margin:0 auto;
	display:block;
	background:url(../../img/article/common/btn/bg_btn_large.png) left top no-repeat;
	color:#ffffff;
	font-weight:bold;
	line-height:54px;
	font-size:14px;
	text-align:center;
}
#articleArea #articleBody .largeBtnBlock a:hover{
	text-decoration:none;
	background:url(../../img/article/common/btn/bg_btn_large.png) left bottom no-repeat;
}
#articleArea #articleBody .largeBtnBlock a img{
	vertical-align:middle;
	margin-left:5px;
}
/* relatedList */
#articleArea #articleBody .relatedList{
	margin:0;
	padding:20px 37px 24px 37px;
	border-top:1px solid #efefef;
	background:#f7f7f7;
}
#articleArea #articleBody .relatedList dt{
	display:block;
	padding:0 0 .8em 0;
	font-size:133.3%;
	font-weight:bold;
	color:#606060;
}
#articleArea #articleBody .relatedList dd{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 22px 0 0;
	padding:0 0 0 22px;
	background:url(../../img/article/common/icon/icon_link.png) 0 0 no-repeat;
	font-weight:bold;
}
#articleArea #articleBody .relatedList dd img{
	vertical-align:middle;
	margin-left:3px;
}
/* /articleBody +++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* /article +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* communityWp +++++++++++++++++++++++++++++++++++++++++++++++ */
#ct #ctC .communityArea{
	width:100%;
	overflow:hidden;
	padding:0 0 0 0;
	border-bottom:1px solid #efefef;
}
#ct #ctC .communityArea .communityList{
	width:100%;
	margin:0;
}
#ct #ctC .communityArea .communityList .communityListBox{
	width:349px;
	display:block;
	margin:0 0 0 0;
	border-bottom:1px solid #efefef;
	background:#ffffff;
	float:left;
}
#ct #ctC .communityArea .communityList .communityListBox.last{
	border-bottom:none;
}
#ct .communityArea .communityListBox .communityListBox-head{
	padding:10px 10px 6px 10px;
	background:#fcf1f1;
}
#ct .communityArea .communityListBox .communityListBox-head a{
	color:#a60000;
}
#ct .communityArea .communityListBox .communityListBox-inner{
	padding:10px 10px 8px 10px;
	position:relative;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-left a{
	width:50px;
	height:50px;
	border:1px solid #dbdbdb;
	display:block;
	text-align:left;
	float:left;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-left a img{
	width:50px;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center{
	width:264px;
	margin:0 0 0 10px;
	float:left;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogInfo{
	width:100%;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogInfo dt{
	padding:0 0 .5em 0;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogInfo dt a{
	color:#a60000;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogInfo dt a.next{
	font-size:83.3%;
	margin-left:.5em;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogInfo dt img{
	vertical-align:middle;
	margin-left:4px;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogInfo dd{
	line-height:1.5;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogMeta{
	width:100%;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogMeta li{
	display:inline;
	margin-right:1em;
	color:#999999;
}
#ct .communityArea .communityListBox .communityListBox-inner .communityListBox-center .blogMeta li a{
	color:#606060;
}
/* btn */
#ct #ctC .btnWriteComment{
	width:100%;
	margin:0;
	padding:0 0 16px 0;
	text-align:center;
}
#ct #ctC .btnWriteComment a{
	width:226px;
	height:54px;
	display:block;
	margin:0 auto;
	font-weight:bold;
	color:#ffffff;
	line-height:54px;
	text-align:center;
	background:url(../../img/article/common/btn/bg_btn_nomal.png) left top no-repeat;
	font-size:14px;
}
#ct #ctC .btnWriteComment a:hover{
	background:url(../../img/article/common/btn/bg_btn_nomal.png) left bottom no-repeat;
	text-decoration:none;
}
/* /communityWp ++++++++++++++++++++++++++++++++++++++++++++++ */


/* estoreWp ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#ct #ctC #estoreWp{
	width: 100%;
	background:url(../../img/article/estore/bg_estorewp.png) left top repeat-x;
	padding: 25px 0 45px 0;
}
#ct #ctC #estoreWp .textHide{
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
}
/* estoreHead +++++++++++++++++++++++++++++++++++++++++ */
#ct #ctC #estoreWp #estoreHead{
	margin: 0 38px;
}
#ct #ctC #estoreWp #estoreHead #headEstoreLogo{
	width: 288px;
	height: 19px;
	margin: 0 auto;
	padding: 0 0 13px 0;
	background:url(../../img/article/estore/logo_estore_l.png) left top no-repeat;
}
#ct #ctC #estoreWp #estoreHead #titThisWeekItem{
	width: 288px;
	height: 33px;
	margin: 0 auto;
	padding: 0 0 13px 0;
	background:url(../../img/article/estore/tit_thisweekitem.png) left top no-repeat;
}
#ct #ctC #estoreWp #estoreHead p{
	padding: 0 0 15px 0;
	text-align: center;
}
/* /estoreHead ++++++++++++++++++++++++++++++++++++++++ */

/* estoreBody +++++++++++++++++++++++++++++++++++++++++ */
#ct #ctC #estoreWp #estoreBody{
	margin: 0 38px;
	overflow: hidden;
}
#ct #ctC #estoreWp #estoreBody .itemListBox{
	border: 1px solid #e0e6e9;
	padding: 1px;
	background: #ffffff;
}
#ct #ctC #estoreWp #estoreBody .itemListBox .itemListBox-inner{
	background: #f7f7f7;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemThumbBox{
	width: 177px;
	text-align: center;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemThumbBox .itemThumb{
	width: 177px;
	text-align: center;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemThumbBox .itemThumb a{
	width: 177px;
	background: #ffffff;
	text-align: center;
	display: block;
	padding: 0;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemThumbBox .itemThumb img{
	width: 175px;
	border: 1px solid #e0e6e9;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList{
	width: 100%;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li{
	display: block;
	float: left;
	line-height: 1px;
	font-size: 1px;
	margin: 0 1px 1px 0;
	text-indent: -9999px;
	width: 52px;
	height: 17px;
	background-position: left top;
	background-repeat: no-repeat;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.music{	background-image:url(../../img/article/estore/icon_estore_music.png);}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.book{	background-image:url(../../img/article/estore/icon_estore_book.png);}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.game{	background-image:url(../../img/article/estore/icon_estore_game.png);}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.goods{	background-image:url(../../img/article/estore/icon_estore_goods.png);}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.set{	background-image:url(../../img/article/estore/icon_estore_set.png);}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.other{	background-image:url(../../img/article/estore/icon_estore_other.png);}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.limit{	background-image:url(../../img/article/estore/icon_estore_limit.png); width: 78px;}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.officialshop{	background-image:url(../../img/article/estore/icon_estore_officialshop.png); width: 115px;}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.special{	background-image:url(../../img/article/estore/icon_estore_special.png);}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .tagList li.speciallimit{	background-image:url(../../img/article/estore/icon_estore_speciallimit.png); width: 102px;}

#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .itemTitle{
	font-size: 116.6%;
	font-weight: bold;
	color: #606060;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .itemDetailBox .itemInfoList{
	color: #606060;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .btnDetail p{
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .btnDetail p span{
	width: 177px;
	height: 29px;
	margin: 0 auto;
	display: block;
	background:url(../../img/article/estore/bg_btn_estoredetail.png) left bottom no-repeat;
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .btnDetail p a{
	width: 177px;
	height: 29px;
	margin: 0 auto;
	display: block;
	background:url(../../img/article/estore/bg_btn_estoredetail.png) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
}
#ct #ctC #estoreWp #estoreBody .itemListBox-inner .btnDetail p a:hover{
	background:url(../../img/article/estore/bg_btn_estoredetail.png) 0 -29px no-repeat;
}


/* verticalWp */
#ct #ctC #estoreWp #estoreBody .verticalWp{
	width: 100%;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox{
	margin: 0 0 10px 0;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox-inner{
	padding: 14px 0 12px 0;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox-inner .itemThumbBox{
	padding: 0 0 0 14px;
	float: left;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox-inner .itemDetailBox{
	width: 381px;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	float: right;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox-inner .itemDetailBox .itemTitle{
	padding:10px 0 10px 0;
	line-height: 1.6;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox-inner .itemDetailBox .itemInfoList{
	border-top: 1px solid #e0e6e9;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox-inner .itemDetailBox .itemInfoList li{
	border-bottom: 1px solid #e0e6e9;
	padding:6px 0 5px 0;
}
#ct #ctC #estoreWp #estoreBody .verticalWp .itemListBox-inner .btnDetail{
	width: 401px;
	margin: 0 20px 0 0;
	padding: 15px 0 0 0;
	text-align: center;
	float: right;
}

/* horizontalWp */
#ct #ctC #estoreWp #estoreBody .horizontalWp{
	width: 634px;
	padding: 0 0 10px 0;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox{
	width: 197px;
	margin: 0 10px 10px 0;
	float: left;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox-inner{
	padding: 10px 0 11px 0;
	text-align: center;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox-inner .itemThumbBox{
	margin: 0 auto;
	padding: 0 0 0 0;
	display: table;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox-inner .itemThumbBox .itemThumb{
	padding: 0 0 0 0;
	display: table-cell;
*display:inline;
*zoom:1;
	vertical-align: middle;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox-inner .itemDetailBox{
	margin: 0 10px;
	padding: 8px 0 0 0;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox-inner .itemDetailBox .itemTitle{
	padding:8px 0 6px 0;
	line-height: 1.3;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox-inner .itemDetailBox .itemInfoList li{
	padding:0 0 0 0;
}
#ct #ctC #estoreWp #estoreBody .horizontalWp .itemListBox-inner .btnDetail{
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center;
}
/* /estoreBody ++++++++++++++++++++++++++++++++++++++++ */

/* estoreFoot +++++++++++++++++++++++++++++++++++++++++ */
#ct #ctC #estoreWp #estoreFoot{
	margin: 0 38px;
	padding: 35px 0 0 0;
	text-align: center;
}
#ct #ctC #estoreWp #estoreFoot #footEstoreLogo{
	width: 201px;
	height: 14px;
	margin: 0 auto;
	padding: 0 0 9px 0;
	background:url(../../img/article/estore/logo_estore_s.png) left top no-repeat;
}
#ct #ctC #estoreWp #estoreFoot #btnItemList{
	width: 100%;
	margin: 0 auto;
}
#ct #ctC #estoreWp #estoreFoot #btnItemList a{
	width: 326px;
	height: 54px;
	margin: 0 auto;
	display: block;
	background:url(../../img/article/estore/bg_btn_estoreitemlist.png) left top no-repeat;
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
}
#ct #ctC #estoreWp #estoreFoot #btnItemList a:hover{
	background:url(../../img/article/estore/bg_btn_estoreitemlist.png) left bottom no-repeat;
}
/* /estoreFoot ++++++++++++++++++++++++++++++++++++++++ */

/* /estoreWp +++++++++++++++++++++++++++++++++++++++++++++++++ */


/* /toys blog ++++++++++++++++++++++++++++++++++++++++ */
#ct #ctC .toys{
	width: 624px;
	margin: 10px auto 15px;
	background:url(../../img/article/toysblog/bg_toys_mid.png) left bottom repeat-y;
}
#ct #ctC .toys_top{
	background:url(../../img/article/toysblog/bg_toys_top.png) left top no-repeat;
}
#ct #ctC .toys_btm{
	padding: 25px 0 25px 52px;
	background:url(../../img/article/toysblog/bg_toys_btm.png) left bottom no-repeat;
}
#ct #ctC .toys h1{
	padding: 0 0 1em 0;
	font-weight: bold;
	font-size: 116.6%;
	color: #c7171a;
}
#ct #ctC .toys .photo{
	margin: 24px 0 10px;
}
#ct #ctC .toys .signature{
	margin-top: 52px;
}
#ct #ctC .toys .signature{
	margin-top: 52px;
}

#ct #ctC .toys_estore {
	margin-bottom: 33px;
}

#ct #ctC .toys_estore h1 {
	width: 201px;
	height: 14px;
	margin: 0 auto;
	padding: 0 0 9px 0;
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
	background: url(../../img/article/estore/logo_estore_s.png) left top no-repeat;
}

#ct #ctC .toys_estore p a {
	width: 266px;
	height: 54px;
	margin: 0 auto;
	display: block;
	background: url(../../img/article/toysblog/btn_buy.png) left top no-repeat;
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
}
#ct #ctC .toys_estore p a:hover {
	background: url(../../img/article/toysblog/btn_buy.png) left -54px no-repeat;
}

/* /mail ++++++++++++++++++++++++++++++++++++++++ */

#ct #ctC .mail{
	width: 630px;
	margin: 10px auto 15px;
	padding-bottom: 10px;
}
#ct #ctC .mail a {
	color: #c7171a;
	text-decoration: underline;
}
#ct #ctC .mail a:hover{
	text-decoration: none;
}

#ct #ctC .mail img{
	vertical-align: middle !important;
}

#ct #ctC .mail table{
	margin: 0 auto;
}

#ct #ctC .mail .pd5,#ct #ctC .mail .pd5 td{ padding: 5px !important;}
#ct #ctC .mail .pd10,#ct #ctC .mail .pd10 td{ padding: 10px !important;}
