/* Custom CSS */
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:300,500);
.license, #cclicense {
			font-size: 11px;
			text-align: center;
		 }

.license img, #cclicense {
			margin: 10px;
		 }

#cv {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin: auto;
  text-align: center;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin: 30px auto 30px auto !important;
  display: block;
}

.container p img {
  display: block;
  padding: 4px;
  line-height: 1;
  max-width: 920px;
  border: 1px solid #ddd;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom:15px;
}

legend {
	margin:3px;
	text-align:center;
	width:100%;
	font-size: 14px;
	border: 0px;
	line-height: 18px;
	}

.pic {
  margin:3px; text-align:center;width:100%
  display: block;
  padding: 4px;
  width: 940px;
  line-height: 1;
 /*  border: 1px solid #ddd;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  */
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:20px;
}


/* CSS from Bootstrap website: */

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height + a 30px margin */
  margin-bottom: 140px;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: lighter;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 140px;
  width: 100%;
  background-color: #eee;
  padding: 20px;
  z-index: 2;
}


/*  Fix iframe size
	From http://www.bymichaellancaster.com/blog/fluid-iframe-and-images-without-javascript-plugins/
	*/

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    padding: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* my custom css */
h2 {
	margin: 20px 0 20px;
	text-align: center;
	font-size: 28px;
}
body {
	background-color: #e4007f;
	color: #042245;
	background-image: url(../media/img/top_bg_01.png);
	background-repeat: repeat;
}
.navbar-default {
	background-color: #042245;
	border: none;
}
.navbar-default::after {
	content: "";
	padding-bottom: 1%;
	display: block;
	background-image: url(../media/img/fabacademy.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #777;
}
.navbar-default .navbar-brand {
	color: #ccc;
}
.navbar-default .navbar-nav > li > a {
	color: #ccc;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #777;
}
.textBox p {
	font-size: 16px;
}
.jumbotron {
	background-color: transparent;
	text-align: center;
	position: relative;
}
#character {
	width: 50%;
	margin: 0 auto;
}
.myProfile {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 229px;
	display: none;
}
p.arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 72px;
	transform: rotate3d(0,0,1,180deg);
	cursor: pointer;
}
p.arrow + small {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
}
#about {
	background-color: #fcf24c;
	padding: 40px 0 80px;
	display: none;
}
#about .imageBox {
	text-align: center;
	margin: 20px 0;
}
#about .imageBox img {
	width: 80%;
}
#about .textBox {
	text-align: left;
	width: 80%;
	margin: 20px auto;
	line-height: 1.8;
}
#about .textBox p {
	margin-bottom: 40px;
}
#exercise {
	background-color: #79ff27;
	padding: 40px 0 80px;
	display: none;
}
#exercise .container .row {
	margin: 10px 0;
}
#exercise .container .row div a {
	display: block;
	height: 200px;
	background-color: #000;
	box-sizing: border-box;
	position: relative;
}
#exercise .container .row div a:hover {

}
#exercise .container .row div a p {
	height: 50px;
	padding: 5px;
	background-color: #1cc605;
	color: #042245;
	margin: 0;
	font-weight: bold;
}
#exercise .container .row div a .imageBox {
	position: relative;
	top: -50px;
	width: 100%;
	height: 150px;
	padding-top: 50px;
	box-sizing: content-box;
	-webkit-background-size: 255px 150px;
	background-size: 255px 150px;
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 0.7;
}
#exercise .container .row div a .imageBox:hover {
	opacity: 1.0;
}
#exercise .container .row div a[href^="exercise01"] .imageBox {
	background-image: url(../media/img/ex01/thumbnail_01.png);
}
#exercise .container .row div a[href^="exercise02.html"] .imageBox {
	background-image: url(../media/img/ex02/thumbnail_02.png);
}
#exercise .container .row div a[href^="exercise03.html"] .imageBox {
	background-image: url(../media/img/ex03/thumbnail_03.png);
}
#exercise .container .row div a[href^="exercise04.html"] .imageBox {
	background-image: url(../media/img/ex04/thumbnail_04.png);
}
#exercise .container .row div a[href^="exercise05.html"] .imageBox {
	background-image: url(../media/img/ex05/thumbnail_05.png);
}
#exercise .container .row div a[href^="exercise06.html"] .imageBox {
	background-image: url(../media/img/ex06/thumbnail_06.png);
}
#exercise .container .row div a[href^="exercise07.html"] .imageBox {
	background-image: url(../media/img/ex07/thumbnail_07.png);
}
#exercise .container .row div a[href^="exercise08.html"] .imageBox {
	background-image: url(../media/img/ex08/thumbnail_08.png);
}
#exercise .container .row div a[href^="exercise09.html"] .imageBox {
	background-image: url(../media/img/ex9ex10/thumbnail_09.png);
}
#exercise .container .row div a[href^="exercise10.html"] .imageBox {
	background-image: url(../media/img/ex9ex10/thumbnail_10.png);
}
#exercise .container .row div a[href^="exercise11.html"] .imageBox {
	background-image: url(../media/img/ex11/thumbnail_11.png);
}
#exercise .container .row div a[href^="exercise12.html"] .imageBox {
	background-image: url(../media/img/ex12/thumbnail_12.png);
}
#exercise .container .row div a[href^="exercise13.html"] .imageBox {
	background-image: url(../media/img/ex13/thumbnail_13.png);
}
#exercise .container .row div a[href^="exercise14.html"] .imageBox {
	background-image: url(../media/img/ex14/thumbnail_14.png);
}
#exercise .container .row div a[href^="exercise15.html"] .imageBox {
	background-image: url(../media/img/ex15/thumbnail_15.png);
}
#exercise .container .row div a[href^="exercise16.html"] .imageBox {
	background-image: url(../media/img/ex16/thumbnail_16.png);
}
#exercise .container .row div a[href^="exercise17.html"] .imageBox {
	background-image: url(../media/img/ex17/thumbnail_17.png);
}
#exercise .container .row div a.ex18 .imageBox {
	background-image: url(../media/img/ex18/thumbnail_18.png);
}
#finalProject {
	padding: 40px 0 80px;
	background-color: #fff;
	display: none;
}
#finalProject .imageBox {
	text-align: center;
	margin: 20px 0;
}
#finalProject .imageBox img {
	width: 80%;
}
#finalProject .textBox {
	text-align: left;
	width: 80%;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.8;
}
#finalProject .textBox p {
	margin-bottom: 40px;
}
#finalProject .link {
	color: #ff0000;
	font-weight: bold;
}
/*pagetop*/
.pageTop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #042245;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 3;
	text-align: center;
	font-size: 24px;
	color: #ccc;
	cursor: pointer;
	display: none;
}
.pageTop:hover {
	opacity: 0.7;
}
.topContent {
	position: relative;
	z-index: 3;
}
.textinner {
    padding:20px;
    border-radius:10px;/* CSS3 */
    -webkit-border-radius:10px;/* Safari,Google Chrome */
    -moz-border-radius:10px;   /* Firefox */
    background-color: #fff;

}
.textinner p{
    color:#042245;
    text-align:center;
    font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:30px;
    /*　【テキストシャドー】　*/
    text-shadow:1px 1px 0px #777;
	margin-bottom: 0;
}
.textarea {
    margin:auto;
    margin-bottom:50px;
    position:relative;
	z-index: 2;
	display: none;
}
.triangle{
    position:absolute;
    width: 0;
    height: 0;
    right:50%;
    bottom:-40px;
    border-top: 20px solid #fff;/*下向き三角*/
    border-right: 20px solid  transparent;/*左向き三角*/
    border-left: 20px solid transparent;/*右向き三角*/
    border-bottom: 20px solid transparent;/*上向き三角*/
}
.triangle.left {
	left:50%;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}

