@charset "utf-8";

/* -------------------------------------------------
    livedoor for Smartphone CSS
    Published: 2010-05-11
    Last Modified:2010-05-11
------------------------------------------------- */
.inactive {
  display : none;
}
.active {
  display : block;
}
.topics-outer {
    overflow: hidden;
    /* width: 320px; */
    position: relative;
}

.topics-inner {
    margin: 0px;
    padding: 0px;
    width: 10000000px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -webkit-transition-delay: initial;
    /*
    -webkit-transform-style: preserve-3d;
    -webkit-transition: left 0.2s linear;
    */
}

.topics-inner-list {
    float: left;
    list-style-type: none;
}

/* Reset Styles */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}

/* for smartphone */
body{-webkit-text-size-adjust:none;min-height:416px;}
a{text-decoration:none;}

a:link {
	color:#0646a0;
	text-decoration: none;
}

a:visited {
	color:#551a8b;
	text-decoration: none;
}

/* 共通 */
body{
    font-size:16px;
    color:#333;
    line-height:1.2;
    font-family:Arial;
        position:relative;
}
section h1{
    background: -webkit-gradient(linear, left top, left bottom, from(#dadad8), to(#bdbdbd));
    height:30px;
    line-height:30px;
    color:#313131;
    text-shadow:0 1px 0 #fff;
    padding:0 6px;
    border-top:1px solid #878787;
}
section h3{
    margin-bottom:2px;
    padding-top:2px;
    padding-right:20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

/* only news topics */
section h2{
    height:27px;
    line-height:27px;
    font-size:16px;
    padding:0 8px;
}

.more{
    text-align:-webkit-center;
    font-weight:bold;
    line-height:1;
    font-size:14px;
}
.more a{
    text-shadow:0 1px 0 #fff;
    color:#333;
    padding:12px 0;
    display:block;
}

/* ページング */
.pager{
    height:43px;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
    text-align:center;
}
.pager ul{
    padding:5px;
}
.pager li{
    text-shadow:0 1px 0 #fff;
    font-weight:bold;
    margin:0 4px;
    font-size:14px;
    display:inline;
}
.pager li a{
    padding:9px 5px 10px;
    color:#333;
    display:block;
}
.pager li a:not([href]){
    color:#888;
}
.pager li.toppage{
    text-align:left;
    float:left;
}
.pager li.more{
    text-align:right;
    float:right;
}

.pager li.toppage a{
    -webkit-border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAjCAYAAAAAEIPqAAACh0lEQVRYw9WYR25aYRCAOUIkLpBN9lmy9DqnyAF8hCxyAd/AUiRACFwQoosmg+i9Q0yvohhCL6JMZoIsJ7Exfix4v5/0rd/35s0//8wIBEc8mUxGGI1GL4LBIJySeDz+TXDsE4lEbI1GA7bb7UmpVCoQi8W4i4dCoetOpwObzYYX/H4/cBLGlDjP5/OwXq95g5M0psSXdDoNq9WKV3w+39uk8RCIUHo6m81guVzyisfjOSyNiS/0er2d0WgEi8WCd9xu92FpFP758PAAFGUWcLlcr0vjr7iu1WownU6Zwel07pfG33CRy+VgPB4zhcPhgH3C54lEAobDIXPY7fbn0pgzIszjea/Xg8FgwBx3d3fw/6H7hOGfdLtd6Pf7TGKz2eDvQyfEr8jTwaNqwSpWq/VJGoVtdPCor2AZs9m8k0b7y2QyCa1Wi3lMJhOQsIhOZLPZfBcYjUaga/qcal+9Xn8X6PV6EADAGSV3oVCAarXKPDqdbpfTWEqaVEpIvFwuM41Go9lJY7Q/Y5JPKOLFYpFp1Gr1U8mjNKEvoRuHphNWUalU/96IKP41EAj8GWnu7++ZRKlUPu89UPwH9awkns1mmeP29vblLm8+n+vo5sERC3DHwRQ3NzcvS2O0P+B4laakxwUJpFIpZri6uto/BKD4R2xQxlqtlhYkQP01CygUitfHLSqFmPwzujop4iwgl8sPD7ZUUSi3LRYL4LKGd2Qy2dv2Hij+nSoK1XD6AD55s/RjKaT8Jnnc5/GGVCrltsvDUpigOklbnlOveR+RSCTcpKkUttvtJonTTo1uz1NiMBggHA4D51UvVRTsayeUW2Kx+KTQO0ul0iVJHMMZ8gtO/4woaL8BFyhEyXOcojYAAAAASUVORK5CYII=) 0 7 0 17;
    border-width:0 7px 0 17px;
}
.pager li.more a{
    -webkit-border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAjCAYAAAAAEIPqAAACkElEQVRYw9WYSW4aURCG+wiRcoFsss/Sy6xzihzAR/AiF/ANLEUCCwHBCDELGwTIZjTzGGYwRhiwwzyIoVLVsmNZ0GFYdD+X9O261X8/Vf1VrzgOIx6Pn9ze3oKYRKPR00wm85E7JGKx2Em1WoXVaiUq9/f3EIlEHAeJDgQCsFwuJaHVakEoFPp1kOjFYiEZhUKBUuV4L9F+vx/m87mkpNNpSpVvO4v2er0wm80kZTwek+gRFujRTqI9Hg9Mp1PJ6ff74PP5WmgM2x3l5uaG/1MW6HQ6JPz3VtHX19cwGo2Y4e7uDjBl/+8obrcbBoMBU+TzecC0PRUU7XK5oNfrMUcikSDhm63Q6XRCt9tljsfHR8rvCdbcuqM4HA54enpikna7DZi+QxT/+Y1ou93OVy2rUGFiNhSwOF+t8PLykp8BWIYKE4W/Dlc2mw2azSbzJJNJwKw440VbrVZoNBrvAnI6FH7Emc1mqNfr7wLqKdjmjzmTyQS1Wo15isUinTJgfOUMBgNUKhWmIcHP1tzgc1qv10OpVGIaOmEsxiGe8hdetE6n428PrEIdm06bT4uX0Gq1kMvlmISugsFgkAR/f9MRLy4uIJvNMgcJplkf4+fa7KHRaAD3D0yBVy+gTj2ZTEwbpzy1Wg2pVIoZcHEEZA54/UrjKX/YKFqlUvGzKwtg4wCj0UiD0gAFfxK8BCiVSv7vWIBGCizA8T9rEwqFQkHLEsm5urric3nNKYRE08NSQl787BQ/dtp7nJ+f0z5NMkgs5fFGaxMKuVwOYq95X6DtFvUJtLbEXru8cDgMFouF7zxiQjtEEvzw8NAQtDahKJfLZ5TXMplMVOibOCMPtzrFpqCXkD6IH39oCEK4ffkLMNREybZ6VnIAAAAASUVORK5CYII=) 0 17 0 7;
    border-width:0 17px 0 7px;
}

/* ヘッダー */
#adv{
	text-align:center;
	background:#959595;
}
#site-header{
    height:45px;
}
#site-header h1{
    height:31px;
}
#site-header h1 a.livedoor {
    float:left;
    display:block;
    height:40px;
    width:140px;
    margin:0 auto;
    background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 0;
    text-indent:-9999px;
}
@media only screen and  
    (-webkit-min-device-pixel-ratio: 2) {
	#site-header h1 a.livedoor {
		background: url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 0;
		-webkit-background-size: 450px 380px;
	}
}

