@charset "utf-8";

/* reset
----------------------------*/
body {
	font: 100%/1.4 sans-serif;
	background-color: #FFF;
	margin: 0;padding: 0;color: #000;
}
h1, h2, ul, ol, dl ,p {padding: 0;margin: 0;}
h1 {
	font-size:24px;
}
h2 {
	margin-bottom: 5px;
	font-size:18px;
}
p {
	font-size: 16px;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #666;
	text-decoration: none;
}

/* parts - btn
----------------------------*/
.btn,
.btns a {
	display: inline-block;
	margin: auto;
	padding: 15px 15px;
  font-size: 15px;
	text-align: center;
	line-height: 1.3em;
	text-decoration: none;
	background: #ddd;
	border-radius: 8px;
	box-sizing: border-box;
}
.btn:hover,
.btns a:hover {
	background: #555;
}
.btns > * {
	float: left;
	margin: 0 2% 8px 0;
}
.btns > *:last-child {
	margin-right: 0px;
}
.btn-cmn,
.btns-cmn a {
	border: 1px solid #ccc;
	background: #eaeaea;
	background: -webkit-linear-gradient(top, #f2f2f2, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eaeaea));
	background: linear-gradient(top, #f2f2f2, #eaeaea);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	color: #fff;
}
.btn-cmn:hover,
.btns-cmn a:hover {
	background: #e0e0e0;
	background: -webkit-linear-gradient(top, #e8e8e8, #e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e0e0e0));
	background: linear-gradient(top, #e8e8e8, #e0e0e0);
}
.btn-dl,
.btns-dl a {
	color: #fff;
	/*border: 1px solid #ccc;*/
	background: #222;
	background: -webkit-linear-gradient(top, #4B4B4B, #222);
	background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#222));
	background: linear-gradient(top, #4B4B4B, #222);
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/
}
.btn-dl:hover,
.btns-dl a:hover {
	background: #000;
}

.btn-tochigi-pass,
.btns-tochigi-pass a {
	color: #fff;
	/*border: 1px solid #ccc;*/
	background: #f00;
/* 	background: -webkit-linear-gradient(top, #4B4B4B, #f00);
	background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#f00));
	background: linear-gradient(top, #4B4B4B, #f00); */
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/
}
.btn-tochigi-pass:hover,
.btns-tochigi-pass a:hover {
	background: #f00;
}

/* parts over write
----------------------------*/
.fa-fw {
	padding-right: 5px;
}
.btns-dl > * {
	width: 48%;
}
.btns-dl > * > a {
	width: 100%;
}


/* cmn
----------------------------*/
/*-- pageTtl --*/
#mainTtl {
	margin-bottom: 16px;
	padding: 16px 4%;
	width: 92%
}
#mainTtl > h1 {
	text-align:center;
	color:#FFF;
	font-size: 146%;
}
.bg-c1 {background: #cd2853;}
.bg-c2 {background: #2a67a5;}
.bg-c3 {background: #e9622d;}
.bg-c4 {background: #43a052;}


/*-- boxWrap --*/
.boxWrap {
	width:950px;
	margin:20px auto;
}
.boxWrap p {
	margin-bottom: 16px;
}
.secTtl {
	margin: 0 0 10px 0;
	padding: 10px;
	border-bottom: 1px dotted #bbb;
	border-top: 1px dotted #bbb;
	font-size: 18px;
	font-weight: bold;
	background: #e8e8e8;
}
.secTtl .step {
	display: inline;
	padding: 8px 8px;
	font-size: 13px;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/
	color: #fff;
	background: #e3b;
	border-radius: 5px;
}
.secTtl .ttl {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.sec {
	width: 950px;
	margin: 0 auto 16px auto;
	padding-bottom: 16px;
	border-bottom: 1px dotted #777;
	list-style-type: none;
	text-decoration: none;
}
.sec:last-child {
	margin-bottom: 16px;
	padding-bottom: 0;
	border-bottom: none;
}
.sec li {
	vertical-align:middle;
	display: inline-block;
}
.con01 {
	float: left;
	width: 260px;
	text-align: center;
}
.con01 img {
	width: 100%;
	height: auto;
}
.con02 {
	float: right;
	padding-top: 30px;
	width: 640px;
	text-align:left;
	line-height: 2.0em;
}
.con03 {
	float: left;
	padding-top: 30px;
	width: 640px;
	text-align:left;
	line-height: 2.0em;
}
.con04 {
	float: right;
	width: 260px;
}
.con04 img {
	width: 100%;
	height: auto;
}
.pageTopWrap {
	width: 950px;
	margin:10px auto;
	font-size:14px;
	text-align:right;
}

/* noteBox
----------------------------*/
.noteBox {
  padding: 10px;
  background: #eee;
  border-radius: 8px;
  border: 1px dotted #ddd;
  color: #555;
}
.noteBox .ttl {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.noteBox ul {
  margin: 0 0 0 20px;
}
.noteBox ul li {
  margin: 0 0 5px 0;
  line-height: 1.3;
  font-size: 12px;
}

/* pickupBox
----------------------------*/
.pickupBox {
  padding: 16px;
  background: #fcc;
  border-radius: 8px;
  border: 1px dotted #fcc;
  color: #555;
	box-sizing: border-box;
}
.pickupBox .ttl {
	margin: 0 0 10px 0;
	padding: 0;
	color: #f44;
	font-size: 16px;
	font-weight: bold;
}
.pickupBox .picPart {
	float: left;
	width: 30%;
}
.pickupBox .picPart img {
	width: 100%;
}
.pickupBox .detailPart {
	float: right;
	width: 68%;
	line-height: 1.8;
}
.pickupBox .em {
	color: #222;
	font-weight: bold!important;
}

@media screen and (max-width: 600px) {
	p {
		font-size:80%;
	}
	.pageTopWrap,
	#mainTtl,
	#content {
		width: 95%;
		margin:0 auto;
	}
	#mainTtl > h1 {
		font-size: 120%;
	}
	#content img {
		width: 100%;
	}
	.boxWrap {
		width: 100%;
	}
	.secTtl .ttl {
		display: block;
		margin-top: 10px;
	}
	.sec {
		margin: 0 auto 20px auto;
		width: 95%;
	}
	.con01 {
		float:left;
		margin: 0;
		padding: 0;
		width: 35%;
	}
	.con02 {
		margin: 0;
		padding: 20px 0 0 0;
		width:62%;
		float:right;
		text-align:left;
		line-height: 1.3em;
	}
	.con03 {
		margin: 0;
		padding: 20px 0 0 0;
		width:62%;
		float:left;
		text-align:left;
		line-height: 1.3em;
	}
	.con04 {
		float:right;
		margin: 0;
		padding: 0;
		width:35%;
	}
	.pageTopWrap {
		margin:10px auto;
		font-size:80%;
		text-align:right;
	}
	.btns > * {
		float: none;
		width: 100%;
		margin: 0 0 5px 0!important;
		padding: 0;
	}
}






/* Clearfix
----------------------------*/
.sec li:before,
.sec li:after,
.sec:before,
.sec:after,
.pickupBox:before,
.pickupBox:after,
.boxWrap:before,
.boxWrap:after {
    content: " ";
    display: table;
}

.sec li:after,
.sec:after,
.pickupBox:after,
.boxWrap:after {
    clear: both;
}
