@import url(http://fonts.googleapis.com/css?family=Exo+2:100,200,400);

body {
	background: #FFFFFF;
	margin:0;
	padding:0;
	font-size: 16px;
	color: #666;
	font-weight: 200;
  font-family: Meiryo, "メイリオ";
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #00A0EB;
}

a:hover {
	color: #FF6D29;
}

a:focus {
	outline: none;
}


a.button { 
    background-color: #00A0EB;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #FF6D29;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #00A0EB;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
}

h2 {
	color: #000;
	font-size: 32px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	margin: 0 auto;
}

#container {
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
}

header {
	padding: 30px 20px;
	background: #000;
	margin: 0 auto;
	text-align:left;
}

header h1 a, header h1 a:hover {
 color: #fff;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: lowercase;
}
header h1 a span { 
	color: #00A0EB;
}

header h2 {
	color: #555;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 0;
}

nav {
	background-color: #222;
	border-bottom: 2px solid #eee;
	height: 45px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}


nav ul li a {
    color: #6f6f6f;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
   margin: 0;
    padding: 15px 17px;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul li.selected a,
nav ul li.selected a:hover { 
	color: #fff; 
	font-weight:bold;
}


nav ul li a:hover {
	color: #eee;
	text-decoration: none;
}

img.header-image { padding-top: 10px;
			margin-bottom: -3px; }

#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
    width: 720px;
}

article {
    padding: 10px 10px 20px 5px;
 }

article h2 { 
	font-weight: bold;
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}

.sidebar {
    float: right;
    width: 240px;
    margin-top: 10px;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 15px;
	font-weight: 100;
	color: #fff;
	padding: 7px 7px;
	background-color: #00A0EB;
	border-bottom: 3px solid #eee;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13.5px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: normal;
	color: #666;
}

.sidebar li ul li a:hover {
	color: #000;
}


.sidebar li ul li a.readmore {
   color: #00A0EB;
   font-weight: bold;
}


.sidebar li ul li a.readmore:hover {
	color: #FF6D29;
}




.clear {
	clear: both;
}

footer.site-footer {
	margin:20px auto 0;
  background-color: #00aae5;
  height: 117px;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
    font-size: 13px;
    text-decoration: underline;
}

footer .footer-content li a:hover { 
	color: #909090;
}

footer .footer-content h4 {
   color: #80D7FF;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}
footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #666;
}


/** 
#########################
header 
#########################
**/
/** header **/
header {
  background-color: #FFFFFF;
  padding: 20px 0 20px 0;
}
header#masthead div p{
  line-height: 2;
  margin-bottom: 0;
}
header#masthead hr{
  border-width: 1px;
  border-color:  #eeeeee;
  border-style: solid;
  width: 100%;
  height: -1px;
}
.header_left {
  float: left;
}
.header_right {
  float: right;
  text-align: right;
}
.header_right p {
  margin-top: 20px;
}
.header_right h2 {
  font-size: 11px;
}
.header_right ul{
  float: right;
  margin: 0;
}
.header_right ul li {
  float: left;
  display: block;
  padding-left: 40px;
  font-size: 13px;
}
.header_right ul li span:nth-child(1) {
  background-color: #fabb34;
  width: 44px;
  height: 19px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 0 3px 0 3px;
}
.header_right ul li span:nth-child(2) {
  color: #545454;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.header_right ul li span:nth-child(3) {
  color: #545454;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.header_right .access {
  color:  #00aae5;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
}
.hr {
  line-height: 0;
  margin-bottom: 0;
}

/** nav **/
nav {
  background-color: #FFFFFF;
  text-align: center;
}
nav div.menu-header-container ul {
  padding: 5px;
  display:inline-block;
}
nav div.menu-header-container ul li p a {
  padding: 0 20px 0 20px;
  float: left;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
#menu-item-61 p img {
  display: none;
}

.header_border_bottom {
  background-color: #00aae5;
  width: 100%;
  height: 8px;
}

div.clear {
  clear: both;
}

/** carousel **/
.slick-slide .image {
  padding: 10px;
}

.slick-slide img {
  border: 5px solid #FFF;
  display: block;
  width: 100%;
}

.top-carousel {
  margin-bottom: 30px !important;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  max-width: 99vw;
  overflow: hidden;
}
.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  color: #bbb;
  font-size: 30px !important;
  line-height: 20px;
  position: absolute;
  content: '•';
}
.slick-dots li.slick-active button:before {
  color: #00aae5;
}

.dots .slick-slider {
  margin-bottom: 60px !important;
}

.slick-dots {
  min-height: 30px;
  margin: 0;
}

.slick-prev, .slick-next {
  position: absolute;
  bottom: 150px;
  font-size: 0;
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-size: 100% auto;
  z-index: 100;
  outline:none;
}

.slick-prev {
  left: 0px;
  margin-left: 0px;
  background-image: url(img/fa-chevron-circle-left_f137.png);
}

.slick-next {
  right: 0px;
  margin-right: 0px;
  background-image: url(img/fa-chevron-circle-right_f138.png);
}


/** aside **/
#aside-client {
  margin-bottom: 10px;
  text-align: right;
}

/** top info list **/
.info-list {
  margin-bottom: 10px;
}

.info-list ul li:nth-child(1) {
  width: 70px;
  margin-right: 18px;
}

.info-list ul li:nth-child(2) {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-right: 22px;
}

.info-list-info {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background-color: #f9b013;
}

.info-list-topics {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background-color: #24b9ed;
}

.info-list-seminar {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background-color: #aaaaaa;

}

.show-in-list {
  color: #00aae5;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

/** common **/
div.contents-title {
  background-color: #00aae5;
  width: 100%;
  height: 79px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 79px;
  margin-bottom: 30px;
}

div.contents-title div {
  padding-left: 6px;
}

h3 {
  background-image: url(img/fa-th-large_f009.png);
  border-bottom: 1px solid #cbcbcb;
  width: 95%;
  color:  #4c4c4c;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 0 0 30px;
}

h4 {
  border-left: 5px solid #00aae5;
  padding-left: 10px;
}

.inline-list ul {
	list-style: none;
  padding: 0;
	margin: 0;
  display:inline-block;
}

.inline-list ul li {
  float: left;
	display: block;
	padding: 0;
}

#pankuzu {
  background-color:  #eeeeee;
  width: 100%;
  height: 38px;
}

#pankuzu ul li {
  padding: 6px;
}

.entry-content section {
  margin-top: 10px;
  margin-bottom: 40px;
  color:  #4c4c4c;
  font-size: 15px;
}

.emp {
  color:  #00aae5;
  font-size: 17px;
  font-weight: 700;
}

.attention {
  color:  #ed2d24;
  font-size: 13px;
}

.infobox {
  border: 2px solid #e8e8e8;
  padding: 10px;
}

.emp2 {
  color:  #545454;
  font-size: 15px;
  font-weight: 700;
}

.post {
  min-height: 400px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
