/*
  Theme Name:  CARTOP
  Author:  Kotsu Times Sha
*/

a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
	vertical-align: bottom
}

body {
	color: #666;
	background-color: #fff;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS P Gothic",sans-serif;
	font-size: 14px;
	line-height: 1.5;
	position: relative
}

p {
	margin-bottom: 15px
}

b,strong {
	font-weight: 700
}

cite,dfn,em,i {
	font-style: italic
}

sub,sup {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	bottom: 1ex
}

sub {
	top: .5ex
}

small {
	font-size: 75%
}

big {
	font-size: 125%
}

blockquote {
	clear: both;
	margin: 0 20px
}

pre {
	clear: both;
	border: 1px solid #aaa;
	margin: 0 0 0 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px
}

address {
	margin: 0 0 20px
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

ins,mark {
	text-decoration: none;
}

hr {
	background-color: #e50014;
	border: 0;
	height: 1px;
	margin-bottom: 10px
}

ol,ul {
	margin: 0 0 15px 20px
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ol,li>ul {
	margin: 0 0 0 20px
}

dt {
	font-weight: 700
}

dd {
	font-weight: 400
}

img {
	height: auto
}

table {
	margin: 0 0 20px;
	max-width: 100%
}

th {
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	padding: 5px
}

td {
	font-weight: 400;
	vertical-align: middle;
	text-align: left;
	padding: 5px
}

td *,th * {
	margin: 0
}

a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a:active,a:focus,a:hover {
	color: #e50014;
	text-decoration: none
}

embed,iframe,img,object,figure {
	max-width: 100%
}

figure {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.archive-title:after,.clear:after,.comment-content:after,.entry-content:after,.entry-meta,.entry-title:after {
	clear: both
}

button,input,select,textarea {
	font: inherit;
	vertical-align: baseline
}

button,input[type=button],input[type=reset],input[type=submit] {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	background: #e3e3e3;
	cursor: pointer;
	padding: 3px 8px;
	text-shadow: 0 1px 0 #eee
}

button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
	background: #f0f0f0
}

button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
	border: 1px solid #aaa
}

input[type=email],input[type=password],input[type=search],input[type=text],input[type=url],textarea {
	color: #444;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 1.5em;
	height: 1.5em
}

input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus {
	border: 1px solid #aaa
}

input[type=email],input[type=password],input[type=search],input[type=text],input[type=url],textarea {
	padding: 3px
}

textarea {
	height: auto;
	overflow: auto;
	max-width: 100%
}

.widget #searchform {
	position: relative;
	margin: 10px 0;
	width: 300px;
	height: 40px
}

.widget #searchform input[type=text] {
	border: 1px solid #666;
	background-color: #fff;
	color: #555;
	height: 30px;
	width: 251px;
	padding: 3px 41px 3px 6px;
	line-height: 24px;
	box-shadow: inset 2px 2px 1px #ccc,inset -1px -1px 1px #ccc,inset 0 0 2px #ccc,inset 2px 2px 1px #ccc
}

.widget #searchform #searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	border: none;
	padding: 0;
	border-radius: 0 2px 2px 0;
	background: url(images/search_button_r.png) no-repeat
}

.widget #searchform #searchsubmit:hover {
	background: url(images/search_button_r.png) 0 -38px no-repeat
}

#page, #my-page {
	background-color: #fff;
	width: 1200px;
	margin: 0 auto;
	position: relative
}

#main {
	position: relative;
	width: 1018px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 270px;
	min-height: 900px
}

#primary {
	clear: both;
	float: left;
	width: 680px
}

#primary.one-column {
	clear: none;
	width: 100%;
}

#secondary {
	float: right;
	width: 300px;
	position: relative;
}

#header {
	color: #fff;
	background-color: #000;
	position: relative
}

#header a {
	color: #fff
}

#header .title-area {
	width: 1200px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	height: 145px;
	background: url(images/header_bg.jpg) top right no-repeat
}

#header .feed-icon {
	position: absolute;
	top: 5px;
	right: 20px
}

#header .site-title {
	max-width: 390px;
	width : -webkit-calc(100% - 743px);
	width : calc(100% - 743px);
	margin: 30px 0 10px;
	height: auto;
	font-size: 28px;
	float: left;
}

#header .site-title a {
	color: #e50014;
}

#header-ad-space {
	width: 728px;
	vertical-align: middle;
	margin: 35px 5px 0 0;
	float: right;
}


#header-ad-space .widget-wrapper * {
	margin: 0;
}

#header-ad-space .widget-wrapper a:hover img {
	opacity: 1 !important;
}

#mspace {
	width: 100%;
	background-color: #fff;
}

#global-menu {
	background-color: #e50014;
	clear: both;
	z-index: 99999;
	min-height: 54px;
	margin-bottom: 30px;
	min-width: 1200px;
}

#global-menu ul {
	list-style: none;
}

#global-menu ul.menu {
	width: 1200px;
	margin: 0 auto;

	border-left: 1px solid #ed4248;
	height: 54px;
	position: relative
}

#global-menu ul.menu > li {
	white-space: nowrap;
	display: inline-block;
	width: 7.692%;
	height: 54px;
	border-right: 1px solid #ed4248;
	box-sizing: border-box;
}

#global-menu ul.menu > li.top {
	display: none;
}

#global-menu ul.menu > li.current > a {
	color: #000
}

#global-menu ul.menu > li > a {
	display: block;
	text-align: center;
	padding: 18px 0;
	text-decoration: none;
}

#global-menu ul.menu > li.rivals > a,
#global-menu ul.menu > li.editor-blog > a {
	padding: 9px 0;
}

#global-menu ul.menu > li > a:hover {
	color: #000
}

#global-menu ul.menu > li > a span {
	display: block
}

#global-menu ul.menu > li > a span.en {
	font-size: 14px;
	font-weight: 700;
	display: none;
}

#global-menu ul.menu > li > a span.ja {
	font-size: 12px;
	font-weight: 700
}

#global-menu ul.menu > li ul {
	background-color: rgba(229,0,20,.8);
}

#global-menu ul.menu > li > ul.sub-menu {
	margin: 0;
	border-top: 1px solid #ed4248;
	border: none;
	z-index: 999;
	display: none;
	position: absolute;
	top: 54px;
	left: -1px;
	right: 0;
	width: 100%
}

#global-menu ul.menu > li:hover > ul {
	display: block;
}

#global-menu ul.menu > li ul.sub-menu > li {
	float: left;
	text-align: left;
	border-bottom: 1px solid #ed4248;
	padding: 0 0 0 10px;
	line-height: 38px
}

#global-menu ul.menu > li.maker ul.sub-menu > li {
	float: right;
}

#global-menu ul.menu > li > ul li a {
	display: inline;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	margin-right: 10px;
}

#global-menu ul.menu > li ul li > a:before {
	content: '■';
	margin-right: 5px;
}

#global-menu ul.menu > li ul li a:hover {
	color: #000
}

#global-menu ul.menu li ul li ul {

	display: none;
	top: 1px;
	left: 100%;
	margin: 0;
	padding: 3px 3px 3px 0;
	border-left: 1px solid #ed4248
}

