/*
Theme Name: ONTRACK-respo
Author: Hideto Suzuki
Description: ontrack2016リニューアル専用テーマです。
Version: 0.0.1
*/

/*
  @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
*/


/*************************
*******Reset******
**************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/*a:focus {
	outline: thin dotted;
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;	 
	vertical-align: top;/* 画像隙間対策 */
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/*************************
*******Common******
**************************/

  body {
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #000;
  }

  html {
    height: 100%;
  }


  a{
	color:#20a0e9;
	text-decoration: underline;
  }

  a:hover {
	outline: none;
	text-decoration:none;
	color:#3CF;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }

a img:hover {	
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

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

  h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
  }

  h1{
    color: #20a0e9;
  }

  h2{
    font-size: 24px;
    color: #20a0e9;
  }

  h3{
    font-size: 18px;
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #0099ae;
    border: 1px solid #0099ae;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    padding: 10px 25px;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

  .align-right{
    text-align: right;
  }
  .align-center{
    text-align: center;
  }
  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

     .carousel-indicators.visible-xs {
      height: 20px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -35px;
      width: 100%;
      left: 0;
    }

  .carousel-indicators.visible-xs li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators.visible-xs li.active {
    background: rgba(210, 153, 72, 0.7);
  }
  
  .entry-header .entry-title {
	color: #20a0e9;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 700;
	border-bottom: 2px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.entry-header .entry-title span.title-s {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
}
.entry-header .entry-title a {
	color: #20a0e9;
	text-decoration: none;
}

.entry-content {
	padding-left: 0px;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8em;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.8em;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px;
	border-left: 5px solid #20a0e9;
	padding-top: 6px;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}
.entry-content h2 a {
	text-decoration: none;
	color: #20a0e9;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 14px;
	line-height: 1.8em;
	font-size: 110%;
	color: #333;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #333;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
	font: 12px/2em Consolas, Monaco, "Lucida Console", monospace;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

/*************************
*******layout******
**************************/

.container {
	padding-right: 15px;
	padding-left: 15px;
}
#top-content {
	padding-bottom: 0px;
}
#left-contents {
	float: left;
	width: 70%;
}
#right-contents {
	float: right;
	width: 25%;
	margin-top: 0px;
}

/*************************
*******Header******
**************************/


#header{
	margin-bottom: 0;
	padding: 10px 0 20px;
	background: #FFF;
}

#header .b-outline {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: right;
}

#header .navbar-inverse .container{
  position: relative;
}

.search{
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}

.search i{
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: -3px;
	font-size: 16px;
}

.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}

/*.search-form{
  padding-left: 10px;
  height: 40px;
  font-size: 18px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #20a0e9;
  margin-top: 20px;
  border-radius: 3px;
}*/

.social-icons ul li{
  padding: 0 10px;

}

.social-icons ul li:last-child{
  padding-right: 0;

}

.social-icons ul li a{
  font-size: 18px;
  color: #d3d3d3;
  padding: 0;
}

.social-icons ul li a:hover .fa-facebook {
  color:#0884d5;
}

.social-icons ul li a:hover .fa-twitter {
  color:#2AA7DC;
}

.social-icons ul li a:hover .fa-google-plus {
  color:#A22523;
}

.social-icons ul li a:hover .fa-dribbble {
  color:#E94989;
}

.social-icons ul li a:hover .fa-linkedin {
  color:#006DC0;
}

.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}

#header .navontrack {
  background: #20a0e9;
  border: 0;
  margin-bottom: 0;
}
#header .navbar-toggle{
  margin-top: 0px;
}

#header .navbar-nav >li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}
#header .navbar-nav {
	margin: 0;
	display: table;
	width: 100%;
}
#header .navbar-nav >li {
	display: table-cell;
	float: none;
}

#header .navbar-inverse .navbar-nav  li.current-menu-item > a,  
#header .navbar-inverse .navbar-nav  li.current-menu-item > a:focus, 
#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
.navbar-inverse .navbar-nav > .open > a {
	border: 0;
	background: #35AEFF;
}

#header .navbar-inverse .navbar-nav li a:hover{
	background: #35AEFF;
}


/*  Dropdown menu*/
ul li.dropdown i {
  display: none;
}

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a{
	color: #333;
	padding: 5px 0;
	font-size: 13px;
	display: block;
	text-transform: capitalize;
}
#header .navbar-nav li ul.sub-menu li a {
  padding-left: 20px;
}
#header .navbar-nav ul.sub-menu li a {
  text-align: left;
}
#header .navbar-nav ul.sub-menu li ul.sub-menu li a {
  text-align: left;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #20a0e9;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0884d5;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
	background: #43BDF8;
	color: #fff;
}

/*.fa-angle-down{
  padding-left: 5px; 
}*/

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.page-title {
	background: url(images/title-bg.jpg) no-repeat;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 0.2em;
	font-weight: 600;
	width: 100%;
	padding: 45px 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 3px solid #F3F3F3;
}
.page-title h1 {
	font-size: 24px;
	color: #FFF;
	letter-spacing: 0.2em;
	font-weight: 600;
}
.blog-title {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.breadcrumbs {
	margin-top: 0px;
	margin-bottom: 35px;
	font-size: 12px;
	background: #F1F1F1;
	padding: 7px 15px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}
.breadcrumbs a {
	color : #333;
	text-decoration: none;
	font-size: 12px;
}
.breadcrumbs a:hover {
	color: #20a0e9;
}


/*************************
*******Sidebar******
**************************/
.widget_search {
	margin-bottom: 25px;
	margin-top: 0px;
}
.widget_search label {
	display: none;
}
.widget_search input#s {
	height: 28px;
	width: 70%;
	margin-right: 5px;
}
.widget_search input#searchsubmit {
	font-size: 12px;
}

#side-bnr {
	margin-bottom: 30px;
}
.textwidget #side-bnr ul li {
	margin-bottom: 15px;
	list-style: none;
	width: 100%;
	margin-left: 0px;
}
.textwidget #side-bnr ul li img {
	width: 100%;
}
.textwidget #side-bnr ul li.frame img {
	border: 1px solid #CCC;
}
.textwidget #top-side-bnr ul {	
	margin-bottom: 0px;
}
.textwidget #top-side-bnr ul li {
	margin-bottom: 15px;
	list-style: none;
	width: 100%;
	margin-left: 0px;
}
#books-intro {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
	position: relative;
}
#books-intro h1 {
	color: #FFF;
	background: #20a0e9;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
#books-intro .book {
	margin-bottom: 15px;
	line-height: 1.5em;
}
#books-intro .book h2 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
#books-intro .book h2 a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#books-intro .book h2 a:hover {
	color: #20a0e9;
}
#books-intro .book img {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
}
#books-intro .books-catch {
	margin-bottom: 15px;
}
#books-intro .books-catch a:visited {
	color: #20a0e9;
}
#fb-bnr {
	margin-bottom: 30px;
}

#side-menu .widget ul li a {
	font-size: 14px;
	background: #FFF url(./images/menu-icon3.gif) no-repeat 15px center;
	border-bottom: 1px dashed #CCC;
	width: 100%;
	padding: 7px 10px 7px 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.8em;
}
#side-menu .widget ul li:last-child a {
	border-bottom-style: none;
}
#side-menu .widget ul li a:hover {
	background: #FFFFC4 url(./images/menu-icon3.gif) no-repeat 15px center;
}
#side-menu h3.widget-title {
	color: #FFF;
	background: #20a0e9;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
