/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: Muli, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url('../img/bg-g.jpg');
    overflow-x: hidden;
}
p {
  line-height: 150%;
  font-size: 16px;
}
p.small {
  font-size: 14px;
}
a {
  color: #0063a4;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #e16871;
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Muli;
  color: #FFFFFF;
	letter-spacing: 2px;
  padding: 5px 0;
  background-image: url('../img/bg-g2.jpg');
	font-weight: 600;
}

.img-centered {
  margin: 0 auto;
}

header {
  color: #000000;
  background: url('../img/bg-g.jpg');
}
header .container {
  padding-top: 130px;
  padding-bottom: 30px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text	{
	text-align: center;
	margin-bottom: 50px;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 700;
  font-style: italic;
}
header .intro-text .name {
  display: block;
  font-weight: 800;
  font-size: 3.75em;
  font-style: italic;
}
header .intro-text .copy {
  font-size: 1em;
  line-height: 180%;
}
@media (min-width: 991px) {
  header .container {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  header .intro-text	{
	margin-top: 100px;
	text-align: left;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .copy {
    font-size: 1.1em;
	margin-top: 30px;
  }
  header .illust {
  text-align: right;
  margin-right: 0;
  padding-right: 0;
  }
}


.navbar-custom {
  font-weight: 700;
  border-style: none;
  background: url('../img/bg-y.jpg');
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
  font-style: italic;
  font-weight: 800;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav	{
	letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  background: url('../img/bg-g2.jpg');
  color: white;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: url('../img/bg-g2.jpg');
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: url('../img/bg-g2.jpg');
}
.navbar-custom .navbar-toggle {
  color: white;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background: url('../img/bg-g2.jpg');
  color: white;
  background: url('../img/bg-g2.jpg');
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 2.5em;
}
section.success {
  background: #c1b428;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}

footer {
  color: #FFFFFF;
  font-weight: normal;
}
footer a {
  color: #D0E8FF;
  text-decoration: none;
  outline: none;
}
footer h3 {
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2c3e50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}

<!-- 追加 -->
dl.kouen-or {
	margin: 1em 0;
	border-bottom: 1px dotted #EEE4C2;
}
dl.kouen-or dt {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	margin-bottom: 1em;
	width: 6em;
	background-image: url('../img/bg-y.jpg');
}
dl.kouen-or dd {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 2em;
	margin-left: 0.5em;
}

.css_btn_class {
	font-size:1.5em;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #777;
	padding:12px 24px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */