@charset "UTF-8";
/**
	Design&Coding: MUKAIBI(mukaibi.com)
**/


/* 1.reset & default
================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a img { border: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

del { text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffffff;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.left { float: left; }
.right { float: right; }

.br {
	padding-left: 1em;
	text-indent: -1em;
}


/* 1.2.clearfix
================================================== */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix { display: inline-block; }

/* MacIE begin \*/
* + html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Mac IE end */


/* 1.3.Basic Style
================================================== */

/* Margin & Padding & Line height */
.mb1 { margin-bottom: 1em; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.pt20 { padding-top: 20px; }
.lh13 { line-height: 1.3; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #07449b;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: bottom;
}

/* Link & Btn */
a {
	text-decoration: none;
	color: #cc0000;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
	color: #000000;
	-webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a.btn2 {
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 24px;
	color: #ffffff;
	background: #f37b7b;
}

a.btn2:hover,
ul#menu li a:hover,
ul#menu li a.btn:hover { 
	opacity: 0.7;
    filter: alpha(opacity=70);
	-webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/* Typography & Font color */
h2 { margin-bottom: 35px; }

h3 {
	font-size: 22px;
	margin: 0 auto 30px;
	text-align: center;
}

h3.people {
	position: absolute;
	top: -52px;
	left: 160px;
}

p { font-weight: bold; }
.aligncenter { text-align: center; }
.pink { color: #f37b7b; }


/* 2.Layout
================================================== */
#container {
	width: 100%;
	margin: 0 auto;
	background: #ffffd4;
	text-align: center;
}

/* Header */
#header-container {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	border-bottom: 1px solid #cfcfc9;
}

header {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	background: #ffffff;
}

header h1#logo {
	display: inline-block;
	float: left;
}

header h1#logo a { width: 100%; }

/* Global nav */
nav#global_nav {
	display: inline-block;
    text-align: right;
    float: right;
    padding-top: 10px;
}

ul#menu li {
    display: inline-block;
    line-height: 1;
}

ul#menu li a {
	padding: 10px 15px;
	font-weight: bold;
    color: #585858;
}

ul#menu li a.btn {
	margin-left: 15px;
	padding: 10px 20px;
	border-radius: 3px;
	color: #ffffff;
	background: #f37b7b;
}

.text-box,
.text-box_2,
.text-box_3,
.text-box_4 {
	width: 650px;
	text-align: left;
	border: 3px solid #07449b;
	border-radius: 3px;
	background: #ffffff;

}

.text-box {
	margin: 0 auto 350px;
	padding: 40px 20px;
}

.text-box_2 {
	margin: 0 auto 20px;
	padding: 40px 20px;
}

.text-box_3 {
	position: relative;
	margin: 0 auto 80px;
	padding: 60px 20px 40px;
}

.text-box_4 {
	position: relative;
	margin: 0 auto 350px;
	padding: 60px 20px 40px;
}

.text-box p,
.text-box_2 p,
.text-box_3 p,
.text-box_4 p { 
	line-height: 1.8;
}

#contents {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 70px;
	background: #ffffd4;
}

.three_block {
	display: block;
	width: 600px;
}

.box {
	display: block;
	width: 200px;
	float: left;
	text-align: center;
} 

.box img { margin: 0 auto 17px; }

/* Footer */
#footer-img {
	margin: 0 auto;
	height: 226px;
	background-image: url("../images/footer_img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#footer-container {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #cfcfc9;
	background: #ffffff;
}

footer {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 60px;
	text-align: right;
	font-size: 14px;
	color: #07449b;
	background: #ffffff;
}

/* Images Layout */
#sun-img,
#moon-img {
	position: absolute;
	top: 35px;
	left: 55px;
}

#hikouki-img {
	position: absolute;
	top: 100px;
	right: 0;
}

#kikyuu-img {
	position: absolute;
	top: 400px;
	left: -60px;
}

#kikyuu2-img,
#shinkansen-img {
	position: absolute;
	right: 0;
}

#kikyuu2-img {
	top: 840px;
}

#shinkansen-img {
	top: 900px;
}

#bus-img {
	position: absolute;
	top: 640px;
	right: 0;
}

#cloud-img {
	position: absolute;
	top: 760px;
}

#cloud2-img,
#cloud4-img {
	right: -120px;
}

#cloud2-img {
	position: absolute;
	top: 530px;
}

#cloud3-img,
#star-img,
#car2-img {
	position: absolute;
	top: 570px;
	left: -90px;
}

#cloud4-img {
	position: absolute;
	top: 1560px;
}
#cloud-img,
#cloud5-img,
#cloud6-img,
#cloud7-img {
	left: 120px;
}

#cloud5-img {
	position: absolute;
	top: 1800px;
}

#cloud6-img {
	position: absolute;
	top: 1270px;
}

#cloud7-img {
	position: absolute;
	top: 1030px;
}

#car-img {
	position: absolute;
	top: 1280px;
	left: -40px;
}