#side-menu .widget_search {
	margin-bottom: 20px;
	margin-top: 10px;
}

/*************************
*******Footer******
**************************/

#footer {
	padding-bottom: 0px;
	/*background-image: url(./images/home/footer.png);*/
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: contain;
	border-top: 1px solid #CCC;
	padding-top: 20px;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
}
#footer ul li a:hover {
	color: #20a0e9;
	text-decoration: underline;
}
#footer-menu {
	margin-bottom: 25px;
}
#footer-menu ul li, #seminar-lineup ul li {
	background: url(./images/arrow-s.gif) no-repeat left 9px;
	float: left;
	margin-right: 25px;
	padding-left: 10px;
}
#seminar-lineup {
	width: 70%;	
	margin-bottom: 25px;
}
.footer-logo {
	float: right;
}
.site-info {
	clear: both;
	background: #1596E3;
	padding: 15px 0px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
.site-info span.left {
	float: left;
}
.site-info span.right {
	float: right;
}
.img-color {
	color: #20a0e9;
	font-weight: bold;
	font-size: 14px;
}









/*
#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer .bottom-separator {
  margin-bottom: 60px;
}

#message {
  height: 110px;
  resize: none;
}

.bottom > h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

.bottom .media-body h3 {
  margin-top: 0;
  padding-left: 25px;
}

.bottom .media-body h3 a{
  color: #ea2c00;
}

.testimonial .media{
  margin-top: 0;
  margin-bottom: 25px;
}

.testimonial .media>.pull-left{
  margin-right: 25px;
}

.testimonial .media>.pull-left img{
  margin-top: 6px;
}

.testimonial .media .media-body blockquote{
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  border-left: 0;
  margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before{
  position: absolute;
  left: 5px;
  top: 8px;
  content: '"';
  font-size: 40px;
  color: #ea2c00;
  font-family: 'Noto Sans', sans-serif;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  line-height: 0;
}

.testimonial .media .media-body blockquote:after{
  position: absolute;
  right: 30px;
  bottom: 14px;
  content: '"';
  font-size: 40px;
  color: #ea2c00;
  font-family: 'Noto Sans', sans-serif;
  line-height: 0;
}

.contact-info.bottom {
  padding-left: 25px;
}

.bottom > address {
  line-height: 22px;
  margin-bottom: 40px;
}

.form-control {
  border: 1px solid #eaeaea;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
}

.form-control:hover, 
.form-control:focus{
  border-color: #4fcccd;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  width: 100%;
  background-color: #4fcccd;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #2f9697;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}

.copyright-text{
  margin-top: 70px;
  color: #fff;
  font-size: 16px;  
  padding-bottom: 15px;
}

.copyright-text a {
  color: #3e848a
}

.copyright-text p {
  margin-bottom: 0;
}

/********トップページ*************/
#top-catch {
	background: #EEE;
	padding-top: 15px;
	padding-bottom: 15px;
}
#catch-inner {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}
.main-img {
	-webkit-animation: fadeInUp 500ms ease-in-out 500ms both;
	animation: fadeInUp 500ms ease-in-out 500ms both;
}
#top-catch .lineup-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 130px;
	width: 130px;
}
.lineup-btn {
  -webkit-animation: scaleIn 500ms ease-in-out 1000ms both;
  animation: scaleIn 500ms ease-in-out 1000ms both;
}

#seminar-point {
	background: #FFF;
	margin-top: 30px;
	margin-bottom: 35px;
}
#seminar-point h1 {
	float: left;
}

/*#seminar-point h1 {
	float: left;
	background: url(images/point-title.gif) no-repeat left center;
	width: 1em;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: auto;
	margin-bottom: auto;
	padding: 30px 50px 30px 10px;
}
#seminar-point h1 span.rotate {
	text-orientation: upright;
	-webkit-text-orientation: upright;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #F00;
}*/
#seminar-point .point h2, #seminar-point .point-last h2 {
	background: url(images/check-icon.gif) no-repeat left 2px;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.point-inner {
	padding-left: 60px;
}
#seminar-point .summary {
	text-align: left;
}

.post-list {
	background: #FFF;
}

.point-inner .point {
	margin-right: 15px;
}

#left-contents .post-list {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
#left-contents .post-list h1 {
	color: #20a0e9;
	font-size: 20px;
	border-left: 5px solid #20a0e9;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	margin-top: 0px;
}
#left-contents .post-list h1:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px dotted #CCC;
}
#left-contents .post-list h1 a {
	text-decoration: none;
}
#left-contents .entry-outline {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.s-schedule, table.blog-list {
	width: 100%;
}
table.s-schedule th, table.blog-list th{
	font-weight: bold;
	padding: 12px 10px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 4px double #CCC;
}
table.s-schedule td, table.blog-list td {
	padding: 12px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	/*border-right: 1px dotted #CCC;*/
}
table.blog-list td.b-date {
	font-weight: bold;
	color: #555;
	width: 16.4%;
}

table.s-schedule td.status span {
	font-weight: bold;
	width: 85px;
	text-align: center;
	color: #FFF;
	padding: 2px 7px;
	font-size: 11px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	display: block;
}
table.s-schedule td.status span.proposal {
	background: #51B829;
}
table.s-schedule td.status a {
	text-decoration: none;
}
table.s-schedule td.status span.few {
	background: #F57205;
}
table.s-schedule td.status span.notice {
	background: #20a0e9;
}
table.s-schedule td.status span.others {
	background: #888;
}
table.s-schedule td.s-notice {
	text-align: center;
}
table.s-schedule td.s-title {
}
table.s-schedule td.s-detail {
	border-right-style: none;
}


#left-contents article#top-youtube h1 {
	color: #20a0e9;
	font-size: 20px;
	border-left: 5px solid #20a0e9;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
	margin-top: 0px;
}
#left-contents article#top-youtube h1:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px dotted #CCC;
}
#top-youtube {
	margin-bottom: 30px;
}
#top-youtube h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
#top-youtube p {
	font-size: 15px;
	line-height: 1.8em;
	margin-top: 10px;
}

#training-info h1 {
	color: #20a0e9;
	font-size: 20px;
	border-left: 5px solid #20a0e9;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}
#training-info h1:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px dotted #CCC;
}
#training-info {
	width: 100%;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.8em;
}
#training-info img {
	width: 100%;
}
#training-info p {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*#training-info #pfm-summary {
	background: url(images/PF-top-bg.png) no-repeat top;
	padding-top: 150px;
}*/
#training-info h2 {
	margin-bottom: 10px;
	border-bottom: 2px dotted #CCC;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
#training-info ul {
	margin-bottom: 20px;
	margin-left: 30px;
}
#training-info ul.s-purpose li {
	list-style: decimal;
}
#training-info ul.s-price li {
	list-style: disc;
}
#training-info .alignright {
	text-align: right;
}
.movie-bnr {
	margin-bottom: 30px;
}
.top-bnr img, .top-bnr-m img {
	margin-bottom: 10px;
}
.movie-bnr img, .top-bnr img, .top-bnr-m img {
	width: 100%;
}
#seminar-chart {
	margin-top: 20px;
	margin-bottom: 50px;
}