nav{
    position:relative;
}
.global{
    position:absolute;
    top:1px;
    right:0;
    width:100px;
    height:40px;
}

.global ul{
}
.global li{
    position:relative;
    display:inline;
}
.global li a{
    display:block;
    float:left;
    color:#333;
}
.global li a p{
    position:relative;
    width:50px;
    margin:3px auto 0;
    font-size:11px;
    text-align:center;
    overflow:hidden;
}

#headline{
    padding:10px;
}
#headline:after
,#adv:after
,#pr:after
,#apptitle li:after
,#applist:after
,#servicelist:after
,#globalmenu:after
,#blog-globalmenu:after
,.news-photo:after
,.edge-to-edge:after
,.main-contents:after
,.topics-inner-list:after
,.topics-inner:after
,.topics-outer:after
,.pager:after {
    display: block;
    clear: both;
    height: 0px;
    content: "";
}
#headline img{
    float:left;
    padding:0 8px;
}
#headline a {
     color:#333;
}

/* PC版の枠 */
.ignore-lite{
    position:absolute;
    top:1px;
    right:4px;
    border:1px solid #bbb;
    -webkit-border-radius:3px;
    text-align:center;
    background:-webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#fff));
    font-size:13px;
    font-weight:bold;
}
.ignore-lite a{
    color:#333;
    text-shadow:0 -1px 0 #fff;
    display:block;
    padding:8px;
    border:1px solid #fff;
    -webkit-border-radius:3px;
}

/* グローバルメニュー */
#globalmenu{
    padding:0;
    margin-bottom:10px;
}
#globalmenu ul {
    display:box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
/* for firefox */
    width:100%;
}
#globalmenu ul li{
    font-size:16px;
    text-align:center;
    width:33%;
/*
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
*/
}
#globalmenu ul li:nth-child(1)
,#globalmenu ul li:nth-child(2)
,#globalmenu ul li:nth-child(3) {
	border-right:1px solid #bd5554;
     
}
#globalmenu ul li:nth-child(2)
,#globalmenu ul li:nth-child(3) 
,#globalmenu ul li:nth-child(4)  {
     border-left:1px solid #7d110f;
}

#globalmenu ul li a {
    display:block;
    padding:8px 0;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}
#globalmenu ul li a#search_btn {
    padding:5px 5px 0;
    text-align:center;
    margin:0 auto;
}
#globalmenu ul li span.triangle {
	background:url(https://image.livedoor.com/img/top/lite/01/icon_triangle.png) no-repeat 100% 0;
	padding-right:15px;
	-webkit-background-size: 15px 14px;
	-o-background-size: 15px 14px;
}
#globalmenu ul li a:hover{
    opacity:0.8;
}
#globalmenu img.searchbtn {
    margin:0 auto;
    padding-right:5px;
}
#globalmenu .stopper {
    line-height:23px;
}

#topicsword  {
	padding:10px;
}
#topicsword ul li {
	display:inline;
	padding-right:15px;
	font-weight:bold;
	font-size:14px;
}
#topicsword_list {
    -webkit-marquee-direction: left;
    -wap-marquee-dir: rtl;
    overflow: -webkit-marquee;
    display: -wap-marquee;
    -wap-marquee-loop: infinite;
    -webkit-transform-style: preserve-3d;
    white-space:nowrap;
}
#topicsword_list .topicsword_list_title {
    font-weight: bold;
}
#topicsword_list a {
	padding-right:25px;
}



#topic-contents{
	margin:5px auto;
}
#topic-contents ul {
    display:box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
/* for firefox */
    width:100%;
}
#topic-contents ul li{
    font-size:11px;
    text-align:center;
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
}

#topic-contents ul li a{
	padding-top:60px;
	display:block;
	color:#333333;
}
#topic-contents ul li a.news{background:url(https://image.livedoor.com/img/top/lite/icon_news.png) no-repeat 50% 0;}
#topic-contents ul li a.blog{background:url(https://image.livedoor.com/img/top/lite/icon_blog.png) no-repeat 50% 0;}
#topic-contents ul li a.nichwatch{background:url(https://image.livedoor.com/img/top/lite/icon_2ch.png) no-repeat 50% 0;}
#topic-contents ul li a.anigema{background:url(https://image.livedoor.com/img/top/lite/icon_anigema.png) no-repeat 50% 0;}

.pr-contents li {
    border-top:1px solid #9da2a8;
}

/* topics ２種類 */
#topicsBody .news-photo  {
    text-align:center;
    margin:0 auto;
    display:block;
    border-bottom:1px dotted #9da2a8;
}
#topicsBody .news-photo p.photobox { 
    display:block;
    /* max-width:300px; */
    max-width: 320px;
    max-height:170px;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
#topicsBody .news-photo img.newsphoto { 
	margin:10px auto;
}
#topicsBody .news-photo a.photo {
    display:block;
}
#topicsBody .news-photo a.photo {
    display:block;
}

#topicsBody .news-photo p.headline{
    font-size: 14px;
    line-height: 18px;
    padding-bottom:8px;
    display:block;
}

#blogPart .news-photo  {
    display:block;
    border-bottom:1px solid #9da2a8;
    height:70px;
}
#blogPart .news-photo p.photobox { 
    display:block;
    width:72px;
    height:70px;
    text-align:center;
    float:left;
}
#blogPart .news-photo p.photobox span { 
    display:table-cell;
    width:70px;
    height:70px;
    border-right: 1px solid #9da2a8;
    border-left: 1px solid #9da2a8;
    vertical-align:middle;
    text-align:center;
}
#blogPart .news-photo img.newsphoto {
	zoom: 55%;
}
#blogPart .news-photo a.photo {
    display:block;
    color:#313131;
}
#blogPart .news-photo p.headline{
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    padding-top:14px;
    padding-bottom:8px;
    padding-left:90px;
    display:block;
}
#blogPart .news-photo > a{
    display:block;
    height:70px;
    overflow:hidden;
    color:#313131;
}
/* topics ２種類end */


.pr-contents p{
    font-size: 12px;
    line-height:18px;
}
.pr-contents h2{
    font-size:16px;
    line-height:1.1;
    padding-top:5px;
}
.pr-contents img {
    float:left;
    margin-right:8px;
    line-height:1;
}
.pr-contents > li a{
    display:block;
    padding:0 5px 0 0;
    color:#313131;
    line-height:1;
}
.news-photo > a{
    display:block;
    overflow:hidden;
    color:#313131;
}

.category-head{
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
    text-align:left;
    padding:3px 5px;
}

