/*====================================================================================================
  PHOTO
====================================================================================================*/

#subpage .photo {
	margin-bottom:15px;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
	overflow:hidden;

	padding:0;
}
#subpage .photo a img { transition: 0.5s;}
#subpage .photo a img:hover {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

/*---------------------------------------------------------------------------
  ABOUT
---------------------------------------------------------------------------*/

#about {}

/* KOCHI */
#about .kochi {
	position:relative;
	margin:0 auto 80px;
	width:1000px;
	height:460px;
	background:url(../../about/img/kochi-map.png) no-repeat center 150px;
}
#about .kochi .tit {
	position:absolute;
	top:0;
	left:40px;
	width:300px;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	letter-spacing:1px;
	color:#FFF;
	background:url(../img/ore_bg.jpg);
	background-size:cover;
	box-sizing:border-box;
	transform: rotate(-5deg);
	border-radius:0; /* CSS3 */
	-webkit-border-radius:0; /* Safari,Google Chrome */
	-moz-border-radius:0;/* Firefox */
	z-index:999;
}
#about .kochi ul { position:relative; text-indent:-9999px;}
#about .kochi ul li { position:absolute;}
#about .kochi ul li:nth-child(1) { top:5px; left:620px; width:256px; height:256px; background:url(../../about/img/kochi1.png) no-repeat;}
#about .kochi ul li:nth-child(2) { top:100px; left:115px; width:207px; height:207px; background:url(../../about/img/kochi2.png) no-repeat;}
#about .kochi ul li:nth-child(3) { top:283px; left:0; width:207px; height:207px; background:url(../../about/img/kochi3.png) no-repeat;}
#about .kochi ul li:nth-child(4) { top:250px; left:800px; width:160px; height:160px; background:url(../../about/img/kochi4.png) no-repeat;}
#about .kochi ul li:nth-child(5) { top:300px; left:615px; width:170px; height:170px; background:url(../../about/img/kochi5.png) no-repeat;}

/* CITY */
#about .city {
	position:relative;
	margin:0 auto;
	padding:0 50px 50px;
	width:960px;
	background:url(../img/ore_bg.jpg);
	border-radius:10px; /* CSS3 */
	-webkit-border-radius:10px; /* Safari,Google Chrome */
	-moz-border-radius:10px;/* Firefox */
	box-sizing:border-box;
}
#about .city:before {
	position:absolute;
	right:-60px;
	top:-20px;
	width:337px;
	height:307px;
	display:block;  
	clear:both;  
	content:"";
	background:url(../../about/img/city-hito1.png) no-repeat;
}
#about .city:after {
	position:absolute;
	left:-50px;
	bottom:-10px;
	width:201px;
	height:220px;
	display:block;  
	clear:both;  
	content:"";
	background:url(../../about/img/city-hito2.png) no-repeat;
}
#about .city h2 {
	margin:0 0 20px;
	padding:0;
	width:714px;
	height:170px;
	text-indent:-9999px;
	background:url(../../about/img/city_tit.png) no-repeat left bottom;
}
#about .city .come1 { padding:0 0 25px; color:#FFF; font-weight:bold;}

/* map */
#about .city .compactmap {}
#about .compactmap .map {
	position:relative;
	width:100%;
	height:510px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
/*	background:url(../../about/img/map.png) no-repeat;	*/
	background:url(../../about/img/map_2025.png) no-repeat;
	z-index:999;
}
#about .compactmap .map .box {
	position:absolute;
	padding:20px;
	width:300px;
	background:#FFF;
	line-height:130%;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
	box-shadow: 1px 0px 2px 1px #999; /* CSS3 */
	-webkit-box-shadow: 1px 0px 2px 1px #999; /* Google Chrome, Safari*/
	-moz-box-shadow: 1px 0px 2px 1px #999; /* Firefox*/
}
#about .compactmap .map .box:before {
	position:absolute;
	bottom:-25px;
	left:150px;
	display:block;
	content:"";
	width:43px;
	height:25px;
	background:url(../../about/img/fukidashi.png) no-repeat;
}
#about .compactmap .map .box:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#about .compactmap .come2 {
	margin: 0 0 30px;
	padding:20px 20px 20px 300px;
	color:#FFF;
	font-weight:bold;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background:#36BBEC url(../../about/img/toho.png) no-repeat 30px center;
}

