@charset "utf-8";

/*
1.UNIVERSAL-RESET
2.BASE-SET
3.WIRE-FRAME
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}
 
ul,
ol {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
a {
	outline: none;
}
 
img {
	vertical-align: bottom;
}
 
/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #fff;
    font-family: Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,Arial,Sans-serif;
    font-size: 13px;
	line-height: 1;
	-webkit-text-size-adjust: none;
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
    color: #07519a;
	overflow: hidden;
	text-decoration: underline;
}

a:hover {
    color: #c00;
    text-decoration: none;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

/* 
--------------------------------------------------------- */
.b {
	font-weight: bold;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.ie_n {
	display: none;
}

.pointer {
	cursor: pointer;
}

.maAuto {
	margin: 0 auto 10px !important
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

/* ok bad */
.efoBaloon .wrp ul {
    border: 2px solid #a1a1a1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.efoBaloon .wrp ul li {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
    padding: 8px 8px 3px 37px;
}

.efoBaloon .wrp .hige {
	background: url(../../img/gnavi/efos.png) 3px -174px no-repeat;
	height: 30px;
	left: 34px;
	position: absolute;
	top: 19px;
	width: 30px;
}

.efoBaloon .wrp ul li.ok {
	background: url(../../img/gnavi/efos.png) -30px -107px no-repeat;
}

.efoBaloon .wrp ul li.bad {
	background: url(../../img/gnavi/efos.png)  -60px -77px no-repeat;
}

/* header */
#page {
	color: #333;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header {
	margin: 30px auto 20px;
	text-align: center;
}

#header .logo {
	margin-bottom: 20px;
}

#step {
	margin: 0 auto 30px;
	width: 569px;
}

#step ol {
	background: url(../../img/gnavi/parts_step.png) 0 0 no-repeat;
	height: 60px;
}

#step ol li {
	text-indent: -9999px;
}

#step ol#step1 {
	background-position: 0 0;
}

#step ol#step2 {
	background-position: 0 -98px;
}

#step ol#step3 {
	background-position: 0 -204px;
}

#step ol#step4 {
	background-position: 0 -304px;
}

.input_box input,
.input_post input {
    color: #333 !important;
}

/* footer */
.sup_login {
	right: 10px;
	position: absolute;
	top: -10px;
}

*:first-child+html .sup_login {
	top: 10px;
}

* html .sup_login {
	top: 10px;
}

#footer {
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 960px;
}

