@charset "utf-8";
/* CSS Document */

/*===========================================
mainVisual
===========================================*/
#mainVisual {
	/*background: #faf2ec;
	background:-webkit-linear-gradient(left, #faf2ec 0%, #faf2ec 50%, #effdfd 50%, #effdfd 100%);
	background:-o-linear-gradient(left, #faf2ec 0%, #faf2ec 50%, #effdfd 50%, #effdfd 100%);
	background:linear-gradient(to right, #faf2ec 0%, #faf2ec 50%, #effdfd 50%, #effdfd 100%);*/
}

#mainVisual .sp {
	display: none!important;
}

#mainVisual ul {
	margin: 0 auto 40px;
	overflow: hidden;
}

#mainVisual ul li {
}

#mainVisual ul li img {
	width: 100%;
	vertical-align: top;
}

#mainVisual .prev-arrow {
	position: absolute;
	left: 18.8%;
	top: 45%;
	z-index: 50;
	cursor: pointer;
}

#mainVisual .next-arrow {
	position: absolute;
	right: 18.8%;
	top: 45%;
	z-index: 50;
	cursor: pointer;
}

#mainVisual .mainVisual01 .pc {
	position: relative;
}

#mainVisual .mainVisual01 .pc img {
	width: 100%;
	vertical-align: top;
}

#mainVisual .mainVisual01 .pc .btn01 {
	position: absolute;
	left: 24.92%;
	bottom: 13.11%;
	display: block;
	width: 24.6%;
}

#mainVisual .mainVisual01 .pc .btn02 {
	position: absolute;
	right: 24.92%;
	bottom: 13.11%;
	display: block;
	width: 24.6%;
}

#mainVisual .mainVisual01 .pc .btn03 {
	position: absolute;
	top: 18.19%;
	left: 8.04%;
	display: block;
	width: 15.625%;
}

#mainVisual .mainVisual01 .pc .btn04 {
	position: absolute;
	top: 18.19%;
	right: 8%;
	display: block;
	width: 15.625%;
}

#mainVisual .mainVisual01 .btn03 div,
#mainVisual .mainVisual01 .btn04 div {
	position: relative;
    overflow: hidden;
}

#mainVisual .mainVisual01 .btn03 div span,
#mainVisual .mainVisual01 .btn04 div span {
    opacity: 0;
    display: block;
    width: 50px;
    height: 500px;
    position: absolute;
    top: -50px;
    left: -300px;
    background: rgba(255, 255, 255, 0.2);
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0.8) 90%,
        rgba(255, 255, 255, 0.0) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0.8) 90%,
        rgba(255, 255, 255, 0.0) 100%
    );
    background: -webkit-gradient(
        linear, left top, right top,
        color-stop(0%  ,rgba(255, 255, 255, 0.2)),
        color-stop(40% ,rgba(255, 255, 255, 0.5)),
        color-stop(90% ,rgba(255, 255, 255, 0.8)),
        color-stop(100%,rgba(255, 255, 255, 0.0))
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0.8) 90%,
        rgba(255, 255, 255, 0.0) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0.8) 90%,
        rgba(255, 255, 255, 0.0) 100%
    );
    background: linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0.8) 90%,
        rgba(255, 255, 255, 0.0) 100%
    );
    -webkit-transition-property: left, top, opacity;
    -moz-transition-property: left, top, opacity;
    -ms-transition-property: left, top, opacity;
    -o-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
    -webkit-transition-duration: 1s, 0.5s, 0.2s;
    -moz-transition-duration: 1s, 0.5s, 0.2s;
    -ms-transition-duration: 1s, 0.5s, 0.2s;
    -o-transition-duration: 1s, 0.5s, 0.2s;
    transition-duration: 1s, 0.5s, 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#mainVisual .mainVisual01 .pc .btn03:hover div span,
#mainVisual .mainVisual01 .pc .btn04:hover div span {
  opacity: 1;
  top: -50px;
  left: 400px;
}


/*===========================================
introduction
===========================================*/
#introduction {
	width: 1000px;
	margin: 0 auto 23px;
	overflow: hidden;
}

#introduction img {
	width: 90px;
	float: left;
}

#introduction .txt01 {
	width: 880px;
	float: right;
}

#introduction .txt01 h1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.3;
}