#about .city .compact {
	margin-top:40px;
	padding:30px 30px 30px 300px;
	background:#FFF url(../../about/img/compact-tit.png) no-repeat 20px center;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
}
#about .city .compact ul { margin:0; padding:0;}
#about .city .compact ul:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#about .city .compact ul li {
	float:left;
	margin:2%;
	padding:0 0 0 40px;
/*	width:46%; */ 
	width:96%;
	min-height:31px;
	font-size:160%;
	font-weight:bold;
	background:url(../../about/img/cheek.png) no-repeat left top;
	box-sizing:border-box;
}
#about .city .come3 {
	margin:2% 2% 0;
	padding:20px;
	border:1px solid #E8DAC8;
	box-sizing:border-box;
}


/* AKISHI */
#about .akishi {
	margin:80px auto;
	padding:30px;
	width:960px;
	background:#DED9D0;
	box-sizing:border-box;
}
#about .akishi:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#about .akishi h3 { clear:none; margin:0 0 20px; overflow:hidden;}


/* add */
#about .akishi .akidouga a img{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	margin-left:20px;
	margin-right:20px;
}

#about .akishi .akidouga .dougabox{
	float:left;
	text-align:center;
}


/* HISTORY */
#about .history { padding:80px 0; background:#FFF;}
#about .history h4 {
	margin:0;
	padding:0;
	width:100%;
	height:35px;
	text-align:center;
	text-indent:-9999px;
	background:url(../../about/img/history-tit.png) no-repeat center center;
}


#about .syuten{
	text-align:right;
	margin-right:30px;
	margin-top:430px;
	font-size:70%;
	color:#111;
}



/*---------------------------------------------------------------------------
  WORK
---------------------------------------------------------------------------*/

#work {}
#work .contents { padding:130px 0 80px; background:#FFF;}

/* MAIN COME */
#work .maincome h2 {
	margin:0 0 40px;
	padding:0;
	width:100%;
	height:45px;
	text-indent:-9999px;
	background:url(../../work/img/mid.png) no-repeat center center;	
}
#work .maincome .come { margin:0 0 40px; text-align:center; font-size:120%;}

/* JOB */
#work ul.job { 
	margin:0 auto;
	width:1000px;
	height:385px;
	background:url(../img/leaf3.png) no-repeat center bottom;
}
#work ul.job:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#work ul.job li {
	position:relative;
	float:left;
	margin:0 2%;
	padding:0;
	width:157px;
	height:157px;
	background:url(../../work/img/job_bg.png) no-repeat;
	background-size:100% auto;
	/* transition:.8s; */
}
#work ul.job li a {
	display:block;
	width:157px;
	height:157px;
	text-indent:-9999px;
}
#work ul.job li:nth-child(1) a { background:url(../../work/img/job_txt1.png) no-repeat center 50px;}
#work ul.job li:nth-child(2) a { background:url(../../work/img/job_txt2.png) no-repeat center 50px;}
#work ul.job li:nth-child(3) a { background:url(../../work/img/job_txt3.png) no-repeat center 50px;}
#work ul.job li:nth-child(4) a { background:url(../../work/img/job_txt4.png) no-repeat center 50px;}
#work ul.job li:nth-child(5) a { background:url(../../work/img/job_txt5.png) no-repeat center 50px;}
#work ul.job li:after {
	position:absolute;
	top:140px;
	left:-38px;
	width:222px;
	height:260px;
	display:block;  
	clear:both;  
	content:"";
}
#work ul.job li:nth-child(1):after { background:url(../../work/img/job1.png) no-repeat center top;}
#work ul.job li:nth-child(2):after { background:url(../../work/img/job2.png) no-repeat center top;}
#work ul.job li:nth-child(3):after { background:url(../../work/img/job3.png) no-repeat center top;}
#work ul.job li:nth-child(4):after { background:url(../../work/img/job4.png) no-repeat center top;}
#work ul.job li:nth-child(5):after { background:url(../../work/img/job5.png) no-repeat center top;}

