@charset "UTF-8";

/*
	##### SITE NAME #####
	Copyright (C) KAYAC Inc. All Rights Reserved.

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		2. ##### SPECIFIC MODULE NAME or SOMETHING #####
		90. Other
		99. Clearfix
*/

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

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #000;
	background: #fff;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	*font-size: 82%; /* for ie6/7 */
}

body.osMac {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

body.osWin {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*
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 {
	color: #000;
	text-decoration: none;
}
a:hover,
a:active  {
	text-decoration: underline;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
/* 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; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
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; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

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

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
}

.sectionInner{
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ttlStyle1{
	background: url(/gomibusters/img/bg_ttl_01.png);
	width: 812px;
	line-height: 41px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}

.ttlStyle2{
	background: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	border-radius: 35px;
}

.ttlStyle2 strong,
.ttlStyle1 strong{
	color: #99330f;
}

/* --------------------------------------------------
	section1
-------------------------------------------------- */
#section1{
	background: url(/gomibusters/img/bg_header_01.png) 50% 0 no-repeat;
	height: 610px;
	text-align: center;
}

#section1 .sectionInner{
	padding: 18px 0 0;
}

#section1 .sectionInner .hero{
	position: absolute;
	z-index: 1;
	top: 151px;
	left: 125px;
}

#section1 .sectionInner .download{
	position: absolute;
	z-index: 1;
	top: 470px;
	left: 570px;
}

#section1 .sectionInner .download li{
	margin-bottom: 10px;
}

#section1 .socialFeedback{
	position: absolute;
	top: 10px;
	right: 0;
}

#section1 .socialFeedback li{
	float: left;
}

/* --------------------------------------------------
	section2
-------------------------------------------------- */
#section2{
	background: url(/gomibusters/img/bg_section_03.png) 50% 0 repeat-x #d9f4f9;
	padding: 27px 0 32px;
}

#section2 .sectionInner{}

#section2 .action{
	text-align: center;
	margin: 20px 0;
}

#section2 .blockItems{
	background: #baecf5;
	padding: 30px;
	border-top: 1px solid #74c9dc;
	border-radius: 10px;
	text-align: center;
}

/* --------------------------------------------------
	section3
-------------------------------------------------- */
#section3{
	background: url(/gomibusters/img/bg_section_01.png) 50% 0 repeat-x #fff;
	padding: 27px 0 32px;
}

#section3 .ttlStyle1{
	margin-bottom: 24px;
}

#section3 ul.listStyle1 li{
	background: url(/gomibusters/img/ico_arrow_01.png) 0 50% no-repeat;
	line-height: 31px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 10px;
}

#section3 .download{
	display: none;
}

/* --------------------------------------------------
	section4
-------------------------------------------------- */
#section4{
	background: url(/gomibusters/img/bg_section_02.png) 50% 0 repeat-x #fff286;
	padding: 27px 0 10px;
	font-size: 10px;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#kayacProject dt {
    font-weight:bold;
    float: left;
    width: 140px;
}
#kayacProject dd {
    line-height:1.2;
    margin-left: 140px;
}
#kayacProject li {
    float: left;
    margin: 0 1em 5px 0;
    white-space: nowrap;
}

#kayacMedia dt {
    font-weight:bold;
    float: left;
    width: 140px;
}
#kayacMedia dd {
    line-height:1.2;
    margin-left: 140px;
}
#kayacMedia li {
    float: left;
    margin: 0 1em 5px 0;
    white-space: nowrap;
}

.unitKayacLink dl {
    margin-bottom:10px;
}


/* copyright
------------------------------------------------- */
.copyright a,
.copyright {
    text-align: center;
	color: #158ea4;
}

/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
.btn { cursor: pointer; }

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }
