@charset "UTF-8";

/* ------------------------------------------------------------
	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 {
	background: #fbfadc;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #6e4b1d;
}

a:link {
	color: #6e4b1d;
}

a:visited {
	color: #9b5f26;
}

a:hover,
a:active  {
	color: #9b5f26;
}

/* ------------------------------------------------------------
	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;
}


/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
	Lauout
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

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

body {
	text-align: center;
}

div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

div#header {
	width: 790px;
	margin: 0 auto;
}

div#header div#boxFlashHeader {
	width: 790px;
	height: 90px;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */

div#content{
	min-height: 327px;
}

div#content div#boxFlashMain{
	background: #eafad1;
	height: 485px;
	min-width: 790px;
}

div#content div#external_boxFlashMain{
    height: 484px;
    min-width: 790px;
}

div#content div#external_boxFlashMain div.boxNoFlash{
    background: #eee;
    display: none;
    height: 484px;
}

div#content div#external_boxFlashMain a.noFlash{
	position: relative;
	top: 250px;
}

div#contentPre{
	width: 100%;
	background: url(/c1000/img/pre/img_main.png) top center no-repeat;
	height: 443px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

div.boxFooterStatic{
	background: url(/c1000/img/footer/bg_footer_01.png) repeat-x 50% 0;
	padding-top: 53px;
	margin-top: 85px;
}

div#footer {
	background: #956527;
	padding: 6px 0;
	line-height: 1;
}

div#footer img {
	vertical-align: middle;
}

div#footer div.footerInner {
	position: relative;
	width: 769px;
	margin: 0 auto;
	height: 13px;
}

div#footer div.footerInner p.imgIcon {
	position: absolute;
	top: -100px;
	right: 10px;
}

/* fNav
------------------------------------------------- */
div#footer ul#fNav{
}

div#footer ul#fNav li{
	float: left;
	margin-right: 13px;
	overflow: hidden;
}

/* copyright
------------------------------------------------- */
div#footer p#copyright {
	float: right;
	height: 13px;
	overflow: hidden;
}

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

div#content:after,
div#footer dl#kayacProject dd ul:after,
div#header ul#navGlobal:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
div#content,
div#footer dl#kayacProject dd ul,
div#header ul#navGlobal {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html div#content,
* html div#footer dl#kayacProject dd ul,
* html div#header ul#navGlobal {
    height: 1%;
}
div#content,
div#footer dl#kayacProject dd ul,
div#header ul#navGlobal {
    display: block;
}
/* End hide from IE-mac */


/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
	module
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* box
------------------------------------------------- */
.box01{
	padding: 10px 15px;
}

.box02{
	margin-bottom: 15px;
}

.box03{
	margin-bottom: 25px;
}

.box04{
	margin-bottom: 35px;
}

/* Title
------------------------------------------------- */
.ttl01 {
	background: url(/c1000/img/common/headline/bg_headline_01_top.png) no-repeat;
	width: 770px;
	padding-top: 5px;
}

.ttl01 span {
	display: block;
	background: url(/c1000/img/common/headline/bg_headline_01_bottom.png) no-repeat 0 100%;
	padding: 3px 10px 8px 10px;
	font-size: 124%;
	color: #6e4b1d;
}

.ttl02{
	display: block;
	background: url(/c1000/img/common/hr/hr_02.png) no-repeat left bottom;
	font-size: 124%;
	padding: 10px;
	margin-top: 20px;
}

.ttl03{
	background: #e8ce85;
	font-size: 108%;
	padding: 8px 10px;
	margin: 15px 0 10px;
}

.ttl04{
	font-size: 108%;
	margin: 10px 0;
}

/* txt
------------------------------------------------- */
.txt01{
	color: #cc6600;
	font-weight: bold;
}

.txt02{
	color: #956527;
	width: 430px;
}

.txt03{
	font-weight: bold;
}

.txt04{
	text-align: center;
}

.txt05{
	background: url(/c1000/img/common/hr/hr_01.png) 0 0 no-repeat;
	padding: 10px;
}

.txt06{
	font-weight: bold;
	color: #fff;
	background: #cb6828;
	padding: 5px;
}

.txt07{
	text-align: right;
}

.txt08{
	margin-bottom: 20px;
}

.txt09{
	line-height: 2;
}

.txt10{
	background: url(/c1000/img/common/hr/hr_01.png) 0 0 no-repeat;
	padding: 15px 0;
}

.txt11{
	margin-left: 10px;
}

.txt12{
	text-align: center;
	font-size: 108%;
	line-height: 2;
	margin-bottom: 40px;
}

.txt13{
	margin-top: 0.8em;
}

.txt14{
	font-size: 85%;
}