/* FARMING */
#work .farming {
	margin:0 auto;
	padding:40px 60px 30px;
	width:960px;
	background:url(../img/ore_bg.jpg);
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome */
	-moz-border-radius: 10px;/* Firefox */
	box-sizing:border-box;
}
#work .farming:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#work .farming .photo {
	float:left;
	margin-right:50px;
	width:190px;
	height:190px;
	border-radius:100%; /* CSS3 */
	-webkit-border-radius:100%; /* Safari,Google Chrome */
	-moz-border-radius:100%;/* Firefox */
	overflow:hidden;
}
#work .farming .photo img { width:auto; height:190px;}
#work .farming .come { float:left;}
#work .farming h3 {
	margin:0 0 15px;
	padding:0 0 30px;
	color:#FFF;
	font-size:200%;
	line-height:120%;
	background:url(../../work/img/farming_line.png) no-repeat left bottom;
}
#work .farming h3 small {
	font-size:65%;
	font-weight:normal;
}
#work .farming ul { margin:0; padding:0;}
#work .farming ul li {
	float:left;
	padding-right:20px;
	background:url(../img/arrow_w.png) no-repeat left center;
}
#work .farming ul li a { color:#FFF; text-decoration:none;}

/* SHORTAGE */
#work .shortage {
	position:relative;
	margin:80px auto;
	width:960px;
}
#work .shortage:after {
	position:absolute;
	display:block;
	clear:both;
	content:"";
	right:-60px;
	bottom:-83px;
	width:260px;
	height:356px;
	background:url(../../work/img/shortage_hito.png) no-repeat;
}
#work .shortage h3 {
	position:absolute;
	top:-60px;
	left:-40px;
	width:330px;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	letter-spacing:1px;
	color:#FFF;
	background:url(../img/ore_bg.jpg);
	box-sizing:border-box;
	transform: rotate(-5deg);
	border-radius:0; /* CSS3 */
	-webkit-border-radius:0; /* Safari,Google Chrome */
	-moz-border-radius:0;/* Firefox */
	z-index:999;
}
#work .shortage .photo { position:relative;}

/* INTERVIEW */
#work .interview {
	margin:0 auto;
	padding:40px 0 0;
	width:1000px;
	background:url(../img/line.png) no-repeat center top;
}
#work .interview:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#work .interview h3 {
	margin:0;
	width:auto;
	height:auto;
	text-align:center;
	background:none;
}
#work .interview .box {
	float:left;
	margin:0 2% 50px;
	width:16%;
}
#work .interview .box .photo {}
#work .interview .box dl {}
#work .interview .box dt {
	position:relative;
	top:-15px;
	display:inline;
	padding:5px 10px;
	line-height:100%;
	background:#FFB100;
	transform: rotate(-5deg);
}
#work .interview .box dd { line-height:150%;}
#work .interview .box dd a { color: #231914; text-decoration:none; font-weight:bold;}
#work .interview .box dd a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#work .interview .b_list {
	clear:both;
	margin:0 auto;
	width:250px;
}
#work .interview .b_list a {
	display:block;
	padding:10px;
	text-align:center;
	color: #FFF;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	background:url(../img/ore_bg2.jpg) no-repeat;
	border-radius:25px; /* CSS3 */
	-webkit-border-radius:25px; /* Safari,Google Chrome */
	-moz-border-radius:25px;/* Firefox */
}
#work .interview .b_list a:hover { background:url(../img/ore_bg.jpg);}