#global-menu ul.menu > li ul li:hover > ul {
	border-top: 1px solid #e50014;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 12px;
	background-color: rgba(229,0,20,.7);
	display: block;
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
}

#global-menu ul.menu > li ul li > ul > li {
	float: left;
	line-height: 38px
}

#global-menu ul.menu > li ul li > ul > li a:before {
	content: '●';
	margin-right: 5px;
}

#footer {
	font-size: 12px;
	clear: both;
	width: 1018px;
	margin: 0 auto;
	border-top: 1px solid #999;
	padding: 20px 0 30px
}

#footer p {
	margin: 0
}

#footer #page-nav {
	list-style: none;
	margin: 0 0 20px
}

#footer #page-nav li {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #aaa
}

#footer #page-nav li:last-child {
	border: none
}

.widget {
	margin: 0 0 20px
}

.widget select {
	max-width: 100%
}

.widget-title {
	font-weight: 700;
	color: #e50014;
	font-size: 16px;
	border-left: 4px solid #e50014;
	padding-left: 5px;
	margin-bottom: 5px
}

.post,
.post-entry {
	margin: 0 0 20px
}

.entry-header {
	margin-bottom: 20px
}

.archive-title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	border-left: 7px solid #e50014;
	padding: 1px 0 1px 7px
}

.archive-title.no-border{
	border-left: none;
	padding: 0;
}

.archive .entry-title,
.error404 .entry-title,
body.page h1.entry-title,
.single h1.entry-title,
body.page h2.entry-title,
.single h2.entry-title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400
}

.error404 .entry-title,
body.page h1.entry-title,
body.single h1.entry-title,
body.page h2.entry-title,
body.single h2.entry-title {
	padding-left: 7px;
	border-left: 5px solid #e50014
}


.entry-header .archive-title,.entry-header .entry-title {
	margin-bottom: 5px
}

.entry-summary {
	font-size: 13px
}

.post-meta {
	font-size: 12px
}

.post-meta a {
	text-decoration: underline;
}

.post-meta a:active,.post-meta a:focus,.post-meta a:hover {
	text-decoration: none
}

.attachment .entry-meta a {
	text-decoration: underline;
}

.single .entry-content {
	clear: both;
	margin-bottom: 20px
}


.single .entry-meta {
	font-size: 13px;
	padding: 3px 0;
	border-bottom: 1px solid #999
}

.single .entry-footer {
	font-size: 13px;
	clear: both;
	padding: 3px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999
}


.single .entry-footer ul  {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive .post-entry .thumbnail,.home .post-entry .thumbnail {
	width: 210px;
	height: 150px;
	border: 1px solid #eee;
	text-align: center;
	position: relative;
	overflow: hidden
}

.archive .post-entry .thumbnail img,.home .post-entry .thumbnail img {
	width: auto;
	height: auto;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.home #main-featured {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 1018px;
	height: 514px
}

.home #main-featured .post-entry {
	width: 338px;
	height: 256px;
	border: none;
	text-align: center;
	position: absolute;
	overflow: hidden;
	margin: 0;
	background: url(images/ajax_loader.gif) 50% 50% no-repeat
}
.home #main-featured .post-entry.current {
	z-index: 3;
}

.home #main-featured .post-entry.next {
	z-index: 1;
}


.home #main-featured .post-entry a {
	opacity: 0;
}

.home #main-featured .noscript-wrapper .post-entry a,.home #main-featured .post-entry a:hover img {
	opacity: 1;
}

.home #main-featured .post-entry .wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	color: #fff;
	text-align: left
}

.home #main-featured .post-entry .wrapper .entry-header h2 {
	background-color: transparent !important;
	font-size: 21px;
	line-height: 1.5em;
	max-height: 3em;
	overflow: hidden;
	margin: 0;
	text-shadow: 0 1px 0 #333
}

.home #main-featured .post-entry .wrapper .entry-header .date {
	display: block;
	font-size: 11px;
	line-height: 15px;
	height: 15px
}

.home #main-featured .post-entry .thumbnail {
	width: 100%;
	height: 100%;
	border: none;
	position: relative
}

.home #main-featured .post-entry .thumbnail img {
	border: none;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.home #main-featured .post-entry.tile-0 {
	top: 0;
	left: 0;
	width: 678px;
	height: 321px
}

.home #main-featured .post-entry.tile-0 .thumbnail {
	width: 678px;
	height: 321px
}

.home #main-featured .post-entry.tile-3,.home #main-featured .post-entry.tile-4 {
	height: 191px
}

.home #main-featured .post-entry.tile-3 .thumbnail,.home #main-featured .post-entry.tile-4 .thumbnail {
	width: 338px;
	height: 191px
}

.home #main-featured .post-entry.tile-3,.home #main-featured .post-entry.tile-4 {
	top: 323px
}

.home #main-featured .post-entry.tile-3 {
	left: 0
}

.home #main-featured .post-entry.tile-4 {
	left: 340px
}

.home #main-featured .post-entry.tile-1 {
	top: 0;
	right: 0;
	height: 250px
}

.home #main-featured .post-entry.tile-1 .thumbnail {
	width: 338px;
	height: 250px
}

.home #main-featured .post-entry.tile-2,.home #main-featured .post-entry.tile-5 {
	right: 0;
	height: 130px
}

.home #main-featured .post-entry.tile-2 .thumbnail,.home #main-featured .post-entry.tile-5 .thumbnail {
	width: 338px;
	height: 130px
}

.home #main-featured .post-entry.tile-2 {
	top: 252px
}

.home #main-featured .post-entry.tile-5 {
	top: 384px
}

.home #main-featured .post-entry.tile-2 .wrapper .entry-header h2,.home #main-featured .post-entry.tile-5 .wrapper .entry-header h2 {
	font-size: 18px;
	line-height: 1.54em;
	max-height: 3.08em
}

.home #main-featured .post-entry a .featured-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #e50014;
	opacity: 0
}

.home #main-featured .post-entry .entry-header {
	margin-bottom: 0;
	line-height: 1.4
}

.home .latest {
	letter-spacing: -.4em;
	margin: 0 0 25px;
	background-color: #fff
}

.home .latest h2.latest-title {
	letter-spacing: normal;
	font-size: 16px;
	height: 22px;
	font-weight: 700;
	color: #e50014;
	border-left: 4px solid #e50014;
	margin: 0 0 12px;
	padding: 0 0 0 5px
}

.home .latest .post-entry {
	font-size: 12px;
	padding: 0 0 10px;
	letter-spacing: normal;
	display: inline-block;
	width: 212px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	margin: 0 20px 20px 0
}

.home .latest .post-entry.rightest {
	margin-right: 0
}

.home .latest .post-entry .entry-header {
	margin: 3px 0 0
}

.home .latest .post-entry p.date {
	margin: 2px 0
}

.home .latest .post-entry .entry-title {
	font-size: 14px;
	font-weight: 700;
	margin: 3px 0;
	border: none;
	overflow: hidden;
	line-height: 1.5em;
	height: 3em
}

