@charset "utf-8";

/* Reset */

div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption { 
margin:0;
padding:0;
list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

body {
-webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


/* Form */

input[type="file"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
select[type="province"],
select[type="month"],
select[type="day"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: #fff;
	border: solid 1px #e0e0e0;
	border-radius: 5px;
	color: inherit;
	outline: 0;
	padding: 0.75em;
	text-decoration: none;
}
	input[type="file"]:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="tel"]:focus,
	input[type="number"]:focus,
	select[type="province"]:focus,
	select[type="month"]:focus,
	select[type="day"]:focus,
	textarea:focus {
		border-color: #37c0fb;
	}

	input[type="file"],
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="tel"],
	input[type="number"],
	select[type="province"],
	select[type="month"],
	select[type="day"] {
		line-height: 1em;
}

label {
	display: block;
	color: inherit;
	font-weight: 600;
	line-height: 1.75em;
	margin-bottom: 0.5em;
}

::-webkit-input-placeholder {
	color: #999;
	position: relative;
	top: 3px;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.formerize-placeholder {
	color: #999;
}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
		border-radius: 5px;
	}
	.image img {
		display: block;
		border-radius: 5px;
	}
	.image.left {
		display: block;
		float: left;
		margin: 0 2em 2em 0;
		position: relative;
		top: 0.25em;
	}
	.image.left img {
		display: block;
		width: 100%;
	}
	.image.fit {
		display: block;
	}
	.image.fit img {
		display: block;
		width: 100%;
	}
.image.featured {
	display: block;
	margin: 0 0 2em 0;
}
	.image.featured img {
		display: block;
		width: 100%;
	}

	/* articleDetail img*/
	.img-container.large img {
		width: 75%;
		height: auto
	}
	.img-container.medium {
		width: 50%
	}
	.img-container.small {
		width: 35%
	}
	.img-container.left img {
		margin: 0 auto 0 0;
		width:100%;
	}
	.img-container.left {
		float: left;
		margin: 0em 1.5em 2em 0;
	}
	.img-container.right {
		float: right;
        /* margin: 0em 1.5em 2em 0; */
        margin: 0em 0em 1em 0;
		text-align: left;
	}
	.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
		display: inline-block;
		max-width: 100%;
		height: auto;
    }
    


/* Icon */
.icon {
	text-decoration: none;
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

.icon.major {
	text-align: center;
	cursor: default;
	background-color: #37c0fb;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	width: 5em;
	height: 5em;
	line-height: 5em;
	box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
	margin: 0 0 2em 0;
}

	.icon.major:before {
		font-size: 36px;
	}

/* Lists */

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

	ol.default li {
		padding-left: 0.25em;
	}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

	ul.default li {
		padding-left: 0.5em;
	}

	ul.links li {
		line-height: 2.5em;
	}

ul.icons {
	cursor: default;
}

	ul.icons li {
		display: inline-block;
		line-height: 1em;
		padding-left: 1.5em;
	}

	ul.icons li:first-child {
		padding-left: 0;
	}

	ul.icons li a, ul.icons li span {
		font-size: 2em;
		border: 0;
	}

	ul.actions {
		cursor: default;
	}

	ul.actions:last-child {
		margin-bottom: 0;
	}

	ul.actions li {
		display: inline-block;
		padding: 0 0 0 1.5em;
	}

		ul.actions li:first-child {
			padding: 0;
		}

	ul.actions.vertical li {
		display: block;
		padding: 1.5em 0 0 0;
	}

		ul.actions.vertical li:first-child {
			padding: 0;
		}

ul.menu li {
	border-left: solid 1px #e0e0e0;
	display: inline-block;
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
}

	ul.menu li:first-child {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

/* Tables */

table {
	width: 100%;
}

	table.default {
		width: 100%;
	}

	table.default tbody tr {
		border-bottom: solid 1px #e0e0e0;
	}

	table.default td {
		padding: 0.5em 1em 0.5em 1em;
	}

	table.default th {
		font-weight: 600;
		padding: 0.5em 1em 0.5em 1em;
		text-align: left;
	}

	table.default thead {
		background-color: #555555;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		color: #fff;
	}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-color: #37c0fb;
	border-radius: 5px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0 1.5em;
	line-height: 2.75em;
	min-width: 9em;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -0.025em;
}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.button:hover {
		background-color: #50c8fb;
		color: #fff !important;
	}

	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
	.button:active {
		background-color: #1eb8fb;
		color: #fff;
	}

	input[type="submit"].alt,
	input[type="reset"].alt,
	input[type="button"].alt,
	.button.alt {
		background-color: #555555;
		color: #fff;
	}

		input[type="submit"].alt:hover,
		input[type="reset"].alt:hover,
		input[type="button"].alt:hover,
		.button.alt:hover {
			background-color: #626262;
		}

		input[type="submit"].alt:active,
		input[type="reset"].alt:active,
		input[type="button"].alt:active,
		.button.alt:active {
			background-color: #484848;
		}

	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	input[type="button"].icon:before,
	.button.icon:before {
		margin-right: 0.5em;
	}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	.button.fit {
		width: 100%;
	}

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	.button.small {
		font-size: 0.8em;
	}

/* Box */

.box.highlight {
	text-align: center;
}

.box.post {
	position: relative;
	margin: 0 0 2em 0;
}

	.box.post:after {
		content: '';
		display: block;
		clear: both;
	}

	.box.post .inner {
		margin-left: calc(30% + 2em);
	}

		.box.post .inner > :last-child {
			margin-bottom: 0;
		}

	.box.post .image {
		width: 30%;
		margin: 0;
	}


/* label -color*/
.subway-info span.label-red {
	color:#ff0000;
}
.subway-info span.label-green {
	color:#63bf00;
}
.subway-info span.label-gray {
	color:#BBB;
}
.subway-info span.label-orange {
	color:#f26522;
}
.subway-info span.label-box {
	color:#FFF;
	background:#0099cc;
}