@charset "UTF-8";

/*
	うんこ演算
	Copyright (C) KAYAC Inc. All Rights Reserved.

*/

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

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

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

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

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

body.osWin {
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,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: #3AA7C2;
	text-decoration: underline;
}
a:visited {
	color: #3AA7C2;
	text-decoration: underline;
}
a:hover,
a:active  {
	color: #3AA7C2;
	text-decoration: none;
}

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

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small { font-size: 100%; }
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 {
	background: #fff;
	width: 900px;
	margin: 0 auto;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#siteHeader {
	height: 245px;
	background: url(/unko/img/header/bg.png) 50% 0 repeat-x;
}

#siteHeader .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#siteHeader h1{
	position: absolute;
	top: 30px;
	left: 68px;
}

#siteHeader .bmkids{
	position: absolute;
	top: 10px;
	right: 0;
}

#socialFeedBack{
	background: url(/unko/img/hr/solid_01.png) 0 100% repeat-x;
	padding: 10px 0 15px;
}

#socialFeedBack ul{
	width: 1000px;
	margin: 0 auto;
}

#socialFeedBack ul li{
	float: left;
	margin-right: 10px;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

#content .section1 {
	position: relative;
	width: 900px;
	height: 629px;
	background: url(/kitajima/img/content/img_02.png);
}

#content .section1 .image {
	position: absolute;
	top: 142px;
	right: 12px;
}

#content .section2 {
	width: 900px;
	height: 289px;
	background: url(/kitajima/img/content/img_03.png);
}

#content .section3 {
	position: relative;
	width: 900px;
	height: 186px;
	background: url(/kitajima/img/bmk/bg.png);
}

#content .section3 .bmkids {
	position: absolute;
	top: 65px;
	left: 465px;
}

#content .section3 .bmkids:hover {
	opacity: 0.75;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#siteFooter {
	background: #21203a;
	padding: 20px;
}

/* kayacProject
----------------------------------- */
#boxKayacLink{
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

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

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

.unitKayacLink a:hover{
	text-decoration: underline;
}

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

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

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

/* copyright
----------------------------------- */
.copyright {
	text-align: center;
	font-size: 85%;
	margin-top: 10px;
	color: #fff;
}

.copyright a {
	color: #fff;
}

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

/* --------------------------------------------------
	common
-------------------------------------------------- */
.layout1{}

.layout1Main{
	width: 620px;
	float: left;
}

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

.goPageTop{
	text-align: right;
}

/* --------------------------------------------------
	intro
-------------------------------------------------- */
#intro {
	background: url(/unko/img/hr/solid_01.png) 0 100% repeat-x;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

#intro .main{
	float: right;
	width: 670px;
}

#intro h1{
	margin-bottom: 20px;
}

#intro .unitPoint {
	margin-bottom: 12px;
}

#intro .unitPoint div {
	background: url(/unko/img/hr/dotted_01.png) 0 100% repeat-x;
	padding-bottom: 18px;
	padding-left: 50px;
}

#intro .point1{ background: url(/unko/img/intro/ico_1.png) 0 0 no-repeat; }
#intro .point2{ background: url(/unko/img/intro/ico_2.png) 0 0 no-repeat; }
#intro .point3{ background: url(/unko/img/intro/ico_3.png) 0 0 no-repeat; }

#intro .unitPoint h2 {
	font-size: 22px;
	line-height: 36px;
}

#intro .unitPoint p {
	font-size: 18px;
}

#intro .information{
	margin-top: 0px;
	font-size: 17px;
	font-weight: bold;
}

#intro .information .androidapp {
	float:left;
	width:385px;
}

#intro .information h2{
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}

#intro .information2{
	text-align: center;
	margin-top: 10px;
}

/* --------------------------------------------------
	how to play
-------------------------------------------------- */
#howToPlay{
	background: url(/unko/img/hr/solid_01.png) 0 100% repeat-x;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

#howToPlay h1{
	margin-bottom: 20px;
}

#howToPlay section {
	margin-bottom: 20px;
}

#howToPlay section div{
	width: 300px;
	float: right;
}

#howToPlay section h2{
	font-size: 20px;
	margin-bottom: 10px;
}

#howToPlay section p{
	font-size: 108%;
	line-height: 2;
}
#howToPlay section p strong{
	color:#3aa6c6;
}


/* --------------------------------------------------
	screenshots
-------------------------------------------------- */
#screenshots h1{
	margin-bottom: 20px;
}

#screenshots p{
	margin-bottom: 10px;
}

#screenshots ul {
	width: 624px;
}

#screenshots ul li{
	float: left;
	margin: 0 4px 10px 0;
	background: #000;
}

#screenshots ul li a:hover img{
	opacity: .8;
	filter: alpha(opacity=80);
	*zoom: 1;
}

/* --------------------------------------------------
	headline
-------------------------------------------------- */
#headline{
	border: 2px solid #000;
}

#headline header{
	background: #ffff00;
	text-align: center;
	padding: 20px;
	border-bottom: 2px solid #000;
}

#headline .entry{
	padding: 20px;
}

#headline .entry + .entry{
	background: url(/unko/img/hr/dotted_02.png) 0 0 repeat-x;
	padding-top: 20px;
}

#headline .entry h2{
	color: #3aa7c2;
	font-size: 18px;
	margin-bottom: 10px;
}

#headline .entry p{
	line-height: 2;
}

#headline .entry p + p{
	margin-top: 10px;
}

#headline .entry .mediaL{
	float: left;
	margin: 0 15px 15px 0;
}


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

/* autopagerize_page_info */
.autopagerize_page_info {
	margin: 10px 0;
}

/* meca.js */
.btn,
.imgpngWrapSpan {
	cursor: pointer;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
#content:after,
.group:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#content,
.group {
	*zoom: 1;
}
.pngfix,bgpng{}

/* --------------------------------------------------
	199. ColorBox
-------------------------------------------------- */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(/unko/img/colorbox/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/unko/img/colorbox/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