.main-contents li {
    border-bottom:1px solid #c7c7c7;
}
#osusume .main-contents li {
    border-bottom:1px dotted #c7c7c7;
}
.main-contents li {
    width:49.9%;
    float:left;
}
.main-contents li:nth-child(odd) {
	border-right:1px solid #c7c7c7;
}
#osusume .main-contents li:nth-child(odd) {
	border-right:1px dotted #c7c7c7;
}

.main-contents > li a{
    display:block;
    padding:0 5px 0 5px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
}
.main-contents > li a span{
    text-indent:-9999px;
    float:left;
    display:block;
    width:24px;
    height:24px;
    margin-top:8px;
    margin-right:5px;
}

#c-4koma {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -130px;}
#c-news {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -130px;}
#c-blog {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -130px;}
#c-touch {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -130px;}
#c-punch {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -96px -130px;}
#c-sports {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -154px;}
#c-map {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -154px;}
#c-transit {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -154px;}
#c-translate {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -96px -154px;}
#c-hitolog {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -144px -154px;}
#c-rent {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -168px -154px;}
#c-magazine {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -226px;}
#c-gmail {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -178px;}
#c-reader {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -178px;}
#c-clip {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -178px;}
#c-fixdap {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -178px;}
#c-profile {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -202px;}
#c-aaacafe {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -202px;}
#c-domain {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -202px;}
#c-rentalbbs {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -202px;}
#c-pics {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -96px -202px;}
#c-cure {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -120px -202px;}
#c-gourmet {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -144px -202px;}
#c-ladio {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -168px -202px;}
#c-wiki {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -192px -202px;}
#c-keyword {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -216px -202px;}
#c-knowledge {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -240px -202px;}
#c-anime {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -226px;}
#c-present {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -226px;}
#c-2chwatch {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -226px;}
#c-provider {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -250px;}
#c-wireless {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -250px;}
#c-yyc {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -250px;}
#c-youbride {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -250px;}
#c-labs {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -96px -250px;}
#c-blogos{background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -120px -324px;}
#c-dcpost{background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -120px -250px;}
#c-dirsearch{background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -96px -226px;}

@media only screen and  
    (-webkit-min-device-pixel-ratio: 2) {
#c-4koma {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -130px;-webkit-background-size: 450px 380px;}
#c-news {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -130px;-webkit-background-size: 450px 380px;}
#c-blog {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -130px;-webkit-background-size: 450px 380px;}
#c-touch {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -130px;-webkit-background-size: 450px 380px;}
#c-punch {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -96px -130px;-webkit-background-size: 450px 380px;}
#c-sports {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -154px;-webkit-background-size: 450px 380px;}
#c-map {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -154px;-webkit-background-size: 450px 380px;}
#c-transit {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -154px;-webkit-background-size: 450px 380px;}
#c-translate {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -96px -154px;-webkit-background-size: 450px 380px;}
#c-hitolog {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -144px -154px;-webkit-background-size: 450px 380px;}
#c-rent {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -168px -154px;-webkit-background-size: 450px 380px;}
#c-magazine {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -226px;-webkit-background-size: 450px 380px;}
#c-gmail {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -178px;-webkit-background-size: 450px 380px;}
#c-reader {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -178px;-webkit-background-size: 450px 380px;}
#c-clip {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -178px;-webkit-background-size: 450px 380px;}
#c-fixdap {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -178px;-webkit-background-size: 450px 380px;}
#c-profile {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -202px;-webkit-background-size: 450px 380px;}
#c-aaacafe {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -202px;-webkit-background-size: 450px 380px;}
#c-domain {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -202px;-webkit-background-size: 450px 380px;}
#c-rentalbbs {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -202px;-webkit-background-size: 450px 380px;}
#c-pics {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -96px -202px;-webkit-background-size: 450px 380px;}
#c-cure {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -120px -202px;-webkit-background-size: 450px 380px;}
#c-gourmet {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -144px -202px;-webkit-background-size: 450px 380px;}
#c-ladio {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -168px -202px;-webkit-background-size: 450px 380px;}
#c-wiki {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -192px -202px;-webkit-background-size: 450px 380px;}
#c-keyword {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -216px -202px;-webkit-background-size: 450px 380px;}
#c-knowledge {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -240px -202px;-webkit-background-size: 450px 380px;}
#c-anime {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -226px;-webkit-background-size: 450px 380px;}
#c-present {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -226px;-webkit-background-size: 450px 380px;}
#c-2chwatch {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -226px;-webkit-background-size: 450px 380px;}
#c-provider {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -250px;-webkit-background-size: 450px 380px;}
#c-wireless {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -250px;-webkit-background-size: 450px 380px;}
#c-yyc {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -250px;-webkit-background-size: 450px 380px;}
#c-youbride {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -250px;-webkit-background-size: 450px 380px;}
#c-labs {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -96px -250px;-webkit-background-size: 450px 380px;}
#c-blogos{background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -120px -324px;-webkit-background-size: 450px 380px;}
#c-dcpost{background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -120px -250px;-webkit-background-size: 450px 380px;}
#c-dirsearch{background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -96px -226px;-webkit-background-size: 450px 380px;}
}

/* フォトスライド */
#photoslide {
    border-top:1px solid #999999;
    background:-webkit-gradient(linear, left top, left bottom, from(#636363), to(#343434));
    padding:10px;
}
#photoslide ul {
    display:box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
/* for firefox */
    width:100%;
}
#photoslide ul li{
    font-size:12px;
    color:#ffffff;
    margin:0 auto;
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
}
#photoslide ul li a p.ph{
    display:block;
    width:60px;
    height:60px;
    text-align:center;
    margin:0 auto 5px;
}
#photoslide ul li a p.ph span{
    display:table-cell;
    width:60px;
    height:60px;
    background:#363636;
    vertical-align:middle;
    text-align:center;
}
#photoslide ul li a{
    display:block;
    font-size:12px;
    color:#ffffff;
    margin:0 auto;
}
.cap {
    display:block;
    width:72px;
    text-align:left;
    margin:0 auto;
}

/* タブ */
.category
,#blog-globalmenu {
    padding:0 0 1px;
    background: #d5d5d5;
}
.category ul:first-child
,#blog-globalmenu ul:first-child{
    margin-bottom:-1px;
    display:box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
/* for firefox */
    width:100%;
}
.category ul:first-of-type li
,#blog-globalmenu ul:first-of-type li{
    font-size:13px;
    text-align:center;
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
}

/* only entertainment-corner */
#entertainment-corner h1 {
    display:block;
    padding:2px;
    background:#000000;
    text-align:center;
    margin:0 auto;
    height:23px;
}
.category ul:first-of-type li a
,#blog-globalmenu ul:first-of-type li a {
    display:block;
    text-decoration:none;
        padding:7px 6px 14px;
    font-weight: bold;
    color:#272727;
}

.category ul:first-of-type li a#topics-select0 {border-top:3px solid #ce0a0b;}
.category ul:first-of-type li a#topics-selectsmart_main {border-top:3px solid #ce0a0b;}
.category ul:first-of-type li a#topics-select8 {border-top:3px solid #2a8907;}
.category ul:first-of-type li a#topics-select25 {border-top:3px solid #26b7cc;}

