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

/*---------------------------------------------------------------------------

	catch

----------------------------------------------------------------------------*/
#catch {
	color: #fff;
	background-color:  #009799;
	font-family: 'ヒラギノ角ゴ ProN W6', 'HiraKakuProN-W6';
	text-align: center; 
}
#catch .mojiiro {
	color: #e8f600;
	font-size: 72px;
	font-weight: normal;
}
#catch h2 {
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 48px;
	letter-spacing: 5px;
	line-height: 30px;
}
#catch .catch_text {
	font-size: 16px;
	line-height: 40px; 
	text-align: center;
	letter-spacing: 2px;
}
.pctba {
	line-height: 77px;
}
@media only screen and ( max-width : 768px ) {
	#catch .catch_subtitle {
		font-size: 40px;
	}
	#catch .mojiiro {
		font-size: 13vw;
	}
	#catch h2 {
		font-size: 7vw;
	}
	#catch .catch_text {
		font-size: 15px;
		line-height: 25px; 
		letter-spacing: 1px;
	}
}
@media only screen and ( max-width : 480px ) {
	#catch .catch_subtitle {
		font-size: 15px;
		line-height: 10px;
	}
	#catch .catch_text {
		font-size: 14px; 
		text-align: left;
	}
	#catch h2 {
		letter-spacing: 3px;
	}	
}

/*-----------------------------------------------------------------------------

	about

-----------------------------------------------------------------------------*/
#about {
	background-color: #d6feff;
}
#about .transparent {
  background-color: #d6feff;
  text-align: center;
}
#about .about_title {
	font-size: 16px;
    line-height: 40px; 
	text-align: center;
	color: #000;
	letter-spacing: 2px;
}
#about h2 {
	text-align: center;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
}
#about .subcomment {
    color: #00310a; 
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 22px;
}
@media only screen and ( max-width : 768px ) {
	#about .about_title {
		font-size: 15px;
		line-height: 25px; 
		letter-spacing: 1px;
	}
	#about h2 {
		font-size: 30px;
	}
	#about .subcomment {
		font-size: 18px;
	}
}
@media only screen and ( max-width : 480px ) {
	#about .about_title {
		font-size: 14px; 
		text-align: left;
	}	
}
/*----------------------------------------------------------------------------

	top message

----------------------------------------------------------------------------*/
#topmessage {
	background-color: #fff; 
	height: auto;
}
#topmessage h2 {
	text-align: center;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
}
#topmessage .subcomment {
	text-align: center;
	font-size: 21px;
	color: #00310a;
	letter-spacing: 2px;
	font-weight: normal;}

