@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;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: url(../img/bg_main.png) repeat-x 0 0;
}

/* for IE6 */
* html body {
	font-size: 82%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* for IE7 */
*:first-child+html body {
	font-size: 82%;
	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:link {
	color: #4FD0FF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
}
a:hover,
a:active  {
	color: #4FD0FF;
	text-decoration: none;
}

/* --------------------------------------------------
	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 {
	width: 850px;
	margin: 0 auto;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#header {
	height: 257px;
	background: url(../img/bg_header.png) no-repeat 100% 100%;
}
#header h1 {
	margin: 5px 0 0;
}
#header p#logoKayac {
	padding: 13px 5px 16px;
}
#header p.btnContact {
	padding-right: 265px;
	text-align: right;
}

/* topicPath
----------------------------------- */
#topicPath {
	margin: 10px 0;
}
#topicPath span {
	margin: 0 0.5em;
}
#topicPath strong {
	font-weight: normal;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	position: relative;
	top: -38px;
	left: 0;
}
.attention{
	color:#CC3300;
}
.note {
	font-size: 95%;
	color:#777777;
}
.section {
	margin: 0 0 25px;
}
.section10 {
	padding-bottom:10px;
}
.section20 {
	padding-bottom:20px;
}
.section30 {
	padding-bottom:30px;
}
.section40 {
	padding-bottom:40px;
}
.section h2 {
	margin: 0 0 10px;
}
.section h3 {
	margin: 0 10px 1em;
}
.section p.plain {
	margin: 0 15px 1em;
	font-size: 108%;
}
.section p.center {
	text-align:center;
	font-size: 108%;
}
/* box_1
-------------------------------------------------- */

p#imgAndroid {
	float: right;
	width: 262px;
	position: relative;
	top: -70px;
}
#boxBq {
	float: left;
	width: 525px;
	margin: 0 0 1em 20px;
	padding: 15px 0 15px 15px;
	border: 5px solid #EEE;
}
#boxBq ul {
}
#boxBq ul li {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
}
#boxBq ul li .copy {
	padding-top: 5px;
	font-size: 85%;
	color: #666;
}
#box_1_1 .cite {
	padding: 10px 20px 0;
	text-align: right;
	font-size: 85%;
	font-style: italic;
	color: #999;
}

div.boxMerit {
	margin: 0 50px 1em;
	border: 6px solid #FFC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #FFC;
	padding:3px;
}

#box_1_3 {}
#box_1_3 table {
	width: 750px;
	margin: 0 0 1em 50px;
}
#box_1_3 table th,
#box_1_3 table td {
	padding: 10px;
	text-align: center;
}
#box_1_3 table tr.tblHead th {
	background: #000;
	color: #FFF;
	font-weight: bold;
}
#box_1_3 table tr.tblIphone th {
	background: #999;
	color: #FFF;
	font-weight: bold;
}
#box_1_3 table tr.tblIphone td {
	background: #CCC;
}
#box_1_3 table tr.tblAndroid th {
	background: #A1AD76;
	color: #FFF;
	border-top: 1px solid #FFF;
	font-weight: bold;
}
#box_1_3 table tr.tblAndroid td {
	background: #DFF0A3;
	border-top: 1px solid #FFF;
}
#box_1_3 table span {
	margin-left: 5px;
	font-size: 85%;
}
#box_1_3 ul.notes {
	margin: 0 0 1em 50px;
}
#box_1_3 ul.notes li {
	display: inline;
	margin-right: 10px;
}


/* box_2
-------------------------------------------------- */
#box_2 h4{
	font-weight:bold;
	color:#3580B1;
	font-size:150%;
	height:40px;
	padding:10px 0 0;
}

#box_2 .phTop {
float:left;
margin:0 20px 0 10px;
width:395px;
}

#box_2 .txtTop {
float:right;
width:415px;
padding-right:10px;
}
#box_2 .ico li{
	float:right;
	padding-left:5px;
}

#box_2 .siteDate {
border:1px solid #cccccc;
font-size:100%;
line-height:130%;
}
#box_2 .siteDate th {
background:none repeat scroll 0 0 #E2EAEA;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-weight:bold;
width:45px;
padding:10px;
vertical-align:middle;
text-align:center;
}
#box_2 .siteDate td {
border-bottom:1px solid #cccccc;
padding:10px;
width:370px;
}

