/* ---------------------- Reset CSS ----------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
/* ---------------------- 
   Typography 

@font-face {
	font-family: TCReineiBeta;
	src: url("../fonts/font.php") format("woff");
}
----------------------*/
body.jp {
	font-family: "Fedra Serif B Book", TCReineiBeta, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo,"MS Pゴシック", sans-serif;
}
body,
section nav ul li a,
.detail section article aside dd a,
.detail.interviews section aside dl.interviews_archive dd a span,
.detail.news_archive section section aside article h1 {
	font-family: "Fedra Serif B Book", Georgia, verdana, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 11px;
	text-align: 15px;
	color: #000;
}

#toTop,
header.top_header nav,
div.more,
.detail .visit_site,
aside h2,
aside dl dt,
section nav,
section > h2,
footer ul,
footer dl,
footer small,
.detail section aside h3,
.detail section section h3,
.to_top,
.detail.search_result section article > h2,
.info article h2,
.detail.interviews section aside dl.interviews_archive,
.detail.interviews section section figure figcaption,
.detail.cluster_list section article nav ul li a,
.detail.cluster_list section article nav ul li strong,
aside .other_news ul,
.topic_section div h2,
aside .other_news h3,
#fnavi li,
.index .best_header_inside h2,
.best2012 section header.best_header h1,
.best2012 section header aside ul li {
	font-family: "Fedra Sans Alt Book", verdana;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 11px;
}

.detail.interviews section section h3,
.detail.interviews section section span.italic,
.info article span.italic,
.best2012 em {
	font-family: "Fedra Serif B Book Italic", Georgia, verdana, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 14px;
}

.detail.interviews section section figcaption span.italic {
	font-size: 11px;
}

.info article span.italic {
	font-size: 12px;
}

header.top_header h1 a {
	font-family: "Fedra Sans Alt Medium", verdana;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 12px;
	color: #333;
	/*display: block;
	width: 92px;
	height: 13px;
	margin-left: -1px;
	border: 0; 
	font: 0/0 a; 
	text-shadow: none; 
	color: transparent; 
	background-color: transparent;
	background: url(../img/common/tc_logo.png);*/
}

header.top_header h1 a:hover {
	color: #333;
	text-decoration: none;
}

div.more,
.to_top,
footer {
	color: #333;
}

.detail .visit_site {
	color: white;
}

section nav,
section > h2,
.detail.search_result section article > h2,
.detail section article aside dd a {
	color: #555;
}

footer small,
.detail section section h3,
.detail.interviews section aside dl.interviews_archive dd a:hover span {
	color: #000;
}

.detail section section li,
.detail.search_result section article article dl dt,
.detail section section p,
.detail section section ul,
.detail section section figcaption,
body.tee section figcaption {
	font-size: 13px;
}

.detail.interviews section section h3 {
	width: 478px;
	color: #000;
}

.detail.interviews section section figure figcaption,
.detail.interviews section aside dl.interviews_archive dd a span,
body.tee section figcaption {
	color: #777;
}

#toTop {
		color: #fff;
		font-size: 24px;
}

.detail section article h1 {
	font-size: 19px;
}

.detail section article h2 {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.orange {
	color: #ff9327;
}

/* ---------------------- 
   BACK to TOP 
----------------------*/
#toTop {
		width: 88px;
		background: rgb(0, 0, 0); /* The Fallback */
		background: rgba(0, 0, 0, 0.3);
		text-align: center;
		position: fixed;
		bottom: 50%;
		right: 0;
		cursor: pointer;
		display: none;
		height: 88px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
		-moz-border-top-left-radius: 5px 5px;
		-moz-border-bottom-left-radius: 5px 5px;
}

#topcontrol {
		width: 88px;
		height: 88px;
		bottom: 27%!important;
		background: rgb(152, 152, 152); /* The Fallback */
		background: rgba(0, 0, 0, 0.3);
		text-align: center;
		cursor: pointer;
		line-height: 99px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
		-moz-border-top-left-radius: 5px 5px;
		-moz-border-bottom-left-radius: 5px 5px;
}
/* ---------------------- TOP ----------------------*/

html {
	overflow-y: scroll;
}

body {
	min-width: 960px;
}

header.top_header div.headerwrap,
section aside,
footer {
	width: 920px;
	margin: 0 auto;
}

section {
	width: 960px;
	margin: 0 auto;
}

ul {
	list-style-type: none;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #777;
	outline:0;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.topic_right a:hover,
.detail.search_result section article article a:hover {
	text-decoration: none;
}

.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	ine-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clear {
	clear: both;
}

.read-more {
	display: block;
}

.detail section aside dd .read-more {
	margin-top: 16px;
}

.margin24 {
	margin-top: 24px;
}

/*--------------
    Header 
--------------*/


header.top_header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 83px;
	border-top: 1px solid #ff9327;
	background-color: #fff;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.9);
	z-index: 999;
	line-height: 13px;
}

header.top_header h1,
header.top_header ul,
header.top_header ul li,
header.top_header aside input,
footer ul li {
	float: left;
}

header.top_header aside ul li.fb_hide {
	width: 76px;
	height: 23px !important;
	overflow: hidden;
	margin-right: 10px;
}

header.top_header aside {
	float: right;
	width: 261px;
	margin: -4px -62px 0 0;
	border: none;
}

header.top_header aside ul li {
	border: none;
}

header.top_header div.headerwrap {
	float: none;
	padding: 41px 20px 0 20px;
}
 
header.top_header h1 {
	width: 187px;
	height: 13px;
	margin-top: -2px;
	padding: 2px 0 0 0;
}

header.top_header nav ul {
	margin-left: 40px;
}

header.top_header nav ul li,
footer ul li {
	position: relative;
	height: 13px;
	padding: 0 12px;
}

header.top_header ul li.last {
	border: none;
}

header.top_header aside ul li {
	padding: 0 10px 0 0;
}

header.top_header aside ul li.gplus_last {
	padding-right: 0px;
}


/*--------------
    Topics 
--------------*/

.topic_section {
	width: 100%;
	margin-top: 115px;
}

.top_news .topic_section {
	margin-top: 114px;
}

.topic_section div {
	width: 920px;
	height: inherit;
	margin: 0 auto;
}

.topic_section article {
	float: left;
	position: relative;
	height: 200px;
	overflow: hidden;
}