.home .latest .post-entry .entry-title a {
	display: block;
	width: 100%;
	height: 100%
}

.home .latest .post-entry .wrapper p {
	margin: 0
}

.home .latest .post-entry .entry-summary {
	margin-bottom: 5px
}

.home .latest .post-entry .entry-summary.type-movies,.home .latest.all .post-entry .entry-summary {
	line-height: 1.5em;
	height: 4.5em;
	overflow: hidden
}

.home .latest .post-entry .category {
	font-size: 11px;
	line-height: 15px;
	height: 30px;
}

.home .latest .post-entry .wrapper p.read-more {
	text-align: right;
	margin: 5px 0;
}

.home #featured-posts.latest {
	margin-bottom: 0;
}

.home #featured-posts.latest .post-entry {
	border-bottom: none;
}

.home #featured-posts.latest h2.latest-title {
	position: relative;
	border-left: none;
	font-size: 20px;
	text-align: center;
	padding: 0;
	height: 28px;
	width: 676px;
}

.home #featured-posts.latest h2.latest-title:after {
	border-top: 3px solid #e50014;
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	content: "";
	z-index: 1;
}

.home #featured-posts.latest h2.latest-title span {
	background-color: #fff;
	display: inline-block;
	padding: 0 0.3em;
	position: relative;
	z-index: 5;
}

hr.border.featured {
	width: 676px;
	height: 3px;
	background-color: #e50014;
	margin: 0 0 25px;
}

#cat-latest-area {
	letter-spacing: -.4em
}

.home .latest.cat-latest {
	letter-spacing: normal;
	width: 330px;
	display: inline-block;
	vertical-align: top;
	margin: 0 18px 30px 0
}

.home .latest.cat-latest.rightest {
	margin-right: 0
}

.home .latest.cat-latest .post-entry {
	width: 330px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px
}

.home .latest.cat-latest .post-entry .thumbnail {
	width: 120px;
	height: 86px;
	float: left
}

.home .latest.cat-latest .post-entry .wrapper {
	width: 200px;
	float: right
}

.home .latest.cat-latest .post-entry .entry-summary {
	min-height: 36px
}

.home .latest.movies-latest {
	letter-spacing: -.4em;
	display: block;
	width: 100%
}

.home .latest.movies-latest * {
	letter-spacing: normal
}

.home .latest.movies-latest .entry-title {
	font-size: 14px;
	line-height: 1.5em;
	height: 3em
}

.home .latest.cat-latest h2 a,.home .latest.movies-latest h2 a {
	color: #e50014
}

.home .latest.cat-latest h2 a:hover,.home .latest.movies-latest h2 a:hover {
	color: #555;
	text-decoration: underline
}

#more-headline,#more-headline-movies {
	text-align: center
}

#more-headline p,#more-headline-movies p {
	padding: 3px 0;
	width: 180px;
	margin: 0 auto;
	letter-spacing: normal;
	border: 1px solid #888;
	border-radius: 5px;
	font-weight: 700
}

#more-headline p a,#more-headline-movies p a {
	display: block
}

.noscript-wrapper #more-headline,.noscript-wrapper #more-headline-movies {
	display: none
}




.loop .post-entry {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 20px
}

.loop .post-entry .thumbnail {
	float: left;
	margin: 0 10px 20px 0;
	width: 210px
}

.loop .post-entry .wrapper {
	float: right;
	width: 450px
}

.loop .post-entry .entry-title {
	border: none;
	margin-bottom: 0
}

.loop .post-entry .post-meta {
	margin-bottom: 20px
}

.loop-movies .wrapper {
	letter-spacing: -.4em
}

.loop-movies .wrapper * {
	letter-spacing: normal
}

.loop-movies .post-entry {
	width: 212px;
	display: inline-block;
	letter-spacing: normal;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 7px 7px 0;
	vertical-align: top
}

.loop-movies .post-entry.rightest {
	margin-right: 0
}

.loop-movies .post-entry .post-meta {
	margin: 3px 0
}

.loop-movies .post-entry .entry-title {
	margin-bottom: 0;
	border: none;
	overflow: hidden;
	line-height: 1.5em;
	height: 3em;
	font-size: 14px
}

p.read-more {
	text-align: right
}

p.read-more a {
	padding: 3px 5px;
	background-color: #999;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	border-radius: 3px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

p.read-more a:hover {
	text-decoration: none;
	opacity: .6
}

.cartop-breadcrumb li,body.page .entry-content,body.page .entry-content p,body.page .entry-footer,body.page .entry-header h2,body.page .nav-single li,.single .entry-content,.single .entry-content p,.single .entry-footer,.single .entry-header h2,.single .nav-single li {
	background-color: #fff
}

.entry-content p {
	line-height: 1.6
}

.entry-content p.annotation {
	font-size: 12px;
	line-height: 1.2;
	margin: 0
}

.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	margin: 0 0 20px;
	clear: both;
}

.comment-content h1,.entry-content h1 {
	font-size: 24px;
	line-height: 1.5
}

.comment-content h2,.entry-content h2 {
	font-size: 22px
}

.comment-content h3,.entry-content h3 {
	font-size: 20px
}

.comment-content h4,.entry-content h4 {
	font-size: 18px
}

.comment-content h5,.entry-content h5 {
	font-size: 16px
}

.comment-content h6,.entry-content h6 {
	font-size: 14px
}

.comment-content ol,.comment-content ul,.entry-content ol,.entry-content ul {
	margin: 0 0 20px
}

.comment-content ol ol,.comment-content ol ul,.comment-content ul ol,.comment-content ul ul,.entry-content ol ol,.entry-content ol ul,.entry-content ul ol,.entry-content ul ul {
	margin-bottom: 0
}

.comment-content ul,.entry-content ul,.mu_register ul {
	list-style: disc
}

.comment-content ol,.entry-content ol {
	list-style: decimal
}

.comment-content li,.entry-content li {
	line-height: 1.8;
	margin: 0 0 0 25px
}

.comment-content blockquote,.entry-content blockquote {
	margin-bottom: 20px;
	padding: 24px;
	border: 1px solid #aaa
}

.comment-content blockquote p:last-child,.entry-content blockquote p:last-child {
	margin-bottom: 0
}

.comment-content code,.entry-content code {
	font-family: Consolas,Monaco,Lucida Console,monospace
}

.comment-content pre,.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	margin: 0 0 20px;
	overflow: auto;
	padding: 24px
}

.comment-content pre code,.entry-content pre code {
	display: block
}

.comment-content abbr,.comment-content acronym,.comment-content dfn,.entry-content abbr,.entry-content acronym,.entry-content dfn {
	border-bottom: 1px dotted #666;
	cursor: help
}

.comment-content address,.entry-content address {
	display: block;
	margin: 0 0 20px
}

.entry-content a {
	text-decoration: underline
}

.entry-content a:active,.entry-content a:focus,.entry-content a:hover {
	text-decoration: none
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 10px 0
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 20px
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 10px
}

