@charset "UTF-8";

/* //////////////////////////////////////////////////
[COMMON]
////////////////////////////////////////////////// */

/* webFont
----------------------------------- */
#newsListHeader h1,
#supLinkAside ul li a .en,
body.en #supLinkAside ul li a .ja,
#newsRanking header h2 {
	font-family: 'Cantarell', arial, serif !important;
}

/* //////////////////////////////////////////////////
[COMMON]
////////////////////////////////////////////////// */

/* blockWorksList
----------------------------------- */
.blockWorksList {
	margin-bottom: 50px;
}
.blockWorksList h2,
.blockWorksList h3 {
	margin-bottom: 30px;
}

/* block
----------------------------------- */
.blockWithPic01 .blockPic,
.blockWithPic02 .blockPic .pic01,
.blockWithPic02 .blockPic .pic02 {
	width: 300px;
}
.blockWithPic02 .body {
	margin-right: 670px;
}
.blockWithPic01 .body {
	margin-right: 350px;
}

/* worksListSection
----------------------------------- */
.worksListSection {
	margin-bottom: 40px;
}
.worksListSection h2,
.worksListSection h3 {
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.worksListSection h2 img,
.worksListSection h3 img {
	position: absolute;
	top: 0;
	left: 100%;
}
.worksListSection ul {
	float:left;
	clear: both;
	margin-left: 20px;
}
.worksListSection li {
	position: relative;
	margin-bottom: 7px;
	padding-right: 200px;
}
.worksListSection li span,
.jobTypeGuidelineSection h3 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	padding: 3px 5px;
	color: white;
	font-size: 93%;
	line-height: 1;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 
.worksListSection li span {
	font-size: 93%;
}
.jobTypeGuidelineSection h3 span {
	font-size: 66%;
	font-weight: normal;
}
.worksListSection li .stateRecruit,
.jobTypeGuidelineSection h3 .stateRecruit {
	background: #ff4651;
}
.jobTypeGuidelineSection h3 .stateNot,
.worksListSection li .stateNot {
	background: #ccc;
}

/* jobTypeGuidelineSection
----------------------------------- */
.jobTypeGuidelineSection {
	margin-bottom: 50px;
}
.jobTypeGuidelineSection h3 {
	position: relative;
	margin-bottom: 20px;
	padding-right: 200px;
}
body#career .jobTypeGuidelineSection {
	padding-top: 30px;
	border-top: dashed 1px black;
}
body#fresh .jobTypeGuidelineSection {
	padding-top: 30px;
	border-top: dashed 1px black;
}
.recruitGuidlineTbl {
	margin-bottom: 40px;
}
.recruitGuidlineTbl th {
	width: 25%;
}
.recruitGuidlineTbl td p,
.recruitGuidlineTbl td h4,
.recruitGuidlineTbl td ul {
	margin-bottom: 10px;
}
.recruitGuidlineTbl td h4 {
	margin-top: 20px;
}
.recruitGuidlineTbl td li {
	margin-top: 3px;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 680px) {
	.worksListSection li span,
	.jobTypeGuidelineSection h3 span {
		top: 105%;
		right: auto;
		left: 15px;
	} 
	.worksListSection ul {
		margin-left: 0;
	}
	.jobTypeGuidelineSection h3,
	.worksListSection li {
		position: relative;
		margin-bottom: 35px;
		padding-right: 0;
	}
	.recruitGuidlineTbl th {
		width: 20%;
	}
	.recruitGuidlineTbl th,
	.recruitGuidlineTbl td {
		padding: 10px 5px !important;
		font-size: 85%;
	}
}

/* //////////////////////////////////////////////////
[FRESH, CAREER, INTERN]
////////////////////////////////////////////////// */

/* blockRecruitOutline
----------------------------------- */ 
.blockRecruitOutline {
	margin-bottom: 40px;
}
.blockRecruitOutline .body {
	float: left;
	width: 46%;
} 
.blockRecruitCopy .body {
    float:none;
    width:auto;
}
.blockRecruitCopy h2.ttl {
	margin-bottom:30px;
}
.blockRecruitOutline .body p {
	line-height: 2;
	margin-bottom: 20px;
	font-size:108%;
}
.blockRecruitCopy strong {
    font-size:145%;
	padding:0 3px;
}

