@charset "UTF-8";

/*
	##### Pocket friends Konchi #####
	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]
		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: #505050;
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	*font-size: 82%; /* for ie6/7 */
	*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; /* for ie6/7 */
}

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

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

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

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

/* --------------------------------------------------
	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;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------------------------
	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:100%;
	height:100%;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
/* navUtility
----------------------------------- */
#navUtility{
	width: 900px;
	margin: 0 auto;
	padding: 5px 0;
}

#navUtility .selectLanguage{
	float: left;
	padding-top: .2em;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

#navUtility .selectLanguage li{
	float: left;
	margin-right: 12px;
}

#navUtility .selectLanguage li a{
	font-size: 85%;
	text-decoration: none;
	padding-left: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#navUtility .selectLanguage li a:hover{
	text-decoration: underline;
}

#navUtility .selectLanguage li.english a{ background: url(/images/pc_02/ico/lang_en.png) 0 50% no-repeat; }
#navUtility .selectLanguage li.french a{ background: url(/images/pc_02/ico/lang_fr.png) 0 50% no-repeat; }
#navUtility .selectLanguage li.japanese a{ background: url(/images/pc_02/ico/lang_ja.png) 0 50% no-repeat; }

#navUtility .social {
	float: right;
	position: relative;
	top: 2px;
}

#navUtility .social li{
	float: left;
}

/* siteHeader
----------------------------------- */
#siteHeader{
	background: url(/images/pc_02/common/header/img_signboard_01.jpg) 50% 0 no-repeat;
	height: 400px;
}

#siteHeaderInner{
	width: 905px;
	margin: 0 auto;
	position: relative;
	height: 390px;
}

#siteName{
	position: absolute;
	top: 25px;
	left: 14px;
}

#siteCopy{
	position: absolute;
	top: 14px;
	right: 14px;
}

#navGlobal{
	position: absolute;
	bottom: 0;
	left: 0;
}

#navGlobal li{
	float:left;
	margin-right:5px;
}

#navFanpage{
	position: absolute;
	right: 0;
	bottom: 0;
}

#navFanpage li{
	float: left;
	margin-left: 10px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* siteSubHeader
----------------------------------- */
#siteSubHeader{
	height: 65px;
	background-color: #01A0C8;
}

#siteSubHeaderInner{
	width: 905px;
	margin: 0 auto;
	position: relative;
}

#siteSubName{
	position: absolute;
	top: 4px;
	left: 0px;
}

#navSubGlobal{
	position: absolute;
	top: 10px;
	right: 0px;
}

#navSubGlobal li{
	float:right;
	margin-left:5px;
}

#siteSubHeader2{
	width: 1000px;
	margin: 0 auto;
}

#headerIntro{
	width: 900px;
	margin: 0 auto;
}


/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	width: 900px;
	margin:10px auto;
}

/* boxStudio
----------------------------------- */

#studioBox {
	position: relative;
}

#studioTxt1 {
	position: absolute;
	top: 62px;
	left: 12px;
	width: 260px;
}

#studioTxt2 {
	position: absolute;
	top: 12px;
	right: 20px;
}

/* boxBomber
----------------------------------- */

#bomberBox {
	position: relative;
}

#bomberTxt {
	position: absolute;
	top: 20px;
	right: 12px;
}

/* boxSpacesushi
----------------------------------- */

#spacesushiBox {
	position: relative;
}

#spacesushiTxt {
	position: absolute;
	top: 20px;
	right: 12px;
}

/* boxOndo
----------------------------------- */

#ondoBox {
	position: relative;
	background: url(/images/pc_02/ondo/img_ondo_01.jpg) 0 0 no-repeat;
	height: 600px;
}

#ondoBoxEn {
	position: relative;
	background: url(/images/pc_02/ondo/img_enondo_01.jpg) 0 0 no-repeat;
	height: 600px;
}

/* boxCdinfo
----------------------------------- */

#cdinfo {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 400px;
}

/* boxIjiri
----------------------------------- */

#ijiri {
	background: url(/images/pc_02/mobile/img_ijiri_03.jpg) 95% 95% no-repeat;
}


/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#footer{
	margin-top: 80px;
	background-color:#000000;
}

/* footerBlock
----------------------------------- */
#footerBlock{
	position: relative;
	text-align: right;
	width: 900px;
	margin: 0 auto;
	padding: 15px 0;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

#contactBtn{
	position: absolute;
	top: 8px;
	left: 10px;
	width: 101px;
	height: 33px;
}

#footerBlock a{
	color: #fff;
	text-decoration: none;
}

#footerBlock .mushroom{
	position: absolute;
	right: 15px;
	top: -44px;
}