.topic_section article article img {
	width: 440px !important;
	height: 198px !important;
	border: 1px solid #DEDEDE;
}

.topic_section article article a:hover img {
	border: 1px solid #777;
}

.clusters section article:hover img,
.tee section article:hover img {
	opacity: 0.7;
}

.index section.topic_section section {
	width: 425px;
}

.index section.topic_section .slideshow section {
	width: 425px;
	margin: 0 0 1px 1px;
}

.topic_section article section,
.clusters section article section,
.tee section article section {
	width: 425px;
	height: 45px;
	line-height: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 13px 0 0 15px;
	background: #fff;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.9);
}

div.more {
	display: none;
	width: 52px;
	height: 17px;
	background-color: #D4D4D4;
	text-align: center;
	position: absolute;
	top: 13px;
	right: 14px;
}

div.more_info,
div.more_infoR,
div.more_infoM,
div.more_infoF {
	display: none;
}

.show_more,
.show_moreR,
.show_moreM,
.show_moreF {
	cursor: pointer;
}

.show_more:hover,
.show_moreR:hover,
.show_moreM:hover,
.show_moreF:hover {
	color: #000;
	text-decoration: underline;
}

.detail section section div.more_info,
.detail section section div.more_infoR,
.detail section section div.more_infoM,
.detail section section div.more_infoF {
	float: none;
	width: 680px;
	margin-left: 0;
}

.topic_section article:hover div.more,
.clusters section article:hover section,
.clusters section article section:hover div.more,
.tee section article:hover section,
.tee section article section:hover div.more {
	display: block;
}

article.topic_right div.more {
	width: 49px;
}
.topic_section article section p:first-child span,
.clusters section article section p:first-child span,
.tee section article section p:first-child span {
	color: #fc4e28;
}
.topic_section article section span,
.clusters section article section span,
.tee section article section span {
	color: #666;
}

article.topic_right {
	float: right;
	width: 440px;
	height: 198px;
	overflow: hidden;
	border: 1px solid #DEDEDE;
}


article.topic_right section > p {
	color: #000;
}

article.topic_right:hover {
	border: 1px solid #777;
}



/*--------------
   Slideshow
--------------*/

.topic_section div.slideshow {
	width: 442px;
	height: 200px;
	overflow: hidden;
}

#pagination {
	position: absolute;
	height: 4px;
	right: -5px;
	bottom: -11px;
}

.index #pagination {
	width: inherit;
}

#pagination a {
	display:block;
	float:left;
	width:4px;
	height: 4px;
	margin-right: 4px;
	background-image:url(../img/common/pagination.png);
	background-position:0 -6px;
	text-indent: -9999px;
}

#pagination a.activeSlide {
	background-position:0 0px;
}

/*-------------- Detail --------------*/

.detail .slider_wrap, 
.best2012 .slider_wrap {
	position: relative;
	width: 654px;
	margin-left: -37px;
}

.detail .slideshow,
.best2012 .slideshow, 
.best2012 .slideshow02,
.best2012 .slideshow03 {
	width: 580px;
	height: 380px;
	overflow: hidden;
	margin: -1px;
}

.detail .slideshow img,
.best2012 .slideshow img,
.best2012 .slideshow02 img,
.best2012 .slideshow03 img {
	width: 580px !important;
	height: 380px !important;
}

.detail #pagination {
	right: 33px;
	bottom: -14px;
}

.slider_wrap .slide_nav {
	display: none;
}

.slider_wrap:hover .slide_nav {
	display: block;
}

.detail a#prev,
.detail a#next,
.best2012 a#prev,
.best2012 a#next,
.best2012 a#prev2,
.best2012 a#next2,
.best2012 a#prev3,
.best2012 a#next3 {
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	width: 50px;
	height: 380px;
}

.detail .slide_nav a span,
.best2012 .slide_nav a span {
	display: block;
	width: 19px;
	height: 32px;
	margin-top: 174px;
	background: url(../img/common/typecache_sprites.png) no-repeat 0 -174px;
}

.detail a#prev,
.best2012 a#prev,
.best2012 a#prev2,
.best2012 a#prev3 {
	left: 1px;
}

.detail a#next,
.best2012 a#next,
.best2012 a#next2,
.best2012 a#next3 {
	right: 1px;
}

.detail a#next span,
.best2012 a#next span,
.best2012 a#next2 span,
.best2012 a#next3 span {
	margin-left: 31px;
	background-position: 0 -206px;
}

.detail .slider_wrap a.detail_slide_link:hover .visit_site,
.detail .external:hover .visit_site {
	display: block;
	text-decoration: none;
}

.detail .visit_site {
	display:none;
	position: absolute;
	width: 135px;
	top: 174px;
	left: 259px;
	padding: 12px 0 10px 0;
	text-align: center;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	z-index: 5;
}

.detail .visit_external {
	top: 45%;
	left: 35%;
}

a.detail_slide_link {
	display: block;
	width: 578px;
	margin: 36px 0 5px 37px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
}

a.detail_slide_link:hover {
	border: 1px solid #777;
}

/*--------------
   News Feed 
--------------*/

.sns_wrap {
	position: relative;
	margin: 23px auto 103px auto;
	width: 920px;
}

.top_news .sns_wrap {
	margin: 20px auto 0 auto;
	padding-bottom: 255px;
}

.sns_wrap aside {
	position: absolute;
	padding-bottom: 0;
	z-index: 998;
}

aside {
	width: 920px;
	padding-bottom: 14px;
	line-height: 18px;
}

aside div.news_ticker {
	width: 655px;
	float: left;
}

aside div.news_ticker.other_news {
	width: 680px;
}

aside div.news_ticker.other_news span {
	padding-left: 6px;
	color: #FF6634;
}

aside .font_this_week {
	float: right;
	width: 203px;
}

aside .font_this_week h2 {
	float: none;
	padding-bottom: 11px;
}

aside .font_this_week {
	position: relative;
	width: 203px;
	height: 185px;
}

aside .font_this_week a.inner_border {
	display: block;
	height: 125px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
}

aside .font_this_week:hover a.inner_border {
	border: 1px solid #777;
}

aside .font_this_week figure {
	position: relative;
	overflow: hidden;
	width: 203px;
	height: 127px;
	margin: -1px;
}

aside .font_this_week figure img {
	position: absolute;
	left: -202px;
}

aside .font_this_week figure img:hover {
	left: 0px;
}

