@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,body {
	width: 100%;
	height: 100%;
/*	background: url("../common/bg_common.jpg") left top; */
	-webkit-text-size-adjust: none;
}

body {
	line-height:1.1em;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	font-size:14px;
	color:#343434;
	text-align:left;
	position: relative;
}


strong {
	font-weight:bold;
}

.1Txt{
	padding-left: 1em;
	text-indent: -1em;
 }
.spmask
{
	display: none;
}
.sponly
{
	display: block;
}

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

 * 印刷用設定

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

@media print {
body {
	background-color:#fff !important;
	}
	
a, a:link,a:visited,a:hover {
	text-decoration:none !important;
	}
#tabLink{
	display: none !important;
}
	
}



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

 * 汎用設定

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

.clearBoth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.clearFix:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearFix { display: inline-block; }
.clearFix { display: block; }

a.hover:hover img,
.hover a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.60; 
}

.alLeft {
	text-align: left;
}
.alRight {
	text-align: right;
}
.alCenter {
	text-align: center;
}


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

リンク

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

a:link,
a:visited {
	color: #343434;
	text-decoration: none;
}
a:hover {
	color: #919191;
	text-decoration: underline;
}

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


コンテンツ

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

/*------------------------------
ヘッダー
------------------------------*/
#header
{
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	height: 76px;
	z-index: 10;
	border-bottom: solid 1px #343434;
}
#headerBox
{
	position: relative;
	height: 76px;
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
#header h1
{
	padding-left: 0px;
	font-size: 28px;
	padding-top: 30px;
}
#header h1 a
{
	color: #343434;
}
#header h1 a:hover
{
	text-decoration: none;
}
#header #headerBtn
{
	position: absolute;
	top: 14px;
	right: 10px;
	text-align: center;
	border: solid 1px #343434;
	width: 120px;
	background-color: #343434;
}
#header #headerBtn a
{
	display: block;
	padding: 16px 0;
	color: #ffffff;
	font-size: 16px;
}
#header #headerBtn:hover
{
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
#header #headerBtn a:hover
{
	text-decoration: none;
}

/*------------------------------
contents - kv
------------------------------*/
#contents
{
	padding-top: 74px;
	padding-bottom: 30px;
	width: 100%;
}
#contents #kvArea
{
	border-bottom: solid 1px #343434;
	padding: 0 10px;
}
#contents #kvBox
{
	max-width: 900px;
	background: url("../images/bg_kv.png") no-repeat right bottom;
	background-size: auto 40px;
	margin: 0 auto;
}
#index #contents #kvBox,
#contact #contents #kvBox,
#confirm #contents #kvBox
{
	max-width: 1000px;
	background: url("../images/logo.png") no-repeat left center;
	background-size: 50px auto;
	margin: 0 auto;
}
#job01 #contents #kvArea
{
	background-color: #c85959;
}
#job02 #contents #kvArea
{
	background-color: #dd9454;
}
#job03 #contents #kvArea
{
	background-color: #d4c94b;
}
#job04 #contents #kvArea
{
	background-color: #5dd256;
}
#job05 #contents #kvArea
{
	background-color: #4671d6;
}
#job06 #contents #kvArea
{
	background-color: #de64da;
}
#contents #kvArea h2
{
	padding: 50px 0 50px;
	font-size: 24px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: bold;
}
#index #kvArea h2,
#contact #kvArea h2,
#confirm #kvArea h2
{
	padding: 50px 0 40px 60px;
	font-size: 20px;
	line-height: 1.3;
	color: #343434;
	font-weight: bold;
}

/*------------------------------
contents - index
------------------------------*/
#index p.lead
{
	font-size: 14px;
	text-align: center;
	line-height: 1.9;
	padding: 0 10px 40px;
}
#detail
{
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#detail h3
{
	padding-bottom: 30px;
	font-size: 22px;
	text-align: center;
}
#detail .box01,
#detail .box02,
#detail .box03,
#detail .box04,
#detail .box05,
#detail .box06
{
	width: 290px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.3em;
}
#detail .box01
{
	background-color: #c85959;
}
#detail .box02
{
	background-color: #dd9454;
}
#detail .box03
{
	background-color: #d4c94b;
}
#detail .box04
{
	background-color: #5dd256;
}
#detail .box05
{
	background-color: #4671d6;
}
#detail .box06
{
	background-color: #de64da;
}
#detail .box01 a,
#detail .box02 a,
#detail .box03 a,
#detail .box04 a,
#detail .box05 a,
#detail .box06 a
{
	color: #ffffff;
	display: block;
	padding: 30px 0;
}
#detail .box01 a:hover,
#detail .box02 a:hover,
#detail .box03 a:hover,
#detail .box04 a:hover,
#detail .box05 a:hover,
#detail .box06 a:hover
{
	text-decoration: none;
}
#detail .box01:hover,
#detail .box02:hover,
#detail .box03:hover,
#detail .box04:hover,
#detail .box05:hover,
#detail .box06:hover
{
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

/*------------------------------
contents - box
------------------------------*/
#contents #contentsBox
{
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 10px 30px;
}
#contentsBox h3
{
	padding-bottom: 20px;
	font-size: 22px;
}
#job01 h3
{
	color: #c85959;
}
#job02 h3
{
	color: #dd9454;
}
#job03 h3
{
	color: #d4c94b;
}
#job04 h3
{
	color: #5dd256;
}
#job05 h3
{
	color: #4671d6;
}
#job06 h3
{
	color: #de64da;
}
#contentsBox .tableBox table
{
	width: 100%;
}
#contentsBox .tableBox th
{
	width: 26%;
	font-size: 14px;
	padding: 16px 12px;
	vertical-align: top;
	background-color: #eaeaea;
	line-height: 1.8;
	text-align: left;
	border: solid 1px #343434;
}
#contentsBox .tableBox td
{
	width: 74%;
	font-size: 14px;
	padding: 16px 12px;
	vertical-align: top;
	background-color: #fafafa;
	line-height: 1.8;
	text-align: left;
	border: solid 1px #343434;
}
#contentsBox .tableBox td li
{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}

/*------------------------------
contents - btn
------------------------------*/
#formBtn
{
	width: 260px;
	margin: 40px auto 20px;
	text-align: center;
	font-size: 22px;
}
#job01 #formBtn
{
	background-color: #c85959;
}
#job02 #formBtn
{
	background-color: #dd9454;
}
#job03 #formBtn
{
	background-color: #d4c94b;
}
#job04 #formBtn
{
	background-color: #5dd256;
}
#job05 #formBtn
{
	background-color: #4671d6;
}
#job06 #formBtn
{
	background-color: #de64da;
}
#formBtn a
{
	color: #ffffff;
	display: block;
	padding: 24px 0;
}
#formBtn a:hover
{
	text-decoration: none;
}
#formBtn:hover
{
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

/*------------------------------
contents - btn
------------------------------*/
#area
{
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: dotted 1px #343434;
}
#area .boxTop,
#area .box01,
#area .box02,
#area .box03,
#area .box04,
#area .box05,
#area .box06
{
	padding: 0 10px 10px;
	font-size: 16px;
}
#area a:hover
{
	text-decoration: none;
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

#area .boxTop a
{
	color: #343434;
}
#area .box01 a
{
	color: #c85959;
}
#area .box02 a
{
	color: #dd9454;
}
#area .box03 a
{
	color: #d4c94b;
}
#area .box04 a
{
	color: #5dd256;
}
#area .box05 a
{
	color: #4671d6;
}
#area .box06 a
{
	color: #de64da;
}

/*------------------------------
フッター
------------------------------*/
#footer
{
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 30px;
	z-index: 10;
	text-align: center;
	border-top: solid 1px #343434;
}
#footer #copy
{
	padding-top: 8px;
	font-size: 10px;
}

/*------------------------------
pagetop
------------------------------*/
#page-top
{
	position: fixed;
	right: 0px;
	bottom: 30px;
	z-index: 9;
}
#page-top img
{
	vertical-align: bottom;
}
#page-top:hover
{
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
	cursor: pointer;
}
#index #page-top,
#contact #page-top,
#confirm #page-top
{
	background-color: #343434;
}
#job01 #page-top
{
	background-color: #c85959;
}
#job02 #page-top
{
	background-color: #dd9454;
}
#job03 #page-top
{
	background-color: #d4c94b;
}
#job04 #page-top
{
	background-color: #5dd256;
}
#job05 #page-top
{
	background-color: #4671d6;
}
#job06 #page-top
{
	background-color: #de64da;
}

/*------------------------------
contact - contact
------------------------------*/
#contact #inquiry
{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fafafa;
}
#contact #inquiry h3
{
	background-color: #eaeaea;
	padding: 16px 0;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
#contact #inquiry .alart
{
	padding: 0 5px;
	padding-bottom: 12px;
	font-size: 16px;
	background-color: #ffffff;
}
#contact #inquiry .alart span
{
	color: #dd2b2b;
	font-size: 18px;
}
#contact #inquiry .lineB
{
	border-bottom: solid 2px #ffffff;
}
#contact #inquiry .inquiryTable
{
	padding-bottom: 30px;
}
#contact #inquiry .inquiryTable table
{
	width: 100%;
}
#contact #inquiry .inquiryTable th
{
	padding: 12px 5px 12px 10px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.7;
	font-weight: normal;
	width: 30%;
}
#contact #inquiry .inquiryTable th span
{
	color: #dd2b2b;
	padding-left: 2px;
	font-size: 14px;
}
#contact #inquiry .inquiryTable td
{
	padding: 12px 10px 12px 5px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.7;
	font-weight: normal;
	width: 70%;
}
#contact #inquiry .inquiryTable td span
{
	padding-left: 3px;
}
#contact #inquiry .inquiryTable td.addressD
{
	width: 20%;
}
#contact #inquiry .inquiryTable td.addressD span.hosi
{
	color: #dd2b2b;
	padding-left: 4px;
	font-size: 16px;
}
#contact #inquiry .inquiryTable td.addressD2
{
	width: 50%;
}
#contact #inquiry #confirmBtn
{
	padding: 10px 0 50px;
	width: 280px;
	margin: 0 auto;
}
#contact .errorBox
{
	line-height: 1.8;
	color: #ba1921;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 10px;
	margin-bottom: 30px;
	border: solid 1px #ba1921;
	background-color: #fff8f9;
	display: none;
}
#contact .errorText {
	margin-bottom: 15px;
	padding: 10px 15px;
	background: #FCF5F5;
	border: 1px solid #CC0000;
	color: #CC0000;
}
#contact .errorText li {
	list-style: disc inside;
	padding: 3px 0;
}

/*------------------------------
contact - confirm
------------------------------*/
#confirm #inquiry
{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fafafa;
}
#confirm #inquiry .alart
{
	text-align: center;
	padding: 20px 0 30px;
	background-color: #ffffff;
	font-size: 16px;
}
#confirm #inquiry h3
{
	background-color: #eaeaea;
	padding: 16px 0;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
#confirm #inquiry .lineB
{
	border-bottom: solid 2px #ffffff;
}
#confirm #inquiry .inquiryTable
{
	padding-bottom: 30px;
}
#confirm #inquiry .inquiryTable table
{
	width: 100%;
}
#confirm #inquiry .inquiryTable th
{
	padding: 12px 5px 12px 10px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.7;
	font-weight: normal;
	width: 30%;
}
#confirm #inquiry .inquiryTable th span
{
	color: #dd2b2b;
	padding-left: 2px;
	font-size: 14px;
}
#confirm #inquiry .inquiryTable td
{
	padding: 12px 10px 12px 5px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.7;
	font-weight: normal;
	width: 70%;
}
#confirm #inquiry .inquiryTable td span
{
	padding-left: 3px;
}
#confirm #inquiry .inquiryTable td.addressD
{
	width: 20%;
}
#confirm #inquiry .inquiryTable td.addressD2
{
	width: 50%;
}
#confirm #inquiry #confirmBtn
{
	padding: 10px 0 50px;
	width: 280px;
	margin: 0 auto;
}

/*------------------------------
contact - thanks
------------------------------*/
#thanks
{
	max-width: 900px;
	margin: 0 auto;
	padding: 140px 10px 40px;
}
#thanks p
{
	font-size: 14px;
	line-height: 1.9;
	text-align: center;
}
#thanks p.back
{
	margin-top: 30px;
}

/*------------------------------
form
------------------------------*/
textarea {
	width: 90%;
	height: 10em !important;
	overflow: auto;
	font-size: 14px;
	padding: 2px 2px;
	resize: none;
	margin: 0px 3px;
	line-height: 1.5;
}
input[type="text"] {
	width: 90%;
	height: 20px;
	font-size: 14px;
	padding: 2px 2px;
	margin: 0px 3px;
	vertical-align: middle;
}
input[type="email"] {
	width: 90%;
	height: 20px;
	font-size: 14px;
	padding: 2px 2px;
	margin: 0px 3px;
	vertical-align: middle;
}
input[type=radio] {
	margin: 2px 4px 2px 3px;
}
input[type=checkbox] {
	margin: 2px 4px 2px 3px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../contact/images/select.png") no-repeat right center;
	width: 190px;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 2px 2px;
	font-size: 14px;
	margin: 0px 3px;
}
button[type="submit"],
button[type="reset"] {
	background: none;
	border: none;
	cursor: pointer;
	width: 280px;
	font-size: 18px;
	color: #ffffff;
	padding: 16px 0;
	background-color: #343434;
}
#confirm button[type="reset"] {
	width: 280px;
	margin-bottom: 14px;
}
#confirm button[type="submit"] {
	width: 280px;
}
button[type="submit"]:hover,
button[type="reset"]:hover {
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(60);
}
input[type="text"].short {
	width: 27%;
}
input[type="text"].middle {
	width: 80%;
}