.txt15{
	background: #ecd29a;
	padding: 15px;
	line-height: 1.5;
}

/* btn
------------------------------------------------- */
ul.btnList01{
	text-align: center;
}

ul.btnList01 li{
	display: inline;
	margin: 0 40px;
}

/* List
------------------------------------------------- */
.list01{
	margin-top: 0.8em;
	list-style: inside disc;
}

.list02{
	margin-top: 0.8em;
	list-style: inside decimal;
}

/* Form
------------------------------------------------- */
.input01{
	width: 318px;
	border: 1px solid #ecd29a;
	padding: 6px;
	color: #6e4b1d;
	margin-bottom: 4px;
}

.input01:focus{
	background: #fffbad;
	border: 1px solid #cc6600;
}

.input02{
	margin-right: 5px;
}

.input03{
	width: 525px;
	height: 135px;
	border: 1px solid #ecd29a;
	padding: 6px;
	color: #6e4b1d;
}

ul.radioList li{
	display: inline;
	margin-right: 15px;
}

/* Table
------------------------------------------------- */
.tbl01 tr{
	background: url(/c1000/img/common/hr/hr_01.png) 0 0 no-repeat;
}

.tbl01 th{
	padding: 10px;
	width: 140px;
	font-weight: bold;
}

.tbl01 td{
	padding: 10px;
	width: 590px;
}

/* Pager
------------------------------------------------- */
ul.navPager {
	margin: 20px 0;
	text-align: center;
}

ul.navPager li {
	display: inline;
	margin: 0 5px;
}

ul.navPager li.current {
	font-weight: bold;
}

/* listBottles
------------------------------------------------- */
ul.listBottles li{
	float: left;
}

/* listBottlesInfo
------------------------------------------------- */
ul.listBottlesInfo li{
	float: left;
}

ul.listBottlesInfo li.item01{
	width: 266px;
}

ul.listBottlesInfo li.item02{
	width: 266px;
}

ul.listBottlesInfo li.item03{
	width: 238px;
}

ul.listBottlesInfo li p.box03{
	width: 236px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 0;
}

/* selectcolor
------------------------------------------------- */
ul.selectcolor{}

ul.selectcolor li{
	float: left;
	margin-right: 10px;
}

ul.selectcolor li img{
	border: 1px solid #fff;
	cursor: pointer;
}

ul.selectcolor li.selected img{
	border: 1px solid #956304;
}

/* mobile step
------------------------------------------------- */
ol.mobileStep{
	margin-top: 50px;
	padding-left: 10px;
}

ol.mobileStep li{
	float: left;
}

ol.mobileStep li.step1{
	width: 200px;
	padding-right: 40px;
}

ol.mobileStep li.step2{
	width: 240px;
	padding-right: 40px;
}

ol.mobileStep li.step3{
	width: 240px;
}

/* boxError
------------------------------------------------- */
div.boxError{
	text-align: center;
	padding-top: 60px;
}

/* faq
------------------------------------------------- */
dl.faqItem{
	margin-bottom: 20px;
}

dl.faqItem dt{
	font-weight: bold;
	background: url(/c1000/img/common/ico/txt_q_01.png) 0 0 no-repeat;
	padding: 2px 0 10px 35px;
}

dl.faqItem dd{
	background: url(/c1000/img/common/ico/txt_a_01.png) 0 0 no-repeat;
	padding: 2px 0 5px 35px;
}

/* link
------------------------------------------------- */
.arrow01{
	background: url(/c1000/img/common/ico/ico_arrow_01.png) 0 50% no-repeat;
	padding-left: 25px;
	line-height: 2;
}


/* about
------------------------------------------------- */
.ttlAbout01{
	margin-bottom: 10px;
}

div.mainAbout{
	float: left;
	width: 485px;
}

div.subAbout{
	float: right;
	width: 254px;
}

ul.btnList01.btnListAbout{
	margin: 40px 0;
}

ul.btnList01.btnListAbout li{
	margin: 0;
}


div.blockMobileArea{
	position: relative;
}

div.blockMobileArea p.qrcode{
	position: absolute;
	top: 0;
	right: 0;
}

.imgAbout{
	margin-top: 70px;
}

/* ------------------------------------------------------------
	80. Lightbox
------------------------------------------------------------ */

div#lbBack {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div#lbWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	padding-top: 100px;
}

div#lbContent {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 20px;
	border: 5px solid #666;
	background: #fff;
	text-align: left;
}

div#lbContent p.btnClose {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

div#lbContent h2 {
	margin-bottom: 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;
}

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

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group {
	height: 1%;
}

.group{
	display: block;
}
/* end: exclude MacIE5 */
