@charset "utf-8";
/* ------------------------------------------------------------ Initialization of the browser style */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}

/* ------------------------------------------------------------ body reset */
body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: #FFFFFF;
	color: #333333;
}

* html body { font-size: x-small; }

*:first-child+html body { font-size: x-small; }

/* ------------------------------------------------------------ etc */
a,
img { border: 0; }

/* img */
img { vertical-align: middle; }

*:first-child+html img { vertical-align: bottom; }

* html img { vertical-align: bottom; }

img {
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
}

/* ------------------------------------------------------------ 基本設定 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	font-size: 120%;
}

p { line-height: 1.5; }

.marT8 { margin-top: 8px; }
.marT10 { margin-top: 10px; }
.marT15 { margin-top: 15px; }
.marT20 { margin-top: 20px; }
.marT25 { margin-top: 25px; }

ul li { list-style: none; }

/* リンクスタイル */
a:link,
a:hover,
a:active {
	color: #1470CC;
}

a:link { text-decoration: none; }

a:visited {
	color: #802680;
	text-decoration: none;
}

a:hover,
a:active { text-decoration: underline; }

/* ------------------------------------------------------------ パンくずリスト */
#utilities {
padding-top:8px;
font-size:100%;
}

div#utilities ol li a {
background-image:url("/SYS/cmn/images/common/bg_chevron.gif");
background-position:right 0.1em;
background-repeat:no-repeat;
padding-right:13px;
}

a:hover {
text-decoration:underline;
}

.back {
float:left;
font-size:100%;
padding-left:7px;
}

.back a {
background-image:url("/SYS/cmn/images/common/mark_links_back.gif");
background-position:0 -1px;
background-repeat:no-repeat;
padding:0 0 0 15px;
}


ol li {
float: left;
font-size:100%;
list-style-type:none;
line-height: 1.5;
}

li{
	font-weight: bold;
	color:#666666;
}

.selectArea li{
	color:#959188;
}

/* ------------------------------------------------------------ プラットフォーム */
#platform {
	background: url(/SYS/cmn/images/common/front/bg_platformwrap.gif) repeat-x 0 36px;
}

.inner {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 4px 0 9px 0;
	background: #FFFFFF;
}

/* mainContents */
#mainContents {
	margin-top: 10px;
	background: url(/SYS/cmn/images/common/front/bg_maincontents.gif) repeat-y 0 0;
}

#mainContentsWrapFirst {
	background: url(/SYS/cmn/images/common/front/bg_maincontentswrapfirst.gif) no-repeat 0 0;
}

#mainContentsWrapSecond {
	padding: 0 0 20px 0;
	background: url(/SYS/cmn/images/common/front/bg_maincontentswrapsecond.gif) no-repeat 0 100%;
}

/* ------------------------------------------------------------ メインコンテンツ内 */

#wifiInner {
	padding: 20px 13px 10px 13px;
}

/* ------------------------------------------------------------ contents */
#contents {
	float: left;
	width: 530px;
}

/* selectArea */
.selectArea {
	height: 313px;
	padding: 13px 10px;
	background: url("/wifi/images/bg.gif") no-repeat 0 0;
	position: relative;
}

.mobile {
	position: absolute;
	left: 290px;
}

.selectArea dt {
	clear: left;
	float: left;
	line-height: 0;
	font-size: 0;
}

.selectArea dd {
	font-size: 120%;
	margin: 0 0 5px 100px;
	line-height: 1.4;
}

.selectArea dd.lastChild {
	margin-bottom: 0;
}

.selectArea li {
	display: inline;
	margin-right: 2px;
	padding-right: 6px;
	border-right: solid 2px #FFFFFF;
	white-space: nowrap;
}

* html div.selectArea li {
	margin-right: 9px;
	margin-left: -3px;
	padding-right: 2px;
}

*:first-child+html div.selectArea li {
	margin-right: 6px;
	padding-right: 2px;
}

.selectArea li.lastChild {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.selectArea li a {
	font-weight: bold;
}

.notice {
	font-size: 100%;
	color: #959188;
	line-height: 1.2;
}

/* ------------------------------------------------------------ sideContents */
#sideContents {
	float: right;
	width: 185px;
}


#sideContents h3 {
	font-weight: bold;
}

.iphoneAPP {
	padding: 7px 9px 10px;
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	background: url("/wifi/images/bg_iphoneAPP.gif") no-repeat 0 0;
}

/* トップへ戻る */
.totop {
	margin: 0 10px;
	font-size: 100%;
	text-align: right;
}

.totop a {
	display: block;
	padding: 5px;
	zoom: 1;
}

.totop span {
	padding-bottom: 2px;
	padding-left: 15px;
	background: url(/SYS/cmn/images/common/mark_totop.gif) no-repeat 0 0;
}

.totop a:hover { background: #DBF1FF; }

/* ------------------------------------------------------------ footer */
#footer {
	margin-top: 10px;
	background: #FFFFFF;
}

#footer ul {
	margin: 13px 0 10px 0;
	float: right;
}

#footer ul li {
	float: left;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: solid 1px #999999;
	line-height: 1;
	font-size: 100%;
}

#footer ul li.lastChild {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#footer address {
	float: left;
	margin-top: 11px;
	text-align: right;
}

/* ------------------------------------------------------------ clearfix */

/* End hide from IE-mac */

.cFix {
	overflow: hidden;
}

.cFix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*\*/
* html .cFix {
	height: 1em;
	overflow: visible;
}
/**/

/* EOF */