/* entryStateTable
----------------------------------- */ 
#entryStateTableWrap {
	float: right;
	width: 52%;
}
#entryStateTable {
	width: 100%;
	margin-bottom: 10px;
}
#entryStateTable caption {
	display: none;
}
#entryStateTable tr {
	border: solid 1px #666;
}
#entryStateTable th {
	padding: 5px;
	background: #00c1a3;
	color: white;
}
#entryStateTable td {
	width: 33%;
	padding: 13px 0;
}
#entryStateTable td p {
	text-align: center;
	border-right: dotted 1px black;
}
#entryStateTable td.newgrad p {
	border: none;
}
#entryStateTable td span {
	font-size: 108%;
}
#entryStateTable td .label {
	display: block;
}
#entryStateTable td .entryNum {
	font-size: 277%;
	font-weight: normal;
	color: #00c1a3;
	line-height: 1.2;
}
/* entryStateNextPrev
----------------------------------- */ 
#entryStateNextPrev {
	background: red;
}
#entryStateNextPrev li {
	background: url(/img/news/arrow_sprite.png) no-repeat;
	border-bottom: solid 1px black;
	line-height: 1.2;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#entryStateNextPrev li:hover {
	border: none;
}
#entryStateNextPrev .next {
	float: right;
	padding-right: 15px;
	background-position: 100% -98px;
}
#entryStateNextPrev .prev {
	float: left;
	padding-left: 15px;
	background-position: 0 -298px;
}

/* btnMoreExp
----------------------------------- */
#btnMoreExp,
.btnMoreExp {
	position: relative;
	width: 50%;
	min-width: 300px;
	max-width: 500px;
	margin: 0 auto 60px;
}
.btnMoreExp {
    width:50%;
    margin:0 20px 20px;
}
#btnMoreExp a,
.btnMoreExp a {
	display: block;
	overflow: hidden;
	height: 60px;
	background: white;
	border: solid 1px black;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btnCopy a {
	border: solid 1px #FF9900;
	color:#FF9900;
}
#btnMoreExp a .yanasawa,
.btnMoreExp a .yanasawa {
	position: absolute;
	top: -7px;
	left: 5%;
}
#btnMoreExp a .main,
#btnMoreExp a .hover,
.btnMoreExp a .main,
.btnMoreExp a .hover {
	display: block;
	position: relative;
	top: 0;
	padding: 0 20px 0 0;
	text-align: center;
	font-size: 124%;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;
	transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-moz-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
}
#btnMoreExp a .main,
#btnMoreExp a .hover,
#btnMoreExpYana a .main,
#btnMoreExpYana a .hover {
    padding-left:80px;
}
#btnMoreExp a:hover .main,
#btnMoreExp a:active .main,
#btnMoreExp a:hover .hover,
#btnMoreExp a:active .hover,
.btnMoreExp a:hover .main,
.btnMoreExp a:active .main,
.btnMoreExp a:hover .hover,
.btnMoreExp a:active .hover  {
	top: -60px;
}
.btnMoreExp {
    float:left;
}

/* otherInfo
----------------------------------- */
#otherInfo {
	margin-bottom: 30px;
}
#otherInfo .body p,
#otherInfo .body ul,
#otherInfo .body li {
	margin-bottom: 20px;
}
#otherInfo .body p:last-of-type,
#otherInfo .body ul:last-of-type,
#otherInfo .body li:last-of-type {
	margin-bottom: 0;
}

/* list
----------------------------------- */
.plainList {
	 margin: 0 35px 25px;
}
.plainList li {
    background: url(/img/common/ico/utility_sprite.png) no-repeat scroll 0 -495px transparent;
    margin-bottom: 15px;
    padding-left: 15px;
}

/* otherMessages
----------------------------------- */
#otherMessages {
	margin-bottom: 30px;
}
#otherMessagesInnr {
	width: 1180px;
	margin: 0 auto;
}
#otherMessages figure {
	float: left;
	width: 253px;
	margin: 0 20px 10px 0;
	padding: 10px;
	background: white;
	border: solid 1px white;
}
#otherMessages figure:hover {
	border-color: black;
	cursor: pointer;
}
#otherMessages figure .image {
	float: left;
	margin-right: 10px;
}
#otherMessages figure figcaption {
	float: left;
}
#otherMessages figure figcaption p {
	color: #333;
}
#otherMessages figure figcaption .name {
	font-size: 93%;
}
#otherMessages figure figcaption .ttl {
	font-size: 108%;
	font-weight: bold;
}
#otherMessages figure figcaption p a {
	display: block;
	text-decoration: none;
}

/* blockNewGradsContents
----------------------------------- */
#blockNewGradsContents {
	margin-bottom: 30px;
}
#blockNewGradsContents h3 {
	width: 1086px;
	margin-left: auto;
	margin-right: auto;
}
#blockNewGradsContents ul {
	width: 1086px;
	margin: 0 auto;
}
#blockNewGradsContents ul li {
	float: left;
	margin: 0 15px 15px 0;
}
#blockNewGradsContents ul li a {
	display: block;
	border: solid 1px #eee;
}
#blockNewGradsContents ul li a:hover {
	border-color: black;
}

/* btnLinktoEntry
----------------------------------- */
.btnLinktoEntry {
	position: relative;
	width: 30%;
	min-width: 250px;
	max-width: 400px;
	margin: 0 auto 60px;
}
.btnLinktoEntry a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 60px;
	background: white;
	text-align: center;
	text-decoration: none !important;
	border: solid 1px black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btnLinktoEntry a .main,