/*
#action {
  background-image: url(./images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 157px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}


.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  margin-bottom: 35px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 48px;
}

.action h1{
  margin-top: 0;
}

.action p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}

.action .btn-common{
  margin-top: 55px;
  float: left;
}

.title {
  color: #404040;
  font-weight: 300;
}

.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.single-features .col-sm-6 {
  margin-top: 50px;
}

.single-features:last-child {
  padding-bottom: 95px;
  padding-top: 0;
}

.single-features h2{
  margin-bottom: 15px;
}

#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}



/*************************
*******About Us Page******
**************************/
/*
#action , 
#page-breadcrumb{
  position: relative;
}

#page-breadcrumb {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 130px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#team {
  padding: 85px 0;
}

#team-carousel {
  margin-top: 80px;
}

#company-information .padding-top{
  padding-top: 172px;
  
}

.single-service img {
  height: 85px;
}

.tour-button {
  background-image: url(../images/home/tour-icon2.png);
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  background-position: 151px 4px;
}

.about-image {
  padding:90px 90px 0;
}

.team-single {
  position: relative;
}

.person-thumb {
  position: relative;
}

.person-thumb img {
}


.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
    -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;transition: all 0.9s ease 0s;
  width: 100%;
  height: 100%;
}

.team-single:hover .social-profile{
  background:rgba(112, 35, 64, 0.9);
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%;
}

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
}

.person-info h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.person-info h3 {
  font-size: 16px;
  color: #686868;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.team-carousel-control {
  right: -50px;
  background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
  left: -50px;
  background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;  
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.count h1{
  font-size: 60px;
  color: #20a0e9;
}

.count h3{
  font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition:  width 1s ease-in-out;
}

.top-zero{
  margin-top: 0;
}

h3.top-zero{
  font-size: 20px;
}

#company-information .about-us h2{
  margin-bottom: 45px;
}

.single-skill h3{
  font-size: 16px;
}

.progress{
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar{
  line-height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
  background: #20a0e9;
}



/*************************
*******Service Page******
**************************/
/*
#recent-projects{
  padding: 85px 0;
}

.recent-projects .team-single{
  height: 355px;
}

.recent-projects p.padding-bottom{
  padding-bottom: 50px;
}

.choose{
  padding-top: 30px;
}

#company-information.choose .padding-top{
  padding-top: 50px;
}

#company-information h2{
  margin-bottom: 25px;
  margin-top: 0;
}

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

ul.elements li{
  margin: 6px 0;
}

ul.elements li > i{
  color:#C03035;
  display: inline-block;
  margin-right: 10px;
}

#company-information h1.margin-bottom{
  margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/
/*
.portfolio-single {
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 100%;
}


.portfolio-single:hover .portfolio-view{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

#portfolio .row{
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-view {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background:rgba(112, 35, 64, 0.9);
  width: 100%;
  text-align: center;
}

.portfolio-view .nav-pills {
  padding: 0;
  display: inline-block;
  margin-top: -26px;
  top: 50%;
  position: relative;
}

.portfolio-view .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio-view .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-info h2 {
  font-size: 18px;
  margin: 15px 0 0;
}

.portfolio-filter {
  margin: 80px 0;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  position: relative;
}

.portfolio-filter li a {
  border-radius: 0;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25px;
  text-transform: capitalize;
  border: none;
}

.portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a.active:before{
  position: absolute;

  content: "";
  left: 0;
  width: 13px;
  height: 16px;
  background: url(../images/portfolio/icon.png);
  top: 5px;
}

.portfolio-pagination{
  text-align: center;
  
  padding-top: 40px;
  padding-bottom: 90px;
}

.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.pagination li:first-child a{
  background: url(../images/portfolio/left.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover{
  background: url(../images/portfolio/left.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a{
  background: url(../images/portfolio/right.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover{
  background: url(../images/portfolio/right.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a, 
.pagination a:active, 
.pagination .active a:hover,
.pagination .active a:focus, 
.pagination a:focus {
  background: transparent;
  border-color: #C03035;
  color: #C03035;
}


/*****************************
Portfolio with right sidebar
*****************************/
/*
.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin-bottom: 48px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 8px 0;
  padding-left: 0;
}

.categories .navbar-stacked li a:hover{
  background: none;
  margin-left: 20px;
  color: #0099AE;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #0099AE;
  padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #0099AE;
  border-width: 8px;
  border-style: solid;
  left: 0;
  top: 13px;
  margin-top: 0;
  z-index: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
  border-style: solid;
  left: 0px;
  top: 15px;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media{
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;    
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ececec;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover{
  border-left: 2px solid #0099AE;
  padding-left: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #0099AE;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #b4b4b4;
  font-size: 12px;
}

.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #bbbbbb;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background: #0099AE;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

.popular ul.gallery li a {
  display: block;
}

.popular ul.gallery li a img {
  width: 100%;
  transition: border-radius 300ms ease-in;
  -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
  border-radius: 60px;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}




/*****************************
Portfolio Details
*****************************/
/*
#portfolio-information.padding-top{
  padding-top: 100px;
}

.project-name h2{
  margin-top: 0;
  margin-bottom: 15px;
}

#related-work .title{
  margin-bottom: 55px;
  margin-top: 10px;
}

.navbar-default {
  background: none;
  padding: 0;
}

.navbar-default li a{
  font-size: 12px;
  padding: 0;
  padding-right: 15px;
}

.navbar-default li a i{
  padding-right: 8px;
}

.navbar-default li a:hover{
  color: #0884d5;
  background: none;
}

.skills .navbar-default,
.client .navbar-default{
  margin-left: 35px;
  
}

.live-preview .btn-common{
  margin-top: 21px;
  padding: 13px 45px;
}


/*****************************
Blog Default
*****************************/
/*
.single-blog.timeline {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
}

.timeline .post-content {
  padding: 20px 20px 0;
}

.post-thumb{
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
}

.timeline .post-thumb img {
  width: 100%;
}

.post-thumb iframe{
  width: 100%;
  min-height: 270px;
  border: 0;
}

.post-overlay{
  position: absolute;
  top: 50%;
  display: none;
  width: 94px;
  height: 140px;
  margin-top: -70px;
  overflow: hidden;
}

.post-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}


.post-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #0884d5 transparent;
  z-index: -1;
  cursor: initial;
}

.post-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .post-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.timeline-divider{
  position: relative;
  padding-top: 50px;
}

.timeline-divider:before{
  position: absolute;
  top: 0;
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  border-left-color: #0099AE;
  left: 50%;
  margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
  padding-top: 70px;
}

.post-content{
  padding: 20px 0;
}

.timeline-date .btn-common{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  border-radius: 0;
  padding: 17px 40px;
}

.arrow-right{
  position: relative;
}

.arrow-right:after{
  position: absolute;
  right: 1px;
  content: "";
  top: 15px;
  background: url(../images/blog/left.png);
  width: 43px;
  height: 54px;
}

.arrow-left{
  position: relative;
}

.arrow-left:before{
  position: absolute;
  left: -2px;
  content: "";
  top: 86px;
  background: url(../images/blog/right.png);
  width: 43px;
  height: 54px;
}

.post-title {
  margin-top: 0;
}

.post-title a,
.comments-number a{
  color: #686868;
}

.post-content .post-author{
  margin-top: 0;
  
}

.post-content  .post-author a{
  font-weight: 300;
  font-size: 14px;
  color: #0099AE;
}

a.read-more{
  color: #0099AE;
  font-weight: 300;
}

a.read-more:hover{
  color: #01707F
}

.post-bottom{
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
}


/*****************************
Blog with right sidebar
*****************************/
/*
.single-blog{
  padding-bottom: 30px;
}

.single-blog .post-bottom{
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-blog .post-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(../images/blog/blog-arrow.png);
  -webkit-animation: fadeInLeft 400ms;
  animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
  margin-left: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.single-blog .post-overlay span a small{
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
}

.single-blog .post-overlay span:before{
  border-color: transparent;
  border-width: 0;
}

.post-nav{
  margin:0;
  padding: 0;
}

.post-nav li a{
  color: #0099AE;
  padding: 0;
  text-align: left;
}

.post-nav li a i{
  color: #0099AE;
  margin-right: 8px;
}

.post-nav li a:hover{
  background: none;
}

.blog-padding-right{
  padding-right:35px;
}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/
/*
.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
  height: auto;
}

.masonery_area .single-blog .post-title{
  margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
  font-size: 20px;
}

.masonery_area .single-blog .post-thumb img{
  height:auto;
}

.masonery_area .single-blog .post-bottom{
  border-top:0;
  padding-top:0;
  margin-top:15px;
}

/* Audio CSS */
/*
.audiojs{
  background:#C03035;
  height: 45px;
  width: 100%;
}

.audiojs .scrubber{
  background: #fff;  
  height: 8px;
  border-top: 0;
  width: 170px;
  margin-top: 19px;
  margin-left: 12px;
  border-radius: 10px;
}

.audiojs .play-pause{
  background: #a92b2f;
  width: 68px;
  height: 45px;
  padding: 0;
  padding-left: 24px;
  padding-top: 10px;
  border-right: 0;
}

.audiojs .time{
  display: none;
  
}

.audiojs .progress{
  background: #A92B2F;

  height: 8px;
  border-radius: 10px;
}

.audiojs .loaded{
  background:#fff;
  height: 8px;
  border-radius: 10px;
}


/*****************************
Blog Details
*****************************/
/*
.navbar-nav.post-nav li{
  margin-right: 60px;
}

.single-blog.blog-details .post-content{
  padding-top: 30px;
}

.single-blog.blog-details .post-bottom{
  margin-top: 55px;
}

.blog-share{
  margin-top: 40px;
  background: #f5f5f5;
  display: inline-block;
  padding: 2px 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets{
  height:24px !important;
}

.author-profile.padding{
  padding-top:50px;
}

.author-profile .col-sm-2 img{
  width: 100%;
  border-left: 3px solid #0099AE;
}

.author-profile h3{
  margin-top:0;
  color: #3a424c;
}

.author-profile p{
  color: #3a424c;
  font-weight: 400;
}

.author-profile span a{
  color: #C03035;
}

.response-area{
  border-bottom: 0;
}

.response-area h2{
  margin-top: 0;  
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.post-comment{
  padding-left: 70px;
  padding-top: 36px;
  border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img{
  margin-right: 60px;
  border-left: 3px solid #0884d5;
}

.post-comment .media-body{
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p{
  margin-top:10px;
}

.post-comment .media-body span i{
  color: #C03035;
  margin-right: 10px;
}

.post-comment .media-body span a{
  color: #C03035;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a{
  font-weight: 300;
}

.parrent .media-list{
  margin-left: 190px;
}

.parrent .post-comment{
  padding-left: 0;
  margin-left: 70px;
}


/****************************
********* Contact Us*********
*****************************/
/*
#map-section {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#gmap {
  height: 350px;
}

.get-in-touch img {
  margin-top: 35px;
  margin-bottom: 32px;
}

.get-in-touch p {
  font-size: 18px;
  font-weight: 300;
}

#map-section .contact-info {
  position: absolute;
  background-color: #7c3651;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding:25px 50px;
  opacity: 0.9;
  color: #fff;
}

#map-section .contact-info h2, 
#map-section .contact-info a {
  color: #fff
}

#map-section address a:hover {
  color:#20a0e9
}

#contact-form #message{
  resize:none;
}

#contact-form .btn-submit {
  width: 28%;
  margin: 5px auto;
}

.corporate-info .corporate-address {
  background-image: url("../images/contact-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 50px;
}

.corporate-info .corporate-address address {
  background-image: url("../images/icon-map.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
}


/****************************
****** Price-table CSS*******
*****************************/
/*
.price-table {
  margin-top: 88px;
  margin-bottom: 96px;
}

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

.table-heading {
  background-color: transparent !important;
  color: #FFFFFF !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
}

.single-price.price-one .plan-name, 
.single-price.price-two .plan-name, 
.single-price.price-three .plan-name, 
.single-price.price-four .plan-name {   
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.single-price.price-one .plan-name {
  background-color: #0e76bc;
}

.single-price.price-two .plan-name {
  background-color: #ac2429;
}

.single-price.price-three .plan-name {
  background-color: #ed8d1b;
}

.single-price.price-four .plan-name {
  background-color: #6c825f;
}


.single-price .plan-price { 
  color: #fff;
  float: none;
  font-size: 14px;
  height: 110px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-top: 15px;
}


.plan-price .dollar-sign {
  font-size: 18px;
}

.plan-price .price {
  font-size: 24px;
}

.plan-price .month {
  display: block;
  margin-top: -6px;
}

.price-one .plan-price:after, 
.price-two .plan-price:after, 
.price-three .plan-price:after, 
.price-four .plan-price:after  {  
  border-style: solid;
  border-width: 110px;
  content: "";
  height: 0;
  left:50%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  margin-left: -110px;
}

.price-one .plan-price:after {
  border-color: #0d6fb1 transparent transparent;
}

.price-two .plan-price:after {
  border-color: #ac2429 transparent transparent;
}

.price-three .plan-price:after {
  border-color: #e78817 transparent transparent;
}

.price-four .plan-price:after {
  border-color: #5f7452 transparent transparent;
}

.single-price ul li, 
.single-table ul li {
  padding: 12px 18px;
  background-color: #f7f7f7;
  margin-bottom: 5px;
  color: #696969;
}

.single-price ul li span, 
.single-table ul li span {
  float: right;
}

.price-one .btn-buynow, 
.price-two .btn-buynow, 
.price-three .btn-buynow, 
.price-four .btn-buynow   {  
  border-radius: 0;
  color: #fff;
  padding: 12px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

.price-one .btn-buynow  {
  background-color: #0d6fb1;
}

.price-two .btn-buynow  {
  background-color: #ac2429;
}

.price-three .btn-buynow  {
  background-color: #e78817;
}

.price-four .btn-buynow  {
  background-color: #5f7452;
}

.price-one .btn-buynow:hover  {
  background-color: #0a5a90;
}

.price-two .btn-buynow:hover  {
  background-color: #821b1e;
}

.price-three .btn-buynow:hover  {
  background-color: #c57413;
}

.price-four .btn-buynow:hover  {
  background-color: #48583e;
}


.price-table2, .price-table3{
  margin-bottom:125px;
}

.price-table4 {
  margin-bottom: 150px
}

.table-one .table-header, 
.table-two .table-header, 
.table-three .table-header, 
.table-four .table-header {
  overflow: hidden;
  padding:20px;
  color: #fff;
}


.table-one .table-header {
  background-color:#0e76bc;
} 

.table-two .table-header {
  background-color:#c03035;
}

.table-three .table-header {
  background-color:#ed8d1b;
}

.table-four .table-header {
  background-color:#6c825f;
}

.single-table {
  position: relative;
  padding-top: 60px;
}

.table-one:before, 
.table-two:before, 
.table-three:before, 
.table-four:before {
  
  border-style: solid;
  border-width: 0 130px 60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-one:before {
  border-color: transparent transparent #0d6fb1;
} 

.table-two:before {
  border-color: transparent transparent #ac2429;
}

.table-three:before {
  border-color: transparent transparent #e78817;
}

.table-four:before {
  border-color: transparent transparent #5f7452;
}

.table-header h2 {
  color: #fff;
  float: left;
  font-size: 24px;
  margin-top: 7px;
}

.table-header .plan-price {
  float: right;
  margin: 0;
  overflow: hidden;
  padding-top: 1px;
}

.single-table .btn-signup {
  display: block;
  text-align: center;
  position:relative;
  z-index:1;
}

.single-table ul {
  margin: 0;
  padding: 0;
}

.table-one .btn-signup:after, 
.table-two .btn-signup:after, 
.table-three .btn-signup:after, 
.table-four .btn-signup:after {
  content: "";
  position: absolute;  
  border-style: solid;
  border-width: 78px 130px 0;  
  height: 0;
  left: 0; 
  top: -1px;
  width: 100%;
  z-index: -1;
}

.table-one .btn-signup:after {
  border-color: #0d6fb1 transparent transparent;
}

.table-two .btn-signup:after {
  border-color: #ac2429 transparent transparent;
}

.table-three .btn-signup:after {
  border-color: #e78817 transparent transparent;
}

.table-four .btn-signup:after {
  border-color: #5f7452 transparent transparent;
}

.single-table .btn-signup a {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.table-one .btn-signup:hover.btn-signup:after{
 border-color: #0b598d transparent transparent;
}


.table-two .btn-signup.btn-signup:hover:after {
  border-color: #831c20 transparent transparent;
}

.table-three .btn-signup.btn-signup:hover:after {
 border-color: #bd7014 transparent transparent;
}

.table-four .btn-signup.btn-signup:hover:after{
  border-color: #3d4b35 transparent transparent;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/home/tour-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  font-weight: 300;
  margin-top: 30px;
  padding:25px 55px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  background-color: transparent;
  border: 1px solid #cc9b59;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #cc9b59;
  border-color:#cc9b59;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 1px solid #cc9b59;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #cc9b59;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i:hover, #coming-soon i:hover {
  background-color: #cc9b59;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/404-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #4FCCCD;
  color: #797979;
  font-size: 16px;
  font-weight: 700;
  letter-spacing:0;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 25px 53px;
  text-transform: uppercase;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #4FCCCD;
  border-color:#4FCCCD;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 3px solid #cecece;
  height: 40px;
  width: 40px;
  line-height: 35px;
  color: #cecece;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover, 
#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover, 
#error-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover {    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-facebook:hover, 
#coming-soon i.fa-facebook:hover{
  background-color:transparent;  
  color: #314A87;
  border-color:#314A87;
}

#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover{
  background-color:transparent;  
  color: #22BBF4;
  border-color:#22BBF4;
}

#error-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover{
  background-color:transparent;  
  color: #DD4C3B;
  border-color:#DD4C3B;
}

/*************************
******Coming Soon CSS*****
**************************/
/*
.logo-image {
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 95px;
}

.logo-image img {
  display: inline-block;
}

#coming-soon {
  background-image: url("../images/coming-soon-bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  padding: 40px 0;
  overflow: hidden;
}

#coming-soon .social-link {
  margin-top: 35px;
}

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: block;
  max-width: 960px;
  margin: 80px auto 100px;
}


#countdown li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  height: 254px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative;
  color: #fff;
}

#countdown li.angle-one {
  background-image: url(../images/coming-soon1.png);
  left: 120px;
}

#countdown li.angle-two {
  background-image: url(../images/coming-soon2.png);
  left: 40px;
}

#countdown li.angle-three {
  background-image: url(../images/coming-soon3.png);
  right: 40px;
}

#countdown li.angle-four {
  background-image: url(../images/coming-soon4.png);
  right: 120px;
}

#countdown li > span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}

#countdown li.angle-two > span,
#countdown li.angle-four > span {
  margin-top: 80px;
}


#subscribe {
  background-color: #565656;
  color: #FFFFFF;
  padding: 40px 0 50px;
}

#subscribe h2 {
  color: #fff;
  text-transform: uppercase;
}

#subscribe .fa-envelope-o {
  color: #0884d5;
  margin-right: 5px;
}

#subscribe .form-control {
  background-color: transparent;
  height: 52px;
  color: #fff;
  border:2px solid #20a0e9;
}

#newsletter {
  margin-top: 35px;
  position: relative;
}

#newsletter i {
  color: #0884d5;
  font-size: 36px;
  position: absolute;
  right: 12px;
  top: 7px;
}

.newsletter p {
  color: #919191;
  font-size: 12px;
  margin-top: 10px;
}

#coming-soon-footer {
  padding: 45px 0;
  line-height: 15px;
  overflow: hidden;
}

#coming-soon-footer a {
  color: #d89b4e;
}

#coming-soon-footer a:hover {
  color: #b38040
}

/*Shortcodes CSS*/
.bs-example{
  margin: 0 0 20px;
}

