@charset "UTF-8";
/*
		Theme Name: Honolulu Festival 2014
		Description: for Honolulu Festival Web Site.
		Theme URI: http://www.honolulufestival.com
		Author: 6-mobile
		Author URI: http://www.6-mobile.net/
		Version: 1
*/
/* =================================================
	Honolulu Festival Style
================================================= */
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* NORMALIZE
================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	/* Responsive images (ensure images don't scale beyond their parents) */

	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */

	width: auto\9;
	/* IE7-8 need help adjusting responsive images */

	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */

	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page  {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
body {
	margin: 0;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	background-color: #f8f8f8;
}
a {
	color: #2a5685;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #18304b;
	text-decoration: underline;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
/* TYPOGRAPHY
================================================= */
p {
	margin: 0 0 11px;
}
.lead {
	margin-bottom: 22px;
	font-size: 24px;
	font-weight: 200;
	line-height: 33px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}
.muted {
	color: #999999;
}
a.muted:hover,
a.muted:focus {
	color: #808080;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover,
a.text-success:focus {
	color: #356635;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 11px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 22px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1,
h2,
h3 {
	line-height: 44px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 13.6px;
}
h1 small {
	font-size: 28px;
}
h2 small {
	font-size: 20px;
}
h3 small {
	font-size: 16px;
}
h4 small {
	font-size: 16px;
}
.page-header {
	padding-bottom: 10px;
	margin: 22px 0 33px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	padding: 0;
	margin: 0 0 11px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: 22px;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}
ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-bottom: 22px;
}
dt,
dd {
	line-height: 22px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 11px;
}
.dl-horizontal {
	*zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	content: "";
	line-height: 0;
}
.dl-horizontal:after {
	clear: both;
}
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
hr {
	margin: 22px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 22px;
	border-left: 5px solid #eeeeee;
}
blockquote p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
}
blockquote small {
	display: block;
	line-height: 22px;
	color: #999999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}
address {
	display: block;
	margin-bottom: 22px;
	font-style: normal;
	line-height: 22px;
}
.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.row-fluid .thumbnails {
	margin-left: 0;
}
.thumbnails > li {
	float: left;
	margin-bottom: 22px;
	margin-left: 20px;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 22px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #2a5685;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #555555;
}
/* ICONS
================================================= */
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("./images/icon/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
	background-image: url("./images/icon/glyphicons-halflings-white.png");
}
.icon-glass {
	background-position: 0      0;
}
.icon-music {
	background-position: -24px 0;
}
.icon-search {
	background-position: -48px 0;
}
.icon-envelope {
	background-position: -72px 0;
}
.icon-heart {
	background-position: -96px 0;
}
.icon-star {
	background-position: -120px 0;
}
.icon-star-empty {
	background-position: -144px 0;
}
.icon-user {
	background-position: -168px 0;
}
.icon-film {
	background-position: -192px 0;
}
.icon-th-large {
	background-position: -216px 0;
}
.icon-th {
	background-position: -240px 0;
}
.icon-th-list {
	background-position: -264px 0;
}
.icon-ok {
	background-position: -288px 0;
}
.icon-remove {
	background-position: -312px 0;
}
.icon-zoom-in {
	background-position: -336px 0;
}
.icon-zoom-out {
	background-position: -360px 0;
}
.icon-off {
	background-position: -384px 0;
}
.icon-signal {
	background-position: -408px 0;
}
.icon-cog {
	background-position: -432px 0;
}
.icon-trash {
	background-position: -456px 0;
}
.icon-home {
	background-position: 0 -24px;
}
.icon-file {
	background-position: -24px -24px;
}
.icon-time {
	background-position: -48px -24px;
}
.icon-road {
	background-position: -72px -24px;
}
.icon-download-alt {
	background-position: -96px -24px;
}
.icon-download {
	background-position: -120px -24px;
}
.icon-upload {
	background-position: -144px -24px;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-play-circle {
	background-position: -192px -24px;
}
.icon-repeat {
	background-position: -216px -24px;
}
.icon-refresh {
	background-position: -240px -24px;
}
.icon-list-alt {
	background-position: -264px -24px;
}
.icon-lock {
	background-position: -287px -24px;
}
.icon-flag {
	background-position: -312px -24px;
}
.icon-headphones {
	background-position: -336px -24px;
}
.icon-volume-off {
	background-position: -360px -24px;
}
.icon-volume-down {
	background-position: -384px -24px;
}
.icon-volume-up {
	background-position: -408px -24px;
}
.icon-qrcode {
	background-position: -432px -24px;
}
.icon-barcode {
	background-position: -456px -24px;
}
.icon-tag {
	background-position: 0 -48px;
}
.icon-tags {
	background-position: -25px -48px;
}
.icon-book {
	background-position: -48px -48px;
}
.icon-bookmark {
	background-position: -72px -48px;
}
.icon-print {
	background-position: -96px -48px;
}
.icon-camera {
	background-position: -120px -48px;
}
.icon-font {
	background-position: -144px -48px;
}
.icon-bold {
	background-position: -167px -48px;
}
.icon-italic {
	background-position: -192px -48px;
}
.icon-text-height {
	background-position: -216px -48px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-align-left {
	background-position: -264px -48px;
}
.icon-align-center {
	background-position: -288px -48px;
}
.icon-align-right {
	background-position: -312px -48px;
}
.icon-align-justify {
	background-position: -336px -48px;
}
.icon-list {
	background-position: -360px -48px;
}
.icon-indent-left {
	background-position: -384px -48px;
}
.icon-indent-right {
	background-position: -408px -48px;
}
.icon-facetime-video {
	background-position: -432px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
.icon-map-marker {
	background-position: -24px -72px;
}
.icon-adjust {
	background-position: -48px -72px;
}
.icon-tint {
	background-position: -72px -72px;
}
.icon-edit {
	background-position: -96px -72px;
}
.icon-share {
	background-position: -120px -72px;
}
.icon-check {
	background-position: -144px -72px;
}
.icon-move {
	background-position: -168px -72px;
}
.icon-step-backward {
	background-position: -192px -72px;
}
.icon-fast-backward {
	background-position: -216px -72px;
}
.icon-backward {
	background-position: -240px -72px;
}
.icon-play {
	background-position: -264px -72px;
}
.icon-pause {
	background-position: -288px -72px;
}
.icon-stop {
	background-position: -312px -72px;
}
.icon-forward {
	background-position: -336px -72px;
}
.icon-fast-forward {
	background-position: -360px -72px;
}
.icon-step-forward {
	background-position: -384px -72px;
}
.icon-eject {
	background-position: -408px -72px;
}
.icon-chevron-left {
	background-position: -432px -72px;
}
.icon-chevron-right {
	background-position: -456px -72px;
}
.icon-plus-sign {
	background-position: 0 -96px;
}
.icon-minus-sign {
	background-position: -24px -96px;
}
.icon-remove-sign {
	background-position: -48px -96px;
}
.icon-ok-sign {
	background-position: -72px -96px;
}
.icon-question-sign {
	background-position: -96px -96px;
}
.icon-info-sign {
	background-position: -120px -96px;
}
.icon-screenshot {
	background-position: -144px -96px;
}
.icon-remove-circle {
	background-position: -168px -96px;
}
.icon-ok-circle {
	background-position: -192px -96px;
}
.icon-ban-circle {
	background-position: -216px -96px;
}
.icon-arrow-left {
	background-position: -240px -96px;
}
.icon-arrow-right {
	background-position: -264px -96px;
}
.icon-arrow-up {
	background-position: -289px -96px;
}
.icon-arrow-down {
	background-position: -312px -96px;
}
.icon-share-alt {
	background-position: -336px -96px;
}
.icon-resize-full {
	background-position: -360px -96px;
}
.icon-resize-small {
	background-position: -384px -96px;
}
.icon-plus {
	background-position: -408px -96px;
}
.icon-minus {
	background-position: -433px -96px;
}
.icon-asterisk {
	background-position: -456px -96px;
}
.icon-exclamation-sign {
	background-position: 0 -120px;
}
.icon-gift {
	background-position: -24px -120px;
}
.icon-leaf {
	background-position: -48px -120px;
}
.icon-fire {
	background-position: -72px -120px;
}
.icon-eye-open {
	background-position: -96px -120px;
}
.icon-eye-close {
	background-position: -120px -120px;
}
.icon-warning-sign {
	background-position: -144px -120px;
}
.icon-plane {
	background-position: -168px -120px;
}
.icon-calendar {
	background-position: -192px -120px;
}
.icon-random {
	background-position: -216px -120px;
	width: 16px;
}
.icon-comment {
	background-position: -240px -120px;
}
.icon-magnet {
	background-position: -264px -120px;
}
.icon-chevron-up {
	background-position: -288px -120px;
}
.icon-chevron-down {
	background-position: -313px -119px;
}
.icon-retweet {
	background-position: -336px -120px;
}
.icon-shopping-cart {
	background-position: -360px -120px;
}
.icon-folder-close {
	background-position: -384px -120px;
	width: 16px;
}
.icon-folder-open {
	background-position: -408px -120px;
	width: 16px;
}
.icon-resize-vertical {
	background-position: -432px -119px;
}
.icon-resize-horizontal {
	background-position: -456px -118px;
}
.icon-hdd {
	background-position: 0 -144px;
}
.icon-bullhorn {
	background-position: -24px -144px;
}
.icon-bell {
	background-position: -48px -144px;
}
.icon-certificate {
	background-position: -72px -144px;
}
.icon-thumbs-up {
	background-position: -96px -144px;
}
.icon-thumbs-down {
	background-position: -120px -144px;
}
.icon-hand-right {
	background-position: -144px -144px;
}
.icon-hand-left {
	background-position: -168px -144px;
}
.icon-hand-up {
	background-position: -192px -144px;
}
.icon-hand-down {
	background-position: -216px -144px;
}
.icon-circle-arrow-right {
	background-position: -240px -144px;
}
.icon-circle-arrow-left {
	background-position: -264px -144px;
}
.icon-circle-arrow-up {
	background-position: -288px -144px;
}
.icon-circle-arrow-down {
	background-position: -312px -144px;
}
.icon-globe {
	background-position: -336px -144px;
}
.icon-wrench {
	background-position: -360px -144px;
}
.icon-tasks {
	background-position: -384px -144px;
}
.icon-filter {
	background-position: -408px -144px;
}
.icon-briefcase {
	background-position: -432px -144px;
}
.icon-fullscreen {
	background-position: -456px -144px;
}
/* LAYOUT
================================================= */
.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1120px;
}
.span12 {
	width: 1120px;
}
.span11 {
	width: 1025px;
}
.span10 {
	width: 930px;
}
.span9 {
	width: 835px;
}
.span8 {
	width: 740px;
}
.span7 {
	width: 645px;
}
.span6 {
	width: 550px;
}
.span5 {
	width: 455px;
}
.span4 {
	width: 360px;
}
.span3 {
	width: 265px;
}
.span2 {
	width: 170px;
}
.span1 {
	width: 75px;
}
.offset12 {
	margin-left: 1160px;
}
.offset11 {
	margin-left: 1065px;
}
.offset10 {
	margin-left: 970px;
}
.offset9 {
	margin-left: 875px;
}
.offset8 {
	margin-left: 780px;
}
.offset7 {
	margin-left: 685px;
}
.offset6 {
	margin-left: 590px;
}
.offset5 {
	margin-left: 495px;
}
.offset4 {
	margin-left: 400px;
}
.offset3 {
	margin-left: 305px;
}
.offset2 {
	margin-left: 210px;
}
.offset1 {
	margin-left: 115px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 1.7857142857142856%;
	*margin-left: 1.7410714285714284%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 1.7857142857142856%;
}
.row-fluid .span12 {
	width: 100%;
	*width: 99.95535714285714%;
}
.row-fluid .span11 {
	width: 91.51785714285714%;
	*width: 91.47321428571428%;
}
.row-fluid .span10 {
	width: 83.03571428571428%;
	*width: 82.99107142857142%;
}
.row-fluid .span9 {
	width: 74.55357142857142%;
	*width: 74.50892857142856%;
}
.row-fluid .span8 {
	width: 66.07142857142857%;
	*width: 66.02678571428571%;
}
.row-fluid .span7 {
	width: 57.589285714285715%;
	*width: 57.54464285714286%;
}
.row-fluid .span6 {
	width: 49.10714285714286%;
	*width: 49.06250000000001%;
}
.row-fluid .span5 {
	width: 40.625%;
	*width: 40.580357142857146%;
}
.row-fluid .span4 {
	width: 32.14285714285714%;
	*width: 32.098214285714285%;
}
.row-fluid .span3 {
	width: 23.660714285714285%;
	*width: 23.616071428571427%;
}
.row-fluid .span2 {
	width: 15.178571428571427%;
	*width: 15.13392857142857%;
}
.row-fluid .span1 {
	width: 6.696428571428571%;
	*width: 6.651785714285714%;
}
.row-fluid .offset12 {
	margin-left: 103.57142857142857%;
	*margin-left: 103.48214285714285%;
}
.row-fluid .offset12:first-child {
	margin-left: 101.78571428571429%;
	*margin-left: 101.69642857142857%;
}
.row-fluid .offset11 {
	margin-left: 95.08928571428571%;
	*margin-left: 94.99999999999999%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.30357142857143%;
	*margin-left: 93.21428571428571%;
}
.row-fluid .offset10 {
	margin-left: 86.60714285714285%;
	*margin-left: 86.51785714285712%;
}
.row-fluid .offset10:first-child {
	margin-left: 84.82142857142857%;
	*margin-left: 84.73214285714285%;
}
.row-fluid .offset9 {
	margin-left: 78.12499999999999%;
	*margin-left: 78.03571428571426%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.33928571428571%;
	*margin-left: 76.24999999999999%;
}
.row-fluid .offset8 {
	margin-left: 69.64285714285714%;
	*margin-left: 69.55357142857142%;
}
.row-fluid .offset8:first-child {
	margin-left: 67.85714285714286%;
	*margin-left: 67.76785714285714%;
}
.row-fluid .offset7 {
	margin-left: 61.160714285714285%;
	*margin-left: 61.07142857142858%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.375%;
	*margin-left: 59.28571428571429%;
}
.row-fluid .offset6 {
	margin-left: 52.67857142857143%;
	*margin-left: 52.58928571428572%;
}
.row-fluid .offset6:first-child {
	margin-left: 50.892857142857146%;
	*margin-left: 50.80357142857144%;
}
.row-fluid .offset5 {
	margin-left: 44.19642857142857%;
	*margin-left: 44.10714285714286%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.410714285714285%;
	*margin-left: 42.32142857142858%;
}
.row-fluid .offset4 {
	margin-left: 35.71428571428571%;
	*margin-left: 35.625%;
}
.row-fluid .offset4:first-child {
	margin-left: 33.92857142857142%;
	*margin-left: 33.839285714285715%;
}
.row-fluid .offset3 {
	margin-left: 27.232142857142854%;
	*margin-left: 27.142857142857142%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.44642857142857%;
	*margin-left: 25.357142857142854%;
}
.row-fluid .offset2 {
	margin-left: 18.75%;
	*margin-left: 18.66071428571428%;
}
.row-fluid .offset2:first-child {
	margin-left: 16.96428571428571%;
	*margin-left: 16.874999999999996%;
}
.row-fluid .offset1 {
	margin-left: 10.267857142857142%;
	*margin-left: 10.178571428571427%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.482142857142858%;
	*margin-left: 8.392857142857142%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}
.media,
.media-body {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
.media,
.media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media-list {
	margin-left: 0;
	list-style: none;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 22px;
}
.table th,
.table td {
	padding: 8px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #f8f8f8;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1,
.table th.span1 {
	float: none;
	width: 59px;
	margin-left: 0;
}
.table td.span2,
.table th.span2 {
	float: none;
	width: 154px;
	margin-left: 0;
}
.table td.span3,
.table th.span3 {
	float: none;
	width: 249px;
	margin-left: 0;
}
.table td.span4,
.table th.span4 {
	float: none;
	width: 344px;
	margin-left: 0;
}
.table td.span5,
.table th.span5 {
	float: none;
	width: 439px;
	margin-left: 0;
}
.table td.span6,
.table th.span6 {
	float: none;
	width: 534px;
	margin-left: 0;
}
.table td.span7,
.table th.span7 {
	float: none;
	width: 629px;
	margin-left: 0;
}
.table td.span8,
.table th.span8 {
	float: none;
	width: 724px;
	margin-left: 0;
}
.table td.span9,
.table th.span9 {
	float: none;
	width: 819px;
	margin-left: 0;
}
.table td.span10,
.table th.span10 {
	float: none;
	width: 914px;
	margin-left: 0;
}
.table td.span11,
.table th.span11 {
	float: none;
	width: 1009px;
	margin-left: 0;
}
.table td.span12,
.table th.span12 {
	float: none;
	width: 1104px;
	margin-left: 0;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}
.nav {
	margin-left: 0;
	margin-bottom: 22px;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li > a > img {
	max-width: none;
}
.nav > .pull-right {
	float: right;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #2a5685;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 10px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
	*zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
	clear: both;
}
.nav-tabs > li,
.nav-pills > li {
	float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 22px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555555;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #ffffff;
	background-color: #2a5685;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-tabs.nav-stacked {
	border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
	border-color: #ddd;
	z-index: 2;
}
.nav-pills.nav-stacked > li > a {
	margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.nav .dropdown-toggle .caret {
	border-top-color: #2a5685;
	border-bottom-color: #2a5685;
	margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #18304b;
	border-bottom-color: #18304b;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555555;
	border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
	cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #ffffff;
	background-color: #999999;
	border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
	border-color: #999999;
}
.tabbable {
	*zoom: 1;
}
.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
	line-height: 0;
}
.tabbable:after {
	clear: both;
}
.tab-content {
	overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}
.nav > .disabled > a {
	color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}
/* PAGINATION
================================================= */
.pagination {
	margin: 22px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 22px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 20px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 13.6px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 12px;
}
/* LABEL
================================================= */
.label,
.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 13.536px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999999;
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.label:empty,
.badge:empty {
	display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label-important,
.badge-important {
	background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
	background-color: #953b39;
}
.label-warning,
.badge-warning {
	background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
	background-color: #c67605;
}
.label-success,
.badge-success {
	background-color: #468847;
}
.label-success[href],
.badge-success[href] {
	background-color: #356635;
}
.label-info,
.badge-info {
	background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
	background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
	background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
	background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
	top: 0;
}
/* ACCORDION
================================================= */
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.collapse.in {
	height: auto;
}
/* FORMS
================================================= */
form {
	margin: 0 0 22px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 44px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 16.5px;
	color: #999999;
}
label,
input,
button,
select,
textarea {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
input,
button,
select,
textarea {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 22px;
	padding: 4px 6px;
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 22px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	/* IE7 */

	margin-top: 1px \9;
	/* IE8-9 */

	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 32px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

	line-height: 32px;
}
select {
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
select#first-desired-shift.first-desired-shift,
select#second-desired-shift.second-desired-shift,
select#third-desired-shift.third-desired-shift {
	width: 662px;
}
.en-date select#first-desired-shift.first-desired-shift,
.en-date select#second-desired-shift.second-desired-shift,
.en-date select#third-desired-shift.third-desired-shift {
	width: 726px;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999999;
	background-color: #fcfcfc;
	border-color: #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}
.radio,
.checkbox {
	min-height: 22px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 1106px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 1011px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 916px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 821px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 726px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 631px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 536px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 441px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 346px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 251px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 156px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 61px;
}
.controls-row {
	*zoom: 1;
}
.controls-row:before,
.controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
	color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
	color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
	color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
	color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	border-color: #3a87ad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
	border-color: #2d6987;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 21px 20px 22px;
	margin-top: 22px;
	margin-bottom: 22px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}
.help-block,
.help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 11px;
}
.help-inline {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 11px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
	font-size: 16px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
	z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 22px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-append .active,
.input-prepend .active {
	background-color: #a9dba9;
	border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
	margin-left: 0;
}
input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */

	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 11px;
}
legend + .control-group {
	margin-top: 22px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 22px;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
	margin-top: 11px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}
.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 13.6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2a4a85;
	background-image: -moz-linear-gradient(top, #2a5685, #2a3885);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a5685), to(#2a3885));
	background-image: -webkit-linear-gradient(top, #2a5685, #2a3885);
	background-image: -o-linear-gradient(top, #2a5685, #2a3885);
	background-image: linear-gradient(to bottom, #2a5685, #2a3885);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a5685', endColorstr='#ff2a3885', GradientType=0);
	border-color: #2a3885 #2a3885 #181f4b;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2a3885;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #2a3885;
	*background-color: #243072;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #1e275e \9;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f98729;
	background-image: -moz-linear-gradient(top, #fa923d, #f9760b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa923d), to(#f9760b));
	background-image: -webkit-linear-gradient(top, #fa923d, #f9760b);
	background-image: -o-linear-gradient(top, #fa923d, #f9760b);
	background-image: linear-gradient(to bottom, #fa923d, #f9760b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa923d', endColorstr='#fff9760b', GradientType=0);
	border-color: #f9760b #f9760b #b35305;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f9760b;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #ffffff;
	background-color: #f9760b;
	*background-color: #e56a06;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #cc5f05 \9;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd362f;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #51a351;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2f96b4;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #222222;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #2a5685;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #18304b;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 11px;
	margin-bottom: 11px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 16px;
}
.btn-group > .btn-mini {
	font-size: 12px;
}
.btn-group > .btn-small {
	font-size: 13.6px;
}
.btn-group > .btn-large {
	font-size: 20px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #2a3885;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f9760b;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 10px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #fa8c33;
	background-image: -moz-linear-gradient(top, #fa923d, #f98424);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa923d), to(#f98424));
	background-image: -webkit-linear-gradient(top, #fa923d, #f98424);
	background-image: -o-linear-gradient(top, #fa923d, #f98424);
	background-image: linear-gradient(to bottom, #fa923d, #f98424);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa923d', endColorstr='#fff98424', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #fa8c33;
	background-image: -moz-linear-gradient(top, #fa923d, #f98424);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa923d), to(#f98424));
	background-image: -webkit-linear-gradient(top, #fa923d, #f98424);
	background-image: -o-linear-gradient(top, #fa923d, #f98424);
	background-image: linear-gradient(to bottom, #fa923d, #f98424);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa923d', endColorstr='#fff98424', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header-top,
#index-content,
#footer-link,
#footer,
#block-news,
#block-social,
#block-joinus,
#block-social,
#block-donation,
#links-box,
#skrollr-body {
	min-width: 1200px;
	overflow: hidden;
}

#header-slide {
	min-width: 1200px;
}
.content-block .link-wrap {
	display: block;
	text-decoration: none;
	border: 0;
	outline: 0;
	color: #ccc;
}
.content-block .link-wrap:hover .thumbnail {
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.content-block .link-wrap:hover .thumbnail img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.content-block .thumbnail {
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: relative;
	line-height: 1.5;
}
.content-block .thumbnail .caption {
	min-height: 150px;
}
.content-block .thumbnail .caption h4 {
	font-size: 16px;
}
.content-block .thumbnail .caption h4 a {
	color: #333;
}
.content-block .thumbnail div.img-wrapper {
	background: #111;
	text-align: center;
	height: 225px;
	overflow: hidden;
}
.content-block .thumbnail.has-date {
	padding-bottom: 30px;
}
.content-block .thumbnail .cat {
	color: #fff;
	background: #aaa;
	padding: 2px 10px;
	letter-spacing: 1px;
}
.content-block .thumbnail .date {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
	text-align: right;
	color: #999;
	padding: 5px 10px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
}
.content-block .thumbnail .read-more {
	padding: 2px 5px;
}

#block-whatsnew {
	height: 650px;
	background: url(./images/bg-whatsnew-2.png) fixed #cccccc;
	position: relative;
	z-index: 0;
}

#block-whatsnew #bg2 {
	z-index: 1;
	height: 650px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(./images/bg-whatsnew-1.png) bottom right;
}

#block-whatsnew .container {
	z-index: 2;
	position: relative;
}

#block-whatsnew .container .row-fluid {
	margin-top: 60px;
}

#block-whatsnew .thumbnail img {
	width: 100%;
	height: 225px;
}

#block-whatsnew .thumbnail .caption {
	min-height: 150px;
	max-height: 200px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	font-size: 85%;
}

#block-joinus {
	height: 600px;
	background: url(./images/bg-joinus.jpg) top center no-repeat #000000;
	color: #fff;
	position: relative;
}

#block-joinus .container {
	height: 600px;
	background: url(./images/bg-carbon.png) fixed;
}

#block-joinus .container a {
	color: #fff;
	text-decolation: none;
}

#block-joinus .container .img-joinus {
	width: 200px;
	height: 200px;
}

#block-joinus .joinus-title {
	margin-top: 80px;
	text-align: center;
}

#block-joinus .joinus-item {
	margin-top: 40px;
	text-align: center;
}

#block-joinus .joinus-item h3 {
	line-height: 1.2;
}

#block-joinus .joinus-item.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#block-joinus #joinus-controller {
	text-align: center;
}

#block-joinus #joinus-prev,
#block-joinus #joinus-next {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 10px;
}

#block-news {
	height: 600px;
	overflow: hidden;
	background: url(./images/bg-block-news-7.jpg) center bottom no-repeat #f2ede7;
	color: #333;
}

#block-news.off {
	background: url(./images/bg-block-news-7.jpg) center bottom no-repeat #f2ede7;
}

#block-news .container {
	position: relative;
}

#block-news .pict {
	background: url(./images/bg-fes.png) bottom center no-repeat;
	bottom: 0;
	height: 100px;
	width: 1000px;
	position: absolute;
}

#block-news #pickup-prev,
#block-news #pickup-next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 220px;
	z-index: 10;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

#block-news #pickup-prev {
	left: -40px;
	background: url(./images/navi-left.png) no-repeat;
}

#block-news #pickup-next {
	right: -40px;
	background: url(./images/navi-right.png) no-repeat;
}

#block-news #pickup-block-wrap {
	background: url(./images/bg-white.png) fixed;
	border: 1px solid #ccc;
	width: 500px;
	margin: 50px auto 0;
	position: relative;
	height: 460px;
}

#block-news #pickup-block-wrap #pickup-horizon-pager {
	top: -30px;
	right: 0;
	position: absolute;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

#block-news #pickup-block-wrap #pickup-horizon-pager a {
	width: 15px;
	height: 15px;
	margin: 5px;
	display: inline-block;
	background: url(./images/icon-pager.png) center bottom no-repeat;
}