#topmessage .top_inner {
	position: relative;
	overflow: hidden;
	height: 500px;
}
#topmessage ul li {
    font-size: 18px;
}
#topmessage img {
	position: absolute;
    width: 60%;
	float: right;
	right: 100px;
}
#topmessage .work_body {
	position: absolute;
    background-color: #245500;
    width: 400px;
	bottom: 0;
    padding: 48px 30px 30px 30px;
	float: left;
	left: 100px;
}
#topmessage .work_title {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 2px;
	line-height: 2;
	letter-spacing: 1px; 
	color: #fff;
}
#topmessage .work_text {
	font-size: 18px;
	line-height: 2;
	color: #fff;
}
#topmessage .work_name {
	color: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	float: left;
	padding-right: 10px;
}
#topmessage .work_text_in {
	font-size: 14px;
	margin-top: 10%;
	color: #fff;
	line-height: 2;
}
@media only screen and ( max-width : 768px ) {
	#topmessage h2 {
		font-size: 30px;
	}
	#topmessage .subcomment {
		font-size: 18px;
	}
	#topmessage img {
		position: inherit;
		width: 100%;
		float: none;
		right: 0;
	}
	#topmessage .work_body {
		float: none;
		width: 100%;
		left: 0;
	}
	#topmessage .work_text {
		line-height: 1.8;
	}
	#topmessage .work_name {
		font-size: 20px;
		letter-spacing: 2px;
	}
	#topmessage .work_text_in {
		line-height: 1.8;
	}	
	#topmessage .top_inner {
		position: none;
	}
}
@media only screen and ( max-width : 480px ) {
	#topmessage .work_body {
		padding: 20px;
		left: 0;
	}
	#topmessage .work_text {
		font-size: 14px;
	}
	#topmessage .work_text_in {
		font-size: 13px;
	}
}
/*--------------------------------------------------------------------------------------

	work

---------------------------------------------------------------------------------------*/
#work {
	background-color: #f5fff3; 
}
#work h2 {
	text-align: center;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
}
#work .subcomment {
	text-align: center;
	font-size: 21.85px;
	color: #00310a;
	letter-spacing: 2px;
	font-weight: normal;
}
#work ul li {
	position: relative;
}
#work ul li:nth-child(1) {
	margin-bottom: 250px;
}
#work ul li:nth-child(1) img {
	margin-top: 60px;
}
#work ul li:nth-child(2) img {
	float: right;
	margin-top: -150px;
}
#work ul li:nth-child(2) .work_body {
	right: inherit;
	left: 0;
}
#work ul li:nth-child(3) .work_body {
	margin-top: 110px;
}
#work ul li:nth-child(3) img {
	margin-bottom: 40px;
	margin-top: 300px;
}
#work img {
	width: 520px;
}
#work .work_body {
	background-color: #fff;
	width: 590px;
	height: auto;
	padding: 48px 32px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%); 
}
#work .work_label {
	color: #fff;
	background-color: #008f91;
	font-family: 'Futura', 'Century Gothic';
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	width: 185px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: -16px;
	left: 32px; 
}
#work .work_title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 32px;
	line-height: 2;
	letter-spacing: 1px;
}
#work .work_text {
	font-size: 15.44px;
	line-height: 2;
}
@media only screen and ( max-width : 768px ) {
	#work ul li:nth-child(1) {
		margin-bottom: 200px;
	}
	#work ul li:nth-child(1) img {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#work ul li:nth-child(3) .work_body {
		margin-top: -80px;
	}
	#work ul li {
		font-size: 18px;
		margin-bottom: 0px;
	}
	#work ul li:nth-child(2) img {
		float: none;
	}
	#work ul li:nth-child(2) .work_body {
		right: inherit;
		left: 0;
		margin-bottom: 40px;
	}
	#work ul li:nth-child(3) img {
		margin-top: 0px;
	}
	#work ul li img {
		max-width: 100%;
		height: auto;
	}
	#work .work_body {
		position: static;
		width: 90%;
		height: auto;
		padding: 32px 16px;
		margin: -40px auto 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0); 
	}
	#work .work_label {
		font-size: 20px;
		width: 125px;
		height: 40px;
		line-height: 40px;
	}
	#work h2 {
		font-size: 30px;
	}
	#work .subcomment {
		font-size: 18px;
	}
	#work .work_title {
		font-size: 16px;
		padding-top: 10px;
	}
	#work .work_text {
		font-size: 14px;
		line-height: 2; 
	}
}
@media only screen and ( max-width : 480px ) {
	#work .work_body {
		width: 100%;
	}
	#work .work_label {
		left: 16px;
	}
	#work .work_title {
		font-size: 15px;
		line-height: 1.2;
	}
	#work .work_text {
		font-size: 13px;
		line-height: 1.8;
	}
}
/*---------------------------------------------------------------------------

	data

---------------------------------------------------------------------------*/
#data h2 {
	text-align: center;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
}
#data .subcomment {
	text-align: center;
	font-size: 21.85px;
	color: #00310a;
	letter-spacing: 2px;
	font-weight: normal;
}
#data .data_ttl p{
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
	width: 100%;
	padding-bottom: 10px;
}
#data .data_list1 {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
#data .data_list2 {
	margin-bottom: 30px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#data .data_inner1,
