h3 {
	font-size: 16px;
	display:-webkit-box;/*--- Android���u���E�U�p ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;
    display: flex;
	height: 35px;
	margin-bottom: 20px;
	padding: 0 20px 0 30px;
	color: #fff;
	background: url(../../images/bg-btn02.png);
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

#textToJF::after {
	content: url(/kyozai/images/static/icon_newtab.png);
    padding-left: 5px;
}



#textToAnother::before {
	content: url(/kyozai/images/static/icon_newtab.png);
    padding-right: 5px;
}

#textToAnother.textToJF {
	font-size: 16px;
}


.textToJF {
	text-align: right;
	font-size: 14px;
}

#contents p.contentsInfoTextLeft.gaibuIcon01_ {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: right;
    width: 610px;
}

#illustratedLink {
	margin: 0 auto 60px;
	background-repeat: no-repeat;
}

#illustratedLink table {
	margin: auto;
}
	
#illustratedLink td {
	vertical-align: middle;
}

#illustratedLink div {
	background-repeat: no-repeat;
    height: 120px;
    width:150px;
}

.categoryLinks {
	width:305px;
}

#illustratedLink a {
	font-size: 20px;
}
/*
.categoryLinks::after {
    content: url(../../images/ico-gaibu01.png);
    padding-left: 5px;
    
}
*/

.icon {
	padding-left: 5px;
	vertical-align: middle;	
	width: 20px;
}
    
#illustratedLink #img01 {
    background: url(../../images/A-4-6_img01.png) center center;
	background-repeat: no-repeat;
}

#illustratedLink #img02 {
    background: url(../../images/A-4-6_img02.png) center center;
    background-repeat: no-repeat;
}

#illustratedLink #img03 {
    background: url(../../images/A-4-6_img03.png) center center;
    background-repeat: no-repeat;
}

#illustratedLink #img04 {
    background: url(../../images/A-4-6_img04.png) center center;
    background-repeat: no-repeat;
}

#illustratedLink #img05 {
    background: url(../../images/A-4-6_img05.png) center center;
    background-repeat: no-repeat;
}

#illustratedLink #img06 {
    background: url(../../images/A-4-6_img06.png) center center;
    background-repeat: no-repeat;
}

#illustratedLink #img07 {
    background: url(../../images/A-4-6_img07.png) center center;
    background-repeat: no-repeat;
}

#illustratedLink #img08 {
    background: url(../../images/A-4-6_img08.png) center center;
    background-repeat: no-repeat;
}


.lock_image {
	padding-right: 10px;
    padding-bottom: 5px;
}

#illustratedLink #img04 {
    background: url(../../images/A-4-6_img04.png) center center;
    background-repeat: no-repeat;
}




#contentsSearch {
	width: 610px;
	height: 100px;
	background: #f4f4f4;
	margin: 0 auto 60px;
	display:-webkit-box;/*--- Android���u���E�U�p ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.contentsButtonList {
	width: 565px;
	margin: 0 auto;
	display:-webkit-box;/*--- Android���u���E�U�p ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

	padding: 0 0 50px 0;
	line-decoration: none;
}

.contentsButtonList li {
	list-style-type : none;
}

#refineSearch {
	width: 910px;
	margin: 25px auto 0;
	background: #fbfbfb;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}

#refineSearch table {
	width: 800px;
	margin: 0 auto;
}

#refineSearch td {
	padding: 25px 0;
	padding-left: 10px;
	font-size: 13px;
	border-bottom: 1px solid #e9e9e9;
}

#refineSearch p {
	line-height: 15px;
}

#refineSearch td:first-child {
	width: 225px;
}

#refineSearch tr:last-child td {
	border: none;
}

#refineSearch small {
	font-size: 10px;
}

.check {
	display: inline-flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	width: 120px;
}

#refineSearch tr:nth-child(3) .check:nth-of-type(7){
	width: 145px;
}

#refineSearch tr:nth-child(3) .check:nth-of-type(8){
	width: 130px;
}

#refineSearch tr:last-child .check:first-of-type,#refineSearch tr:last-child .check:nth-of-type
	  (3),#refineSearch tr:last-child .check:nth-of-type   (5),#refineSearch tr:last-child .check:nth-of-type
	  (8),#refineSearch tr:last-child .check:last-of-type {
	width: 215px;
}

.radio {
	margin-left: 15px;
	color: #c7350e;
}

.refineButton {
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

#filtering {
  margin-top: 40px;
}

#filtering ul {
  	display:-webkit-box;/*--- Android���u���E�U�p ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;
    display: flex;
  	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#filtering li {
  text-align: center;
  color: #fff;
  width: 161px;
  line-height: 41px;
  list-style: none;
  background: #6d6d6d;
  margin: 0 10px;
}

#filtering li a {
  color: #fff;
  width: 161px;
  line-height: 41px;
  display: block;
  text-decoration: none;
}

#filtering li.current {
  cursor: pointer;
  background: url(../../images/bg-btn02.png);
}

p.contentsInfoText {
    margin-bottom: 30px;
}

.contentsInfoText {
    width: 950px;
    margin: 0 auto 15px;
}