#block-news #pickup-block-wrap #pickup-horizon-pager a.selected {
	background-position: center top;
}

#block-news #pickup-block {
	position: relative;
}

#block-news #pickup-block > div {
	width: 500px;
	height: 460px;
}

#block-news #pickup-block > div ul {
	display: block;
	text-align: center;
	position: relative;
	margin: 20px 0 0;
}

#block-news #pickup-block > div ul .pickup-item {
	display: inline-block;
	vertical-align: top;
	color: #000;
	margin: 3px;
	width: 220px;
	font-weight: bold;
}

#block-news #pickup-block > div ul .pickup-item.less-item {
	margin-top: 120px;
}

#block-news #pickup-block > div ul .pickup-item .thumbnail-img {
	margin: 0 auto;
	width: 220px;
	height: 165px;
	box-sizing: border-box;
	overflow: hidden;
	border: 4px solid #fff;
	background: #f8f8f8;
	white-space: nowrap;
	vertical-align: middle;
}

#block-news #pickup-block > div ul .pickup-item .thumbnail-img:after {
	content: '';
	display: inline-block;
	height: 150px;
	margin-left: -1px;
	vertical-align: middle;
}

#block-news #pickup-block > div ul .pickup-item .thumbnail-img img {
	width: 100%;
}

#block-news #pickup-block > div ul .pickup-item .caption {
	text-align: left;
	padding: 5px 0;
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
	overflow: hidden;
}