/* DETAIL */
#interview_detail {margin:0 auto; padding: 0 0 80px; width:1000px;}
#interview_detail h2 {
	margin:0;
	width:auto;
	height:auto;
	text-align:center;
	background:none;
}
#interview_detail .kiji {
	position:relative;
	clear:both;  
	margin:40px 2% !important;
	padding:0 0 50px;
	background:#FFF;
	border:1px solid #E6E2D2;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
}
#interview_detail .kiji:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#interview_detail .kiji:before {
	position:absolute;
	display:block;  
	content:"";
	bottom:50px;
	right:-50px;
	width:128px;
	height:50px;
	background:url(../img/kumo1.png) no-repeat;
}
#interview_detail .kiji .no {
	position:absolute;
	top:-20px;
	left:-10px;
	width:220px;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	letter-spacing:1px;
	color:#FFF;
	background:url(../img/ore_bg2.jpg);
	box-sizing:border-box;
	transform: rotate(-5deg);
	z-index:9999;
}
#interview_detail .profile {
	 position:relative;
	 margin:0;
	 height:450px;
}
#interview_detail .profile:before {
	position:absolute;
	display:block;  
	content:"";
	top:20px;
	left:-80px;
	width:128px;
	height:50px;
	background:url(../img/kumo1.png) no-repeat;
}
#interview_detail .profile:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#interview_detail .profile .no {
	position:absolute;
	top:-20px;
	left:-10px;
	width:190px;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	letter-spacing:1px;
	color:#FFF;
	background:url(../img/ore_bg2.jpg);
	box-sizing:border-box;
	transform: rotate(-5deg);
	z-index:9999;
}
#interview_detail .profile .photo {
	position:absolute;
	border-radius:0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius: 5px; /* Safari,Google Chrome */
	-webkit-border-top-left-radius: 5px; /* Safari,Google Chrome */
	-mozborder-top-left-radius:5px;/* Firefox */
	-mozborder-top-right-radius:5px;/* Firefox */
}
#interview_detail .profile .comment_r,
#interview_detail .profile .comment_l {
	position:absolute;
	margin:25px;
	padding:30px;
	width:460px;
	height:400px;
	background:rgba(255,255,255,0.80);
	border:1px solid #FFF;
	box-sizing:border-box;

}
#interview_detail .profile .comment_l { left:0;}
#interview_detail .profile .comment_r { right:0;}
#interview_detail .profile h3 {
	clear:none;
	margin:0;
	padding:10px 0 20px;
	color: #231914;
	font-size:220%;
	line-height:110%;
	background:none;
}
#interview_detail .profile .namae { font-size:150%;}
#interview_detail .profile .come { margin:10px 0 20px;}

#interview_detail .box { padding:50px 50px 0;}
#interview_detail .box:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#interview_detail .box .photo-l { position:relative;}
#interview_detail .box .photo-r { position:relative;}
#interview_detail .box .photo-l img,
#interview_detail .box .photo-r img {
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#interview_detail .box .photo-l:before,
#interview_detail .box .photo-r:before {
	position:absolute;
	display:block;  
	content:"";
	width:72px;
	height:22px;
}
#interview_detail .box .photo-l:before {
	bottom:-10px;
	left:-15px;
	background:url(../img/leaf2.png) no-repeat;
}
#interview_detail .box .photo-r:before {
	bottom:-10px;
	right:-15px;
	background:url(../img/leaf1.png) no-repeat;
}
#interview_detail .box h4 {
	clear:none;
	margin:0;
	padding:0 !important;
	font-size:120%;
	background:none;
}
#interview_detail .box .come { padding:10px 0 20px;}




















/*---------------------------------------------------------------------------
  RESIDE
---------------------------------------------------------------------------*/

#reside { margin:0 auto; padding: 0 0 80px; width:1000px;}

/* AKIYA */
#reside .akiya { position:relative;}
#reside .akiya:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#reside .akiya .b_list {
	position:absolute;
	top:25px;
	right:40px;
	width:125px;
}
#reside .akiya .b_list a {
	display:block;
	padding:2px 15px;
	font-weight:bold;
	text-decoration:none;
	background:#FFF url(../img/arrow_o.png) no-repeat 100px center;
	border-radius: 20px; /* CSS3 */
	-webkit-border-radius: 20px; /* Safari,Google Chrome */
	-moz-border-radius: 20px;/* Firefox */
}
#reside .akiya h2 { margin-top:0;}
#akiya_list { margin-top:40px;}
#akiya_list .box {
	position:relative;
	float:left;