.category ul:first-of-type li a#topics-selectsmart_dom {border-top:3px solid #2a8907;}
.category ul:first-of-type li a#topics-selectsmart_int {border-top:3px solid #d22f7e;}
.category ul:first-of-type li a#topics-select41 {border-top:3px solid #d22f7e;}
.category ul:first-of-type li a#topics-selectsmart_ent {border-top:3px solid #2654b2;}
.category ul:first-of-type li a#topics-select46 {border-top:3px solid #2654b2;}
.category ul:first-of-type li a#topics-selectsmart_spo {border-top:3px solid #26b7cc;}
.category ul:first-of-type li a#topics-select5 {border-top:3px solid #26b7cc;}

.category ul:first-of-type li a#blog-selectblog_topics{border-top:3px solid #27abdc;}
.category ul:first-of-type li a#blog-selecttotal {border-top:3px solid #27abdc;}
.category ul:first-of-type li a#blog-selectcomment {border-top:3px solid #27abdc;}
.category ul:first-of-type li a#blog-selectarticle {border-top:3px solid #27abdc;}

.category ul:first-of-type li a#entertainment-selectgourmet {border-top:3px solid #ff9900;}
.category ul:first-of-type li a#entertainment-selectwiki {border-top:3px solid #4D4E53;}
.category ul:first-of-type li a#entertainment-selectpunch {border-top:3px solid #ce0a0b;}

.category ul:first-of-type li a#entertainment-selectitlifehack {border-top:3px solid #ffc500;}
.category ul:first-of-type li a#entertainment-selectsmax {border-top:3px solid #ffc500;}

.category ul:first-of-type li a#blogPartRanking-selecttotal {border-top:3px solid #27abdc;}
.category ul:first-of-type li a#blogPartRanking-selectarticle {border-top:3px solid #27abdc;}
.category ul:first-of-type li a#blogPartRanking-selectcomment {border-top:3px solid #27abdc;}

.category ul:first-of-type li a#blogPartTopics-selectblog_topics {border-top:3px solid #ce0a0b;}
.category ul:first-of-type li a#blogPartTopics-selectblog_topics_bundle {border-top:3px solid #2654b2;}
.category ul:first-of-type li a#blogPartTopics-selectblog_topics_entame {border-top:3px solid #d22f7e;}
.category ul:first-of-type li a#blogPartTopics-selectblog_topics_itbiz {border-top:3px solid #26b7cc;}

#blog-globalmenu ul:first-of-type li a#blogPart-selectRanking {border-top:3px solid #27abdc;}
#blog-globalmenu ul:first-of-type li a#blogPart-selectTopics {border-top:3px solid #27abdc;}
#blog-globalmenu ul:first-of-type li a#blogPart-selectBlogmedia {border-top:3px solid #27abdc;}

.category ul li:nth-child(1)
,.category ul li:nth-child(2)
,.category ul li:nth-child(3)
,.category ul li:nth-child(4)
,#blog-globalmenu ul li:nth-child(1)
,#blog-globalmenu ul li:nth-child(2) {
	border-right:1px solid #ffffff;
}

/* タブ色設定 */
.category ul:first-of-type li a.link-active
,#blog-globalmenu ul:first-of-type li a.link-active{
    background: #878787 url(https://image.livedoor.com/img/top/lite/01/tab_on.gif) no-repeat 50% 100%;
    color:#ffffff;
}
.category ul:first-of-type li a.link-inactive
,#blog-globalmenu ul:first-of-type li a.link-inactive{
    background: #fcfcfc url(https://image.livedoor.com/img/top/lite/01/tab_off.gif) no-repeat 50% 100%;
}

/* Edge to Edge リスト */
.edge-to-edge > li{
    border-bottom:1px dotted #9da2a8;
    line-height:1.0;
    font-size:14px;
    background-color: #ffffff;
}
.edge-to-edge > li h3 {
    font-weight:normal;
}
.edge-to-edge > li img{
    margin:1px 3px 0;
}
.edge-to-edge > li a{
    display:block;
    padding:9px 26px 9px 10px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) right center no-repeat;
}
#topics .edge-to-edge > li a{
    padding:15px 26px 15px 10px;
}
.edge-to-edge > li a:not([href]){
    color:#888;
}


li .camera{
    display:inline-block;
    text-indent:-9999px;
    margin:1px 3px 0;
    width:18px;
    height:14px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAACMklEQVQoz5XST0iacRjA8d8hwun2ZjMtWlnBdK6tcnlqDOnSGHrYKnCnQXaJictTVhtbQyhhFusURBD9oUuxw0BChRiC0LrMagfv5rBDwgsNdvzufV8SJBS2Fz68vM/75XlfXl6xuLgo/tNrBVd+AUIlFhYWXii+KX78o7yCK38UXxUuMTc391tBpfn5eZaWlohEIly/V8NPEQ6HKVNf9/j4mGKxSKFQ0M7pdFqLK7vV1VV2dnbY2Ngozy5FMBhEtby8zMXFBW9CQbo62mi1tODse8D6+jr5fJ6ZmRnKbalUonxczWTh9/sJBALa04efD2Oov0Wz3k6XcYDmOisNBiNra2scHh4yPj6O2u/t7ZHJZEilUtq1QhY+n4+VlRVOT09pMhkx6Nq5f2+MIXeEzhYP+hu36enp4fz8nFAohNpXIQuPx0M8Hmd7exupyYjQNSL1jtD9LExd+xPqdRJ3WtvIZrNEo1HUvgpZuN1udnd32draoummGZ25Abf/FYFPn+n2DFGn1yuL2rVFs7OzqH0VsnC5XExPT3NycoLD2oGh0cTY2498yXzH7XuJZDLR/6ifs7MzvF4val+FLBwOB06nU1v04f07Ou/aaH74GNvAU0wdNnp7+7QPu7m5idrWIAur1YpqcHCQXC5HIpFgYmKC0dFRpqamtP8qmUxit9spt1VcCrPZTJnNZiMWi3FwcMDR0RH7+/tMTk5S2dSQF5IkhRUFhVzJYrHI12c15BQjfwHtAAaLPX4l1QAAAABJRU5ErkJggg==) right center no-repeat;
    }
li .new
,span.new{
    display:inline-block;
    text-indent:-9999px;
    margin:1px 3px 0;
    width:22px;
    height:14px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOBAMAAADZH/H+AAAAMFBMVEUAAADaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQXaBQVzcscUAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAAfElEQVQI12NgwAWYDBiYDSBM//7vDPN/8G6IN/jJ4P/7H9uv9Vof6gO/M/hPmG91QT/8w7qSLwz+BfW+1+tLv5xe9gHE9v//v+jLj+0HQGy/Iy4Kr778mgBiez9kYNi98U8BiO32p5qhvuG+A4jtMP+fQnzCeqjVDhiuAQASUTZwjgBAcwAAAABJRU5ErkJggg==) right center no-repeat;
    }

