@charset "utf-8";
/* CSS Document */



img{
	max-width: 100%;
	height: auto;
}

.pc_none{
	display: none;
}

.printContent{
	display: none;
}


@media screen and (max-width: 1096px) {
	.pc_none{
		display: block;;
	}
	.sp_none{
		display: none;
	}
	.spMb0{
		margin-bottom: 0px !important;
	}
}
.page-top p {
    z-index: 100;
    bottom: 16px;
}


.searchContent{
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.searchContent .mvBk{
	height: 394px;
	width: 100%;
	background-image: url(../images/mv_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	/*background-color: #000;*/
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.searchContent .breadList{
	position: relative;
	width: 100%;
    max-width: 1252px;
    margin: 0 auto;
}

.searchContent .statusHeader {
	background: #eaeaea;
}
.searchContent .statusHeader .inner{
	position: relative;
	width: 100%;
	max-width: 1252px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.searchContent .statusHeader .inner .loginName{
	color: #000;
}

.searchContent .headline{
	margin-bottom: 40px;
}

@media screen and (max-width: 1096px) {
	.searchContent .mvBk{
		height: 188px;
	}
	.searchContent .breadList{
		box-sizing: border-box;
		padding: 15px 15px;
	}
	.searchContent .statusHeader {
	}
	.searchContent .statusHeader .inner {
		padding: 15px;
		font-size: 10px;
    box-sizing: border-box;
	}
	.searchContent .statusHeader .inner .loginName {

	}
	.searchContent .headline{
		margin-bottom: 20px;
	}
	.searchContent .headline h1{
		font-size: 28px;
		text-align: center;
	}
	.searchBoxWrap{
		padding: 0px 15px;
		box-sizing: border-box;
		width: 100%;
	}
}



.searchContent .searchBox{
	box-sizing: border-box;
	width: 100%;
    max-width: 1252px;
    margin: 0 auto 60px;
	background: #f4f4f4;
	border: 1px solid #dedede;
	padding: 0 25px 20px;
}

.searchContent .searchBox　h3{
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.searchContent .searchBox .searchBoxResult{
	padding-top: 20px;
}

.searchContent .searchBox .searchBoxResult h3{
	text-align: center;
}

.searchContent .searchBox .option{
	margin-bottom: 20px;
}
.searchContent .searchBox .option li{
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
}
.searchContent .searchBox .changeBtn{
	width: 400px;
	height: 58px;
	margin: 0px auto;
	position: relative;
	padding: 0px;
	background-color: #ee9f21;
	background-color: -moz-linear-gradient(left, #ee9f21 0%, #ea8519 100%);
	background-color: -webkit-linear-gradient(left, #ee9f21 0%,#ea8519 100%);
	background-color: linear-gradient(to right, #ee9f21 0%,#ea8519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f21', endColorstr='#ea8519',GradientType=1 );
	border-radius: 15px;
	cursor: pointer;
}

.searchContent .searchBox .changeBtn:hover{
	opacity: 0.8;
}
.searchContent .searchBox .changeBtn .txt{
	margin: 0px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.searchContent .searchBox .changeBtn .icon{
	margin: 0px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 16px;
	right: 27px;
}

.searchContent .searchBox .changeBtn .icon span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.searchContent .searchBox .changeBtn .icon span:nth-of-type(1) {
    top: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.searchContent .searchBox .changeBtn .icon span:nth-of-type(2) {
    top: 12px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.searchContent .searchBox .changeBtn .icon.active span:nth-of-type(1) {
    display: none;
}
.searchContent .searchBox .changeBtn .icon.active span:nth-of-type(2) {
    top: 12px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.searchContent .searchBox .toggleBox{
	display: none;
	padding-top: 20px;
}
.searchContent .searchBox .option li span{
	padding-right: 20px;
	font-weight: bold;
}
.searchContent .searchBox .tr{
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	box-sizing: border-box;
}

.searchContent .searchBox .tr.last{
	border-bottom: none;
	margin-top: 20px;
}

.searchContent .searchBox .tr .th{
	width: 136px;
	float: left;
}

.searchContent .searchBox .tr .th p{
	font-size: 16px;
	font-weight: bold;
	color: #4f4e4e;
	margin: 0px;
}
.searchContent .searchBox .tr .td{
	width: calc(100% - 156px);
	float: right;
}

.searchContent .searchBox .tr .td p{
	margin-bottom: 0px;
}

.searchContent .searchBox .tr .td .txt01{
	font-size: 16px;
	padding-left: 10px;
}
.searchContent .searchBox .tr .td .txt02{
	font-size: 16px;
	padding-left: 15px;
}
.searchContent .searchBox .tr .td .check {
	margin-top: -8px;
}
.searchContent .searchBox .tr .td .check label{
	margin-right: 35px;
	display: inline-block;
	height: 24px;
}
.searchContent .searchBox .tr .td .check label input{
	margin: 0px;
}
.searchContent .searchBox .tr .td .ageDetail{
	margin-bottom: 0px;
	margin-top: 15px;
}
.searchContent .searchBox .tr .td .age01,
.searchContent .searchBox .tr .td .age02,
.searchContent .searchBox .tr .td .height02{
	width: 130px;
	line-height: 35px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	margin-left: 15px;
	padding: 0px 5px;
}

.searchContent .searchBox .tr .td .height01{
	width: 130px;
	line-height: 35px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	padding: 0px 5px;
}

.searchContent .searchBox .tr .td .word{
	width: 707px;
	line-height: 35px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	padding: 0px 5px;
}

.searchContent .searchBox .tr .td .subtext{
	margin-top: 5px;
}


.searchContent .searchBox .btnBoxWrap{
	width: 850px;
	margin: 0 auto;
	margin-bottom: 0;

	overflow: hidden;
}

.searchContent .searchBox .btnBox {
	margin-left: 150px;
	width: 400px;
	height: 58px;
	background: #ee9f21;
	background: -moz-linear-gradient(left, #ee9f21 0%, #ea8519 100%);
	background: -webkit-linear-gradient(left, #ee9f21 0%,#ea8519 100%);
	background: linear-gradient(to right, #ee9f21 0%,#ea8519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f21', endColorstr='#ea8519',GradientType=1 );
	border-radius: 15px;
	padding: 0px;
}
.searchContent .searchBox .btnBox input{
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 400px;
	height: 58px;
	margin: 0px auto 0px !important;
	border-radius: 15px;
	background-color: transparent;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: 90% 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.searchContent .searchBox .searchBtn {
	float: left;
}
.searchContent .searchBox .btnBox:hover,
.searchContent .searchBox .btnReset:hover{
	opacity: 0.8;
}

.searchContent .searchBox .btnReset {
	float: left;
	width: 200px;
	height: 58px;
	margin-left: 100px;
	/* background: none #ee9f21; */
	/* background: none #fff; */
	/* border: 1px solid #f98000; */
	background: #ee9f21;
	background: -moz-linear-gradient(left, #ee9f21 0%, #ea8519 100%);
	background: -webkit-linear-gradient(left, #ee9f21 0%,#ea8519 100%);
	background: linear-gradient(to right, #ee9f21 0%,#ea8519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f21', endColorstr='#ea8519',GradientType=1 );
	border-radius: 15px;
	padding: 0px;
}
.searchContent .searchBox .btnReset input{
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 200px;
	height: 58px;
	margin: 0px auto 0px !important;
	border-radius: 15px;
	background-color: transparent;
	/* background-image: url(../images/icon_search.png); */
	background-repeat: no-repeat;
	background-position: 90% 18px;
	text-align: center;
	/* color: #f98000; */
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/* result */
.searchContent .searchBox .searchBoxResult .btnBox{
	margin: 0 auto;
	float: none;	
}


.searchBoxOpen{
	display: none;
}

@media screen and (max-width: 1096px) {
	.searchContent .searchBox{
		padding: 0px;
		margin-bottom: 30px;
	}
	.searchBoxResult{
		padding: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	.searchContent .searchBox　h3{
		font-size: 14px;
		margin-bottom: 20px;
		text-align: left;
	}
	.searchContent .searchBox .searchBoxOpen{
		width: 100%;
		box-sizing: border-box;
		position: relative;
		padding: 20px;
		display: block;
		border-bottom: 1px solid #dedede;
	}
	.searchContent .searchBox .searchBoxOpen .txt{
		font-size: 14px;
		margin: 0px;
	}
	.searchContent .searchBox .searchBoxOpen .icon{
		font-size: 14px;
		margin: 0px;
		width: 15px;
		height: 15px;
		top: 18px;
		right: 15px;
		position: absolute;
	}

	.searchContent .searchBox .searchBoxOpen .icon span {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 2px;
		background-color: #4f4e4e;
	}
	.searchContent .searchBox .searchBoxOpen .icon span:nth-of-type(1) {
		top: 12px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.searchContent .searchBox .searchBoxOpen .icon span:nth-of-type(2) {
		top: 12px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.searchContent .searchBox .searchBoxOpen .icon.active span:nth-of-type(1) {
		display: none;
	}
	.searchContent .searchBox .searchBoxOpen .icon.active span:nth-of-type(2) {
		top: 12px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.searchBox01{
		padding: 0px 20px 0;
		box-sizing: border-box;
		width: 100%;
		/*display: none;*/
		/*height: 0;*/
		max-height: 0;
		/*opacity: 0;*/
		transition: max-height 0.8s;
		overflow: hidden;
	}
	.searchBox01.open{
		/*padding: 20px 20px 0;*/
		border-bottom: 1px solid #dedede;
		max-height: 1000px;
		height: auto;
		/*display: block;*/
		/*opacity: 1;*/
	}


	.searchBox02{
		padding: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	.searchContent .searchBox .changeBtn{
		width: 100%;
		height: 55px;
	}
	.searchContent .searchBox .btnBoxWrap{
		padding: 20px;
		box-sizing: border-box;
		border-top: 1px solid #dedede;
		margin-bottom: 0px;
	}
	.searchContent .searchBox .btnBox{
		width: 100%;
		/* height: 55px; */
		box-sizing: border-box;
		padding: 0;
		margin-left: 0;
		margin-bottom: 0;
		float: none;
	}
	.searchContent .searchBox .tr{
		border-bottom: none;
		padding-bottom: 0px;
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.searchContent .searchBox .tr.last{
		margin-top: 0px;
	}
	.searchContent .searchBox .tr .th{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.searchContent .searchBox .tr .th p{
		font-size: 14px;
	}
	.searchContent .searchBox .tr .td{
		width: 100%;
		float: none;
	}
	.searchContent .searchBox .tr .td .txt01{
		font-size: 14px;
		padding-left: 6px;
	}
	.searchContent .searchBox .tr .td .txt02{
		font-size: 14px;
		padding-left: 10px;
	}
	.searchContent .searchBox .tr .td .check {
		margin-top: -5px;
		margin-bottom: 0px;
	}
	.searchContent .searchBox .tr .td .check label{
		margin-right:0px;
		display: inline-block;
		height: auto;
		margin-bottom: 15px;
		width: 49%;
	}
	.searchContent .searchBox .tr .td .ageDetail{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.searchContent .searchBox .tr .td .ageDetail .ageDetailTxt{
		display: block;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.searchContent .searchBox .tr .td .age01,
	.searchContent .searchBox .tr .td .age02,
	.searchContent .searchBox .tr .td .height02{
		width: 70px;
		line-height: 35px;
		height: 35px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		margin-left: 0px;
		padding: 0px 5px;
	}
	.searchContent .searchBox .tr .td .age02,
	.searchContent .searchBox .tr .td .height02{
		margin-left: 10px;
	}
	.searchContent .searchBox .tr .td .height01{
		width: 70px;
		line-height: 35px;
		height: 35px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		padding: 0px 5px;
	}

	.searchContent .searchBox .tr .td .word{
		width: 100%;
		line-height: 35px;
		height: 35px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		padding: 0px 5px;
	}
	.searchContent .searchBox .btnBoxWrap {
		width: auto;
	}

	.searchContent .searchBox .btnReset.resetBtn {
		width: 100%;
		position: static;
		/* left: auto;
		right: 0;*/
		float: none;
		margin: 10px 0 0 ;
	}
	.searchContent .searchBox .btnBoxWrap input{
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
		width: 100%;
		height: 55px;
		margin: 0px auto 0px !important;
		border-radius: 15px;
	}
	.searchContent .searchBox .btnBoxWrap .searchBtn{
		background-position: 95% 15px;
	}
	.searchBox01_result{
		display: block;
	}
	.searchContent .searchBox .toggleBox{
		display: none;
		padding-top: 0px;
	}
	.searchContent .searchBox .changeBtn .txt{
		margin: 0px;
		line-height: 55px;
		text-align: center;
		color: #fff;
		font-size: 14px;
	}
	.searchContent .searchBox .changeBtn .icon{
		margin: 0px;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.searchContent .searchBox .changeBtn .icon span {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.searchContent .searchBox .changeBtn .icon span:nth-of-type(1) {
		top: 12px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.searchContent .searchBox .changeBtn .icon span:nth-of-type(2) {
		top: 12px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.searchContent .searchBox .changeBtn .icon.active span:nth-of-type(1) {
		display: none;
	}
	.searchContent .searchBox .changeBtn .icon.active span:nth-of-type(2) {
		top: 12px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
}


.actorList{
	box-sizing: border-box;
	width: 100%;
    max-width: 1252px;
    margin: 0 auto;
}

.actorList .searchResult{
	width: 100%;
}
.actorList .searchResult .box{
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 60px;
}
.actorList .searchResult .box:nth-child(5n){
	margin-right: 0px;
}
.actorList .searchResult .box a{
	text-decoration: none;
	display: block;
}
.actorList .searchResult .box a:hover{
	opacity: 0.8;
}
.actorList .searchResult .box a figure{
	margin: 0px 0px 13px;
	display: table;
}
.actorList .searchResult .box a figure span{
	vertical-align: middle;
	display: table-cell;
}
.actorList .searchResult .box a figure img{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dedede;
	display: block;
}
.actorList .searchResult .box a .txt{
	margin: 0px;
}
.actorList .searchResult .box a .txt .name{
	font-size: 18px;
	font-weight: bold;
	/* margin-right: 25px; */
	display: inline-block;
}
.actorList .searchResult .box a .txt ruby{
	color: #4f4e4e;
}
.actorList .searchResult .box a .txt.male .name{
	color: #0f8ac7;
}
.actorList .searchResult .box a .txt.female .name{
	color: #f9709e;
}

.actorList .searchResult .box a .txt .area{
	font-size: 16px;
	font-weight: normal;
	color: #4f4e4e;
	line-height: 30px;
	background: #f4f4f4;
	border: 1px solid #dedede;
	display: inline-block;
	padding: 0px 20px;
	border-radius: 10px;
	margin-left: 10px;
}

.pagenav{
	text-align: center;
	margin-bottom: 60px;
}

.pagenav a,
.pagenav span{
	display: inline-block;
	width: 60px;
	line-height: 60px;
	background: #e6e6e6;
	border-radius: 10px;
	font-weight: bold;
	color: #4f4e4e;
	text-decoration: none;
	margin: 0px 3px;
	font-size: 16px;
}

.pagenav .prev{
	text-indent: -9999999px;
	background-image: url(../images/bg_prev.png);
}
.pagenav .next{
	text-indent: -9999999px;
	background-image: url(../images/bg_next.png);
}

.pagenav .current{
	background: #ffd7b2;
}

.pagenav a:hover{
	background-color: #ffd7b2;
}

@media screen and (max-width: 1096px) {
	.actorList{
		box-sizing: border-box;
		padding: 0px 15px 20px;
		border-bottom: 1px solid #e6e6e6;
	}
	.actorList .searchResult .box{
		float: left;
		width: 48%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.actorList .searchResult .box:nth-child(even){
		float: right;
	}
	.actorList .searchResult .box a figure{
		margin: 0px 0px 10px;
	}
	.actorList .searchResult .box a .txt .name{
		margin-right: 5px;
		font-size: 16px;
	}
	.actorList .searchResult .box a .txt .area{
		font-size: 14px;
		font-weight: normal;
		color: #4f4e4e;
		line-height: 28px;
		background: #f4f4f4;
		border: 1px solid #dedede;
		display: inline-block;
		padding: 0px 8px;
		border-radius: 10px;
	}

	.pagenav{
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pagenav a,
	.pagenav span{
		display: inline-block;
		width: 60px;
		line-height: 60px;
		background: #e6e6e6;
		border-radius: 10px;
		font-weight: bold;
		color: #4f4e4e;
		text-decoration: none;
		margin: 0px 3px;
		font-size: 16px;
		margin-bottom: 10px;
	}

}
/* single */

.searchContent.single{
	border-top: 1px solid #dedede;
}

.searchContent.single .breadList ul{
	margin-bottom: 30px;
}

.searchContent.single .breadList ul li:first-child:before{
	display: none;
}

.searchContent.single .breadList ul li:before {
    content: "";
    width: 4px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: url( ../images/ico_arw_bread.png)no-repeat;
    background-size: cover;
}
.searchContent.single .breadList ul li.current{
	color: #4d4d4d;
}
.searchSingle{
	box-sizing: border-box;
	width: 100%;
    max-width: 1252px;
	margin: 0px auto;
}

.searchSingle .profile01{
	width: 100%;
	margin-bottom: 60px;
}

.searchSingle .profile01 .photoBox{
	float: left;
	width: 48%;
}
.searchSingle .profile01 .photoBox figure{
	float: left;
	width: 80%;
	margin: 0px;
}
.searchSingle .profile01 .photoBox figure img{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dedede;
}

.searchSingle .profile01 .photoBox .thum{
	float: right;
	width: 15%;
}
.searchSingle .profile01 .photoBox .thum li{
	width: 100%;
	margin-bottom: 11%;
}
.searchSingle .profile01 .photoBox .thum li img{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dedede;
	cursor: pointer;
}
.searchSingle .profile01 .photoBox .thum li.active img{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ea7327;
}
.searchSingle .profile01 .txtBox{
	float: right;
	width: 48%;
}

.searchSingle .profile01 .txtBox h1{
	color: #4f4e4e;
	padding: 0px 10px 15px;
	background-image: url(../images/bd_name.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	margin-bottom: 10px;
}

.searchSingle .profile01 .txtBox h1 ruby{
	padding-right: 20px;
}

/*.searchSingle .profile01 .txtBox h1 .kana{
	display: block;
	font-size: 18px;
	line-height: 0.4;
	letter-spacing: 0.58em;
}*/
.searchSingle .profile01 .txtBox h1 ruby .name{
	font-size: 42px;
	/*padding-right: 20px;*/
}
.searchSingle .profile01 .txtBox h1 .en{
	font-size: 24px;
}

.searchSingle .profile01 .txtBox .profTable{
	width: 100%;
	box-sizing: border-box;
}
.searchSingle .profile01 .txtBox .profTable tr th{
	width: 125px;
	box-sizing: border-box;
	padding: 5px 10px 15px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 10px solid #fff;
	line-height: 1.9;
}
.searchSingle .profile01 .txtBox .profTable tr td{
	box-sizing: border-box;
	padding: 5px 10px 15px;
	font-size: 16px;
	vertical-align: top;
	border-bottom: 1px solid #e6e6e6;
	border-top: 10px solid #fff;
	line-height: 1.9;
}
.searchSingle .profile01 .txtBox .profTable tr td .profTableHistory{
	margin: 12px 0;
}
.searchSingle .profile01 .txtBox .profTable tr td .profTableHistory .categoryIcon{
	/* font-size: 16px; */
	line-height: 30px;
	display: inline-block;
	padding: 0px 10px;
	background: #f4f4f4;
	border: 1px solid #dedede;
	border-radius: 10px;
	color: #4f4e4e;
	margin-right: 5px;
	/* font-weight: normal; */
}
.searchSingle .profile01 .txtBox .profTable tr td .profOther{
	padding-left: 10px;
}
.searchSingle .profile01 .txtBox .profTable tr td .linkProf{
	margin: 0px;
}
.searchSingle .profile01 .txtBox .profTable tr td .linkProf li{
	padding-left: 15px;
	background-image: url(../images/icon_link_arrow.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.searchSingle .profile01 .txtBox .profTable tr td .linkProf li a{
	text-decoration: none;
}
.searchSingle .profile01 .txtBox .profTable tr td .linkProf li a:hover{
	text-decoration: underline;
}


.searchSingle .profile02{
	margin-bottom: 60px;
}
.searchSingle .profile02 .loginTxt{
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
.searchSingle .profile02 .loginTxt strong{
	font-weight: bold;
}

.searchSingle .profile02 .loginBtn{
	margin:0px auto 25px;
	width: 400px;
}
.searchSingle .profile02 .loginBtn a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ee9f21;
	background: -moz-linear-gradient(left, #ee9f21 0%, #ea8519 100%);
	background: -webkit-linear-gradient(left, #ee9f21 0%,#ea8519 100%);
	background: linear-gradient(to right, #ee9f21 0%,#ea8519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f21', endColorstr='#ea8519',GradientType=1 );
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
}
.searchSingle .profile02 .loginBtn a span{
	display: inline-block;
	width: 100%;
	background-image: url(../images/icon_btn_arrow.png);
	background-position: 95% 18px;
	background-repeat: no-repeat;
}
.searchSingle .profile02 .loginContact{
	text-align: center;
	margin-bottom: 0;
}
.searchSingle .profile02 .loginContact a{
	display: inline-block;
	padding-left: 15px;
	background-image: url(../images/icon_link_arrow.png);
	background-position: left .5em;
	background-repeat: no-repeat;
	text-decoration: none;
}
.searchSingle .profile02 .loginContact a:hover{
	text-decoration: underline;
}


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

	.searchContent.single .breadList{
		padding-bottom: 25px;
	}

	.searchContent.single .breadList ul {
		margin-bottom: 0;
	}

	.searchSingle .profile01 .photoBox{
		float: none;
		width: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-bottom: 20px;
	}
	.searchSingle .profile01 .photoBox figure {
		display: none;
	}
	.searchSingle .profile01 .photoBox .thum {
		float: none;
		width: auto;
		padding-left: 16px;
		display: inline-block;
		white-space: nowrap;
	}
	.searchSingle .profile01 .photoBox .thum li{
		/*float: left;*/
		display: inline-block;
		width: 80%;
		margin-right :10px;
		margin-bottom: 0;
	}

	.searchSingle .profile01 .photoBox .thum li:last-child{
		margin-right: 0;
	}

	.searchSingle .profile01 .txtBox{
		float: none;
		width: auto;
		padding: 0 16px;
	}
	.searchSingle .profile01 .txtBox h1 .kana {
		/*font-size: 11px;*/
	}
	.searchSingle .profile01 .txtBox h1 ruby .name {
		font-size: 28px;
	}
	.searchSingle .profile01 .txtBox h1 .en {
		font-size: 18px;
	}
	.searchSingle .profile01 .txtBox .profTable tr th{
		width: 28%;
	}
	.searchSingle .profile01 .txtBox .profTable tr th,
	.searchSingle .profile01 .txtBox .profTable tr td{
		font-size: 14px;
	}
	.searchSingle .profile02 {
		padding: 0 16px;
		margin-bottom: 35px;
	}
	.searchSingle .profile02 .loginBtn{
		width: auto;
	}
	.searchSingle .profile02 .loginContact{
		text-align: left;
	}
	.searchSingle .profile02 .loginTxt {
		font-size: 16px;
	}
	.searchSingle .profile02 .loginBtn a{

	}
}




/* login */

.searchSingle .profile02 .btnDouble{
	max-width: 850px;
	width: 100%;
	margin: 0px auto 20px;
}

.searchSingle .profile02 .btnDouble li.print{
	float: left;
	width: 400px;
	height: 60px;
}
.searchSingle .profile02 .btnDouble li.pdf{
	float: right;
	width: 400px;
	height: 60px;
}
.searchSingle .profile02 .btnDouble li.print a,
.searchSingle .profile02 .btnDouble li.pdf a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ee9f21;
	background: -moz-linear-gradient(left, #ee9f21 0%, #ea8519 100%);
	background: -webkit-linear-gradient(left, #ee9f21 0%,#ea8519 100%);
	background: linear-gradient(to right, #ee9f21 0%,#ea8519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f21', endColorstr='#ea8519',GradientType=1 );
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.searchSingle .profile02 .btnDouble li.print a:hover,
.searchSingle .profile02 .btnDouble li.pdf a:hover{
	opacity: 0.8;
}
.searchSingle .profile02 .btnDouble li.print a span{
	display: inline-block;
	width: 100%;
	background-image: url( ../images/icon_print.png);
	background-position: 90% 18px;
	background-repeat: no-repeat;
}
.searchSingle .profile02 .btnDouble li.pdf a span{
	display: inline-block;
	width: 100%;
	background-image: url( ../images/icon_pdf.png);
	background-position: 90% 18px;
	background-repeat: no-repeat;
}
.searchSingle .profile02 .captionPrint{
	font-size: 14px;
	color: #4f4e4e;
	text-align: center;
	margin: 0px;
}

.profLogin{
	border-top: 1px solid #e6e6e6;
	padding-top: 60px;
	width: 100%;
}
.profLogin .history{
	width: 100%;
    max-width: 1252px;
    margin: 0 auto;
}
.profLogin .history .historyBox{
	margin-bottom: 50px;
	width: 100%;
}
.profLogin .history .historyBox h3{
	font-size: 21px;
	text-align: left;
	margin-bottom: 15px;
}
.profLogin .history .historyBox ul{
	margin: 0px;
	width: 100%;
}
.profLogin .history .historyBox ul li{
	font-size: 14px;
	line-height: 28px;
	list-style: disc inside;
	padding-left: 10px;
	box-sizing: border-box;
}
.profLogin .history .historyBox ul li:nth-child(odd){
	width: 50%;
	float: left;
	padding: 0px 25px 0px 10px;
	box-sizing: border-box;
}
.profLogin .history .historyBox ul li:nth-child(even){
	width: 50%;
	float: right;
	padding: 0px 0px 0px 25px;
	box-sizing: border-box;
}
.profLogin .history .historyBox ul li.last{
	width: 100%;
}
.profLogin .history .historyBox ul li span{
/*	display: inline-block;
	box-sizing: border-box;
*/	/*padding-left: 1.5em;*/
	/*text-indent: -1em;*/
}

.profLogin .history .historyBox ul li:nth-child(1),
.profLogin .history .historyBox ul li:nth-child(2),
.profLogin .history .historyBox ul li:nth-child(5),
.profLogin .history .historyBox ul li:nth-child(6),
.profLogin .history .historyBox ul li:nth-child(9),
.profLogin .history .historyBox ul li:nth-child(10),
.profLogin .history .historyBox ul li:nth-child(13),
.profLogin .history .historyBox ul li:nth-child(14),
.profLogin .history .historyBox ul li:nth-child(17),
.profLogin .history .historyBox ul li:nth-child(18),
.profLogin .history .historyBox ul li:nth-child(21),
.profLogin .history .historyBox ul li:nth-child(22),
.profLogin .history .historyBox ul li:nth-child(25),
.profLogin .history .historyBox ul li:nth-child(26),
.profLogin .history .historyBox ul li:nth-child(29),
.profLogin .history .historyBox ul li:nth-child(30),
.profLogin .history .historyBox ul li:nth-child(33),
.profLogin .history .historyBox ul li:nth-child(34),
.profLogin .history .historyBox ul li:nth-child(37),
.profLogin .history .historyBox ul li:nth-child(38),
.profLogin .history .historyBox ul li:nth-child(41),
.profLogin .history .historyBox ul li:nth-child(42),
.profLogin .history .historyBox ul li:nth-child(45),
.profLogin .history .historyBox ul li:nth-child(46),
.profLogin .history .historyBox ul li:nth-child(49),
.profLogin .history .historyBox ul li:nth-child(50),
.profLogin .history .historyBox ul li:nth-child(53),
.profLogin .history .historyBox ul li:nth-child(54),
.profLogin .history .historyBox ul li:nth-child(57),
.profLogin .history .historyBox ul li:nth-child(58),
.profLogin .history .historyBox ul li:nth-child(61),
.profLogin .history .historyBox ul li:nth-child(62),
.profLogin .history .historyBox ul li:nth-child(65),
.profLogin .history .historyBox ul li:nth-child(66),
.profLogin .history .historyBox ul li:nth-child(69),
.profLogin .history .historyBox ul li:nth-child(70),
.profLogin .history .historyBox ul li:nth-child(73),
.profLogin .history .historyBox ul li:nth-child(74),
.profLogin .history .historyBox ul li:nth-child(77),
.profLogin .history .historyBox ul li:nth-child(78),
.profLogin .history .historyBox ul li:nth-child(81),
.profLogin .history .historyBox ul li:nth-child(82),
.profLogin .history .historyBox ul li:nth-child(85),
.profLogin .history .historyBox ul li:nth-child(86),
.profLogin .history .historyBox ul li:nth-child(89),
.profLogin .history .historyBox ul li:nth-child(90),
.profLogin .history .historyBox ul li:nth-child(93),
.profLogin .history .historyBox ul li:nth-child(94),
.profLogin .history .historyBox ul li:nth-child(97),
.profLogin .history .historyBox ul li:nth-child(98),
.profLogin .history .historyBox ul li:nth-child(101),
.profLogin .history .historyBox ul li:nth-child(102),
.profLogin .history .historyBox ul li:nth-child(105),
.profLogin .history .historyBox ul li:nth-child(106),
.profLogin .history .historyBox ul li:nth-child(109),
.profLogin .history .historyBox ul li:nth-child(110),
.profLogin .history .historyBox ul li:nth-child(113),
.profLogin .history .historyBox ul li:nth-child(114),
.profLogin .history .historyBox ul li:nth-child(117),
.profLogin .history .historyBox ul li:nth-child(118),
.profLogin .history .historyBox ul li:nth-child(121),
.profLogin .history .historyBox ul li:nth-child(122),
.profLogin .history .historyBox ul li:nth-child(125),
.profLogin .history .historyBox ul li:nth-child(126),
.profLogin .history .historyBox ul li:nth-child(129),
.profLogin .history .historyBox ul li:nth-child(130),
.profLogin .history .historyBox ul li:nth-child(133),
.profLogin .history .historyBox ul li:nth-child(134),
.profLogin .history .historyBox ul li:nth-child(137),
.profLogin .history .historyBox ul li:nth-child(138),
.profLogin .history .historyBox ul li:nth-child(141),
.profLogin .history .historyBox ul li:nth-child(142),
.profLogin .history .historyBox ul li:nth-child(145),
.profLogin .history .historyBox ul li:nth-child(146),
.profLogin .history .historyBox ul li:nth-child(149),
.profLogin .history .historyBox ul li:nth-child(150),
.profLogin .history .historyBox ul li:nth-child(153),
.profLogin .history .historyBox ul li:nth-child(154),
.profLogin .history .historyBox ul li:nth-child(157),
.profLogin .history .historyBox ul li:nth-child(158),
.profLogin .history .historyBox ul li:nth-child(161),
.profLogin .history .historyBox ul li:nth-child(162),
.profLogin .history .historyBox ul li:nth-child(165),
.profLogin .history .historyBox ul li:nth-child(166),
.profLogin .history .historyBox ul li:nth-child(169),
.profLogin .history .historyBox ul li:nth-child(170),
.profLogin .history .historyBox ul li:nth-child(173),
.profLogin .history .historyBox ul li:nth-child(174),
.profLogin .history .historyBox ul li:nth-child(177),
.profLogin .history .historyBox ul li:nth-child(178),
.profLogin .history .historyBox ul li:nth-child(181),
.profLogin .history .historyBox ul li:nth-child(182),
.profLogin .history .historyBox ul li:nth-child(185),
.profLogin .history .historyBox ul li:nth-child(186),
.profLogin .history .historyBox ul li:nth-child(189),
.profLogin .history .historyBox ul li:nth-child(190),
.profLogin .history .historyBox ul li:nth-child(193),
.profLogin .history .historyBox ul li:nth-child(194),
.profLogin .history .historyBox ul li:nth-child(197),
.profLogin .history .historyBox ul li:nth-child(198),
.profLogin .history .historyBox ul li:nth-child(201),
.profLogin .history .historyBox ul li:nth-child(202),
.profLogin .history .historyBox ul li:nth-child(205),
.profLogin .history .historyBox ul li:nth-child(206),
.profLogin .history .historyBox ul li:nth-child(209),
.profLogin .history .historyBox ul li:nth-child(210),
.profLogin .history .historyBox ul li:nth-child(213),
.profLogin .history .historyBox ul li:nth-child(214),
.profLogin .history .historyBox ul li:nth-child(217),
.profLogin .history .historyBox ul li:nth-child(218),
.profLogin .history .historyBox ul li:nth-child(221),
.profLogin .history .historyBox ul li:nth-child(222),
.profLogin .history .historyBox ul li:nth-child(225),
.profLogin .history .historyBox ul li:nth-child(226),
.profLogin .history .historyBox ul li:nth-child(229),
.profLogin .history .historyBox ul li:nth-child(230),
.profLogin .history .historyBox ul li:nth-child(233),
.profLogin .history .historyBox ul li:nth-child(234),
.profLogin .history .historyBox ul li:nth-child(237),
.profLogin .history .historyBox ul li:nth-child(238),
.profLogin .history .historyBox ul li:nth-child(241),
.profLogin .history .historyBox ul li:nth-child(242),
.profLogin .history .historyBox ul li:nth-child(245),
.profLogin .history .historyBox ul li:nth-child(246),
.profLogin .history .historyBox ul li:nth-child(249),
.profLogin .history .historyBox ul li:nth-child(250)
{
	background-color: #f0f0f0
}

.profLogin .history .backBtnBox{
	margin: 0px auto 60px;
	width: 400px;
}

.profLogin .history .backBtnBox a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ee9f21;
	background: -moz-linear-gradient(left, #ee9f21 0%, #ea8519 100%);
	background: -webkit-linear-gradient(left, #ee9f21 0%,#ea8519 100%);
	background: linear-gradient(to right, #ee9f21 0%,#ea8519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f21', endColorstr='#ea8519',GradientType=1 );
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.profLogin .history .backBtnBox a:hover{
	opacity: 0.7;
}

.profLogin .history .backBtnBox a span{
	display: inline-block;
	width: 100%;
	background-image: url( ../images/icon_btn_arrow_back.png);
	background-position: 5% 18px;
	background-repeat: no-repeat;
}

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

	.searchSingle .profile01 {
		margin-bottom: 35px;
	}
	.searchSingle .profile02 .btnDouble{
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
	.searchSingle .profile02 .btnDouble li.print{
		display: none;
	}
	.searchSingle .profile02 .btnDouble li.pdf{
		width: auto;
		float: none;
	}
	.profLogin {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 35px;
	}
	.searchContent.single .profLogin .history .historyBox ul li{
		float: none ;
		width: 100%;
		margin: 0;
		padding-left: 10px;
		font-size: 12px;
		background-color: transparent;
	}
	.searchContent.single .profLogin .history .historyBox ul li:nth-child(odd){
		background-color: #f0f0f0;
	}
	.searchContent.single .profLogin .history .historyBox ul li:nth-child(even){
		background-color: #ffffff;
	}
	.profLogin .history .backBtnBox{
		width: auto;
	}
}
