@charset "utf-8";


ここから記事ページ{
}


#article_all {
	background-color: #333;
}
#article_title  {
	color: #FFF;
	text-align: center;
	font-size: 30px;
}
#article_title_h1 {
	color: #FFF;
	background-color: #000099;
	text-align: center;
	font-size: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-bottom-color: #F90;
	border-bottom-width: 2px;
}

.article_img img{
	height: auto;
	width: 100%;

}
.article_img  {
	margin: 5px auto;
	width: 50%;
}


#article_title p {
	padding: 10px;
	font-size: 16px;
	text-align: left;
}

#article_title_date {
	text-align: right;
	background-color: #999;
	font-size: 16px;
}
#article_contents_all {

}
.article_contents_title {
	color: #FFF;
	background-color: #009;
	font-size: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/car-04.png);
	background-repeat: no-repeat;
	text-align: left;
	background-position: left center;
	background-size: 50px;
}
.article_contents_title p{
	margin-left: 30px;

}



.article_contents_sub_title {
	font-size: 24px;
	font-weight: bold;
	background-image: url(../img/car-11.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.article_contents_sub_title p{
	margin-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
	margin-right: 10px;

}
.article_contents_sub_title_car {
	font-size: 24px;
	font-weight: bold;
	background-size: 50px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.article_contents_sub_title_car p {
	margin-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
	margin-right: 10px;
}


#article_contents p {
	padding: 10px 10px 10px 20px;
}
#article_contents a {
	color: #F90;

}
#article_contents a:visited {
	color: #F60;
}
#table table{
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	margin: 20px auto;

}




.red {
	overflow: hidden;
	margin: 5px;

}

.red img{
	width: 100%;
	height: auto;
}

.red-img  {
	width: 100px;
	float: left;
	background-color: #06F;
	border-radius: 10px;
}

.red-comment {
	display: block;
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 100px;
	color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 90px;
}

.red-comment dt {
	display: none;
}

.red-comment dd {
	font-size: 15px;
	line-height: 1.5;
	display: inline-block;
	margin-left: 10px;
	padding: 10px !important;
	border-radius: 5px;
	position: relative;
	background-color: #666666;
	color: #FFF;
}

.red-comment dd:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 8px;
	top: 20px;
	margin-top: -8px;
	border-right-color: #666666;
}



.blue {
	overflow: hidden;
	margin: 5px;

}


.blue img{
	width: 100%;
	height: auto;
}

.blue-img  {
	width: 100px;
	float: left;
	background-color: #F90;
	border-radius: 5px;
}

.blue-comment {
	display: block;
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 100px;
	color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 90px;
}

.blue-comment dt {
	display: none;
}

.blue-comment dd {
	font-size: 15px;
	line-height: 1.5;
	display: inline-block;
	margin-left: 10px;
	padding: 10px 5px 10px 10px !important;
	border-radius: 5px;
	position: relative;
	background-color: #999999;
}


.blue-comment dd:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 8px;
	top: 20px;
	margin-top: -8px;
	border-right-color: #999999;
}



#article_contents dd p {
	padding: 0px;
	font-size: 30px;
}

.link-text {

}

.link-text a{
	font-size: 18px;
	color: #F60;
}

.ad-text {
	font-size: 20px;
	background-color: #FFE6FE;
	border-radius: 5px;
	padding: 2px 10px;
}

.ad-text:hover {
	background-color: #39F;
	border: 1px solid #30F;
}



.ad-text a{
	font-size: 20px;
	color: #000;
}

.ad-item {
	overflow: hidden;
	margin-top: 10px;
}

.ad-item table{
	margin-right: auto;
	margin-left: auto;
}


.ad-item a {
	text-align: center;
	color: #F90;
}

.ad-title {
	overflow: hidden;
}

.ad-img {
	height: auto;
	width: 100px;
}

.ad-img img{
	width: 100%;
	height: auto;
}

.ad-amazon-button {
	overflow: hidden;
	margin: 5px 10px;
}

.ad-amazon-button a{
	color: #000;
	background-color: #FFCC00;
	padding: 1px 20px;
	border-radius: 20px;
	margin: 5px;
	font-size: 18px;

}

.ad-rakuten-button {
	overflow: hidden;
	margin: 5px 10px;
}

.ad-rakuten-button a {
	color: #FFF;
	background-color: #FF0000;
	padding: 1px 20px;
	border-radius: 20px;
	margin: 5px;
	font-size: 20px;
}

.ad-big {
	text-align: center;

}
.ad-big img{
	margin: 20px auto;

}

#screen480overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}







@media screen and (min-width: 481px)
{

#screen480overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}















#screen769overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}

}



@media screen and (min-width: 769px)
{

#screen769overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}

.article_contents_title {
	width: 95%;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 10px;
}















#screen960overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}

}



@media screen and (min-width: 960px)
{
#screen960overxxxxxxxxxxxxxxxxxxxxxxxx{
		
}





}