.entry-content img {
	background: #fff;
	max-width: 99%
}

.entry-content embed,.entry-content iframe,.entry-content object,.entry-content video {
	margin-bottom: 20px
}

.comment-content dl,.entry-content dl {
	margin: 0 0 20px
}

.comment-content dd,.comment-content dt,.entry-content dd,.entry-content dt {
	line-height: 1.8
}

.comment-content table,.entry-content table {
	border-bottom: 1px solid #aaa;
	margin: 0 0 20px;
	max-width: 100%;
	word-break : break-all;
	table-layout: fixed;
}
.comment-content table caption,.entry-content table caption {
	font-size: 14px;
	margin: 0 0 10px
}

.comment-content td,.comment-content th,.comment-content tr,.entry-content td,.entry-content th,.entry-content tr {
	font-size: 12px;
	border: 1px solid #aaa
}

.nav-single {
	clear: both;
	margin: 20px 0
}

.nav-single a .title {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700
}

.nav-single ul {
	list-style: none;
	margin: 0;
	display: table;
	width: 100%;
	padding: 20px 0;
}

.nav-single ul li {
	width: 50%;
	display: table-cell;
	padding: 10px 0 0;
	vertical-align: top
}

.nav-single ul li span {
	padding: 0 3px 3px;
	display: block
}

.nav-single ul li.nav-previous {
	border-right: 1px solid #999
}

.nav-single ul li.nav-previous span.nav-previous {
	padding-right: 10px
}

.nav-single ul li.nav-previous a:before {
	margin-right: 5px;
	content: url(images/previous.png);
	float: left
}

.nav-single ul li:hover:after,.nav-single ul li:hover:before {
	opacity: .6
}

.nav-single ul li.nav-next span.nav-next {
	padding-left: 10px
}

.nav-single ul li.nav-next .meta-nav {
	text-align: right
}

.nav-single ul li.nav-next a:before {
	margin-left: 5px;
	content: url(images/next.png);
	float: right
}

.author .archive-header {
	margin-bottom: 20px
}

.author-info {
	border: 1px solid #ededed;
	margin: 20px 0;
	padding: 20px;
	overflow: hidden
}

.author-description p {
	color: #757575;
	font-size: 12px
}

.author.archive .author-info {
	margin: 0 0 48px
}

.author.archive .author-avatar {
	margin-top: 0
}

.author-avatar {
	float: left
}

.author-description {
	float: right;
	width: 85%
}

.author_link {
	text-align: right;
	margin: 10px 0 0
}

.entry-content img {
	padding: 3px;
	border: 1px solid #eee
}

.entry-content img.two-columns {
	margin: 0 6px
}

.wp-caption {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.wp-caption-text {
	padding-left: 5px;
	padding-right: 5px;
}

.wp-caption figcaption,
.wp-caption p {
	color: #777;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px
}

.rsswidget img,img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

#movies-info {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
	margin: 0 0 20px
}

#movies-info a {
	text-decoration: underline
}

#movies-info a:hover {
	text-decoration: none
}

.entry-attachment div.attachment {
	text-align: center
}

.entry-attachment .entry-caption {
	margin: 8px 0
}

.entry-attachment .image-description {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
	margin: 10px 0
}

.ori-post-link {
	text-align: center;
	margin: 18px 0;
	font-weight: bold;
	font-size: 18px;
}

.ori-post-link a {
	text-decoration: none;
}

.ori-post-link a span {
	text-decoration: underline;
}


#image-navigation {
	margin: 30px 0;
	overflow: hidden
}

#image-navigation .previous-image {
	width: 40%;
	float: left
}

#image-navigation .next-image {
	width: 40%;
	float: right;
	text-align: right
}

#image-navigation .nav-links p {
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	color: #888
}

#image-navigation .nav-links img {
	padding: 3px;
	border: 1px solid #eee
}

.comments-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400
}

.comment-author {
	font-size: 14px
}

.comment-list {
	list-style: none;
	margin: 0 0 48px
}

.comment-list .reply {
	margin-top: 24px;
	text-align: right
}

.comment-list .pingback,.comment-list .trackback,.comment-list article {
	margin-bottom: 20px
}

.comment-list .depth-1 {
	border-bottom: 1px solid #aaa
}

.comment-list .children {
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin: 5px 0 10px 40px;
	padding: 5px 5px 5px 20px
}

.comment-awaiting-moderation {
	color: red
}

a.comment-edit-link,a.comment-reply-link {
	color: #686868;
	font-size: 13px
}

a.comment-edit-link:hover,a.comment-reply-link:hover {
	color: #21759b
}

.comment-content>:last-child {
	margin-bottom: 0
}

.comment-navigation {
	clear: both;
	line-height: 2;
	overflow: hidden;
	margin: 10px 0
}

.comment-navigation .nav-next,.comment-navigation .nav-previous {
	width: 45%
}

.comment-navigation .nav-previous {
	float: left
}

.comment-navigation .nav-next {
	float: right;
	text-align: right
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0
}

#respond {
	clear: both;
	margin-top: 40px
}

#respond h3#reply-title {
	font-size: 16px
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: 400;
	font-size: 12px
}

#respond form {
	margin: 24px 0
}

#respond form p {
	margin: 11px 0
}

#respond form label {
	display: block;
	line-height: 1.8
}

#respond form textarea,.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url] {
	font-size: 12px;
	line-height: 1.8;
	padding: 10px;
	width: 98%
}

.required {
	color: red
}

.logged-in-as {
	margin-bottom: 24px
}

.form-allowed-tags,.form-allowed-tags code {
	margin: 0;
	font-size: 12px;
	color: #999
}

.no-comments {
	margin: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #aaa
}

.gallery {
	margin-bottom: 20px;
	clear: both
}

.gallery.gallery-custom-bottom-0 {
	margin-bottom: 0
}

.entry-content .gallery-item,
.entry-content dl.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px
}

.gallery-caption {
	margin-left: 0;
	text-align: left;
	font-size: 12px
}

.gallery-caption.no-caption {
	display: none
}

