@charset "utf-8";

/* reset & normalize
----------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}
body,h1 {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
    margin: 0;
}
small {
  font-size: 85%;
}
b,strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1;
}

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



/*  form  */

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	padding: 0;
	border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}

select, option {
  -webkit-appearance : none;
  -moz-appearance : none;
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
		  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
option {  background-image:none;}

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

html,body{
     height:100%;
}

html {
	/*  font-size: 62.5%;*/
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
	background: #EDEDED;
	color: #000000;
	font-size: 0.875em;	font-size: 0.82em;
	line-height: 1.5em;
	/*font-size: 13px;
  font-size: 14px;
  line-height: 1.428571429;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans','ＭＳ Ｐゴシック', sans-serif;
}


a {
  color: #026acb;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
/*
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}*/
img {
	vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

p {
	margin: 0 0 10px;
}
small {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 0 0 .5em;
/*	color: #000;*/
}
h1 {
	/*font-size: 1.8em;*/	font-size: 1.4em;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 .8em;
}
h3 {
	font-size: 1.1em;
}
h4,h5,h6 {
	font-size: 1em;
}


ol,ul {
	list-style:none;
	padding: 0;
	margin: 0 0 10px 0;
}
ul ul,ul ol,
ol ol,ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}



/* structure
----------------------------------*/

#wrap {
	width: 100%;
	position: relative;
	min-height: 100%;
}
#login {
	width: 100%;
	min-width:982px;
	margin: 0 auto;
	padding:0 0 28px;
	margin-top:1px;
}
#contents {
	width: 100%;
	min-width:982px;
	margin: 0 auto;
	padding:0 0 140px;
	margin-top:115px;
}
footer {
	width: 100%;
	height:28px;
	/** position:absolute; **/
	bottom:0;
}

/* header
----------------------------------*/

/* contents
----------------------------------*/

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

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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  /*outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/*   */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/*   */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 9px;
/*  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;*/
	background-color: #ffffff;
	border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

select {
	padding: 4px 6px 4px 4px;
}

/**/

textarea {
  height: auto;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[disabled],
select[disabled],
textarea[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/*
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
	box-shadow: 0 0 6px #f8b9b7;
}
*/




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


.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}
.muted {
  color: #999999;
}

.text-warning {
  color: #c09853;
}

.text-error {
  color: #b94a48;
}

.text-info {
  color: #3a87ad;
}

.text-success {
  color: #468847;
}






/*
----------------------------------------------------*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: block;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

ul.fixed_button {
  list-style-type:none;
  position:fixed;
  width:100px;
  margin:0 0 0 950px;
  padding:5px;
  border:0px;
}

ul.fixed_button li {
  float:bottom;
  list-style-type:none;
  width:100px;
  margin:0 0 10px 0; padding:0;
  text-align:center;
}

/* Search Box -*/
.ydn-wrapUp,
.ydn-wrapTable,
.ydn-wrapUp+div {
  width:952px;
  margin-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.ydn-wrapUp div{
  height:20px;
}

.table_side tr th {
  min-width:180px;
}

.table_side tr th:first-child {
  min-width:10px;
}

.table_side tr th:nth-child(3) {
  min-width:120px;
}

.table_vert tr th {
  min-width:180px;
}

.table_vert tr th:first-child {
  min-width:120px;
}

.table_vert td {
  min-width:180px;
}

.table_vert tr:nth-child(2) {
  display: none;
}

.template-type-ydn div button{
  margin-bottom:10px;
}

.default-table input[type="number"]{
  width:208px;
  margin-right:10px;
}

.default-table input[type="checkbox"]{
  width:10px;
}

.default-table label{
  float:none;
}