aside h2 {
	float: left;
	height: 15px;
	margin: 1px 12px 0 0;
	padding: 0 12px 0 0;
	line-height: 17px;
}

aside .other_news h2,
aside .other_news li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #d3d3d3;
}

aside .other_news h2 {
	float: none;
	width: 668px;
	height: inherit;
	margin: 1px 12px 0 0;
	padding: 0 12px 9px 0;
	line-height: inherit;
}

aside .other_news h3 {
	margin-top: 11px;
}

aside .other_news li {
	padding-top: 7px;
}

aside h2 a {
	display: block;
	padding-left: 25px;
	height: 16px;
	background: url(../img/common/typecache_sprites.png) no-repeat 0 -63px;
}

aside h2 a:hover {
	background-position: 0 -47px;
}

aside #twitter-ticker {
	float: left;
	width: 475px;
	height: 18px;
	overflow: hidden;
}

aside #twitter-ticker li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

aside #newsScroller,
aside #newsScroller a {
	color: #666;
}

aside dl {
	width: 91px;
	float: right;
}

aside dl.nav_sns {
	width: 134px;
	margin-left: 20px;
}

aside dl dt {
	float: left;
	padding-left: 21px;
}

aside div.news_ticker + dl dt {
	padding-left: 17px;
}

aside dl dd a {
	float: right;
	width: 16px;
	height: 16px;
	margin: 0;
	text-indent: -9999px;
	background: url(../img/common/typecache_sprites.png) no-repeat 0 -31px;
}

aside dl.nav_sns dd a {
	height: 16px;
	margin: 0;
	background-position: 0 -95px;
}

aside dl dd a:hover {
	background-position: 0 -15px;
}

aside dl.nav_sns dd a:hover {
	background-position: 0 -79px;
}

aside dl dd.gplus_icon a {
	margin-left: 6px;
	background-position: 0 -158px;
}

aside dl dd.gplus_icon a:hover {
	background-position: 0 -142px;
}

aside dl dd.twitter_icon a {
	margin-left: 6px;
	background-position: 0 -63px;
}

aside dl dd.twitter_icon a:hover {
	background-position: 0 -47px;
}

/*--------------
 Foundries navi
--------------*/

.float_menu {
	position: absolute;
	height: 30px;
	margin-top: -92px;
	padding-top: 92px;
	padding-left: 20px;
	background-color: #fff;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.9);
}

section nav {
	clear: both;
	position: relative;
	width: 920px;
	height: 20px;
	margin: 0 auto;
	z-index: 106;
}

section nav ul li {
	float: left;
	position: relative;
}

section nav ul li a {
	padding-left: 5px;
}

section nav ul li > a {
	padding-bottom: 5px;
} 

section nav ul li.viewmode {
	height: 15px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

section nav ul li.font_type {
	margin-left: 33px;
}

section nav ul li.font_type + li {
	margin-right: 35px;
}

section nav ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	padding: 23px 0px 5px;
	line-height: 21px;
}

section nav ul li .sub {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 440px;
	line-height: 21px;
}

section nav ul li .sub.twocol {
	width: 260px;
}

section nav ul li .sub.twocol ul {
	width: 150px;
}

section nav ul li .sub.twocol ul.last-child {
	width: 110px;
}

section nav ul li .sub.twocol2 {
	width: 500px;
}

section nav ul li:hover ul {
	display: block;
}

section nav ul li ul,
section nav ul li ul li {
	float: none;
	border: none;
}

section nav ul li ul {
	margin-top: 15px;
	padding-top: 8px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
}

section nav ul li .sub ul {
	float: left;
	position: static;
	width: 110px;
	margin-top: 15px;
	padding-top: 8px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
}

section nav ul li .sub ul.last-child {
	width: 150px;
}

section nav ul li .sub ul:first-child + ul {
	width: 110px !important;
}

section nav form {
	float: right;
	margin-top: -7px;
	width: 155px;
	background-color: #ededed;
}

section nav input {
	float: left;
	border: none;
	margin: 0;
	width: 115px;
	height: 21px;
	padding: 3px;
	background-color: transparent;
}

section nav input.search_icon {
	border: none;
	margin: 7px 0 0 13px;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background-image: url(../img/common/search_icon.png);
}

/*--------------
   Foundries 
--------------*/

section > h2 {
	height: 16px;
	margin: 0 0 20px 18px;
	padding-left: 25px;
	line-height: 16px;
	background: url(../img/common/typecache_sprites.png) no-repeat;
	background-position: 0 -111px!important;
}

section > h2 span {
	color: #000;
}

section section {
	clear: both;
	padding-top: 50px;
}

.index section section {
	width: 956px;
}

.index section section article {
	position: relative;
	width: 203px;
	height: 185px;
	float: left;
	margin: 0 18px;
}

.index section section article a.inner_border {
	display: block;
	height: 125px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
}

.index section section article:hover a.inner_border {
	border: 1px solid #777;
}

.index section section article figure {
	position: relative;
	overflow: hidden;
	width: 203px;
	height: 127px;
	margin: -1px;
}

section section article figure img {
	position: absolute;
	left: -202px;
}

section section article figure img:hover {
	left: 0px;
}

section section article h1 {
	margin-top: 5px;
}

section section article:hover h1 a {
	color: #000;
	text-decoration: underline;
}

div.clear{
	clear: both;
}

div.clear hr {
	display: none;
}

.load_button {
	width: 920px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 58px;
	background: url(../img/common/load_more_bg.gif);
}

.load_button a {
	display: block;
	width: 920px;
	height:50px;
}

.load_button a:hover {
	background-color: #ccc;
}


/*--------------
   Twitter widget 
--------------*/

.twtr-widget a {
color: #333;
line-height: 100%;
}
.twtr-tweet-wrap:hover {
background-color: #efefef;
color: #333;
}

.twitter .twtr-hd {
	height: 31px;
	padding: 0 0 10px 41px;
	background: url(../img/typefoundry/twitter_icons/h_fj.gif) no-repeat top left;
}

.twitter .twtr-hd h3 {
	border: none;
}

.twitter .twtr-hd h4 {
	margin-top: 5px!important;
	font-size: 10px!important;
}

.twitter .twtr-widget .twtr-tweet {
	width: 190px;
}

.twitter .twtr-widget .twtr-tweet-wrap {
	padding: 6px 0;
}

.twtr-new-result,
.twitter .twtr-new-results span,
.twtr-ft {
display:none;
}

