@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    ファイル名: design_01global.css
    説明: 全体デザイン用
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*
	見出しのベーシックスタイル
	<h1></h1>
	<h1></h1>
	<h1></h1>
	<h1></h1>
	<h1></h1>
	<h1></h1>
*/
.entrybody h1,
.entrybody h2,
.entrybody h3,
.entrybody h4,
.entrybody h5,
.entrybody h6 {
	letter-spacing: 0.05em;
	padding: 0.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-weight: bold;
}

#Contents h1 {
	color: #FFF;
	background: url(../images/common/h1common.jpg) 0 0 no-repeat;
	font-size: 134%;
	padding: 11px 16px 24px;
}

.entrybody h2 {
	clear: both;
	color: #FFF;
	background: #004853 url(../images/common/h2common.gif) 12px 50% no-repeat;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px 28px;
	overflow: hidden;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.entrybody h3 {
	color: #004384;
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0;
	zoom: 1;
}

.entrybody h4 {
	border-bottom: 1px solid #AAA;
	font-size: 13px;
	margin: 10px 0 5px;
	padding: 0;
	zoom: 1;
}

/*
	リンクスタイル
*/
a {
	color: #007E7F;
}

a:hover {
	color: #B160BD;
}

/*
	段落
*/
#Contents p {
	padding: 0.5em 0.2em;
}

#Contents .read {
	color: #0C4677;
	font-size: 117%;
	/* 14px指定 */
	font-weight: bold;
	padding: 5px 0;
}

#Contents p.read-center {
	text-align: center;
}

#Contents p.memo {
	text-align: right;
	font-size: 92%;
	padding: 0;
}

#Contents .attention {
	color: #0D4677;
	font-weight: bold;
}

#Contents p.attention {
	padding: 0.15em 0 0.15em 1em;
	text-indent: -1em;
	overflow: hidden;
}

#Contents .attention2 {
	color: #900;
	font-weight: bold;
}


/*
	テーブルのベーシックスタイル
	<table>
		<tr>
			<th></th>
			<td></td>
		</tr>
	</table>
*/

.entrybody table {
	background: none;
	border-collapse: collapse;
	margin: 10px 0;
}

.entrybody table th,
.entrybody table td {
	border: 1px solid #BBB;
	padding: 0.5em 1.2em;
	vertical-align: middle;
}

.entrybody table th {
	color: #004652;
	background: #E3E3E3;
	padding: 0.5em 2em;
	font-weight: bold;
	text-align: center;
}

.entrybody table td {}

table.table-layout01 {
	width: 100%;
	margin: 10px auto;
}

table.table-layout01 th,
table.table-layout01 td {
	border: 1px solid #C3C3C3;
}

table.table-layout01 th {
	background: #FFF url(../images/product/operating_bg.jpg) repeat-x 0 1px;
	color: #0F66A9;
	white-space: nowrap;
}

table.table-layout02 {
	width: 100%;
	margin: 2px auto 10px;
}

table.table-layout02 th,
table.table-layout02 td {
	border: none;
	border-bottom: 1px solid #C3C3C3;
	padding: 0.8em 1.5em;
	vertical-align: middle;
}

table.table-layout02 th {
	background: none;
	color: #0F66A9;
}

table.table-layout03 {
	width: 100%;
	margin: 2px auto 10px;
}

table.table-layout03 th,
table.table-layout03 td {
	border: none;
	border-bottom: 1px solid #D9E3E6;
	padding: 0.8em 1.5em;
	vertical-align: middle;
}

table.table-layout03 th {
	background: none;
	color: #0F66A9;
	white-space: nowrap;
}

table.table-layout03 .even th,
table.table-layout03 .even td {
	background: #E6EEF0;
}

table.max {
	width: 100%;
}

/*
	定義リストのベーシックスタイル
	<dl>
		<dt></dt>
		<dd></dd>
	</dl>
*/

.entrybody dl {
	width: 100%;
	margin: 0 auto;
}

.entrybody dt {
	padding: 10px 0 0;
}

.entrybody dd {
	padding: 4px 0 5px;
}

/*
	通常リスト
	<ul>
		<li></li>
	</ul>
*/
/*.entrybody ul{
	margin:2px 8px;
	list-style:none;
}
.entrybody li{
	list-style-type: disc;
	margin-left:16px;
	padding:2px 0 2px 2px;
}*/
.entrybody ul {
	margin: 2px 14px;
	list-style: none;
}