.panel-group{
  border: 1px solid #eee;
}
.panel-default{
  border: 0;
}
.panel-group .panel{
  border-radius: 0;
}
.panel-group .panel+.panel{
  margin-top: 0;
}

.panel-default>.panel-heading{
  background-color: transparent;
  border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading{
  border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  border-top-color: #eee;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  background-color: #4FCCCD;
}

.tab-content {
  padding-top: 20px;
}

/*Features*/
.feature-inner{
  text-align: center;
}
.icon-wrapper{
  display: inline-block;
  background-color: #4FCCCD;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  border-radius: 100%;
  margin: 10px 0;
}

/*gridのgutter調整*/
.row-0{
	margin-left:0px;
	margin-right:0px;
 
	> div{
		padding-right:0px;
		padding-left:0px;
	}
}
.row-10{
	margin-left:-5px;
	margin-right:-5px;
 
	> div{
		padding-right:5px;
		padding-left:5px;
	}
}
.row-20{
	margin-left:-10px;
	margin-right:-10px;
 
	> div{
		padding-right:10px;
		padding-left:10px;
	}
}
.row-30{
	margin-left:-15px;
	margin-right:-15px;
 
	> div{
		padding-right:15px;
		padding-left:15px;
	}
}
.row-40{
	margin-left:-20px;
	margin-right:-20px;
 
	> div{
		padding-right:20px;
		padding-left:20px;
	}
}

/* ===================== サイドメニュー ===================== */
#side-menu {
	background-color:#E2F9FE;;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	margin-bottom: 25px;
	padding: 10px 10px 1px;
}
/*#side-menu ul.sub-menu {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}*/

