.contentHeader {
	width: 100%;
	margin: 15px 0;
/*	padding: 0 10px;*/
}


.contentHeader.senpai h1{
	display: none;
}

.contentHeader .contentHeader-inner {
  width: 100%;
  background: url(../images/category.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.contentTitle {
	width: 100%;
  

}
.contentTitle h1 {
        font-size: 200%;
    line-height: 130%;
    /* font-weight: normal; */
    border-bottom: 1px solid #ff5342;
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.contentDescription{
color: #ff5342;
text-align: center;    
	margin-bottom: 60px;
	
}

.contentHeader .date{
	margin-top: 0px;
	padding: 0 10px 0 0;
	text-align: right;
	display: none;
}




.contentBody h2 {
	padding: 0px 14px;
    margin: 60px 0 30px 0;
    font-size: 215%;
    line-height: 150%;
    /* color: #ff5342; */
    border-left: 13px solid #f44336;
    font-weight: 600;
}

.contentBodyWrapper h2 {
	padding: 40px 0 0 0;
	margin: 0 0 20px 0;
	font-size: 160%;
	line-height: 150%;
	color: #ff5342;
	font-weight: 600;
	border-bottom: 1px solid #ff5342;
}



.contentBody h3 {
	margin: 60px 0 20px 0;
    font-size: 160%;
    line-height: 140%;
    color: #ff5342;
}


.contentBody h4 {
    margin: 10px 0;
    padding: 13px 0;
    /* padding: 0 10px; */
    /* color: #534741; */
    font-size: 130%;
    border-bottom: 1px solid;
}



.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}


.contentBody ul li {
	position: relative;
/*	padding: 0em 0.3em 0.3em 1em;*/
/*	margin-bottom: 12px;*/
	line-height: 150%;
	list-style-type: disc;
	margin: 20px 0 20px 30px;
}


.contentBody ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}


.contentBody ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    color: #8a7066;
	margin: 40px 0;
}

.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 20px;
}

.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #ff5342;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.contentBody ol li {
    margin-bottom: 15px;
}

.contentBody ol a {
    color: #f34336;
    transition: 0.3s;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}




.contentBody sup {
  font-size: 0.5em;
  vertical-align: top;
}

.contentBody sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

/* Color Definition
================================================== */

.red{
  color: red;
}



/* Style
================================================== */

.style1{
	font-size: 170%;
    color: #534641;
    font-weight: 100;
    margin-bottom: 30px;
    display: block;
}


.style2{
	background-color: #0449a5;
	color: #fff;
	padding:10px;
	font-size: 130%;

}

.style2 a{
	color: #fff;

}


.btn-square-slant {
  display: block;
    position: relative;
    padding: 3%;
    font-weight: bold;
    text-align: center;
    font-size: 190%;
    text-decoration: none;
    background: #ff5342;
    color: #fff;
    border-bottom: solid 5px #534641;
    border-right: solid 5px #98827a;
	transition: 0.3s;
}

.btn-square-slant a{
	color: #fff;
}

.btn-square-slant:hover,.btn-square-slant:focus{
	color: #f9e84b;
}

.btn-square-slant:before {  
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #f4f2ec;
}

.btn-square-slant:after {  
  content: " ";
  color: #fff;
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #f4f2ec;
  border-bottom-color: transparent;
}

.btn-square-slant:active {
  /*ボタンを押したとき*/
  border:none;
  color: #fff;
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
}

.btn-square-slant:active:after, .btn-square-slant:active:before {
  content: none;/*ボタンを押すと線が消える*/
}



@media screen and (max-width: 480px){
.style2 {
  line-height: 220%;
  }
	
.btn-square-slant {
    padding: 6%;
    font-size: 140%;
}
	
	
}



.style3 {
font-size: 80%;
}

.style3 a{
	text-decoration: none;
}
.style4{
	margin: 1px 0;
    padding: 0px;
    border-left: none;
    font-size: 150%;
    background: linear-gradient(transparent 70%, #0449a5 43%);
    font-weight: bold;
}

.style5{
	text-align: center;
    display: inline-block;
    background-color: #0449a5;
    color: #FFF;
    width: 100%;
    font-size: 150%;
    padding: 0.8em;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
}

.style5 a{
	color: #fff;
	display: block;
}

.style5:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}

