@charset "UTF-8";

/*-----------------------------------------------------------
div
------------------------------------------------------------*/
div {
	text-align:left;
	}
/*-----------------------------------------------------------
ul
------------------------------------------------------------*/
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height:0;
	}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*-----------------------------------------------------------
img
------------------------------------------------------------*/
img {
	margin:0;
	padding:0;
	border:none;
	line-height: 0;
	max-width: 100%;
}
table img {
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
	line-height: 0;
}
/*-----------------------------------------------------------
p
------------------------------------------------------------*/
p {
	margin:0;
	padding:0;
	}
/*-----------------------------------------------------------
テキスト
------------------------------------------------------------*/
.pink {
	color: #F08B98;
	}
/*-----------------------------------------------------------
H1〜6
------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a:link {
	color:#756769;
	text-decoration:none;
	}
a:visited {
	color:#756769;
	text-decoration:none;
	}
a:hover {
	color:#B2A9A2;
	text-decoration:none;
	}
/*-----------------------------------------------------------
マージン関係
------------------------------------------------------------*/
.t0b2 { margin:0 0 2px 0; overflow:hidden; }
.t0b3 { margin:0 0 3px 0; overflow:hidden; }
.t0b5 { margin:0 0 5px 0!important; overflow:hidden; }
.t0b10 { margin:0 0 10px 0; overflow:hidden; }
.t0b15 { margin:0 0 15px 0; overflow:hidden; }
.t0b20 { margin:0 0 20px 0; overflow:hidden; }
.t0b25 { margin:0 0 25px 0; overflow:hidden; }
.t0b30 { margin:0 0 30px 0; overflow:hidden; }
.t0b35 { margin:0 0 35px 0; overflow:hidden; }
.t0b40 { margin:0 0 40px 0; overflow:hidden; }
.t0b50 { margin:0 0 50px 0; overflow:hidden; }
.t0b60 { margin:0 0 60px 0; overflow:hidden; }
.t0b80 { margin:0 0 80px 0; overflow:hidden; }
.t0b100 { margin:0 0 100px 0; overflow:hidden; }

.t5b0 { margin:5px 0 0 0; overflow:hidden; }
.t5b10 { margin:5px 0 10px 0; overflow:hidden; }
.t5b20 { margin:5px 0 20px 0; overflow:hidden; }
.t5b30 { margin:5px 0 30px 0; overflow:hidden; }

.t10b0 { margin:10px 0 0 0; overflow:hidden; }
.t10b10 { margin:10px 0; overflow:hidden; }
.t10b20 { margin:10px 0 20px 0; overflow:hidden; }
.t10b30 { margin:10px 0 30px 0; overflow:hidden; }

.t15b0 { margin:15px 0 0 0; overflow:hidden; }
.t15b10 { margin:15px 0 10px 0; overflow:hidden; }

.t20b0 { margin:20px 0 0 0; overflow:hidden; }
.t20b5 { margin:20px 0 5px 0; overflow:hidden; }
.t20b10 { margin:20px 0 10px 0; overflow:hidden; }
.t20b20 { margin:20px 0; overflow:hidden; }
.t20b30 { margin:20px 0 30px 0; overflow:hidden; }
.t20b100 { margin:20px 0 100px 0; overflow:hidden; }

.t30b0 { margin:30px 0 0 0; overflow:hidden; }
.t30b5 { margin:30px 0 5px 0; overflow:hidden; }
.t30b10 { margin:30px 0 10px 0; overflow:hidden; }
.t30b20 { margin:30px 0 20px 0; overflow:hidden; }
.t30b30 { margin:30px 0; overflow:hidden; }
.t30b50 { margin:30px 0 50px 0; overflow:hidden; }

.t40b40 { margin:40px 0; overflow:hidden; }

.t50b50 { margin:50px 0; overflow:hidden; }

.r5l0 { margin:0 5px 0 0; overflow:hidden; }
.r10l0 { margin:0 10px 0 0; overflow:hidden; }

.r0l10 { margin:0 0 0 10px; overflow:hidden; }
/*-----------------------------------------------------------
class
------------------------------------------------------------*/
.taC { text-align:center;}

.imgC{
	text-align: center;
	}
.font18{
	font-size: 18px;
	line-height: normal;
	}
.font15{
	font-size: 15px;
	line-height: normal;
	}
.font12{
	font-size: 12px;
	line-height: normal;
	}
.font11{
	font-size: 11px;
	line-height: normal;
	}
.red {
	color: #E20C0C;
	}
.gray{
	color: #747474;
	}
.brown{
	color: #B25F23;
	}
.bold{
	font-weight: bold;
	}
.line150{
	line-height: 1.5;
	}
.line160{
	line-height: 1.6;
	}
.line170{
	line-height: 1.7;
	}
.line180{
	line-height: 1.8;
	}
.line190{
	line-height: 1.9;
	}


/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
body {
	width: 100%;
	height:auto;
	margin:0 auto;
	padding:0;
	font-size: 14px;
	color:#3e3a39;
	line-height:1.5;
	letter-spacing:0;
	font-family: 'Lucida Grande', 'Verdana', 'Helvetica', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'san-serif';
	position: relative;
	zoom: 1;
	}
/*-----------------------------------------------------------
背景＋大枠
------------------------------------------------------------*/
.inner{
	max-width: 1000px;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.inside {
	max-width: 860px;
	margin: 0 auto;
}
#logo{ padding-top: 35px;}
#logo h1{
	font-size: 11px;
    color: #808080;
    font-weight: normal;
    /*margin: 15px 0 10px;*/
}