#data .data_inner2 {
	float: left;
	width: 30%;
	margin-right: 5%;
}
#data .data_inner3 {
	float: left;
	width: 30%;
}
@media only screen and ( max-width : 768px ) {
	#data .data_ttl p{
	font-size: 3vw;
	}
}
@media only screen and ( max-width : 480px ) {
	#data h2 {
		font-size: 30px;
	}
	#data .subcomment {
		font-size: 18px;
	}
	#data .data_ttl p{
		font-size: 20px;
	}
	#data .data_list1 {
		margin: 0 auto;
		width: 80%;
	}
	#data .data_list2 {
		margin-bottom: 0px;
		width: 80%;
	}
	#data .data_inner1,
	#data .data_inner2,
	#data .data_inner3 {
		float: none;
		width: 100%;
		margin: 0 0 15% 0;
	}	
	
}
/*---------------------------------------------------------------ーーーーーーー---------

	job     (schedule)

------------------------------------------------------------------------------------*/
#job {
	background-color: #fff;
	height: auto;
}
#job .box {
	background-color: #f5fff3;
	padding: 25px;
}
#job h2 {
	text-align: center;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
}
#job .subcomment {
    color: #AFABAB; 
	text-align: center;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: normal;
}
#job ul li {
    font-size: 14px;
	margin: 20px 0;
	clear: both;
}
#job .left {
	width: 48%;
	float: left;
	margin-bottom: 30px;
	margin-top: 40px;
}
#job .job_body_all {
	float: right;
	width: 100%;
}
#job .job_body {
	width: 50%;
	float: right;
}
#job .job_content {
	margin-left: 10px;
	letter-spacing: 2px;
	width: 80%;
	float: left;
}
#job .job_label {
	margin-bottom: 30px;
}
#job .job_text {
	font-size: 14px;
	line-height: 2;
	margin-left: 50px;
	width: 100%;
}
@media only screen and ( max-width : 768px ) {
	#job {
		float: none;
		height: auto;
		padding: 0px 20px 0 20px;
	}
	#job h2 {
		font-size: 30px;
	}
	#job .subcomment {
		font-size: 18px;
	}
	#job .job_body {
		float: none;
		width: 100%;
	}
	#job .job_content {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	#job .left {
		float: none;
		width: 100%;
	}
	  #job .job_text {
		line-height: 1.8;
		margin-left: 0;
	}
}
@media only screen and ( max-width : 480px ) {
	#job {
		padding: 0;
	}
	#job .job_text {
		font-size: 13px;
		letter-spacing: 1px;
	}
}
/*----------------------------------------------------------------------------------------

	intervew

----------------------------------------------------------------------------------------*/
#interview {
	background-color: #f5fff3; 
	height: auto;
}
#interview h2 {
	text-align: center;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
}
#interview .subcomment {
	text-align: center;
	font-size: 21.85px;
	color: #3d93b6;
	letter-spacing: 2px;
	font-weight: normal;
}
#interview .inner {
	max-width: 1200px; 
	margin-bottom: 80px;
}
#interview #interview_link{
	text-align: center;
}
#interview #interview_link li {
	font-size: 12px;
	width: 50%;
	position: relative;
	cursor: pointer; 
}
#interview .interview_title,
#interview .interview_info {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
}
#interview .interview_body {
	background-color: #fff;
	position: absolute;
	left: 50%;
	width: 80%;
	padding: 20px 10px 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transform: translate(-50%, -20%);
	-webkit-transform: translate(-50%, -20%);
	-moz-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	-o-transform: translate(-50%, -20%);
}
#interview .interview_body:hover {
	background-color: #b0e7b6;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
}
#interview .interview_category {
	color: #fff;
	background-color: #eb2278;
	font-size: 16px;
	font-style: italic;
	position: absolute;
	top: -16px;
	left: 32px;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center; 
}
#interview .interview_title {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 15px; 
	letter-spacing: 0.5px;
	color: #000;
}
#interview .interview_name {
	color: #000;
	margin-bottom: 13px;
	font-size: 22px;
	font-weight: normal;
	text-align: right;
}
#interview .interview_text {
	font-size: 12px;
	color: #006061;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px; 
}
#interview .interview_info {
	color: #65d7d9;
	text-align: right; 
	padding-right: 25px;
}
@media only screen and ( max-width : 768px ) {
	#interview {
		height: auto;
		padding-bottom: 20%;
	}
	#interview h2 {
		font-size: 30px;
	}
	#interview .subcomment {
		font-size: 18px;
	}
	#interview .inner #interview_link li {
		width: 100%;
		margin-bottom: 200px;
		display: block;
	}
	#interview .inner #interview_link li:last-child {
		margin-bottom: 0; 
	}
	#interview .interview_body {
		width: 90%;
		padding: 32px 16px 16px;
	}
	#interview .interview_category {
		font-size: 14px;
		width: 100px; 
	}
	#interview .interview_title {
		font-size: 15px;
	}
	#interview .interview_name {
		font-size: 20px;
	}
}
@media only screen and ( max-width : 480px ) {
	
}
/*---------------------------------------------------------------------------------------

	message saiyou

--------------------------------------------------------------------------------------*/
#saiyou {
	background-color: #fff;
	height: auto;
}
#saiyou .inner {
	position: relative;
	height: auto;
}
#saiyou h2 {
	text-align: center;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 4px;
}
#saiyou .subcomment {
	text-align: center;
	font-size: 21.85px;
	color: #3d93b6;
	letter-spacing: 2px;
	font-weight: normal;
}
#saiyou li {
	font-size: 12px;
	cursor: pointer;
}
#saiyou .saiyou_title,
#saiyou .saiyou_info {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
}
#saiyou .saiyou_body {
	background-color: #fff;
	position: absolute;
	left: 70%;
	width: 40%;
	top: 50%;
	height: auto;
	padding: 20px 10px 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transform: translate(-50%, -20%);
	-webkit-transform: translate(-50%, -20%);
	-moz-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	-o-transform: translate(-50%, -20%);
}
#saiyou .saiyou_body:hover {
	background-color: #b0e7b6;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#saiyou .saiyou_category {
	color: #fff;
	background-color: #eb2278;
	font-size: 16px;
	font-style: italic;
	position: absolute;
	top: -16px;
	left: 32px;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