.twitter section section article {
	height: 408px;
}

.twitter section section article h3 {
	margin-top: 13px;
	padding-top: 8px;
	border-top: 1px solid #eaeaea;
}

/*--------------
   Maps 
--------------*/

.maps section section {
	margin-left: 2px;
}

.maps section > h2 {
	margin-left: 18px;
}

.maps section section article {
	width: 203px;
	height: 283px;
	margin: 0 18px;
}

.maps section section article figure {
	position: relative;
	width: 201px;
	height: 212px;
	margin: 0;
	border: 1px solid #DEDEDE;
}

.maps section section article figure:hover {
	border: 1px solid #777;
}

.maps section section article figure img {
	position: static;
	margin: -1px;
}

.maps section section article h1 {
	margin-top: 8px;
}

/*--------------
   Footer 
--------------*/

footer {
	height: 34px;
	margin-top: 60px;
	padding-top: 37px;
	border-top: 1px solid #dedede;
}

footer ul {
	margin-left: -12px;
}

footer small {
	float: right;
}

footer p {
	clear: both;
	font-style: normal;
	padding-top: 15px;
}

footer p.statement {
	padding: 10px 0 35px 0;
}

footer dl {
	width: 125px;
	float: left;
}

footer dl dt {
	float: left;
	padding-left: 12px;
}
footer dl dd a {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: -2px;
	margin-left: 6px;
	text-indent: -9999px;
	background: url(../img/common/typecache_sprites.png) no-repeat 0 -95px;
}

footer dl dd a:hover {
	background-position: 0 -79px;
}

footer dl dd.twitter_icon a {
	background-position: 0 -63px;
}

footer dl dd.twitter_icon a:hover {
	background-position: 0 -47px;
}

/* ---------------------- DETAIL ----------------------*/

.detail section {
	width: 920px;
	margin: 111px auto 0 auto;
}

.detail.search_result section {
	margin-top: 115px;
}

/*--------------
   Side bar 
--------------*/

.detail section aside {
	width: 240px;
	float: left;
	padding-bottom: 74px;
}

.detail section aside dl,
.detail section aside dt,
.detail section aside dd a {
	float: none;
	margin: 0;
	padding: 0;
	background: none;
}

.detail section aside dl {
	width: 148px;
	border: none;
}

.detail section aside dt {
	margin-bottom: 7px;
}

.detail section aside dd {
	margin-bottom: 5px;
}

.detail .margin_fix {
	margin: -10px 0 8px 0;
}

.detail dd .fb_edge_widget_with_comment {
	margin-top: 10px;
}

.detail section aside h3 + div {
	width: 148px;
	margin: 5px 0 21px 0;
}

.detail section aside form {
	margin-top: 26px;
	width: 155px;
	background-color: #ededed;
}

.detail section aside input {
	float: left;
	margin: 0;
	width: 115px;
	height: 21px;
	padding: 3px;
	border: none;
	background-color: transparent;
}

.detail section aside input.search_icon {
	border: none;
	margin: 7px 0 0 13px;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background-image: url(../img/common/search_icon.png);
}

/*--------------
   Article 
--------------*/

.detail section article {
	width: 680px;
	float: left;
}

.detail section article p {
	color: #777;
}

.detail section article h1 {
	float: left;
	margin-top: 2px;
	font-weight: normal;
}

.detail section article h1 a {
	color: #000;
}

.detail section article span.status_new,
.detail section article span.status_tud,
.detail section article span.status_sale {
	float: left;
	width: 104px;
	margin-top: 1px;
	margin-left: 11px;
	font-size: 10px;
	padding: 6px 0 4px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.detail section article span.status_new {
	display: block;
	color: #fff;
	background-color: #ff0000;
}

.detail section article span.status_tud {
	color: #fff;
	background-color: #ff6100;
}

.detail section article span.status_sale {
	color: #fff;
	background-color: #ff0000;
}

.detail section article h2 {
	clear: both;
	font-weight: normal;
	padding-top: 5px;
}

.detail.news_archive section article h2 {
	margin-bottom: 10px;
	line-height: 20px;
	width: 580px;
}

.detail.news_archive section article h2 a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	display: block;
}

.detail section section {
	width: inherit;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.detail section article p.foundry_img_wrap {
	width: 578px;
	overflow: hidden;
}

.detail section article p.foundry_img_wrap img {
	display: block;
}

/*.detail section article p#box1,
.detail section article p#box2,
.detail section article p#box3,
.detail section article p#box4,
.detail section article p#box5,
.detail section article p#box6,
.detail section article p#box7,
.detail section article p.foundry_img_wrap*/
.detail section article .external {
	border: 1px solid #DEDEDE;
}

/*.detail section article p#box1:hover,
.detail section article p#box2:hover,
.detail section article p#box3:hover,
.detail section article p#box4:hover,
.detail section article p#box5:hover,
.detail section article p#box6:hover,
.detail section article p#box7:hover,
.detail section article p.foundry_img_wrap:hover*/
.detail section article .external:hover {
	border: 1px solid #777;
}

.detail section section p#flickrP h3 {
	margin-bottom: 9px;
}

.detail section section h3 {
	margin-bottom: 5px;
	padding-top: 29px;
}

.detail section section figure {
	margin-top: 14px;
}

.detail section section.expandable p span.read-more a {
	display: block;
	margin-top: 16px;
}

.detail section section div {
	float: left;
	width: 254px;
	margin-left: 20px;
}

.detail section section div.external {
	float: none;
	position: relative;
	width: 578px !important;
	margin: 0 0 10px 0px;
}

.detail section section div:first-child {
	width: 274px;
	margin-left: 0;
}

.detail section section ul {
	float: none;
	margin: 9px 0 0 0;
}

.detail section section li {
	float: none;
	background-color: transparent;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 18px;
}