.btnLinktoEntry a .hover {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	position: relative;
	top: 0;
	padding-left: 30px;
	background: url(/img/recruit/sprite.png) no-repeat 0 20px;
	text-align: center;
	font-size: 124%;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;

	transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-moz-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
}
.btnLinktoEntry a:hover .main,
.btnLinktoEntry a:active .main,
.btnLinktoEntry a:hover .hover,
.btnLinktoEntry a:active .hover {
	top: -60px;
}
.btnLinktoEntry a .main,
.btnLinktoEntry a:hover .hover {
	color: black;
} 

/* Media Queries
----------------------------------- */
@media screen and (max-width: 1360px) {
	#otherMessagesInnr {
		width: 900px;
	}
}
@media screen and (max-width: 1060px) {
	#otherMessagesInnr {
		width: 600px;
	}
}
@media screen and (max-width: 700px) {
	#otherMessagesInnr {
		width: 300px;
	}
}
@media screen and (max-width: 1250px) {
	#blockNewGradsContents h3,
	#blockNewGradsContents ul {
		width: 870px;
	}
} 
@media screen and (max-width: 1050px) {
	#blockNewGradsContents h3,
	#blockNewGradsContents ul {
		width: 655px;
	}
} 
@media screen and (max-width: 760px) {
	#blockNewGradsContents h3,
	#blockNewGradsContents ul {
		width: 435px;
	}
} 
@media screen and (max-width: 550px) {
	#blockNewGradsContents h3,
	#blockNewGradsContents ul {
		width: 200px;
	}
	#blockNewGradsContents ul li {
		margin-right: 0;
	}
} 
@media screen and (max-width: 680px) {
	.blockRecruitOutline .body,
	#entryStateTableWrap {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#btnMoreExp {
		width: 100%;
	}
	#btnMoreExp a:hover .main,
	#btnMoreExp a:active .main,
	#btnMoreExp a:hover .hover,
	#btnMoreExp a:active .hover {
		top: 0;
	}
	#blockNewGradsContents {
		display: none;
	} 
	#otherMessagesInnr {
		width: auto;
	}	
	#otherMessages {
		padding: 15px;
	}
	#otherMessages figure {
		width: 94%;
		padding: 10px 3%;
	}
}

/* //////////////////////////////////////////////////
[WORKS]
////////////////////////////////////////////////// */

/* recruitGuidelineSection
----------------------------------- */
.recruitGuidelineSection {
	margin-bottom: 60px;
}
.recruitGuidelineSection h2 {
	margin-bottom: 30px;
} 

/* //////////////////////////////////////////////////
[MESSAGE, INTERVIEW]
////////////////////////////////////////////////// */

/* blockMsgSection
----------------------------------- */
#employeeMsgSection .blockMsgSection .sectionHeader {
	margin-right: 500px;
}
#employeeMsgSection .blockMsgSection h2 {
	float: left;
	width: 94%;
	padding: 10px 2%;
}
#employeeMsgSection .blockMsgSection .body {
	padding-top: 10px;
	clear: left;
}
#employeeMsgSection .blockMsgSection .body p {
	margin: 20px 0;
	line-height: 2.1;
	font-size:108%;
}

/* blockMsgSection
----------------------------------- */
#employeeMsgSection .blockMsgSection .blockEmployeePh {
	float: right;
	width: 480px;
	margin: 0 0 10px 2%;
}
#employeeMsgSection .blockMsgSection .blockEmployeePh .image {
	margin-bottom: 20px;
}
#employeeMsgSection .blockMsgSection .blockEmployeePh figcaption .captionSection {
	padding: 20px;
	background: #eee;
	background: rgba(238, 238, 238, 0.8);
	margin-bottom: 20px;
}
#employeeMsgSection .blockMsgSection .blockEmployeePh figcaption .captionSection h3 {
	margin-bottom: 10px;
	line-height: 1.2;
	color: #777;
	font-size: 108%;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}
#employeeMsgSection .blockMsgSection .blockEmployeePh figcaption .captionSection.smile h3 img {
	margin-left: 10px;
}
#employeeMsgSection .blockMsgSection .blockEmployeePh figcaption .captionSection.smile .from {
	float: right;
	margin-top: 10px;
}
#employeeMsgSection .blockMsgSection .blockEmployeePh figcaption .captionSection.smile .from img {
	margin-left: 10px;
	vertical-align: bottom;
}
#employeeMsgSection .blockMsgSection .blockEmployeePh figcaption .captionSection p {
	color: #333;
	font-size: 85%;
}


/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	#employeeMsgSection .blockMsgSection .sectionHeader {
		margin: 0 0 30px;
	}
	#employeeMsgSection .blockMsgSection h2 {
		float: none;
		width: auto;
		padding: 10px 15px;
	}
	#employeeMsgSection .blockMsgSection .blockEmployeePh {
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	#employeeMsgSection .blockMsgSection .blockEmployeePh .image img {
		width: 100%;
		height: auto;
	}
}

