/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	font-family:"Lucida Grande_jp", "Hiragino Kaku Gothic ProN_jp", "ヒラギノ角ゴ ProN W3_jp", "Meiryo_jp", "メイリオ_jp", "ＭＳ Ｐゴシック_jp", "Gill Sans MT", "微軟正黑體", Arial, Helmet, Freesans, sans-serif,"GillSansLight",Verdana,sans-serif, "微軟正黑體", "Lucida Grande_jp", "Hiragino Kaku Gothic ProN_jp", "ヒラギノ角ゴ ProN W3_jp", "Meiryo_jp", "メイリオ_jp", "ＭＳ Ｐゴシック_jp",Arial, Helmet, Freesans ;
	font-size: 17px;
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not ([controls] ){
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not (:root ){
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(. . "..fonts/glyphicons-halflings-regular.eot");
	src: url(. . "..fonts/glyphicons-halflings-regular.eot?#iefix")
		format("embedded-opentype"),
		url(. . "..fonts/glyphicons-halflings-regular.woff2") format("woff2"),
		url(. . "..fonts/glyphicons-halflings-regular.woff") format("woff"),
		url(. . "..fonts/glyphicons-halflings-regular.ttf") format("truetype"),
		url(. .
		"..fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular"
		) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-menu-right:before {
	content: "\e258"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover, a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small,
	h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small,
	.h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small,
	.h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small,
	.h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small,
	.h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%
}

h1, .h1 {
	font-size: 36px
}

h2, .h2 {
	font-size: 30px
}

h3, .h3 {
	font-size: 24px
}

h4, .h4 {
	font-size: 18px
}

h5, .h5 {
	font-size: 14px
}

h6, .h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media ( min-width : 768px) {
	.lead {
		font-size: 21px
	}
}

small, .small {
	font-size: 85%
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase, .initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover, a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover, a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt, dd {
	line-height: 1.42857
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media ( min-width : 768px) {
	.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
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child
	{
	margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before
	{
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before,
	.blockquote-reverse .small:before, blockquote.pull-right footer:before,
	blockquote.pull-right small:before, blockquote.pull-right .small:before
	{
	content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after,
	.blockquote-reverse .small:after, blockquote.pull-right footer:after,
	blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:before, .container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media ( min-width : 768px) {
	.container {
		width: 750px
	}
}

@media ( min-width : 992px) {
	.container {
		width: 970px
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:before, .row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media ( min-width : 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width : 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width : 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
		.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td,
	.table>tfoot>tr>th, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.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 #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th, .table-condensed>thead>tr>td,
	.table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td,
	.table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td,
	.table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td,
	.table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active,
	.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active,
	.table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th
	{
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover,
	.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active,
	.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td,
	.table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success,
	.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success,
	.table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th
	{
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover,
	.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success,
	.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info, .table>thead>tr>th.info, .table>thead>tr.info>td,
	.table>thead>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info,
	.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tfoot>tr>td.info,
	.table>tfoot>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th
	{
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover,
	.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info,
	.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning, .table>thead>tr>th.warning, .table>thead>tr.warning>td,
	.table>thead>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning,
	.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tfoot>tr>td.warning,
	.table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th
	{
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover,
	.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning,
	.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger, .table>thead>tr>th.danger, .table>thead>tr.danger>td,
	.table>thead>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger,
	.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tfoot>tr>td.danger,
	.table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th
	{
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover,
	.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger,
	.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td,
		.table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td,
		.table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td
		{
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
		.table-responsive>.table-bordered>thead>tr>td:first-child,
		.table-responsive>.table-bordered>tbody>tr>th:first-child,
		.table-responsive>.table-bordered>tbody>tr>td:first-child,
		.table-responsive>.table-bordered>tfoot>tr>th:first-child,
		.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
		.table-responsive>.table-bordered>thead>tr>td:last-child,
		.table-responsive>.table-bordered>tbody>tr>th:last-child,
		.table-responsive>.table-bordered>tbody>tr>td:last-child,
		.table-responsive>.table-bordered>tfoot>tr>th:last-child,
		.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
		.table-responsive>.table-bordered>tbody>tr:last-child>td,
		.table-responsive>.table-bordered>tfoot>tr:last-child>th,
		.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-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-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #eee;
	opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control,
		input[type="month"].form-control {
		line-height: 34px
	}
	input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm,
		.input-group-sm input[type="time"], input[type="datetime-local"].input-sm,
		.input-group-sm input[type="datetime-local"], input[type="month"].input-sm,
		.input-group-sm input[type="month"] {
		line-height: 30px
	}
	input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg,
		.input-group-lg input[type="time"], input[type="datetime-local"].input-lg,
		.input-group-lg input[type="datetime-local"], input[type="month"].input-lg,
		.input-group-lg input[type="month"] {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
	input[type="checkbox"][disabled], input[type="checkbox"].disabled,
	fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
	.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label,
	fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control
	{
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control
	{
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback, .input-group-lg+.form-control-feedback,
	.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback,
	.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio,
	.has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline,
	.has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label,
	.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio,
	.has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline,
	.has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label,
	.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio,
	.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline,
	.has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label,
	.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label ~ .form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media ( min-width : 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,
		.form-inline .input-group .form-control {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio label, .form-inline .checkbox label {
		padding-left: 0
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
		{
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline,
	.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after
	{
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media ( min-width : 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33333px;
		font-size: 18px
	}
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus,
	.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
	color: #fff;
	text-decoration: none
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #fff;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle
	{
	color: #fff;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus,
	.btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
	.open>.btn-default.dropdown-toggle:hover, .open>.btn-default.dropdown-toggle:focus,
	.open>.btn-default.dropdown-toggle.focus {
	color: #fff;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle
	{
	background-image: none
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus,
	.btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active,
	.btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus,
	.btn-default[disabled].focus, .btn-default[disabled]:active,
	.btn-default[disabled].active, fieldset[disabled] .btn-default,
	fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus,
	fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active,
	fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #fff
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus,
	.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
	.open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus,
	.open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle
	{
	background-image: none
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus,
	.btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active,
	.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus,
	.btn-primary[disabled].focus, .btn-primary[disabled]:active,
	.btn-primary[disabled].active, fieldset[disabled] .btn-primary,
	fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,
	fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
	fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus,
	.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
	.open>.btn-info.dropdown-toggle:hover, .open>.btn-info.dropdown-toggle:focus,
	.open>.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus,
	.btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active,
	.btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus,
	.btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
	fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover,
	fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus,
	fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active
	{
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus,
	.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
	.open>.btn-warning.dropdown-toggle:hover, .open>.btn-warning.dropdown-toggle:focus,
	.open>.btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle
	{
	background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus,
	.btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active,
	.btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus,
	.btn-warning[disabled].focus, .btn-warning[disabled]:active,
	.btn-warning[disabled].active, fieldset[disabled] .btn-warning,
	fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus,
	fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active,
	fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle
	{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus,
	.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
	.open>.btn-danger.dropdown-toggle:hover, .open>.btn-danger.dropdown-toggle:focus,
	.open>.btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle
	{
	background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus,
	.btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active,
	.btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus,
	.btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
	fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover,
	fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus,
	fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active
	{
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}

.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover,
	fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block
	{
	width: 100%
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@
-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
	.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
	.visible-md-block, .visible-md-inline, .visible-md-inline-block,
	.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}

@media ( max-width : 767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md, td.visible-md {
		display: table-cell !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media ( max-width : 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media ( min-width : 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !important
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print, td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden
	{
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: -4px;
	bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools
	{
	right: auto;
	left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar
	{
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail
	{
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox 
	~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover ~
	.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
	.mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #70afb0;
	width: 8px
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #467071
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

#nav-top {
	background: #262626;
	position: relative;
	z-index: 6
}

#nav-top.hidden {
	display: none
}

#nav-top hgroup h1 {
	margin: 0;
	height: 100%
}

@media all and (max-width: 767px) {
	#nav-top hgroup h1 {
		text-align: center
	}
}

#nav-top hgroup h1 a {
	display: block;
	width: 100%;
	height: 55px;
	text-indent: -9999px;
	font-size: 0%;
	background: url("img/common/logo.png") left center no-repeat;
	background-size: 151px;
	line-height: 1.7em !important
}

@media all and (max-width: 767px) {
	#nav-top hgroup h1 a {
		background-position: center center
	}
}

@media all and (min-width: 767px) {
	#nav-top ul.nav-menu-outside {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		height: auto
	}
	#nav-top ul.nav-menu-outside>li {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		height: auto;
		position: relative
	}
	#nav-top ul.nav-menu-outside>li>a {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		height: auto;
		color: #fff;
		height: 55px;
		padding: 17px 20px 0 20px;
		font-size: 1em
	}
}

@media all and (min-width: 767px) and (max-width: 1060px) {
	#nav-top ul.nav-menu-outside>li>a {
		padding: 17px 10px 0 10px;
		font-size: 1em
	}
}

@media all and (min-width: 767px) and (max-width: 1200px) {
	#nav-top ul.nav-menu-outside>li>a {
		padding: 17px 10px 0 10px;
		font-size: 1em
	}
}

@media all and (min-width: 767px) and (max-width: 992px) {
	#nav-top ul.nav-menu-outside>li>a {
		padding: 17px 5px 0 5px;
		font-size: 1em
	}
}

@media all and (min-width: 767px) {
	#nav-top ul.nav-menu-outside>li>a:hover, #nav-top ul.nav-menu-outside>li>a.ui-state-active
		{
		color: #fff;
		background: #65478D
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		height: auto;
		position: absolute;
		z-index: 3;
		width: 220px;
		top: 55px;
		margin-left: 0px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
		background: #65478D;
		padding: 30px 0 0 0
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside.wx3 {
		width: 715px;
		margin-left: -322px
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside.wx4 {
		width: 960px;
		margin-left: -380px
	}
}

@media all and (min-width: 767px) and (max-width: 992px) {
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside.wx4 {
		width: 768px;
		margin-left: -260px
	}
}

@media all and (min-width: 767px) {
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row {
		padding: 0 15px 0 15px;
		overflow: hidden
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row div[class*="col-"]
		{
		margin-bottom: 30px
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row h6 {
		font: 900 17px;
		color: #fff;
		border-bottom: 1px solid #856ca4;
		padding-bottom: 10px;
		margin: 0 0 10px 0
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row h6 a {
		color: #fff;
		display: inline-block;
		background: url("img/common/nav-li-hover.png") right 3px no-repeat;
		padding-right: 20px;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row h6 a:hover {
		padding-right: 25px
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row ul li {
		position: relative
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row ul li:before
		{
		content: "．";
		position: absolute;
		display: inline-block;
		color: #fff;
		top: 3px;
		left: -3px;
		text-decoration: none !important
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row ul li a {
		color: #fff;
		font-size: .9em;
		display: block;
		margin-top: 5px;
		padding: 2px 0 2px 15px;
		position: relative
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div.row ul li a:hover
		{
		text-decoration: underline
	}
	#nav-top #nav-search-ctrl-new {
		width: 100%;
		height: 55px;
		display: block;
		border-radius: 0;
		background: url("img/common/nav-search.png") center center no-repeat;
		background-size: 17px;
		cursor:pointer;
	}
	#nav-top #nav-search-ctrl:hover {
		background-color: #65478D
	}
	#nav-top #nav-search-ctrl.close {
		background: url("img/common/nav-cancel.png") center center no-repeat
			#563C78;
		background-size: 17px
	}
	#nav-top #nav-search-ctrl.close:hover {
		background-color: #65478D
	}
	#nav-top #nav-search {
		display: none;
		position: absolute;
		z-index: 2;
		width: 100%;
		top: 55px;
		right: 0;
		padding: 20px 0;
		background: #563C78
	}
	#nav-top #nav-search .form-inline {
		text-align: center;
		padding: 0 2.5%
	}
	#nav-top #nav-search .form-inline .form-group {
		width: 600px
	}
	#nav-top #nav-search .form-inline .form-group input {
		width: 100%
	}
	#nav-top #nav-search .form-inline .gsc-input {
		position: relative;
		padding-right: 0;
		padding: 15px 50px 13px 10px;
		color: #65478D;
		font-size: 1.1em;
		background: #fff;
		overflow: hidden;
		height: 22px
	}
	#nav-top #nav-search .form-inline .gsc-input .gsc-input-box {
		border: 0
	}
	#nav-top #nav-search .form-inline .gsc-input .gsc-input-box.gsc-input-box-focus,
		#nav-top #nav-search .form-inline .gsc-input .gsc-input-box.gsc-input-box-hover
		{
		-webkit-box-shadow: none;
		box-shadow: none
	}
	#nav-top #nav-search .form-inline .gsc-input .gsc-input-box .gsc-input {
		background: none !important
	}
	#nav-top #nav-search .form-inline .gsc-input+.gsc-search-button {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		height: auto;
		position: relative;
		font-size: 0%;
		width: 33px;
		height: 33px;
		margin-left: 15px;
		background: url("img/common/nav-search.png") center center no-repeat;
		background-size: 17px
	}
	#nav-top #nav-search .form-inline .gsc-input+.gsc-search-button:focus {
		outline: 0
	}
	#nav-top #nav-search .form-inline .gsc-input+.gsc-search-button input.gsc-search-button-v2
		{
		background: none;
		margin: 0;
		border: 0;
		width: 33px;
		height: 33px
	}
	#nav-top #nav-search .form-inline .gsc-input+.gsc-search-button input.gsc-search-button-v2:focus
		{
		outline: 0;
		box-shadow: none
	}
	#nav-top #nav-search .form-inline .gsib_b {
		position: absolute;
		right: 15px;
		top: 17px
	}
	#nav-top #nav-search .form-inline .gsc-control-cse {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		height: auto
	}
	#nav-top #nav-search .form-inline .gsc-control-cse .gsc-search-box {
		margin: 0
	}
	#nav-top #nav-search .form-inline .gsc-control-cse .gsc-search-box .gsc-input-box *
		{
		border: 0;
		padding: 0
	}
	#nav-top #nav-search .form-inline .gsc-control-cse .gsc-search-box .gsc-input-box
		{
		border: 0;
		height: 100%
	}
	#nav-top #nav-search .form-inline .gsc-control-cse .gsc-search-box .gsc-input-box.gsc-input-box-hover *
		{
		border: 0;
		padding: 0
	}
}

@media all and (max-width: 767px) {
	#nav-top #nav-menu-ctrl {
		width: 100%;
		height: 55px;
		display: block;
		border-radius: 0;
		background: url("img/common/nav-menu.png") center center no-repeat;
		background-size: 25px
	}
	#nav-top #nav-menu-ctrl:hover {
		background-color: #341660
	}
	#nav-top #nav-menu-ctrl.close {
		background: url("img/common/nav-cancel.png") center center no-repeat
			#341660;
		background-size: 20px
	}
	#nav-top ul.nav-menu-outside {
		position: absolute;
		display: none;
		top: 55px;
		left: 0;
		width: 100%;
		padding: 0 15px;
		background: #341660;
		margin-left: 0;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
		z-index: 3
	}
	#nav-top ul.nav-menu-outside>li {
		position: relative;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #6E6088;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s
	}
	#nav-top ul.nav-menu-outside>li:last-child {
		border-bottom: none
	}
	#nav-top ul.nav-menu-outside>li>a {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		text-shadow: none;
		box-shadow: none;
		height: auto;
		color: #F5F4F7;
		display: block;
		width: 100%;
		height: 100%;
		font-size: 1.2em !important;
		text-align: left;
		padding: 10px 15px;
		background: url("img/common/nav-li-mobile.png") 90% center no-repeat;
		background-size: 17px
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside {
		padding: 15px
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div h6 {
		font: 900 14px;
		color: #fff;
		border-bottom: 1px solid #6E6088;
		letter-spacing: .1em;
		padding-bottom: 20px;
		margin: 10px 0
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div ul {
		overflow: hidden
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div ul li {
		/*width:50%;float:left*/
		
	}
	#nav-top ul.nav-menu-outside>li div.nav-menu-inside div ul li a {
		color: #fff;
		display: block;
		width: 100%;
		padding: 5px 30px 5px 0;
		background: url("img/common/nav-li-hover.png") 90% 10px no-repeat;
		opacity: 0.5
	}
}

#nav-top.fixed {
	position: fixed;
	left: 0;
	width: 100%;
	animation: navFixed 0.5s ease-in-out 1;
	z-index: 4;
    top:0
}

@
keyframes navFixed {
	from {top: -55px
}

to {
	top: 0px
}

}
#back-to-top {
	position: fixed;
	bottom: 10px;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	right: 10px;
	z-index: 3;
	width: 60px;
	height: 60px;
	background-color: #70afb0;
	border-radius: 50%
}

#back-to-top.active {
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}
#back-to-top.active.cookieshow {
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transform: translateY(-135px);
	-ms-transform: translateY(-135px);
	-webkit-transform: translateY(-135px);
	transform: translateY(-135px);

}

#back-to-top:hover {
	cursor: pointer;
	background-color: #2d6b6c
}

#quick {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	position: fixed;
	top: 100px;
	right: -160px;
	z-index: 5;
	width: 160px
}

#quick h6 {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	height: 55px;
	width: 160px;
	background-color: #65478D;
	margin: 0;
	text-indent: -7777px;
	font-size: 0%;
	position: relative;
	left: -60px;
	background: url(img/common/quickservice.png) 7px center
		no-repeat #65478D
}

#quick h6:hover {
	background-color: #563C78
}

#quick ul {
	width: 160px
}

#quick ul li {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	width: 160px;
	height: 85px;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	position: relative;
	background: #fff;
	left: 0px
}

#quick ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font: 600 0.7em;
	text-align: center;
	color: #999;
	padding: 14px 70px 0 10px
}

#quick ul li a img {
	display: block;
	margin: 0 auto 12px auto
}

#quick ul li:hover {
	left: -30px;
	background-color: #efefef
}

#quick ul li:hover a {
	color: #555
}

#quick:hover {
	right: -60px
}

#quick:hover h6 {
	background-position: -53px center
}

#help {
	background: #F7F5EE
}

#help .jumbotron {
	background: url("img/common/help-bg.jpg") center center no-repeat
		#E6E0D4;
	height: 500px;
	padding: 300px 0 0 0
}

@media ( max-width : 767px) {
	#help .jumbotron {
		background-size: cover;
		height: auto;
		padding: 10% 0 2.5% 0
	}
}

