/*
 * Globals
 */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  background-image:url(images/texture_check_04_14.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;
}



@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: #f5f5f5;
  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(222,96,43,1.00);
	border-bottom:double 3px rgba(222,96,43,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: rgb( 244, 153, 237 );
  border-style: dashed;
  background-color:rgba(254,216,251,1.00);
  border-radius: 30px;
}

.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(222,96,43,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:280px;
		text-align:left;
	}

@media (min-width: 768px){
	.dl-horizontal dt.dtwidth {
		width:240px;
	}
}

.profile_c{
	color:rgba(222,96,43,1.00);
}

.k084{
  background:rgba(244,146,0,1.00); /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
}

.k093 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #ff88c9;/*文字色*/
  background: #FFF;
  border: solid 3px #ff88c9;/*線*/
  border-radius: 10px;/*角の丸み*/
}
.k093 p {
  margin: 0; 
  padding: 0;
}

.waku_nasi{
	padding: 0px;
}

@media (max-width: 768px){
	.waku_nasi{
	padding: 15px;
}
}

.pb-2 {
	padding-bottom: 10px;
}

.dl-horizontal dt{
	width: 83%;
}

.flex_row{
    display: flex;
}

@media (max-width: 768px){
    .flex_row{
    display:block;
}
}