@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;
 }
.sponly
{
	display: none;
}

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

 * 印刷用設定

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

@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: 10px;
	font-size: 32px;
	padding-top: 28px;
}
#header h1 a
{
	color: #343434;
}
#header h1 a:hover
{
	text-decoration: none;
}
#header #headerBtn
{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	border: solid 1px #343434;
	width: 160px;
	background-color: #343434;
}
#header #headerBtn a
{
	display: block;
	padding: 16px 0;
	color: #ffffff;
	font-size: 18px;
}
#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;
	margin: 0 auto;
}
#index #contents #kvBox,
#contact #contents #kvBox,
#confirm #contents #kvBox
{
	max-width: 1000px;
	background: url("../images/logo.png") no-repeat left center;
	margin: 0 auto;
}
#design #contents #kvArea
{
	background-color: #d4c94b;
}
#contents #kvArea h2
{
	padding: 20px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.6;
}
/*------------------------------
mainArea
------------------------------*/
#mainArea
{
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0 30px;
}
/*------------------------------
mainArea - photoArea
------------------------------*/
#mainArea #photoArea
{
	max-width: 900px;
	margin: 0 auto;
}
#mainArea #photoArea .photoIn
{
	max-width: 280px;
	margin: 0 auto;
	padding: 30px 10px 30px;
	float: left;
}
#mainArea #photoArea .photoIn img
{
	width: 100%;
}
/*------------------------------
mainArea - text
------------------------------*/
#mainArea .ttl
{
	font-size: 21px;
	font-weight: normal;
	line-height: 1.6;
}
#mainArea .text
{
	margin-top: 30px;
}
#mainArea p
{
	line-height: 1.6;
}
/*------------------------------
contents - box
------------------------------*/
#contents #contentsBox
{
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 30px;
}
#contentsBox h3
{
	padding-bottom: 10px;
	font-size: 18px;
}
#contentsBox .listBox
{
	width: 100%;
	margin-top: 20px;
}
#contentsBox .listBox h4
{
	background-color: #d4c94b;
	padding: 10px 0px 10px 10px;
}
#contentsBox .listBox ul
{
	margin: 0px 0px 30px;
}
#contentsBox .listBox li
{
	margin: 10px;
}
#contentsBox .listBox .listText
{
	line-height: 1.8;
	margin: 20px 0px 20px 10px;
}
/*------------------------------
contents - btn
------------------------------*/
#formBtn
{
	width: 250px;
	margin: 60px auto;
	text-align: center;
	font-size: 24px;
}
#job01 #formBtn
{
	background-color: #c85959;
}
#job02 #formBtn
{
	background-color: #dd9454;
}
#job03 #formBtn,
#design #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: 30px 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;
}
#area .boxTop,
#area .box01,
#area .box02,
#area .box03,
#area .box04,
#area .box05,
#area .box06
{
	float: left;
	margin: 0 7px;
}
#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: 12px;
}

/*------------------------------
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: 50px;
	margin-bottom: 30px;
	background-color: #fafafa;
}
#contact #inquiry h3
{
	background-color: #eaeaea;
	padding: 16px 0;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
#contact #inquiry .alart
{
	padding-bottom: 14px;
	font-size: 16px;
	background-color: #ffffff;
}
#contact #inquiry .alart span
{
	color: #dd2b2b;
	font-size: 18px;
}
#contact #inquiry .lineB
{
	border-bottom: solid 3px #ffffff;
}
#contact #inquiry .inquiryTable
{
	padding-bottom: 40px;
}
#contact #inquiry .inquiryTable table
{
	width: 100%;
}
#contact #inquiry .inquiryTable th
{
	padding: 18px 10px 18px 24px;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	width: 30%;
}
#contact #inquiry .inquiryTable th span
{
	color: #dd2b2b;
	padding-left: 4px;
	font-size: 16px;
}
#contact #inquiry .inquiryTable td
{
	padding: 18px 24px 18px 10px;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	width: 70%;
}
#contact #inquiry .inquiryTable td span
{
	padding-left: 6px;
}
#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 80px;
	width: 400px;
	margin: 0 auto;
}
#contact .errorBox
{
	line-height: 1.8;
	color: #ba1921;
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 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: 50px;
	margin-bottom: 30px;
	background-color: #fafafa;
}
#confirm #inquiry .alart
{
	text-align: center;
	padding: 20px 0 50px;
	background-color: #ffffff;
	font-size: 16px;
}
#confirm #inquiry h3
{
	background-color: #eaeaea;
	padding: 16px 0;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
#confirm #inquiry .lineB
{
	border-bottom: solid 3px #ffffff;
}
#confirm #inquiry .inquiryTable
{
	padding-bottom: 40px;
}
#confirm #inquiry .inquiryTable table
{
	width: 100%;
}
#confirm #inquiry .inquiryTable th
{
	padding: 18px 10px 18px 24px;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	width: 30%;
}
#confirm #inquiry .inquiryTable th span
{
	color: #dd2b2b;
	padding-left: 4px;
	font-size: 16px;
}
#confirm #inquiry .inquiryTable td
{
	padding: 18px 24px 18px 10px;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	width: 70%;
}
#confirm #inquiry .inquiryTable td span
{
	padding-left: 6px;
}
#confirm #inquiry .inquiryTable td.addressD
{
	width: 20%;
}
#confirm #inquiry .inquiryTable td.addressD2
{
	width: 50%;
}
#confirm #inquiry #confirmBtn
{
	padding: 10px 0 80px;
	width: 680px;
	margin: 0 auto;
}

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

/*------------------------------
form
------------------------------*/
textarea {
	width: 90%;
	height: 10em !important;
	overflow: auto;
	font-size: 16px;
	padding: 3px 5px;
	resize: none;
	margin: 0px 6px;
	line-height: 1.5;
}
input[type="text"] {
	width: 90%;
	height: 28px;
	font-size: 14px;
	padding: 3px 5px;
	margin: 0px 6px;
	vertical-align: middle;
}
input[type="email"] {
	width: 90%;
	height: 28px;
	font-size: 14px;
	padding: 3px 5px;
	margin: 0px 0px 0px 0;
	vertical-align: middle;
}
input[type=radio] {
	margin: 3px 10px 3px 6px;
}
input[type=checkbox] {
	margin: 3px 5px 3px 6px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../contact/images/select.png") no-repeat right center;
	width: 210px;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 6px 5px;
	font-size: 14px;
	margin: 0px 6px;
}
button[type="submit"],
button[type="reset"] {
	background: none;
	border: none;
	cursor: pointer;
	width: 400px;
	font-size: 20px;
	color: #ffffff;
	padding: 18px 0;
	background-color: #343434;
}
#confirm button[type="reset"] {
	width: 320px;
	float: left;
}
#confirm button[type="submit"] {
	width: 320px;
	float: right;
}
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: 30%;
}
input[type="text"].middle {
	width: 80%;
}