.gallery-item img {
	border: 1px solid #ddd!important
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-2 .gallery-item .gallery-caption {
	max-width: 318px;
	margin: 0 auto
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-3 .gallery-item img {
	max-width: 206px
}

.gallery-columns-3 .gallery-item .gallery-caption {
	max-width: 206px;
	margin: 0 auto
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-4 .gallery-item img {
	max-width: 150px
}

.gallery-columns-4 .gallery-item .gallery-caption {
	max-width: 150px;
	margin: 0 auto
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-5 .gallery-item img {
	max-width: 116px
}

.gallery-columns-5 .gallery-item .gallery-caption {
	max-width: 116px;
	margin: 0 auto
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-6 .gallery-item img {
	max-width: 93px
}

.gallery-columns-6 .gallery-item .gallery-caption {
	max-width: 93px;
	margin: 0 auto
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-7 .gallery-item img {
	max-width: 77px
}

.gallery-columns-7 .gallery-item .gallery-caption {
	max-width: 77px;
	margin: 0 auto
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-8 .gallery-item img {
	max-width: 65px
}

.gallery-columns-8 .gallery-item .gallery-caption {
	max-width: 65px;
	margin: 0 auto
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-columns-9 .gallery-item img {
	max-width: 55px
}

.gallery-columns-9 .gallery-item .gallery-caption {
	max-width: 55px;
	margin: 0 auto
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 10px 0 25px;
}

.wp-pagenavi a,.wp-pagenavi span {
	text-decoration: none;
	color: #888;
	padding: 3px 6px;
	margin: 0 2px;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border: 1px solid #e50014;
	text-align: right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.wp-pagenavi span.pages {
	border: 1px solid #999
}

.wp-pagenavi .current,.wp-pagenavi a:hover {
	text-decoration: none;
	background-color: #e50014;
	color: #fff
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #e50014;
}

#entry-author {
	border: 2px solid #ccc;
	padding: 10px;
	margin: 0 0 20px;
	overflow: hidden;
	clear: both
}

#author-avatar {
	width: 100px;
	float: left
}

#author-description {
	width: 556px;
	float: left
}

#author-description h3 {
	font-size: 24px;
	color: #888
}

#author-description .author-link {
	text-align: right;
	margin-bottom: 0
}

.cartop-breadcrumb {
	font-size: 12px;
	list-style: none
}

.cartop-breadcrumb li:before {
	content: '■';
	color: #e50014;
	display: inline;
	margin-right: 3px
}

.cartop-breadcrumb li a:link,.cartop-breadcrumb li a:visited {
	text-decoration: underline;
	color: #666
}

.cartop-breadcrumb li a:active,.cartop-breadcrumb li a:focus,.cartop-breadcrumb li a:hover {
	text-decoration: none;
	color: #aaa
}

.cartop-breadcrumb li.current {
	color: #666
}

.widget.widget_recent_entries ul {
	margin: 0;
	list-style: none
}

.widget.widget_recent_entries ul li {
	font-size: 13px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	font-weight: 700
}

.widget ul.wpp-list {
	list-style: none;
	margin: 0 0 10px
}

.widget ul.wpp-list li {
	overflow: hidden;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc
}

.widget ul.wpp-list li div.thumbnail {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 15px
}

.widget ul.wpp-list li img {
	width: 60px;
	height: 60px
}

.widget ul.wpp-list li.movies img {
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	max-width: 60px;
	height: 60px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.widget ul.wpp-list li a:hover img {
	opacity: 1
}

.widget ul.wpp-list li h4 {
	display: block;
	width: 235px;
	float: right;
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden
}

.widget ul.wpp-list li p.excerpt {
	font-size: 13px;
	display: block;
	width: 235px;
	float: right
}

.widget ul.wpp-list li.movies p.excerpt {
	text-align: center;
	font-weight: 700;
	color: #999
}

.archive .not-post-msg h3 {
	font-size: 24px;
	color: #888
}

.archive .not-post-msg p {
	font-size: 18px
}

.error404 .not-found-msg {
	font-size: 18px;
	letter-spacing: normal
}

.not-post-msg {
	letter-spacing: normal
}

.archive .special-content-custom.automesse .not-post-msg p {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}


#specs_area table {
	clear: both;
	width: 100%
}

#specs_area table td,#specs_area table th {
	border: 1px solid #aaa
}

#specs_area table tbody th {
	width: 190px;
	text-align: left
}

#specs_area table tbody td {
	text-align: center
}

dl#company_info dt {
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #e50014;
	margin-bottom: 10px
}

dl#company_info dd {
	margin-bottom: 20px
}

dl#company_info dd iframe {
	margin: 20px 0
}

dl#company-info dt {
	font-size: 16px;
	font-weight: 400;
	border-bottom: 2px solid #e50014;
	margin-bottom: 10px
}

dl#company-info dd {
	margin-bottom: 20px;
}

dl#company-info dd.addr {
	padding-left: 10px;
}


dl#company-info dd.kt {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

dl#company-info dd iframe {
	margin: 20px 0
}

dl#company-info dd.hp {
	margin-bottom: 50px;
	text-align: center;
}

dl#company-info dd.hp a {
	padding: 5px 5px;
	border-radius: 5px;
	border: 1px solid #e50014;
	background-color: #e50014;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

dl#company-info dd.hp a:hover {
	color: #e50014;
	background-color: #fff;
}

.noscript_err {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(255,255,255,.9);
	color: #222;
	font-size: 24px;
	z-index: 999;
	padding: 20px 0
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1100;
	display: none;
	background-color: #000!important;
	opacity: .6!important
}

.wp_social_bookmarking_light {
	clear: both
}

.entry-attachment .wp_social_bookmarking_light {
	display: none
}

/*Pocketボタンの幅調整*/
.wsbl_pocket {
	width: 95px;
}
/*Google+ボタンの幅調整*/
.wsbl_google_plus_one {
	width: 58px;
}
/*twitterボタンの幅調整*/
.wsbl_twitter {
	width: auto !important;
}

.entry-title-tconnect {
	position: relative;
	border-top: 3px solid #e50014;
	border-bottom: 3px solid #e50014;
	padding: 5px 0
}

.entry-title-tconnect span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 20px
}

.entry-content.toyota-tconnect2014 h3 {
	border-bottom: 1px solid #e50014;
	padding: 0 0 5px
}

#related-posts {
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}

#related-posts h3 {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	border-left: 3px solid #e50014;
	font-size: 18px
}

.entry-content #related-posts a {
	text-decoration: none;
}

#related-posts ul {
	list-style: none;
	letter-spacing: -.4em;
	margin: 0 0 15px
}

#related-posts ul li {
	display: inline-block;
	vertical-align: top;
	width: 152px;
	letter-spacing: normal;
	margin: 0 24px 0 0
}

#related-posts ul li.rightest {
	margin-right: 0
}

#related-posts ul li img {
	border: 1px solid #999
}

#related-posts ul li p {
	font-size: 13px;
	font-weight: 700
}

body.single .imp-vote-top h2.entry-title,
.imp-vote-top h2.entry-title {
	color: #222;
	border: none;
	border-top: 2px solid #e50014;
	border-bottom: 2px solid #e50014;
	text-align: center
}

.imp-vote-top h2.entry-title .main {
	font-size: 28px
}

.imp-vote-top h2.entry-title .sub {
	font-size: 24px
}

.imp-vote-top .contest-catch {
	margin: 20px 0 0;
	color: #222;
	border: 1px solid #999;
	padding: 20px;
	border-radius: 10px
}

.imp-vote-top .monthly_page .contest-catch,
.imp-vote-top .result_page .contest-catch {
	margin: 0;
}


.imp-vote-top .contest-catch p {
	margin: 0 0 10px
}


.imp-vote-top .contest-catch p:last-child,
.imp-vote-top .contest-catch p.bt {
	margin: 0
}

.entries {
	letter-spacing: -.4em;
	margin: 0
}

.entries .entry-item {
	display: inline-block;
	width: 31%;
	margin: 0 2% 10px 0;
	letter-spacing: normal;
	vertical-align: top
}