/* boxKayacLink
----------------------------------- */
#boxKayacLink{
	width: 100%;
	padding: 15px 0;
	background: url(/images/pc_02/common/footer/bg_kayacservice.png) repeat 0 0;
	line-height: 1.2;
}

#boxKayacLink .unitKayacLink{
	width: 870px;
	margin: 0 auto 15px;
	text-align: left;
}

#boxKayacLink dt{
	width: 120px;
	float: left;
	margin-top: 2px;
}

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

#boxKayacLink li a{
	font-size: 77%;
	color: #ccc;
	text-decoration: none;
}

#boxKayacLink li a:hover{
	color: #ddd;
	text-decoration: underline;
}

#kayacProject dt a{
	width: 88px;
	height: 26px;
	display: block;
	background: url(/images/pc_02/common/footer/logo_kayac_service.png) 0 0 no-repeat;
	font-size: 1px;
	color: rgba(0,0,0,0);
	text-indent: -9999px;
	outline: none;
}

#kayacProject dd a:hover{
	color: #ddd;
	text-decoration: underline;
}

#kayacMedia dt {
	width: 120px;
	height: 30px;
	display: block;
	background: url(/images/pc_02/common/footer/logo_kayac_media.png) 0 0 no-repeat;
	font-size: 1px;
	color: rgba(0,0,0,0);
	text-indent: -9999px;
	outline: none;
}

#boxKayacLink li{
	float: left;
	margin: 0 1em 0 0;
	white-space: nowrap;
}

/* --------------------------------------------------
	01. Layout
-------------------------------------------------- */
/* 2 column Type1
----------------------------------- */
.layoutCol2Type1{}

.layoutCol2Type1Main{
	width: 350px;
	float: left;
}

.layoutCol2Type1Sub{
	width: 540px;
	float: right;
}

/* 2 column Type2
----------------------------------- */
.layoutCol2Type2{}

.layoutCol2Type2Main{
	width: 560px;
	float: left;
}

.layoutCol2Type2Sub{
	width: 330px;
	float: right;
}

/* 2 column Type3
----------------------------------- */
.layoutCol2Type3{}

.layoutCol2Type3Main{
	width: 445px;
	float: left;
}

.layoutCol2Type3Sub{
	width: 445px;
	float: right;
}

/* 2 column Type4
----------------------------------- */
.layoutCol2Type4{}

.layoutCol2Type4Main{
	width: 180px;
	float: left;
}

.layoutCol2Type4Sub{
	width: 710px;
	float: right;
}

/* --------------------------------------------------
	02. Unit
-------------------------------------------------- */
.unitStyle1{
	padding: 10px;
	margin-top: 10px;
	border:solid 2px #ffcae4;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* --------------------------------------------------
	03. Title
-------------------------------------------------- */
.ttlStyle1{
	font-weight: normal;
	font-size: 20px;
	background: url(/images/pc_02/ico/cocoon_01.png) 0 50% no-repeat;
	padding: 8px 0 5px 40px;
	margin-bottom: 10px;
}

.ttlStyle2{
	font-weight: bolder;
	font-size: 20px;
	padding: 5px 0 3px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
}

.facebookttlBloc .ttlStyle2{
background-color: #1C2781;
}

.ondottlBloc .ttlStyle2{
background-color: #F31816;
}

.mobilettlBloc .ttlStyle2{
background-color: #01A0C8;
}

.gotochittlBloc .ttlStyle2{
background-color: #814F1C;
}

.contactttlBloc .ttlStyle2{
background-color: #007DE3;
}

.ttlStyle3{
	text-align: center;
	background-color: #CDBA9A;
}

/* --------------------------------------------------
	04. Image
-------------------------------------------------- */
.imgStyle1{
	text-align: center;
	margin: 1em 0;
}

.imgStyle2{
	margin: 1em 0;
}

.imgShadow1{
	box-shadow: 0 0 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
}

/* --------------------------------------------------
	05. paragraph
-------------------------------------------------- */
.paragraphStyle1{
	margin: 1em 0;
}

.paragraphStyle2{
	margin: 1em 0;
	text-align: right;
}

.paragraphStyle3{
	margin: 1em 0 2em;
}

/* --------------------------------------------------
	Unique module
-------------------------------------------------- */

/* blockSeason
----------------------------------- */
.blockSeason{
	width: 890px;
}

.blockSeason .unitSeason{
	width: 213px;
	float: left;
	margin-right: 8px;
}

.blockSeason .unitSeason.spring{ background: url(/images/pc_02/top/bg_spring.png) 100% 100% no-repeat; }
.blockSeason .unitSeason.summer{ background: url(/images/pc_02/top/bg_summer.png) 100% 100% no-repeat; }
.blockSeason .unitSeason.autumn{ background: url(/images/pc_02/top/bg_autumn.png) 100% 100% no-repeat; }
.blockSeason .unitSeason.winter{
	background: url(/images/pc_02/top/bg_winter.png) 100% 100% no-repeat;
	margin-right: 0;
}

/* blockGotochi
----------------------------------- */
.blockGotochi{
	width: 854px;
	padding-left: 22px;
}

.blockGotochi .unitDep{
	width: 184px;
	float: left;
	margin-right: 32px;
}

.blockGotochi .unitDep.rightDep{
	margin-right: 0;
}


/* blockMinigame
----------------------------------- */
.blockMinigame{
	width: 854px;
	padding-left: 22px;
}

.blockMinigame .unitDep{
	width: 172px;
	float: left;
	margin-right: 44px;
}

.blockMinigame .unitDep.rightDep{
	margin-right: 0;
}

/* blockContest
----------------------------------- */
.blockContest{
	width: 854px;
	padding-left: 22px;
}

.blockContest .unitDep{
	width: 184px;
	float: left;
	margin-right: 32px;
}

.blockContest .unitDep.rightDep{
	margin-right: 0;
}

/* blockFushigi
----------------------------------- */
.blockFushigi{
	width: 854px;
	padding-left: 22px;
}

.blockFushigi .unitDep{
	width: 184px;
	float: left;
	margin-right: 32px;
}

.blockFushigi .unitDep.rightDep{
	margin-right: 0;
}

/*  inquiry 
----------------------------------- */
div#content #contForm {
	padding-top: 20px;
	padding-left: 20px;
}