/*	margin:0 2% 4%; */
	margin:10px 2% 4%;
	width:29.3%;
}
#akiya_list .photo {
	margin-bottom:15px; 
	height:230px	/* add */
	
}
#akiya_list .photo img {
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
	overflow:hidden;
}
#akiya_list .photo img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
#akiya_list dl { line-height:130%;}
#akiya_list dt { margin-bottom:5px; font-weight:bold;}
#akiya_list dd {
	padding-left:25px;
	color:#F57837;
	font-weight:bold;
	/* background:url(../img/icon1.png) no-repeat left center; */

	background:url(../img/icon1.png) no-repeat left 4px;

	/* height:20px; /* add */
	height:4em; /* add */
}
#akiya_list dt a { color: #231914; text-decoration:none;}

/* SINAI */
#reside .shinai {}
#reside .shinai table {}
#reside .shinai table td { }
#reside .shinai table td .b_hp {
	position:relative;
	top:-13px;
	float:right;
}


/*---------------------------------------------------------------------------
  ESUCATION
---------------------------------------------------------------------------*/

#escation { margin:0 auto; padding: 0 0 80px; width:1000px;}

/* NEWS1 */
#escation .news { position:relative; margin:0 2% 80px;}



#escation .news h2 {
	position:absolute;
	top:-60px;
	left:-40px;
	width:170px;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	letter-spacing:1px;
	color:#FFF;
	background:url(../img/ore_bg2.jpg);
	box-sizing:border-box;
	transform: rotate(-10deg);
	border-radius:0; /* CSS3 */
	-webkit-border-radius:0; /* Safari,Google Chrome */
	-moz-border-radius:0;/* Firefox */
}
#escation .news .news_box {
	padding:50px 40px 30px;
	background:#FFF;
	border:5px solid #EADCCA;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#escation .news .news_box:before {
	position:absolute;
	display:block;  
	content:"";
	width:139px;
	height:21px;
	right:-10px;
	bottom:-5px;
	background:url(../img/leaf5.png) no-repeat;
}
#escation .news .b_list { top:20px; right:30px;}

/* SCHOOL */
#escation .school {
	padding:50px 0;
}
#escation .school .box {}
#escation .school .box:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#escation .school .box p {
	position:relative;
	float:left;
	margin:2%;
	padding:10px 15px;
	width:21%;
	background:#FFF;
	border:2px solid #EF8200;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
	box-sizing:border-box;
	z-index:999;
}
#escation .school .box p b { font-size:120%; color:#EF8200;}
#escation .school .box .tit {
	position:relative;
	height:100px;
	text-indent:-9999px;
	background:none;
	border:none;
}
#escation .school .box .tit:before {
	position:absolute;
	display:block;  
	content:"";
	width:277px;
	height:251px;
	top:-90px;
	left:0;
	background:url(../../educate/img/school.png) no-repeat;
}



/* NEWS2 */
#escation .news2 { position:relative; margin:0 2% 80px;}
#escation .news2 h3 { margin:40px 0 20px;}
#escation .news2 .news_box {
	padding:20px 40px 30px;
	background:#FFF;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
}
#escation .news2 .b_list { top:0; right:30px;}

/* COMMON [NEWS1ansNEWS2] */
#escation .news_box dl {
	padding:8px 0;
	border-bottom:1px solid #DDD;
}
#escation .news_box dl:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#escation .news_box dt { float:left; width:12%; }
#escation .news_box dd { float:right; width:86%;}
#escation .b_list {
	position:absolute;
	padding-right:25px;
	text-align:right;
	background:url(../img/arrow_o.png) no-repeat right center;
}
#escation .b_list a { color: #231914; text-decoration:none; font-weight:bold;}
#escation .b_list a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}


/*---------------------------------------------------------------------------
  MEDICAL
---------------------------------------------------------------------------*/

#medical { margin:0 auto; padding: 0 0 80px; width:1000px;}




/*---------------------------------------------------------------------------
  VOICE
---------------------------------------------------------------------------*/