/* --------------------------------------------------
	forfresh
-------------------------------------------------- */ 

#forfresh .blockPlain p {
	font-size:108%;
}

/* header
----------------------------------- */
#msgHeader {
	position: relative;
}
#msgHeader aside {
	position: absolute;
	top: -25px;
	right: 40px;
	width: 230px;
	height: 125px;
}
#msgHeader .balloon,
#msgHeader .yana {
	position: absolute;
}
#msgHeader .balloon {
	top: 0;
	left: 0;
	-webkit-animation: 'balloonAnm' 2.5s ease-in-out 0s infinite alternate, 'balloonAnmFeed' 2.3s ease-in-out 0s;
}
@-webkit-keyframes balloonAnm {
	0% { top: 0; }
	100% { top: -10px; }
}
@-webkit-keyframes balloonAnmFeed {
	0% { opacity: 0; }
	99% { opacity: 0; }
	100% { opacity: 1; }
}
#msgHeader .yana {
	bottom: 0;
	right: 0;
	-webkit-animation: 'yanaJumpAnm' 2.2s ease-in-out 0s;
}	
@-webkit-keyframes yanaJumpAnm {
	0% { opacity:0; }
	70% { opacity:0; bottom: 0; }
	91% { opacity:1; bottom: 30px; }
	100% { opacity:1; bottom: 0; }
} 


/* moreEntryLink
---------------------------------- */
.moreEntryLink li {
	margin-bottom: 15px; 
	padding-left: 15px;
	background: url(/img/common/ico/utility_sprite.png) no-repeat 0 -495px;
}
.moreEntryLink li span {
	display: block;
	line-height: 1.6;
}
.moreEntryLink li .linktoExternal {
	font-size: 94%;
}
.moreEntryLink li {
	margin-bottom: 15px;
	font-size: 108%;
}

/* goPageTop
----------------------------------- */
body#forfresh #goPageTop {
	position: absolute;
	top: -54px;
	right: 0;
}
body#forfresh #goPageTop:hover {
	top: -60px;
}
body#forfresh #goPageTop a {
	text-decoration: none;
	padding: 10px 0 60px 0;
	background: url(/img/common/img_yanaMan.png) no-repeat 50% 100%;
}
body#forfresh #goPageTop a:hover,
body#forfresh #goPageTop a:active {
	background: url(/img/common/img_yanaMan.png) no-repeat 50% 100%;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	#msgHeader h1 br {
		display: inline;
	}
	#msgHeader aside {
		right: 0;
	}
}
@media screen and (max-width: 600px) {
	#msgHeader {
		padding-top: 150px;
	}
	#msgHeader h1.haveSub {
		text-align: center;
	}
	.blockMsg ul {
		margin: 0 0 25px;
	}
	#msgHeader aside {
		top: 0;
		right: 50%;
		margin-right: -115px;
	} 
}
@media screen and (max-width: 400px) {
	#msgHeader h1 {
		font-size: 200%;
	}
} 

/* //////////////////////////////////////////////////
[TEAM]
////////////////////////////////////////////////// */

/* main
----------------------------------- */
body#team #main {
	float: left;
	width: 49%;
}

#team .blockPlain p {
	font-size:108%;
}


/* blockRecruitExample
----------------------------------- */
#blockRecruitExample {
	float: right;
	width: 45%;
	max-width: 450px;
	margin-bottom: 40px;
	padding: 15px 2%;
}
body#team .worksListSection li {
	padding-right: 0;
}
#blockRecruitExample h4 {
	margin-bottom: 15px;
	padding: 3px 10px;
	background: black;
	font-size: 116%;
	font-weight: normal;
	color: white;
	line-height: 1.2;
}
#blockRecruitExample .unitMemberWrap {
	text-align: center;
}
#blockRecruitExample .unitMember {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	margin: 0 20px 15px 0;
}
#blockRecruitExample .unitMember:last-of-type {
	margin-right: 0;
}
#blockRecruitExample .unitMember .image {
	margin-bottom: 5px;
}
#blockRecruitExample .unitMember dl {
	text-align: left;
}
#blockRecruitExample .unitMember dd {
	color: #807c7c;
	font-size: 85%;
}
/* btnLinktoContact
----------------------------------- */
#btnLinktoContact {
	clear: both;
}
#btnLinktoContact a .main,
#btnLinktoContact a .hover {
	background: url(/img/recruit/sprite.png) no-repeat 0 -80px;
}
/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	body#team #main,
	#blockRecruitExample {
		float: none;
		width: auto;
	}
	#blockRecruitExample {
		margin: 0 auto 40px;
	}
}

/* //////////////////////////////////////////////////
[fostering]
////////////////////////////////////////////////// */

#fostering .blockPlain p {
	font-size:108%;
}