#introduction .txt01 p {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}

/*===========================================
information
===========================================*/
#information {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

#information #reserch {
	width: 600px;
	float: left;
	margin-top: 7px;
}

#information #reserch #update {
	background: url(/top/images/updateBg02.gif) repeat-x 0 0;
	padding-top: 28px;
	margin-bottom: 25px;
}

#information #reserch #update p {
	background: url(/top/images/updateBg01.gif) repeat-x 0 100%;
	padding: 0 8px 28px;
	color: #ff8a5b;
	font-size: 20px;
	font-weight: bold;
}

#information #reserch #update p strong {
	background: #ff8a5b;
	padding: 5px 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-right: 15px;
	border-radius: 50px;
}

#information #reserch #refine {
}

#information #reserch #refine .tab {
	letter-spacing: -.4em;
}

#information #reserch #refine .tab li {
	display: inline-block;
	vertical-align: bottom;
	padding: 14px 0 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	border-radius: 15px 15px 0 0;
	cursor: pointer;
}

#information #reserch #refine .tab li.select {
	width: 320px;
	background: #ee7f90;
	font-size: 15px;
}

#information #reserch #refine .tab li.select strong {
	font-size: 22px;
}

#information #reserch #refine .tab li.select img {
	width: 28px;
	vertical-align: middle;
}

#information #reserch #refine .tab li {
	width: 280px;
	background: #ccc;
	font-size: 13px;
}

#information #reserch #refine .tab li strong {
	font-size: 19px;
}

#information #reserch #refine .tab li img {
	width: 20px;
	vertical-align: middle;
}

#information #reserch #refine form .boxTabcontent {
	display: none;
}

#information #reserch #refine .area {
	overflow: hidden;
	margin-top: 15px;
}

#information #reserch #refine .area .kantou {
	float: left;
	width: 281px;
	border-right: 1px dashed #b2b2b2;
	padding-right: 19px;
}

#information #reserch #refine .area .toukai {
	float: right;
	width: 281px;
}

#information #reserch #refine .area .kantou dt,
#information #reserch #refine .area .toukai dt,
#information #reserch #refine .freeword dt {
	letter-spacing: -.4em;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

#information #reserch #refine .area .kantou dt span,
#information #reserch #refine .area .toukai dt span,
#information #reserch #refine .freeword dt span {
	display: inline-block;
	letter-spacing: normal;
	width: 6px;
	background: #ee7f90;
	height: 1.8em;
	vertical-align: middle;
	border-radius: 10px;
	margin-right: 10px;
}

#information #reserch #refine .area .kantou dt strong,
#information #reserch #refine .area .toukai dt strong,
#information #reserch #refine .freeword dt strong {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	color: #333;
}

#information #reserch #refine .area .kantou dd {
	background: url(/top/images/mapKantou.gif) no-repeat 0 0;
	padding: 30px 0 0 15px;
	height: 220px;
}

#information #reserch #refine .area .toukai dd {
	background: url(/top/images/mapToukai.gif) no-repeat 0 0;
	padding: 30px 0 0 15px;
	height: 220px;
}

#information #reserch #refine .area .kantou dd ul,
#information #reserch #refine .area .toukai dd ul {
	letter-spacing: -.4em;
}

#information #reserch #refine .area .kantou dd ul li,
#information #reserch #refine .area .toukai dd ul li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px 10px 0;
	width: 120px;
}

#information #reserch #refine .area .kantou dd ul li a,
#information #reserch #refine .area .toukai dd ul li a {
	display: block;
	background: #fefefe;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
	background: -webkit-linear-gradient(top, #fefefe, #efefef);
	background: linear-gradient(to bottom, #fefefe, #efefef);
	padding: 7px 0;
	border: 2px solid #666;
	border-radius: 80px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#information #reserch #refine .freeword {
	padding: 15px 10px;
	letter-spacing: -0.4em;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#information #reserch #refine .freeword dd {
}

#information #reserch #refine .freeword dd input#freeword {
	padding: 0.5em 1%;
	width: 78%;
    background: #fff;
}

#information #reserch #refine .freeword input#freeword:focus {
    background: #fff;
}

#information #reserch #refine .freeword input.btnFreeword01 {
	width: 17%;
	height: auto;
	vertical-align: middle;
	border: none;
	margin-left: 1.5%;
	background: none;
}