.entries.monthly .entry-item {
	margin: 0 1% 10px;
}

.entries .entry-item h3 {
	padding: 3px 3px 3px 5px;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	border-left: 3px solid #e50014;
	margin-bottom: 7px
}

.entries .entry-item img {
	background: #fff;
	margin-bottom: 7px
}

.entries .entry-item .shop {
	font-size: 13px;
	margin: 0;
	font-weight: 700
}

.entries .entry-item h4 {
	font-size: 15px
}

.imp-entry .entry-content img {
	border: none;
	padding: 0
}

.imp-entry .image-area img.main {
	max-width: 674px;
	margin: 0 0 4px 2px
}

.imp-entry .image-area ul {
	list-style: none;
	margin: 0
}

.imp-entry .image-area ul li {
	margin: 0 2px 4px;
	display: block;
	width: 222px;
	float: left
}

.imp-entry .image-area ul li a img {
	max-width: 100%;
	padding: 0;
	margin: 0
}

.styleup-final #fancybox-left,.styleup-final #fancybox-right,
.page-template-page-template-afimp_vote-php #fancybox-left,.page-template-page-template-afimp_vote-php #fancybox-right {
	display: block!important;
	visibility: visible!important
}

.page-template-page-template-afimp_vote-php #fancybox-left span {
	left: 20px
}

.page-template-page-template-afimp_vote-php #fancybox-right span {
	left: auto;
	right: 20px
}

.imp-entry .entry-content,.imp-entry .entry-title {
	color: #333
}

.imp-entry .click-note {
	font-size: 12px;
	text-align: right;
	color: #e50014;
	margin: 10px 0 2px
}

.imp-entry .entry-content .info {
	padding-top: 20px;
	margin: 20px 0;
	clear: both
}

.imp-entry .entry-content .info h3 {
	font-size: 26px;
	border-bottom: 1px solid #e50014
}

.imp-entry .entry-content .info .shop {
	font-size: 20px;
	margin: 0;
	font-weight: 700
}

.imp-entry .entry-content .info .catch {
	font-size: 22px;
	line-height: 30px
}

.imp-entry .entry-content .info .name {
	clear: both;
	margin: 0 0 25px
}

.imp-entry .entry-content .info .name p {
	font-size: 16px
}

.imp-entry .entry-content .info .spec {
	border: 3px solid #999;
	padding: 20px;
	border-radius: 10px
}

.imp-entry .entry-content .info .spec p {
	margin: 0
}

.imp-entry .entry-content .info .term-desc {
	margin: 10px 10px 10px
}

.imp-entry .entry-content .info .term-desc h4 {
	font-size: 14px;
	margin: 0
}

.imp-entry .entry-content .info .term-desc p {
	font-size: 12px;
	margin: 0
}