.entrybody li {
	list-style: none;
	background: url(../images/common/list_mark1.gif) 0 8px no-repeat;
	padding: 2px 0 2px 12px;
}

/*
	ナンバリングリスト
	<ol>
		<li></li>
	</ol>
*/
.entrybody ol {
	margin: 0;
	padding: 5px 10px 5px 28px;
	overflow: hidden;
}

.entrybody ol li {
	line-height: 1.5;
	list-style: decimal;
	background: none;
	padding: 2px 0;
}

.entrybody ol li li {
	list-style: katakana-iroha;
}


/* 強調 */
em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

/* 取り消し */
del {
	text-decoration: overline;
}

/* コード */
code {}

/* 引用 */
blockquote {
	width: 80%;
	margin: 0 auto;
	padding: 1em;
	border: 1px dashed #ccc;
	background: #f6f6f6;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

cite {
	font-style: normal;
}

cite:before {
	content: "“";
}

cite:after {
	content: "”";
}

/* 上付き・下付き */
sup {
	font-size: 70%;
	vertical-align: text-top;
}

sub {
	font-size: 70%;
	vertical-align: text-bottom;
}

/* 文字色定義 */
.red {
	color: #cc0000;
}

/* ページトップ */
.page-top {
	clear: both;
	text-align: right;
	padding-top: 20px;
}

.page-top a {
	background: url(../images/global/page_top.gif) right 50% no-repeat;
	padding: 0 16px 0 0;
	text-decoration: none;
}

/* 詳細ページリンク */
a.external-page {
	background: url(../images/icon/page.gif) no-repeat scroll 1px 0;
	padding-left: 20px;
	display: block;
}

a.external-page {
	background: url(../images/icon/page.gif) no-repeat scroll 1px 0 !important;
}

/* 外部リンク */
a.external[href^="http://"],
a.external[href^="https://"],
a.external-link {
	background: url(../images/icon/external.gif) no-repeat scroll 0 4px;
	padding-left: 20px;
	display: block;
}

a.external-link {
	background: url(../images/icon/external.gif) no-repeat scroll 0 4px !important;
}

/* メール */
a.external[href^="mailto:"],
a.external-mail {
	padding-right: 20px;
	background: url(icon_mailto.gif) no-repeat center right;
	display: block;
}

/* PDF */
a.external[href$=".pdf"],
a.external-pdf {
	background: url(../images/icon/pdf.gif) no-repeat scroll 0 1px;
	padding-left: 20px;
	display: block;
}

a.external-pdf {
	background: url(../images/icon/pdf.gif) no-repeat scroll 0 1px !important;
}

/*Word*/
a.external[href$='.doc'] {
	padding-right: 20px;
	background: transparent url(icon_doc.gif) no-repeat center right;
}

/*Exile*/
a.external[href$='.xls'] {
	padding-right: 20px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}

/* 画像回り込み */
.colmun-left {
	float: left;
	padding-top: 8px;
	padding-right: 15px;
	font-size: 94%;
	text-align: center;
}

.colmun-right {
	float: right;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 94%;
	text-align: center;
}

.colmun-center {
	padding-top: 8px;
	font-size: 94%;
	text-align: center;
}

.colmun-left img,
.colmun-right img,
.colmun-center img {
	padding-bottom: 5px;
}

#Contents .colmun-left p,
#Contents .colmun-right p {
	padding-top: 0;
	padding-bottom: 10px;
}

/* Googlemap */
#map {
	margin: 15px auto 20px
}

#map2 {
	margin: 15px auto 20px
}

/* 地図が正しく表示されたときのスタイル */
.map {
	clear: both;
	width: 534px;
	height: 400px;
	background: #DDD;
	margin: 0 auto;
}

/* 地図が正しく表示されなかったときのスタイル */
.mapError {
	color: #FF0000;
	background: none !important;
}

/* 印刷関連スタイル */
.print-box {
	display: none
}

/* add 20150508 start */
.link-inputform {
	margin: 0 auto;
	text-align: center;
}

/* add 20150508 end */


ul.presenter-list {
	list-style: none;
	background: none;
	margin: 0;
}

.presenter-list li.presenter-list__item {
	background: none;
	padding: 0;

}

.presenter-list li.presenter-list__item:not(:last-of-type) {
	margin-bottom: 10px;
}