.detail section section li a {
	display: block;
	padding-left: 25px;
	height: 18px;
	line-height: 21px;
	background: url(../img/common/fb.png) no-repeat 0 -16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.detail section section li a.twitter_icon {
	background: url(../img/common/tw.png) no-repeat 0 -16px;
}

.detail section section li a.gplus_icon {
	background: url(../img/common/g_plus.png) no-repeat 0 -16px;
}

.detail section section li a:hover {
	background-position: 0 0px;
}

.detail section article aside {
	float: none;
	width: inherit;
	margin-top: 35px;
	min-height: 63px;
}

.detail section article .to_top {
	margin-top: 37px;
}

.detail section article aside h3 {
	float: none;
	height: inherit;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 20px;
	border: none;
}

.detail section article aside img {
	float: left;
}

.detail section article aside figure img {
	float: none;
}

.detail section article aside dl {
	float: left;
	width: 370px;
	margin-left: 22px;
	line-height: 18px;
}

.detail section article aside dt {
	margin: 0;
}

.detail section article aside div.more {
	width: 49px;
	position: static;
	margin: 12px 0 -5px 0;
	line-height: 18px;
}

.detail section article aside:hover div.more {
	display: block;
}

.to_top {
	clear: both;
	width: 115px;
	margin: 47px 0 70px 0;
}

.cluster_list .to_top {
margin: -14px 53px 70px 0;
float: right;
}


.search_result .to_top {
	margin-bottom: 0;
}

/*--------------
   Footer 
--------------*/

.detail footer {
	clear: both;
}

/* ---------------------- DETAIL SEARCH RESULT ----------------------*/

.detail.search_result section aside form {
	margin: 0;
}

.detail.search_result section article.search_wrap {
	width: 541px;
	margin-bottom: 98px;
	min-height: 400px;
}

.detail.search_result section article > h2 {
	float: left;
	height: 16px;
	margin: 0 0 29px 0;
	padding: 0 0 0 25px;
	line-height: 16px;
	background: url(/img/common/typecache_sprites.png) no-repeat 0 -111px;
}

.detail.search_result section article article {
	position: relative;
	width: 547px;
	clear: both;
	float: none;
	margin-bottom: 30px;
	padding-bottom: 27px;
	border-bottom: 1px dotted #d5d5d5;
}


.detail.search_result section article article a.inner_border {
	display: block;
	float: left;
	width: 201px;
	height: 125px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
	border-image: initial;
}

.detail.search_result section article article a:hover.inner_border {
	border: 1px solid #777;
}

.detail.search_result section article article figure {
	float: left;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 203px;
	height: 127px;
	margin: -1px;
}

.detail.search_result section article article figure:hover {
	border: 1px solid #777;
}

.detail.search_result section article article figure img {
	position: absolute;
	left: -202px;
}

.detail.search_result section article article figure img:hover {
	margin-top: -1px;
	left: -1px;
}

.detail.search_result section article article dl {
	float: left;
	width: 255px;
	height: 127px;
	margin-left: 20px;
	line-height: 18px;
	overflow: hidden;
}

.detail.search_result section article article dl dt {
	margin-bottom: 5px;
}

.detail.search_result section article article dl dd {
	color: #666;
}

.detail.search_result section article article dl dd span {
	color: #000;
}

.detail.search_result section article article dl dd span.read-more a {
	color: #666;
}

.detail.search_result section article article div.more {
	display: none;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0;
	line-height: 18px;
}

.detail.search_result div.more {
	background-color: transparent;
}

.detail.search_result section article article div.more p {
	width: 52px;
	background-color: #D4D4D4;
	float: right;
}

.detail.search_result section article article:hover div.more {
	display: block;
} 


/* ---------------------- INFORMATION ----------------------*/

.info article {
	width: 478px;
	margin: 120px auto 148px auto;
	padding-left: 40px;
}

.info article a,
.info article a:hover,
.interviews section article section a,
.interviews section article section a:hover,
body.tee section a {
	color: #FF6634;
}

.info article h2 {
	margin: 32px 0 15px 0;
}

.info article h2:first-child {
	margin-top: 0;
}

.info article p {
	margin-bottom: 18px;
}

.info article p,
.info article ul {
	color: #666;
	line-height: 18px;
}

.info article ul em {
	color: #000;
	font-style: normal;
}

.info article address {
	display: block;
	font-style: normal;
	margin: 20px 0 31px 0;
}
.region_test:hover .dropdown_test {
	display: block;
}
.dropdown_test {
	display: none;
}
.region_test:hover .dropdown_test {
	display: block;
}

/* ---------------------- INTERVIEWS ----------------------*/
.detail.interviews section aside dl.interviews_archive {
	margin: 0px 0 20px 0;
}

.detail.interviews section aside dl.interviews_archive a span  {
	color: #000;
}

.detail.interviews section aside dl.interviews_archive dd {
	margin-bottom: 9px;
	padding-bottom: 10px;
	background: url(../img/common/divider.gif) no-repeat bottom left;
}
.detail.interviews section aside dl.interviews_archive dd {
	margin-bottom: 5px;
	padding-bottom: 0;
	background: none;
}

.detail.interviews section aside form + dl,
.detail.cluster_list section aside form + dl {
	width: 115px;
	margin-top: 27px;
	line-height: 16px;
}

.detail.interviews section aside form + dl dt,
.detail.cluster_list section aside form + dl dt {
	float: left;
}

.detail.interviews section aside form + dl dd a,
.detail.cluster_list section aside form + dl dd a {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: -1px;
	margin-left: 0px;
	text-indent: -9999px;
	background: url(../img/common/typecache_sprites.png) no-repeat 0 -95px;
}

.detail.interviews section aside form + dl dd.twitter_icon a,
.detail.cluster_list section aside form + dl dd.twitter_icon a {
	margin-left: 6px;
}

.detail.interviews section aside form + dl dd.twitter_icon a,
.detail.cluster_list section aside form + dl dd.twitter_icon a {
	background-position: 0 -63px;
}

.detail.interviews section aside form + dl dd a:hover,
.detail.cluster_list section aside form + dl dd a:hover {
	background-position: 0 -79px;
}

.detail.interviews section aside form + dl dd.twitter_icon a:hover,
.detail.cluster_list section aside form + dl dd.twitter_icon a:hover {
	background-position: 0 -47px;
}

.detail.interviews section article h1 {
	line-height: 24px;
}

.detail.interviews section section {
	line-height: 22px;
}

.detail.interviews section section h3 {
	margin-bottom: 10px;
	padding-top: 25px;
}

.detail.interviews section section p {
	width: 478px;
}

.detail.interviews section section figure {
	position: relative;
	width: 680px;
}

.detail.interviews section section figure#sliderArea {
	margin-bottom: 12px;
}

.detail.interviews section section figure img {
	float: left;
	border: 1px solid #DEDEDE;
}

