@charset "UTF-8";

/*global reset
--------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
table { border-collapse: collapse; font-size:inherit; }
h1,h2,h3,h4,h5 { font-size:100%; line-height:1; }

/*common
--------------------------------------------*/

body {
	background: #F2F2F2;
	text-align: left;
	display: block;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
}

embed {
	outline: none;
}

.opacity70:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#headerArea:after,
#mainArea:after,
#blogArea:after,
#subArea:after,
#serviceArea:after  {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}

/*headerArea
--------------------------------------------*/
#headerArea {
	height: 55px;
	background: #F4F4F4;
	text-align: left;
}
.headerAreaInner {
	width: 980px;
	margin: 0 auto;
	zoom: 1;
}
.headerAreaInnerLeft {
	width: 150px;
	padding: 12px 0;
	float: left;
	text-align: left;
	display: block;
}
.headerAreaInnerRight {
	height: 55px;
	line-height: 55px;
	float: right;
	display: block;
}

/*SearchArea
--------------------------------------------*/

.searchText {
	background: #fff;
	font-size: 12px;
	width: 195px;
	height: 32px;
	line-height: 32px;
	float: left;
	margin: 0 8px 0 0;
	padding: 0 10px;
	border: 1px solid #9a9a9a;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
	overflow: hidden;
	outline: none;
	border-radius: 5px;
}

.searchText:focus {
	outline: 0;
}

.SearchTitle {
	height: 55px;
	line-height: 55px;
	text-align: right;
	float: left;
	display: block;
	font-size: 14px;
	color: #333;
	margin: 0 12px 0 0;
	padding: 0 0 0 23px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/blogtop_icon_search.png) no-repeat left center;
}

.SearchArea {
	line-height: 4;
	float:left;
	margin-top: 10px;
	white-space: nowrap;
}

.SearchButton {
	width: 72px;
	height: 41px;
	margin: -3px 0 0 0;
	padding: 0;
	line-height: 2;
	float:left;
	border: 0;
	background: url(//stat100.ameba.jp/blog/img/blog_top/blogtop_btn_search.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

.SearchButton:hover {
	background-position: 0 -41px;
}

/*mainArea
--------------------------------------------*/
#mainArea {
	padding-top: 25px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_stripe_mypage.png);
}
.mainAreaInner {
	width: 980px;
	margin: 0 auto;
	zoom: 1;
}
.mainAreaTop {
	width: 977px;
	height: 102px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/blogtop_main_titlebg.png) no-repeat center center;
}
.mainAreaTop h1 {
	margin: 0 auto 15px;
	text-align: center;
	display: block;
}
.mainAreaTop h2 {
	text-align: center;
	margin: 0 auto 20px;
	display: block;
}
.mainAreaBottom {
	width: 620px;
	margin: 0 auto;
}
.mainAreaBottom .registBtn a,
.mainAreaBottom .mypageBtn a {
	width: 305px;
	height: 76px;
	border: 0;
	text-indent: -9999px;
	vertical-align: top;
	display: block;
	cursor: pointer;
}
.mainAreaBottom .registBtn a{
	margin: 0 10px 5px 0;
	background: url(//stat100.ameba.jp/blog/img/blog_top/blogtop_btn_regist.png) no-repeat 0 0;
	float: left;
}
.mainAreaBottom .mypageBtn a {
	margin: 0 auto 5px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/blogtop_btn_mypage.png) no-repeat 0 0;
	float: right;
}
.mainAreaBottom .registBtn a:hover,
.mainAreaBottom .mypageBtn a:hover {
	background-position: 0 -75px;
}
.mainAreaBottom .link {
	width:305px;
	margin: 0 0 14px;
	text-align: center;
	display: block;
	clear: both;
}
.mainAreaBottom .link a {
	font-size: 14px;
	color: #fff;
	padding: 3px 0 2px 20px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_arrow.png) no-repeat left center;
}
.waveBg {
	height: 17px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_wave_mypage.png);
}
.waveBgTitle {
	display: block;
	text-align: center;
	margin: 5px auto 6px;
}

/*columns
--------------------------------------------*/
.mainContent {
	display: block;
	overflow: hidden;
	width: 980px;
}

.mainContent.whiteArea {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #fff;
}

.subTitle {
	text-align: center;
}
/*cpArea
--------------------------------------------*/
#cpArea {
	display: block;
	width: 980px;
	height: 170px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}

#cpArea a {
	display: block;
	width: 980px;
}

#cpArea img {
	cursor: pointer;
}

/*blogArea
--------------------------------------------*/
#blogArea {
	width: 980px;
	margin: 0 auto 20px auto;
	zoom: 1;
}
.blogAreaLeft,
.blogAreaRight {
	min-height: 324px;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	background: #FFF;
}
.blogAreaLeft {
	float: left;
	width: 588px;
}
.blogAreaRight {
	float: right;
	width: 358px;
	padding: 0 0 0 20px;
}
.blogBtnArea a {
	width:558px;
	height: 54px;
	margin: 0 0 0 -3px;
	display: block;
	text-align: left;
	zoom: 1;
}