/* box_3
-------------------------------------------------- */
#box_3 {}
#box_3 table {
	margin: 0 24px;
}
#box_3 table td {
	width: 240px;
	padding: 10px;
}
#box_3 table td p.thumb{
	margin: 0 0 8px;
    text-align:center;
}
#box_3 table td p.thumb img {
	border: 3px solid #CCC;
}
#box_3 table td p.thumb a:hover img {
	border: 3px solid #4FD0FF;
}
#box_3 table td h3{
	margin: 0 0 5px;
	font-size: 124%;
}
#box_3 table td p.copy{
	margin: 0 0 5px;
	font-size: 108%;
	font-weight: normal;
	color: #3F8CD9;
}
#box_3 table td p.plain{
	margin: 0 0 1em;
	font-size: 93%;
}

#box_4 p strong {
}
#box_4 p#imgGenkidama {
	float: left;
	width: 220px;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
div#footer {
	width: 100%;
	margin: 0;
	background: #000;
	text-align: center;
	position:relative;
}

div#footer a:hover {
	background-color: transparent;
}
div#footer div#blockFooter {
	width: 870px;
	margin: 0 auto;
	background: #000;
	text-align: left;
    position: relative;
}
div#footer div#blockFooter ul#navFooter {
	float: left;
	width: 470px;
	padding: 25px 12px 25px 3px;
	z-index:1;
}
div#footer div#blockFooter ul#navFooter li {
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
	line-height: 1;
}
div#footer div#blockFooter ul#navFooter li a {
	padding: 0 0 0 18px;
	background-image: url(/img/common/icon_arrow_footer.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
div#footer div#blockFooter ul#navFooter li a:hover {
	background-image: url(/img/common/icon_arrow_footer_o.png);
}
div#footer p#btnContact {
    position:absolute;
	top:-44px;
    left: 197px;
    z-index:2;
    zoom:1;
}

#boxKayacLink .unitKayacLink{
 margin-bottom: 10px;
 font-size: 77%;
}

#boxKayacLink .unitKayacLink dt{
 float: left;
 width: 110px;
}

#boxKayacLink .unitKayacLink dd{
 zoom: 1;
 overflow: hidden;
}

#boxKayacLink .unitKayacLink li{
 display: inline-block;
 margin-right: .5em;
 *display: inline;
 *zoom: 1;
}


/* copyright
------------------------------------------------- */
div#footer p#copyright {
	float: right;
	width: 270px;
	padding: 24px 5px 24px 12px;
	line-height: 1;
}

/* kayacProject
----------------------------------- */
#boxKayacLink {
 width: 850px;
 margin: 0pt auto;
}

#boxKayacLink .unitKayacLink{
 margin-bottom: 10px;
 font-size: 77%;
}

#boxKayacLink .unitKayacLink dt{
 float: left;
 width: 110px;
}

#boxKayacLink .unitKayacLink dd{
 zoom: 1;
 overflow: hidden;
}

#boxKayacLink .unitKayacLink li{
 display: inline-block;
 margin-right: .5em;
 *display: inline;
 *zoom: 1;
}
/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */
.notes {
	font-weight: normal;
	font-size: 85%;
	color: #999;
}

div.boxContact {
	clear: both;
	width: auto;
	margin: 0 10px 40px;
	padding: 15px;
	background: #E2EAEA;
	border: 10px solid #E2EAEA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.boxContact p.btnContact {
	margin: 0 0 1px;
	text-align: center;
}

ul.plain {
	margin: 0 15px 1em;
}
ul.plain li {
	padding-left: 10px;
	background: url(../img/icon_arrow.png) no-repeat 0 5px;
}
p.backToTop {
	padding: 0 20px 1em;
	text-align: right;
	font-size: 85%;
}

/* --------------------------------------------------
	90. Other
-------------------------------------------------- */

/* 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:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
* html .group { zoom: 1; } /* for IE6 */
*:first-child+html .group { zoom: 1; } /* for IE7 */