/* ダウンロード */
#close_news_block
,#close_blog_block{
    line-height:1.8;
    font-size:14px;
    position:relative;
    padding:5px;
    border-bottom:1px solid #9da2a8;
    text-align:center;
    font-weight:bold;
}
#close_news_block{
    border-top:1px solid #9da2a8;
}
#close_news_block a.dl
,#close_blog_block a.dl{
    border:1px solid #ccc;
    -webkit-border-radius:3px;
    color:#333;
    display:block;
    font-weight:bold;
    padding:4px;
    text-align:left;
    text-shadow:0 -1px 0 #fff;
}

#close_news_block a.dl span
,#close_blog_block a.dl span{
    text-indent:-9999px;
    float:left;
    display:block;
    width:24px;
    height:24px;
    margin-top:2px;
    margin-right:2px;
}
#close-icon-news {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -120px -130px;}
#close-icon-blog {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -130px;}
@media only screen and  
    (-webkit-min-device-pixel-ratio: 2) {
#close-icon-news {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -120px -130px;-webkit-background-size: 370px 380px;}
#close-icon-blog {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -130px;-webkit-background-size: 370px 380px;}
}

a#close_news
,a#close_blog {
    background:url(data:image/gif;base64,R0lGODlhGAAYANUAALCwsKCgoKmpqby8vLq6urOzs7e3t6ampsLCwoCAgKurq83NzYiIiLa2tvT09M/Pz66urtra2tfX17W1tefn59DQ0Lm5uaWlpcPDw+Li4oaGhuHh4YWFhZOTk5iYmIGBgX5+fvX19dvb25CQkNnZ2d/f3+rq6vLy8vPz887Ozo6OjsfHx5ycnKOjo8TExMXFxZKSko+Pj62trZeXl5SUlL+/v8HBwaSkpP///5mZmQAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAYABgAAAb/QFyoArkZj8jkDVIJ4RyXBmZFrVqvK0zj4nhMXuCweDyePBQ2l3rNbrdtipttTq/b7zZjbc+38P81foBGA4WFDQkMhoYMCQ2LA0YEk5M1FAgMlAQMCBQ1mgRGBqOkGTgIGqMaCDgZpKRGBbKzBRunHBysG7SzRgC/wL8lp6wlwcFGMsrLyws4OAvM0kYC1dbVH6ynH9fXRgfg4QcJrCIipwni4UYt7e4grBHtEacg7u5GAfr6LCs4JPsCkMCxgkXAAEZYKFTYwoSEhQslmGgBkYWRHBgzBsjIMcfGjkZmiBxJsqTJGUZoqFzJsqVLGjcUdIBBs6bNmzc7KHiQI4bPI59AgwbNkcJBCw8jVChdyrSpihEeWqDAcSKakqtHZCw4gSMIADs=) right center no-repeat;
    position:absolute;
    top:12px;
    right:4px;
    width:24px;
    height:24px;
    text-align:center;
    text-indent:-9999px;
}

#close_home_block {
    width:100%;
    text-align:center;
    position:absolute;
    margin:0;
    top:300px;
    -webkit-transition: top 0.2s linear;
}
#close_home_block a{display:inline-block;}
#close_home {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
}


/* ランキングリスト */
#news-ranking ol > li
,#blog-ranking ol > li:nth-child(n+4)
,#entertainment ol > li {
    border-bottom:1px dotted #9da2a8;
    font-size:14px;
    line-height:1.0;
    background-color: #ffffff;
}
#news-ranking ol > li img
,#blog-ranking ol > li:nth-child(n+4) img {
    margin:1px 3px 0;
}
#news-ranking ol > li a.url
,#blog-ranking ol > li:nth-child(n+4) a.url
,#entertainment ol > li a.url {
    display:block;
    padding:9px 0 9px 30px;
    font-weight:normal;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) right center no-repeat;
    position:relative;
}
#news-ranking ol > li .num
,#blog-ranking ol > li:nth-child(n+4) .num
,#entertainment ol > li .num {
    display:block;
    position:absolute;
    top:10px;
    left:8px;
    color:#fff;
    font-size:12px;
    width:17px;
    height:17px;
    line-height:17px;
    text-align:center;
    background-color:#666;
}
#news-ranking ol > li:nth-child(-n+3) .num
,#blog-ranking ol > li:nth-child(-n+3) .num
,#entertainment ol > li:nth-child(-n+3) .num {
    background-color:#21adde;
}


/* ブログランキング内 */
/* article list */
.articleListBox li
,.CommonListBox li {
	border-bottom: 1px dotted #9da2a8;
	font-size: 16px;
	background: #fff;
	overflow: hidden;
}
.articleListBox li h3
,.CommonListBox li h3{
	font-weight:normal;
}

.articleListBox li a.type-i
,.CommonListBox li a.type-i {
	display: block;
	min-height: 80px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) right center no-repeat;
	position: relative;
}
.CommonListBox li a.type-i {
	min-height: 60px;
}
.articleListBox li a.type-i h3 {
	display:inline;
	white-space:normal;
	font-weight:normal;
}
.CommonListBox li a.type-i h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

/* new */
.articleListBox p.articleListImage img {
	margin: 7px 5px 0 7px;
	border: 1px solid #9da2a8;
	position: absolute;
	top: 0;
	left: 0;
	padding:2px;
}
.CommonListBox p.articleListImage img {
	margin: 7px 5px 0 7px;
	position: absolute;
	top: 0;
	left: 0;
	padding:2px;
}

.articleListBox div.articleListContent {
	padding: 7px 20px 0 80px;
}
.CommonListBox div.articleListContent {
	padding: 7px 20px 0 60px;
}
#blogPartTopics-selectblog_topics .articleListBox div.articleListContent {
	padding: 7px 20px 0 140px;
}
#blogPartTopics-selectblog_topics  .articleListBox li a.type-i {
	min-height: 100px;
}

.articleListBox .articleListTitle {
	margin-bottom: 2px;
	padding: 2px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.articleListBox .articleListTitle span.num {
	color: #fff;
	font-size: 12px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background: #666;
	border-right: 1px solid #9da2a8;
	border-bottom: 1px solid #9da2a8;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 9;
}

.articleListBox li:nth-child(-n+5) .articleListTitle span.num{
	background: #0177ad;
}

.articleListBox p.articleListText{
	padding-right: 20px;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:normal;
}

.CommonListBox p.articleListText  {
	padding-right: 20px;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:normal;
}
.CommonListBox p.articleListText  span {
	font-weight:bold;
	margin-right:3px;
	font-size:14px;
}
#timeline p.articleListText {
	padding-right: 20px;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:normal;
}

/* famous blogger(article list) */
/* */
.articleListBox.famousBlogger h3 {
	font-weight: normal;
	padding-top: 10px;
}