#block-news #pickup-block > div ul .pickup-item .caption a {
	color: #333;
}

#block-news #pickup-block > div ul .pickup-item .caption a:hover {
	color: #000;
}

#block-donation {
	height: 650px;
	background: #000;
	position: relative;
}

#block-donation .wp-video {
	margin: 0 auto;
}

#block-donation .mejs-container,
#block-donation .mejs-embed,
#block-donation .mejs-embed body,
#block-donation .mejs-container .mejs-controls {
	background: #000;
}

#block-donation.no-movie {
	background: url(./images/bg-fireworks.jpg) bottom center no-repeat #000000;
}

#block-donation h2 {
	margin: 0 0 20px;
}

#block-donation #sponsor-box {
	background-image: url(./images/bg-footer.png);
}

#block-donation #sponsor-box #sponsor-box-inner {
	*zoom: 1;
}

#block-donation #sponsor-box #sponsor-box-inner:before,
#block-donation #sponsor-box #sponsor-box-inner:after {
	display: table;
	content: "";
	line-height: 0;
}

#block-donation #sponsor-box #sponsor-box-inner:after {
	clear: both;
}

#block-donation #sponsor-box #sponsor-box-inner .sponsor-boxs {
	box-sizing: border-box;
	float: left;
	width: 360px;
	height: 370px;
}

#block-donation #sponsor-box .sponsor-footer {
	text-align: right;
	padding: 10px 20px;
}

#block-donation #sponsor-box ul {
	margin: 10px;
	*zoom: 1;
}

#block-donation #sponsor-box ul:before,
#block-donation #sponsor-box ul:after {
	display: table;
	content: "";
	line-height: 0;
}

#block-donation #sponsor-box ul:after {
	clear: both;
}

#block-donation #sponsor-box ul li {
	list-style: none;
	float: left;
	font-size: 11px;
	margin: 10px;
	height: 95px;
	width: 90px;
	display: block;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 1.1;
	overflow: hidden;
}

#block-donation #sponsor-box ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-decoration: none;
}

#block-donation #sponsor-box ul li a:before {
	margin-left: -4px;
	display: inline-block;
	content: '';
	height: 95px;
	vertical-align: middle;
}

#block-donation #sponsor-box ul li a span.overlay {
	white-space: normal;
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
	width: 90px;
	max-height: 95px;
	overflow: hidden;
	bottom: 100px;
	display: block;
	background: url(./images/bg-carbon.png) #cccccc;
}

#block-donation #sponsor-box ul li a:hover span.overlay {
	bottom: 0;
	color: #fff;
}

#block-donation .block-donation-inner {
	padding-top: 80px;
	color: #fff;
	height: 600px;
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 0px;
	background: url(./images/bg-carbon.png);
}

#block-donation .block-donation-inner .container .donation-content .donation-content-inner {
	margin: 0 0 0 100px;
	padding: 10px;
}

#block-donation .block-donation-inner .container .donation-content .donation-content-inner h2.heading {
	font-size: 200%;
}

#block-social {
	z-index: 0;
	height: 640px;
	background: url(./images/bg-footer.png) fixed #ffffff;
	position: relative;
}

#block-social #block-social-bg2 {
	z-index: 0;
	height: 640px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(./images/bg-section.png) center center no-repeat fixed transparent;
}

#block-social .container {
	z-index: 2;
	position: relative;
}

#block-social .container .sns-blog {
	margin-top: 75px;
	height: 470px;
	overflow: hidden;
}

#block-social .container .sns-blog h3.blog-title {
	text-align: left;
	background: #333;
	color: #fff;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	margin: 0;
	display: block;
	font-size: 18px;
}

#block-social .container .sns-blog .thumbnails {
	overflow: auto;
	height: 380px;
	margin: 0 10px;
}

#block-social .container .sns-blog .thumbnails li {
	margin: 0;
}

#block-social .container .sns-blog .thumbnails li .thumbnail {
	border-top: 0;
	border-radius: 0;
	font-size: 13px;
	box-sizing: border-box;
}

#block-social .container .sns-blog .blog-footer {
	height: 40px;
	line-height: 40px;
	background: #333;
	padding: 0 20px;
}

#block-social .container .sns-blog .blog-footer a {
	color: #fff;
}

#block-social .container .sns-movies {
	margin-top: 75px;
	background: #fff;
	height: 470px;
	position: relative;
}

#block-social .container .sns-movies .movie-thumbnail {
	margin-bottom: 10px;
	padding: 10px;
}

#block-social .container .sns-movies .movie-thumbnail h5 {
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
}

#block-social .container .sns-movies .movie-thumbnail .movie-thumbnail-inner {
	position: relative;
	background: #000;
}

#block-social .container .sns-movies .movie-thumbnail .movie-thumbnail-inner img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#block-social .container .sns-movies .movie-thumbnail .movie-thumbnail-inner img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#block-social .container .sns-movies h4 {
	padding: 12px;
	border-bottom: #eee 1px solid;
}

#block-social .container .sns-movies .widget-footer {
	bottom: 0;
	width: 100%;
	position: absolute;
	padding: 20px 0;
	text-align: center;
	border-top: 1px dashed #ccc;
}
.offwrapper {
	background: url(./images/bg-whatsnew-2.png) fixed;
}
.offwrapper .offwrapper-inner {
	background: url(./images/bg-whatsnew-1.png);
}

#block-news .countdown-content {
	margin-top: 50px;
	width: 550px;
	position: absolute;
	left: 0px;
	opacity: 1;
}

#block-news .countdown-desc {
	font-size: 12px;
	color: red;
}

#block-news .countdown {
	background: url(./images/counter_back_on.png) center bottom no-repeat;
	height: 200px;
	width: 523px;
	margin-bottom: 10px;
	position: relative;
}

#block-news .countdown.tick {
	background-image: url(./images/counter_back_tick.png);
}

#block-news .countdown .countdown-label {
	position: absolute;
	top: 60px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #fe4123;
}

#block-news #defaultCountdown.count-ja .countdown-section .countdown-period {
	font-size: 16px;
}

#block-news #defaultCountdown .countdown-section {
	display: inline-block;
	text-align: center;
	position: relative;
	margin-top: 100px;
	margin-right: 20px;
}

#block-news #defaultCountdown .countdown-section:last-child {
	margin-right: 0;
}

#block-news #defaultCountdown .countdown-section .countdown-amount {
	box-sizing: border-box;
	background: url(./images/countdown-block_01.png) center center no-repeat;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	display: block;
	font-size: 28px;
	white-space: nowrap;
	overflow: hidden;
	width: 100px;
	height: 60px;
	padding: 20px 0 0;
}

