@charset "Shift_JIS";


/*-------------------------------------------
Base Setting
-------------------------------------------*/
body,
select,
input,
textarea { font-size:12px; font-family:'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif; line-height:1.6; -webkit-text-size-adjust: none; color:#202020; }
a { color:#202020; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,255,0.2)!important; }
a:hover{ color:#202020; text-decoration:underline; }
a:active{ text-decoration:none; }
a:link{ -webkit-tap-highlight-color:#202020; }

body { background: url(/gecard/otomate/common/images/bg_stripe.gif) 0 0 repeat; }
ol { list-style: none; }
strong { font-weight: normal; }
em { font-style: normal; }

img:not([width]):not([height]) {
	zoom: .5;
}
img {
	max-width: 100%;
}


body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/*-------------------------------------------
header
-------------------------------------------*/

header[role="banner"] {
	background: #fff;
	padding: 0.333em 1em 0.583em;
}

/*-------------------------------------------
footer
-------------------------------------------*/
footer[role="contentinfo"] {
	background: #f6aead;
	padding: 1em 4% 3.333em;
	text-align: center;
}




/*-------------------------------------------
MainArea
-------------------------------------------*/




/*----------------------
backBtn
----------------------*/
.pageTop {
	margin: 0 4% 1em 0;
	text-align: right;
}
.pageTop a {
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-mox-text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
	font-size: 1.083em;
	text-decoration: underline;
}