/* //////////////////////////////////////////////////
[EntrySheat]
////////////////////////////////////////////////// */
body#entry #containerCover {
	min-width: 950px;
}

/* header
----------------------------------- */
#contactSection header {
	margin-bottom: 25px;
}

/* pageEntrySheat
----------------------------------- */
#pageEntrySheatPreview, #pageEntrySheatComp {
	display: none;
}
#blockEntrySheatInput {
	display: none;
} 

/* entrySheatSection
----------------------------------- */
#entrySheatSectionHeader {
	margin-bottom: 10px;
}
.pageEntrySheat .tagline {
	margin-bottom: 20px;
	font-size: 116%;
}
#btnOpenAgreement {
	display: none;
}
#blockAgreement {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: dashed 1px black;
}
#blockAgreement .pMark {
    border-top:1px solid #ccc;
    padding-top:15px;
}
#blockAgreement .content {
	height: 150px;
	margin: 0 3% 20px;
	padding: 20px;
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	overflow: auto;
}
#blockAgreement .content h3,
#blockAgreement .content h4,
#blockAgreement .content p {
	margin-bottom: 10px;
	font-weight: normal;
}
#blockAgreement .check p {
	text-align: center;
	font-size: 108%;
}
#blockAgreement .check .attention span {
	font-weight: bold;
	background: #ff1;
	padding: 4px;
}

/* entrySheatFlowNav 
----------------------------------- */
.entrySheatFlowNav {
	margin-bottom: 40px;
}
.entrySheatFlowNav li {
	float: left;
	width: 30%;
	height: 27px;
	padding-right: 5%;
	background: #e9e9e9;
	font-size: 108%;
	line-height: 27px;
	text-align: center;
}
.entrySheatFlowNav ul .comp {
	width: 30%;
	padding: 0;
}
.entrySheatFlowNav .input .input {
	background: #bfbfbf url(/img/contact/sprite.png) no-repeat 100% -200px;
	font-weight: bold;
	color: white;
}
.entrySheatFlowNav .input .preview {
	background: #e9e9e9 url(/img/contact/sprite.png) no-repeat 100% 0;
}
.entrySheatFlowNav .preview .input {
	background: #e9e9e9 url(/img/contact/sprite.png) no-repeat 100% -100px;
}
.entrySheatFlowNav .preview .preview {
	background: #bfbfbf url(/img/contact/sprite.png) no-repeat 100% -200px;
	font-weight: bold;
	color: white;
}
.entrySheatFlowNav .comp .input {
	background: #e9e9e9 url(/img/contact/sprite.png) no-repeat 100% 0;
}
.entrySheatFlowNav .comp .preview {
	background: #e9e9e9 url(/img/contact/sprite.png) no-repeat 100% -100px;
}
.entrySheatFlowNav .comp .comp {
	background: #bfbfbf; 
	font-weight: bold;
	color: white;
}

/* entrySheatInputField 
----------------------------------- */
#entrySheatInputField {
	padding: 35px;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto 50px;
	border: solid 1px #ccc;
}

/* header */
.entrySheatHeader {
	position: relative;
	width: 100%;
	height: 40px;
}
.entrySheatHeader h2 {
	float: left;
	font-size: 108%;
	color: #ccc;
}
.entrySheatHeader h2 img {
	float: left;
	margin-right: 5px;
}
.entrySheatHeader h2 span {
	display: block;
	float: left;
	margin-top: 13px;
	line-height: 1;
}
.entrySheatHeader p {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 108%;
}

/* row common
----------------------------------- */
body#entry .item {
	font-size: 108%;
	font-weight: bold;
}
body#entry .item em,
body#entry .alert {
	color: #f66;
}
body#entry .alert {
	display: none;
	font-size: 108%;
}
.nameRow, .birthDayRow,
.sexRow, .addressRow,
.telRow, .pcMailRow,
.mobileMailRow {
	border-bottom: solid 1px #ccc;
} 
.groupBasicInfomation .innr {
	padding: 30px 0 20px;
}
.groupBasicInfomation .item {
	float: left;
	width: 20%;
	padding: 0 3%;
}
.groupBasicInfomation .data {
	float: right;
	width: 68%;
	padding: 0 3%;
}
.kanaRow input, .nameRow input,
.birthDayRow input, .sexRow input, .addressRow input,
.telRow input, .pcMailRow input, .mobileMailRow input,
.homePageRow input, body#entry textarea {
	border: solid 1px #ddd;
	background: #f2f2f2;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#ccc), color-stop(50%, #ccc), color-stop(50%, #fff), to(#fff));   
	background-size: 3px;
	-webkit-background-size: 3px;
	-moz-background-size: 3px;
	line-height: 1.6;
	padding: 3px 0;
}
.kanaRow input:focus, .nameRow input:focus,
.birthDayRow input:focus, .sexRow input:focus, .addressRow input:focus,
.telRow input:focus, .pcMailRow input:focus, .mobileMailRow input:focus,
.homePageRow input:focus, body#entry textarea:focus {
	background: white;
	outline: 0px none black;
}

