@charset "utf-8";
/* CSS Document */

/* contents */
#contents{
	width:100%;
}

#recoLink{
	padding:1px 3px 1px 0;	
}
#recoLink li{
	padding:3px;
	border-bottom:1px #CECECE solid;
}
#recoLink img{
	width:150px;
	float:left;
}
#recoLink span{
	float:left;
	display:block;
	margin: 0 0 0 5px;
	line-height:16px;
}

.top_link_text {
	display: block;
	width: 50%;

}

#makerList {
	margin:0 0;
	padding:15px 0 5px 0;
	font-size:0.8em;
	text-align: center
}
#makerList li {
	/*float:left;*/
	display: inline-block;
/*	width:64px;*/
	width: 54px;
	text-align:center;
	margin: 0px 7px 15px;
}
@media screen and (min-width:375px) and ( max-width:480px) {
	#makerList li {
	width:47px;
 	}
}
#makerList li a {
	display:block;
	color:#bc0000;
}
#makerList li span {
	display:block;
	margin:3px 0 0 0;
	line-height:0.8em;
}


/* PickUP Area */
#PickArea {
	width: 100%;
	position: relative; /* IE6・7の overflowバグ回避 */
	overflow: none;     /* JavaScript無効時にスクロール表示させたいから */
}

#PickArea ul {
	display: block;
	margin: 0 0 5px;
	padding: 5px 5px;
}

#PickArea ul li {
	list-style-type: none;
	padding:3px;
	border:3px solid #EEE;
	margin:0 0 5px 0;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
	background: url(../../images/common/arrow_s.png);
    background-origin: padding-box;
    background-position: 98% center;
    background-repeat: no-repeat;
}
#PickArea ul li a{
	display:block;
}
#PickArea img {
	display:block;
	float:left;
	width:60px;
	height:45px;
	margin:0 10px 0 0;
	border-radius: 3px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#PickArea .lt_name {
	display:block;
	width:71%;
	line-height:14px;
	font-size:0.8em;
	float:left;
}
#PickArea .lt_price {
	display:block;
	width:70%;
	text-align:right;
	float:left;
	margin:3px 0 0;
	font-size:0.8em;
}
#PickArea .lt_price span {
	color:#bc0000;
	font-size:1.3em !important;
}

.Add_watchListBtn {
	width:296px;
	line-height:2em;
	text-align:center;
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#dfdddd));
    border: 2px solid #999;
    border-radius: 5px 5px 5px 5px;	
	font-weight:bold;
	text-shadow:0 1px #FFF;
	display:block;
	margin:-10px auto 15px;
	color:#BC0000;
}



/*bottom_animation*/

#store_blog {
	width: 96%;
	margin: 1% auto;
	display:block;
}

.ivent_area {
	width: 100%;
	text-align: center;
}

.ivent_area a {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #FF5F17;
}


/*************SNS******************/

#sns_area .twieet_area {
	margin: 10px 5px 20px;
}

.twitter-timeline {
	height: 300px;
}

#sns_area ul {
	margin: 0 5px 10px;
}

#sns_area ul li {
	width: 32%;
	float: left;
}

#sns_area #bottom_sns {
	margin-top: 10px;
}

#sns_area #bottom_sns li {
	width: 47%;
	float: left;
}

/*
#sns_area ul li {
	width: 49%;
	float: left;
}
*/
.sns_right {
	margin-left: 2%;
}



/*************reservation_area******************/

#reservation_area {
	margin: 10px 2% 5px;
}

#reservation_area li {
	width: 23.5%;
	margin: 0 2% 5px 0;
	float: left;
}

#contents #reservation_area li.right_none {
	margin-right: 0;
}
/*
#reservation_area_new {
	width:100%;
	-moz-box-shadow:
		0px 0px 2px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		0px 0px 2px rgba(000,000,000,0.2);
	box-shadow:
		0px 0px 2px rgba(000,000,000,0.2);

}

#reservation_area_new li {
	float: left;
	background:#043464;
	width: 49.6%;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #fff;
}

#reservation_area_new li.right_none {
	border-right:none;
}
*/
#reservation_area_new {
	width: 99.8%;
	border-top: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
}

#reservation_area_new li {
	float: left;

	width: 49.2%;
	text-align: center;
	vertical-align: middle;
	/* border-top: 1px solid #ccc; */
	/* border-right: 1px solid #ccc; */
	/* border-left: 1px solid #ccc; */
	/* border-bottom: 1px solid #fff; */
	border: 1px solid #fff;
	box-shadow: 1px 1px;
	margin: 0 1px 1px 0;