#block-news #defaultCountdown .countdown-section .countdown-period {
	box-sizing: border-box;
	font-size: 12px;
	background: url(./images/countdown-block_02.png) center center no-repeat;
	white-space: nowrap;
	display: block;
	color: #fff;
	font-weight: bold;
	width: 100px;
	overflow: hidden;
	padding: 0;
	margin: 0px;
	height: 40px;
	line-height: 40px;
}

#block-cronicle {
	margin: 20px auto;
	background: url(./images/bg-white.png) fixed;
	padding: 20px 0;
}

#block-cronicle h2 {
	text-align: center;
	font-size: 250%;
	margin: 0px 0 30px;
}

#block-cronicle h3 {
	magin: 0;
	text-align: center;
}

#block-cronicle #cronicle-posts {
	min-height: 300px;
}

#block-cronicle #cronicle-posts .item {
	max-width: 255px;
}

#block-cronicle #cronicle-posts .item .thumbnail .img-holder {
	max-height: 200px;
	overflow: hidden;
}

#block-cronicle #cronicle-posts .item .thumbnail .img-holder img {
	height: auto;
}

#block-cronicle #cronicle-posts .item .thumbnail p {
	font-size: 13px;
}

#block-cronicle #cronicle-posts .galcolumn .item {
	display: block;
}

#block-cronicle .cronicle-link {
	text-align: center;
}

#block-cronicle .cronicle-link a {
	width: 450px;
	letter-spacing: 1px;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	padding: 11px 19px;
	font-size: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2a4a85;
	background-image: -moz-linear-gradient(top, #2a5685, #2a3885);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a5685), to(#2a3885));
	background-image: -webkit-linear-gradient(top, #2a5685, #2a3885);
	background-image: -o-linear-gradient(top, #2a5685, #2a3885);
	background-image: linear-gradient(to bottom, #2a5685, #2a3885);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a5685', endColorstr='#ff2a3885', GradientType=0);
	border-color: #2a3885 #2a3885 #181f4b;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2a3885;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#block-cronicle .cronicle-link a .label,
#block-cronicle .cronicle-link a .badge {
	position: relative;
	top: -1px;
}

#block-cronicle .cronicle-link a:hover,
#block-cronicle .cronicle-link a:focus,
#block-cronicle .cronicle-link a:active,
#block-cronicle .cronicle-link a.active,
#block-cronicle .cronicle-link a.disabled,
#block-cronicle .cronicle-link a[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

#block-cronicle .cronicle-link a:active,
#block-cronicle .cronicle-link a.active {
	background-color: #cccccc \9;
}

#block-cronicle .cronicle-link a:first-child {
	*margin-left: 0;
}

#block-cronicle .cronicle-link a:hover,
#block-cronicle .cronicle-link a:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

#block-cronicle .cronicle-link a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

#block-cronicle .cronicle-link a.active,
#block-cronicle .cronicle-link a:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

#block-cronicle .cronicle-link a.disabled,
#block-cronicle .cronicle-link a[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#block-cronicle .cronicle-link a:hover,
#block-cronicle .cronicle-link a:focus,
#block-cronicle .cronicle-link a:active,
#block-cronicle .cronicle-link a.active,
#block-cronicle .cronicle-link a.disabled,
#block-cronicle .cronicle-link a[disabled] {
	color: #ffffff;
	background-color: #2a3885;
	*background-color: #243072;
}

#block-cronicle .cronicle-link a:active,
#block-cronicle .cronicle-link a.active {
	background-color: #1e275e \9;
}

#block-cronicle .cronicle-link a .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

#block-pickup {
	padding: 100px 0;
	margin-bottom: 20px;
	background: url(./images/bg-white.png) fixed;
}

#block-pickup #pickup-horizon {
	*zoom: 1;
}

#block-pickup #pickup-horizon:before,
#block-pickup #pickup-horizon:after {
	display: table;
	content: "";
	line-height: 0;
}

#block-pickup #pickup-horizon:after {
	clear: both;
}

#block-pickup #pickup-horizon .pickup-links {
	float: left;
	width: 1100px;
	text-align: center;
}

#block-pickup .thumbnails {
	margin: 0;
}

#block-pickup .thumbnails .thumbnail .thumbnail-img {
	overflow: hidden;
	height: 150px;
	white-space: nowrap;
}

#block-pickup .thumbnails .thumbnail .thumbnail-img:before {
	display: inline-block;
	width: 1px;
	overflow: hidden;
	margin-right: -1px;
	content: "";
	vertical-align: middle;
	height: 150px;
}

#block-pickup .thumbnails .thumbnail .thumbnail-img img {
	width: 100%;
}

#block-pickup .thumbnails .thumbnail .caption {
	padding: 0;
	font-size: 11px;
	min-height: initial;
	min-height: auto;
	text-align: center;
	color: #2a5685;
}
/* SITE DESIGN
================================================= */
body {
	background-image: url(./images/bg-body.png);
	color: #4a4a4a;
	height: auto !important;
	-webkit-font-smoothing: antialiased;
	border-top: 4px solid #fc8800;
	min-width: 1200px;
}

#header-top {
	padding: 5px 0 10px;
}

#header-top #header-top-logo {
	padding-top: 20px;
}

#header-top #header-top-logo a {
	display: inline-block;
}

#header-top #header-top-info {
	text-align: right;
	padding: 10px 0 0;
}

#header-top #header-top-lang {
	text-align: right;
	padding: 10px 0 0;
}

#header-top #header-top-parts {
	text-align: right;
	padding: 10px 0;
}

#header-top #header-top-parts a {
	margin-right: 10px;
	vertical-align: middle;
	text-decoration: none;
}

#header-top #header-top-parts a.link-facebook {
	color: #3B5998;
}

#header-top #header-top-parts a.link-facebook:hover {
	color: #344e86;
}

#header-top #header-top-parts a.link-twitter {
	color: #55acee;
}

#header-top #header-top-parts a.link-twitter:hover {
	color: #3ea1ec;
}

#header-top #header-top-parts form {
	margin: 0;
}

#header-menu {
	border-top: 1px solid #fcaa00;
	background: #fc8800;
	min-height: 70px;
	-webkit-font-smoothing: subpixel-antialiased;
}

#header-menu.fixed {
	top: 0px;
	position: fixed;
	z-index: 100000;
	width: 100%;
	min-height: 50px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#header-menu.fixed li {
	padding: 0;
}

#header-menu.fixed li.has-desc a {
	line-height: 50px;
	padding: 0;
}

#header-menu.fixed li a {
	height: 50px;
	line-height: 50px;
}

#header-menu.fixed li small {
	display: none;
}

#header-menu ul {
	margin: 0;
	*zoom: 1;
}

#header-menu ul:before,
#header-menu ul:after {
	display: table;
	content: "";
	line-height: 0;
}

#header-menu ul:after {
	clear: both;
}

#header-menu ul#menu-main-menu-ja li {
	min-width: 100px;
	font-weight: bold;
}

#header-menu ul#menu-main-menu-ja li a {
	font-size: 17px;
}

#header-menu ul li {
	min-width: 145px;
	list-style: none;
	float: left;
	display: block;
	padding: 0;
}

#header-menu ul li a {
	border-right: 1px solid #e37a00;
	border-left: 1px solid #ff9417;
	display: block;
	font-family: 'Cabin', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Helvetica, Arial, sans-serif;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	letter-spacing: 1px;
	box-sizing: border-box;
	height: 70px;
	line-height: 70px;
}

#header-menu ul li a small {
	letter-spacing: 0;
	font-size: 10px;
	display: block;
}

#header-menu ul li:hover {
	background: #ffc425;
}

#header-menu ul li:hover a {
	text-decoration: none;
	background: #ffc425;
	border-color: transparent;
}

#header-menu ul li.has-desc a {
	padding: 16px 12px;
	line-height: 1;
}

#page-wrapper {
	background: url(./images/bg_palm.png) no-repeat top center;
	border-top: 1px solid #ffca8c;
}

#page-header h2 {
	padding: 0px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 30px;
	color: #666;
	text-shadow: -1px 1px 0 #ffffff;
}

#page-header .breadcrumb {
	padding: 0px;
	font-size: 14px;
	color: #333;
}

#page-body {
	padding-top: 20px;
	padding-bottom: 60px;
}

#page-body .side-col {
	width: 265px;
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

#page-body .side-col .widget {
	background: #f8f8f8;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

#page-body .side-col .widget .widget-header {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
}

#page-body .side-col .widget .widget-body.has-img {
	text-align: center;
}

#page-body .side-col .widget .widget-header + .widget-body,
#page-body .side-col .widget .widget-header + .textwidget {
	border-top: 5px solid #f2ede7;
}

#page-body .side-col .widget .textwidget,
#page-body .side-col .widget .searchwidget {
	padding: 10px;
}

#page-body .side-col .widget .searchwidget .search-submit-area {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

#page-body .side-col .widget .searchwidget .search-submit-area .btn-submit {
	width: 200px;
	margin: 0 auto;
}

#page-body .side-col .widget .searchwidget .search-submit-area .notice {
	font-size: 10px;
	color: #f00;
	display: block;
	padding-top: 10px;
}

#page-body .side-col div.link-list.tag {
	padding: 10px;
}

#page-body .side-col div.link-list.tag span.current a {
	text-decoration: none;
	cursor: pointer;
	background-color: #4e89c7;
}

#page-body .side-col div.link-list.tag a {
	display: inline-block;
	padding: 4px 4px;
	margin: 0 3px 3px 0;
	font-size: 13.536px;
	font-weight: bold;
	line-height: 1.1;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #2a5685;
}

#page-body .side-col div.link-list.tag a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#page-body .side-col ul.link-list {
	list-style: none;
	margin: 0;
}

#page-body .side-col ul.link-list li.cat-item-none {
	display: block;
	padding: 15px 20px;
}

#page-body .side-col ul.link-list li.item,
#page-body .side-col ul.link-list li.cat-item {
	border-bottom: 1px solid #ddd;
}

#page-body .side-col ul.link-list li.item a,
#page-body .side-col ul.link-list li.cat-item a {
	display: block;
	padding: 15px 20px;
}

#page-body .side-col ul.link-list li.item a:hover,
#page-body .side-col ul.link-list li.cat-item a:hover {
	background: #fff;
}

#page-body .side-col ul.link-list li.item a small.version,
#page-body .side-col ul.link-list li.cat-item a small.version {
	color: #999;
}

#page-body .side-col ul.link-list li.item.current,
#page-body .side-col ul.link-list li.cat-item.current,
#page-body .side-col ul.link-list li.item.current-cat,
#page-body .side-col ul.link-list li.cat-item.current-cat {
	position: relative;
	background: #fff;
}

#page-body .side-col ul.link-list li.item.current:after,
#page-body .side-col ul.link-list li.cat-item.current:after,
#page-body .side-col ul.link-list li.item.current-cat:after,
#page-body .side-col ul.link-list li.cat-item.current-cat:after,
#page-body .side-col ul.link-list li.item.current:before,
#page-body .side-col ul.link-list li.cat-item.current:before,
#page-body .side-col ul.link-list li.item.current-cat:before,
#page-body .side-col ul.link-list li.cat-item.current-cat:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#page-body .side-col ul.link-list li.item.current:after,
#page-body .side-col ul.link-list li.cat-item.current:after,
#page-body .side-col ul.link-list li.item.current-cat:after,
#page-body .side-col ul.link-list li.cat-item.current-cat:after {
	border-color: rgba(248, 248, 248, 0);
	border-left-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}

#page-body .side-col ul.link-list li.item.current:before,
#page-body .side-col ul.link-list li.cat-item.current:before,
#page-body .side-col ul.link-list li.item.current-cat:before,
#page-body .side-col ul.link-list li.cat-item.current-cat:before {
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #ddd;
	border-width: 16px;
	margin-top: -16px;
}