.imp-entry ul.sub-images {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.imp-entry ul.sub-images li {
	margin: 0 0.5% 4px;
	display: block;
	width: 49%;
	float: left
}

.imp-entry ul.sub-images li a img {
	max-width: 100%;
	padding: 0;
	margin: 0
}

.imp-entry ul.gallery-images {
	clear: both;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.imp-entry ul.gallery-images li {
	margin: 0 0.5% 4px;
	display: block;
	width: 19%;
	float: left
}

.imp-entry ul.gallery-images li a img {
	max-width: 100%;
	padding: 0;
	margin: 0
}

.imp-entry .entry-content.ranking .info .catch {
	clear: both;
	margin: 25px 0 25px
}



.imp-entry .entry-content form {
	text-align: center
}

.imp-vote-form .article,.imp-vote-form .entry-title {
	color: #333
}

.imp-vote-form .note {
	font-size: 22px;
	text-align: center
}

.back_to_entry,.back_to_votetop {
	text-align: center;
	margin: 20px 0
}

.back_to_entry a,.back_to_votetop a {
	text-decoration: underline
}

.back_to_votetop a:before {
	content: '◀';
	color: #e50014
}

.back_to_entry a:before {
	content: '◀';
	color: #f60
}

.imp-entry input[type=submit],.imp-vote-form input[type=submit] {
	font-size: 20px;
	background: #e50014;
	color: #fff;
	text-shadow: none;
	border: 1px solid red;
	font-weight: 700;
	margin-bottom: 20px;
}

.imp-entry input[type=submit]:hover,.imp-vote-form input[type=submit]:hover {
	background: #e54442
}

.imp-vote-form form {
	text-align: center
}

.imp-vote-form h3 {
	text-align: center;
	color: #333
}

.imp-vote-form p,.imp-vote-form table {
	color: #333;
	width: 100%
}

.imp-vote-form p.vote-note {
	text-align: center;
	color: red;
	font-size: 11px;
	margin: 2px 0
}

.imp-vote-form input[name=submitBack],.imp-vote-form input[name=vote-submit] {
	margin: 10px 5px
}

.imp-vote-form input[name=submitBack] {
	background: #999;
	border: 1px solid #666
}

.imp-vote-form input[name=submitBack]:hover {
	background: #bbb
}

.imp-vote-form input[name=submitConfirm] {
	margin: 20px 0 0
}

.imp-vote-form table {
	margin: 10px 0 20px;
	table-layout: fixed
}

.imp-vote-form table th {
	width: 25%;
	padding-left: 0;
	padding-right: 0
}

.imp-vote-form table span.require {
	color: red
}

.imp-vote-form .mw_wp_form_preview table td,.imp-vote-form .mw_wp_form_preview table th {
	border: 1px solid #aaa;
	padding: 5px;
	color: #333
}

.imp-vote-form .mw_wp_form_preview .back_to_entry,.mw_wp_form_complete h3,.mw_wp_form_complete p.vote-note {
	display: none
}

.mw_wp_form_complete p {
	text-align: center;
	font-size: 18px
}

.imp-vote-note p {
	text-align: center
}

.imp-vote-note.coming-soon p.main {
	font-style: italic;
	font-size: 72px
}

.imp-vote-note.closed p.main {
	font-size: 24px;
	color: #4d4d4d;
	font-weight: 700;
	border-top: 3px solid #e50014;
	border-bottom: 3px solid #e50014
}


.entries.ranking .entry-item {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}

.entries.ranking .entry-item header h3 {
	font-size: 20px;
	line-height: 20px;
	height: 18px;
}


.entries .entry-item.ranking1 {
	text-align: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.entries .entry-item.ranking1 * {
	max-width: 652px;
	margin-left: auto;
	margin-right: auto;
}

.entries .entry-item.ranking1 img {
	text-align: center;
}

.entries .entry-item.ranking1 header h3 {
	font-size: 28px;
	line-height: 28px;
	height: 26px;
	border-width: 8px;
}

.entries .entry-item.ranking1 p.shop {
	font-size: 16px;
}

.entries .entry-item.ranking1 h4 {
	font-size: 20px;
}



.entries .entry-item.ranking2,
.entries .entry-item.ranking3 {
	text-align: left;
	width: 48%;
	margin: 0 1% 20px;
}

.entries .entry-item.ranking2 *,
.entries .entry-item.ranking3 * {
	text-align: left;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.entries .entry-item.ranking2 header h3,
.entries .entry-item.ranking3 header h3 {
	font-size: 24px;
	line-height: 24px;
}

.entries .entry-item.ranking2 img,
.entries .entry-item.ranking3 img {
	text-align: center;
}

.entries.sub-ranking .entry-item {
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
}

.entries.sub-ranking .entry-item p.shop {
	font-size: 10px;
}

.entries.sub-ranking .entry-item h4 {
	font-size: 13px;
}



/* mobile */
#mobile-toolbar {
	display: block;
	height: 46px;
	padding: 3px 0;
	background-color: #e50014;
	top: 0;
	left: 0;
	right: 0
}

.pc-switcher {
	clear: both;
	text-align: right;
	margin: 12px 20px 0 0
}

.pc-switcher a,.pc-switcher span {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 20px;
	text-align: center;
	border: 1px solid #c10014;
	color: #fff!important;
	font-weight: 700;
	text-decoration: none
}

.pc-switcher a {
	background-color: #f10019;
	background-image: -moz-linear-gradient(#f10019,#c10014);
	background-image: -o-linear-gradient(#f10019,#c10014);
	background-image: -ms-linear-gradient(#f10019,#c10014);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f10019),to(#c10014));
	background-image: -webkit-linear-gradient(#f10019,#c10014);
	background-image: linear-gradient(#f10019,#c10014)
}

.pc-switcher a:hover {
	background-color: #a20011;
	background-image: -moz-linear-gradient(#a20011,#c10014);
	background-image: -o-linear-gradient(#a20011,#c10014);
	background-image: -ms-linear-gradient(#a20011,#c10014);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a20011),to(#c10014));
	background-image: -webkit-linear-gradient(#a20011,#c10014);
	background-image: linear-gradient(#a20011,#c10014)
}

.pc-switcher span.active {
	background-color: #00305C
}

.special-page .not-post-msg,
.marumo-fiat-chrysler .not-post-msg {
	border: 3px solid #999;
	border-radius: 10px;
	padding: 20px
}

.special-page .not-post-msg p,
.marumo-fiat-chrysler .not-post-msg p {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: 700
}

.content-column {
	box-sizing: border-box;
	padding: 5px 10px
}

.content-column iframe {
	display: block;
	margin: 0 auto
}

.content-column img {
	box-sizing: border-box
}



/* style contest */


.imp-vote-top.contest_top h3.list-archive {
	margin: 20px 0;
	padding: 10px 0;
	font-size: 24px;
	color: #e50014;
	text-align: center;
	border-top: 1px solid #e50014;
	border-bottom: 1px solid #e50014;
}

.imp-vote-top.contest_top ol.list-archive {
	margin: 0 20px 0 20px;
}

.imp-vote-top.contest_top ol.list-archive li {
	font-size: 24px;
	list-style: none;
	border-bottom: 1px solid #e50014;
}

.imp-vote-top.contest_top ol.list-archive li a {
	color: #232323;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.imp-vote-top.contest_top ol.list-archive li a:hover {
	color: #e50014;
	text-decoration: none;
}

.imp-vote-top.contest_top ol.list-archive li a:before {
	content: '▶';
	color: #e50014;
}




.special-content-custom > header.archive-header {
	color: #222;
	border: none;
	border-top: 2px solid #e50014;
	border-bottom: 2px solid #e50014;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0;
}

.special-content-custom > header.archive-header h2.archive-title {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: #e50014;
}

.special-content-custom > header.archive-header > p.date {
	font-size: 20px;
}

.special-content-custom > header.archive-header > p {
	margin: 0
}

.special-content-custom > header.archive-header > p.logo img {
	width: 240px;
	height: auto;
}

.special-content-custom > header.archive-header > p.catch {
	font-size: 18px;
}


/* automesse */

#primary-sidebar02.automesse {
	position: relative;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}

#primary-sidebar02.automesse p.counter {
	position: absolute;
	top: 38%;
	left: 10px;
	color: #e50014;
	font-weight: bold;
	font-size: 20px;
}

.special-content-custom.automesse > header.archive-header {
	padding: 0;
}

.special-content-custom.automesse > header.archive-header h2 {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
}


.special-content-custom.automesse > header.archive-header p.messe-cat {
	position: absolute;
	margin: 0;
	padding-right: 12px;
	box-sizing: border-box;
	right: 0;
	bottom: 69%;
	color: #e50014;
	text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	width: 100%;
	border-bottom: 2px solid #fff;
	text-align: right;
}


.messe-widget {
}

.messe-widget .messe-access {

}

.messe-widget h3 {
	text-align: center;
	font-size: 16px;
	border-top: 2px solid #e50014;
	border-bottom: 2px solid #e50014;
	margin-bottom: 10px;
	background: #e50014;
	color: #fff;
}

.messe-widget .messe-access .wrapper {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e50014;
	border-radius: 5px;
}

.messe-widget .messe-access .wrapper h4 {
	font-size: 16px;
	color: #454545;
	font-weight: normal;
}

.messe-widget .messe-access .wrapper p {
	margin: 0;
	color: #454545;
}

.messe-widget .messe-access .wrapper p a {
	text-decoration: underline;
}

.messe-widget .messe-access .wrapper .info {
	margin-top: 20px;
	font-size: 12px;
}

.messe-widget .messe-access .wrapper .info h4 {
	font-size: 14px;
}

.messe-widget .messe-access .wrapper .info ul {
	margin: 0;
	list-style: none;
}

.messe-widget .messe-access .wrapper ul li {
	margin: 0 0 5px;
}

.messe-widget .messe-access .wrapper .info ul.train {
	margin: 0 0 10px;
}

.messe-widget .messe-categories ul {
	list-style: none;
	margin: 0;
}

.messe-widget .messe-categories ul li {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e54442;
	padding: 5px 0;
	width: 100%;
}

.messe-widget .messe-categories ul li:before {
	content: '■';
	color: #e50014;
}

.messe-widget .messe-categories ul li a {
}

.messe-widget .messe-categories ul li:after {
	content: '>>';
	color: #e50014;
	display: inline-block;
}

.messe-widget .messe-categories ul li.current-cat a {
	color: #e50014;
}

/* vip style */

.loop.vip-cover .archive-title {
	border-top: 2px solid #e50014;
	border-bottom: 2px solid #e50014;
	text-align: center;
}

.loop.vip-cover .wrapper .entry-header {
	margin-bottom: 10px;
}


.loop.vip-cover .cover-thumbnail {
	width: 320px;
	float: left;
	margin-bottom: 20px;
}

.loop.vip-cover .wrapper {
	width: 340px;
	float: right;
}

.loop.vip-cover .wrapper .car-thumbnail {
	text-align: center;
}

.loop.vip-cover .wrapper h3 {
	font-size: 18px;
	text-align: left;
}
.loop.vip-cover .wrapper p.car-caption {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.single span.cover-title-block {
	display: block;
	font-size: 16px;
}

/* google ad */
#content-ads,
#footer-ads {
	text-align: center;
}

#footer-ads .textwidget > div {
	margin: 0 auto;
}

#under-title-ads {
	text-align: left;
}

/* main  */
.google-main-ads {
	margin-bottom: 25px;
	text-align: center;
}

/* 記事中下 google ad */

.content-social-wrapper {
	position: relative;
	height: 270px;
	clear: both;
}


.content-social-wrapper #in-content-ads {
	position: absolute;
	width: 300px;
	right: 0;
}

.content-social-wrapper .wp_social_bookmarking_light {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
}

.right-ads.widget-area {
	float: left;
}

.left-ads.widget-area {
	float: right;
}


#under-content-ads-wrapper hr {
	clear: both;
	background-color: transparent;
}

/* mobile ads */

.mobile-ads {
	text-align: center;
}

.mobile-ads .textwidget > div {
	margin: 0 auto;
}


/* fer,driking */

.entry-header .category-img {
	margin-bottom: 20px;
}

#zf-banner {
	text-align: center;
}

/* tms */

#featured-posts.tms header {
	background: url(images/tms_bg.jpg) no-repeat;
	border: 2px solid #f00;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.home #featured-posts.latest.tms .post-entry .entry-title {
	font-size: 24px;
	height: 86px;
	text-align: center;
	margin: 0;
}

.home #featured-posts.latest.tms .post-entry.part-2 .entry-title {
	font-size: 18px;
}

.home #featured-posts.latest.tms .post-entry .entry-title a {
	padding: 7px 0;
	height: 72px;
	color: #fff;
	text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;
}

.home #featured-posts.latest.tms .post-entry.part-2 .entry-title a {
	padding: 15px 0;
	height: 56px;
}

.home #featured-posts.latest.tms .post-entry .entry-title a:hover {
	text-shadow: 1px 1px 0 #f00, -1px 1px 0 #f00, 1px -1px 0 #f00, -1px -1px 0 #f00;
}

#featured-posts.tms header:hover {
	border-color: #ccc;
}