#help .jumbotron .container {
	padding-top: 0;
	padding-bottom: 0
}

#help .jumbotron h3 {
	font: 300 3em;
	color: #fff;
	letter-spacing: .1em;
	text-shadow: 0 0 10px #000
}

@media all and (max-width: 767px) {
	#help .jumbotron h3 {
		font-size: 2em
	}
}

#help .jumbotron h3+p {
	color: #fff
}

#help .container {
	padding-top: 2.5%;
	padding-bottom: 2.5%
}

@media all and (max-width: 480px) {
	#help .container {
		padding-top: 5%;
		padding-bottom: 5%
	}
}

#help .container .row {
	width: 100%;
	margin: 0 auto
}

@media all and (min-width: 767px) {
	#help .container .row {
		display: flex
	}
}

#help .container .row .col-sm-4 {
	padding-left: 7.5%;
	padding-right: 5%;
	background-position: 7.5% 9%;
	background-repeat: no-repeat;
	background-size: 50px
}

@media all and (max-width: 992px) {
	#help .container .row .col-sm-4 {
		padding-left: 10%;
		padding-right: 2.5%;
		background-position: 5% 9%
	}
}

@media all and (max-width: 767px) {
	#help .container .row .col-sm-4 {
		padding: 5% 0 5% 15%;
		background-position: 0 30%
	}
}