.detail.interviews section section figure figcaption {
	position: absolute;
	top: 411px;
	right: 0px;
	width: 115px;
	margin: -2px 0 0 20px;
	line-height: 16px;
}

.detail.interviews.vol03 section section figure:first-child figcaption {
	top: 231px;
}

.detail.interviews.vol03 section section figure figcaption.cap_fix01 {
	top: 561px;
}

.detail.interviews.vol03 section section figure figcaption.cap_fix02 {
	top: 478px;
}

.detail.interviews section section p.last-child {
	padding-bottom: 35px;
	border-bottom: 1px dotted #d5d5d5;
}

.detail.interviews section article aside {
	margin-top: 62px;
	border-top: 1px dotted #d7d7d7;
	padding-top: 49px;
}
.interviews .margin_top {
	margin-top: 20px;
}
.interviews .padding_top {
	padding-top: 0px !important;
}

/* ---------------------- CLUSTERS & tee ----------------------*/

.clusters section {
	width: 920px;
	margin-top: 109px;
}

.clusters section article {
	position: relative;
	display: block;
	float: left;
	width: 455px;
	margin: 5px;
	overflow: hidden;
}

.tee section article {
	position: relative;
	display: block;
	float: left;
	width: 455px;
	overflow: hidden;
}


.clusters section article img,
.tee section article img {
	display: block;
	width: 455px;
}

.clusters section article section,
.tee section article section {
	display: none;
	width: 440px;
	text-align: left;
}

/* ---------------------- CLUSTERS LIST ----------------------*/

.detail.cluster_list section section {
	width: 580px;
}

.detail.cluster_list section article article {
	float: none;
	width: 580px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #D5D5D5;
}

.detail.cluster_list section article article:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.detail.interviews.cluster_list section section figure {
	width: 578px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
}

.detail.cluster_list section section figure a img:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.detail.interviews.cluster_list section section figure:hover {
	border: 1px solid #777;
}

.detail.interviews.cluster_list section section figure img {
	float: none;
	display: block;
}

.detail.interviews.cluster_list section section p {
	width: 580px;
}

.detail.cluster_list section article nav {
	margin-top: 67px;
}

.detail.cluster_list section article nav ul li a,
.detail.cluster_list section article nav ul li strong {
	padding: 0 17px 0 0;
}

/* ---------------------- CLUSTERS ALL ----------------------*/

.cluster_all section nav {
	position: fixed;
	margin: 84px 0 0 20px;
	padding: 7px 0 10px 0;
	background-color: #fff;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.9);
	z-index: 999;
}

.cluster_all section section {
	padding-top: 142px;
}

.cluster_all section nav ul li ul {
	margin-top: 30px;
	padding-top: 6px;
}

.cluster_all section nav ul li > a {
	padding-bottom: 30px;
}

.cluster_all .to_top {
	margin-left: 18px;
}

/* ---------------------- CLUSTERS VIEWMODE LARGE ----------------------*/
.viewmode_large.cluster_all section nav dl {
	float: right;
	margin-right: 24px;
}

.viewmode_large.cluster_all section nav dt,
.viewmode_large.cluster_all section nav dd {
	float: left;
}

.viewmode_large.cluster_all section nav dd a {
	display: block;
	text-indent: -9999px;
	width: 19px;
	height: 15px;
	margin: -1px 0 0 10px;
}

.viewmode_large.cluster_all section nav dd.viewmode_small_icon a {
	background: url(../img/common/viewmode.png) no-repeat -19px 0px;
}


.viewmode_large.cluster_all section nav dd.viewmode_large_icon a {
  background: url(../img/common/viewmode.png) no-repeat -38px 0px;
}


.viewmode_small.cluster_all section nav dl {
	float: right;
	margin-right: 24px;
}

.viewmode_small.cluster_all section nav dt,
.viewmode_small.cluster_all section nav dd {
	float: left;
}

.viewmode_small.cluster_all section nav dd a {
	display: block;
	text-indent: -9999px;
	width: 19px;
	height: 15px;
	margin: -1px 0 0 10px;
}

.viewmode_small.cluster_all section nav dd.viewmode_small_icon a {
	background: url(../img/common/viewmode.png) no-repeat 0px 0px;
}


.viewmode_small.cluster_all section nav dd.viewmode_large_icon a {
  background: url(../img/common/viewmode.png) no-repeat -57px 0px;
}







.index.viewmode_large section section article:hover h1 a {
	color: #777;
	text-decoration: none;
}


.index.viewmode_large section section article:hover a.inner_border {
	border: 1px solid #DEDEDE;
}

.index.viewmode_large section section article a.inner_border:hover {
	border: 1px solid #777;
}

.index.viewmode_large section section article {
	width: 442px;
	height: inherit;
	margin-bottom: 36px;
}

.index.viewmode_large section section article figure {
	position: relative;
	overflow: hidden;
	width: inherit;
	height: 289px;
	margin: -1px;
}

.index.viewmode_large section section article figure img {
	position: absolute;
	width: 442px;
	left: 0px;
}

.index.viewmode_large section section article a.inner_border {
	height: 288px;
}

.viewmode_large section section article p {
  margin-top: 9px;
	color: #777;
}

.index.viewmode_large section section article h1 a:hover {
	color: #000;
	text-decoration: underline;
}

.index.viewmode_large section section article h1 span {
	font-weight: normal;
}

/* ---------------------- NEWS ARCHIVE ----------------------*/

.detail.news_archive section article .external {
	float: none;
	position: relative;
	width: 580px !important;
	height: 380px;
	margin: 0 0 10px 0px;
}

.detail.news_archive section article .external img {
	width: 580px;
	overflow: hidden;
}

.detail.news_archive section section ul.sns_buttons_each_news {
	float: right;
	margin-top: 8px;
}

.detail.news_archive section section ul.sns_buttons_each_news li {
	float: left;
	position: relative;
	height: 13px;
	padding: 0 10px 0 0;
}

.detail.news_archive section section ul.sns_buttons_each_news li.fb_hide {
	width: 60px;
	height: 23px !important;
	overflow: hidden;
	margin-right: 10px;
}

.detail.news_archive section section ul.sns_buttons_each_news li.gplus_last {
	padding-right: 0;
}

.detail.news_archive section section h3 {
	padding-top: 15px;
}

.detail.news_archive section section h3.related_type_foundry {
	float: left;
	padding-top: 8px;
}

.detail.news_archive section section aside {
	width: 580px;
	margin-bottom: 40px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d6d6d6;
}