.style6 {
	line-height: 220%;
    font-size: 110%;
}

.style7 {
	color: #ffffff;
    background-color: #f44436;
    padding: 30px 36px;
    display: inline-block;
    font-size: 145%;
    font-weight: bold;
    box-shadow: 0 0 8px gray;
    background-image: url(/theme/sn-default/images/icon01.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right bottom;
    width: 100%;
	max-width: 700px;
}


.style7 a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.style8{
	font-size: 200%;
    line-height: 160%;
    color: #0449a5;
    font-weight: bold;
}
.style9{
  font-size: 150%;
	color: #ff5342;
}


.style9 a{
	color: #ff5342;
	text-decoration: none;
}

@media screen and (max-width: 768px){


.contentBody .alignRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
	width: 50%;
}
	
.contentBody .alignLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
	width: 50%;
}

}



.contentBody .alignRight,.contentBody .alignLeft {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0px;
}
	
.contentDescription {
    margin: 0;
    padding: 0 3%;
    line-height: 160%;
}
	
.contentTitle h1 {
  font-size: 160%;
  line-height: 150%;
}
	
	
.contentBody ol li {
    padding: 0.5em 0.5em 0.5em 40px;
	}
	
.contentBody ol li:before {
    width: 30px;
    height: 30px;
    line-height: 27px;
    top: 22px;
    font-size: 20px;
}
	
.contentBody ul li {
}
	
.contentBody ul li::before {
    width: 6px;
    height: 6px;
	}
	
.style1 {
    font-size: 120%;
	    line-height: 150%;
}
	
.style4 {
    font-size: 120%;
}
	
.style5 {
    line-height: 160%;
	font-size: 120%;
	}
	
.style5 a{
	text-decoration: underline;
	}
	
.style8 {
    font-size: 140%;
	}

  .style9{
}
	
  .style10{
padding-left: 5px;
    background: -webkit-linear-gradient(transparent 50%, #fbded0 50%);
    background: -o-linear-gradient(transparent 50%, #fbded0 50%);
    background: linear-gradient(transparent 50%, #fbded0 50%);
}

.contentBody table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: middle;
  font-size: 100%;
}

.contentBody th {
	color: #fff;
    background-color: #fc8563;
    font-weight: bold;
}

.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
    padding: 2%;
    border: 6px solid #f4f2ec;
    line-height: 140%;
}
.contentBody table[border] td {
	background-color: #e2dfd9;
}

.contentBody sup {
  font-size: 0.5em;
  vertical-align: top;
}

.contentBody sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

.contentBody table[border] td ul {
    padding: 0.25em;
    list-style-type: none;
	margin: 0;
}

.contentBody table[border] td ul li {
    margin: 0 0 10px 0;
}


.contentBody table th ul li {
    margin: 12px 20px;

}


.contentBody table[border] td a {
    color: #ff5342;
}


@media screen and (max-width: 700px) {
	
.contentBody table[border] th,
.contentBody table[border] td {
    display: block;
	width: 100%!important;
    border: none!important;
}
	
	
.contentBody table[border] th p,
.contentBody table[border] td {
	margin: auto!important;
	}
	
.contentBody table[border] td {
    background-color: #ffffff;
}
	
}

.contentBody table img {
    margin: 0;
}

@media (min-width:820px) and ( max-width:970px) {

.tbl-base th:nth-child(2){
		width:7%;
}
.tbl-base th:nth-child(3){
	width:27%;
}
.tbl-base th:nth-child(4){
	width:27%;
}
.tbl-base th:nth-child(5){
	width:27%;
}

}



@media (min-width:801px) and ( max-width:819px) {



}

@media (min-width:768px) and ( max-width:800px) {



}




@media screen and (max-width: 767px){



.scroll-table {
	width: 100%;
	overflow: scroll;
	border: solid 1px #ddd;
	-webkit-overflow-scrolling: touch;

}


.contentBody .tbl-base{
	width: 750px;
	max-width: 750px;

}




}


@media screen and (max-width: 480px){
.contentBody h2 {
	font-size: 170%;
	margin: 20px 0 10px 0;
}
  .contentBody h3 {
	font-size: 140%;
    margin: 30px 0 10px 0;
}
.contentBody h4 {
  font-size: 120%;    
	padding: 6px 0;
}
}


