@charset "utf-8";
/* CSS Document */
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

	■structure.css
	適用範囲：サhttps://admin.cms.nifty.com/cms_admin/file/FileMenu.doイト全体
	概　　要：共通大枠・主要レイアウト定義
	
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Clear
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.headerTop:after,
#assistArea .breadCrumbs ul:after,
#footerView .viewChange:after,
#assistArea .serviceNav li ul:after{
	content:"";
	display:block;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
noscript
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
noscript p{
	margin:5px;
	padding:5px;
	border:2px solid #ff0000;
	color:#ff0000;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
wrapper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#wrapper{
	position:relative;
	min-height:100%;
	width:100%;
	overflow:hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header{
	padding:0px;
	background:#ffffff url(/smp/images/bg_header01.gif) repeat-x 0 44px;
}
#header #siteLogo{
	float:left;
	width:216px;
	height:42px;
	margin-top:2px;
	padding:6px 0 0 11px;
	background:url(/smp/images/bg_header02.png) no-repeat 0 0;
}
#header .utility{
	float:right;
	margin-top:5px;
}
#header .utility li{
	float:left;
	margin-left:5px;
}
#header .utility li:first-child{
	margin-left:0;
}
#header .utility li a{
	display:block;
}
#header .catch{
	margin:1px 14px 10px;
	font-size:85%;
	color:#929292;
}
#header .lead{
	background:url(/smp/images/page/bg_ttl_howtosave.png) bottom repeat-x;	margin-bottom:1px;
	margin-top:-5px;
	padding:0 0 13px;
	text-align:center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content{
	padding:0 0 5px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
assistArea
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#assistArea .breadCrumbs{
	padding:7px 3px 7px;
	font-size:92%;
	line-height:1.1;
}
#assistArea .breadCrumbs li{
	float:left;
	padding:0 15px 8px 5px;
	background:url(/smp/images/ic_ex.png) no-repeat 100% -149px;
	white-space:nowrap;
	color:#939393;
}
#assistArea .breadCrumbs li:last-child{
	padding-right:0;
	background:none;
}
#assistArea .breadCrumbs li a{
	font-weight:bold;
}
#assistArea .breadCrumbs li.current{
	color:#333333;
}
#assistArea .breadCrumbs li.current strong{
	border-bottom:2px solid #ff0000;
	font-weight:bold;
}
#assistArea .serviceNav{
	margin-bottom:15px;
	padding:10px 0 1px;
	background:url(/smp/images/bg_line01.png) repeat-x 0 0;
	border-bottom:1px solid #d7d7d7;
	-webkit-box-shadow:0 6px 5px #d7d7d7;
	-moz-box-shadow:0 6px 5px #d7d7d7;
	box-shadow:0 6px 5px #d7d7d7;
}
#assistArea .serviceNav li{
	border-top:1px solid #cccccc;
}
#assistArea .serviceNav li a{
	display:block;
	padding:16px 31px 15px 7px;
	line-height:1.2;
	background:-moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
	background:-webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
	background:linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
	font-weight:bold;
}
#assistArea .serviceNav li .btMod:after{
	right:6px;
}
#assistArea .serviceNav li.current a{
	background:#e5eaed;
}
#assistArea .serviceNav li.current a{
	color:#667481;
	font-weight:bold;
}
#assistArea .serviceNav li .sttl{
	padding:5px;
	background:#ebebeb;
	border-top:solid 1px #cccccc;
}
#assistArea .serviceNav li ul{
	padding:12px 7px 12px;
}
#assistArea .serviceNav li li{
	float:left;
	margin-right:5px;
	border-top:none;
}
#assistArea .serviceNav li li:last-child{
	margin-right:0;
}
#assistArea .serviceNav li.businessLink li a{
	display:block;
	width:48px;
	padding:3px 5px;
	border:1px solid #c5c5c5;
	line-height:1.1;
	background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background:linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	-moz-border-radius:4px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}


#assistArea .serviceNav li.prLink li a:before{
content:"・";
display:inline-block;
}

#assistArea .serviceNav li.prLink li a{
margin-right:5px;
padding:0px;
text-decoration:underline;
display:inline-block;
background:none;
}

#assistArea .serviceNav li.prLink .icoPC {
display:inline-block;
padding:0 3px;
border: solid 1px #C5C5C5;
background:#fff;
border-radius:2px;
font-size:0.86em;
color:#888;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footerView .viewChange{
	display:table;
	margin:-6px auto 15px;
	border-collapse:separate;
	border-spacing:6px;
}
#footerView .viewChange li{
	display:table-cell;
	width:111px;
	border:1px solid #a4adb1;
	font-size:85%;
	line-height:1.1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#footerView .viewChange li.sp span{
	position:relative;
	display:block;
	padding:5px 6px 5px 21px;
	background:#667481;
	color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#footerView .viewChange li.sp span:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:6px;
	width:8px;
	height:13px;
	margin-top:-7px;
	background:url(/smp/images/ic.png) no-repeat 0 -320px;
}
#footerView .viewChange li.pc a{
	position:relative;
	display:block;
	padding:5px 6px 5px 23px;
	background:#f5f7f8;
	color:#667481;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#footerView .viewChange li.pc a:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:5px;
	width:14px;
	height:13px;
	margin-top:-7px;
	background:url(/smp/images/ic.png) no-repeat -8px -320px;
}
#footer .utility{
	width:18em;
	max-width:320px;
	margin:0 auto 15px;
	text-align:center;
	line-height:1.1;
}
#footer .utility li{
	margin:0 1px 10px 0;
	padding-right:4px;
	display:inline-block;
	border-right:1px solid #333333;
	white-space:nowrap;
}
#footer .utility li:nth-child(2),
#footer .utility li:nth-child(3),
#footer .utility li:last-child{
	padding-right:0;
	border-right:none;
}
#footer #copyright{
	padding:6px 0 5px;
	border-top:1px solid #000000;
	text-align:center;
	font-size:107%;
	line-height:1.1;
}