#saiyou .saiyou_title {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 15px; 
	letter-spacing: 0.5px;
	color: #000;
}
#saiyou .saiyou_info {
	color: #65d7d9;
	text-align: right; 
	padding-right: 25px;
}
@media only screen and ( max-width : 768px ) {
	#saiyou {
		padding-bottom: 50%;
	}
	#saiyou h2 {
		font-size: 30px;
	}
	#saiyou .subcomment {
		font-size: 18px;
	}
	#saiyou .saiyou_title {
		font-size: 13px;
	}
	#saiyou li {
		width: 100%;
	}
	#saiyou .saiyou_body {
		top: 100%;
		left: 50%;
		width: 90%;
	}
}
/*---------------------------------------------------------------------------------------------

	requirements

-----------------------------------------------------------------------------------------------*/
#requirements {
	background-color: #f5fff3;
}
#requirements h2 {
	text-align: center;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 4px;
}
#requirements .subcomment {
    color: #3d93b6;
	text-align: center;
	font-size: 24.44px;
	letter-spacing: 2px;
	font-weight: normal;
}
#requirements table {
	background-color: #fff;
	width: 100%;
	border: solid 3px #ACACAC;
}
#requirements th {
	border-right: solid 3px #ACACAC;
	text-align: left;
	padding: 35px 50px 0 50px;
	font-size: 18px;
	font-weight: bold;
}
#requirements td {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	padding-left: 10px;
}
#requirements thead th {
	border-bottom: solid 3px #ACACAC;
	font-size: 24px;
	background-color: #048384;
	color: #fff;
	font-weight: bold;
	padding-bottom: 30px;
}
@media only screen and ( max-width : 768px ) {
	#requirements h2 {
		font-size: 30px;
	}
	#requirements .subcomment {
		font-size: 18px;
	}
	#requirements th {
		background-color: #E0F8F3;
		border: none;
		text-align: center;
		padding: 35px 0;
		font-size: 18px;
		font-weight: bold;
		display: block;
	}
	#requirements td {
		font-size: 14px;
		line-height: 3;
		font-weight: normal;
		display: block;
		padding: 20px 10px;
	}
}
@media only screen and ( max-width : 480px ) {
	#requirements thead th {
		font-size: 18px;
	}
	#requirements td {
		line-height: 2;
	}
	#requirements th {
		padding: 20px 0;
	}
}
/*----------------------------------------------------------------------------------

	entry

------------------------------------------------------------------------------------*/
#entry {
	background-color: #b5eff0; 
