.contentTitle h1 {
    border-bottom: 1px solid #48B577;
    color: #48b579;
    text-align: center;
    line-height: 140%;
    padding-bottom: 10px;
	padding-top: 50px;
}

.top-category_photo .contentTitle {
    margin: 0;
}


.top-category_photo .contentTitle h1 {
	padding-top: 0px;
    margin-bottom: 35px;
}

.top-category_photo .contentTitle .date {
    font-size: 45%;
    color: #48b579;
}

.update{
    color: #48b579;
}

.top-category_photo #main{
	font-size: 110%;
}

.contentBody h2 {
	margin: 50px 4px 30px 4px;
    padding: 0px 15px;
    border-left: 12px solid #48b577;
    font-size: 180%;
}


.contentBody h3 {
margin: 2em 0 1em;
    padding: 0 5px 0px;
    border-bottom: 1px solid #ccc;
    color: #48b577;
    font-size: 160%;
}


.contentBody h4 {
	margin: 2em 0 1em;
    /* padding: 0 10px; */
    color: #000;
    font-size: 130%;
}

.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
}


.contentBody ul {
	padding:0.5em;
	list-style-type:none;
}

.contentBody ul li  {
	position:relative;
	padding: 0em 0.3em 0.3em 1em;
	margin-bottom: 12px;
    line-height: 150%;
}

.contentBody ul li::before {
	position: absolute;
    content: '';
    display: block;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    border-right: 3px solid #48b577;
    border-bottom: 3px solid #48b577;
    transform: rotate(-45deg);
}


.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.contentBody ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 20px;
}

.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: #48B577;
    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 .alignLeft {
  float: left;
  margin-right: 15px;
  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 table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: top;
  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: rgba(255,255,255,0.8);
}
.contentBody table[border] th {
	background-color: #fcfef2;
    text-align: center;
    color: #51b980;
}

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

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


/* recruit
================================================== */

.top-category_recruit p{
	    font-size: 113%;
}


.wrap1{
	background: url(/theme/sn-default/images/wrap1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
	padding: 30px;
	margin-bottom: 60px;
}


img.attached_icon {
	margin-right: 10px;
	padding: 5px;
}


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


.red{
  color: red;
}

.style1{
	margin: 1px 0;
    padding: 0px;
    border-left: none;
    font-size: 172%;
    background: linear-gradient(transparent 70%, #fff141 43%);
    font-weight: bold;
}


.style2{
	color: #48B579;
}

.style3{
    font-size: 130%;
}

.style4{
    display: inline-block;
    background-color: #51b980;
    color: #FFF;
    width: 100%;
    font-size: 150%;
    margin-bottom: 10px;
    padding: 0.3em;
    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;
}

.style4 a{
	color: #fff!important;
	text-decoration: none;
}

.style4: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);
}

.style5{
	font-size: 250%;
}

.style6{
	font-size: 200%;
}

.style7{
	font-size: 180%;
}

.style8{
	font-size: 90%;
}



@media (max-width: 480px){
	
.contentTitle h1 {
    padding-top: 0px;
}
	
.top-category_photo .contentTitle h1 {
    padding-top: 0px;
    margin-bottom: 5px;
}
	
.top-category_photo .contentTitle .date {
    margin-bottom: 25px;
}
	
.contentBody h2 {
    margin: 25px 0px 20px 0px;
    padding: 0px 8px;
    font-size: 135%;
	line-height: 145%;
	border-left: 8px solid #48b577;
}
	
.contentBody h3 {
	font-size: 128%;
    margin: 15px 0px;
}
	
.contentBody img.alignLeft, img.alignRight {
    padding: 0px 50px;
}
	
.contentBody .alignRight,.contentBody .alignLeft {
    text-align: center;
    width: 100%;
    float: none;
    margin-left: 0px;
	    margin-bottom: 30px;
}
	
.contentBody p, .contentBody ol, .contentBody ul {
    margin: 2px;
}
	
.contentBody ol {
    padding: 0px;
}
	
	
	
.contentBody table {
	font-size: 90%;
}

	
img.attached_icon {
    margin-right: 3px;
    width: 28px;
}	
	
.style1 {
    line-height: 120%;
    font-size: 140%;
	display: inline-block;
}
	
.top-category_recruit .style1 {
        font-size: 130%;
    line-height: 152%;
    color: #48b577;
    background: none;
    text-align: center;
    display: block;
}
	
.style3 {
    font-size: 100%;
}
	
.style4 {
    font-size: 115%;
}
	
.contentDescription {
    color: #000;
}
	
	
.top-category_recruit .contentBody table[border] th, .contentBody table[border] td {
    padding: 5px;
}
	
.top-category_recruit .contentBody table {
    font-size: 80%;
}

}

table.kcfp{
	padding: 10px;
}

table.kcfp .style6 {
    display: block;
    padding-top: 20px;
    line-height: 130%;
    margin-bottom: 20px;
}

table.kcfp h4 {
    padding: 0 20px;
}

table.kcfp p{
	padding-right: 20px;
	padding-left: 20px;
}
