body {
    background-color:  #ffffff;
}

/* bootstrapの定義上書き */

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

.contents-bc {
border: 0px double #ccc;
padding: 20px 20px;
background-image: linear-gradient(-45deg, #fff 25%, #f5f5f5 25%, #f5f5f5 50%, #fff 50%, #fff 75%, #f5f5f5 75%, #f5f5f5);
background-size: 4px 4px;
text-shadow: 0px 0px 0 rgba(0,0,0,0.5);
color: #000; box-sizing: border-box;
}

.contents-margin { 
  margin-top: 10px;  
  margin-bottom: 20px;  
}

.footer {
    position:absolute;
    width:100%;
    height:auto;
    font-size:80%;
    border-top: 40px solid #0f2350;
    padding-top: 10px;
    margin-top: 20px;
padding: 20px 20px;
background-image: linear-gradient(-45deg, #fff 25%, #f5f5f5 25%, #f5f5f5 50%, #fff 50%, #fff 75%, #f5f5f5 75%, #f5f5f5);
background-size: 4px 4px;
text-shadow: 0px 0px 0 rgba(0,0,0,0.5);
color: #000; box-sizing: border-box;
}

.profile_img {
    width:150px;
    height:150px;
    border-radius: 20px 20px 20px 20px;
    margin-top:30px;
}

.mar-t70 {
    margin-top:70px;
}
.mar-t45 {
    margin-top:45px;
}
.mar-t30 {
    margin-top:30px;
}
.mar-b50{
    margin-bottom:50px;
}

/* 文字横にライン編集 */
.ex-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ex-title:before,
.ex-title:after {
    border-top: 1px solid;
    content:' ';
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-glow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.ex-title:before {
    margin-right: 0.5em;
}

.ex-title:after {
    margin-left: 0.5em;
}
/* 文字横にライン編集 */

.text-white {
  color: #fff;
}

/* aタグの文字色変更 */
a{
    color: #000;
}

a[href]:hover, .label-danger[href]:focus {
    color: #9a9898;
}

.section {
	margin: 20px 0 20px 0;
	line-height: 1.2em;
	clear: right;
}
.section h2 {
    background-color: #cccccc;
}

.box {
	text-align: left;
	border: 3px solid #000000;
	padding: 10px 20px;
	margin-right: 20%;
	background: #FFFF00;
}

/* .jumbotron h1タグの文字色変更 */
.jumbotron h1,
.jumbotron .h1 {
  color: #fff;
}

.under-nav {
    border-bottom: 40px solid #0f2350;
}

.margintop {
    padding-top: 20px;
}

.margintop15 {
    padding-top: 15px;
}

th.cellstyle {
     color:#fff;
     background-color:#7fffd3;
     text-align:center;
}

li.jireilist {
     text-align: left;
     font-size: 21px;
     font-weight: bold;
     line-height: 1.5;
}

li.jireilistlg {
     text-align: left;
     font-size: 26px;
     font-weight: bold;
     line-height: 1.5;
}

.main-visual {
    position: relative;
}

.main-visual h1 {
    position: absolute;
    top: 65%;
    left: 0;
    margin: 0;
    color: #fff;/*文字を白に*/
    background-color: rgba(100,100,100,0.6);
    line-height: 1;
    padding: 30px 50px;
}

img.tpmark {
    border: 1px #000 solid;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.pagetop a {
    display: block;
    background-color: #009ecd;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 12px 12px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 3;
    overflow:auto;
    border-radius: 8px 0px 0px 8px/8px 0px 0px 8px;
}

.pagetop a:hover {
    display: block;
    background-color: #e6e6fa;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding:12px 12px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 3;
    overflow:auto;
    border-radius: 8px 0px 0px 8px/8px 0px 0px 8px;
}

.btn-tell {
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    background: #00bcd4;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

.btn-tell>span {
    border-bottom: solid 2px #fff;
    font-size: 35px;
}