.articleListBox.famousBlogger p.blog-title{
	font-weight: normal;
	font-size: 14px;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* */

.articleListBox.famousBlogger .articleListTitle {
	font-weight: normal;
	padding-top: 0;
}

.articleListBox.famousBlogger p.articleListText {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* ranking(article list) */
/*  */
.articleListBox.articleRanking h3 {
	font-weight: normal;
	font-size: 12px;
}

.articleListBox.articleRanking p.detail {
	color: #1260b2;
	font-weight: normal;
	font-size: 14px;
	height: 36px;
}
/*  */

.articleListBox.articleRanking .articleListTitle
,.edge-to-edge .articleListText {
	font-weight: normal;
	font-size: 12px;
}
.edge-to-edge .articleListText {
	color:#888;
	line-height:1.3;
}
.articleListBox.articleRanking p.articleListText {
	color: #1260b2;
	font-weight: normal;
	font-size: 14px;
}


/* リストの中の */
li a ul.meta{
    color:#888;
    font-size:14px;
    font-weight:normal;
}
li a ul.meta li {
    display:inline;
}
li a ul.meta li.vender{
    margin-right:6px;
}

section {
    position:relative;
}


/* お知らせ */
.timeline-list > li{
    border-bottom:1px solid #9da2a8;
    line-height:1.0;
    font-size:12px;
    background-color: #ffffff;
    line-height:1.5;
}
.timeline-list > li a{
    display:block;
    padding:10px 26px 10px 10px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAY0lEQVQoz6WSQQrAMAgEhbw/4NUHFAJ5pEUwxQQK3e1hwRxmIKvi7mJmPRIzmgV7pjOCWQSwJATtj0SyA1ryDCkZqGR7pORCJF8EinwBgs8SYbiucTDw2yEpekjKwrUDZeDIDX1qfF5mUuKSAAAAAElFTkSuQmCC) right center no-repeat;
}
.timeline-list strong{
    font-weight:bold;
    display:block;
}
.timeline-list p{
    color:#333;
}

section.adbox {
	margin:10px auto;
}

/* ボタン */
.cmn-button{
    padding:10px 25px 15px;
}
.cmn-button a{
	background: -moz-linear-gradient(top, #fefefe 0%, #cbcbcb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cbcbcb));
    border:1px solid #a2a2a2;
    -webkit-border-radius:3px;
    color:#333;
    display:block;
    font-weight:bold;
    padding:8px;
    text-align:center;
    text-shadow:0 -1px 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-radius: 3px;
	
}

/* タイトル */
.min-title{
	background: -moz-linear-gradient(top, #999999 0%, #676767 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#676767));
	border-bottom:1px solid #cccccc;
	color:#fff;
	text-shadow:0 1px 0 #333;
	font-size:14px;
	height:25px;
	line-height:25px;
	padding-left:15px;
}

/* アプリ、コンテンツ一覧の共通タイトル部分 */
#applist
,#servicelist
,#medialist
,#setuplist
,#timelinelist {
    /* position:relative; */
    position: absolute;
}
#setuplist{
	background:#eeeeee;
}
#applist h1
,#servicelist h1
,#medialist h1
,#setuplist h1
,#timelinelist h1{
    font-size:18px;
    height:45px;
    line-height:45px;
    text-align:center;
    padding:0 8px;
}
.close{
    position:absolute;
    top:9px;
    right:8px;
}
.close ul {
    position:relative;
}
.close ul li {
    float:left;
    font-weight:bold;
    font-size:12px;
    line-height:28px;
    text-shadow:0 -1px 0 #818181;
    display:inline;
    position:relative;
}