#page-body .main-col {
	width: 835px;
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

#page-body .main-col.full {
	width: 1120px;
}

#page-body .main-col.full .content-header .page-meta {
	width: 880px;
}

#page-body .main-col .content-header {
	margin: 0;
	padding: 20px 20px 10px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	*zoom: 1;
}

#page-body .main-col .content-header:before,
#page-body .main-col .content-header:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .main-col .content-header:after {
	clear: both;
}

#page-body .main-col .content-header .blank-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	display: inline-block;
	width: 30px;
	height: 15px;
	vertical-align: middle;
	background: url("./images/bg-blank-gray.gif") center left repeat-x;
}

#page-body .main-col .content-header strong.cond {
	width: 105px;
	display: inline-block;
	vertical-align: middle;
}

#page-body .main-col .content-header h2 {
	margin: 20px 0;
	font-size: 26px;
	line-height: 1.3;
}

#page-body .main-col .content-header .page-meta {
	float: left;
	width: 605px;
}

#page-body .main-col .content-header .page-share {
	width: 180px;
	padding-top: 10px;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}

#page-body .main-col .content-header .page-share div.share-wrap {
	width: 70px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

#page-body .main-col .content-header .page-taxonomy {
	margin: 0 -20px -10px;
	padding-top: 20px;
	clear: both;
}

#page-body .main-col .content-header .page-taxonomy div {
	background-color: #999;
	color: #fff;
	padding: 4px 0;
	text-align: center;
}

#page-body .main-col.single .content-header h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#page-body .main-col .content-footer {
	padding-top: 40px;
}

#page-body .main-col .content-footer .related-content {
	*zoom: 1;
}

#page-body .main-col .content-footer .related-content .related-heading {
	border-bottom: 2px solid #ccc;
	padding: 5px 0;
}

#page-body .main-col .content-footer .related-content:before,
#page-body .main-col .content-footer .related-content:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .main-col .content-footer .related-content:after {
	clear: both;
}

#page-body .main-col .content-footer .related-content .related-content-item {
	padding: 5px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

#page-body .main-col .content-footer .related-content .related-content-item a {
	padding: 20px 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	background: #f8f8f8;
	display: block;
	*zoom: 1;
}

#page-body .main-col .content-footer .related-content .related-content-item a:before,
#page-body .main-col .content-footer .related-content .related-content-item a:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .main-col .content-footer .related-content .related-content-item a:after {
	clear: both;
}

#page-body .main-col .content-footer .related-content .related-content-item a h4 {
	margin: 0 0 5px 0;
	line-height: 1.2;
}

#page-body .main-col .content-footer .related-content .related-content-item a img {
	max-width: 150px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#page-body .main-col .content-footer .related-content .related-content-item a img.attachment-80x80 {
	width: 80px;
	height: 80px;
}

#page-body .main-col .content-footer .related-content .related-content-item a .related-content-item-body {
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
	line-height: 1.4;
}

#page-body .main-col .content-body {
	padding: 20px 40px 40px;
	border: 1px solid #ddd;
	border-top: 5px solid #f2ede7;
	background: #f8f8f8;
	*zoom: 1;
}

#page-body .main-col .content-body:before,
#page-body .main-col .content-body:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .main-col .content-body:after {
	clear: both;
}

#page-body .main-col .content-body.loop {
	padding: 0;
	background: #f6f6f6;
}

#page-body .main-col .content-body.loop .loop-item {
	border-bottom: 1px solid #ddd;
}

#page-body .main-col .content-body.loop .loop-item > a {
	display: block;
	padding: 20px 20px;
	color: #333;
	*zoom: 1;
}

#page-body .main-col .content-body.loop .loop-item > a:before,
#page-body .main-col .content-body.loop .loop-item > a:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .main-col .content-body.loop .loop-item > a:after {
	clear: both;
}

#page-body .main-col .content-body.loop .loop-item > a:hover {
	background: #fff;
}

#page-body .main-col .content-body.loop .loop-item > a:hover h3 {
	text-decoration: underline;
}

#page-body .main-col .content-body.loop .loop-item.schedule-item {
	padding: 20px;
}

#page-body .main-col .content-body.loop .loop-item.schedule-item .loop-item-body .loop-item-content {
	float: left;
}

#page-body .main-col .content-body.loop .loop-item.schedule-item .loop-item-body .loop-item-thumbnail {
	float: right;
}

#page-body .main-col .content-body.loop .loop-item.search-item > a {
	padding: 20px;
}

#page-body .main-col .content-body.loop .loop-item.search-item .loop-item-body .loop-item-thumbnail {
	width: 120px;
}

#page-body .main-col .content-body.loop .loop-item.search-item .loop-item-body .loop-item-thumbnail img {
	width: 120px;
}

#page-body .main-col .content-body.loop .loop-item.search-item .loop-item-body .loop-item-content {
	width: 930px;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-none {
	padding: 20px;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body {
	*zoom: 1;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body:before,
#page-body .main-col .content-body.loop .loop-item .loop-item-body:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body:after {
	clear: both;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body .loop-item-thumbnail {
	width: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body .loop-item-thumbnail img {
	width: 200px;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body .loop-item-thumbnail .img-holder {
	max-height: 150px;
	overflow: hidden;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body .loop-item-thumbnail .category {
	border-top: 4px solid transparent;
	color: #fff;
	display: block;
	background: url(./images/bg-trans-bk70.png);
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	bottom: 0;
	width: 100%;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body .loop-item-thumbnail .btn {
	width: 100%;
	margin: 10px 0;
	box-sizing: border-box;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body .loop-item-content {
	width: 570px;
	float: right;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-body .loop-item-content h3.post-title {
	margin-top: 0;
	line-height: 1.2;
	font-size: 20px;
}

#page-body .main-col .content-body.loop .loop-item .loop-item-footer {
	text-align: right;
	margin-top: 10px;
	padding: 5px 0;
	border-top: 1px dashed #ccc;
}

#page-body .main-col .content-body h3.heading {
	display: block;
	border-bottom: 3px solid #efeae4;
}

#page-body .main-col .content-body h3.heading span {
	display: block;
	background: url(./images/bg-page-body-heading3.png) repeat-y left top transparent;
	border: 1px solid #ddd;
	padding: 7px 20px 7px 13px;
	color: #666;
	font-size: 18px;
	line-height: 1.4em;
}

#page-body .main-col .navigation {
	border: 1px solid #ddd;
	border-top: 5px solid #f2ede7;
	width: 100%;
	background: url(./images/bg-nav-gray.gif) repeat-y center center #f8f8f8;
	box-sizing: border-box;
	*zoom: 1;
}

#page-body .main-col .navigation:before,
#page-body .main-col .navigation:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .main-col .navigation:after {
	clear: both;
}

#page-body .main-col .navigation .nav-left,
#page-body .main-col .navigation .nav-right {
	float: left;
	min-height: 1px;
	width: 50%;
}

#page-body .main-col .navigation .nav-left a,
#page-body .main-col .navigation .nav-right a {
	display: block;
	padding: 1.2em 1em;
	border: none;
}

#page-body .main-col .navigation .nav-left a:hover,
#page-body .main-col .navigation .nav-right a:hover {
	background: #fff;
}

#page-body .main-col .navigation .nav-right {
	text-align: right;
}

#page-body .main-col .pagination {
	text-align: center;
}
hr.no-float {
	clear: both;
	margin: 0 !important;
	border: 0 !important;
}
.as-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2a4a85;
	background-image: -moz-linear-gradient(top, #2a5685, #2a3885);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a5685), to(#2a3885));
	background-image: -webkit-linear-gradient(top, #2a5685, #2a3885);
	background-image: -o-linear-gradient(top, #2a5685, #2a3885);
	background-image: linear-gradient(to bottom, #2a5685, #2a3885);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a5685', endColorstr='#ff2a3885', GradientType=0);
	border-color: #2a3885 #2a3885 #181f4b;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2a3885;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.as-btn:hover,
.as-btn:focus {
	color: #ffffff;
	background-color: #2a3885;
	*background-color: #243072;
}

#page-body .content-body {
	line-height: 1.6;
	/* Make sure embeds and iframes fit their containers */

	/* Alignment */

}

#page-body .content-body .no-float {
	clear: both;
}

#page-body .content-body hr {
	margin: 22px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ffffff;
}

#page-body .content-body .info-message {
	min-height: 20px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #f2ede7;
	border: 1px solid #e9e1d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	*zoom: 1;
}

#page-body .content-body .info-message:before,
#page-body .content-body .info-message:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .content-body .info-message:after {
	clear: both;
}

#page-body .content-body .info-message p {
	margin: 0;
}

#page-body .content-body .info-message ul {
	margin: 10px 0 10px 20px;
}

#page-body .content-body .notes {
	margin-bottom: 40px;
}

#page-body .content-body .feature-message {
	min-height: 20px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #ffffcc;
	border: 1px solid #ffffb3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	*zoom: 1;
}

#page-body .content-body .feature-message:before,
#page-body .content-body .feature-message:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body .content-body .feature-message:after {
	clear: both;
}

#page-body .content-body .feature-message p {
	margin: 0;
}

#page-body .content-body img.size-full,
#page-body .content-body img.size-large,
#page-body .content-body .wp-post-image,
#page-body .content-body .post-thumbnail img {
	height: auto;
	max-width: 100%;
}

#page-body .content-body embed,
#page-body .content-body iframe,
#page-body .content-body object,
#page-body .content-body video {
	margin-bottom: 24px;
	max-width: 100%;
}

#page-body .content-body p > embed,
#page-body .content-body p > iframe,
#page-body .content-body p > object,
#page-body .content-body span > embed,
#page-body .content-body span > iframe,
#page-body .content-body span > object {
	margin-bottom: 0;
}

#page-body .content-body .alignleft {
	float: left;
}

#page-body .content-body .alignright {
	float: right;
}

#page-body .content-body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#page-body .content-body blockquote.alignleft,
#page-body .content-body figure.wp-caption.alignleft,
#page-body .content-body img.alignleft,
#page-body .content-body .floatmovie.alignleft {
	margin: 7px 24px 7px 0;
}

#page-body .content-body .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

#page-body .content-body blockquote.alignright,
#page-body .content-body figure.wp-caption.alignright,
#page-body .content-body img.alignright,
#page-body .content-body .floatmovie.alignright {
	margin: 7px 0 7px 24px;
}

#page-body .content-body .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

#page-body .content-body blockquote.aligncenter,
#page-body .content-body img.aligncenter,
#page-body .content-body .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

#page-body .content-body .site-content blockquote.alignleft,
#page-body .content-body .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

#page-body .content-body .site-content blockquote.alignleft p,
#page-body .content-body .site-content blockquote.alignright p {
	margin-bottom: 17px;
}

#page-body .content-body .wp-caption {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	color: #767676;
	border: 0;
	background-color: transparent;
}

#page-body .content-body .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

#page-body .content-body .wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
	margin: 9px 0;
}

#page-body .content-body div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

#page-body .content-body div.wp-caption.alignright img[class*="wp-image-"],
#page-body .content-body div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

#page-body .content-body .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

#page-body .content-body h3.p-heading {
	display: block;
	background: url(./images/bg-page-body-heading3.png) repeat-y left top transparent;
	border: 1px solid #ddd;
	padding: 7px 20px 7px 13px;
	color: #666;
	font-size: 18px;
	line-height: 1.4em;
}

#page-body .content-body h4.p-heading {
	display: block;
	border-bottom: 2px solid #ddd;
	padding: 7px 0 5px;
	color: #444;
	font-size: 16px;
	line-height: 1.4em;
}

