@charset "utf-8";
/*--------------------------------------------------------------------------*
 *  
 *  release css
 *  
 *  (C) Remixpoint, Inc. All Rights Reserved.
 *  
 *  2008 Remixpoint, Inc.
 *  http://www.remixpoint.co.jp
 *
 *  Last Modified: 2010-07-12
 *  Last Editor: Toshiyuki Hara
 *
 *--------------------------------------------------------------------------*/

/*----------------------------------------------------
	MTの記事内で特別に仕様するstyle
----------------------------------------------------*/
/* ditail css */

/* index page 
========================================================= */
/* btn goto all */
p#btn-news-all{
	margin-left: 460px;
	width: 100px;
	height: 21px;
	background: url(../../../images/corporate/btn-news-all.gif) 0px 0px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

p#btn-news-all a{
	display: block;
	width: 100px;
	height: 21px;
}

p#btn-news-all a:hover{
	background: url(../../../images/corporate/btn-news-all.gif) 0px -21px no-repeat;
}

/* news entries */
div.news-entries{
	width: 560px;
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #ccc;
}

/* title */
h2.news-title-top{
	margin-top: 8px;
	font-size: 1.16em;
	font-weight: bold;
}

/* sub-title */
h3.news-subtitle-top{
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 8px;
}

/* summary */
p.summary-top{
	padding-bottom: 10px;
}

/* btn goto detail */
p.btn-news{
	margin-left: 460px;
	width: 100px;
	height: 21px;
	background: url(../../../images/corporate/btn-news.gif) 0px 0px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

p.btn-news a{
	display: block;
	width: 100px;
	height: 21px;
}

p.btn-news a:hover{
	background: url(../../../images/corporate/btn-news.gif) 0px -21px no-repeat;
}


/* ditail page 
========================================================= */
/* contents box */
div#news-container{
	width: 540px;
}

/* 日付、会社名 BOX */
ul#news-caption{
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
}

/* 日付、会社名指定 */
ul#news-caption li{
	font-size: 13px;
	color: #333;
}

/* title */
h2.news-title{
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	line-height: 130%;
}

/* sub-title */
h3.news-subtitle{
	font-size: 1.35em;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
	line-height: 130%;
}


/* 汎用タグ一覧 
------------------------------*/
/* ul */
ul{
	list-style-type: none;
}

/* p */
div#news-container p{
	margin-bottom: 10px;
	line-height: 140%;
}

/* small text */
div#news-container p.small{
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 10px;
}

/* small box */
div#news-container div.small{
	margin: 10px;
	clear: both;
}

/* block */
div#news-container blockquote{
	margin: 0px 10px 10px 10px; 
	padding: 10px 10px 0px 10px;
	background: #eee;
	border: 1px dotted #999;
	clear: both;
}

/* h3 */
div#news-container h3{
	font-weight: bold;
	margin-bottom: 10px;
}

/* image files float */ 
.leftimage{
	float: left;
	margin: 5px 8px 5px 0px;
}

.rightimage{
	float: right;
	margin: 5px 0px 5px 8px;
}

ul#customerlink{
	padding-left: 20px;
}

/* 080609 otake
------------------------------*/
dl.releaseList{
	margin: 0px 0px 40px 0px;
}

dl.releaseList dt.title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

dl.releaseList dd{
	margin-left: 15px;
}

dl.releaseList02{
	margin-bottom: 20px;
}
dl.releaseList02 dd{
	margin-bottom: 10px;
}


ul.releaseList01{
	list-style-type: disc;
	margin: 0px 0px 20px 30px;
}

ul.releaseList01 li{
	margin-bottom: 5px;
}
ul.releaseList01 li ul{
	margin-left: 20px;
	list-style-type: disc;
}

ol.numberList{
	list-style-type: decimal;
	margin: 0px 0px 20px 30px;
}
ol.numberList li{
	margin-bottom: 5px;
}


