@import url("default.css");
@import url("../share/css/header1.css");
@import url("../share/css/footer.css");
@import url("contents.css");
@import url("common.css");

/*------------------------------------------------------------ メールのはじめ方 startup.html */

div#getmail {
	width:820px;
	padding:10px 20px 20px;
	background-color:#FFFFFF;
	line-height: 1.4em;
}

div#getmail h1{
	margin:0 0 20px;
}

div#getmail .block{
	width:620px;
	margin:0 auto;
}

div#getmail .lead{
	margin:0 auto 20px;
}

/*--------------------------------- 基本ボックス */

div#getmail .box {
	margin-bottom: 20px;
	width:618px;
	border:1px solid #ff8c2e;
}

div#getmail .boxInner {
	width:550px;
	margin:20px auto;
}

/*--------------------------------- アイコン+テキスト（アイコン左フロート） */

div#getmail .boxInner p {
	padding:0 0 20px;
}

div#getmail .boxInner p.subTxt {
	padding:5px 60px 10px;
	color:#FF6600;
}

div#getmail .boxInner h3 {
	padding:0 0 10px;
}

div#getmail .boxInner .getmail_btnArea {
	width:250px;
	margin:0 auto;
	padding:20px 90px;
	background-color:#f4f4f4;
}

/*--------------------------------- お困りの方は */

div#getmail .boxHelp {
	width:580px;
	padding:10px 20px;
	background:url(../images/box/box_help_bg.gif) repeat-y;
}

div#getmail .boxHelpTop {
	width:620px;
	height:10px;
	background:url(../images/box/box_help_top.gif) no-repeat;
}

div#getmail .boxHelpBottom {
	width:620px;
	height:10px;
	background:url(../images/box/box_help_bottom.gif) no-repeat;
	margin-bottom:20px;
}

div#getmail .boxHelp p {
	padding:0 0 5px;
}

div#getmail .linkPage img {
	float:left;
	margin-right:5px;
}	

/*--------------------------------- 帯ナビ（暫定対応） */

div#getmail .mailServiceLink {
	padding:15px 15px;
	text-align:center;
}

div#getmail .mailServiceLink a{
	font-weight:bold;
}