/* underpageCutsom*/
.underPage {

}
.underPage .mainContent {
	background-color: #fff;
	color: #0422aa;
	box-sizing: border-box;
	padding: 20px 40px 40px;
	margin: 20px 0 60px;
}
.underPage .mainContent a {
	color: red;
	font-weight: bold;
}
.underPage .mainContent h4 {
	font-size: 18px;
}
.underPage .mainContent h5 {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
.underPage .mainContent section figure img {
	width: 80%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
figcaption {
	text-align: center;
}
.underPage .mainContent section section {
	padding-left: 20px;
}
.underPage .mainContent .downloadLink {
	text-align: center;
}
.underPage .mainContent .largeFont {
	font-size: 28px;
	color: red;
	text-align: center;
}
/* youtube */
.youtube {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 800px;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.a360 {
	text-align: center;
}
.a360 iframe {
	margin: 0 auto;
}
.programTit {
	margin-bottom: 5px !important;
}
/* ex02 */
.underPage .mainContent.ex02 .noListsyle {
	list-style: none;
}
.underPage .mainContent.ex02 .noListsyle li {
	margin: 40px 0;
}
.underPage .mainContent.ex02 figure.half {
	width: 50%;
}
/* ex03 */
.underPage .mainContent.ex03  p.youtube, .ex03 p.a360, .underPage .mainContent.ex03 figure, .underPage .mainContent.ex03 p {
	margin-bottom: 40px;
}
.underPage .mainContent.ex03 .downloadLink {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.underPage .mainContent.ex03 figure + p {
	margin-top: -20px;
}
/* ex04 */
.underPage .mainContent.ex04 figure, .underPage .mainContent.ex04 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex04 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex04 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
/* ex05 */
.underPage .mainContent.ex05 figure, .underPage .mainContent.ex05 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex05 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex05 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
/* ex06 */
.underPage .mainContent.ex06 figure, .underPage .mainContent.ex06 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex06 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex06 .downloadLink {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
/* ex07 */
.underPage .mainContent.ex07 figure, .underPage .mainContent.ex07 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex07 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex07 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex07 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex07 .downloadLink + p {
	margin-top: 80px;
}
/* ex08 */
.underPage .mainContent.ex08 figure, .underPage .mainContent.ex08 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex08 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex08 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex08 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex08 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex08 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex09 */
.underPage .mainContent.ex09 figure, .underPage .mainContent.ex09 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex09 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex09 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex09 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex09 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex09 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex10 */
.underPage .mainContent.ex10 figure, .underPage .mainContent.ex10 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex10 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex10 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex10 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex10 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex10 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex11 */
.underPage .mainContent.ex11 figure, .underPage .mainContent.ex11 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex11 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex11 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex11 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex11 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex11 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex12 */
.underPage .mainContent.ex12 figure, .underPage .mainContent.ex12 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex12 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex12 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex12 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex12 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex12 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex13 */
.underPage .mainContent.ex13 figure, .underPage .mainContent.ex13 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex13 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex13 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex13 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex13 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex13 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex14 */
.underPage .mainContent.ex14 figure, .underPage .mainContent.ex14 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex14 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex14 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex14 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex14 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex14 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex15 */
.underPage .mainContent.ex15 figure, .underPage .mainContent.ex15 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex15 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex15 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex15 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex15 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex15 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex16 */
.underPage .mainContent.ex16 figure, .underPage .mainContent.ex16 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex16 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex16 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex16 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex16 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex16 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* ex17 */
.underPage .mainContent.ex17 figure, .underPage .mainContent.ex17 p
{
	margin-bottom: 40px;
}
.underPage .mainContent.ex17 figure + p {
	margin-top: -20px;
}
.underPage .mainContent.ex17 p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.ex17 .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.ex17 .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.ex17 ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
/* final project */
.underPage .mainContent.final figure, .underPage .mainContent.final p
{
	margin-bottom: 40px;
}
.underPage .mainContent.final figure + p {
	margin-top: -20px;
}
.underPage .mainContent.final p.youtube + p {
	margin-top: -20px;
}
.underPage .mainContent.final .downloadLink {
	width: 80%;
	margin: 0 auto;
}
.underPage .mainContent.final .downloadLink + p {
	margin-top: 80px;
}
.underPage .mainContent.final ul.kajoList li strong {
	margin-right: 2em;
	width: 100px;
	display: inline-block;
}
.underPage .mainContent.final .linkList {
	display: flex;
	justify-content: space-around;
	margin-top: 140px;
}
.underPage .mainContent.final .linkList li {
	font-size: 18px;
	list-style: none;
}
.underPage .mainContent.final .linkList li.current {
	color: #999;
}
.underPage .mainContent .prettyprint {
	padding-left: 50px;
}