@media all and (max-width: 480px) {
	#help .container .row .col-sm-4 {
		padding-left: 25%;
		background-position: 0 20%
	}
}

#help .container .row .col-sm-4#help-col-1 {
	background-image: url("img/common/help-icon-1.png")
}

#help .container .row .col-sm-4#help-col-2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url("img/common/help-icon-2.png")
}

@media all and (max-width: 767px) {
	#help .container .row .col-sm-4#help-col-2 {
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc
	}
}

#help .container .row .col-sm-4#help-col-3 {
	background-image: url("img/common/help-icon-3.png")
}

#help .container .row .col-sm-4 h4 {
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: .1em
}

#help .container .row .col-sm-4 b {
	font-weight: 300;
	color: #ff0404
}

body footer .container {
	padding-top: 2.5%;
	padding-bottom: 2.5%
}

@media ( max-width : 767px) {
	body footer .container {
		padding-top: 5%;
		padding-bottom: 5%
	}
}

body footer .container .six-cols {
	padding-bottom: 100px
}

@media ( min-width : 767px) {
	body footer .container .six-cols {
		padding-bottom: 0px !important
	}
}

@media ( min-width : 767px) {
	body footer .container .six-cols .col-sm-1 {
		width: 16.7%;
		*width: 16.7%
	}
}