#information #reserch #refine .conditions {
    margin-top: 15px;
}

#information #reserch #refine .conditions dl {
	letter-spacing: -.4em;
	border-bottom: 1px dashed #7ce2e3;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
}

#information #reserch #refine .conditions dl dt {
	letter-spacing: normal;
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	font-weight: bold;
	color: #333;
}

#information #reserch #refine .conditions dl dd {
	letter-spacing: normal;
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

#information #reserch #refine .conditions dl dd input,
#information #reserch #refine .conditions dl dd select {
	width: 100%;
	padding: 0.2%;
	font-size: 14px;
}

#information #reserch #refine .conditions dl dd input[type="text"],
#information #reserch #refine .conditions dl dd textarea {
	width: 97.8%;
	padding: 0.2% 1%;
	font-size: 14px;
}

.btnConditions01 {
	width: 164px;
	margin: 0 auto;
}

.btnConditions01 input {
	background: none;
	padding: 0;
	border: none;
	width: 100%;
}

#information #new {
	width: 320px;
	float: right;
	background: #faf2ec;
	padding: 0 20px 20px;
	position: relative;
	margin-top: 7px;
}

#information #new h2 {
	position: absolute;
	top: -7px;
	width: 320px;
	margin: 0 auto;
	background: url(/top/images/newsTitle01.gif) no-repeat 50% 0;
	text-align: center;
	font-size: 24px;
	color: #ee7f90;
	padding: 18px 0 6px;
}

#information #new ul {
	background: #fff;
	margin-top: 46px;
}

#information #new ul li a {
	display: block;
	font-size: 14px;
	padding: 0 15px;
}

#information #new ul li a div {
	padding: 15px 0;
	border-bottom: 1px dashed #bfbfbf;
	line-height: 1.4;
}

#information #new ul li:last-child a div {
	border: none;
}

#information #new ul li a div strong {
	font-weight: bold;
	color: #ee7f90;
	display: block;
}

/*===========================================
topic
===========================================*/
#topic {
	width: 1000px;
	margin: 30px auto 0;
	padding-bottom: 60px;
}

#topic li {
	width: 176px;
	float: left;
}

#topic li:not(:last-child) {
	margin-right: 30px;
}

#topic li a {
	display: block;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

#topic li a img {
	width: 100%;
	vertical-align: top;
}

#topic li a span {
	display: block;
	padding: 12px 0;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	background: url(/common/images/arrow01.png) no-repeat 98% 50% #ee7f90;
	background-size: 10px auto;
	height: 46px;
}

#topic li:nth-child(4) a span {
    font-size: 16px;
    line-height: 1.3;
    padding: 4px 0;
    height: 62px;
}

/*===========================================
report
===========================================*/
#report {
	clear: both;
	padding-top: 60px;
}

#report .reportBox01 {
	background: url(/top/images/reportBg01.gif) repeat-x 0 0 #faf2ec;
	padding: 50px 0 70px;
}

#report .reportBox01 h2 {
	font-weight: bold;
	color: #15bbbe;
	font-size: 28px;
	text-align: center;
	margin-bottom: 25px;
}

#report .reportContentsWrap {
	display: table;
	width: 1070px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 35px 0;
}

#report .reportContents01,
#report .reportContents02,
#report .reportContents03 {
	display: table-cell;
	width: 310px;
	background: #fff;
}

#report .catch {
	background: #ffa784;
	padding: 10px 20px;
	border-radius: 0 0 20px 20px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 8px;
}

#report .box01 {
	padding: 0 20px 20px;
	line-height: 1.4;
}

#report .box01 h3 {
	font-size: 24px;
	color: #333;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#report .box01 .btn01 {
	margin: 10px auto 0;
	text-align: center;
	width: 164px;
}

#report .box01 .btn01 a {
	display: block;
}

#report .box01 .btn01 a img {
	vertical-align: top;
	width: 100%;
}

#report .reportContents01 ul li a {
	display: block;
	padding: 8px 0 12px;
	border-bottom: 1px dashed #d9d9d9;
	font-size: 14px;
}

#report .reportContents01 ul li a dl dt {
	color: #999;
}

#report .reportContents01 ul li a dl dd {
	color: #333;
	letter-spacing: -.4em;
}