#side-menu ul.sub-menu {	
	list-style: none;
	position: relative;
	top: 0px;
	left: 0;
	background: none;
	padding: 0;
	width: 100%;
	box-shadow: none;
	display: block;
	/*z-index: 100;*/
	border: none;
	margin-bottom: 10px;
}  
#side-menu ul.sub-menu li ul.sub-menu {
    position: relative;
    top: 0px;
    left: 0px;
    background: none;
    padding: 0px;
    width: 100%;
    box-shadow: none;
    display: block;
    /*z-index: 101;*/
    border: none;
}
  
#side-menu li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #555;
	text-decoration: none;
	padding: 15px 20px 15px 30px;
	margin-bottom: 10px;
	background: #FFF;
}
#side-menu li a:hover {
	color: #20a0e9;
}
#side-menu ul.sub-menu li.current-menu-item a {	
	color: #20a0e9;
}
#side-menu ul.sub-menu li.current-menu-item ul.sub-menu li a {
	color: #555;
}
#side-menu ul.side-menu li.menu-item-has-children a {	
	margin-bottom: 10px;
}
#side-menu ul.sub-menu li a {
	font-size: 14px;
	background:  #FFF url(./images/menu-icon2.gif) no-repeat 15px center;
	width: 100%;
	padding: 15px 20px 15px 40px;
	margin-bottom: 10px;
}
#side-menu ul.sub-menu li ul.sub-menu li a {
	font-size: 14px;
	background:  #FFF url(./images/menu-icon3.gif) no-repeat 20px center;
	border-bottom: 1px dashed #CCC;
	width: 100%;
	padding: 10px 10px 10px 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.8em;
}
#side-menu ul li a:hover {
	background: #FFFFC4;
}
#side-menu ul.sub-menu li a:hover {
	background: #FFFFC4 url(./images/menu-icon2.gif) no-repeat 15px center;
}
#side-menu ul.sub-menu li ul.sub-menu li a:hover {
	background: #FFFFC4 url(./images/menu-icon3.gif) no-repeat 20px center;
}
#side-menu ul.sub-menu li ul.sub-menu li:last-child a {
	border-bottom-style: none;
}
/*#side-menu .rss {
	background: #FFF;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}*/