/* LIST */
#voice_list { margin:0 auto; padding: 0 0 80px; width:1000px;}
#voice_list:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#voice_list .box {
	position:relative;
	float:left;
	margin:0 2% 4%;
	width:46%;
	height:420px;
	padding:20px;
	border:3px solid #E8DAC8;
	background:#FFF;
	box-sizing:border-box;
	border-radius:10px; /* CSS3 */
	-webkit-border-radius:10px; /* Safari,Google Chrome */
	-moz-border-radius:10px;/* Firefox */
}
#voice_list .box:nth-child(3n):before {
	position:absolute;
	display:block;  
	content:"";
	width:72px;
	height:22px;
	bottom:-5px;
	right:-10px;
	background:url(../img/leaf1.png) no-repeat;
}
#voice_list .photo { width:100%; height:270px;}
#voice_list dl { position:relative;}
#voice_list dt {
	position:absolute;
	top:-40px;
	left:-10px;
	width:140px;
	padding:3px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	letter-spacing:1px;
	color:#FFF;
	background:url(../img/ore_bg2.jpg);
	box-sizing:border-box;
	transform: rotate(-5deg);
}
#voice_list dd { padding-top:15px; text-align:center;}
#voice_list dd p {
	font-weight:bold;
	font-size:120%;
}
#voice_list dd a { color: #231914; text-decoration:none;}
#voice_list dd a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* DETAIL */
#voice_detail {margin:0 auto; padding: 0 0 80px; width:1000px;}
#voice_detail .profile {
	 position:relative;
	 margin:0 2% 40px;
	 height:500px;
}
#voice_detail .profile:before {
	position:absolute;
	display:block;  
	content:"";
	top:20px;
	left:-80px;
	width:128px;
	height:50px;
	background:url(../img/kumo1.png) no-repeat;
}
#voice_detail .profile:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#voice_detail .profile .no {
	position:absolute;
	top:-20px;
	left:-10px;
	width:190px;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	letter-spacing:1px;
	color:#FFF;
	background:url(../img/ore_bg2.jpg);
	box-sizing:border-box;
	transform: rotate(-5deg);
	z-index:9999;
}
#voice_detail .profile .photo {
	position:absolute;
	overflow:hidden;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#voice_detail .profile .comment_r,
#voice_detail .profile .comment_l {
	position:absolute;
	margin:25px;
	padding:30px;
	width:380px;
	height:450px;
	background:rgba(255,255,255,0.80);
	border:1px solid #FFF;
	box-sizing:border-box;

}
#voice_detail .profile .comment_l { left:0;}
#voice_detail .profile .comment_r { right:0;}
#voice_detail .profile h2 {
	clear:none;
	margin:0;
	padding:10px 0 20px;
	color: #231914;
	font-size:220%;
	line-height:110%;
	background:none;
}
#voice_detail .profile .namae { font-size:150%;}
#voice_detail .profile .come { margin-bottom:20px;}
#voice_detail .profile .come b {
	padding:2px 5px;
	color:#FFF;
	background:#231914;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#voice_detail .box { margin:0 2%; padding:40px 0;}
#voice_detail .box:after {/* float clear */
	display:block;  
	clear:both;  
	height:0;
	visibility:hidden;  
	font-size:0;  
	content:" ";  
}
#voice_detail .box h3 {
	clear:none;
	margin:0 0 20px;
	padding:0;
	background:none;
}
#voice_detail .box .come { overflow:hidden;}
#voice_detail .box .photo-l { position:relative;}
#voice_detail .box .photo-r { position:relative;}
#voice_detail .box .photo-l img,
#voice_detail .box .photo-r img {
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#voice_detail .box .photo-l:before,
#voice_detail .box .photo-r:before {
	position:absolute;
	display:block;  
	content:"";
	width:72px;
	height:22px;
}
#voice_detail .box .photo-l:before {
	bottom:-10px;
	left:-15px;
	background:url(../img/leaf2.png) no-repeat;
}
#voice_detail .box .photo-r:before {
	bottom:-10px;
	right:-15px;
	background:url(../img/leaf1.png) no-repeat;
}

/*---------------------------------------------------------------------------
  FAQ
---------------------------------------------------------------------------*/

