/* Custom CSS for sticky footer
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-fluid {
    /*width: auto;*/
    /*max-width: 680px;*/
}
.container-fluid .credit {
    margin: 20px 0;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}
#footer {
    /*background-color: #f5f5f5;*/
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
}
}


/* custom CSS for BootPuki */
body {
    font-family: verdana, arial, helvetica, Sans-Serif;
/*    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', ¥á¥¤¥ê¥ª, Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', Helvetica, Arial, Verdana, sans-serif;*/
}
.navbar{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body > .navbar {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    padding-left: 5px;
}

h1, h2 {
    font-size: 144%;
    padding: .4em .6em;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
/*    background-color: #e0ebaf; */
    color: #00;
}

h3 {
    font-size: 120%;
    border-bottom: 0;
    border-top: 0;
    border-left: 10px solid #007bbb; 
    border-bottom: 1px solid #007bbb;
    border-right: 0;
    padding: .3em .6em;
}

h4 {
    font-size: 100%;
    border: 0;
    border-left: 6px solid #007bbb;
    padding: .2em .4em;
}

div#menubar h4 {
    padding: .4em .6em;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
/*    background-color: #e0ebaf; */
    color: #00;
}

a.brand:hover {
    background-color: transparent;
}

p.changed-linkcolor > a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
p.changed-linkcolor > a:hover {
    background-color: transparent;
    color: white;
    text-decoration: none;
}

blockquote {
    margin-left:32px !important;
}

blockquote p {
    font-size: 100%;
}

.footer {
    padding: 70px 0;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    background-color: #00008b;
}
.footer p {
    margin-bottom: 0;
    color: #777;
}
.footer-links {
    margin: 10px 0;
}
.footer-links li {
    display: inline;
    margin-right: 10px;
}

i {
    cursor: pointer;
}

td > form {
    margin: 0px;
}

.thumbnail .btn-toolbar {
margin-top: 15px;
text-align: right;
}

@media (max-width: 979px) {
    select {
	width: auto;
}
}

@media (max-width: 767px) {
  body {
    padding-right: 5px;
    padding-left: 5px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.table {
    margin-bottom: 4px;
}

@media print {
  a[href]:after {
    content: "";
  }
  .hidden-print {
    display: none;
  }
}
