@charset "UTF-8";

/*
	失敗す語録 | 面白法人カヤック 新卒採用コンテンツ2013
	Copyright (C) KAYAC Inc. All Rights Reserved.
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
body {
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active  {
	color: #000;
	text-decoration: none;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small { font-size: 100%; }
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr { display: none; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

.pageHeader {
	padding: 25px;
	background: #7fcef6 url(/company/fresh/2013//img/bg/body.png);
}
.pageHeader h1 {
	max-width: 600px;
	margin: 0 auto;
}
.pageHeader h1 img {
	width: 100%;
	height: auto;
}
.msg {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 10px;
}
.msg h2, .msg p {
	margin: 0 10px 10px;
}
.msg h2 {
	font-size: 139%;
	font-weight: bold;
}
.msg p {
	font-size: 108%;
	line-height: 1.7;
}
.msg .attention {
	color: red;
}
.siteFooter {
	background: black;
}
.siteFooter p {
	max-width: 600px;
	margin: 0 auto;
}
.siteFooter p a {
	display: block;
	padding: 10px;
	color: white;
	font-size: 93%;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
#content:after,
.group:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#content,
.group {
	*zoom: 1;
}