.close ul li a {
    border-top:1px solid #2a3547;
    border-left:1px solid #304fa2;
    border-right:1px solid #2f53a1;
    display:block;
    text-align:center;
    width:45px;
    height:28px;
    background:-webkit-gradient(linear, left top, left bottom, from(#7f9de5), to(#2b63d0));
    color:#ffffff;
     -webkit-box-shadow: 0 1px 0  #9aabc9;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
}
.close ul li a:hover{
opacity:0.8;
}
.close ul li a:not([href]){
opacity:0.5;
}


/* アプリ一覧 */
.apptitle li
,timelinetitle li {
    display:inline;
}
.apptitle li a {
    display:block;
    height:55px;
    position:relative;
    border-bottom:1px solid #92a6bf;
}
.timelinetitle li a {
    display:block;
    height:70px;
    position:relative;
    padding-right:10px;
    border-bottom:1px solid #92a6bf;
}
.apptitle li a:hover
,.timelinetitle li a:hover{
opacity:0.8;
}

.apptitle h2 {
    padding-top:10px;
    padding-left:50px;
    font-size:14px;
    font-weight:bold;
}
.timelinetitle h2 {
    padding-top:10px;
    padding-left:70px;
    font-size:14px;
    color:#313131;
    font-weight:normal;
}

.apptitle p.read {
    padding-top:5px;
    padding-left:50px;
    font-size:12px;
    color:#666666;
}
.timelinetitle p.read {
    padding-top:2px;
    padding-left:70px;
    padding-right:10px;
    font-size:12px;
    color:#666666;
}
.apptitle p.market
, .apptitle p.store
,.timelinetitle p.market {
    position:absolute;
    top:14px;
    right:8px;
}
.apptitle p.icon
,.timelinetitle p.icon {
    position:absolute;
    top:10px;
    left:10px;
}
.apptitle p.icon span
,.timelinetitle p.icon span {
    width:36px;
    height:36px;
    display:block;
    background:#cccccc;
    text-indent:-9999px;
}
p.store span
,p.market span {
    font-weight:bold;
    font-size:12px;
    line-height:28px;
    text-shadow:0 -1px 0 #818181;
    display:block;
    text-align:center;
    width:80px;
    height:26px;
    color:#ffffff;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
}
p.store span {
    -webkit-box-shadow: 0 1px 0  #195287;
    border-top:1px solid #89a4bf;
    border-left:1px solid #195287;
    border-right:1px solid #195287;
    background:-webkit-gradient(linear, left top, left bottom, from(#93bfe2), to(#195287));
}
p.market span {
    -webkit-box-shadow: 0 1px 0  #a1af60;
    border-top:1px solid #a1af60;
    border-left:1px solid #a1af60;
    border-right:1px solid #a1af60;
    background:#a4c639;
}
/* new app */
.apptitle p.new-app {background-color: #eee;}
#a-android-saisyoku,
#a-saisyoku {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -324px -45px;}
#a-android-anigema,
#a-anigema {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -81px;}
#a-android-homme,
#a-homme {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -36px -81px;}
#a-android-soccerjournal,
#a-soccerjournal {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -81px;}
#a-touch {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -45px;}
#a-android-reader,
#a-aero {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -36px -45px;}
#a-android-ldnreader,
#a-ldnreader {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -45px;}
#a-android-blog ,
#a-blog {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -108px -45px;}
#a-clip {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -144px -45px;}
#a-damekare {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -360px -45px;}
#a-android-loctouch,
#a-loctouch {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -180px -45px;}
#a-blogos ,
#a-android-blogos {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -216px -45px;}
#a-android-livedoor {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -252px -45px;}
#a-android-puchipet {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -288px -45px;}
#a-android-appmax {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -108px -81px;}
#a-android-yyc {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -144px -81px;}
#a-android-usagi {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -180px -81px;}
#a-android-hiyoko {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -216px -81px;}
#a-android-nyanko {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -252px -81px;}
#a-android-2chjam {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -288px -81px;}
#a-android-dcpost {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -360px -81px;}
@media only screen and  
    (-webkit-min-device-pixel-ratio: 2) {
#a-android-saisyoku,
#a-saisyoku {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -324px -45px;-webkit-background-size: 450px 380px;}
#a-android-anigema,
#a-anigema {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -81px;-webkit-background-size: 450px 380px;}
#a-android-homme,
#a-homme {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -36px -81px;-webkit-background-size: 450px 380px;}
#a-android-soccerjournal,
#a-soccerjournal {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -81px;-webkit-background-size: 450px 380px;}
#a-touch {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -45px;-webkit-background-size: 450px 380px;}
#a-android-reader,
#a-aero {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -36px -45px;-webkit-background-size: 450px 380px;}
#a-android-ldnreader,
#a-ldnreader {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -45px;-webkit-background-size: 450px 380px;}
#a-android-blog ,
#a-blog {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -108px -45px;-webkit-background-size: 450px 380px;}
#a-clip {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -144px -45px;-webkit-background-size: 450px 380px;}
#a-damekare {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -360px -45px;-webkit-background-size: 450px 380px;}
#a-android-loctouch,
#a-loctouch {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -180px -45px;-webkit-background-size: 450px 380px;}
#a-blogos ,
#a-android-blogos {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -216px -45px;-webkit-background-size: 450px 380px;}
#a-android-livedoor {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -252px -45px;-webkit-background-size: 450px 380px;}
#a-android-puchipet {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -288px -45px;-webkit-background-size: 450px 380px;}
#a-android-usagi {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -180px -81px;-webkit-background-size: 450px 380px;}
#a-android-hiyoko {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -216px -81px;-webkit-background-size: 450px 380px;}
#a-android-nyanko {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -252px -81px;-webkit-background-size: 450px 380px;}
#a-android-2chjam {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -288px -81px;-webkit-background-size: 450px 380px;}
#a-android-dcpost {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -360px -81px;-webkit-background-size: 450px 380px;}
}
/* メディア一覧 */
.mediatitle li {
    display:inline;
}
.mediatitle li a {
    display:block;
    height:55px;
    position:relative;
    border-bottom:1px solid #92a6bf;
}
.mediatitle li a:hover{
opacity:0.8;
}

.mediatitle h2 {
    padding-top:10px;
    padding-left:40px;
    font-size:14px;
    color:#313131;
    font-weight:normal;
}
.mediatitle p.read {
    padding-top:5px;
    padding-left:40px;
    font-size:12px;
    color:#666666;
}
.mediatitle p.icon {
    position:absolute;
    top:10px;
    left:10px;
}
.mediatitle p.icon span {
    width:24px;
    height:24px;
    display:block;
    background:#cccccc;
    text-indent:-9999px;
}

#m-homme {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -300px;}
#m-girls {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -300px;}
#m-anigema {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -300px;}
#m-soccer {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -300px;}
#m-agora {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -96px -300px;}
#m-markethack {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -120px -300px;}
#m-techwave {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -144px -300px;}
#m-itlifehack {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -168px -300px;}
#m-closeupnettube {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -192px -300px;}
#m-mmaplanet {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat  -216px -300px;}
#m-fightislands {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -240px -300px;}
#m-plat {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -264px -300px;}
#m-footballweekly {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -288px -300px;}
#m-michikusa {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -312px -300px;}
#m-warapappa {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -336px -300px;}
#m-yorukoyoruta {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat 0 -324px;}
#m-clstr {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -24px -324px;}
#m-dokujo {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -48px -324px;}
#m-smax {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -72px -324px;}
#m-kokohen {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -96px -324px;}
#m-blogos {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -120px -324px;}

#m-appmax {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -144px -324px;}
#m-1990s {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -168px -324px;}
#m-celebtimes {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -192px -324px;}
#m-mr-snap {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -216px -324px;}
#m-bisyokunote {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -240px -324px;}
#m-volun {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -264px -324px;}
#m-rasoku {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -288px -324px;}
#m-chidori {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -312px -324px;}
#m-fblogos {background:url(https://image.livedoor.com/img/top/lite/img_04.jpg) no-repeat -336px -324px;} 


@media only screen and  
    (-webkit-min-device-pixel-ratio: 2) {
#m-homme {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -300px;-webkit-background-size: 450px 380px;}
#m-girls {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -300px;-webkit-background-size: 450px 380px;}
#m-anigema {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -300px;-webkit-background-size: 450px 380px;}
#m-soccer {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -300px;-webkit-background-size: 450px 380px;}
#m-agora {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -96px -300px;-webkit-background-size: 450px 380px;}
#m-markethack {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -120px -300px;-webkit-background-size: 450px 380px;}
#m-techwave {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -144px -300px;-webkit-background-size: 450px 380px;}
#m-itlifehack {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -168px -300px;-webkit-background-size: 450px 380px;}
#m-closeupnettube {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -192px -300px;-webkit-background-size: 450px 380px;}
#m-mmaplanet {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat  -216px -300px;-webkit-background-size: 450px 380px;}
#m-fightislands {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -240px -300px;-webkit-background-size: 450px 380px;}
#m-plat {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -264px -300px;-webkit-background-size: 450px 380px;}
#m-footballweekly {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -288px -300px;-webkit-background-size: 450px 380px;}
#m-michikusa {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -312px -300px;-webkit-background-size: 450px 380px;}
#m-warapappa {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -336px -300px;-webkit-background-size: 450px 380px;}
#m-yorukoyoruta {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat 0 -324px;-webkit-background-size: 450px 380px;}
#m-clstr {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -24px -324px;-webkit-background-size: 450px 380px;}
#m-dokujo {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -48px -324px;-webkit-background-size: 450px 380px;}
#m-smax {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -72px -324px;-webkit-background-size: 450px 380px;}
#m-kokohen {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -96px -324px;-webkit-background-size: 450px 380px;}
#m-blogos {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -120px -324px;-webkit-background-size: 450px 380px;}
#m-appmax {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -144px -324px;-webkit-background-size: 450px 380px;}
#m-1990s {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -168px -324px;-webkit-background-size: 450px 380px;}
#m-celebtimes {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -192px -324px;-webkit-background-size: 450px 380px;}
#m-mr-snap {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -216px -324px;-webkit-background-size: 450px 380px;}
#m-bisyokunote {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -240px -324px;-webkit-background-size: 450px 380px;}
#m-volun {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -264px -324px;-webkit-background-size: 450px 380px;}
#m-rasoku {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -288px -324px;-webkit-background-size: 450px 380px;}
#m-chidori {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -312px -324px;-webkit-background-size: 450px 380px;}
#m-fblogos {background:url(https://image.livedoor.com/img/top/lite/img_04@2x.jpg) no-repeat -336px -324px;-webkit-background-size: 450px 380px;} 
}


.setbody{
	padding:10px;
}
.setbody h2{
    color:#4e5367;
    text-shadow:0 1px 0 #fff;
    margin-bottom:5px;
}
select.area {
	height:35px;
	width:280px;
	-moz-border-radius: 7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	border-radius: 7px;
	background-color:#fff;
	margin:15px 10px;
	font-size:110%;
	padding:5px 5px 0 5px;
	border:2px solid #4C4C4C;
}

.bt-y {
    text-align:center;
    margin:10px auto 20px;
    display:block;
    width:50%;
    padding:4px;
    border: 1px solid #cca905;
    font-size:14px;
    font-weight:bold;
    text-shadow:0 1px 0 #ffef97;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcea6c), to(#f7d208));
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px  #999999;
}
.bt-y:hover{
    opacity:1.0;
}
.bt-y:active {
     -webkit-box-shadow: 0 1px 2px  #999999;
    opacity:0.8;
}

/* Footer */

/* social */
#social{
	text-align:center;
	border-bottom:1px solid #D6D6D6;
	background-color:#e6e6e6;
}
#social ul{
	padding:10px 0 8px;
	width:190px;
	margin:0 auto;
	
}
#social li{
	float:left;
	margin-left:10px;
}

#social ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#social li.twitter a{
	background:url('https://image.livedoor.com/img/top/lite/icon_twitter.png') no-repeat 3px 2px;
	font-weight:bold;
	border:1px solid #bad8e8;
	background-color:#f2faff;
	color:#197695;
	font-size:11px;
	display:block;
	width:67px;
	padding:4px 0 2px 17px;
	height:14px;
	-moz-border-radius: 2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	border-radius: 2px;
	margin-top:-1px;
}

#social li.blog a{
	background:url('https://image.livedoor.com/img/top/lite/icon_blog_s.png') no-repeat 3px 2px;
	font-weight:bold;
	border:1px solid #b4cae0;
	background-color:#f2f9ff;
	color:#4a8ed3;
	font-size:12px;
	display:block;
	width:67px;
	padding:4px 0 2px 18px;
	height:14px;
	-moz-border-radius: 2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	border-radius: 2px;
	margin-top:-1px;
}