/*rankingArea
--------------------------------------------*/

#rankingArea {
	padding: 7px 15px 0 20px;
}
#rankingArea h4 {
	display: block;
	height:38px;
	line-height: 38px;
	font-size: 18px;
	color:#333;

}
#rankingArea .imgLi {
	zoom: 1;
}
#rankingArea .imgLi:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}
#rankingArea .imgLi li {
	overflow: hidden;
	float: left;
	width: 132px;
	height: 56px;
	margin: 0 5px 0 0;
	padding-bottom: 6px;
}
#rankingArea .imgLi .top3 {
	overflow: hidden;
	height: 80px;
}
#rankingArea .imgLi li .name {
	display: block;
	clear: both;
	margin: 5px 0 0 5px;
}
#rankingArea .imgLi li .thumbValue {
	float: left;
	width: 76px;
}
#rankingArea .imgLi li .thumbBox {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	padding: 1px;
	border: 1px solid #CCC;
}
#rankingArea .imgLi .rankNum {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 5px;
	vertical-align: middle;
}
#rankingArea .imgLi .rank1 .rankNum,
#rankingArea .imgLi .rank2 .rankNum,
#rankingArea .imgLi .rank3 .rankNum {
	width: 24px;
	height: 24px;
}
#rankingArea .imgLi .rank1 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 0;
}
#rankingArea .imgLi .rank2 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -30px;
}
#rankingArea .imgLi .rank3 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -60px;
}
#rankingArea .imgLi .rank4 .rankNum,
#rankingArea .imgLi .rank5 .rankNum,
#rankingArea .imgLi .rank6 .rankNum,
#rankingArea .imgLi .rank7 .rankNum,
#rankingArea .imgLi .rank8 .rankNum,
#rankingArea .imgLi .rank9 .rankNum {
	width: 17px;
	height: 10px;
}
#rankingArea .imgLi .rank10 .rankNum {
	width: 24px;
	height: 10px;
}
#rankingArea .imgLi .rank4 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -90px;
}
#rankingArea .imgLi .rank5 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -120px;
}
#rankingArea .imgLi .rank6 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -150px;
}
#rankingArea .imgLi .rank7 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -180px;
}
#rankingArea .imgLi .rank8 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -210px;
}
#rankingArea .imgLi .rank9 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -240px;
}
#rankingArea .imgLi .rank10 .rankNum {
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -270px;
}
#rankingArea .imgLi .rankEqual {
	position: relative;
	bottom: 1px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 9px;
	height: 6px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -300px;
	vertical-align: middle;
}
#rankingArea .imgLi .rankUp {
	position: relative;
	bottom: 1px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 6px;
	height: 9px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -330px;
	vertical-align: middle;
}
#rankingArea .imgLi .rankDown {
	position: relative;
	bottom: 1px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 6px;
	height: 9px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_rank.png) no-repeat 0 -360px;
	vertical-align: middle;
}
/** top3 **/
#rankingArea .imgLi .top3 {
	width: 179px;
	margin: 0 5px 2px 0;
}
#rankingArea .imgLi .top3 .thumbBox {
	display: block;
	float: left;
	width: 68px;
	height: 68px;
	padding: 1px;
	border: 1px solid #CCC;
}
#rankingArea .imgLi .top3 .thumbValue {
	width: 107px;
}
#rankingArea .imgLi .top3 .viewCount {
	clear: both;
}

/*blognewsArea
--------------------------------------------*/
#blognewsArea {
	padding: 7px 0 0;
}

#blognewsArea h4 {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}

#blognewsArea #newsList {
	*padding-bottom: 10px;
	zoom: 1;
}

#blognewsArea #newsList:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}

#blognewsArea #newsList li {
	float: left;
	line-height: 1.7em;
	font-size: 16px;
	width: 350px;
	padding: 0 0 0 12px;
	background: url(//stat100.ameba.jp/mypg/img/common/icon_common.png) no-repeat 0 -1391px;
}

#blognewsArea #newsList li img {
	margin-left: 5px;
	vertical-align: inherit;
}

/*piggArea
--------------------------------------------*/
#piggArea {
	width: 100%;
	padding: 12px 0 20px;
	text-align: center;
}

#piggArea .piggList {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 10px;
}

#piggArea .piggList li {
	float: left;
}

#piggArea li,
#piggArea li img {
	width: 320px;
	height: 218px;
}

#piggArea .piggAreaCenter {
	margin: 0 10px;
}

#piggArea .piggStart {
	display: inline-block;
	overflow: hidden;
	width: 457px;
	height: 0;
	padding-top: 45px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/btn_pigg_start.png) no-repeat;
}
* html #piggArea .piggStart {
	display: inline;
	zoom: 1;
}
*:first-child+html #piggArea .piggStart {
	display: inline;
	zoom: 1;
}

#piggArea .piggStart:hover {
	background-position: 0 -43px;
	cursor: pointer;
}

/*subArea
--------------------------------------------*/
#subArea {
	width: 100%;
	margin: 0 auto;
}

