@charset "UTF-8";

/* ===================================== */
/* リリース一覧 */
/* ===================================== */


#event_close {
	text-align: center;
	width: 100%;
	color: #ff0000;
	padding: 10px 0;
	font-weight: bold;
}

/* ------ リリース一覧 ------ */
table.release_index th {
   color:#666666;
   background-color:#fff;
   text-align:right;
   white-space:nowrap;
   padding:10px 5px;
   font-size: 12px;
   font-size: 1.2rem;
}



.release_note {
	margin: 4em 0 1em;
	color: #6f6f00;
	font-weight: bold;
}

.return_index {
	float: right;
	padding: 30px 0;
	clear: both;
	font-size: 11px;
	font-size: 1.1rem;
}


/* ===================================== */
/* リリース本文 */
/* ===================================== */

#side {
	background-color:#fff;
}

div.release_article {
   clear: both;
   min-height: 450px;
}

div.release_article div.date {
   font-size: 85%;
   text-align: right;
   float: right;
}

div.release_article div.company {
   font-size:85%;
   text-align:right;
}

.release_article h2 {
float: left;
}



.release_article h3 span {
   line-height: 2em;
   display: block;
   text-align: left;
   clear: both;
	padding: 1em 0 1em 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
}



.release_article h3 a {
   text-align:left;
   padding-left:14px;
   background-image:url(../mark_next.gif) !important;
   background-repeat:no-repeat;
   background-position:left center;
   white-space:nowrap;
   text-decoration: none;
}
div.release_article h4 {
   font-size:100%;
   font-weight:bold;
   margin:1.0em 0em;
   line-height:1.3em;
   color:#006b6b;
   background-color:transparent;
}
div.release_article h5 {
   margin:3em 0 1em;
   line-height:1.3em;
   font-weight: bold;
}

div.release_article dt {
	margin: 10px 0 5px;
}
div.release_article dd {
	margin-bottom: 15px;
}

div.release_article p {

}

div.release_article table td {
   font-size: 90%;
   color: #1c1c1c;
}


/*-- サイド --*/

#news_year {
padding: 0 !important;
margin: 0 !important;
}
* html #news_year { margin: 0 !important; }
#news_year ul {
	margin-bottom: 5px;
}
#news_year li {
	list-style-type: none;
}
a.news_year_back {
	display: block;
	min-height: 25px !important;
	color: #767676;
	font-weight: bold;
	padding-left: 10px;
}
* html a.news_year_back { width: 157px !important; }
a.news_year_back span{display:block;padding:6px 7px!important;}
a.news_year_back:visited {
	color: #767676;
}
a.news_year_back:hover {
	text-decoration: none;
	color: #38352d;
}

a.news_year_back span {
	display: block;
	padding: 6px 7px !important;
}

/*-- release ページのCurlニュースリリースリンク --*/
#curlrelease {
   width: 156px;
   margin: 14px auto 28px;
   font-size: 86%;}
#curlrelease ul {
   height:15px;
   overflow: hidden;}
#curlrelease ul a {
   text-decoration: none !important;
}

#curlrelease ul:hover {
   height: 200px;
   overflow: auto; }

#curlrelease li {
   padding: 5px 0 0 14px;
}

/* -- curlrelease　ページのSCSニュースリリースリンク --*/
#scsrelease {
   width: 156px;
   margin: 14px auto 28px;
   font-size: 86%;
   background-color:#fff;
   }
#scsrelease ul {
   height:15px;
   overflow: hidden;}
#scsrelease ul a {
   text-decoration: none;
}

#scsrelease ul:hover {
   height: 70px;
   overflow: hidden;
   }

#scsrelease li {
   padding: 5px 0 0 14px;
}


/*-- 注意書き --*/
#release_attention {
	font-size: 0.9em;
	padding: 10px;
	margin: 15px auto;
	border: 1px solid #ccc;
	background-color: #eee;
	line-height: 200%;
	clear: both;
}
#release_attention_right {
	text-align: right;
}

#connection_link {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#pagetop {
	font-size: 90%;
	text-align: right;
	margin-top:20px;
}


#next_step {
	font-size: 90%;
}
#connection_link {
	font-size: 90%;
}
#connection_link ul li {
	margin-top: 15px;
}

.here {
	display: inline;
}

@media only screen and (max-width: 767px) {
		
		/*** side ***/
		.row .side.colums { display: block;margin-left: 0;}
		.row .side.colums ul li span { text-align: center;}
		.here {
			display: none;
		}
}