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


#road_in{
	width: 1100px;
	margin: 0 auto;
}
#road_title{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}
#title_left{
	float: left;
	width: 140px;
}
#title_right{
	float: right;
	width: 760px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin: 20px 0;
	font-style: oblique;
}
#title_right p{
	display: inline;
	text-shadow:3px 2px 0px #050505;
	background: -webkit-linear-gradient(transparent 0%, #b01c24 0%);
	background: -o-linear-gradient(transparent 0%, #b01c24 0%);
	background: linear-gradient(transparent 0%, #b01c24 0%);
	margin-bottom: 10px;
	padding: 0 8px;
}
#title_txt{
	color: #fff;
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
	font-size: 20px;
	line-height: 160%;
	text-shadow: 0 0 7px #000;
}
.function{
	background-color:rgba(0,0,0,0.6);
	position: relative;
	margin-bottom: 100px;
}
.function_icon{
    position: absolute;  
    top: -30px;
	left: 44%;
}
.function_in{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.function_title01{
	width: 610px;
	margin: 25px auto 20px;
	padding: 85px 0 0;
}
.function_title{
	color: #ffcd11;
	font-size: 24px;
	text-align: center;
    border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;   /* Firefox用 */
	border: 1px solid #ffcd11;
	padding: 8px 30px;
	margin: 0 auto;
	text-align: center;
}
.function_txt{
	padding: 30px 0;
	font-size: 20px;
}
#complete {
	margin: 20px 0 60px;
}
#complete p{
	margin: 0 auto;
	text-align: center;
}
.comments{
	width: 1040px;
	margin: 60px auto 0;
	padding: 30px;
	border: 1px solid #fff;
	background-color:rgba(255,255,255,0.7);
	color: #000;
	overflow: hidden;
}
.comments_title span{
	background-color: #cd141c;
	color: #fff;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	padding: 5px 20px;
}
#btn_date{
	text-align: center;
	margin: 40px 0 10px;
}
#btn_date a strong{
	font-size: 19px ;
	text-decoration: none !important;
}
#btn_date span{
	border: 1px solid #010e67;
	color: #010e67;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	padding: 20px 20px;
}
#btn_date span:hover{
	color: #fff;
	background: #010e67;
}
#update{
	text-align: center;
	margin: 20px 0 0;
	font-size: 19px;
	color: #fff;
	line-height: 170%;
}
#update p{
	display: inline;
	background: -webkit-linear-gradient(transparent 0%, #010e67 0%);
	background: -o-linear-gradient(transparent 0%, #010e67 0%);
	background: linear-gradient(transparent 0%, #010e67 0%);
	margin-bottom: 10px;
	padding: 8px;
}

.format{
	text-align: center;
	font-size: 23px;
	margin: 15px 0 0;
	font-weight: bold;
}
.comments_text{
	margin-top: 20px;
}
.function_in a{
	color: #fff;
	text-decoration: underline;
}
.data{
	float: left;
	width: 47%;
}
.data2{
	float: right;
	width: 47%;
}

@media only screen and (max-width: 640px){
	#road{
	color: #ffffff;
	}
#road::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/road/bg.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  } 
	#road_in,#road_title,.function_title01{
		width: 100%;
	}
	.function_in,#complete{
		width: 98%;
		margin-left: 1%;
	}
	.function_icon img{
		width: 80%;
	}
#update{
	font-size: 15px;
}
#btn_date a strong{
	padding: 5px;
	font-size: 15px !important;
}
	#btn_date span{
	padding: 10px 5px;
}
	#title_txt{
	font-size: 16px;
}
	#title_left{
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	#title_left img{
		width: 30%;
		text-align: center;
		margin: 0 auto;
	}
	#title_right{
		width: 98%;
		float: none;
		font-size: 24px;
		margin: 5px 0 20px;
	}
	#title_right p{
		line-height: 140%;
		text-align: left !important;
	}
.function_icon{
	left: 25%;
}
	.function_txt{
	font-size: 16px;
}
	.function_title{
		font-size: 12px;
	}
	.comments{
		padding: 2%;
		width: 94%;
		margin: 25px 1%;
		overflow: hidden;
	}
	#complete{
		margin-top: 0;
	}
	.function{
		margin-bottom: 50px;
	}
	.function_title01{
	padding: 60px 0 0;
}
	.data{
		width: 100%;
	}
}

@media only screen and (min-width: 769px){
#road {
	background-color: #000000;
	background-image: url(../img/road/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
	width: 100%;
}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	#road{
	color: #ffffff;
	}
#road::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/road/bg.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  } 
	#road_in{
		width: 100%;
	}
	#title_left{
		width: 15%;
	}
	#title_right{
		width: 85%;
		font-size: 28px;
	}
	.function_icon{
		left: 38%;
	}
	.function_in,#complete,#road_title{
		width: 98%;
		margin-left: 1%;
	}
	.comments{
		width: 94%;
		padding: 2%;
	}
	#btn_date{
		margin: 40px 0 20px !important;
	}
	.function_txt{
		font-size: 18px;
}
	
}