@media ( min-width : 767px) {
	body footer .container .seven-cols .col-sm-1 {
		width: 14.28%;
		*width: 14.28%
	}
}

body footer .container h4 {
	font-weight: 900;
	font-size: 1em;
	color: #341660;
	letter-spacing: .1em;
	word-break: break-all
}

@media ( max-width : 1200px) {
	body footer .container h4 {
		font-size: .9em
	}
}

@media ( max-width : 992px) {
	body footer .container h4 {
		font-size: .8em
	}
}

body footer .container ul {
	overflow: hidden;
	margin-bottom: 10%
}

body footer .container ul li a {
	font-size: .9em;
	color: #000;
	display: inline;
	border-bottom: 1px solid transparent
}

body footer .container ul li a:hover {
	border-bottom: 1px solid #000
}

body footer .container p {
	display: block;
	border-top: 1px solid #dedede;
	padding-top: 1%;
	font-size: .9em;
	color: #9E9E9E
}

@media ( max-width : 767px) {
	body footer .container p {
		padding-top: 5%;
		text-align: center
	}
}

body footer #social-media {
	text-align: center
}

@media ( max-width : 767px) {
	body footer #social-media h4 {
		font-size: 1.2em;
		margin-bottom: 10%
	}
}

body footer #social-media ul li {
	padding: 5px 0
}