.subAreaTitle {
	text-align: center;
	margin: 8px auto 7px;
	display: block;
}

.cfArea {
	display: block;
	position: relative;
	width: 970px;
	height: 296px;
	margin: 0 auto;
	border: 5px solid #5caa00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

.cfArea h4 {
	display: block;
	position: absolute;
	left: 471px;
	top: 28px;
}

.cfArea .cfRibbon {
	display: block;
	z-index: 101;
	position: absolute;
	left: -12px;
	top: -12px;
}

.cfArea #videoPlayer {
	display: block;
	z-index: 100;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 413px;
	margin: 0 auto;
	padding: 9px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
}

.cfArea .cfApps {
	display: block;
	position: absolute;
	left: 471px;
	top: 174px;
}

.subAreaInner {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 20px;
	padding: 25px 0 0;
}

.subAreaLeft {
	float: left;
	width: 590px;
	margin: 0 10px 0 auto;
}
.subAreaLeftTitle,
.subAreaRightTitle {
	padding: 10px 0;
	background-color: #4dac26;
	text-align: center;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-radius: 10px 10px 0 0;
}

.subAreaInner h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1em;
}

.subAreaLeftBottom {
	min-height: 215px;
	*padding-top: 5px;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #fff url(//stat100.ameba.jp/blog/img/blog_top/blogtop_sp_search.png) no-repeat center bottom;
}

.qrArea {
	display: block;
	position: relative;
	top: 143px;
	left: 200px;
	width: 275px;
	text-align: center;
}
.desc {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}

.subAreaRight {
	position: relative;
	float: right;
	width: 380px;
	margin: 0 auto;
}

.subAreaRight .freeBallon {
	z-index: 1001;
	position: absolute;
	top: -22px;
	right: 9px;
	width: 81px;
	height: 80px;
	text-indent: -9999px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/blogtop_sp_free.png) no-repeat left top;
}

.subAreaRightBottom {
	min-height: 215px;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	clear: both;
}

.amebaIconApp {
	margin: 14px 10px 15px 20px;
	display: block;
	float:left;
}
.amebaIconAppText {
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	margin: 29px 20px 0 0;
	display: block;
}

.appsBtn {
	width: 338px;
	margin:0 20px 15px;
	min-height: 62px;
	clear: both;
}

.appStoreBtn {
	width: 174px;
	margin: 0 10px 0 0;
	display: block;
	text-align: center;
	float: left;
}
.iphoneTitle {
	margin: 5px auto 0;
	display: block;
}
.googlePlayBtn {
	width: 154px;
	text-align: center;
	float: right;
	display: block;
}
.subAreaRightBottom .androidTitle {
	display: block;
	margin:5px auto 0;
	
}

/*blogserviceArea
--------------------------------------------*/
#serviceArea {
	width: 100%;
	margin: 0 auto 25px;
	padding: 0 0 20px;
	zoom: 1;
}

.serviceAreaTitle {
	display: block;
	text-align: center;
	margin: 11px auto 10px;
}

.serviceAreaInner {
	width: 980px;
	margin: 0 auto;
	zoom: 1;
}

.serviceAreaLeft {
	float: left;
	width: 320px;
}

.serviceAreaCenter {
	float: left;
	width: 320px;
	margin-left: 10px;
}

.serviceAreaRight {
	float: right;
	width: 320px;
	margin-left: 10px;
}
.serviceAreaLeftTop,
.serviceAreaCenterTop,
.serviceAreaRightTop {
	padding: 20px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-radius: 10px 10px 0 0;
	background: #FFF;
}

.serviceAreaLeftMiddle,
.serviceAreaCenterMiddle,
.serviceAreaRightMiddle
 {
	padding: 7px 20px;
	background-color: #4dac26;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.3em;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

.serviceAreaLeftBottom,
.serviceAreaCenterBottom,
.serviceAreaRightBottom {
	min-height: 62px;
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	padding: 10px 20px 0;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-radius: 0 0 10px 10px;
	background: #FFF;
}

.registBtnArea a {
	width: 409px;
	height: 88px;
	display: block;
	margin: 0 auto 15px;
	border: 0;
	background: url(//stat100.ameba.jp/blog/img/blog_top/blogtop_btn_registbtm.png) no-repeat 0 0;
	text-indent: -9999px;
	vertical-align: top;
	cursor: pointer;
}

.registBtnArea a:hover {
	background-position: 0 -89px;
}


.registBtnArea {
	text-align: center;
}

/*adArea
--------------------------------------------*/
.adArea {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #fff;
	margin: 0 auto 25px;
	padding: 18px 0 21px;
	text-align: center;
	display:block;
}

.adArea a {
	display: block;
	width: 782px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.adArea img {
	cursor: pointer;
}

/*registLinkArea
--------------------------------------------*/
.registLinkArea {
	display: block;
	width: 350px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 2px 0 2px 20px;
	background: url(//stat100.ameba.jp/blog/img/blog_top/bg_arrow.png) no-repeat left center;
	white-space: nowrap;
}

/*registLinkArea
--------------------------------------------*/
#footerArea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}