/*
!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 

!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=88a3b0d399e5485f7629)
 * Config saved to config.json and https://gist.github.com/88a3b0d399e5485f7629
 ! normalize.css v3.0.1 | MIT License | git.io/normalize 
 html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}

body { margin: 0 }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 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 {
-moz-box-sizing: content-box;
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;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
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 }

* {
-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: rgba(0,0,0,0)
}

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff
}

input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}

a {
color: #428bca;
text-decoration: none
}

a:hover, a:focus {
color: #2a6496;
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;
width: 100% \9;
max-width: 100%;
height: auto
}

.img-rounded { border-radius: 6px }

.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
width: 100% \9;
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
}
.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;
visibility: hidden !important
}

.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
*/

 /* モーダル */ 
.modal-open { overflow: hidden }
#clipboardSwf {
	position: relative;
	z-index: 100;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index:10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	width: 70%;
	line-height: 1.5em;
	margin: 20px auto;
	background-color: rgba(255,255,255,1);
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
	background-clip: padding-box;
	outline: 0;
	font-size: 12px;
	position:relative;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #808080;
	min-height: 16.42857143px;
	width: 90%;
	margin: 0 auto;
}
.modal-content .close {
	font-size: 18px;
	text-decoration: none !important;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-color: #999;
	border: none;
	cursor: pointer;
	color: #FFF !important;
	-webkit-appearance: none;
	border-radius:24px;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	width:24px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	text-align:center;
}
.modal-content .close:hover {
	text-decoration: none !important;
	opacity:0.9;
}
.modal-content h5, .modal-content h6 {
	line-height: 1.5em;
	padding: 0;
}
.modal-content h5 {
	font-size: 16px;
	margin-bottom:10px;
}
.modal-content h6 {
	font-size: 14px;
	margin: 20px 0 10px;
}
.modal-title {
	margin: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	padding: 15px;
	width: 90%;
	margin: 0 auto;
	max-height: 560px;
	overflow: auto;
}

@media screen and (max-width:768px) {
.modal-content {
	width: 90%;
	margin: 10px auto;
}
.modal-body { max-height: 280px; }
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #808080;
	width: 90%;
	margin: 0 auto;
}
.modal-footer .btnG {
	margin:0;
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn { margin-left: -1px }
.modal-footer .btn-block+.btn-block { margin-left: 0 }
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-sm { width: 300px }
}

@media (min-width:992px) {
.modal-lg { width: 900px }
}
.clearfix:before, .clearfix:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.clearfix:after, .modal-footer:after { clear: both }