#side-menu .rss {
	text-align: right;
}
#side-menu .rss span {
	color: #F93;
}

#side-menu .widget {	
	margin-bottom: 20px;
}
#side-menu .widget ul {
	margin-bottom: 0px;
}
#side-menu #searchform input#s {
	width: 173px;
}
#side-menu .widget ul li a:hover {
	background: #FFFFC4 url(images/menu-icon3.gif) no-repeat 15px center;
}
#side-menu .widget_search {
	margin-bottom: 20px;
	margin-top: 10px;
}

#side-menu #wpp-4 ul.wpp-list li {
	margin: 0px;
	padding: 0px;
}


/* セミナー */

#seminar-outline,#seminar-info {
	margin-bottom: 30px;
}
#seminar-outline table,#seminar-info table {
	font-size: 110%;
	color: #333;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	line-height: 1.8em;
	border: 3px double #CCC;
}
#seminar-outline table th,#seminar-info table th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-weight: 800;
	color: #555;
	font-size: 14px;
	line-height: 165%;
	background: #E2F9FE;
	/*background: #F1FAFC;*/
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	width: 20%;
}
#seminar-outline table th.center,#seminar-info table th.center {
	text-align: center;
}
#seminar-outline table td.ampm,#seminar-info table td.ampm {
	text-align: center;
	vertical-align: middle;
}
#seminar-outline table td,#seminar-info table td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#seminar-outline table td ul,#seminar-info table td ul {
	margin-bottom: 0px;
}
#seminar-outline table td ol,#seminar-info table td ol {
	margin-bottom: 0px;
}
#seminar-outline table td ul li,#seminar-info table td ul li  {
	margin-left: 20px;
}
#seminar-outline table td ul li ul li,#seminar-info table td ul li ul li {
	list-style: circle;
}
#seminar-chart {
	text-align: center;
}
.seminar-img {
	padding-bottom: 20px;
}
.seminar-img img {
	width: 100%;
}
p#c-word {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*font-weight: bold;*/
}
#lineup-summary {
}
#lineup-summary h3 {
	background: #20a0e9;
	padding: 3px 15px 2px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
}
#lineup-summary h3 {
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#lineup-summary .alignright {
	text-align: right;
}
#lineup-summary .sum-rap p {
	margin-bottom: 5px;
}
#lineup-summary .sum-rap a {
	color: #20a0e9;
}
.seminar-rap h3 {
	font-weight: bold;
	color: #20a0e9;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	padding-left: 10px;
}
.seminar-rap ul.seminar-menu {
}
.seminar-rap ul.seminar-menu li {
	font-size: 110%;
	list-style: disc;
	margin-bottom: 5px;
}
.seminar-rap ul.seminar-menu li a {
	color: #20a0e9;
}
.seminar-rap ul.seminar-menu li a:visited, .seminar-rap ul.seminar-menu li a:link {
	color: #20a0e9;
}
.seminar-rap ul.seminar-menu li a:hover {
	color: #20a0e9;
	text-decoration: none;
}
.entry-content h2 a {
	color: #333;
}
.voices {
	margin-bottom: 20px;
	clear: both;
}
.voices .voice-content {
	background: #F5F5F5;
	padding: 0px 15px 0px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
}
.voices img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.voices .vc {
	float: right;
	width: 82%;
}
.voices .vc p {
	font-size: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
	
/* セミナー申込み */
.wpcf7 table.seminar-proposal {
	font-size: 14px;
	color: #333;
	width: 100%;
}
.wpcf7 table.seminar-proposal th {
	font-weight: 800;
	line-height: 165%;
	background: #E2F9FE;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 14px;
	width: 25%;
	border-bottom: 2px solid #FFF;
}
.wpcf7 table.seminar-proposal td {
	padding: 10px;
}
table.seminar-proposal span.seminar span.wpcf7-list-item,
table.seminar-proposal span.info-form-us span.wpcf7-list-item {
  	display: block;
}
.seminar-submit {
	text-align: center;
}
.seminar-submit input {
	font-size: 22px;	
	color: #20a0e9;
	padding: 8px 10px 5px;
}
.wpcf7 form {	
	margin-bottom: 40px;
}
table.seminar-proposal span.last-name input {
	width: 120px;
	margin-right: 10px;
}
table.seminar-proposal span.first-name input {
	width: 120px;
}
table.seminar-proposal span.last-kana input {	
	width: 120px;
	margin-right: 10px;
}
table.seminar-proposal span.first-kana input {	
	width: 120px;
}
span.last-name, span.first-name, span.last-kana, span.first-kana {
	margin-left: 3px;
}
table.seminar-proposal span.your-email input {	
	width: 400px;
}
table.seminar-proposal span.your-company input {	
	width: 300px;
}
table.seminar-proposal span.post-code input {		
	width: 80px;
}
table.seminar-proposal span.address input {		
	width: 450px;
}
table.seminar-proposal span.telephone input {		
	width: 150px;
}
table.seminar-proposal span.atena input {		
	width: 300px;
}
table.seminar-proposal span.your-message textarea {		
	width: 500px;
}




/* 私たちについて
-------------------------------------------------------------- */

/* company */
#source {
	margin-bottom: 40px;
}
#source img {
	float: right;
	border: 7px solid #F1F1F1;
	margin-left: 10px;
}
#source, #company-info {
	padding-right: 0px;
	padding-left: 0px;
}
#company-info #gmap {
	width: 80%;
	border: 1px solid #e1deda;
	background-color: #fff;
}
#company-info #gmap p {
	text-indent: 0;
	font-size: 12px;
	line-height: 1.5em;
}
#company-info #gmap .popup {
	height: 70px;
	width: 200px;
}
#company-info table {
	border-bottom-style: none;
	font-size: 14px;
	color: #444;
}
#company-info table th {
	color: #444;
	font-size: 14px;
	font-weight: bolder;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	background: #F3F3F3;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#company-info table tr {
}
#company-info table td {
	border-bottom: 1px solid #e1deda;
	padding-right: 20px;
	padding-left: 20px;
}
#company-info #map {
	margin-left: 0;
	width : 100%;
}

