	/* CSS Document */

.noclear{
	clear:none;
}

.clear {
    clear: both;
}
/*nav-bar*/
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-inverse {
    background-image: linear-gradient(to bottom, #79b7e7 0px, #79b7e7 100%);
    background-repeat: repeat-x;
}
.navbar-inverse {
	background-color: #79b7e7;
	border-color: #79b7e7;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom, #0D47A1 0px, #0D47A1 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;
}

.headroom--pinned {
    display: block;
}
.headroom--unpinned {
    display: none;
}
/* Autohide navbar */
.slideUp { top:-100px; }


.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }

.navbar.z-depth-2{
	box-shadow:none;
	}
	/*
#search .input-group-btn .btn {
	padding:9px 14px;
	box-shadow:none;}
	*/
/*navbarend*/

/*Font フォント　の修正*/
.blog-sidebar .blog-post-title {
	font-size:14px
}
table tr td .blog-post-title{
	font-size:14px
}
.blog-main .blog-post-title{
	font-size:23px
}
.blog-main .blog-post-title .label-alpha, .blog-post-title .glyphicon{
	font-size:70%
}

h1, .h1{ font-size: 30px}
h2, .h2{ font-size: 24px}
h3, .h3{ font-size: 18px}
h4, .h4{ font-size: 16px}
/*カテゴリーメニューの切り替え*/
.mainmenu-submenu ul li {
    color: #bad2e1;
    font-size: 160%;
    font-weight: 300;
    margin-left: 20px;
    padding: 1em 0 0.6em;
}
.mainmenu-submenu ul li ul  {
    color: #bad2e1;
    font-size: 14px;
}
.mainmenu-submenu ul li ul li{
    font-size: 14px;
    font-weight: 100;
    margin-left: 20px;
}

/*Blog-Postのトップがずれるのを防止*/
.blog-post{
	margin-top:0px;
	margin-bottom:10px;
}
.section{
	padding-top:0px;
	padding-bottom:10px;

}

/*side panel の修正*/
.blog-sidebar .panel-heading h4{
	margin-top:0;
}

/*snsbuttons*/
#likemodule ul li.hatena {
	margin-right:10px;
}
 #likemodule ul li.mixi {
	 margin-right:5px;
	width:110px;
 }
#likemodule ul li.likeButton{
	margin-right:0px;
}
#likemodule ul li.tweetButton{
	margin-right:-15px;
}

.asset-sns .asset-sns-link {
	float: left;
	width: auto;
	margin-right: 10px;
}
.asset-sns .asset-sns-link{
	width:70px;
}
 #snslink_facebook {
	width: 120px;
}
 #snslink_mixi {
	width: 65px;
	margin-right:20px;
}
#snslarge.asset-sns .asset-sns-link, #snslarge.asset-sns .asset-sns-inner #snslink_twitter{width:auto;}
 #snslink_twitter {
	width: 100px;
}

.asset-sns {
	width: auto;
	/*
	background-color: #F1F6FA;
	border: 1px solid #E0EEF5;
	*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 10px;
	margin-bottom:5px;
}
.asset-sns-inner {
	padding: 3px;
}


/*slide menu のレイアウト*/
.dropdown-menu li span a, .dropdown-menu li ul li a{
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

div#language-swicher{
	padding:15px;
	height:50px;
	width:100px;
}

/*20141218-embed-top
.embed-fixed-top{
	left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
	top: 50;
}*/
/*slide　内のサーチ*/
.navbar-nav form.navbar-form {
	margin:8px;
}
.in form.navbar-form {
	margin:0;
}

/*DataTable のリスト*/
.dataTable ul{
	list-style:none;
}


/*toggle のアイコン*/
.accordion-toggle{
    content: "+";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "-";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+";    /* adjust as needed, taken from bootstrap.css */
}
a.accordion-toggle{
	text-decoration:none;
	color:grey;
}

/*エントリーリストウィジェット*/
li.active-entry{
	background:#FBFFE5;
}

/*Developers comment*/
div.fb-comments{
	margin:auto;
}

.navbar-fixed-bottom .btn{
	opacity:0.8;
}
.container-f{
	margin-left:10px;
}




/* User Navigation ----------------------------------------------------------------- */

.widget-sign-in { 
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    margin: 0;
    padding: 10px;
    color: #8099b3;
    font-size: 12px;
    text-align: right;
}

.widget-sign-in .widget-header {
    display: none;
}

.widget-sign-in .widget-content {
    margin: 0;
}

.widget-sign-in a {
    text-decoration: none;
    color: #fff;
}

.widget-sign-in a:hover {
    text-decoration: underline;
}

.widget-sign-in p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/*記事のサブインフォメーション*/
#entry-sub-information {
	font-size: 1rem;
}

/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 80px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+5) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 120px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 200px;
    }
}

/*忍者フォーム*/
.container-f #default_top {
	width:100%;
}

/*メールフォームのパーツや送信ボタンを囲っているタグのclass（タイトル、説明文以外）*/
.container-f #default_top .main {
	width:100%;
}

#shinobi_jp_text{
	display:none;
}
.textarea_top{
	width:100%;}
.textarea_parts{
	height:40px;
	width:100%;
}
#default_top .textarea_parts, #default_top .name_parts{
	font-size:10px;
}


/*バッジアイコン*/
.label-alpha {
	background-color: #3EB4FF;
}

.label-beta {
	background-color: #2740FF;
}
.label-public-beta {
	background-color: #BF43FF;
}

/*Tab-Toggle*/
ul#poiuni-top-list-tab li {
	width:33%;
	font-size:small;
}

.tab-content .categoryentrylist li.list-group-item{
	height:45px;
}
.tab-content .categoryentrylist ul.list-group{
	height:130px;
}

/*offcanvas*/
ul.nav ul.dropdown-menu ul{
	list-style:none;
	padding:0;
}
ul.nav ul.dropdown-menu li.depth-1{
	font-weight:bolder;
}

ul.nav ul.dropdown-menu li.depth-1 ul li{
	font-weight:normal;
}

/*newlessontable*/
#newlessontabel h1.p-name {
	margin-top:0px;
}

/*Pankuzu*/
#pankuzu .col-sm-12{
	margin-bottom:10px;
}

/*New Entry List Title*/
#newlessontabel .blog-post-title{
	font-size:18px;
}

/*datateble*/
#dt-entryid{
	width:15px;
}
.dataTable .dt-thumnail img{
	max-width:200px;
}
/*Drop Down Menu スクロール*/
.scrollable-menu {
                height: auto;
                max-height: 500px;
                overflow-x: hidden;
}
.a-depth-1{
	border-bottom: 1px solid #e5e5e5;
}
/*main-header-margin*/
#main-contents{
	margin-top:60px;
}