.detail.news_archive section section aside article {
position: relative;
width: 203px;
height: 185px;
float: left;
margin-right: 36px;
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: none;
}

.detail.news_archive section section aside article.sf_last {
margin-right: 0;
}

.detail.news_archive section section aside article a.inner_border {
display: block;
height: 125px;
border: 1px solid #DEDEDE;
overflow: hidden;
}

.detail.news_archive section section aside article figure {
float: none;
position: relative;
overflow: hidden;
width: 203px;
height: 127px;
margin: -1px;
}

.detail.news_archive section section aside article img {
	position: absolute;
	left: -202px;
}

.detail.news_archive section section aside article img:hover {
	left: 0px;
}

.detail.news_archive section section aside article h1 {
float: none;
margin-top: 5px;
}

.detail.news_archive section article .to_top {
margin: -14px 53px 70px 0;
float: right;
}

.detail.news_archive.news_archive_detail section article .to_top {
float: none;
}

.detail.news_archive section article aside {
	margin-top: 10px;
}

#fnavi li {
	float: left;
	margin-right: 10px;
}

.top_news aside .other_news h3 {
	float: left;
}

.top_news aside dl.nav_sns {
	float: right;
	width: 154px;
	margin-top: 11px;
}

.top_news aside dl dt {
	color: #777;
}

.detail.news_archive section article h2 {
	padding-top: 2px;
}

.detail.news_archive section article span {
	padding-top: 3px;
	display: block;
	float: left;
}

.detail.news_archive section article .fb_hide span {
	padding-top: 0px;
}

.detail.news_archive section article #fnavi span {
	padding-top: 0px;
}

.index section.topic_section .slideshow section p span {
	color: #666;
}

/* ---------------------- TYPECACHE TEE ----------------------*/

body.tee section {
	width: 920px;
	margin-top: 10px;
}



body.tee section figcaption {
	margin-top: 15px;
}

/* ---------------------- TYPECACHE TEE 2 ----------------------*/


body.tee section {
	margin: 0px;
	margin: 114px auto 0px auto;
	text-align: center;
}

body.tee section#teePoster {
	margin: 0px;
	margin: 10px auto 0px auto;
	text-align: center;
}

body.tee section h2 {
	height: auto;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	margin: 0px auto 40px auto;
	font-weight: normal;
	color: #000;
	font-size: 11px;
	width: 800px;
	background: none;
	border-bottom: 1px solid #dedede;
	font-family: "Fedra Serif B Book", Georgia, verdana, Times, "Times New Roman", serif;
}

body.tee section h2 span {
	background: #ffffff;
	padding: 0px 20px;
}

body.tee section figure p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

body.tee section figure figcaption {
	margin-top: -3px;
	margin-bottom: 75px;
	color: #000;
	font-size: 11px;
	line-height: 1.6;
	font-family: "Fedra Serif B Book", Georgia, verdana, Times, "Times New Roman", serif;
}

body.tee section figure figcaption span {
	color: #555;
}

body.tee section p#teeNav {
	font-size: 11px;
	margin-top: 100px;
}

body.tee section p#teeNav a {
	color: #ee9338;
	text-decoration: none;
}

body.tee section p#teeNav a.teeType1 {
	color: #777;
	text-decoration: none;
}

