/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/


body {
	font-size: 14px;
	font-weight: normal;
	font-family: meiryo , "Hiragino Kaku Gothic ProN", sans-serif;
	color: #444;
}

/* Color1 */
/* a { color: #00b4e5; } */

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

a.button-more, p.links a, .button-primary {
	background: #00a6d3 !important;
	border: 1px solid #0099c3;
}
a.button-more:hover, p.links a:hover, .button-primary:hover {
	box-shadow: 0 0 13px #00a6d3;
}


/* Color2 */

a:hover, em, code { color: #e58100; }
.color, .mod-box.underline h3.module-title span.color { color: #e58100; }
.striped a { color: #e58100; }
.striped a:hover { border-bottom: 1px dotted #e58100; }
.mod-box.underline h3.module-title span.color { border-bottom: 1px solid #e58100; }


/* Headings */
#system h1, #system h2, #system h3, #system h4, #system h5, #system h6 {
	color: #616161;
	font-weight: bold;
}

h1 { font-size: 20px; line-height: 22px; }
h2 { font-size: 18px; line-height: 20px; }
h3 { font-size: 16px; line-height: 16px; }
h4, h5, h6 { font-size: 16px; line-height: 14px; }

h1.title {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: 5px solid #80CBC4;
}
#system h1.title a {
	color: #616161 ;
}
.panel h2 {
	margin: 15px 0 15px 0;
}


/* 最新バージョン一覧 */
.mod-version {
	font-size: 80%;
	line-height: 1.2em;
}
.mod-version ul {
	padding-left: 25px;
}

/* 記事 */
article.item {
	padding-bottom: 10px;
}

p, hr, dl, blockquote, pre, fieldset, figure {
margin: 10px 0;
}

/* パネル */
.panel-teal .panel-heading {
	background-color: #009688;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#system .panel-teal .panel-heading small {
	color: #FFF;
	font-size: 80%;
}


/* テーブル */
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #F2FAFE;
}
article.item .table>tbody>tr.info {
	border-bottom: 2px solid #03A9F4;
	border-top: 2px solid #03A9F4;
	font-weight: bold;
}
article.item .table>tbody>tr.info-noborder {
	border-bottom: none;
}
article.item .table>thead>tr {
	background-color: #f5f5f5;
}

/* 言語　アクティブ */
li.lang-active a {
	font-weight: bold;
	color: #424242;
}

/* パンくず */
#breadcrumbs .breadcrumbs {
	font-size: 12px;
	padding: 6px 12px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

/* -----------------------------------
// リリースノート
// --------------------------------- */

/* テーブル全体 */
.releasenotes {
	border-collapse: collapse;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	line-height: 1.3em;
	width: 99%;
}

/* ソフト別色ヘッダ */
.bg-ipad,
.bg-designer,
.bg-addin,
.bg-manager {
	background-color: #369;
	color: #FFF;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.bg-designer {
	background-color: #F60;
}
.bg-addin {
	background: #C66;
}
.bg-manager {
	background-color: #396;
}
.bg-ipad span,
.bg-designer span,
.bg-addin span,
.bg-manager span {
	display: block;
}
.bg-ipad span.software-name,
.bg-designer span.software-name,
.bg-addin span.software-name,
.bg-manager span.software-name {
	float:left;
}
.bg-ipad span.version,
.bg-designer span.version,
.bg-addin span.version,
.bg-manager span.version {
	float: right;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	color: #FFF;
}
span.version a {
	color: #FFF !important;
}
/* ヘッダ */
.releasenotes th {
	background-color: #F5F5F5;
	text-align: center;
}
.releasenotes th,
.releasenotes td {
	border: 1px solid #999;
	padding: 10px;
}
.releasenotes th.no {
	width: 2em;
	white-space: nowrap;
}
.releasenotes th.push {
	width: 2em;
	white-space: nowrap;
}
.releasenotes th.relTitle {
	width: 10em;
}
.releasenotes td.sep {
	background: #39F;
	font-weight: bold;
	color: #FFF;
}
.releasenotes td.push {
	text-align: center;
	font-size: 16px;
	color: #F90;
}
.releasenotes td {
	vertical-align: top;
}
.releasenotes tr td:first-child {
	text-align: center;
}
.releasenotes tr td:nth-last-of-type(1) {
	text-align: left;
}
.releasenotes ol li {
	margin-left: 30px;
}
.releasenotes ul {
	padding-left: 1.5em;
}

/* -----------------------------------
// タイムテーブル
// --------------------------------- */
.timeTable th {
	white-space: nowrap;
}
.timeTable td p {
	margin: 5px 0px;
}

/* -----------------------------------
// サイト内検索
// --------------------------------- */
.syncsearch input#SS_searchQuery {
	width: 250px;
	float: left;
	border-left: 1px solid #dadada;
	border-right: none;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	border-radius: 4px 0px 0px 4px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.15);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.15);
	padding: 5px;
	height:33px;
}
.syncsearch input#SS_searchSubmit {
	
}
.syncsearch input[type=submit] {
	width: 70px;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	color: #333;
	border-radius: 0px 4px 4px 0px;
	padding: 5px 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* -----------------------------------
// ボタン
// --------------------------------- */
.btn-default, .btn-primary, .btn-info, .btn-success, .btn-warning, .btn-danger {
	box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#system .item > header p.meta {
	font-size: 12px;
	color:#FFF;
}
p.meta time {
	color:#666 !important;
}