﻿@charset "UTF-8";
@import "../../common/css/common.css";

/* ■■ 目次 ■■
/* corp.cssはcorp/～～.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
01.index.html
	1.Summary
	2.section
	3.ContactUs
*/

/* ■■ 01.index.html ■■ */
#MainContents {
	padding-top:10px;
}
#MainContents h1 {
	float:left;
	margin-right:15px;
	padding-top:2px;
}
#MainContents h2 {
	padding-top:3px;
	font-size:75%;
	font-weight:normal;
}

/* ## 01-1.Summary ## */
#Summary h3 {
	clear:both;
	padding-top:5px;
}
#Summary h3 img {
	margin:0 auto;
}
#Summary h4 {
	margin:20px 0 10px;
	padding:5px 20px;
	border:1px solid #ccc;
	background:#e6e6e6;
	line-height:1.25;
}
#Summary img {
	margin:20px auto 0;
}
#Summary p {
	margin:10px 0 10px 20px;
	font-size:90%;
	line-height:1.5;
}
#Summary p.pickup {
	padding:0 20px;
	background:url("../img/icon_pickup.gif") no-repeat left top;
	color:#00f;
	font-size:75%;
	font-weight:bold;
}

/* ## 01-2.section ## */
div.section {
	margin:40px 0 0;
}
div.section h3 {
	margin:0 0 5px;
	padding:5px;
	background:#5dbbd7;
	color:#fff;
	text-align:center;
}
div.section h3 a {
	color:#fff;
}
div.section h4 {
	margin:20px 0 0 20px;
}
div.section img {
	margin:5px auto;
}
div.section p {
	margin:5px 0 5px 20px;
	font-size:90%;
	line-height:1.5;
}
div.section table {
	margin:5px auto;
	border-collapse:collapse;
}
div.section table th,
div.section table td {
	padding:5px 20px;
	border-bottom:1px solid #ccc;
}
div.section table thead td {
	border-top:1px solid #ccc;
	background:#e6e6e6;
	font-size:75%;
	font-weight:bold;
}
div.section table tbody th {
	text-align:right;
	font-weight:normal;
	font-size:85%;
}
div.section table tbody td {
	text-align:right;
	font-size:85%;
}
div.section ol {
	margin:10px 0 0 20px;
}
div.section ol li {
	list-style:outside decimal;
	margin-left:20px;
	*margin-left:30px;
	font-size:90%;
	line-height:1.5;
}

/* ## 01-3.ContactUs ## */
div#ContactUs h3 {
	border:1px solid #ccc;
	background:#e6e6e6;
	color:#000;
}