#page-body .content-body.normal {
	border-top: 1px solid #ddd;
}

#page-body .content-body.feature {
	border: 5px solid #e9e1d6;
	border-top: 0;
}

#page-body .content-body.pickup {
	border: 5px solid #e9e1d6;
	border-top: 0;
}

#page-body .feature-heading,
#page-body .pickup-heading {
	margin: 20px 0 0;
	padding: 0 10px;
	font-size: 18px;
	color: #4a4a4a;
}

#page-body .feature-heading {
	background: #e9e1d6;
}

#page-body .pickup-heading {
	background: #e9e1d6;
}

#page-body .content-body div.wpcf7-mail-sent-ok,
#page-body .content-body div.wpcf7-mail-sent-ng,
#page-body .content-body div.wpcf7-spam-blocked,
#page-body .content-body div.wpcf7-validation-errors,
#page-body .content-body div.wpcf7-info {
	padding: 8px 35px 8px 14px;
	margin-bottom: 22px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 2em 0 1em;
}

#page-body .content-body div.wpcf7-info {
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	color: #c09853;
}

#page-body .content-body div.wpcf7-mail-sent-ok {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

#page-body .content-body div.wpcf7-mail-sent-ng {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

#page-body .content-body div.wpcf7-spam-blocked {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

#page-body .content-body div.wpcf7-validation-errors {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

#page-body.gallery-page .gallery {
	*zoom: 1;
	list-style: none;
	margin: 0;
}

#page-body.gallery-page .gallery:before,
#page-body.gallery-page .gallery:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body.gallery-page .gallery:after {
	clear: both;
}

#page-body.gallery-page .gallery li {
	float: left;
	display: block;
	width: 150px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-size: 85%;
}

#page-body.gallery-page .gallery li a {
	display: block;
}

#page-body.gallery-page .gallery li a.pressimage {
	width: 130px;
	height: 130px;
	overflow: hidden;
}

#page-body.gallery-page .gallery li a img {
	max-width: 100%;
}

#page-body.gallery-page .gallery li span {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#page-body.link-page .linkcategory-column-wrapper {
	text-align: left;
}

#page-body.link-page .linkcategory-column-wrapper a,
#page-body.link-page .linkcategory-column-wrapper span {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}

#page-body.link-page .linkcategory-column-wrapper a img,
#page-body.link-page .linkcategory-column-wrapper span img {
	max-width: 100%;
}

#page-body.link-page .linkcategory-column-wrapper .linkcategory-column-1 {
	box-sizing: border-box;
	width: 450px;
	font-size: 120%;
}

#page-body.link-page .linkcategory-column-wrapper .linkcategory-column-2 {
	box-sizing: border-box;
	width: 340px;
	padding: 20px;
	font-size: 110%;
}

#page-body.link-page .linkcategory-column-wrapper .linkcategory-column-3 {
	box-sizing: border-box;
	width: 230px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
}

#page-body.link-page .linkcategory-column-wrapper .linkcategory-column-4 {
	box-sizing: border-box;
	width: 170px;
	padding: 10px;
	font-size: 13px;
	line-height: 1.2;
}

#page-body.link-page .linkcategory-column-wrapper .linkcategory-column-5 {
	box-sizing: border-box;
	width: 140px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
}

#page-body.link-page .linkcategory-column-nav {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 15px;
}

#page-body.contact-page .main-col,
#page-body.joinus-page .main-col {
	position: relative;
}

#page-body.contact-page .main-col .content-body,
#page-body.joinus-page .main-col .content-body {
	padding: 50px 100px 40px;
}

#page-body.contact-page .main-col .content-body .wpcf7 input,
#page-body.joinus-page .main-col .content-body .wpcf7 input,
#page-body.contact-page .main-col .content-body .wpcf7 textarea,
#page-body.joinus-page .main-col .content-body .wpcf7 textarea,
#page-body.contact-page .main-col .content-body .wpcf7 select,
#page-body.joinus-page .main-col .content-body .wpcf7 select,
#page-body.contact-page .main-col .content-body .wpcf7 .help-inline,
#page-body.joinus-page .main-col .content-body .wpcf7 .help-inline,
#page-body.contact-page .main-col .content-body .wpcf7 .uneditable-input,
#page-body.joinus-page .main-col .content-body .wpcf7 .uneditable-input,
#page-body.contact-page .main-col .content-body .wpcf7 .input-prepend,
#page-body.joinus-page .main-col .content-body .wpcf7 .input-prepend,
#page-body.contact-page .main-col .content-body .wpcf7 .input-append,
#page-body.joinus-page .main-col .content-body .wpcf7 .input-append {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}

#page-body.contact-page .main-col .content-body .wpcf7 .hide,
#page-body.joinus-page .main-col .content-body .wpcf7 .hide {
	display: none;
}

#page-body.contact-page .main-col .content-body .wpcf7 .control-group,
#page-body.joinus-page .main-col .content-body .wpcf7 .control-group {
	margin-bottom: 22px;
	*zoom: 1;
}

#page-body.contact-page .main-col .content-body .wpcf7 .control-group:before,
#page-body.joinus-page .main-col .content-body .wpcf7 .control-group:before,
#page-body.contact-page .main-col .content-body .wpcf7 .control-group:after,
#page-body.joinus-page .main-col .content-body .wpcf7 .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body.contact-page .main-col .content-body .wpcf7 .control-group:after,
#page-body.joinus-page .main-col .content-body .wpcf7 .control-group:after {
	clear: both;
}

#page-body.contact-page .main-col .content-body .wpcf7 .control-label,
#page-body.joinus-page .main-col .content-body .wpcf7 .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}

#page-body.contact-page .main-col .content-body .wpcf7 .controls,
#page-body.joinus-page .main-col .content-body .wpcf7 .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}

#page-body.contact-page .main-col .content-body .wpcf7 .controls .captcha,
#page-body.joinus-page .main-col .content-body .wpcf7 .controls .captcha {
	margin: 20px 0;
}

#page-body.contact-page .main-col .content-body .wpcf7 .controls .captcha img,
#page-body.joinus-page .main-col .content-body .wpcf7 .controls .captcha img {
	margin-bottom: 10px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .controls:first-child,
#page-body.joinus-page .main-col .content-body .wpcf7 .controls:first-child {
	*padding-left: 180px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .help-block,
#page-body.joinus-page .main-col .content-body .wpcf7 .help-block {
	margin-bottom: 0;
}

#page-body.contact-page .main-col .content-body .wpcf7 input + .help-block,
#page-body.joinus-page .main-col .content-body .wpcf7 input + .help-block,
#page-body.contact-page .main-col .content-body .wpcf7 select + .help-block,
#page-body.joinus-page .main-col .content-body .wpcf7 select + .help-block,
#page-body.contact-page .main-col .content-body .wpcf7 textarea + .help-block,
#page-body.joinus-page .main-col .content-body .wpcf7 textarea + .help-block,
#page-body.contact-page .main-col .content-body .wpcf7 .uneditable-input + .help-block,
#page-body.joinus-page .main-col .content-body .wpcf7 .uneditable-input + .help-block,
#page-body.contact-page .main-col .content-body .wpcf7 .input-prepend + .help-block,
#page-body.joinus-page .main-col .content-body .wpcf7 .input-prepend + .help-block,
#page-body.contact-page .main-col .content-body .wpcf7 .input-append + .help-block,
#page-body.joinus-page .main-col .content-body .wpcf7 .input-append + .help-block {
	margin-top: 11px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .form-actions,
#page-body.joinus-page .main-col .content-body .wpcf7 .form-actions {
	padding-left: 180px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .control-label,
#page-body.joinus-page .main-col .content-body .wpcf7 .control-label {
	width: 200px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .controls,
#page-body.joinus-page .main-col .content-body .wpcf7 .controls {
	margin-left: 220px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .controls small,
#page-body.joinus-page .main-col .content-body .wpcf7 .controls small {
	display: block;
}

#page-body.contact-page .main-col .content-body .wpcf7 small.terms,
#page-body.joinus-page .main-col .content-body .wpcf7 small.terms {
	margin-left: 220px;
	display: block;
}

#page-body.contact-page .main-col .content-body .wpcf7 select.desired-shift,
#page-body.joinus-page .main-col .content-body .wpcf7 select.desired-shift,
#page-body.contact-page .main-col .content-body .wpcf7 select.auto-width,
#page-body.joinus-page .main-col .content-body .wpcf7 select.auto-width {
	width: auto;
}

#page-body.contact-page .main-col .content-body .wpcf7 .join-member label,
#page-body.joinus-page .main-col .content-body .wpcf7 .join-member label,
#page-body.contact-page .main-col .content-body .wpcf7 .inline-input label,
#page-body.joinus-page .main-col .content-body .wpcf7 .inline-input label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .join-member label input,
#page-body.joinus-page .main-col .content-body .wpcf7 .join-member label input,
#page-body.contact-page .main-col .content-body .wpcf7 .inline-input label input,
#page-body.joinus-page .main-col .content-body .wpcf7 .inline-input label input {
	vertical-align: middle;
	margin: 0;
}

#page-body.contact-page .main-col .content-body .wpcf7 textarea.remarks,
#page-body.joinus-page .main-col .content-body .wpcf7 textarea.remarks {
	width: 500px;
}

#page-body.contact-page .main-col .content-body .wpcf7 input[type=text],
#page-body.joinus-page .main-col .content-body .wpcf7 input[type=text],
#page-body.contact-page .main-col .content-body .wpcf7 input[type=email],
#page-body.joinus-page .main-col .content-body .wpcf7 input[type=email],
#page-body.contact-page .main-col .content-body .wpcf7 textarea,
#page-body.joinus-page .main-col .content-body .wpcf7 textarea {
	width: 350px;
}

#page-body.contact-page .main-col .content-body .wpcf7 .need,
#page-body.joinus-page .main-col .content-body .wpcf7 .need {
	color: red;
}

#page-body.contact-page .main-col .content-body .wpcf7 .inline label,
#page-body.joinus-page .main-col .content-body .wpcf7 .inline label {
	display: inline-block;
}

#page-body.contact-page .main-col .content-body .wpcf7 .inline label input,
#page-body.joinus-page .main-col .content-body .wpcf7 .inline label input,
#page-body.contact-page .main-col .content-body .wpcf7 .inline label span,
#page-body.joinus-page .main-col .content-body .wpcf7 .inline label span {
	vertical-align: top;
}

#page-body .container.withtabs .join-tabs,
#page-body.joinus-page .join-tabs {
	margin: 0;
	bottom: -1px;
	position: relative;
	z-index: 10;
}

#page-body .container.withtabs .join-tabs > li,
#page-body.joinus-page .join-tabs > li {
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: 0;
	vertical-align: bottom;
	background: #dfdfdf;
	margin-right: 5px;
}

#page-body .container.withtabs .join-tabs > li > a,
#page-body .container.withtabs .join-tabs > li > span,
#page-body.joinus-page .join-tabs > li > a,
#page-body.joinus-page .join-tabs > li > span {
	display: inline-block;
	padding: 10px 20px;
	max-width: 250px;
}

#page-body .container.withtabs .join-tabs > li > a > span,
#page-body .container.withtabs .join-tabs > li > span > span,
#page-body.joinus-page .join-tabs > li > a > span,
#page-body.joinus-page .join-tabs > li > span > span {
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#page-body .container.withtabs .join-tabs > li.active,
#page-body.joinus-page .join-tabs > li.active {
	background: #f8f8f8;
}

#page-body.joinus-page .main-col {
	position: relative;
}

#page-body.joinus-page .main-col .content-body {
	padding: 50px 100px 40px;
}

