/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
	font-family:"UD Shin Go Conde90 L";
}

b {
	font-family:"UD Shin Go Conde90 M";
	}

.title_blog {
	font-size: 130%;
	color: #333;
	padding-right: 3em;
	padding-left: 3em;
	margin-top: 0px;
	padding-top: 0px;
}

.title_blog2 {
	font-size: 80%;
	color: #333;
	padding-right: 3em;
	padding-left: 3em;
	margin-top: 0px;
	padding-top: 0px;
}

.carousel-caption #h1 {
	font-size: 103%;
	font-family:"UD Shin Go Conde90 L";
}

.lead {
	font-size: 110%;
	margin-bottom:30px;

}

.Jun201{
	font-family: "Jun 201";
	font-size:1em;
	}


h3 {
	font-size: 95%;
	margin-bottom: 10px;
	font-weight: bolder;
	font-family:"Ryumin Regular KL";
	padding-right: 1em;
	padding-left: 1em;
	height: 22px;
	padding-bottom: 1em;
}

.header_midlle {
	height: 80px;
	width:auto;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0em;
	margin-right: 0em;
	margin-left: 0em;
	padding-top: 1em;
	}

.header_midlle img {
	margin-top: 1.5em;
	padding-top: 1em;
	}
	
.profile {
	float: left;
	margin-right: 2em;
}

.profile-p {
	padding-right: 1em;
	font-family:"UD Shin Go Conde90 L";
}
.panel-title-main1 {
	color:#333333;
	margin-top:20px;
	text-align: left;
	font-size:20px;
	font-family: "Ryumin Regular KL";
}
.panel-title-main {
	color:#333333;
	margin-top:7px;
	text-align: left;
	font-size:36px;
	font-family: "Ryumin Regular KL";
}

.panel-title {
	color:#333333;
	margin-top:7px;
	text-align:center;
	font-size:36px;
	font-family: "Ryumin Regular KL";
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */



.carousel {
	height: 500px;
	margin-bottom: 60px;
	margin-top: 2em;
	text-align: center;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #333;/* デフォルトは666であった */
}
.carousel-inner > .item > img {
  position: absolute;/* デフォルトはabsoluteであった */
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;/* デフォルトは500pxであった */
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-family: "Ryumin Regular KL";
	font-size:200%;
	line-height: 1;
	letter-spacing: -1px;
}


.panel-description p {
	font-family:"UD Shin Go Conde90 L";
	font-size: 100%;
	color: #333333;
	text-align: center;
	margin-top:10px;
	}
	
.panel-description-top {
	font-family:"UD Shin Go Conde90 L";
	text-align:left;
	font-size:80%;
	
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 200%;
  }

@media (min-width: 992px) {
  .featurette-heading {
	margin-top:15px;
	padding-top:0px;
    font-size: 200%;
  }
}
