@charset "UTF-8";

/* CSS Information =======================
(C) SOFTBANK MOBILE Corp.
(C) SOFTBANK PAYMENT SERVICE CORP.
------------------------------------------
Table of Contents:
 +reset
 +base
 +siteHeader
 +pageHeader
 +globalNav
 +utilityNav
 +footer
 +clearfix
========================================*/

/*========================================
 +reset
========================================*/
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,q,pre,table,caption,colgroup,col,tbody,thead,tfoot,tr,th,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,label,span,a,img,em,ins,del,cite,abbr,sup,sub,dfn,code,var,samp,kbd,object,script,noscript,style,iframe,embed,param,map,area,menu,hr,address,small,strong,i,b,article,aside,figure,footer,header,hgroup,nav,section,figcaption,time,video,audio,mark,ruby,rt,rp,bdo,source,canvas,details,summary,command,datalist,keygen,output,progress,meter {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	word-wrap: break-word;
}
address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,	section,summary {
	display: block;
}
ul,ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	vertical-align: top;
}
[hidden] {
	display: none;
}

/*========================================
 +base
========================================*/
body {
	padding: 0 9px;
	background: #efefef;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,
h1 *,h2 *,h3 *,h4 *,h5 *,h6 * { font-weight: bold; line-height: 1.1; }
em,strong {
	font-weight: bold;
}
strong { color: #b30; }
a {
	color: #039;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}

/*========================================
 +siteHeader
========================================*/
#siteHeader {
	margin: 0 -9px 14px;
	padding: 8px 0;
	border-bottom: 1px solid #7a7a7a;
	background: #fff;
	font-size: 16px;
	text-align: center;
}
#siteHeader .supertitle{
	display: block;
	margin: 0 0 4px;
	font-size: 12px;
}

/*========================================
 +pageHeader
========================================*/
#pageHeader {
	margin: 0 0 25px;
}
#pageHeader h1 {
	float: left;
	padding: 1px 0 0;
	font-size: 20px;
}
#pageHeader .close {
	float: right;
}

#container {
	padding: 20px 0 10px;
	border: 1px solid #b6b6b6;
	border-top: none;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(100,100,100,.5);
	box-shadow: 0 0 3px rgba(100,100,100,1);
}
.payment #container {
	border-top: 1px solid #b6b6b6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/*========================================
 +globalNav
========================================*/
#globalNav a,
#globalNav span {
	display: block;
	position: relative;
	margin: 10px 0 0;
	padding: 11px 35px 11px 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,.35);
}
#globalNav span {
	color: #ccc;
	opacity: .6;
	filter: alpha(opacity=60);
}
#globalNav a:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 100%;
	background: url(../img/module/arrow_w_r_01.png) left center no-repeat;
	content: "";
}
#globalNav a:after {
	display: block;
	position: absolute;
	top: 0;
	right: 35px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #999;
	background: #333;
	content: "";
}
#globalNav .nav01 a {
	background: #868686 url(../img/globalnav/icon_01.gif) 12px center no-repeat;
	background:
		url(../img/globalnav/icon_01.gif) 12px center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#676767));
	background:
		url(../img/globalnav/icon_01.gif) 12px center no-repeat,
		-webkit-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01.gif) 12px center no-repeat,
		-moz-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01.gif) 12px center no-repeat,
		-ms-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01.gif) 12px center no-repeat,
		-o-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01.gif) 12px center no-repeat,
		linear-gradient(top, #868686 0%,#676767 100%);
}
#globalNav .nav01 span {
	background: #868686 url(../img/globalnav/icon_01_dis.gif) 12px center no-repeat;
	background:
		url(../img/globalnav/icon_01_dis.gif) 12px center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#676767));
	background:
		url(../img/globalnav/icon_01_dis.gif) 12px center no-repeat,
		-webkit-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01_dis.gif) 12px center no-repeat,
		-moz-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01_dis.gif) 12px center no-repeat,
		-ms-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01_dis.gif) 12px center no-repeat,
		-o-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_01_dis.gif) 12px center no-repeat,
		linear-gradient(top, #868686 0%,#676767 100%);
}
#globalNav .nav02 a {
	background: #868686 url(../img/globalnav/icon_02.gif) 12px center no-repeat;
	background:
		url(../img/globalnav/icon_02.gif) 12px center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#676767));
	background:
		url(../img/globalnav/icon_02.gif) 12px center no-repeat,
		-webkit-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02.gif) 12px center no-repeat,
		-moz-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02.gif) 12px center no-repeat,
		-ms-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02.gif) 12px center no-repeat,
		-o-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02.gif) 12px center no-repeat,
		linear-gradient(top, #868686 0%,#676767 100%);
}
#globalNav .nav02 span {
	background: #868686 url(../img/globalnav/icon_02_dis.gif) 12px center no-repeat;
	background:
		url(../img/globalnav/icon_02_dis.gif) 12px center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#676767));
	background:
		url(../img/globalnav/icon_02_dis.gif) 12px center no-repeat,
		-webkit-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02_dis.gif) 12px center no-repeat,
		-moz-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02_dis.gif) 12px center no-repeat,
		-ms-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02_dis.gif) 12px center no-repeat,
		-o-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_02_dis.gif) 12px center no-repeat,
		linear-gradient(top, #868686 0%,#676767 100%);
}
#globalNav .nav03 a {
	background: #868686 url(../img/globalnav/icon_03.gif) 12px center no-repeat;
	background:
		url(../img/globalnav/icon_03.gif) 12px center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#676767));
	background:
		url(../img/globalnav/icon_03.gif) 12px center no-repeat,
		-webkit-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_03.gif) 12px center no-repeat,
		-moz-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_03.gif) 12px center no-repeat,
		-ms-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_03.gif) 12px center no-repeat,
		-o-linear-gradient(top, #868686 0%,#676767 100%);
	background:
		url(../img/globalnav/icon_03.gif) 12px center no-repeat,
		linear-gradient(top, #868686 0%,#676767 100%);
}

/*========================================
 +utilityNav
========================================*/
#utilityNav {
	margin: 20px 0 0;
	font-weight: bold;
	text-align: center;
}
#utilityNav li+li { padding: 8px 0 0; }
#utilityNav a {
	text-decoration: underline;
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
}

/*========================================
 +footer
========================================*/
#siteFooter {
	margin: 20px 0 0;
	padding: 0 0 20px;
	border-top: 1px solid #ccc;
	font-size: 10px;
	text-align: center;
}
#siteFooter p {
	border-top: 1px solid #fff;
	padding: 10px 0 0;
}

/*========================================
 +clearfix
========================================*/
.group:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.mark {
	position: relative;
	top: 1px;
	margin: 0 2px 2px 5px;
	padding: 0 4px;
	background: #EC9800;
	color: #fff;
}
\*|#contents .detail .mark {
	top: 0;
}