/* groupBasicInfomation
----------------------------------- */
.groupBasicInfomation {
	float: left;
	width: 68%;
	margin-bottom: 30px;
}
.groupBasicInfomationInnr {
	border: solid 2px #ccc;
}

/* kana row name row
----------------------------------- */
.kanaRow .innr {
	border-bottom: dashed 1px #ccc;
}
.nameRow .item {
	line-height: 50px;
}
.kanaRow .data dl,
.nameRow .data dl {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	margin: 0 5px 10px 0;
}
.kanaRow .data dt, .kanaRow .data dd,
.nameRow .data dt, .nameRow .data dd {
	display: inline;
}
.kanaRow .data dt,
.nameRow .data dt {
	margin-right: 3px;
}
.kanaRow .data dd input {
	width: 150px;
}
.nameRow .data dd input {
	width: 160px;
	padding: 5px;
	line-height: 1.2;
	font-size: 247%;
}

/* groupBirthDayAndSex
----------------------------------- */
.birthDayRow {
	float: left;
	width: 60%;
}
.birthDayRow .innr {
	border-right: solid 1px #ccc;
}
.sexRow {
	float: right;
	width: 40%;
}
.birthDayRow .item {
	width: 30%;
}
.birthDayRow .data {
	width: 58%;
}
.sexRow .item {
	width: 35%;
}
.sexRow .data {
	width: 53%;
}
.birthDayRow .data .input,
.sexRow .data .input {
	margin-bottom: 10px;
}
.birthDayRow .data input {
	width: 30px;
	margin: 0 5px 0 10px;
}
.birthDayRow .data .birthDay01 {
	width: 60px;
}
.sexRow .data input {
	margin: 0 5px 0 10px;
}

/* address tel Row
----------------------------------- */
.addressRow .item {
	width: 15%;
} 
.addressRow .wrap01 {
	margin-bottom: 15px;
}
.addressRow .wrap01 input {
	margin: 0 3px;
}
.addressRow .data {
	width: 73%;
}
.addressRow .data .postalNum01 {
	width: 80px;
}
.addressRow .data .postalNum02 {
	width: 100px;
}
.addressRow .wrap02 {
	padding: 0 3%;
}
.addressRow .wrap02 .input {
	margin-bottom: 10px;
}
.addressRow .wrap02 p select {
	float: left;
	margin-right: 20px;
	width: 20%;
}
.addressRow .wrap02 p input {
	width: 75%;
}

/* tel pcMail mobileMail homePage Row
----------------------------------- */
.telRow .item,
.pcMailRow .item,
.mobileMailRow .item,
.homePageRow .item {
	width: 25%;
}
.telRow .data,
.pcMailRow .data,
.mobileMailRow .data,
.homePageRow .data {
	width: 63%;
}
.pcMailRow .data #pcMail,
.mobileMailRow .data #mobileMail {
	width: 100%;
	margin-bottom: 10px;
}
.telRow .data input {
	width: 60%;
	margin-bottom: 10px;
}
.pcMailRow .data .attention {
	margin-bottom: 5px;
	font-size: 93%;
	color: #999;
	line-height: 1.2;
}
.pcMailRow .data .mailYes,
.pcMailRow .data .mailNo {
	margin: 0 3px 0 10px;
}
.homePageRow .input {
	position: relative;
	margin-bottom: 10px;
	padding-right: 35px;
}
.homePageRow .moreHomePageBtn:hover {
	cursor: pointer;
	background: #aaa;
}
.homePageRow .input input {
	width: 100%;
}
.homePageRow #moreHomePageBtn {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 20px;
	height: 20px;
	background: #ccc;
	color: white;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	cursor: pointer;
}
.homePageRow #moreHomePageBtn:hover {
	background: #999;
}
.homePageRow .moreHomePageTxtbox {
	display: none;
}

/* Photo Select
----------------------------------- */ 
.groupBlockPhotoSelect {
	float: right;
	width: 32%;
}
.blockPhotoSelect {
	position: relative;
	width: 245px;
	margin: 0 auto 20px;
}
.blockPhotoSelect .innr {
	position: relative;
	padding: 10px 21px 5px;
}
.blockPhotoSelect .photoBox {
	border: solid 1px #ccc;
	width: 200px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	background: #eee;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#ccc), color-stop(50%, #ccc), color-stop(50%, #fff), to(#fff));   
	-webkit-background-size: 3px;
	margin-bottom: 5px;
}
.blockPhotoSelect .photoBox img {
	max-width: 200px;
	max-height: 160px;
	vertical-align: middle;
}
.blockPhotoSelect .caption {
	position: absolute;
	top: 55px;
	width: 140px;
	margin: 0 30px;
}
.blockPhotoSelect .caption span,
.blockPhotoSelect .caption em {
	display: block;
}
.blockPhotoSelect .caption em {
	text-align: center;
	color: #f66;
}
.blockPhotoSelect .button {
	margin-bottom: 5px;
}
.blockPhotoSelect .button iframe {
	width: 600px;
	height: 35px;
	border: 0;
	overflow: hidden;
}
.blockPhotoSelect .attention {
	color: #999;
	font-size: 77%;
	margin-bottom: 5px;
}

