﻿@charset "UTF-8";
@import "../../common/css/common.css";

/* ■■ 目次 ■■
/* security.cssはsecurity/～～.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
01.index.html
	1.MailSecurity
		1.Mobile
		2.Server
		3.Company
*/

/* ■■ 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.MailSecurity ## */
#MailSecurity h3 {
	clear:both;
	margin:5px 0;
}
#MailSecurity p.read {
	line-height:1.25;
}
#MailSecurity p.read a {
	font-weight:bold;
}
#MailSecurity h4 {
	margin-bottom:5px;
}
#MailSecurity h4 span.sub {
	font-size:90%;
	line-height:2;
	color:#f00;
}
#MailSecurity .ImageSample {
	float:left;
}

/* ## 01-1-1.Mobile ## */
#Mobile {
	margin-top:30px;
}
#Mobile h4,
#Mobile p,
#Mobile ul {
	margin-left:115px;
}
#Mobile p {
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
}
#Mobile ul {
	font-size:75%;
}
#Mobile li {
	line-height:2;
}
#Mobile li a {
	padding-left:15px;
	background:url("../../common/img/bg_a_more.gif") no-repeat 0% 50%;
}
#Mobile li a:hover {
	background:url("../../common/img/bg_a_more.gif") no-repeat 2px 50%;
}


/* ## 01-1-2.Server ## */
#Server {
	margin-top:30px;
}
#Server h4,
#Server p {
	margin-left:115px;
}
#Server p {
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
}
#Server img {
	clear:both;
}

/* ## 01-1-3.Company ## */
#Company {
	margin-top:30px;
}
#Company h4,
#Company p {
	margin-left:115px;
}
#Company p {
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
}
#Company p.more {
	text-align:right;
	font-size:75%;
}
#Company p.more a {
	padding-left:15px;
	background:url("../../common/img/bg_a_more.gif") no-repeat 0% 50%;
}
#Company p.more a:hover {
	background:url("../../common/img/bg_a_more.gif") no-repeat 2px 50%;
}