/* career */
/*#president {
	background-image: url(images/ishino-career.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#ishino-title {
	color: #20a0e9;
	padding-top: 140px;
	padding-bottom: 350px;
	padding-left: 20px;
	font: 14px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#ishino-title h1 {
	font-size: 16px;
}
#ishino-title #ishino-name {
	font-size: 36px;
	font-weight: bold;
}*/
#ishino-career {
	height: auto;
}
#ishino-career img {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 40%;
}
#ishino-career img#ishino-img {
	border: 7px solid #F5F5F5;
}
#ishino-career img#ishinoblog-bnr {
	margin-left: 7px;
	width: 38%;
}
table#career-sum {
	border-bottom-style: none;
	float: right;
	width: 55%;
}
table#career-sum th {
	font-size: 14px;
	color: #20a0e9;
	width: 28%;
	vertical-align: middle;
	background: #F3F3F3;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
table#career-sum td {
	font-size: 14px;
	color: #444;
	border-bottom: 1px solid #e1deda;
	padding: 5px 15px;
}

#ishino-youtube {
	margin-bottom: 50px;
	position: relative;
}
#ishino-youtube h2 {
}
#ishino-youtube h3 {	
	color: #20a0e9;
}
#ishino-youtube img#movie-icon {
	position: absolute;
	top: -15px;
	right: 0px;
}
/*#youtube-content {
	padding-right: 15px;
	padding-left: 15px;
}*/
#youtube-content iframe {
	margin: 0px;
	padding: 0px;
}
article#source, article#company-info, article#president, article#ishino-youtube {
	border-bottom-style: none;
	margin-bottom: 20px;
}
section#career {
	margin-bottom: 30px;
}



/* 社長ブログ＆公開セミナー情報
----------------------------------------------- */
h2.archive-title {
	margin-bottom: 30px;
}
article.post {
	margin-bottom: 25px;
	border-bottom-style: none;
	clear: both;
}
.post-date {
	float: left;
	width: 60px;
	background-image: url(./images/date-bg.png);
	background-repeat: no-repeat;
	height: 80px;
	line-height: 1;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
}
.date-m {
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
}
.date-d {
	font-size: 180%;
	font-style: normal;
	padding-top: 7px;
	color: #FFF;
	font-weight: bold;
}
.date-y {
	font-size: 80%;
	padding-top: 5px;
	font-weight: bold;
	color: #FFF;
}
article.post img.alignright {
	border: 4px double #ddd;
	float: right;
	margin-left: 15px;
}
article.post header.post-header h1.post-title {
	font-size: 120%;
	margin-bottom: 15px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1.5em;
	padding-bottom: 15px;
	background: url(./images/border.png) no-repeat bottom;
}
article.post header.post-header h1.post-title a {	
	color: #20a0e9;
}
.post-content {
	min-height:120px;
	font-size: 110%;
}
.post-content p {
	line-height: 1.8em;
}
.post-content p a {
	text-decoration: none;
}
.single-content {	
	padding-right: 10px;
	padding-left: 10px;
	font-size: 120%;
}
aside .wp-pagenavi {
	margin-bottom: 40px;
	text-align: center;
	font-size: 120%;
	margin-top: 60px;
}
aside .wp-pagenavi span.pages, 
aside .wp-pagenavi span.current,
aside .wp-pagenavi span.page,  
aside .wp-pagenavi span.larger, 
aside .wp-pagenavi span.nextpostslink {
	border: 1px dotted #CCC;
}
.wp_social_bookmarking_light {
	margin-top: 15px;
	margin-bottom: 15px;
}
.entry-meta {
	margin-top: 30px;
}
nav.nav-single {
	margin-top: 30px;
}
h3.assistive-text {
	font-size: 14px;
	margin-bottom: 10px;
}
.previous-post {
	width: 50%;
	padding: 15px 2% 30px;
	border-right: 1px solid #CCC;
	text-align: right;
	float: left;
}
.next-post {
	width: 50%;
	padding: 15px 2%;
	text-align: left;
	float: right;
}
.entry-content form {
	display: block;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
.entry-content a.lightbox {
	position: relative;
}
.entry-content form a.lightbox img {
}

/* 実践問題集
----------------------------------------------- */
article#post-201 {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

article.backnumber-post {
	position: relative;
	height: 85px;
	margin-bottom: 10px;
	clear: both;
}
.backnumber-post .post-meta {
	width: 110px;
	background-image: url(./images/backnumber-bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
	text-align: center;
	margin-right: 15px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	padding-right: 20px;
	line-height: 0.9em;
	color: #555;
	float: left;
}
.backnumber-post .post-meta span.post-meta-key {
	font-size: 10px;
	font-weight: normal;
}
h1.mailmaga-title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 100%;
}
h1.mailmaga-title a {
	color: #20a0e9;
	font-size: 20px;
	position: absolute;
	left: 130px;
	top: 45px;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: bold;
}
h1.mailmaga-title a:hover {
	text-decoration: underline;
}
.backnumber-date {
	position: absolute;
	top: 80px;
	right: 0px;
}
#side-menu .widget {	
	margin-bottom: 20px;
}

/* 用語辞典
----------------------------------------------- */
#f-dictionary {
	padding-right: 15px;
	padding-left: 15px;
}
#f-dictionary h1 {
	color: #FFF;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
	background: #20a0e9;
}
#dic-popular {
	margin-bottom: 30px;
}
#dic-popular h2, #dic-menu h2 {
	color: #20a0e9;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 0px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
}
#dic-menu h2.post-page {
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
	background: #20a0e9;
}
#dic-popular #pop-list {
	background: #F6F6F6;
	padding: 15px;
}