#qa { margin:0 auto; padding: 0 0 80px; width:1000px;}
#qa dl {
	position:relative;
	clear:both;  
	margin:40px 2% !important;
	padding:30px;
	background:#FFF;
	border:1px solid #E6E2D2;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
}
#qa dl:nth-child(odd):before {
	position:absolute;
	display:block;  
	content:"";
	width:72px;
	height:22px;
	bottom:-10px;
	left:-10px;
	background:url(../img/leaf2.png) no-repeat;
}
#qa dl:nth-child(1):after,
#qa dl:nth-child(5n):after,
#qa dl:nth-child(10):after {
	position:absolute;
	display:block;  
	content:"";
	top:50px;
	right:-50px;
	width:128px;
	height:50px;
	background:url(../img/kumo2.png) no-repeat;
}
#qa dl:nth-child(even):before {
	position:absolute;
	display:block;  
	content:"";
	width:72px;
	height:22px;
	bottom:-5px;
	right:-10px;
	background:url(../img/leaf1.png) no-repeat;
}
#qa dt {
	margin-bottom:20px;
	padding:0 0 20px;
	color:#EF8200; 
	font-weight:bold;
	font-size:130%;
	border-bottom:2px solid #EF8200; 
}
#qa dd {}

/*---------------------------------------------------------------------------
  移住Ｑ＆Ａ
---------------------------------------------------------------------------*/
.ijuA {
	font-size:110%;
	margin-bottom:20px;
}
#subpage .ijuA h3{
	margin-top:10px;
}

#subpage h3:hover{
	cursor:pointer;
}

#subpage .ijuA h4{
	color:#DD0000;
}

#subpage a.btnLink{
	width:30%;
	background-color:#FDFDFD;
	border:3px solid #CCC;
	margin-left:1%;
	margin-right:1%;
	display:block;
	float:left;
	font-size:120%;
	height:3em;
	text-align:center;
	font-weight:bold;
	border-radius:10px;
	padding-bottom:1em;
	padding-top:1em;
	text-decoration:none;
}

/*---------------------------------------------------------------------------
  移住までの流れ
---------------------------------------------------------------------------*/
#subpage #step .step_box{
	position: relative;
	width: 100%;
	max-width:1000px;
	padding: 15px;
	background: url(../img/ore_bg.jpg);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background-color:#FFF;
}

#subpage #step .step_box::after{
	position: absolute;
	display: block;
	content: "";
	width: 110px;
	height: 41px;
	right: -30px;
	bottom: -10px;
	background: url(../img/leaf4.png) no-repeat;
	z-index: 999;
}

#subpage #step .step_box .mid{
	position: absolute;
	top: -40px;
	left: -40px;
	width: 200px;
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 1px;
	color: #FFF;
	background: url(../img/ore_bg.jpg);
	box-sizing: border-box;
	transform: rotate(-10deg);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}


#subpage #step .step_box div{
	background-color:#FFF;
	padding:2em;
}


#subpage #step .step_box div p{
	font-size:120%;
}

#subpage #step .step_box h2{
	clear: both;
	margin: 0 2% 15px;
	padding: 0 0 20px;
	font-size: 160%;
	color: #231914;
	background: url(../img/h3_bg.png) no-repeat left bottom;
}

#subpage #step .nextstep{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	clear:both;
	
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 30px solid #EF8200;
}

#subpage #step .interview{
	width:100%;
	max-width:1000px;
	margin-left:auto;margin-right:auto;
}

#subpage #step .interview_list h2{
	width: 20%;
	height: 250px;;
	float:left;
	
	text-indent: -9999px;
	background: url(../../img/interview_tit.png) no-repeat center top;
}

#subpage #step .interview{
	margin-top:20px;
}

#subpage #step .interview_list .box::before{
	position: absolute;
	display: block;
	content: "";
	top: 2px;
	left: 2px;
	width: 40px;
	height: 40px;
	background: url(../../img/interview_bg2.png) no-repeat;
	z-index: 999;
}

#subpage #step  .interview_list .box{
	position: relative;
	float: left;
	margin: 0 1%;
	padding: 15px;
	width: 21%;
	height: 290px;
	background: url(../../img/interview_bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	box-sizing: border-box;
}


#subpage #step .photo {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