#page-body.press-page .content-body ul {
	list-style: none;
	margin-bottom: 40px;
}

#page-body.press-page .content-body ul li {
	clear: both;
	margin-bottom: 10px;
}

#page-body.press-page .content-body ul li .press-title-meta {
	float: left;
	*zoom: 1;
	margin-right: 10px;
	width: 170px;
}

#page-body.press-page .content-body ul li .press-title-meta:before,
#page-body.press-page .content-body ul li .press-title-meta:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body.press-page .content-body ul li .press-title-meta:after {
	clear: both;
}

#page-body.press-page .content-body ul li .press-title {
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
	line-height: 18px;
}

#page-body.press-page .content-body .linktype {
	float: right;
	width: 60px;
	height: 16px;
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
	color: #fff;
	font-size: 11px;
	background: #999;
	padding: 0;
	border-radius: 3px;
	line-height: 16px;
	margin-right: 5px;
}

#page-body.press-page .content-body .linktype.article {
	background-color: #428bca;
}

#page-body.press-page .content-body .linktype.file {
	background-color: #d9534f;
}

#page-body.group-page .main-col .content-body.group-archive {
	padding: 20px 10px 40px;
}

#page-body.group-page .main-col .content-body.group-archive h4.heading {
	display: block;
	background: url(./images/bg-page-body-heading4.png) repeat-y left top transparent;
	border: 1px solid #ddd;
	padding: 5px 20px 5px 13px;
	color: #666;
	font-size: 14px;
}

#page-body.group-page h5 {
	font-size: 14px;
	margin: 10px 0 5px;
}

#page-body.group-page .gold-award,
#page-body.group-page .silver-award,
#page-body.group-page .normal-award {
	font-weight: bold;
	padding: 0 5px;
	font-size: 14px;
}

#page-body.group-page .gold-award {
	color: #996600;
}

#page-body.group-page .silver-award {
	color: #003333;
}

#page-body.group-page .normal-award {
	color: #666;
	font-weight: normal;
}

#page-body.group-page .total-count {
	background: #ddd;
	text-align: right;
	padding: 2px 10px;
	font-weight: bold;
}

#page-body.group-page .group-wrapper .group-item ul,
#page-body.group-page .group-wrapper-2column .group-item ul {
	margin: 0 0 0 10px;
	list-style: none;
}

#page-body.group-page .group-wrapper .group-item ul li,
#page-body.group-page .group-wrapper-2column .group-item ul li {
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 7px;
}

#page-body.group-page .group-wrapper .group-item ul li .genre,
#page-body.group-page .group-wrapper-2column .group-item ul li .genre {
	color: #666;
}

#page-body.group-page .group-wrapper .group-item {
	width: 260px;
}

#page-body.group-page .group-wrapper-2column .group-item {
	width: 390px;
}

#page-body.group-page .page-meta h2 {
	margin: 10px 0;
}

#page-body.group-page .page-meta a.group-url {
	font-size: 12px;
}

#page-body.group-page .group-thumbnail {
	position: relative;
	text-align: center;
}

#page-body.group-page .group-thumbnail img {
	max-width: 100%;
	height: auto;
}

#page-body.group-page .group-area {
	background: #4a4a4a;
	color: #fff;
	margin: 2px 0;
	padding: 2px 5px;
}

#page-body.group-page .group-eventdate {
	font-size: 12px;
	margin-bottom: 10px;
}

#page-body.group-page .group-eventdate a {
	margin-right: 5px;
}

#page-body.group-page .group-eventdate small {
	display: block;
	text-align: right;
}

#page-body.group-page .nav-pills li {
	font-size: 12px;
}

#page-body.group-page .nav-pills li a {
	width: 133px;
	text-align: center;
	background-color: #ddd;
	box-sizing: border-box;
	padding: 8px 0;
	margin-right: 5px;
}

#page-body.group-page .nav-pills li.active a {
	background-color: #2a5685;
}

#page-body.faq-page .content-body .accordion-group .heading {
	cursor: pointer;
	font-size: 16px;
	border-bottom: 5px solid #efeae4;
	position: relative;
}

#page-body.faq-page .content-body .accordion-group .heading span {
	border-color: #cccccc;
	padding: 15px 20px 15px 13px;
	background: url(./images/qa_q.png) 10px center no-repeat;
	padding-left: 50px;
}

#page-body.faq-page .content-body .accordion-group .heading.close:before {
	background-image: url(./images/qa_close.png);
}

#page-body.faq-page .content-body .accordion-group .heading:before {
	border: 0;
	display: block;
	bottom: -5px;
	right: 0;
	content: '';
	background: url(./images/qa_open.png) -645px 0px no-repeat;
	width: 100px;
	height: 28px;
	position: absolute;
	z-index: 11;
}

#page-body.faq-page .content-body .faq-answer .answer-content {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 20px 10px 50px;
	background: url(./images/qa_a.png) 11px 10px no-repeat;
}

#page-body.event-page .event-map-area {
	height: 400px;
}

#page-body.event-page .event-map-area img {
	max-width: none;
}

#page-body.event-page .event-info-title {
	font-size: 20px;
	position: relative;
	*zoom: 1;
}

#page-body.event-page .event-info-title:before,
#page-body.event-page .event-info-title:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body.event-page .event-info-title:after {
	clear: both;
}

#page-body.event-page .event-info-title a.all-day-link {
	float: right;
	margin-right: -10px;
	white-space: nowrap;
}

#page-body.event-page .event-days-calendar .event-day-column {
	border: 1px solid #ddd;
}

#page-body.event-page .event-days-calendar .event-day-column h4 {
	text-align: center;
	background: #efeae4;
	padding: 5px 0;
	font-size: 16px;
	margin: 0;
}

#page-body.event-page .event-days-calendar .event-day-column .schedule-item {
	border-bottom: 1px dashed #ddd;
	padding: 5px;
	box-sizing: border-box;
}

#page-body.event-page .event-days-calendar .event-day-column .schedule-item:last-child {
	border-bottom: 0;
}

#page-body.event-page .event-days-calendar .event-day-column .schedule-item h5 {
	line-height: 1.2;
	margin: 0;
	font-size: 14px;
}

#page-body.schedule-page .schedule-header h3 {
	margin: 0 0 5px;
}

#page-body.schedule-page table.schedule-meta {
	font-size: 12px;
	border: 1px solid #ccc;
}

#page-body.schedule-page table.schedule-meta th,
#page-body.schedule-page table.schedule-meta td {
	padding: 2px 8px;
	word-break: break-word;
}

#page-body.schedule-page table.schedule-meta th {
	background: #f2ede7;
}

#page-body.schedule-page table.schedule-meta th.time {
	white-space: nowrap;
}

#page-body.schedule-page table.schedule-meta th.time span {
	display: inline-block;
	width: 100px;
}

#page-body.schedule-page .schedule-content {
	margin: 10px 0;
}

#page-body.schedule-page .place {
	color: #666;
	margin: 5px 0;
	font-size: 14px;
}

#page-body.schedule-page table.sub-schedule {
	font-size: 12px;
}

#page-body.schedule-page table.sub-schedule th.time span {
	display: inline-block;
	width: 100px;
}

#page-body.schedule-single-page .main-col .content-body.post-content.map-area {
	border-top: 0;
}

#page-body.schedule-single-page .main-col .content-body.post-content.map-area img {
	max-width: none;
}

#page-body.schedule-single-page .main-col .content-body.post-content table.sub-schedule {
	font-size: 14px;
	margin-bottom: 0;
}

#page-body.schedule-single-page .main-col .content-body.post-content table.sub-schedule th.time span {
	display: inline-block;
	width: 150px;
}

#page-body.report-single-page h3.related-heading {
	background: #ffc425;
	color: #fff;
	margin: 20px 0 0;
	padding: 0 10px;
	font-size: 18px;
}

#page-body.report-single-page .content-body {
	border-top: 1px solid #ddd;
}

#page-body.report-single-page .content-body.related {
	border: 5px solid #ffc425;
	border-top: 0;
	padding: 10px;
}

#page-body.report-single-page .content-body.related ul {
	list-style: none;
	margin: 0;
}

#page-body.report-single-page .content-body.related ul li {
	display: block;
	margin-bottom: 5px;
}

#page-body.report-single-page .content-body.related ul li a {
	display: block;
	*zoom: 1;
}

#page-body.report-single-page .content-body.related ul li a:before,
#page-body.report-single-page .content-body.related ul li a:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body.report-single-page .content-body.related ul li a:after {
	clear: both;
}

#page-body.report-single-page .content-body.related ul li a .related-meta {
	display: block;
	float: left;
	margin-right: 10px;
}

#page-body.report-single-page .content-body.related ul li a .related-meta small {
	font-size: 12px;
	background: #eee;
	color: #666;
	border-radius: 3px;
	padding: 1px 2px;
}

#page-body.report-single-page .content-body.related ul li a .title {
	display: block;
	overflow: hidden;
}

#page-body.report-page .navigation {
	background: transparent;
	border: 0;
	margin: 10px 0;
	*zoom: 1;
}

#page-body.report-page .navigation:before,
#page-body.report-page .navigation:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body.report-page .navigation:after {
	clear: both;
}

#page-body.report-page .navigation .nav-left-btn {
	float: left;
	width: 49%;
}

#page-body.report-page .navigation .nav-right-btn {
	float: right;
	width: 49%;
}

#page-body.report-page .navigation .nav-left-btn a,
#page-body.report-page .navigation .nav-right-btn a,
#page-body.report-page .navigation .nav-left-btn button,
#page-body.report-page .navigation .nav-right-btn button {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

#page-body.report-page .navigation .nav-left {
	float: left;
}

#page-body.report-page .navigation .nav-right {
	float: right;
}
/* carousel
-----------------------------------------*/
.mod_mainslide {
	height: 560px;
	overflow: hidden;
	position: relative;
}
.mod_mainslide_wrap {
	position: absolute;
	width: 3000px;
	min-width: 3000px;
	left: 50%;
	margin-left: -1500px;
}
.mod_mainslide_wrap .caroufredsel_wrapper {
	background: #000;
}

#carousel {
	margin: 0;
}

#carousel li {
	float: left;
	width: 1000px;
	list-style: none;
	position: relative;
}

#carousel li img {
	width: 1000px;
	height: 560px;
}

#carousel li div.caption {
	display: none;
}

#carousel li.selected div.caption {
	display: block;
	position: absolute;
	padding: 10px;
	max-width: 500px;
	bottom: 30px;
	left: 30px;
	background: #fc8800;
	color: #fff;
}

#pager {
	position: absolute;
	z-index: 999;
	top: 320px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#pager a {
	display: inline-block;
	margin: 0;
	width: 13px;
	height: 13px;
	background: url('../img/bg_sprite.png') no-repeat -200px 0px;
}

#pager a.selected {
	background-position: -200px -13px;
}

#pager a span {
	display: none;
}

#slide_prev span,
#slide_next span {
	display: none;
}

#slide_prev,
#slide_next {
	display: block;
	width: 1000px;
	height: 560px;
	position: absolute;
	top: 0px;
}

#slide_prev {
	left: 0px;
	background: url(./images/bg-carbon.png);
}

#slide_next {
	left: 2000px;
	background: url(./images/bg-carbon.png);
}

#slide_prev img {
	top: 50%;
	position: absolute;
	margin-top: -25px;
	right: 10px;
	opacity: 0.9;
}

#slide_next img {
	top: 50%;
	position: absolute;
	margin-top: -25px;
	left: 10px;
	opacity: 0.9;
}

#slide_prev img:hover,
#slide_next img:hover {
	opacity: 1;
}