#report .reportContents01 ul li a dl dd strong {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 22%;
	background: #ee7f90;
	padding: 2px 0 1px;
	color: #fff;
	margin-right: 2%;
	text-align: center;
}

#report .reportContents01 ul li a dl dd span {
	display: inline-block;
	letter-spacing: normal;
	width: 76%;
}

#report .reportContents02 ul li a {
	display: block;
	padding: 18px 0;
	border-bottom: 1px dashed #d9d9d9;
	font-size: 14px;
}

#report .reportContents02 ul li a strong {
	color: #ee7f90;
}

#report .reportContents03 ul li a {
	display: block;
	padding: 18px 0;
	border-bottom: 1px dashed #d9d9d9;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

/*===========================================
flow
===========================================*/
#flow h2 {
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: #f5a4b1;
	margin-bottom: 10px;
}

#flow h2 span {
	display: block;
	background: #ee7f90;
	width: 1000px;
	margin: 0 auto;
	padding: 23px 0;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

#flow .boxFlowWrap {
	width: 1000px;
	margin: 0 auto 40px;
}

#flow .boxFlow01 {
	padding: 10px 20px 15px 10px;
}

#flow .boxFlow02 {
	padding: 10px 20px 15px 10px;
	background: #fcf5f6;
}

#flow .boxFlow01 h3 img,
#flow .boxFlow02 h3 img {
	width: 60px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

#flow .boxFlow01 h3,
#flow .boxFlow02 h3 {
	color: #ee7f90;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}

#flow .boxFlow01 p,
#flow .boxFlow02 p {
	margin: 0 0 0 10px;
	border-top: 1px dashed #ee7f90;
	padding-top: 5px;
	line-height: 1.6;
	font-size: 16px;
}

/*===========================================
uniqueness
===========================================*/
#uniqueness h2 {
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: #f5a4b1;
	margin-bottom: 25px;
}

#uniqueness h2 span {
	display: block;
	background: #ee7f90;
	width: 1000px;
	margin: 0 auto;
	padding: 23px 0;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.boxUniquenessWrap {
	width: 1000px;
	margin: 0 auto;
}

#uniqueness .boxUniqueness01 {
	letter-spacing: -.4em;
	margin-bottom: 5px;
}

#uniqueness .boxUniqueness01 img {
	display: inline-block;
	letter-spacing: normal;
    width: 90px;
	vertical-align: middle;
	margin-right: 20px;
}

#uniqueness .boxUniqueness01 p {
    width: 880px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 1.6;
}

#uniqueness section {
	margin-bottom: 15px;
	line-height: 1.6;
}

#uniqueness section h3 {
	font-size: 24px;
	color: #333;
}

#uniqueness section h3 strong {
	font-family: 'Sriracha', cursive;
	font-size: 52px;
	color: #ee7f90;
	font-style: italic;
	line-height: 1.2;
}

#uniqueness section p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin: 0.6em 0 0 20px;
	text-indent: 1em;
}

#uniqueness .uniquenessTxt01 {
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 1.6;
}

#uniqueness .uniquenessTxt01 strong {
	color: #ff8a5b;
}

/*===========================================
list
===========================================*/
#list {
	margin-top: 60px;
	background: #f8f8f8;
	padding-top: 35px;
}

#list section {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#list section h2 {
	background: url(/common/images/shadow01.png) repeat-x 0% 100% #fff;
	border-top: 8px solid #ee7f90;
	color: #e05d71;
	font-size: 24px;
	font-weight: bold;
	padding: 14px 20px 18px;
	margin-bottom: 25px;
}

#list section h2 strong {
	color: #ff8a5b;
}

#list section.listBox01 dl {
	overflow: hidden;
	margin-bottom: 30px;
	line-height: 1.6;
}

#list section.listBox01 dl dt {
	float: left;
	width: 130px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-left: 8px solid #fabcc5;
	padding-left: 12px;
}

#list section.listBox01 dl dd {
	float: right;
	width: 850px;
}

#list section.listBox01 dl dd ul {
	letter-spacing: -.4em;
}

#list section.listBox01 dl dd ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 20px;
}

#list section.listBox01 dl dd ul li:last-child {
	margin: 0;
}