#site-footer{
    text-align:center;
    background-color:#e6e6e6;
    padding-top:10px;
    
}
#site-footer ul li{
    font-size:14px;
    border-right:1px solid #8f8f8f;
    display:inline;
}
#site-footer ul li a{
    padding:0 5px;
    color:#4D4D4D;
}
#site-footer ul li:last-child {
    border:none;
}

#site-footer p.note{
    font-size:12px;
    color:#8f8f8f;
}

p#copyright{
    font-size:12px;
    text-align:center;
    padding:10px;
}
/*** --------------------
     for serach box
-------------------- ***/
.advancedSearchFilter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.5;
    z-index: 10;
}
.advancedSearchContent {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
}
.advancedSearchInputContent {
    height: 70px;
    position: relative;
    border-bottom:1px solid #283651;
    border-top:1px solid #ccd6e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#b1bbc8),to(#74849d));
}

.advancedSearchInputSearchText {
    height:30px;
    width: 70%;
    top: 10px;
    left: 10px;
    position: absolute;
    padding-left:8px;
    -webkit-border-top-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    background: none repeat scroll 0 0 #FFFFFF;
}
.advancedSearchTextCancelButton {
    width: 15px;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNp8kT1qw0AQhZ+NmlQSBkkgCVUBW0SFq7SpUiUkt0gVcJXKR3Dlc7hyII2OkNIg4cKd0B+BIN0gb8ysUWHy4GN3h2/Z2d1JlmXQxOSDvOi8Il9kQ04iTFV8IAfyrqIkJG9afzKyFPfExvXckB25FXllxCRJ4Pv+2ZBR1qMNa8scIRmGAWmawnEcRFGEPM/HJzyK7JpVXdewbRtxHKMsS7RtO5bdqd76cnQQBKiqCmEYXlrStJY+z/K81XVRFAWapkHf9/A8D13XGflzwneecXIct3MlA7mTNn7JM/n5R3yVdi0tfJOF/uA9meuvSX1r7vUnwADpoj1ZFtKWUgAAAABJRU5ErkJggg==) center center no-repeat;
    display: block;
    position: absolute;
    right: 30%;
    top: 18px;
    display: none;
}
.advancedSearchInputChancelButton {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    font-weight:bold;
    border-top:1px solid #304fa2;
    border-left:1px solid #304fa2;
    border-right:1px solid #2f53a1;
    display:block;
    text-align:center;
    width:65px;
    height:30px;
    background:-webkit-gradient(linear, left top, left bottom, from(#7f9de5), to(#2b63d0));
    color:#ffffff;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    
}
.advancedSearchKeywordListTable {
    position: absolute;
    top: 50px;
    background:white;
}
.advancedSearchKeywordListTable tr {}
.advancedSearchKeywordListTable tr td {
    height: 50px;
    border-bottom: 1px solid #CCC;
}
.advancedSearchKeywordListTable tr td a.wordOuter {
    display: block;
    width: 320px;
    height: 100%;
    color: black;
    position: relative;
}
.advancedSearchKeywordListTable tr td a.clearHistory {
    text-align: center;
    margin:0 auto;
    vertical-align:middle;
    position: relative;
    font-size: 14px;
    font-weight:bold;
    border:1px solid #0b5087;
    display:block;
    text-align:center;
    width:200px;
    background:-webkit-gradient(linear, left top, left bottom, from(#7f9de5), to(#2b63d0));
    color:#ffffff;
    -webkit-border-top-right-radius:7px;
    -webkit-border-bottom-right-radius:7px;
    -webkit-border-top-left-radius:7px;
    -webkit-border-bottom-left-radius:7px;

}
.advancedSearchKeywordListTable tr td a.wordOuter span.word {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: bold;
    overflow: hidden;
    height: 20px;
}
.advancedSearchKeywordListTable tr td a.clearHistory span.word {
    position: relative;
    left: 0px;
}
.advancedSearch {
    display: none;
}
body.fixHeight > *:not(.advancedSearch) {
    display: none;
}
body.fixHeight .advancedSearch {
    display: block;
}

/** Logout */
div#logoutbox{
	background:#000000;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
	border-bottom:1px solid #e4e4e4;
	position:absolute;
	top:0px; left:0px;
	width:100%;
	text-align:center;
	font-size:14px;
	vertical-align:middle;
	color:#ffffff;
	z-index:150;
	line-height:33px;
}
div#logoutbox a {
	color:#ffffff;
	text-decoration:underline;
}
div#logoutbox a.close{
	width:18px;
	height:18px;
	background:url(https://image.livedoor.com/img/top/15/logout_close_off.gif) no-repeat 0 0px;
	padding:2px;
}
div#logoutbox a.close:hover{
	width:18px;
	height:18px;
	background:url(https://image.livedoor.com/img/top/15/logout_close_on.gif) no-repeat 0 0px;
	padding:2px;
}