@media ( max-width : 767px) {
	body footer #social-media ul li {
		width: 25%;
		float: left
	}
}

body footer #social-media ul li a {
	color: #00acde;
	font-size: 16px
}

body footer #social-media ul li a:hover {
	opacity: .75;
	border-bottom: 1px solid #00acde
}

@font-face {
	font-family: 'GillSansLight';
	font-style: thin;
	font-stretch: condensed;
	font-weight: 100;
	src: url("fonts/GillSansMT-Light.eot?#iefix")
		format("embedded-opentype"), url("fonts/GillSansMT-Light.woff")
		format("woff"), url("fonts/GillSansMT-Light.ttf")
		format("truetype"),
		url("fonts/GillSansMT-Light.svg#GillSansMT-Light") format("svg")
}

@font-face {
	font-family: 'GillSans';
	font-style: normal;
	font-stretch: condensed;
	font-weight: 300;
	src: url(fonts/GillSansMT.eot?#iefix)
		format("embedded-opentype"),
		url(fonts/GillSansMT.woff) format("woff"),
		url(fonts/GillSansMT.ttf) format("truetype"),
		url(fonts/GillSansMT.svg#GillSansMT) format("svg")
}

body {
	font-family: "GillSansLight",Verdana,sans-serif, "微軟正黑體", "Lucida Grande_jp", "Hiragino Kaku Gothic ProN_jp", "ヒラギノ角ゴ ProN W3_jp", "Meiryo_jp", "メイリオ_jp", "ＭＳ Ｐゴシック_jp",Arial, Helmet, Freesans ;
	font-size: 17px;
}

.paragraph {
	margin: 0;
	/*font-family:;*/
	font-size: 17px
}

.paragraph.small {
	font-size: 15px;
	font-weight: 100
}

.paragraph.small.margin-top {
	margin-top: 10px
}

.paragraph.bold, .paragraph .bold {
	font-weight: 700
}

@media all and (max-width: 767px) {
	.paragraph {
		font-size: 15px
	}
	.paragraph.small {
		font-size: 15px;
		font-weight: 100
	}
}

.link {
	position: relative;
	/*font-family: "GillSans", Verdana, sans-serif;*/
	color: #00acde;
	font-size: 17px;
	line-height: 20px;
	text-decoration: underline !important;
	display: inline-block;
	padding-right: 15px
}

.link:hover {
	cursor: pointer;
	color: #11bdef;
	text-decoration: underline
}

.link:after {
	content: '';
	position: absolute;
	display: block;
	top: 5px;
	right: 0px;
	width: 8px;
	height: 14px;
	background: url(img/common/link.png) center center
		no-repeat
}

.link:focus {
	color: #00acde
}

.guides {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100vh;
	pointer-events: none
}

.guides .main-wrapper, .guides .inner-wrapper, .guides .inner-inner-wrapper,
	.guides .inner-inner-inner-wrapper {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	padding: 0 29px;
	max-width: 1540px;
	border: 1px solid #ff0000;
	border-top: none;
	border-bottom: none
}

.guides .main-wrapper:after, .guides .inner-wrapper:after, .guides .inner-inner-wrapper:after,
	.guides .inner-inner-inner-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #ff0000
}

@media all and (max-width: 767px) {
	.guides .main-wrapper, .guides .inner-wrapper, .guides .inner-inner-wrapper,
		.guides .inner-inner-inner-wrapper {
		padding: 0 24px
	}
}

.guides .main-wrapper .inner-wrapper, .guides .inner-wrapper .inner-wrapper,
	.guides .inner-inner-wrapper .inner-wrapper, .guides .inner-inner-inner-wrapper .inner-wrapper
	{
	max-width: 1366px;
	padding: 0
}

@media all and (max-width: 1260px) {
	.guides .main-wrapper .inner-wrapper, .guides .inner-wrapper .inner-wrapper,
		.guides .inner-inner-wrapper .inner-wrapper, .guides .inner-inner-inner-wrapper .inner-wrapper
		{
		border: none
	}
}

.guides .main-wrapper .inner-wrapper .inner-inner-wrapper, .guides .inner-wrapper .inner-wrapper .inner-inner-wrapper,
	.guides .inner-inner-wrapper .inner-wrapper .inner-inner-wrapper,
	.guides .inner-inner-inner-wrapper .inner-wrapper .inner-inner-wrapper
	{
	max-width: 1180px;
	padding: 0
}

.guides .main-wrapper .inner-wrapper .inner-inner-wrapper .inner-inner-inner-wrapper,
	.guides .inner-wrapper .inner-wrapper .inner-inner-wrapper .inner-inner-inner-wrapper,
	.guides .inner-inner-wrapper .inner-wrapper .inner-inner-wrapper .inner-inner-inner-wrapper,
	.guides .inner-inner-inner-wrapper .inner-wrapper .inner-inner-wrapper .inner-inner-inner-wrapper
	{
	max-width: 1098px;
	padding: 0
}

.main .accordion-aside.ui-accordion {
	padding-top: 10px;
	padding-bottom: 10px
}

@media ( max-width : 767px) {
	.main .accordion-aside.ui-accordion {
		padding: 0px
	}
}

.main .accordion-aside.ui-accordion .ui-accordion-header {
	background: #70AFB0;
	color: #fff;
	font: 300 15px;
	padding: 15px 20px;
	border-radius: 0;
	cursor: pointer;
	border: 0;
	margin: 1px 0 0 0
}

.main .accordion-aside.ui-accordion .ui-accordion-header:hover {
	background: #4e8d8e
}

.main .accordion-aside.ui-accordion .ui-accordion-header:active, .main .accordion-aside.ui-accordion .ui-accordion-header:focus
	{
	outline: none !important
}

.main .accordion-aside.ui-accordion .ui-accordion-header.reset .ui-icon
	{
	display: none
}

.main .accordion-aside.ui-accordion .ui-accordion-header .ui-icon {
	position: relative;
	left: auto;
	top: auto;
	width: 9px;
	height: 9px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px;
	float: right;
	margin: 5px 0 0 0
}

.main .accordion-aside.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-e
	{
	background-image: url(. .
		"..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEUAAAD///////8AAAA4fh26AAAAAnRSTlMARAciSLEAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHUlEQVQI12NgYFjBAALEkquAYAUKGRq6MjSEeBMAyXAVxYTsSksAAAAASUVORK5CYII="
		)
}

.main .accordion-aside.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-s
	{
	background-image: url(. .
		"..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAEBAMAAACnyqiHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEX///////////////8AAACRyXUHAAAAA3RSTlN3IkR9y3miAAAAAWJLR0QEj2jZUQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABRJREFUCNdjYDYGAQMGdFpICQQUAEmJBHPS/DZ0AAAAAElFTkSuQmCC"
		)
}

.main .accordion-aside.ui-accordion ul {
	background-color: #fff;
	border: 1px solid #70AFB0;
	border-radius: 0;
	padding: 10px 5px;
	margin: 0 0 1px 0
}

.main .accordion-aside.ui-accordion ul li .button-accordion-sub {
	display: block;
	width: auto;
	padding: 7.5px 15px;
	font: 300 15px;
	color: #777
}

.main .accordion-aside.ui-accordion ul li .button-accordion-sub:hover {
	color: #70afb0
}

.main .accordion-aside.ui-accordion ul li .button-accordion-sub.active {
	color: #000;
	font-weight: 700
}

.main .accordion-aside {
	display: none
}

.main .accordion-aside.ui-accordion {
	display: block
}

form .form-group, form .input-group {
	position: relative
}

form .form-group .form-control, form .input-group .form-control {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	height: auto;
	background: #fff;
	padding: 10px 15px;
	color: #4E8D8E;
	font-size: 1em;
	border: 1px solid #fff
}

form .form-group .form-control:focus, form .input-group .form-control:focus
	{
	border: 1px solid #4E8D8E
}

form .form-group .form-control.error, form .form-group .form-control.error:focus,
	form .input-group .form-control.error, form .input-group .form-control.error:focus
	{
	border: 1px solid #C44E4E
}

form .form-group .form-select, form .input-group .form-select {
	background-image: url(img/support/bottom-arrow.png);
	background-position: 95% 20px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 12px
}

form .form-group .form-select select.form-control, form .input-group .form-select select.form-control
	{
	-webkit-appearance: none;
	background: transparent;
	padding: 10px 30px 9px 15px;
	color: #999
}

form .form-group .form-select select.form-control.valid, form .input-group .form-select select.form-control.valid
	{
	color: #4E8D8E
}

form label.error {
	font: 300 0.9em;
	color: #C44E4E;
	text-align: left;
	display: none;
	background: #F2F2F2;
	margin: 0;
	width: 100%;
	padding: 3px 0
}

form .checkbox {
	margin-bottom: 20px
}

form .checkbox label {
	padding-left: 0;
	text-align: left !important
}

form .checkbox label:hover {
	color: #4E8D8E
}

form .checkbox input[type="checkbox"] {
	opacity: 0;
	filter: alpha(opacity = 0)
}

form .checkbox input[type="checkbox"]+label .container-sprite {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	margin-right: 10px;
	position: relative;
	top: 3px;
	border: 1px solid #70AFB0
}

form .checkbox input[type="checkbox"]+label .container-sprite .sprite {
	display: none;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px
}

form .checkbox input[type="checkbox"]:checked+label {
	color: #4E8D8E
}

form .checkbox input[type="checkbox"]:checked+label .container-sprite {
	background-size: 10px;
	background-position: center center;
	background-repeat: no-repeat
}

form .checkbox input[type="checkbox"]:checked+label .container-sprite .sprite
	{
	display: block
}

form .checkbox a {
	color: #00ACDE;
	text-decoration: underline
}

form .checkbox a:hover {
	color: #22ceff
}

form .accordion {
	background-color: #fff
}

form .accordion h5 {
	background-color: #70AFB0;
	color: #fff;
	font: 300 15px;
	padding: 15px 20px;
	cursor: pointer;
	margin: 1px 0 0 0
}

form .accordion h5:hover {
	background-color: #4e8d8e
}

form .accordion h5:active, form .accordion h5:focus {
	outline: none !important
}

form .accordion h5 .ui-icon {
	width: 9px;
	height: 9px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px;
	float: right;
	margin: 5px 0 0 0
}

form .accordion h5 .ui-icon.ui-icon-triangle-1-e {
	background-image: url(. .
		"..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEUAAAD///////8AAAA4fh26AAAAAnRSTlMARAciSLEAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHUlEQVQI12NgYFjBAALEkquAYAUKGRq6MjSEeBMAyXAVxYTsSksAAAAASUVORK5CYII="
		)
}

form .accordion h5 .ui-icon.ui-icon-triangle-1-s {
	background-image: url(. .
		"..data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAEBAMAAACnyqiHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEX///////////////8AAACRyXUHAAAAA3RSTlN3IkR9y3miAAAAAWJLR0QEj2jZUQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABRJREFUCNdjYDYGAQMGdFpICQQUAEmJBHPS/DZ0AAAAAElFTkSuQmCC"
		)
}

form .checkbox-inline {
	padding: 0
}

form .checkbox-inline+.checkbox-inline {
	margin-top: 10px
}

form .btn {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	height: auto;
	-webkit-transition-property: color, width, background-color;
	transition-property: color, width, background-color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	color: #fff;
	height: 47px;
	font: 300 1em;
	color: #fff;
	letter-spacing: .1em;
	outline: 0
}

form .btn:hover {
	color: #fff
}

form .btn:focus, form .btn:active, form .btn .acitve, form .btn .focus {
	color: #fff;
	outline: 0 !important;
	box-shadow: none !important
}

form .btn:focus:hover, form .btn:active:hover, form .btn .acitve:hover,
	form .btn .focus:hover {
	color: #fff
}

form .btn.btn-submit, form .btn.btn-default {
	background-color: #70AFB0
}

form .btn.btn-submit:hover, form .btn.btn-default:hover {
	background-color: #4e8d8e
}

form .btn.btn-cancel {
	background-color: #ccc
}

form .btn.btn-cancel:hover {
	background-color: #aaa
}

form .btn.btn-success {
	cursor: default;
	background-color: #7FB070
}

form .btn.btn-loader {
	cursor: default;
	background-color: #70AFB0;
	background-image: url("img/common/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px
}

form .btn.btn-danger {
	cursor: default;
	background-color: #AF6F6F
}

body {
	position: relative;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	margin: 0
}

body *:hover, body *:focus, body *:active {
	outline: 0
}

body a {
	outline: 0px !important;
	-webkit-appearance: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

body a:hover, body a:focus, body a:active {
	text-decoration: none;
	outline: 0
}

body select::-ms-expand {
	display: none
}

body ul {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	height: auto
}

body ul li {
	list-style: none
}

body .main {
	overflow: hidden
}

body .main .row {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto
}

@media all and (min-width: 767px) {
	body .main .visible-xs {
		display: none
	}
}

@media all and (max-width: 767px) {
	body .main .hidden-xs {
		display: none
	}
}

body .main .no-break {
	display: inline-block
}

body .main .img-wrapper {
	overflow: visible
}

body .main .sprite {
	background-size: 100% 100%
}

body .container {
	width: 100%;
	max-width: 1540px;
	padding-left: 30px;
	padding-right: 30px
}

@media all and (max-width: 992px) {
	body .container {
		padding-left: 25px;
		padding-right: 25px
	}
}

body .jumbotron {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	height: auto
}

.table>.specsDetail>.row>table>tbody>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

@media ( max-width : 767px) {
	#help .jumbotron {
		background-size: cover;
		height: auto;
		padding: 10% 0 2.5% 0;
	}
}
/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */
/* line 10, ../sass/_components/_jquery.reject.scss */
#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

/* line 19, ../sass/_components/_jquery.reject.scss */
#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

/* line 27, ../sass/_components/_jquery.reject.scss */
#jr_inner {
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}

/* line 40, ../sass/_components/_jquery.reject.scss */
#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	padding-right: 45px;
	margin: 0;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

/* line 53, ../sass/_components/_jquery.reject.scss */
#jr_inner p {
	padding: 5px;
	padding-right: 45px;
	margin: 0;
}