/*
	background: #ccc;

background: #ff3019;
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

background: #cedce7;
background: -moz-linear-gradient(top,  #cedce7 0%, #5e6a70 100%);
background: -webkit-linear-gradient(top,  #cedce7 0%,#5e6a70 100%);
background: linear-gradient(to bottom,  #cedce7 0%,#5e6a70 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#5e6a70',GradientType=0 );


background: #fefefe;
background: -moz-linear-gradient(top,  #fefefe 0%, #dbdbdb 97%);
background: -webkit-linear-gradient(top,  #fefefe 0%,#dbdbdb 97%);
background: linear-gradient(to bottom,  #fefefe 0%,#dbdbdb 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb',GradientType=0 );
*/
background: #b2b2b2;
background: -moz-linear-gradient(top,  #b2b2b2 1%, #848484 100%);
background: -webkit-linear-gradient(top,  #b2b2b2 1%,#848484 100%);
background: linear-gradient(to bottom,  #b2b2b2 1%,#848484 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#848484',GradientType=0 );


}

#reservation_area_new li a{
	display:block;
	padding:10px 0;
	font-size:89%;
	font-weight:bold;
	text-shadow:
		0px 1px 1px 1px rgba(255,255,255,0.3),
		0px 0.5px 0px rgba(0,0,0,1);
	vertical-align:middle;
	text-decoration: none;
	color: #fff;
	text-shadow:-1px 0px 6px #333;
}




/*******************************/


.parts_page_link a {
	display: block;
	margin: 10px 0 ;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow:0 1px 1px #000000;
	border: 2px solid #cecece;
background: #f30501;
background: -moz-linear-gradient(top,  #f30501 30%, #a00000 70%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f30501), color-stop(70%,#a00000));
background: -webkit-linear-gradient(top,  #f30501 30%,#a00000 70%);
background: -o-linear-gradient(top,  #f30501 30%,#a00000 70%);
background: -ms-linear-gradient(top,  #f30501 30%,#a00000 70%);
background: linear-gradient(to bottom,  #f30501 30%,#a00000 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30501', endColorstr='#a00000',GradientType=0 );
}


/*****************GTNETモータースポーツ************************/

#gtnet_ms_ud {
	display: block;
	padding: 1%;
	width: 96%;
	margin: 5px 1%;
	list-style-type: none;
	float: left;
	background: #FFF url("../../images/common/arrow_s.png") no-repeat scroll 98% center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.gtnet_ms_ud_title {
	display: block;
	color: #000 !important;
	margin-bottom: 3px;
	font-size: 16px !important;
	font-weight: 700 !important;
}


.gtnet_ms_ud_text {
	font-size: 13px !important;
	display: block;
	line-height: 1.2em;
}



.gtnet_ms_ud_item dt {
	width: 100px;
	height: auto;
	float: left;
}

.gtnet_ms_ud_item .move_img .movie_thum {
position: relative;
width: 100px;
height: 100px;
}

.gtnet_ms_ud_item .move_img .movie_time {
position: absolute;
width: 30px;
padding: 2px;
bottom: 5px;
right: 0px;
color: #FFF;
background-color: #000;
text-align: center;
}



.gtnet_ms_ud_item dd {
	width: 65%;
	float: left;
	margin: 0 0 5px 2%
}

.gtnet_ms_ud_time {
	margin-top: 5px;
}

.info_box_arrow_top .move_img .movie_thum {
position: relative;
margin: 0px;
padding: 0px;
width: 100px;
height: 100px;
}


.info_box_arrow_top .move_img .movie_time {
position: absolute;
width: 30px;
padding: 2px;
bottom: 5px;
right: 0px;
color: #FFF;
background-color: #000;
}

.snsarea {
	margin-left: 2%;
	float: left;
}

.move_img {
	position: relative;
	clear:both
}

.move_img span {
	color: #fff;
	display: block;
	width: 100%;
	text-align: right;
}

.kokuchi .tb {
font-size:11px;
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: solid 1px #999;
}


.kokuchi .tb tr,
.kokuchi .tb td {
  border: solid 1px #999;
  padding: 4px 6px;
}



.kokuchi .tb2 {
	font-size:11px;
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #999;
}


.kokuchi .tb2 tr,
.kokuchi .tb2 td {
  border: solid 1px #999;
  padding: 4px 6px;
}


.kokiuchi_text {
font-size:13px;
padding-top:5px;
padding-bottom:5px;
color:#FF0000;
}

.kokiuchi_text_sub {
font-size:12px;
padding-top:5px;
padding-bottom:5px;
color:#FF0000;
font-weight:normal;
}

.kokiuchi_text a {
	color:#00F;
text-decoration: underline;
}

.kokiuchi_text a:hover {
text-decoration: none;
}








