@charset "Shift_JIS";

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container{
	width:980px;
	position: relative;
	margin-top:-1px;
	margin-left:auto;
	margin-right:auto;
	background-image : url(../img/containerBg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#hpb-header{
    width: 980px;
    margin-bottom: 50px;
}

#hpb-footer{
	width: 938px;
	clear: both;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:13px;
	margin-bottom:10px;
}

#hpb-inner{
    width: 938px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 660px;
    float: left;
}

.hpb-layoutset-01 #hpb-title{
    height: 335px;
}

.hpb-layoutset-01 #hpb-title h2{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 335px;
    background-image : url(../img/mainimg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-title{
    width: 938px;
    height: 136px;
}
.hpb-layoutset-02 #hpb-title h2{
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    height: 136px;
    background-image : url(../img/titleBg.png);
    background-position: top left;
    background-repeat: no-repeat;
	line-height:136px;
	text-align:left;
    font-size: 24px;
}
h2 span.ja{
	padding-left:27px;
}
h2 span.en{
    font-size: 18px;
    text-transform: uppercase;
	padding-left:20px;
}


#hpb-main{
    width: 653px;
    float: left;
    padding-bottom: 0px;
	margin-left:10px;
    text-align: left;
    padding-top: 10px;
}

#hpb-main2{
    width: 938px;
    float: left;
    padding-bottom: 0px;
	margin-left:0px;
    text-align: left;
    padding-top: 10px;
}


#hpb-wrapper #hpb-main h3:first-child{
    margin-top: 5px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 10px;
}

#hpb-aside{
    width: 253px;
    float: right;
    margin-top: 19px;
	margin-right:0px;
    padding-bottom: 0px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 145px;
}

#hpb-nav{
    width: 937px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 0px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	list-style-type: none;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bdbdbd;
	border-bottom-color: #000000;
    height: 37px;
}

#hpb-nav ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-nav li{
    float: left;
	display: inline;
    font-size: 13px;
	line-height:37px;
    height: 37px;
    overflow: hidden;
}
#hpb-nav li a{
	display: inline-block;
	overflow: hidden;
	padding-left: 17px;
	padding-right: 17px;
    font-weight: bold;
    text-decoration: none;
	line-height:37px;
    height: 37px;
	color:#000000;
}
#hpb-nav li a:hover{
	color:#FFFFFF;
    text-decoration: none;
	background-color:#2d70b4;
}

#hpb-nav li span.en{
	text-transform:uppercase;
	display:inline-block;
}
#hpb-nav li span.ja{
    display: none;
}