.webApiList {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.webApiList tr {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.webApiList td {
	font-size: 80%;
	vertical-align: top;
	width: 33.3%;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.webApiList ul {
	padding: 0;
}
.webApiList ul li {
	padding: 3px 0;
}

.webApiList ul{
	padding: 10px;
}

span.caution {
	font-size: 85%;
	text-indent: -2.4em;
	display: block;
	padding-left: 2.5em;
}

table.timetable td{
	padding: 3px;
}

/* title box
------------------------------*/

div#info-box{
	margin: 0px 10px 10px 10px; 
}

h4.title-bar{	
	margin-top: 20px;
	padding: 5px;	
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #af672f;
	clear: both;
}
/* clear:both を追加 */


div#corporateOverview
{
	padding: 12px 0px;
}


/* 会社概要
------------------------------*/

/* 各行を分離し設定 */
div#corporateOverview dl
{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 120%;
}

/* 冒頭の項目に上スペース */

div#corporateOverview dt
{
	width: 100px;
	float: left;
	margin-bottom: 5px;
}

div#corporateOverview dd
{
	float: left;
	width: 380px;
	margin-bottom: 5px;
}


/* リリースに関するお問い合わせ
------------------------------*/
div#release-info{
	margin: 10px;
	line-height: 120%;
}



/* Remixpoint news page 
========================================================= */
/* イベント開催概要 */
#outline-box{
	margin: 0px 10px 10px 10px; 
	padding: 10px;
	clear: both;
}

#outline-box dt{
	color: #333;
	font-weight: bold;
	line-height: 160%;
}

#outline-box dd{
	padding-bottom: 8px;
	margin-left: 55px;
	margin-top: -18px;
}


/*----------------------------------------------------
	090527 プレスリリース
----------------------------------------------------*/
.pin {
	font-weight: bold;
}

	.pin span {
		color: #0099e2;
	}

.functionList {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: separate;
	border-spacing:0;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

	/* for ie7 */
	*:first-child+html .functionList {
		border-collapse: collapse;
	}

	/* for ie6 */
	* html .functionList {
		border-collapse: collapse;
	}

.functionList th,
.functionList td {
	text-align: left;
	
}

.functionList th {
	width: 180px;
	text-indent: 1em;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.functionList th span {
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 1em;
}

.functionList td {
	padding: 5px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.functionList td span {
	font-size: 0.8em;
}

.ccBasic {
	background: #fdede3;
}

.ccOption {
	background: #ebf4eb;
}

.ccLive {
	background: #eaf6fd;
}

.even td {
	background: #eee;
}

.functionList .liveImage {
	text-align: center;
	padding: 12px 5px;
}


/* add 100407 */
ul#infoLink100407 p {
	margin-bottom: 0;
}
#infoLink100407 .headLink {
	width: 496px;
	height: 46px;
}

	#infoLink100407 li {
		margin-bottom: 38px;
	}

		#infoLink100407 .headLink a {
			width: 496px;
			height: 46px;
			display: block;
			text-indent: -10000em;
			overflow: hidden;
		}
	
	
		#iPhone100407 a {
			background: url(http://www.remixpoint.co.jp/img/corporate/release/100407/img_infoBtn_100407_1.jpg);
		}
	
		#iPhone100407,
		#iPhone100407 a:hover {
			background: url(http://www.remixpoint.co.jp/img/corporate/release/100407/img_infoBtn_100407_1_on.jpg);
		}
	
		#quickUploader100407 a {
			background: url(http://www.remixpoint.co.jp/img/corporate/release/100407/img_infoBtn_100407_2.jpg);
		}
	
		#quickUploader100407,
		#quickUploader100407 a:hover {
			background: url(http://www.remixpoint.co.jp/img/corporate/release/100407/img_infoBtn_100407_2_on.jpg);
		}
	
		#inputTitle100407 a {
			background: url(http://www.remixpoint.co.jp/img/corporate/release/100407/img_infoBtn_100407_3.jpg);
		}
	
		#inputTitle100407,
		#inputTitle100407 a:hover {
			background: url(http://www.remixpoint.co.jp/img/corporate/release/100407/img_infoBtn_100407_3_on.jpg);
		}