div#content #contForm dt {
	float: left;
	clear: both;
	padding-bottom: 30px;
	padding-right: 30px;
	width: 200px;
	font-size: 20px;
	line-height: 1;
}

div#content #contForm dd {
padding-bottom: 30px;
width: 780px;
}

div#content #contForm dd input.areaForm {
	border: 1px solid #505050;
}

div#content #contForm dd textarea {
	border: 1px solid #505050;
	width: 500px;
}

#content ul.frmBtn {
	text-align: center;
	padding: 20px;
	clear: both;
	padding-left: 350px;
}

#content ul.frmBtn li {
	float: left;
	padding-left: 20px;
}

div#content #contForm dd input.areaForm {
	width: 500px;
}

div#content #btnConf {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

/* blockSpecial2012section
----------------------------------- */
#blockSpecial2012section {
	margin-bottom: 0px;
	border: solid 5px #ff8ca2;
	border-radius: 5px;
	padding-bottom: 7px;
}
#blockSpecial2012section h2 {
	margin-bottom: 7px;
	padding: 0 0 4px;
	background: #ff8ca2;
	text-align: center;
}
#blockSpecial2012section .blockLeft {
	float: left;
	width: 420px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#blockSpecial2012section .blockRight {
	float: right;
	width: 420px;
	padding-right: 20px;
	margin-bottom: 10px;
}
#blockSpecial2012section > div .pic {
	float: right;
}
#blockSpecial2012section > div .txt {
	margin-bottom: 5px;
}
#blockSpecial2012section .blockLeft .pic {
	position: relative;
	margin-top: -6px;
}
#blockAgreement {
	clear: both;
	display: none;
}
#blockAgreement .agreement {
	overflow: auto;
	height: 300px;
	margin: 0 20px 5px;
	border: solid 1px #bbb;
}
#blockAgreement .agreementContent {
	padding: 10px;
}
#blockAgreement .message {
	margin: 10px 20px;
	text-align: center;
}
#blockAgreement h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.2;
}
#blockAgreement h4 {
	margin: 15px 0 5px;
	font-size: 14px;
	line-height: 1.2;
}
#blockAgreement h5 {
	margin: 10px 0 5px;
	font-size: 12px;
	line-height: 1.2;
}
#blockAgreement p {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.4;
}
#blockAgreement .txtCenter {
	margin-top: 20px;
	font-size: 14px;;
	text-align: center;
}
#blockAgreement .txtRight {
	text-align: right;
}
#blockAgreement .button {
	width: 195px;
	margin: 0 auto 10px;
}

/* blockStepBirth
----------------------------------- */
.blockStepBirth{}

.blockStepBirth li{
	margin-bottom: 20px;
}

.blockStepBirth .image{
	float: left;
	margin-right: 15px;
}

.blockStepBirth .body{
	display: table;
	overflow: hidden;
	zoom: 1;
}

/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
.txtStyle1 {
	text-decoration: line-through;
}

.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; }