/* line 59, ../sass/_components/_jquery.reject.scss */
#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* line 67, ../sass/_components/_jquery.reject.scss */
#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 10px 10px 10px 10px;
	padding: 0;
	text-align: center;
}

/* line 79, ../sass/_components/_jquery.reject.scss */
#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* line 87, ../sass/_components/_jquery.reject.scss */
#jr_inner li a:hover {
	text-decoration: underline;
}

/* line 91, ../sass/_components/_jquery.reject.scss */
#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

/* line 100, ../sass/_components/_jquery.reject.scss */
#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}

/* line 106, ../sass/_components/_jquery.reject.scss */
#jr_close a {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

/* line 120, ../sass/_components/_jquery.reject.scss */
#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

/* line 125, ../sass/_components/_jquery.reject.scss */
#jr_close .sprite-reject-close {
	display: block;
	width: 31px;
	height: 32px;
}

/* line 133, ../sass/_components/_jquery.reject.scss */
#jr_close .sprite-reject-close:hover {
	opacity: 0.7;
}

@media ( max-width : 767px) {
	#nav-top ul.nav-menu-outside {
		position: absolute;
		display: none;
		top: 0px;
		left: 0;
		width: 100%;
		padding: 0 15px;
		background: #341660;
		margin-left: 0;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
		z-index: 3;
	}
	#nav-top #nav-menu-mask {
		position: absolute;
		width: 100%;
		height: calc(100vh - 55px);
		top: 55px;
		left: 0;
		background: #341660;
		display: none;
		-webkit-overflow-scrolling: touch;
		overflow: scroll;
	}
}
/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