#list section.listBox01 dl dd ul li a {
	background: url(/common/images/arrow02.png) no-repeat 0% 30%;
	background-size: 10px auto;
	padding-left: 15px;
	font-size: 16px;
	color: #666;
}

#list section.listBox02 ul {
	letter-spacing: -.4em;
	margin: 0 0 30px 20px;
}

#list section.listBox02 ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 20px;
}

#list section.listBox02 ul li:last-child {
	margin: 0;
}

#list section.listBox02 ul li a {
	background: url(/common/images/arrow02.png) no-repeat 0% 30%;
	background-size: 10px auto;
	padding-left: 15px;
	font-size: 16px;
	color: #666;
}

#list section.listBox03 h3 {
	background: url(/common/images/arrow03.png) no-repeat 0 50%;
	background-size: 30px auto;
	line-height: 1.4;
	padding: 5px 0 3px 40px;
	border-bottom: 4px solid #e8e8e8;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

#list section.listBox03 ul {
	letter-spacing: -.4em;
	margin: 0 0 0 20px;
}

#list section.listBox03 ul li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px 30px 0;
}

#list section.listBox03 ul li:last-child {
	margin: 0 0 30px 0;
}

#list section.listBox03 ul li a {
	background: url(/common/images/arrow02.png) no-repeat 0% 30%;
	background-size: 10px auto;
	padding-left: 15px;
	font-size: 16px;
	color: #666;
}

/*===========================================
bnrArea
===========================================*/
#bnrArea ul li a img {
	vertical-align: top;
	width: 500px;
}

/*===========================================
welcome
===========================================*/
#welcome {
	margin: 40px auto 0;
	width: 1000px;
}

#welcome h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

#welcome p {
	text-indent: 1em;
	margin-top: 1em;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}




/*===========================================
form
===========================================*/
#recruit {
    width: 1000px;
    margin: 40px auto 0;
	padding-top: 30px;
	position: relative;
}

#recruit .celebration {
	position: absolute;
	width: 180px;
	top: 5px;
	right: 20px;
}

#recruit .celebration img {
	width: 100%;
	height: auto;
}

#recruit h3 {
    padding: 10px;
    font-size: 30px;
	color: #fff;
    background: #e05d71;
}

#recruit h4 {
	color: #333;
	font-weight: bold;
	font-size: 24px;
    overflow: hidden;
    position: relative;text-align: center;
	margin-top: 30px;
}

#recruit h4 span {
    background-color: #fff;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    z-index: 10;
    vertical-align: middle;
}

#recruit h4 strong {
	color: #e05d71;
}

#recruit h4::before {
    content: '';
    border-top: #e05d71 solid 3px;
    margin: auto 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}

#recruit .recruitBox01 {
	margin-top: 15px;
}

#recruit .recruitBox01 li {
	text-align: center;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	font-size: 18px;
}

#recruit .recruitBox01 li strong {
	color: #ff8a5b;
}

#recruit table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 15px;
}

#recruit table th,
#recruit table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

#recruit table th {
	background: #faf2ec;
	width: 20%;
	font-size: 14px;
}

#recruit table th div {
	position: relative;
}

#recruit table th .required {
	/*position: absolute;
	top: 0;
	right: 0;
	background: #ff8a5b;
	color: #fff;
	padding: 2px 7px;*/
	color: #ff8a5b;
}

#recruit table th .option {
	/*position: absolute;
	top: 0;
	right: 0;
	background: #999;
	color: #fff;
	padding: 2px 7px;*/
	color: #999;
}

#recruit table th .required,
#recruit table th .option {
	padding-left: 0.4em;
}

#recruit table th .required::before,
#recruit table th .option::before {
	content: '(';
}

#recruit table th .required::after,
#recruit table th .option::after {
	content: ')';
}

#recruit table td {
	font-size: 13px;
}

#recruit table td input {
	font-size: 14px;
	padding: 4px;
}

#recruit table td textarea {
	width: 96%;
	font-size: 14px;
	padding: 4px;
}

#recruit table td p.txtForm01 {
	display: none;
	/*display: inline-block;*/
	margin-left: 5px;
	vertical-align: middle;
}

#recruit table td .txtForm02 {
	display: none;
}

#recruit .formBtn01 {
	width: 25%;
	margin: 10px auto 0;
}

#recruit .formBtn01 input {
	width: 100%;
	border: none;
	background: none;
}