#hpb-nav h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#dropmenu {
  list-style-type: none;
  width: 937px;
  height: 32px;
  margin: 10px auto 200px;
  padding: 0;
  background: #00aaee;
  border-bottom: 5px solid #006699;
  border-right: 0px solid #006699;
  border-radius: 3px 3px 0 0;
  overflow: visible;
  position: absolute;
  top: -50px;
  left: 0px;
}
#dropmenu li {
  position: relative;
  width: 16.6%;
  float: left; 
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 3px 3px 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden; 
  width: 100%;
  height: 0;
  color: #ffffff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;    
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #00aaee;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #00aaee;
  color: #ffff00;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;    
  height: 38px;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #006699;
}
#dropmenu li:hover ul li:first-child{ 
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{ 
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{ 
  border-radius: 0 0 3px 3px; 
}

.gallery img {
    padding: 8px;
    margin: 12px;
    background: #fff;
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    position: relative /* z-index を指定するので */
    
}
ul.gallery .pic-1 {
    z-index: 1;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}




/*--------------------------------------------------------
  ふきだし
--------------------------------------------------------*/
/* Balloon Common */
div.balloon-wrapper {
	width: 500px;
	margin: 15px auto 15px auto;
}
div.balloon {
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 0;
}
div.balloon p {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
/* Balloon Left */
div.balloon-left-body {
	float: left;
	position: relative;
	z-index: 1;
	max-width: 80%;
	min-width: 10%;
	margin: 0 0 0 -5px;
	padding: 13px;
	border: 3px solid #8d8;
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
}
div.balloon-left-body p {
	display: inline;
	margin: 0;
	font-size: 12pt;
	text-indent: 0;
	line-height: 14pt;
}
div.balloon-left-foot-outer {
	float: left;
	position: relative;
	z-index: 10;
	width: 1px;
	height 1px;
	margin: 22px 0 0 4px;
	padding: 0;
	border-top: 10px solid #8d8;
	border-right: 10px solid #8d8;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	font-size: 0;
}
div.balloon-left-foot-inner {
	position: relative;
	z-index: 100;
	width: 1px;
	height 1px;
	margin: -7px;
	padding: 0;
	border:  7px solid #fff;
	background-color: #fff;
	font-size: 0;
}

/* Balloon Right */
div.balloon-right-body {
	float: right;
	position: relative;
	z-index: 1;
	max-width: 80%;
	min-width: 10%;
	margin: 0 -5px 0 0;
	padding: 13px;
	border: 3px solid #aad;
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
}
div.balloon-right-body p {
	display: inline;
	margin: 0;
	font-size: 12pt;
	text-indent: 0;
	line-height: 14pt;
}
div.balloon-right-foot-outer {
	float: right;
	position: relative;
	z-index: 10;
	width: 1px;
	height 1px;
	margin: 22px 4px 0 0;
	padding: 0;
	border-top: 10px solid #aad;
	border-right: 10px solid #aad;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	font-size: 0;
}
div.balloon-right-foot-inner {
	position: relative;
	z-index: 100;
	width: 1px;
	height 1px;
	margin: -7px;
	padding: 0;
	border:  7px solid #fff;
	background-color: #fff;
	font-size: 0;
}

/* float の解除 */
.clear-float {
	clear: both;
}
/*--------------------------------------------------------
  ボタン
--------------------------------------------------------*/
.button {
    background-color: #AFEEEE;
	border: 2px solid #AFEEEE;
	color: #fff;
	display: inline-block;
	width: 49px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*--------------------------------------------------------
  蛍光ペン Yellow
--------------------------------------------------------*/
strong {
  background: linear-gradient(transparent 40%, #ff9 40%); 
}


.husen_red {
	width: 250px;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #f0f0f0 url('../img/husen_red.jpg') no-repeat right top;
}
.husen_red:after {
	width: 170px;
	height: 35px;
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	/* ぼかし */
	-moz-box-shadow: 0 5px 5px #999; /* Firefox */
	-webkit-box-shadow: 0 5px 5px #999; /* Safari and Chrome */
	box-shadow: 0 5px 5px #999;
	/* 回転 */
	-moz-transform: rotate(3deg); /* FireFox */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-ms-transform: rotate(3deg); /* IE */
	transform: rotate(3deg);
	z-index: -1;
}

.husen_blue {
	width: 250px;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #f0f0f0 url('../img/husen_blue.jpg') no-repeat right top;
}
.husen_blue:after {
	width: 170px;
	height: 35px;
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	/* ぼかし */
	-moz-box-shadow: 0 5px 5px #999; /* Firefox */
	-webkit-box-shadow: 0 5px 5px #999; /* Safari and Chrome */
	box-shadow: 0 5px 5px #999;
	/* 回転 */
	-moz-transform: rotate(3deg); /* FireFox */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-ms-transform: rotate(3deg); /* IE */
	transform: rotate(3deg);
	z-index: -1;
}

.husen_yellow {
	width: 250px;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #f0f0f0 url('../img/husen_yellow.jpg') no-repeat right top;
}
.husen_yellow:after {
	width: 170px;
	height: 35px;
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	/* ぼかし */
	-moz-box-shadow: 0 5px 5px #999; /* Firefox */
	-webkit-box-shadow: 0 5px 5px #999; /* Safari and Chrome */
	box-shadow: 0 5px 5px #999;
	/* 回転 */
	-moz-transform: rotate(3deg); /* FireFox */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-ms-transform: rotate(3deg); /* IE */
	transform: rotate(3deg);
	z-index: -1;
}
.husen_orange {
	width: 250px;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #f0f0f0 url('../img/husen_orange.jpg') no-repeat right top;
}
.husen_orange:after {
	width: 170px;
	height: 35px;
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	/* ぼかし */
	-moz-box-shadow: 0 5px 5px #999; /* Firefox */
	-webkit-box-shadow: 0 5px 5px #999; /* Safari and Chrome */
	box-shadow: 0 5px 5px #999;
	/* 回転 */
	-moz-transform: rotate(3deg); /* FireFox */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-ms-transform: rotate(3deg); /* IE */
	transform: rotate(3deg);
	z-index: -1;
}
.husen_pink {
	width: 250px;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #f0f0f0 url('../img/husen_pink.jpg') no-repeat right top;
}
.husen_pink:after {
	width: 170px;
	height: 35px;
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	/* ぼかし */
	-moz-box-shadow: 0 5px 5px #999; /* Firefox */
	-webkit-box-shadow: 0 5px 5px #999; /* Safari and Chrome */
	box-shadow: 0 5px 5px #999;
	/* 回転 */
	-moz-transform: rotate(3deg); /* FireFox */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-ms-transform: rotate(3deg); /* IE */
	transform: rotate(3deg);
	z-index: -1;
}
.husen_green {
	width: 250px;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #f0f0f0 url('../img/husen_green.jpg') no-repeat right top;
}
.husen_green:after {
	width: 170px;
	height: 35px;
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	/* ぼかし */
	-moz-box-shadow: 0 5px 5px #999; /* Firefox */
	-webkit-box-shadow: 0 5px 5px #999; /* Safari and Chrome */
	box-shadow: 0 5px 5px #999;
	/* 回転 */
	-moz-transform: rotate(3deg); /* FireFox */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-ms-transform: rotate(3deg); /* IE */
	transform: rotate(3deg);
	z-index: -1;
}
/*--------------------------------------------------------
  ノートデザイン
--------------------------------------------------------*/
.box{
    background:#fff;
    box-shadow:1px 1px 8px rgba(0,0,0,0.3),0 0 50px rgba(0,0,0,0.1) inset;
    position:relative;
    width:650px;
    margin:0px auto;
    padding: 0px;
}
.tape{
    background:rgba(255,255,255,0.4);
    border-left:2px dotted rgba(0,0,0,0.1);
    border-right:2px dotted rgba(0,0,0,0.1);
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    width:85px;
    height:28px;
    position:absolute;
    top:-13px;
    left:36%;
    -webkit-transform:rotate(-8deg);
}

/* ▼外枠▼ */
div.notedesign {
   border: 2px white;   /* 外枠 */
   padding: 10px;             /* 内側の余白 */
   background-color: white; /* 背景色 */
}
/* ▼ノート内部▼ */
div.notedesign p {
   background-image: url("../img/line.gif"); /* 罫線 */
   line-height: 25px; /* 行の高さ */
   margin: 0px;       /* 外側の余白 */
}
/* ▼ノートタイトル▼ */
div.notedesign p.notetitle {
   margin: 0px 0px 5px 0px;           /* 外側の余白 */
   padding: 3px 0px;                  /* 内側の余白 */
   border-bottom: 3px double black; /* 下線 */
   font-weight: bold;                 /* 文字の太さ */
   color: black;                    /* 文字色 */
}
/* ▼ノートタイトルの日付欄▼ */
div.notedesign p.notetitle span.date {
   float: right;
}


/*--------------------------------------------------------
  付箋
--------------------------------------------------------*/
.topics_box{
    background:#FFFF00;
    box-shadow:1px 1px 8px rgba(0,0,0,0.3),0 0 50px rgba(0,0,0,0.1) inset;
    position:relative;
    width:650px;
    height:270px;
    margin:0px auto;
    padding: 0px;
}
.topics_tape{
    background:rgba(255,255,255,0.4);
    border-left:2px dotted rgba(0,0,0,0.1);
    border-right:2px dotted rgba(0,0,0,0.1);
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    width:85px;
    height:28px;
    position:absolute;
    top:-13px;
    left:36%;
    -webkit-transform:rotate(-0deg);
}