#pickup-pager {
	position: relative;
	background: #efefef;
	height: 80px;
	border-top: 1px solid #999;
}

#pickup-pager ul {
	*zoom: 1;
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#pickup-pager ul:before,
#pickup-pager ul:after {
	display: table;
	content: "";
	line-height: 0;
}

#pickup-pager ul:after {
	clear: both;
}

#pickup-pager ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #fff;
	border-right: #ddd 1px solid;
	width: 200px;
	height: 80px;
	background: #eee;
	border-top: #ccc 5px solid;
	box-sizing: border-box;
}

#pickup-pager ul li:hover {
	background: #e3e3e3;
}

#pickup-pager ul li.slide-nav-6 {
	width: 166px;
	font-size: 85%;
}

#pickup-pager ul li.slide-nav-7 {
	width: 143px;
	font-size: 85%;
}

#pickup-pager ul li.slide-nav-8 {
	width: 125px;
	font-size: 85%;
}

#pickup-pager ul li.selected {
	background: #dfdfdf;
	border-top-color: #fc8800;
	position: relative;
}

#pickup-pager ul li.selected:before {
	bottom: 80px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(252, 136, 0, 0);
	border-bottom-color: #999;
	border-width: 23px;
	margin-left: -23px;
}

#pickup-pager ul li.selected:after {
	bottom: 80px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(252, 136, 0, 0);
	border-bottom-color: #fc8800;
	border-width: 22px;
	margin-left: -22px;
	z-index: 1000;
}

#pickup-pager ul li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	color: #666;
	font-weight: bold;
}

#pickup-pager ul li a:hover {
	text-decoration: none;
}

#page-body.app-page {
	font-size: 14px;
}

#page-body.app-page .app-middle {
	margin-bottom: 20px;
}

#page-body.app-page .span12 .app-content-point,
#page-body.app-page .span12 .app-content-voice {
	width: 49.10714285714286%;
	float: left;
	margin-left: 1.7857142857142856%;
}

#page-body.app-page .span12 .app-content-point:first-child,
#page-body.app-page .span12 .app-content-voice:first-child {
	margin-left: 0;
}

#page-body.app-page .app-content-point,
#page-body.app-page .app-content-voice {
	box-sizing: border-box;
	font-size: 14px;
}

#page-body.app-page .app-content-point h3,
#page-body.app-page .app-content-voice h3 {
	font-size: 16px;
	line-height: 1.2;
}

#page-body.app-page .app-content-point a,
#page-body.app-page .app-content-voice a {
	word-break: break-all;
}

#page-body.app-page .app-content-point h3 {
	border-bottom: 5px solid #663333;
	color: #663333;
}

#page-body.app-page .app-content-point h3 small {
	color: #884444;
	font-size: 80%;
	display: block;
}

#page-body.app-page .app-content-point img.point-image {
	float: left;
	margin: 0 10px 10px 0;
}

#page-body.app-page .app-content-voice {
	background: url(./images/logo-app-voice.png) top left no-repeat #ffcccc;
	padding: 30px 12px 10px;
	margin-bottom: 20px;
	font-size: 13px;
}

#page-body.app-page .app-content-voice h3 {
	color: #CC0000;
}

#page-body.app-page .app-content-voice img.voice-image {
	float: left;
	margin: 0 10px 10px 0;
}

#page-body.app-page .app-content-voice .voice-text {
	color: #333;
}

#page-body.app-page .app-topic {
	font-size: 14px;
	position: relative;
}

#page-body.app-page .app-topic .topic-text {
	border-radius: 5px;
	padding: 30px 20px 10px;
	*zoom: 1;
}

#page-body.app-page .app-topic .topic-text:before,
#page-body.app-page .app-topic .topic-text:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-body.app-page .app-topic .topic-text:after {
	clear: both;
}

#page-body.app-page .app-topic .topic-text p {
	margin: 0;
}

#page-body.app-page .app-topic.type-success {
	background: url(./images/logo-app-success.png) no-repeat top left #edfcb4;
	padding: 50px 20px 10px;
}

#page-body.app-page .app-topic.type-success h3 {
	line-height: 1.2;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	color: #CC0000;
	padding: 10px 0 10px;
}

#page-body.app-page .app-topic.type-success .topic-text {
	padding: 0;
}

#page-body.app-page .app-topic.type-pickup {
	color: #333;
}

#page-body.app-page .app-topic.type-pickup h3 {
	position: relative;
	bottom: -20px;
	left: 0;
	margin: 0 10px 0 0;
	font-size: 18px;
	color: #fff;
	background: #ff6699;
	display: inline-block;
	line-height: 1.2;
	padding: 10px;
}

#page-body.app-page .app-topic.type-pickup .topic-text {
	background: #ffd9e5;
}

#page-body.app-page .app-topic.type-topic {
	color: #333;
}

#page-body.app-page .app-topic.type-topic h3 {
	position: relative;
	bottom: -20px;
	left: 0;
	margin: 0 10px 0 0;
	font-size: 18px;
	color: #fff;
	background: #339966;
	display: inline-block;
	line-height: 1.2;
	padding: 10px;
}

#page-body.app-page .app-topic.type-topic .topic-text {
	background: #b2e5b2;
}
.link-page-top {
	background: #999;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
}
.link-page-top:hover {
	color: #fff;
	text-decoration: none;
}

#footer-link {
	background: #ccc;
}

#footer {
	background: url(./images/bg-footer.png) #7a7a7a;
	color: #fff;
	padding-bottom: 30px;
}

#footer img {
	margin-top: 30px;
}

#footer h1 {
	font-size: 12px;
	line-height: 1.5;
}

#footer .content-list-footerlink {
	margin: 30px 0 10px;
}

#footer .content-list-footerlink dt {
	margin: 10px 0 0 0;
	padding: 5px 0;
}

#footer .content-list-footerlink dd {
	margin: 0;
	padding: 0;
}

#footer .content-list-footerlink dd a {
	margin: 0 10px;
	font-size: 90%;
	display: block;
}

#footer .content-list-footerlink a {
	color: #fff;
}

#copyright-block {
	background: #ccc;
	min-width: 1200px;
}

#copyright-block #copyright {
	padding: 20px 0;
	background: #ccc;
	text-align: center;
}

#links-box {
	text-align: center;
}

#links-box .footer-link {
	display: inline-block;
	width: 120px;
	line-height: 1.2;
	font-size: 12px;
}

/* form
-------------------------------------------------- */

.table-01 {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	margin: 15px 0 30px;
}

.table-01 thead th,
.table-01 thead td {
	background: #eee;
	text-align: center;
}

.table-01 th {
	padding: 15px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	font-weight: normal;
	vertical-align: top;
}

.table-01 td {
	padding: 15px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: top;
}

.price-table td {
	text-align: right;
	width: 15%;
}

.price-table td select {
	width: 100% !important;
}

.price-table td input {
	width: calc( 100% - 2em ) !important;
	margin-left: .5em;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.total {
	font-size: 24px;
	margin: 30px 0;
}

.total .note {
	font-size: 16px;
}

.total input[name=total] {
	margin-left: 10px;
	font-size: 24px;
}

.sub-total-wrap {
	font-size: 16px;
}

.separator {
	margin: 20px 0;
}

.separator label::after {
	display: block;
	margin: 15px 0 0 20px;
}

.separator .first label::after {
	content: url( //www.honolulufestival.com/wp-content/themes/hono2014/images/separator-01.png );
}

.separator .last label::after {
	content: url( //www.honolulufestival.com/wp-content/themes/hono2014/images/separator-02.png );
}

.note {
	font-size: 13px;
	line-height: 1.4;
}

.req {
	color: #f00;
}

.info {
	border: solid 1px #ddd;
	padding: 15px 20px;
	margin: 30px 0;
	background: #eee;
}

form .wrap {
	margin: 30px 0;
}

form h3 {
	font-size: 16px;
	color: #333;
	margin: 0 0 5px;
}

form strong {
	color: #f00;
	font-weight: normal;
}

form span.wpcf7-list-item{
	margin: 0;
}

input.file {
	display: inline-block;
	margin: 10px 0 !important;
	height: auto;
/* 2022-11-21 */
max-width: none !important;
text-align: left !important;
/* 2022-11-21 */

}

.signature-wrap {
	text-align: center;
	margin: 10px 0;
}

.signature-wrap > div {
	display: inline-block;
	border: solid 1px #ddd;
	padding-bottom: 20px;
}

.signature-wrap label {
	display: inline-block;
	margin: 0 auto;
	padding: 20px;
	vertical-align: middle;
}

.signature input[type=checkbox] {
	margin: 0 10px 0 0;
}

.send-btn {
	text-align: center;
	margin: 30px 0;
}

input[type=file] {
	line-height: 1 !important;
}

input:read-only {
	border: none;
	box-shadow: none;
	cursor: default;
	width: auto;
	max-width: 6em;
	text-align: right;
	color: #000;
}

dl.form {
	display: flex;
	flex-wrap: wrap;
}

dl.form dt {
	width: 220px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: right;
	box-sizing: border-box;
	font-weight: normal;
	line-height: 2;
	margin: 0 0 10px;
}

dl.form dd {
	width: calc( 100% - 220px );
	box-sizing: border-box;
	margin: 0 0 10px;
}

.captcha {
	margin-top: 40px;
}

.captcha img {
	margin-bottom: 10px;
}

.border {
	display: inline-block;
	margin: 20px auto;
	border: solid 1px #ddd;
	padding: 20px;
	background: #fff;
}

.captcha .border {
	margin-top: 0;
}



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

div#page-body div.step-box-wrap {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dotted #ccc;
}

div#page-body div.step-box {
	float: left;
	padding: 0.5em 1em 1em;
	border: 3px solid #fc8800;
	width: 30%;
	margin-right: 2%;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	
	margin-bottom: 40px;
	background: #fff;
}

div#page-body div.step-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translate(-50%);	
	
	border-color: #fc8800 transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0;
    bottom: -40px;   
	
    width: 0;
    height: 0;
}

div#page-body div.step-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	
	transform: translateX(-50%);
	-webkit-transform: translate(-50%);	
	
	width: 20px;
	height: 20px;
	background: #fc8800;
	display: block;
	
	
    bottom: -20px;   
}


div#page-body div.step-box-wrap.last div.step-box {
	margin-bottom: 0;
}

div#page-body div.step-box-wrap.last div.step-box:before,
div#page-body div.step-box-wrap.last div.step-box:after {
	display: none;
}

div#page-body div.step-box div.step-number {
	color: #fc8800;
	font-size: 24px;
	font-weight: bold;
}

div#page-body div.step-box div.step-number span {
	font-size: 18px;
}

div#page-body div.step-box div.step-description {
	font-size: 18px;
	/* font-weight: bold; */
}

div#page-body div.step-box-wrap div.step-contents {
	float: left;
	width: 68%;
}

div#page-body div.step-box-wrap div.attention {
	color: red;
}

/* ------------------------------------------------------- パンフレット */

div.pamphlet-list ul {
	/* reset */
	margin: 0;
	padding: 0;
}

div.pamphlet-list ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	list-style: none;
	margin-bottom: 40px;
}

div.pamphlet-list ul li:nth-child(3n) {			 
	margin-right: 0;
}

div.pamphlet-list ul li div.information {
	text-align: left;
	position: relative;
	padding-left: 0.75em;
}

div.pamphlet-list ul li div.information:before {
	border-top: 4px solid transparent;
  	border-bottom: 4px solid transparent;
  	border-left: 4px solid #fe4123;
	display: block;
	/* width: 15px;
	height: 15px; */
	position: absolute;
	top: 0.45em;
	left: 0;
	content: "";
}
