@charset "utf-8";


/*  news共通
------------------------------------------------------------------------------------------------------*/
#news{
}

/*** top ***/
#news .top .title_box{
	position:relative;
	background-color:rgba(0,30,58,1);
}

#news .top h2{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:10px 0 10px 15px;
}


#news .top .title_box p{
	position:absolute;
	right:10px;
	bottom:0;
	background-color:rgba(255,255,255,1);
	font-size:12px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	padding:7px 10px;
}


/*** list ***/
#news .list p.no_data{
	font-size:16px;
	text-align:center;
	padding:50px 0;
}

#news .list ul{
	border-top:solid 1px #DCDCDC;
}

#news .list ul li{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #DCDCDC;
	padding:5px 0;
}

#news .list ul li a{
	display:block;
	background:url(../../../img/SmartPhone/common/icon/icon_toArrow_blue.png) right center no-repeat;
	width:95%;
	margin:0 auto;
	padding:0 10px 0 5px;
}

#news .list ul li span{
	font-size:12px;
	font-weight:normal;
	color:#444;
}

#news ul li span.category{
	display:inline-block;
	font-weight:bold;
	max-width:130px;
	width:30%;
	padding:3px;
	background: #eeece7;
	border: 1px solid #d6d2c4;
	text-align:center;
	margin:5px 0;
}

#news .list ul li span b{
	color:#F00;
}


#news .list .numNav{
	text-align:center;
	font-size:12px;
	padding:10px 0;
}

/*** detail ***/
#news .detail{
	font-size:12px;
	padding:0 0 10px;
}

#news .detail p.category{
	font-weight:bold;
	max-width:130px;
	width:30%;
	padding:3px;
	background: #eeece7;
	border: 1px solid #d6d2c4;
	text-align:center;
	margin:10px 0 0 0;
}

#news .detail h2{
	font-size:14px;
	font-weight:bold;
	color:#001E3A;
	padding:10px 0 10px 15px;
	border-bottom:solid 3px #001E3A;
}

#news .detail img{
	width:100% !important;
	height:inherit !important;
}

#news .detail h3 {
    font-size: 14px;
    font-weight: bold;
	color:#001e3a;
	background:#EEECE7;
    padding: 10px 0 10px 15px;
    border-top: solid 1px #DCDCDC;
    border-bottom: solid 1px #DCDCDC;
	margin:0 0 10px;
}

#news .detail h4{
    clear: both;
    font-size: 14px;
    color: #001e3a;
    border-bottom: 1px solid rgba(0,30,58,0.5);
    border-left: 1px solid rgba(0,30,58,0.5);
    padding: 3px 0 3px 10px;
    margin: 0 5px 20px;
}

#news .detail p{
	font-size:14px;
	padding:5px;
}

#news .detail ul{
	list-style:disc outside none;
	padding:0 0 10px 20px;
}

#news .detail ul li{
	font-size:14px;
	padding:0 0 3px;
}

#news .detail table{
	width:98%;
	border-collapse:collapse;
	border:0px;
	border-top:dotted 1px #d1d1d1;
	margin:0 auto 10px;
}

#news .detail table th{
	width:25%;
	font-size:14px;
	background:#eeece7;
	border-bottom:dotted 1px #d1d1d1;
	vertical-align:top;
	padding:5px;
}

#news .detail table td{
	font-size:14px;
	padding:5px;
	border-bottom:dotted 1px #d1d1d1;
}

#news .detail .to_button_f{
	text-align:center;
	margin:20px 0 20px;
}

#news .detail .to_button_f a{
	display:inline-block;
	font-size:16px;
	color:#FFF;
	line-height:1.5;
	padding:10px 20px;
	background:#001e3a;
	border-radius:3px;
	position:relative;
	width:50%;
}

#news .detail .to_button_f a:hover{
	opacity:0.7;
	text-decoration:none;
}

#news .detail .to_button_f a:after{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:transparent transparent transparent #FFF;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    right: 3%;
	top:50%;
	margin-top:-5px;
}

/* Youtube用 */
#news .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
 }

#news .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
 }
