﻿@charset "UTF-8";
@import "/common/css/common.css";

/* ■■ 目次 ■■
/* acv.cssはcorp/～～.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
01.index.html
	1.Corpration
		1.course
		2.contact
        3.mobile
*/

/* ■■ 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.Corpration ## */
#Corpration h3 {
	clear:both;
	margin:5px 0 10px;
}
#Corpration p.read {
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
}

/* ## 01-1-1.course ## */
#Corpration div.course {
	padding:0 30px 55px;
}
#Corpration div.course h4 {
	margin:0 -30px;
	padding:15px 0 30px 65px;
	max-height:50px;
	line-height:1.75;
	color:#fff;
	background:url("../img/bg_h4.gif") no-repeat center top;
}
#Corpration div.course h4 span {
	font-size:90%;
	font-weight:normal;
}
#Corpration div.course p.read {
	font-weight:bold;
}
#Corpration div.course dt {
	padding:10px;
	border-top:1px dotted #b3b3b3;
	background:url("../../common/img/bg_a_sitemenu.gif") no-repeat left center;
	color:#00f;
}
#Corpration div.course dd {
	padding:0 10px 10px;
	font-size:75%;
	line-height:1.5;
}
#Corpration div.course dd p {
	line-height:1.5;
}
#Corpration div.course table {
	width:100%;
	border-collapse:collapse;
}
#Corpration div.course th,
#Corpration div.course td {
	padding:10px;
	border:1px solid #b3b3b3;
}
#Corpration div.course th {
	font-weight:normal;
	background:#d0edfd;
}
#Corpration div.appliance th {
	width:150px;
}
#Corpration div.appliance td {
	padding-left:30px;
}
#Corpration div.appliance dd p {
	margin-top:5px;
}
#Corpration div.asp table {
	margin:15px 0;
}
#Corpration div.asp th,
#Corpration div.asp td {
	text-align:center;
}

#Corpration div.press {
    line-height: 150%;
}

#Corpration div.press .center{
	text-align:center;
}
#Corpration div.press .right{
    text-align:right;
}

#Corpration div.content ol{
    margin: 10px 0px 10px 20px;
}

#Corpration div.content li{
    display: list-item;
    font-weight:bold;
    list-style-type: decimal;
    margin: 10px 0px 40px 0px;
}
#Corpration div.content li p{
    line-height: 150%;
    font-weight:normal;
    margin: 5px 0px 5px 15px;
}
#Corpration div.content li .notice{
    font-weight:normal;
    font-size: 80%;
    border: solid 2px skyblue;
    margin: 5px 0px 5px 20px;
    padding: 5px;
}




/* ## 01-1-2.contact ## */
#Corpration div.contact h5 {
	margin:25px -30px 5px;
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
	background:#e6e6e6;
}
#Corpration div.contact p {
	font-size:90%;
	line-height:2;
}
#Corpration div.contact address {
	font-size:90%;
	line-height:1.5;
}

/* ## 01-1-3.Mobile ## */
#Mobile {
	margin-top:10px;
}
#Mobile ul {
}
#Mobile li {
	line-height:2;
}
#Mobile li a {
	padding-left:10px;
	background:url("/common/img/bg_a_more.gif") no-repeat 0% center;
}
#Mobile li a:hover {
	background:url("/common/img/bg_a_more.gif") no-repeat 2px center;