em{
	font-style: normal;
	color: #ef2426;
	font-weight: normal;
}
#headerWrap {
	overflow: hidden;
}
#boxContact{
	max-width: 762px;
	margin: 0 auto;
}

.contactTxt{
	max-width: 570px;
	margin: 0 auto 50px;
}
.mail{
	color: #888;
	font-size: 12px;
}

.mb90{ margin-bottom: 90px;}
.mb150{margin-bottom: 150px;}
.t50b60{ margin: 50px 0 60px;}
.line27{ line-height: 27px;}

#sl01{ width: 300px;}
#code{ width: 160px;}
#copyright {
	color: #666;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------
内容
------------------------------------------------------------*/
/* contact */
.hid_url { display:none;}

.tableContact {
	overflow: hidden;
	border: 1px solid #909090;
	border-right: none;
	border-left: none;
	width: 100%;
	margin: 30px 0 50px;
}
.form-1 {
	/*width: 634px;*/
	margin: 0 auto;
}
.tableContact th {
	background: #eeeeee;
	border-bottom: 1px dashed #8C8C8C;
	font-weight: normal;
	padding: 15px 5px;
	width: 185px;
	text-align: left!important;
	vertical-align: top;
}

.tableContact td {
	border-bottom: 1px dashed #8C8C8C;
	padding:10px 15px;
	font-weight: normal;
	width: auto;
	position: relative;
}
.tableContact .last {
	border-bottom: none;
}
.pos01{
	position: absolute;
	top: 15px;
}

.ml20{ margin-left: 20px;}

.checkList li {
	display: inline;
	margin-right: 15px;
}

.tableContact input[type="text"]{
	width: 300px;
}

.tableContact input[type="text"] {
	color: #000;
	border: 1px solid #B8B8B8;
	height: 25px;
	height: 20px\9;
	padding: 0 5px;
	padding: 5px 5px 0\9;
}

*:first-child + html .tableContact input[type="text"] {
	height: 20px;
	padding: 5px 5px 0;
}

.tableContact .size01 {width: 300px;}
.tableContact .size03 {width: 424px;}
.tableContact .size02 {width: 212px;}
.tableContact .size04 {width: 40px;}
.tableContact textarea {width: 400px; height: 115px; border: 1px solid #B8B8B8; padding: 0 5px; font-size:14px; line-height:1.5;}

.grey{color:#616161;}
.blue{ color:#15438C;}
.fz30{ font-size:30px;}

.writingBox {
	padding: 5px;
	font-size: 100%;
	border: #494949 1px solid;
	}




form p.test {
	position: relative;
	color: #C1C0BC;
	}
form p.test label {
	position: absolute;
	top: 5px;
	left: 10px;
	}
form p.test br {
	display: none;
	}
form p.test01 label {
	position: absolute;
	top: 5px;
	left: 30px;
	}
form fieldset p.test input,
form fieldset p.test textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
	border: 1px solid;
	}
form fieldset p.test label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
	}
form fieldset p.test textarea {
	padding: 2px;
	width: 404px;
	border: 1px solid;
	}
form fieldset p.test textarea,
form fieldset p.test input {
	border: solid 1px;
	}
form fieldset p.test label {
	color: #4c4c4c;
	}


#copyright {
	color: #666;
	font-size: 10px;
	text-align: center;
	padding: 40px 0 0 0;
}

#contact h3{
	margin-left:auto;
	margin-right:auto;
}

/* KTH */
.mb30 { margin-bottom:30px; }
.kthList {
}
.kthList li {
	float:left;
	width:400px;
	margin:0 0 40px 50px;
}
.kthList li:first-child {
	margin-left:0;
}
.kthList li div {
	float: left;
	width: 242px;
	margin-right:-15px;
}
.kthList li .pic {
	float:left;
	width:158px;
}
.kthList li div p {
	margin-bottom:18px;
}
.kthList li div .btn {
	margin-top:26px;
}
.kthList li.cell5 div p {
	margin-bottom:10px;
}
.kthList li.cell5 div .btn {
	margin-top:20px;
}
.kthList li div .btn {
	background:#f7f7f7;
	width:228px;
	padding:10px 0;
	line-height:1;
}
.kthList li div .btn input {
	margin:0 0 0 10px;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.kthList li div .btn label {
	margin:0 0 0 6px;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.timeList { margin:-8px -15px; }
.timeList li {
	border-top:1px dashed #8c8c8c;
	padding:10px 15px;
}
.timeList li:first-child { border:none; }
.timeList li span { margin-right:20px; }
.timeList li select { width:80px; }
.timeValue .timeList li span { margin-right:0; }
.timeValue .timeList li span:first-child { margin-right:20px; }
.kthList li.cell7 div p {
	margin-bottom:9px;
}
.kthList li.cell7 div p.btn {
	margin-top:0;
}
.checkNote {
	font-size:10px;
	color:#ed8606;
}


#err_checkbox01 {
	margin-top: -15px;
}

.formError .formErrorContent {
	background: #6f9f31;
}
.formError .formErrorArrow div {
	background: #6f9f31;
}

.formError .formErrorClose {
	background: #6f9f31;
	border: solid #6f9f31 2px;
}

.err_notice {
	text-align: center;
	background: #6f9f31;
	padding: 10px 10px;
	color: #fff;
	border-radius: 3px;
	margin: 20px 0 -20px;
	display: none;
}