body.tee section p#teeNav a:hover {
	text-decoration: underline;
}
/* ---------------------- BEST 2012 ----------------------*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.best2012 section {
	width: 100%;
	background-color: #efefef;
}
.best2012 section header.best_header {
	position: relative;
	height: 100px;
	background-color: #ffa602;
}
.best2012 section header.best_header .best_header_inside {
	position: relative;
	width: 920px;
	margin: 0 auto;
}
.best2012 section p.best_cap span {
	display: block;
	width: 920px;
	margin: 0 auto;
}
.best2012 section header.best_header h1 {
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #FFF;
}
.best2012 section header h1 span.big_num {
	font-size: 29px;
}
.best2012 section header h1 {
	padding-top: 37px;
}
.best2012.jp section header h1 {
	padding-top: 42px;
}
.best2012 section div header h1 {
	height: 100%;
	padding-top: 0;
	background: none;
}
.best2012 section header aside {
	position: absolute;
	width: 70px;
	top: 41px;
	right: -10px;
}
.best2012 section header aside a {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}
.best2012 section header aside a:hover {
	text-decoration: none;
	color: #000;
}
.best2012 section header aside .middle_toggle {
	padding: 0 2px 0 4px;
}
.best2012 section header aside ul li {
	float: left;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}
.best2012 section p.best_cap {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding-top: 53px;
	padding-bottom: 53px;
	background-color: #fff;
}
.best2012 section section {
	width: 920px;
	margin: 0 auto;
	padding-top: 54px;
}
.best2012 section section .best_left {
	float: left;
	width: 680px;
}
.best2012 section section .best_right {
	float: right;
	width: 203px;
	padding-top: 5px;
}
.best2012.jp section section .best_right {
	padding-top: 3px;
}
.best2012 section section .best_left article,
.best2012 section section .best_left .other_fav {
	border-bottom: 1px solid #fff;
	margin-bottom: 58px;
	padding-bottom: 40px;
}
.best2012 section section .best_left article header a {
	padding-top: 2px;
	padding-bottom: 2px;
}
.best2012.jp section section .best_left article header a {
	padding-top: 2px;
	padding-bottom: 4px;
}
.best2012 section section .best_left article header .best_arrow {
	float: left;
	width: 11px;
	height: 14px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 9px;
	line-height: 1.5;
}
.best2012 section section .best_left article header .arrow_hover:hover .best_arrow img {
	margin-top: -14px;
}
.best2012 section section .best_left article h1 {
	float: left;
	margin-top: 0;
	padding-bottom: 2px;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 2px solid #ffa602;
}
.best2012.jp section section .best_left article h1 {
	float: left;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 6px;
}
.best2012 section section .best_left article h1 a {
	color: #000;
}
.best2012 section section .best_left article header .arrow_hover:hover h1 a {
	color: #ffa602;
	text-decoration: none;
}
.best2012 section section .best_left article:hover h1 a {
	text-decoration: none;
}
.best2012 section section .best_left article ul,
.best2012 section section .best_left article ul li {
	float: left;
	font-size: 14px;
	color: #000;
}
.best2012 section section .best_left article ul li a {
	color: #666;
}
.best2012 section section .best_left article ul li a:hover {
	color: #ffa602;
}
.best2012 section section .best_left article ul {
	margin: 5px 0 0 20px;
}
.best2012.jp section section .best_left article ul {
	margin: 3px 0 0 20px;
}
.best2012 section section .best_left p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.best2012 section section .best_left article a.best_more {
	display: block;
	width: 127px;
	height: 40px;
	margin-top: 30px;
	overflow: hidden;
}
.best2012 section section .best_left article a.best_more:hover img {
	margin-top: -40px;
}
.best2012 section section .best_left .other_fav h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 32px;
}
.best2012 section section .best_left .other_fav p {
	margin-bottom: 32px;
}
.best2012 section section .best_left .other_fav article {
	position: relative;
	width: 203px;
	height: 185px;
	float: left;
	margin: 0 35px 0px 0;
	padding-bottom: 0;
	border-bottom: none;
}
.best2012 section section .best_left .other_fav article a.inner_border {
	display: block;
	height: 125px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
}
.best2012 section section .best_left .other_fav article:hover a.inner_border {
	border: 1px solid #777;
}
.best2012 section section .best_left .other_fav article figure {
	position: relative;
	overflow: hidden;
	width: 203px;
	height: 127px;
	margin: -1px;
}
.best2012 section section .best_left .other_fav article img {
	position: absolute;
	left: -202px;
}
.best2012 section section .best_left .other_fav article img:hover {
	left: 0px;
}
.best2012 section section .best_left .other_fav article h1 {
	float: none;
	margin-top: 5px;
	padding-bottom: 0px;
	font-size: 11px;
	border-bottom: none;
}
.best2012 section section .best_left .other_fav article:hover h1 a {
	color: #000;
	text-decoration: underline;
}
.best2012 section section .best_left .other_fav article.best_other_last {
	margin-right: 0;
}
.best2012 section section .best_left .disqus_part p {
	font-size: 14px;
}
.best2012 section section .best_left .disqus_part p a {
	color: #ffa602;
}
.best2012 section section .best_left .other_fav {
	margin-bottom: 45px;
}
.best2012 section section .best_right h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}
.best2012.jp section section .best_right h3 {
	margin-bottom: 14px;
}
.best2012 section section .best_right ul {
	margin-bottom: 39px;
	padding: 10px;
	background-color: #fff;
}
.best2012 section section .best_right ul img {
	display: block;
	margin-bottom: 10px;
}
.best2012 section section .best_right ul img:hover {
	opacity: 0.8;
}
.best2012 section section .best_right ul li {
	margin-bottom: 5px;
	line-height: 18px;
}
.best2012 section section .best_right ul li.best_right_last,
.best2012 section section .best_right ul li.best_right_last img {
	margin-bottom: 0px;
}
.best2012 footer {
	clear: both;
	width: 100%;
	height: 52px;
	background-color: #000;
}
.best2012 footer .f_centering {
	width: 920px;
	margin: 0 auto;
}

.best2012 footer .f_centering a {
	font-weight: normal;
	text-decoration: none;
	color: #777;
	outline:0;
}
.best2012 footer .f_centering a:hover {
	color: #ffffff;
	text-decoration: none;
}

.best2012 footer ul li {
	font-size: 14px;
	color: #666;
}
.best2012 footer small {
	color: #666;
}
.best2012 .slider_wrap {
	margin: 40px 0 35px 0;
}
.best2012 .slider_wrap .slide_nav {
	display: block;
}
.best2012 a#prev,
.best2012 a#prev2,
.best2012 a#prev3 {
	left: -50px;
}
.best2012 .slide_nav a span {
	background-position: 0 -238px;
}
.best2012 .slide_nav a:hover span {
	background-position: 0 -270px;
}
.best2012 a#next span,
.best2012 a#next2 span,
.best2012 a#next3 span {
	margin-left: 31px;
	background-position: 0 -302px;
}
.best2012 a#next:hover span,
.best2012 a#next2:hover span,
.best2012 a#next3:hover span {
	background-position: 0 -334px;
}
.best2012 a#next,
.best2012 a#next2,
.best2012 a#next {
	right: 26px;
}
#disqus_thread {
	background-color: #fff;
	margin: 2px 0 60px 0;
  padding: 10px 15px 0 15px;
}
.best_sns {
	margin-top: 47px;
	background-color: #fff;
	padding: 15px 15px 13px 15px;
}
.best_sns ul li {
	float: left;
	margin-right: 10px;
}
.best_sns .gplus_last {
	margin-right: -21px;
}
.best2012 section header aside a.jp_fix {
	display: block;
	width: 26px;
	padding-bottom: 4px;
	text-align: center;
}
.best2012 section header aside a.inactive {
	border: none;
}
.best2012 .best_left a,
.best2012 .best_left a:hover {
	color: #FF6634;
}
.best2012 a.karloff {
	margin-right: -2px;
	padding-right: 2px;
}

/* ---------------------- LINK to BEST 2012 at index----------------------*/

.index .best_header_outside {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #ffa602;
}
.index .best_header_inside {
	position: relative;
	width: 920px;
	margin: 0 auto;
}
.index p.best_cap span {
	display: block;
	width: 920px;
	margin: 0 auto;
}
.index .best_header_inside h2 {
	color: #FFF;
}
.index .best_header_inside span {
	margin: 0 10px;
}
.index .best_header_inside h2 a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #FFF;
	padding-top: 2px;
}
.index .best_header_inside h2 a:hover {
	color: #000;
	text-decoration: none;
}
.index .best_header_inside h2 {
	float: left;
	padding-top: 14px;
}
.index .best_header_inside h2 span.big_num {
	font-size: 21px;
	font-weight: 400;
}
.index .best_header_inside aside {
	float: left;
	width: 120px;
	margin-left: 9px;
}
.index .best_header_inside aside a {
	color: #fff;
	/*border-bottom: 2px solid #fff;
	padding-bottom: 5px;*/
}
.index .best_header_inside aside a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
.index .best_header_inside aside .middle_toggle {
	padding: 0 2px 0 4px;
}
.index .best_header_inside aside ul li {
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 57px;
	padding: 0;
}
.index .best_header_inside aside a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#addhome-top {
position: relative;
width: 100%;
height: 51px;
background-color: #ffa602;
color: #fff;
}
#addhome-top .text {
}
#addhome-top .close {
cursor: pointer;
}