﻿@charset "UTF-8";
@import "/common/css/common.css";

/* ■■ 目次 ■■
/* policy.cssはpolicy/～～.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
01.index.html
	1.Spec
		1.Response
		2.Support
		3.Group
*/

/* ■■ 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.Spec ## */
#Spec h3 {
	clear:both;
	margin:5px 10;
}
#Spec h4 {
	clear:both;
	font-size:75%;
	margin:12px 0;
}
#Spec .read {
	margin-bottom:25px;
	font-size:75%;
}
#Spec .ImageSample {
	float:left;
	margin-right:15px;
}
#Spec ul.more a {
	padding-left:15px;
	background:url("/common/img/bg_a_more.gif") no-repeat 0% 50%;
}
#Spec ul.more a:hover {
	background:url("/common/img/bg_a_more.gif") no-repeat 2px 50%;
}
#Spec p.point {
	clear:both;
	margin:0 auto 0;
	padding:10px 20px;
	width:70%;
	border:1px dotted #b3b3b3;
	background:#fef5a6;
	text-align:center;
	font-size:90%;
	line-height:1.5;
	font-weight:bold;
}
/* ## 01-1-1.Response ## */
#Response {
	margin:0 0 25px 115px;
}
#Response h5 {
	margin-bottom:10px;
	line-height:2;
}
#Response h5 span.sub {
	font-size:90%;
	color:#f00;
	line-height:2;
}
#Response p {
	font-size:75%;
	line-height:1.5;
}
#Response ul {
	margin-top:10px;
}
#Response li {
	line-height:2;
}
#Response .docomo,
#Response .au {
	float:left;
	width:130px;
}
#Response .softbank,
#Response .willcom {
	float:right;
	width:265px;
}

/* ## 01-1-2.Support ## */
#Support {
	clear:both;
	margin-bottom:25px;
}
#Support h5 {
	margin-bottom:5px;
	padding:5px;
	border:1px dotted #b3b3b3;
	text-align:center;
}
#Support p {
	font-size:75%;
	line-height:1.5;
}
#Support ul {
	margin:15px 0 25px;
	font-size:90%;
}
#Support ul.webmailer {
	float:left;
	width:49%;
}
#Support ul.webmailer li {
	padding-left:25px;
}
#Support ul.pcmailer {
	float:right;
	width:50%;
}
#Support li {
	line-height:1.5;
	font-weight:bold;
}

/* ## 01-1-3.Group ## */
#Group h5 {
	margin-bottom:5px;
	padding:5px;
	border:1px dotted #b3b3b3;
	text-align:center;
}
#Group p {
	font-size:75%;
	line-height:1.5;
}
#Group ul {
	margin:15px 0 25px;
	padding-left:25px;
	font-size:90%;
}
#Group li {
	line-height:1.5;
	font-weight:bold;
}