/* line 9, ../sass/_components/_jquery.cookie.bar.scss */
.cookie-message {
	width: 100%;
	position: fixed;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding:20px 25px;
	margin: auto;
	background:  #4D4F52!important;
	color:#fff!important;;
	box-shadow: 0px 0px 3px #ccc;
	z-index: 99;
	font-size: 14px;
	font-family: Arial;
	min-width: 320px;
}

/* line 19, ../sass/_components/_jquery.cookie.bar.scss */
.cookie-message a {
	cursor: pointer;
	color: #fff!important;
	display: inline-block;
	text-decoration: underline;
}

/* line 24, ../sass/_components/_jquery.cookie.bar.scss */
.cookie-message p {
	margin-bottom: 20px;
}
/* mantis-26093 CCPA */
.cookie-message .cookie-content {
	max-width: 1280px;
	margin: auto;
}
.cookie-message .cookiebar-close {
	padding: 5px 20px;
	background: #000;
	margin-right: 80px;
	text-decoration: none;
}
.cookie-message .link-content span {
	display: inline-block;
}
.cookie-message .settinglink {
	margin-right: 40px;
}
@media only screen and (max-width: 800px) {
	.cookie-message {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.cookie-message .cookiebar-close {
		margin-bottom: 25px;
	}
	.cookie-message .link-content span {
		margin-bottom: 30px;
	}
}

/* line 29, ../sass/_components/_jquery.cookie.bar.scss */
.blue {
	border-bottom: 1px solid #0E83AE;
	background-color: #0990c3;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae),
		color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
	background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: linear-gradient(#0e83ae, #0990c3, #0e9dd2);
}

/* line 39, ../sass/_components/_jquery.cookie.bar.scss */
.blue p, .blue a {
	color: #fff;
}

/* line 40, ../sass/_components/_jquery.cookie.bar.scss */
.blue p {
	pointer-events: none;
}

/* line 42, ../sass/_components/_jquery.cookie.bar.scss */
.blue a {
	text-align: right;
	width: 100%;
}
form .form-group .form-select, form .input-group .form-select {
	margin: 20px 0px;
}

body.sp-font {
	font-family: "Gill Sans MT",Arial Regular,Verdana,sans-serif, "微軟正黑體", "Lucida Grande_jp", "Hiragino Kaku Gothic ProN_jp", "ヒラギノ角ゴ ProN W3_jp", "Meiryo_jp", "メイリオ_jp", "ＭＳ Ｐゴシック_jp",Arial, Helmet, Freesans ;
	
}
/*.productTemplate .main .img-wrapper {
	margin-top: -75px !important;
}*/

/* mantis-20269 */
#chooseRegion {
	margin-top: 24px;
    font-size: 20px;
    text-align: center;
    /* visibility: hidden; */
    display: none;
}
@media(max-width: 767px) {
	#chooseRegion {
	/* visibility: visible; */
	display: block;
	}
	/*
	#welcomeURL {
	 margin-right: 50px; 
	} */
}

#welcomeURL {
	color: #333;
    font-weight: 400;
}