/*	height: 600px;*/
}
#entry img {
	width: 20%;
}
#entry h2 {
	text-align: center;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 4px;
}
#entry .subcomment {
	color: #3d93b6; 
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: normal;
}
#entry .heading p {
	color: #3d93b6;
}
#entry .form1, #entry .form2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#entry .form1 dl, #entry .form2 dl {
	width: 100%; 
}
#entry .form1 dl dt, #entry .form2 dl dt {
	float: left;
	color: #fff;
	background-color: #048384;
	width: 172px;
	height: 40px;
	line-height: 20px;
	position: relative;
	z-index: 2; 
}
#entry .form1 dl dt label, #entry .form2 dl dt label {
	display: block;
	padding: 10px 0 0 10px;
}
#entry .form1 dl dd, #entry .form2 dl dd {
	width: 100%;
	padding-left: 172px;
	margin-left: 0;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#entry .form1 dl dd input[type=text], #entry .form1 dl dd select, #entry .form1 dl dd textarea, #entry .form1 dl dd input[type=submit], #entry .form2 dl dd input[type=text], #entry .form2 dl dd select, #entry .form2 dl dd textarea, #entry .form2 dl dd input[type=submit] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#entry .form1 dl dd .itxt, #entry .form1 dl dd .itxtarea, #entry .form2 dl dd .itxt, #entry .form2 dl dd .itxtarea {
	background-color: #fff;
	border: none;
	padding: 10px;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box; 
}
#entry .form1 dl dd .itxt:focus, #entry .form1 dl dd .itxtarea:focus, #entry .form2 dl dd .itxt:focus, #entry .form2 dl dd .itxtarea:focus {
	outline: 1px solid #f23f4c; 
}
#entry .form1 dl dd select, #entry .form2 dl dd select {
	background: url(file:///C|/Users/user/Desktop/web%20site/sonia%20cube/0514/css/images/select.png) no-repeat 97% center;
	background-size: 14px; 
}
#entry .form1 {
	padding-right: 8px;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
}
#entry .form1 .itxt {
	height: 40px; 
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
}
#entry .form2 {
	padding-left: 8px;
}
#entry .form2 dl dt {
	width: 100%;
	margin-bottom: 0;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
}
#entry .form2 dl dd {
	padding: 0; 
}
#entry .form2 .itxtarea {
	height: 208px;
	vertical-align: bottom; 
}
#entry .f_bottom {
	padding: .5rem 0; 
}
#entry .f_bottom .f_submit {
	float: right;
	padding: 0; 
}
#entry .f_bottom .f_submit input[type=submit] {
	color: #fff;
	background-color: #048384;
	border: 2px solid #048384;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: normal;
	width: 300px;
	height: 56px;
	line-height: 56px;
	padding: 0;
	display: block;
	outline: 0;
	text-align: center;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#entry .f_bottom .f_submit input[type=submit]:hover{
	color: #048384;
	background-color: #fff; 
	border: 2px solid #048384;
}
#entry .f_bottom .f_guide {
	float: left;
	width: 50%;
}
#entry .f_bottom .f_guide span {
	display: inline-block;
	font-size: 15px;
}
@media only screen and ( max-width : 768px ) {
	#entry {
		height: auto;
	}
	#entry h2 {
		text-align: center;
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 4px;
	}
	#entry .subcomment {
		text-align: center;
		font-size: 18px;
		color: #3d93b6;
		letter-spacing: 2px;
		font-weight: normal;
	}
	#entry .form1, #entry .form2 {
		float: none;
		width: 100%;
		padding: 0;
	}
	#entry .form1 .itxt, 
	#entry .form1 .itxtarea, 
	#entry .form1 dt label,
	#entry .form2 .itxt,
	#entry .form2 .itxtarea, 
	#entry .form2 dt label {
		font-size: 16px; 
	}
	#entry .form1 dl dt, #entry .form1 dl dd {
		width: 100%;
		font-size: 12px;
		display: block;
		margin-bottom: 0;
	}
	#entry .form1 dl dd {
		padding-left: 0;
		margin-bottom: 12px;
	}
	#entry .form2 .itxtarea {
		height: 160px; 
	}
	#entry .f_bottom .f_submit {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 auto; 
	}
	#entry .f_bottom .f_submit input[type=submit] {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	#entry .f_bottom .f_guide {
		float: none;
		font-size: 12px;
		width: 100%;
	}
	#entry .f_bottom .f_guide span {
		padding: 14px 20px 0 0; 
	}
}