#blockPhotoSelectHidden form {
	display: none;
}

/* groupSupInformation 
----------------------------------- */
.groupSupInformation {
	clear: both;
	border: solid 2px #ccc;
}

/* groupAcademicAndJob & skillRow 
----------------------------------- */
.groupAcademicAndJob {
}
.academicRow,
.jobRow,
.skillRow {
	border-bottom: solid 1px #ccc;
}
.academicRow {
	float: left;
	width: 45%;
}
.jobRow {
	float: right;
	width: 55%;
}
.academicRow .innr,
.jobRow .innr {
	padding: 20px;
}
.jobRow .innr {
	border-left: solid 1px #ccc;
}
.academicRow .data textarea {
	width: 100% !important;
	height: 400px;
}
.jobRow .data textarea {
	width: 100%;
	height: 250px;
	margin-bottom: 5px;
}
.jobRow .data label {
	font-size: 108%;
	line-height: 1.8;
}
.skillRow .innr {
	padding: 20px 40px 20px 20px;
}
.skillRow .data textarea {
	width: 100%;
	height: 120px;
	margin-bottom: 5px;
}
.skillRow .attention {
	font-size: 93%;
	color: #999;
	line-height: 1.2;
	margin-bottom: 10px;
}
#jobRow_other {
    margin-top:10px;
}

/* Other Question clue Row 
----------------------------------- */
.otherQuestion {
	padding: 20px 40px 20px 20px;
	border-bottom: solid 1px #ccc;
}
.otherAppealRow {
	padding: 20px 40px 20px 20px;
}
.otherQuestion .data textarea,
.otherAppealRow .data textarea {
	width: 100%;
	height: 120px;
	margin-bottom: 5px;
}
.clueRow {
	padding: 20px 40px 20px 20px;
	border-bottom: solid 1px #ccc;
}
.clueRow .item {
	float: left;
	width: 27%;
	padding-right: 3%;
}
.clueRow .data {
	float: right;
	width: 70%;
}
.clueRow .data label {
	font-size: 108%;
	line-height: 1.8;
}

/* entrySheatInputField - Alert 
----------------------------------- */
#entrySheatInputField .inputAlert {
	background: #ffe2e6;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#f88), color-stop(50%, #f88), color-stop(50%, #fff), to(#fff));   
	-webkit-background-size: 3px;
}
.kanaRow .inputAlert input, .nameRow .inputAlert input,
.birthDayRow .inputAlert input, .sexRow .inputAlert input, .addressRow .inputAlert input,
.telRow .inputAlert input, .pcMailRow .inputAlert input, .mobileMailRow .inputAlert input,
.homePageRow .inputAlert input, body#entry .inputAlert textarea {
	background: white !important;
}
#entrySheatInputField .inputAlert .alert {
	display: block;
} 
#blockPhotoSelect .inputAlert .attention {
	color: black;
}

/* btnEntrySheatPreview 
----------------------------------- */
#btnEntrySheatPreview {
	margin-bottom: 20px;
	text-align: center;
}
#btnEntrySheatPreview a {
	position: relative;
	display: inline-block;
	*display: inline;  
	*zoom: 1;  	
	height: 50px;
	border: solid 1px #5ad3bb;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
#btnEntrySheatPreview a span {
	position: relative;
	top: 0;
	display: block;
	padding: 0 70px;
	line-height: 50px;
	text-align: center;
	font-size: 162%;
	color: #5ad3bb;

	transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-moz-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
}
#btnEntrySheatPreview a:hover span {
	top: -49px;
}

/*#entrySheatPreviewField 
----------------------------------- */
#entrySheatPreviewField {
	padding: 35px;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto 50px;
	border: solid 1px #ccc;
}
#entrySheatPreviewField .nameRow .item {
	line-height: 1.5;
}
#entrySheatPreviewField .groupBasicInfomation .innr {
	padding: 20px 0;
}
#entrySheatPreviewField .groupBasicInfomation .item {
	width: 22%;
}
#entrySheatPreviewField .groupBasicInfomation .data {
	width: 66%;
}
#entrySheatPreviewField .academicRow .innr {
	border-right: solid 1px #ccc;
}
#entrySheatPreviewField .jobRow .innr {
	border-left: none;
}
#entrySheatPreviewField .clueRow .item,
#entrySheatPreviewField .clueRow .data {
	float: none;
	width: auto;
}

