/*
 * Globals
 */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  background-image:url(images/background.gif)
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333;
}

	.container div{
		font-size:13px;
	}
	.container h2{
		font-size:20px;
	}

@media only screen and (max-width:480px) {
	.container div{
		font-size:12px;
	}
	.container h2{
		font-size:14px;
	}

}



.container {
	background-color:rgba(255,255,255,1.00);
}



/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
/*  padding-top: 20px;*/
  padding-bottom: 20px;
}
.blog-header_min {
  padding-top: 10px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

.blog-main{
/*	border-left:double 3px rgba(205,205,205,1.00);
	border-right:double 3px rgba(205,205,205,1.00);*/
}

@media only screen and (max-width:750px) {
	.blog-main{
		border-right:none;
		border-left:none;
	}

}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color:rgba(196,248,186,0.18);
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.sidebar-module h4{
	color:rgba(66,142,4,1.00);
	border-bottom:double 3px rgba(66,142,4,1.00);
}

.sidebar-module h4 span{
	padding-right:5px;
}

.imgresize{
	max-width:160px;
	padding-bottom:10px;

}

.prof{
	text-align:center;
}

@media only screen and (max-width:768px) {
	.prof{
		text-align:left;
	}

}


/* Pagination */
.pager {
  margin-bottom: 30px;
  text-align: center;

}
.pager > li > a {
  font-size:14px;
  width: 80px;
  padding: 5px 10px;
  text-align: center;
  border-width: 1px;
  border-color:rgba(120,201,121,1.00);
  border-style: dashed;
  background-color:rgba(196,248,186,1.00);
  border-radius: 30px;
color: rgba(66,142,4,1.00);
}

.pager > li{
	padding-right:15px;
}

ul li a span.glyphicon-arrow-left , ul li a span.glyphicon-home{
	padding-right:5px;
}

ul li a span.glyphicon-arrow-right{
	padding-left:5px;
}

@media only screen and (max-width:320px) {
	.pager{
		margin:15px 0px;
	}
	.pager li{
		margin:0px -5px;	
	}
	.pager > li > a {
		  font-size:10px;
		  width:70px;
		  padding: 5px 5px;
		  border-radius: 10px;
	}
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 30px;
  font-size: 28px;
  color:rgba(66,142,4,1.00);
}
.blog-post-meta {
  margin-bottom: 5px;
  color: #999;
}


.blog-post p{
	padding-bottom:10px;
}
.blog-post h2{
	margin-top:-15px;
}


/*
 * infolink
 */

.kanrendiv{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color:rgba(255,218,178,0.50);
  padding-left:5px;
  padding-top:10px;
	
}

@media only screen and (max-width:760px) {
	.hidden-sm{
		display:none;
	}
}

/*
 * Footer
 */

.blog-footer {
  padding: 10px 0;
  color: #999;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  font-size:12px;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.blog-footer div div ul li{
	display:inline-block;
}

@media only screen and (max-width:760px) {
	.footer_bottomline{
		border-bottom:solid 1px rgba(229,229,229,1.00);
		padding-left:0px;
		margin-left:-25px;
	}
	.blog-footer div div p{
		text-align:center;
		padding:10px 0px;
	}
	.blog-footer div div ul{
		text-align:left;
		
	}
	
	.blog-footer div div ul li{
		display:block;
		padding-top:3px;
	}

}


/*
 * profile
 */

.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{margin-top:20px;
}

.bottompad
{margin-bottom:5px;
}

/* blog all text underline*/
.underline{
	text-decoration:underline;
}


	.dl-horizontal dt {
		width:220px;
		text-align:left;
	}

@media (min-width: 768px){
	.dl-horizontal dt.dtwidth {
		width:240px;
	}
}

.profile_c{
	color:rgba(222,96,43,1.00);
}

.btn_katou_green{
	background-color: rgba(103,158,68,1.00)!important;
	color: rgba(255,255,255,1.00)!important;
}

.btn_katou_green:hover{
	background-color: #3498db!important;
}

/*.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
	z-index:200;
}
.page-top a {
	background-color:rgba(255,178,226,0.83);
	text-decoration: none;
	color:rgba(233,47,117,1.00);
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
.page-top a:hover {
	text-decoration: none;
	background:rgba(255,178,226,0.52);
}
*/

.futoji{
	font-weight: 600;
	font-size: 18px;
}


.sidebar-module p a{
	display:block;


}

.box {
    padding: 1em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box p {
    margin: 0; 
    padding: 0;
}

.fs-12{
  font-size:12px;
}

.flex-box{
	display: flex
}

@media screen and (max-width:768px){
	.flex-box{
	display:block;
}
}