#dic-popular ul.wpp-list li {
	margin-right: 20px;
	display: block;
	padding: 10px;
	font-size: 18px;
	float: left;
	list-style: disc;
}
#dic-popular ul.wpp-list li a {
	font-size: 16px;
}
#dic-popular ul.wpp-list li span.wpp-views {
	font-size: 12px;
	margin-left: 5px;
}
#dic-menu {
	margin-bottom: 30px;
	clear: both;
}
#dic-menu p {
	margin-bottom: 20px;
	margin-top: 5px;
}
article.dic-post {
	border-bottom-style: none;
	margin-bottom: 15px;
}
.dic-post h3 {
}
.dic-post h3 a {
	color: #444;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	padding: 25px 10px;
	height: auto;
	position: relative;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #F9F9F9;
	font-weight: bold;
	vertical-align: middle;
}
.dic-post h3 a:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 0px;
	height: 0px;
	border-bottom: 17px solid #F3F3F3;
	border-left: 17px solid #FFF; /*最初に記述した bodyのbackground-colorをセット！*/
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.dic-post h3 a:hover {
	background: #FFFFC4;
	color: #20a0e9;
}
article.f-terms, article.pf-terms {
	margin-bottom: 40px;
}
article.f-terms .p-mark, article.pf-terms .p-mark {
	padding: 20px 20px 10px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius:  5px; /* Safari,Chrome */
	background: #EEE;
	margin-bottom: 20px;
}
article.f-terms .add-img, article.pf-terms .add-img {
	margin-bottom: 20px;
}
article.f-terms .add-img2, article.pf-terms .add-img2 {
	margin-bottom: 20px;
	text-align: center;
}
article.f-terms .add-img img , article.pf-terms .add-img img {
	width: 100%;
	height: auto;
}
article.f-terms p img, article.pf-terms p img {
	margin-bottom: 20px;
}
article.f-terms img, article.pf-terms img {
	margin-bottom: 20px;
	text-align: center;
}
article.f-terms p img , article.pf-terms p img {
	width: 100%;
	height: auto;
}
article.f-terms ul, article.f-terms ol, article.pf-terms ul, article.pf-terms ol {
	font-size: 115%;
	padding: 20px 20px 15px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius:  5px; /* Safari,Chrome */
	background: #EEE;
	margin-bottom: 20px;
}
article.f-terms dl, article.pf-terms dl {
	font-size: 115%;
	margin-left: 0px;
}
/* 動画・問題集・通信添削
----------------------------------------------- */
.title-img {
	text-align: center;
	margin-bottom: 30px;
}

#vide {
	margin-bottom: 40px;
}
#vide h4 {
	font-size: 24px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#vide table {
	border-bottom-style: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
}
#vide table th {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F0F0F0;
}
#vide table tr {
}
#vide table td {
	border-bottom: 1px solid #e1deda;
	padding-right: 20px;
	padding-left: 20px;
}
#vide table td ul {
	margin: 0px;
	padding: 0px;
}
#vide .proposal-btn {
	text-align: center;
}　
#kindle-box {
	float: left;
	width: 20%;
	margin-right: 5%;
}
#kindle-box {
	float: left;
	width: 20%;
	margin-right: 5%;
	text-align: center;
}
#kindle-box img {
	width: 70%;
}
#kindle-box img#kindle {
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
h3.product-title {
	font-size: 24px;
	border-bottom: 2px dotted #CCC;
}
#to-amazon {
	}
#to-amazon img {
	width: 20%;
	margin-bottom: 20px;
}
video#intro {
	border: 1px solid #CCC;
}
#video-intro {
	margin-bottom: 30px;
}
#video-intro p {
	font-size: 15px;
	margin-bottom: 10px;
}

.video-bnr {
	padding-bottom: 30px;
	padding-top: 30px;
}
.video-bnr img {
	width: 100%;
}

/* お問い合わせ
----------------------------------------------- */

#contact-form p {
	font-weight: bold;
	margin-left: 30px;
}
#contact-form p {
	font-weight: bold;
	margin-left: 0px;
}
form.wpcf7-form input, form.wpcf7-form textarea {
}
#contact-form {
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	padding: 5%;
	background: #F4F4F4;
}
p input.wpcf7-form-control {
	font-size: 14px;
	font-weight: bold;
}
span.checkbox-677 span.wpcf7-list-item {
  	display: block;
}
#contact-form span.company input {
	width: 300px;
}
#contact-form span.companykana input {
	width: 300px;
}
#contact-form span.your-name input {
	width: 200px;
}
#contact-form span.kana input {
	width: 200px;
}
#contact-form span.phone input {
	width: 150px;
}
#contact-form span.your-email input {
	width: 400px;
}
#contact-form span.your-message textarea {
	width: 100%;
}
#contact-form span.last-name input {
	width: 120px;
	margin-right: 10px;
}
#contact-form span.first-name input {
	width: 120px;
}
#contact-form span.last-kana input {	
	width: 120px;
	margin-right: 10px;
}
#contact-form span.first-kana input {	
	width: 120px;
}

/* 特商法
----------------------------------------------- */
.tokushoho dl {
	margin-bottom: 25px;
}
.tokushoho dt{
	font-size: 16px;
}
.tokushoho dt.dt2{
	font-size: 14px;
}
.tokushoho dd {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


/* サイトマップ
----------------------------------------------- */
article#post-102 ul#sitemap_list li a {
	color: #333;
}
article#post-102 ul#sitemap_list li a:hover {
	color: #20a0e9;
	text-decoration: underline;
}
article#post-102 ul#sitemap_list li a:visited {
}

/************************************
** 自前のバルーンシェアボタン
************************************/
/*bottom*/
#sns-btn-bottom{
	margin:5px 15px;
	padding: 10px 0px;
}
/*.balloon-btn-set{
  width:70px;
  height:63px;
}*/

.balloon-btn-set a{
  display:block;
  color:#777;
  font-size:15px;
  text-decoration:none;
}
.balloon-btn-horizontal{
	float:right;
	margin: 0 2px;
	text-align:center;
}
a.arrow-box-horizontal-link{
  font-weight:bold;
  text-align:center;
}
a.arrow-box-horizontal-link:hover{color:#777;}
a.balloon-btn-horizontal-link{
  border:1px solid #ddd;
  width:68px;
  height:25px;
  line-height:25px !important;
  position:relative;
  top:7px;
  color:white;
  border-radius:3px;
}
a.balloon-btn-horizontal-link:hover{
  color:white;
  opacity:0.6;
}

a.twitter-balloon-btn-horizontal-link{background-color:#6bace2;}
a.facebook-balloon-btn-horizontal-link{background-color:#445d93;}
a.googleplus-balloon-btn-horizontal-link{background-color:#d36054;}
a.hatena-balloon-btn-horizontal-link{background-color:#4c7ec6;}
a.pocket-balloon-btn-horizontal-link{background-color:#e15c69;}
a.line-balloon-btn-horizontal-link{background-color:#50c150;}
a.feedly-balloon-btn-horizontal-link{background-color:#94be61;}
a.rss-balloon-btn-horizontal-link{background-color:#fe9900;}

.arrow-box-horizontal {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
  text-align:center;
  width:68px;
  height:33px;
  border-radius:3px;
  top:-7px;
  line-height:33px;
  display:inline-block;
}

.arrow-box-horizontal:after,
.arrow-box-horizontal:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box-horizontal:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow-box-horizontal:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #BBBBBB;
  border-width: 5px;
  margin-left: -5px;
}
/*  head  */
.share-num{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*head*/
#sns-btn-head {
	margin-bottom: 40px;
}
/* ===================== 数式左寄せ ===================== */
.MathJax_Display {
  text-align: left !important;
  text-indent: 2em !important;
}

/* ===================== Clear Fix ===================== */

/* For modern browsers */
.clearFix:before,
.clearFix:after {
    content:"";
    display:table;
}
 
.clearFix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearFix {
    zoom:1;
}

@media print {
body {
	width: 767px;
}
.navontrack, .navbar-collapse, img.lineup-btn, h1.seminar-points, .blog-bnr, .seminar-bnr, #sns-btn-head, #right-contents, #dic-menu, .nav-single, #fb-bnr, #footer {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none;
}
.point-inner {
	padding-left: 0px;
}
.page-title {
	font-size: 18px;
	color: #333;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 2px solid #F3F3F3;
	text-align: center;
}

}
