

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
* { 
  margin: 0;
  padding: 0px;
} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%;
	font-size: 15px; 
	color: #666;
	font-family:  Avenir, 'Helvetica neue', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Sans-Serif";
	overflow-x: hidden;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p { 
	padding: 0; 
	font-size: 14px; 
	line-height: 1.4;
	margin: 10px 0px;
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	color: #074a7f;
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

.navbar {
	padding: 0;
	margin: 0;
}
.navbar-hd-menu {
  background: #ffbfc2;
  padding: 7px 15px;
  border-bottom: 5px solid #fff;
}
.navbar-hd-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar-hd-menu ul li {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.navbar-hd-menu ul li a {
  font-size: 13px;
  color: #666;
  line-height: 1;
  padding-left: 25px;
}
.navbar-hd-menu ul li:before {
  content: url(../img/hd-ico02.png);
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: -2px;
}
.navbar-hd-menu ul li:first-child:after {
  content: url(../img/hd-ico01.png);
  padding-left: 5px;
}
.navbar-hd-menu ul li:last-child {
  border-right: 1px solid #fff;
  padding-right: 0;
  padding-right: 10px;
}
.navbar-header {
  padding: 10px 15px;
  background-image: url(../img/hd-bg01.png);
  background-size: cover;
  background-position: right top;
  border-top: 3px solid #ffbfc2;
  text-align: right;
}
.navbar-brand {
	max-width: 100%;
  float: none;
  display: block;
  padding: 0;
}
.navbar-brand img {
  max-height: 30px;
}
.navbar-tel img {
  max-height: 20px;
}
.navbar-menu {
  width: 100%;
}
.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0;
  position: static;
  float: none;
  margin: 0;
  color: #cc4a94;
  width: 100%;
  text-align: left;
  font-size: 18px;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #ffbfc2;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,243,227,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,243,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,243,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f3e3',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-toggle:after {
	font-family: FontAwesome;
  content: "\f107";
  color: #cc4a94;
  font-size: 22px;
  top: 7px;
  right: 15px;
  position: absolute;
}

.navbar-nav {
	margin-bottom: 0;
}
.navbar-default .navbar-collapse {
	background: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus  {
	background-color: #eee;
	color: #666;
}
.navbar-default .navbar-nav > li > a {
	color: #666;
	font-size: 16px;
	border-bottom: 1px dotted #999;
}
.navbar-default .navbar-nav > li.dropdown > a:after {
	float: right;
	font: normal normal normal 15px/1 FontAwesome;
	content: "\f107";
	color: #666;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #666;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #666;
  font-size: 15px;
  padding: 5px 20px;
}


/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap .img-responsive {
	margin: 0 auto;
}
#top-contents {
  padding-top: 10px;
  background: #fff;
}
#top-contents hr {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 2px solid #eee;
}

/* topics Wrap */
#topics h2 {
  background: url(../img/bg01.png) repeat;
  font-size: 17px;
  color: #fff;
  letter-spacing: 3px;
  padding: 10px 15px;
  margin: 0 0 20px;
  line-height: 1;
}
#topics dl {
	margin: 15px 0 0;
}
#topics dt {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}
#topics dt:before {
  content: "▶︎";
  color: #ffbfc2;
  padding-right: 5px;
}
#topics dd {
	padding: 5px 0px 10px;
}
#topics dd a {
  color: #0155be;
}


/*	################################################################
	PAGE CONTENTS
################################################################# */

#headerwrap .titbar {
	padding-top: 50px;
	padding-bottom: 50px;
  background-image: url(../img/tit-bg01.png);
  background-size: cover;
}

#headerwrap .titbar h1 {
	font-size: 20px;
	color: #fff;
	padding: 0 0 0 40px;
	margin: 0;
  letter-spacing: 0.5px;text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/*  page-contrents  */
#page-contrents {
	padding-top: 30px;
	padding-bottom: 40px;
}
#page-contrents h3 {
  background: url(../img/bg01.png) repeat;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1.5px;
  padding: 10px 15px;
  margin: 0 0 20px;
  line-height: 1;
}
#page-contrents h4 {
	font-size: 16px;
	border-left: solid 5px #FF6668;
  border-bottom: solid 1px #ccc;
  padding: 8px 0px 8px 8px;
  margin: 20px 0px;
}
#page-contrents h5 {
  color: #dc82b4;
  font-size: 15px;
}
#page-contrents p {
	font-size: 14px;
  line-height: 1.6;
}
#page-contrents table {
	width: 100% !important;
	font-size: 13px;
	margin: 20px 0px;
}
#page-contrents table tr:first-child {
	border-top: 1px solid #ccc;
}
#page-contrents table tr {
	border-bottom: 1px solid #ccc;
}
#page-contrents table th , #page-contrents table td {
	padding: 10px;
}
#page-contrents table th {
	text-align: center;
	background: #ffe5e7;
}
.scroll {
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar {
 height: 5px;
}
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
#page-contrents ul {
  margin: 20px 0 20px 20px;
}

/* ページメニュー */
#page-menu {
  background: #ffbfc2;
  padding: 15px;
  margin: 30px -15px;
}
#page-menu h2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5em;
  color: #cc4a94;
  background: #ffe5e7;
  border-radius: 15px;
  padding: 7px;
  margin: 0 0 15px;
}
#page-menu h2 a {
  color: #cc4a94;
}
#page-menu ul {
  list-style-type: none;
  margin: 0 0 10px;
  text-align: center;
}
#page-menu ul li {
  display: inline-block;
  width: 47%;
  margin: 0 1%;
  padding: 7px 10px;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1;
  background: #dc82b4;
  border-left: 5px solid #cc4a94;
  text-align: left;
}
#page-menu ul li a {
  color: #fff;
}


/*	################################################################
	FOOTER CONTENTS
################################################################# */

/* Footer */
#footerwrap {
	padding-top: 10px;
  padding-bottom: 40px;
	background-color: #fff;
	text-align: center;
  background-image: url(../img/ft-bg01.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 5px solid #ffbfc2;
}
#footerwrap p {
	font-size: 13px;
  text-align: right;
}
