@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
mixi

Copyright (C) KAYAC Inc. All Rights Reserved.

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

/* ---------------
EXAMPLES FONT-SIZE
------------------
 77% = 10px
 85% = 11px
 93% = 12px
100% = 13px
108% = 14px
116% = 15px
124% = 16px
131% = 17px
139% = 18px
147% = 19px
154% = 20px
162% = 21px
170% = 22px
177% = 23px
185% = 24px
193% = 25px
200% = 26px
--------------- */

a:link {
	color: #ff9900;
	text-decoration: underline;
}

a:visited {
	color: #B06A00;
}

a:hover,
a:active  {
	color: #FBBC4B;
	text-decoration: none;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

hr {
	display: none;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

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

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

body {
	background: #fffcde;
	color:#492300;
	text-align: center;
}

div#container {
	width: 859px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg_01.png);
}

div#content{
	width: 768px;
	margin: 0 auto;
}

div.blockChapter{
	padding-bottom: 35px;
}

/* ------------------------------------------------------------
	1. Footer
------------------------------------------------------------ */

/*  KayacProject
------------------------------------------------- */
#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
------------------------------------------------- */
p#copyright {
	text-align: center;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

.ttl01{
	margin-bottom: 15px;
}

/*  header
------------------------------------------------- */
div.blockTop{
	position: relative;
	margin-bottom: 40px;
	height: 240px;
}

div.blockTop p.btnContact{
	position: absolute;
	bottom: 31px;
	right: 23px;
}

/*  point
------------------------------------------------- */
div.blockPoint{
	margin-bottom: 20px;
}

div.blockPoint p.image{
	float: left;
}

div.blockPoint div.body{
	float: right;
	width: 500px;
}

/*  works
------------------------------------------------- */
div.blockWorks{
	clear: both;
}

div.boxWorks{
	width: 370px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

div.boxWorks.left{
	float: left;
}

div.boxWorks.right{
	float: right;
}

div.boxWorksBody{
	width: 185px;
	float: right;
	overflow: hidden;
	zoom: 1;
}

div.boxWorksBody h4{
    color:#ee9316;
	font-weight:bold;
	font-size:125%;
	line-height:120%;
}

strong {
    background:#ffc67a;
}

p.client {
    font-size:85%;
	font-weight:bold;
	margin-top:5px;
    background:#ffc67a;
	width:161px;
	padding:3px;
}

p.mobile {
    margin-top:5px;
}

div.boxWorksImage{
	width: 185px;
	float: left;
}


p.blockBtnContact{
	clear: both;
	padding-bottom: 30px;
	text-align: center;
}

div.block04Left{
	float: left;
	width: 363px;
}

div.block04Right{
	float: right;
	width: 363px;
}

div.block05Left{
	float: left;
	width: 365px;
	margin-bottom: 15px;
}

div.block05Right{
	float: right;
	width: 365px;
	margin-bottom: 20px;
}

div.block05Left p.text,
div.block05Right p.text{
	float: left;
	width: 210px;
}

div.block05Left p.image,
div.block05Right p.image{
	float: right;
	width: 145px;
	text-align: right;
}

.btnAddApp{
	margin-top: 10px;
}
/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

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

/* Noscript Message */
p#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;
}

div#blockKayacProject {
	width: 100%;
	padding: 15px 0;
	background: url(/img/common/bg_moire_d.png) repeat 0 0;
}
div#blockKayacProjectInnr {
	width: 870px;
	margin: 0 auto;
	text-align: left;
}
div#blockKayacProject p#iconKayacProject {
	float: left;
	width: 125px;
	padding-left: 5px;
}
div#blockKayacProject p#iconKayacProject a:hover{
	background-color: transparent;
}
div#blockKayacProject ul {
	float: right;
	width: 740px;
}
div#blockKayacProject li {
	display: inline;
	margin: 0 10px 0 0;
    font-size:13px;
}
div#blockKayacProject li a {
	color: #CCC;
	font-size: 85%;
	text-decoration: none;
	white-space: nowrap;
}
div#blockKayacProject li a:hover {
	background-color: transparent;
}
body.cv_0 div#blockKayacProject li a:hover {
	color: #FFCA6E;
}
body.cv_1 div#blockKayacProject li a:hover {
	color: #FFEE17;
}
body.cv_2 div#blockKayacProject li a:hover {
	color: #FFC0E3;
}
body.cv_3 div#blockKayacProject li a:hover {
	color: #A6E5F9;
}
body.cv_4 div#blockKayacProject li a:hover {
	color: #BAEF70;
}
body.cv_5 div#blockKayacProject li a:hover {
	color: #E0C6FB;
}
body.cv_6 div#blockKayacProject li a:hover {
	color: #DCD19D;
}
div#blockKayacProject li a strong {
	margin: 0 4px 0 0;
	background-color: transparent;
	font-weight: normal;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

ul.unitRecord:after,
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
ul.unitRecord,
.group {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html ul.unitRecord,
* html .group {
    height: 1%;
}
ul.unitRecord,
.group {
    display: block;
}
/* End hide from IE-mac */
.attent {
	color: #ff0000;
	font-size: 77%;
}
.client {
	font-size: 85%;
}

p.bgArrow {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.blockChapter h4.ttlExe {
	padding-bottom: 20px;
	font-size: 116%;
	padding-top: 10px;
}
div.blockPoint h4 {
	padding-bottom: 10px;
}
.cost {
    background-color:#FCDEDA;
	padding:10px;
}
.cost p {
    font-size:120%;
	font-weight:bold;
}