/* btnBackSend 
----------------------------------- */
#btnBackSend {
	width: 510px;
	margin: 0 auto 35px;
} 
#btnBackSend li {
	width: 250px;
}
#btnBackSend .send {
	float: right;
}
#btnBackSend .back {
	float: left;
}
#btnBackSend a {
	position: relative;
	display: block;
	height: 50px;
	margin-right: 5px;
	border: solid 1px #5ad3bb;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
#btnBackSend .back a {
	border: solid 1px #666;
}
#btnBackSend a span {
	position: relative;
	top: 0;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 162%;
	color: #5ad3bb;

	transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-moz-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
}
#btnBackSend .back a span {
	color: #666;
}
#btnBackSend a:hover span {
	top: -49px;
}

/* entrySheatSectionFooter 
----------------------------------- */
#entrySheatSectionFooter {
    text-align:center;
}
#entrySheatSectionFooter .blockSSL {
    text-align:center;
}
#entrySheatSectionFooter .blockSSL p {
	color: #bbb;
}
#kayacContactFooter .blockSSL {
    text-align:center;
}

/* CompPage 
----------------------------------- */
#blockEntryComp {
	position: relative;
	background: #e9e9e9;
}
#entrySheatSectionHeader h2 {
	margin: 25px 0;
}
#txtMsgThanks {
	position: absolute;
	top: 45%;
	left: 0;
	width: 90%;
	padding: 0 5%;
	text-align: center;
	font-size: 185%;
	font-weight: bold;
	line-height: 1.2;
}
#imgEntryThanks {
	text-align: center;
	width: 100%;
}
#imgEntryThanks img {
	width: 100%;
	max-width: 980px;
	height: auto;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 1120px) {
	.birthDayRow,
	.sexRow {
		float: none;
		width: auto;
	}
	.birthDayRow .innr {
		border: none;
	}
	
}
@media screen and (max-width: 1050px) {
	.birthDayRow {
		float: left;
		width: 60%;
	}
	.birthDayRow .innr {
		border-right: solid 1px #ccc;
	}
	.sexRow {
		float: right;
		width: 40%;
	}
	.groupBasicInfomation,
	.groupBlockPhotoSelect {
		float: none;
		width: auto;
	}
	.groupBlockPhotoSelect {
		margin-bottom: 20px;
	}
	.blockPhotoSelect {
		float: left;
		margin: 0;
	}
}
@media screen and (max-width: 1000px) {
	#entrySheatSectionFooter .blockSSL {
		margin: 0 5%;
	}
}

/* //////////////////////////////////////////////////
[DORMITORY]
////////////////////////////////////////////////// */

/* mainImageArea
----------------------------------- */
#mainImageArea {
	margin-bottom: 30px;
}
#mainImageArea .image01,
#mainImageArea .image02 {
	width: 50%;
}
#mainImageArea .image01 img,
#mainImageArea .image02 img {
	display: block;
	width: 100%;
	height: auto;
}
#mainImageArea .image01 {
	float: left;
}
#mainImageArea .image02 {
	float: right; 
	margin-bottom: 10px;
}
#mainImageArea .offer {
	clear: both;
	text-align: right;
}
#mainImageArea .image01 a,
#mainImageArea .image02 a {
	display: block;
}

/* block
----------------------------------- */
body#dormitory .blockWithPic01 .blockPic {
	width: 300px;
}
body#dormitory .blockWithPic01 .blockPic .image {
	width: 300px;
	text-align: center;
} 
body#dormitory .blockWithPic01 .body {
	margin-right: 320px;
}
body#dormitory .blockWithPic01 .blockPic .image img {
	width: auto !important;
}
body#dormitory .blockPlain .offer {
	text-align: right;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 680px) {
	#mainImageArea .image01,
	#mainImageArea .image02 {
		float: none;
		width: auto;
	}
}

/* //////////////////////////////////////////////////
[entryAttention]
////////////////////////////////////////////////// */

/* header
----------------------------------- */
#entryAttentionHeader {
	margin-bottom: 20px;
}
#mainVisual {
	margin-bottom: 40px;
	padding: 45px;
	background: #eee;
	text-align: center;
}
#entryAttentionSection .sentence {
	margin-bottom: 60px;
}
#entryAttentionSection .link {
	text-align: center;
}

/* //////////////////////////////////////////////
[setsusyu]
////////////////////////////////////////////// */
.resumeSelectRow {
    padding: 20px 40px 20px 20px;
}

.blockResumeSelect .button iframe {
	width: 460px;
	height: 42px;
	border: 0;
	overflow: hidden;
}

.blockResumeSelect .attention {
	color: #999;
	font-size: 77%;
	margin-bottom: 5px;
}

.resumeTextRow {
	padding: 20px 40px 20px 20px;
}

.resumeTextRow .data textarea {
	width: 100%;
	height: 120px;
	margin-bottom: 5px;
}

.resumeTextRow .attention {
	font-size: 93%;
	color: #999;
	line-height: 1.2;
	margin-bottom: 10px;
}