.home #featured-posts.latest.tms .post-entry .wrapper p {
	font-size: 15px;
	font-weight: bold;
}

.share-list {
	margin: 30px 0 30px;
}
.share-list ul {
	margin : 0 auto;
	padding : 0;
	list-style : none;
}

.share-list li a {
	display : block;
	color : #fff;
	font-size : 16px;
	font-weight: bold;
	text-decoration : none;
	text-align : center;}

.share-list li a i.fa {
	content: '';
	width: 30px;
	height: 48px;
	display: inline-block;
	margin-right: 3px;
}

.share-list li a:hover {opacity :0.8;
    color : #fff;}
.share-list li a:visited{ color: #fff;}
.share-list ul:after {content : "";
    display : block;
    clear : both;}
.twitter a {
	background: #55acee;
}

.twitter a i.fa-twitter {
	background: url(images/icon-twitter.png) center center no-repeat;
}

.facebook a {
	background-color : #4267B2;
}

.facebook a i.fa-facebook {
	background: url(images/icon-facebook.png) center center no-repeat;
}

.googleplus a {background-color : #dd4b39;}
.hatena a {background-color : #00A4DE;}
.line a {background-color: #00c300;}
.pocket a {background-color :#f03e51;}
.rss a {background-color: #ff8c00;}
.feedly a {background-color: #6cc655;}

.share-list li {
	line-height: 48px;
	height: 48px;
	float : left;
	width : 44%;
	margin : 0 3%;
}

.share-list li.twitter {
	margin : 0 2% 0 4%;
}

.share-list li.facebook {
	margin : 0 4% 0 2%;
}

.nextpage-wrapper {
	margin: 20px 0;
}

.next-page-title {
	box-sizing: border-box;
	width: 90%;
	margin: 40px auto 15px;
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #e50014;
	border-bottom: 1px solid #e50014;
	font-size: 110%;
}

.next-page-title a {
	text-decoration: none;
}

.next-page-title span.next-page-label {
	color: #e50014;
}

.next-page-title span.next-page-label:after {
	content: '▶';
}

.next-page-title p {
	margin-bottom: 0;
}

.related-list .entry-content h4,
.related-list h4 {
	margin-bottom: 10px;
}

.related-list li {
	list-style: none;
	font-weight: bold;
	margin-left: 0;
}

.related-list li:before {
	content: '■';
}

/* ライタークレジット */
.writer-credit {
	text-align: right;
	margin: 20px;
}


.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* メーカー別 */

h2.maker-top {
	font-weight: bold;
}

#maker-top h3 {
	clear: both;
	font-size: 1.4em;
	margin-bottom: 5px;
}

#maker-top h3:before {
	content: '■';
	color: #e50014;
	margin-right: 3px;
}

#maker-top ul {
	margin: 0;
}

#maker-top ul li {
	list-style: none;
	float: left;
	width: 25%;
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
}

#maker-top ul li a:before {
	content: '●';
	color: #e50014;
	margin-right: 3px;
}

#maker-top .maker-list {
	margin-bottom: 30px;
}

/* STYLE UP CONTEST REDIRECT */

body.page .styleup-redirect h2.entry-title {
	border: none;
	border-bottom: 3px solid #e50014;
	font-size: 2em;
	text-align: center;
}


body.page .styleup-redirect h2.entry-title {
	border: none;
	border-bottom: 3px solid #e50014;
	font-size: 2em;
	text-align: center;
}

.styleup-redirect .entry-content {
	text-align: center;
	font-size: 1.2em;
}

.styleup-redirect .entry-content .amw-link {
	margin: 60px 0;
}

.styleup-redirect .entry-content .amw-link a {
	padding: 5px 10px;
	border-radius: 15px;
	border: 3px solid #e50014;
	text-decoration: none;
}

.styleup-redirect .entry-content .amw-link a:hover {
	background-color: #e50014;
	color: #fff;
	
}

.sidebar-banner {
	margin-right: auto;
	margin-left: auto;
}

.sidebar-banner.mb-10 {
	margin-bottom: 10px;
}

/* sns icons */


ul.sns-icons {
	list-style: none;
	margin: 20px 0 30px;
	text-align: center;
}

.sns-wrapper:after {
	clear: both;
}

ul.sns-icons li {
	float: left;
	margin-right: 10px;
}

ul.sns-icons li.sns-icon {
	width: 135px;
	height: 20px;
	line-height: 20px;
	padding: 4px 0;
	text-align: center;
	border-radius: 3px;
}

ul.sns-icons li.facebook-good {
	width: 99px;
	height: 28px;
}

ul.sns-icons li.sns-icon * {
	vertical-align: middle;
}

ul.sns-icons li.sns-icon a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

ul.sns-icons li.sns-icon a:hover img {
	opacity: 1;
}

ul.sns-icons li.sns-icon.facebook {
	background-color: #4267B2;
}

ul.sns-icons li.sns-icon.twitter {
	background-color: #55acee;
}

ul.sns-icons li.sns-icon.hatena {
	background-color: #00A4DE;
}

ul.sns-icons li.sns-icon.google {
	background-color: #DB4A39;
	margin-right: 0;
}


