

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  color:#3e3a39;
  font-family:'Verdana', 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, sans-serif;
  /*font-family:"â€šlâ€šr â€šoÆ’SÆ’VÆ’bÆ’N", Osaka,sans-serif;*/
  overflow: hidden;
}
/** for IE7 **/
*+html body {
  font-family:'Verdana', 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3',meiryo,'MS Pã‚´ã‚·ãƒƒã‚¯',sons-self;
}
/** for IE6 **/
* html body {
  font-family:'Verdana', 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3',meiryo,'MS Pã‚´ã‚·ãƒƒã‚¯',sons-self;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

#content {
  min-height: 440px;
  padding: 15px 0 0 0;
  overflow: hidden;
}
#footer {
    /* min-height: 400px; */
}
.mh_200 {
    min-height: 200px;
}
* {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:not(input,textarea){
    -webkit-user-select: none;
}

.float-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.red {
  color:#e50012;
}
.clear {
  clear:both;
}

#header-yakyuryoku-link {
  position: absolute;
  top: 0px;
  left: 2px;
  width: 56px;
  float: left;
  margin-top: 3px;
  background: rgb(0, 0, 0); /* IE6, 7向け */  
  background: rgba(0, 0, 0, 0);  
}
#header-yakyuryoku-link a:link,#header-yakyuryoku-link a:visited{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#header-yakyuryoku-link a:hover,#header-yakyuryoku-link a:active{
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#header-userid {
  position: absolute;
  top: 0px;
  right: 50px;
  text-align: right;
  margin-top: 3px;
  background: rgb(0, 0, 0); /* IE6, 7向け */  
  background: rgba(0, 0, 0, 0);  
}

/* ==========================================================================
   clingify & JpanelMenu custom styles
   ========================================================================== */

[data-menu-position="closed"] .js-clingify-locked {
    right: 0px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

[data-menu-position="open"] .js-clingify-locked {
    left: initial;
    right: 240px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.js-clingify-locked>.header {
    padding: 0px;
}
.js-clingify-placeholder {
    height: 50px !important;
}

  .search-form-tigger {
      margin-top: 6px;
      margin-bottom: 6px;
  }
  .btn-navbar, .navbar-btn {
      margin: 6px 0px;
  }


/* ==========================================================================
   csspinner custom styles
   ========================================================================== */

.csspinner {
  position: relative;
}
.csspinner:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
}
.csspinner:after {
  z-index: 2;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transition: all .75s ease 0s;
  transition: all .75s ease 0s;
  border-radius: 100%;
  border-top: 4px solid #555555;
  -webkit-animation: standard .75s infinite linear;
  animation: standard .75s infinite linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.csspinner.no-overlay:before {
  content: none;
  display: none;
}
/* (cs)spinner standard rotation animation used for duo, double-up etc. */
@-webkit-keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navbar .csspinner:after {
  border-right: 4px solid #777777;
  border-top: 4px solid #777777;
  border-left: 4px solid #999999;
  border-bottom: 4px solid #bbbbbb;
}

/* ==========================================================================
   bootstrap custom
   ========================================================================== */

.nav-justified>li {
    display: table-cell;
    width: 1%;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: initial;
}

/* ==========================================================================
   appstrap custom
   ========================================================================== */


.header-upper {
    background: #51b996;
}
.header {
    padding: 0;
    border-bottom: none;
}
#header-hidden-link {
    position: absolute;
    top: 0px;
    right: 0px;
}
.header-upper-inner {
    position: relative;
}

@media screen and (min-width: 992px){
/*    .header .navbar-collapse {
        float: none;
    }
    .navbar-nav>li>a, #main-menu>li>a {
        padding: 13px 20px;
    }
*/
  .navbar-collapse, .navbar-collapse.collapse, .navbar-collapse.in {
    display: none !important;
  }
}
.navbar-nav>li {
  width:97%;
}
#jPanelMenu-menu {
  overflow-y:auto !important;
}
/* ==========================================================================
   header custom
   ========================================================================== */

.bland {
    display: block;
    text-align: center;
}
.bland img {
    height: 28px;
    margin: 1px auto;
}
#box-nav .btn {
    font-size: 12px;
    margin: 0;
    border: none;
    color:#4d4d4d;
    font-weight: bold;
    border-radius: initial;
    padding: 5px 0;
    line-height: 15px;
    min-width: 85px;
}
#box-nav .btn:hover {
    color: white;
}
#box-nav .btn:hover:before {
    background-position: center bottom;
}
#box-nav {
    background: #bfbfbf;
    padding: 0;
}
#box-nav .btn:before {
    display: block;
    content: "";
    height: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px 50px;
}
#a_edit:before {background-image: url(/images/throw/icon_edit.png);}
#a_other:before {background-image: url(/images/throw/icon_other.png);}
#a_home:before {background-image: url(/images/throw/icon_home.png);}
#a_login:before {background-image: url(/images/throw/icon_login.png);}
#a_public:before {background-image: url(/images/throw/icon_public.png);}
#a_regist:before {background-image: url(/images/throw/icon_regist.png);}
[data-current=login] #a_login{color:white}
[data-current=public] #a_public{color:white}
[data-current=line] #a_home{color:white}
[data-current=line] #a_regist{color:white}
[data-current=login] #a_login:before{background-position: center bottom;}
[data-current=public] #a_public:before{background-position: center bottom;}
[data-current=line] #a_home:before{background-position: center bottom;}
[data-current=line] #a_regist:before{background-position: center bottom;}

#box-nav-right {
    background: #bfbfbf;
    overflow:auto;
}

#jPanelMenu-menu {
  background-color: #efefef;
}
.navbar-nav>li {
  background-color: #efefef;
  color:#727171;
  border:none;
  margin:5px;
}
.navbar-nav>li a#a_profile {
  background-image: url(/images/throw/icon_profile.png);
}
.navbar-nav>li a#a_publicboard {
  background-image: url(/images/throw/icon_public02.png);
}
.navbar-nav>li a#a_signout {
  background-image: url(/images/throw/icon_logout.png);
}
.navbar-nav>li a#a_exam {
  background-image: url(/images/throw/icon_exam.png);
}
.navbar-nav>li a#a_regist {
  background-image: url(/images/throw/icon_regist02.png);
}
.navbar-nav>li a#a_login {
  background-image: url(/images/throw/icon_login02.png);
}
.navbar-nav>li a:link, .navbar-nav>li a:visited {
  display: block;
  font-weight: bold;
  font-size: 110%;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 4px 3px;
  background-size: 33px 33px;
  color:#727171;
  padding:10px 0 10px 45px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.navbar-nav>li a:hover, .navbar-nav>li a:active {
  background-color: #4cb08f;
  color:#ffffff;
}

/* ==========================================================================
   editor custom
   ========================================================================== */
.editor {
    background: #ffffff;
    height: 0em;
    overflow: hidden;
}
.editor.open {
    height: auto;
}
.editor form {
    padding: 10px;
    position: relative;
}
.editor form .btn {
    top: 10px;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    line-height: 1em;
    outline: none;
    padding: 0;
    position: absolute;
    width: 110px;
    height:36px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display:inline-block;
    background-color:#000000;
}
.editor form .btn:focus,
.editor form .btn:hover,
.editor form .btn:active:focus,
.editor form .btn.active:focus {
    outline: none;
    text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
    filter: alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Firefox(old) */
    -khtml-opacity: 0.6; /* Safari(old) */
    opacity: 0.6;
}
.editor form .close-btn {
    display: block;
    left: 10px;
    background-color:#c9caca;
}
.editor form .throw-btn {
    display: block;
    right: 10px;
    text-align: left;
    padding-left:10px;
    background-color:#73498e;
    background-repeat: no-repeat;
    background-position: 75px center;
    background-size: 24px 21px;
    background-image: url(/images/throw/icon_throw.png);
}
.editor form textarea {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #959595;
    box-shadow: none;
    line-height: 1.5em;
    height: 100px;
    margin: 50px 0 10px 0;
    background-color:transparent;
    resize: none;
}
.editor form textarea::-webkit-input-placeholder {
    color: #dcdddd;
}
.editor form textarea:focus {
    box-shadow: none;
    color: #3d3a3a;
    border: solid 1px #55a79a;
}
.editor form .target-select {
  margin:0;
  font-size: 100%;
  font-weight: bold;
  color: #3d3a3a;
  line-height: 1.5em;
}
.editor form .target-select select {
  font-weight: normal;
}
.editor form .target-select select option:focus {
    box-shadow: none;
    border: solid 1px #55a79a;
}
.editor form .editor-count {
  text-align: right;
  color:#727171;
  margin:0 0 10px 5px;
}


#editor .btn-editormain {
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    line-height: 1em;
    width: 110px;
    height:36px;
    border-radius: 6px;
    margin: 0 15px 10px 15px;
    background-color: #c9caca;
}
#editor .btn-editormain:hover {
    opacity: 0.6;
}
#editor .throw-btn {
    display: block;
    right: 10px;
    text-align: left;
    padding-left:10px;
    background-color:#73498e;
    background-repeat: no-repeat;
    background-position: 75px center;
    background-size: 24px 21px;
    background-image: url(/images/throw/icon_throw.png);
}
#editor textarea {
    -moz-border-radius: 6px;
    /* -webkit-border-radius: 6px; */
    border-radius: 6px;
    border: solid 1px #959595;
    line-height: 1.5em;
    height: 100px;
    resize: none;
    margin-bottom: 10px;
}
#editor form .editor-count {
  text-align: right;
  color:#727171;
  height: 25px;
  margin-top: -5px;
  margin-right: 25px;
}
#editor textarea:hover {
    box-shadow: none;
    color: #3d3a3a;
    border: solid 1px #55a79a;
}
#editor .bootstrap-switch-scope {
    margin: 0 15px;
}
#editor .bootstrap-switch-clip {
    margin: 0 15px;
}
#editor #btn-editorimg {
    padding: 0;
    overflow: hidden;
}
#editor #btn-editorimg div {
    height: 0px;
    padding: 100% 0 0 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    border: none;
}
#editor #btn-editorimg .icon {
    position: absolute;
    top: 30%;
    padding: 0;
    margin: 0;
}
#editor #btn-editorimg p {
    position: absolute;
    top: 45%;
}
#editor #btn-editorimg #fileupload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.media-clip {
    padding: 0;
    overflow: hidden;
}
.media-clip a {
    padding: 75% 0 0 0;
    height: 0px;
    border: none;
    position: relative;
}
.media-clip .btn {
    text-align: left;
}
.media-clip.col-xs-12 a {
    padding: 0px;
    height: auto;
}
.media-clip.col-xs-6 a {
    padding-top: 60%;
}
.media-clip img {
    position: absolute;
    top: 0px;
    left: 0px;
/*    min-width: 100%; */
    min-height: 100%;
    max-width: 100%;
}
.media-clip.col-xs-12 img {
    position: relative;
    min-height: initial;
}
.file-clip {
    padding: 0;
    overflow: hidden;
}
.file-clip a ,.file-clip div{
    padding: 100% 0 0 0;
    height: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.file-clip span {
    padding-top: 30%;
    position: absolute;
    bottom: 0;
    background-color: #51b996;
    top: 0;
}
.file-clip input {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.file-clip .btn-clip {
    height: 35px;
    margin-top: -35px;
    padding: 5px 5px 0 10px;
    background: white;
    float: right;
    opacity: 0.6;
    border: 1px solid white;
    border-radius: 30px 0px 0px 0px;
}

.popopen .media-clip {
    display: none;
}
.popopen .media-pop img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.popopen .media-pop a {
    display: block;
    position: relative;
    text-align: right;
    font-size: 13px;
    height: 44px;
    padding: 10px 45px 10px 5px;
    overflow: hidden;
    background: #333; 
    color: #a2a2a2;
    color: rgba(255,255,255,0.6);
    border-top: 2px solid #55a79a;
}
.popopen .media-pop i {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}



/* ==========================================================================
   board exam custom
   ========================================================================== */
#exam {
  color:#313131;
}
#exam img { 
  max-width: 100%; 
  height:auto;
}
h2.exam-text {
  font-size: 150%;
  margin: 0 0 1em 0;
  text-align: center;
}
ul.exam-nav {
  max-width: 100%; 
  list-style: none;
  margin:20px 0;
  padding:0;
}
ul.exam-nav li:first-of-type {
  float:left;
  width:50%;
  margin:0;
  border:solid 1px #00bb9b;
  color:#00bb9b;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding:0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
ul.exam-nav li:last-of-type {
  float:left;
  width:50%;
  margin:0;
  border:solid 1px #00bb9b;
  border-left:none;
  color:#00bb9b;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding:0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
ul.exam-nav li a:link,ul.exam-nav li a:visited {
  display: block;
  padding:10px;
  color:#00bb9b;
  text-decoration: none;
}
ul.exam-nav li a:hover,ul.exam-nav li a:active {
  color:#ffffff;
  background-color: #00bb9b;
}
#exam_01,#exam_02 {
  margin:-50px 0 10px 0;
  padding:40px 0 0 0;
}
h3.exam-text {
  background-image: url(/images/throw/icon_point.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding:5px 0 5px 35px;
  color:#00bb9b;
  font-size: 150%;
  margin:50px 0 10px 0;
}
h4.exam-text_profile {
  background-image: url(/images/throw/icon_profile_mini.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding:3px 0 0 30px;
  font-size:100%;
  margin:10px 0 7px 20px;
  height:23px;
}
h4.exam-text_public {
  background-image: url(/images/throw/icon_public_mini.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding:3px 0 0 30px;
  font-size:100%;
  margin:40px 0 7px 20px;
  height:23px;
}
h4.exam-text_home {
  background-image: url(/images/throw/icon_home_mini.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding:3px 0 0 30px;
  font-size:100%;
  margin:40px 0 7px 20px;
  height:23px;
}
dl.exam-dl dt {
  clear:both;
  float:left;
  width:25%;
  font-weight: normal;
  white-space: nowrap;
}
dl.exam-dl dd {
  float:left;
  white-space: normal;
  width:70%;
}
p.exam-text_p {
  margin:0 0 0 5%;
}
p.exam-text_p_bold {
  margin:0 0 0 3%;
  font-size: 120%;
  font-weight: bold;
  color:#2c2c2c;
}
.exam-text_gray {
  margin:5% 0 0 5%;
  color:#6b6b6b;
}
hr.exam_hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
.exam-num {
  color: #00bb9b;
  font-size: 130%;
}
.exam-green {
  color: #00bb9b;
}
/* ==========================================================================
   board grid custom
   ========================================================================== */

.card-grid {
  position: relative;
  width:100%;
  margin:0;
  padding:10px;
  border-bottom:solid 1px #a6a6a6;
  background-color: #ffffff;
  line-height: 1.5em;
  font-size:90%;
}
.grid {
  position: relative;
  width:100%;
  margin:0;
  padding:10px;
  border-bottom:solid 1px #a6a6a6;
  background-color: #ffffff;
  line-height: 1.5em;
  font-size:90%;
}
.grid>.pull-left {
  margin-right: 10px;
}
.grid-object {
  width:45px;
  height:45px;
}
.grid-body {
  text-align: left;
  min-height: 60px;
  vertical-align: top;
  margin:0;
  padding:0 0 0 55px;
}
.grid-heading {
  color:#51b996;
  font-weight: bold;
  margin:0 0 3px 0;
  font-size:110%;
}
.grid-heading span {
  font-size:90%;
  font-weight: normal;
  color:#8c8c8c;
}
.pull-left img {
  padding-bottom: 5px;
}
.btn_area {
  float:right;
  margin:0 0 5px 5px;
  text-align: right;
  width: 100px;
  padding: 0;
}
.btn_area .btn {
    margin:0;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    line-height: 1em;
    outline: none;
    padding: 0;
    width: 100px;
    height:30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display:inline-block;
    background-color:#000000;
}
.btn_area .btn:focus,
.btn_area .btn:hover,
.btn_area .btn:active:focus,
.btn_area .btn.active:focus {
    outline: none;
    text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
    filter: alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Firefox(old) */
    -khtml-opacity: 0.6; /* Safari(old) */
    opacity: 0.6;
}
.btn_area .catch-add-btn {
    display: block;
    text-align: center;
    padding-left:30px;
    background-color:#51b996;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 30px 18px;
    background-image: url(/images/throw/icon_catch.png);
}
.btn_area .catch-remove-btn {
    display: block;
    text-align: center;
    background-color:#A9A9A9;
}
/* ==========================================================================
   board custom
   ========================================================================== */

.btn-next{
    width: 75%;
    display: block;
    margin: 30px auto;
}

.media-comment {
    padding: 5px 10px 10px 10px;
    background: lightgray;
    margin: 5px -10px;
}

.tool_comment a {
    padding-left: 27px;
}

.tree {
    margin: 31px 31px 31px 28px;
    /* padding-bottom: 31px; */
    border-left: 3px solid #3498DB;
}
.tree .media {
    margin-bottom: 10px;
    border: none;
    padding-left: 7px;
    margin: 0px -31px;
    background: transparent;
    width: initial;
}
.branch {
    margin-left: -3px;
    border-left: 3px dotted #3498DB;
    background: white;
    padding-bottom: 31px;
}

.tree .branch .media {
    border-bottom: 1px solid rgb(166, 166, 166);
    margin-left: 0px;
}

.tree .media[data-tree="ground"] {
    padding-top: 0px;
}
.tree [data-target="treeoff"] {
    background: white;
    margin-left: -31px;
}

.media .btn-link {
    height: 35px;
    padding: 10px 15px 0 15px;
}
.media .btn-mute {
    opacity: 0.3;
    position: absolute;
    top: 10px;
    right: 0px;
    color: #2a6496;
    background-color: transparent;
    font-size: 12px;
    line-height: 12px;
    border: none;
    padding: 6px;
}


.user_header {
    overflow: hidden;
}

.media-img-outer {
    margin-top:10px;
    overflow: hidden;
}

.media {
  position: relative;
  width:100%;
  margin:0;
  padding:10px 5px;
  border-bottom:solid 1px #a6a6a6;
  background-color: #ffffff;
  line-height: 1.5em;
  font-size:90%;
}
.media-object {
  width:45px;
  height:45px;
}
.media-body {
  text-align: left;
  margin:0 5px 0 0;
  min-height: 60px;
  vertical-align: top;
}
.media-body p {
  margin:0;
  color: #3E3A39 !important;
}
.media-heading {
  color:#51b996;
  font-weight: bold;
/*  margin:0 0 5px 0; */
  margin:0 0 0 0;
  font-size:110%;
  width:100%;
  line-height: 130%;
  float: left;
}
.media-heading span.userid {
  font-size:90%;
  font-weight: normal;
  color:#8c8c8c;
}
/*.media-heading .postdate { */
.media-body .postdate {
  margin:0 0 5px 0;
/*  font-size:80%; */
  font-size:90%;
  font-weight: normal;
  color:#51b996;
}
.panel-body {
  padding:0;
}
.panel-heading {
  display:none;
}
.panel-default {
  border:none;
}
.panel {
  width:100%;
  margin:0;
  padding:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.tool_ball a.btn_cmt:link,.tool_ball a.btn_cmt:visited {
  float:left;
  text-align: right;
  display: block;
  width:23px;
  height:20px;
  background-image:url(/images/throw/icon_recomment.png);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center top;
  margin:3px 20px 0 0;
  padding-left: 27px;
  color:#199fca;
  text-decoration: none;
}
.tool_ball a.btn_cmt:hover,.tool_ball a.btn_cmt:active {
  background-position: center bottom;
  color:#f7b525;
  text-decoration: none;
}
.tool_ball a.btn_url:link,.tool_ball a.btn_url:visited {
  float:left;
  text-align: right;
  display: block;
  width:23px;
  height:20px;
  background-image:url(/images/throw/icon_url.png);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center top;
  margin:3px 20px 0 0;
  padding-left: 27px;
  color:#199fca;
  text-decoration: none;
}
.tool_ball a.btn_url:hover,.tool_ball a.btn_url:active {
  background-position: center bottom;
  color:#f7b525;
  text-decoration: none;
}

.tool_ball {
  float:right;
  text-align: left;
  margin:7px 0 0 8px;
  vertical-align: middle;
}
.tool_ball img {
  width:25px;
  height:auto;
}
.tool_ball a {
  float:left;
}
.tool_ball .icon_ball,.tool_ball .icon_strike {
  float:left;
  text-align: left;
  margin:2px 5px;
  width:52px;
}
.tool_ball .icon_ball img,.tool_ball .icon_strike img {
  width:14px;
  height:auto;
}
.tool_ball .icon_strike span {
  padding-left:3px;
  color:#d61518;
  vertical-align: middle;
}

.profile-left {
  float:left!important;
  margin:0 10px;
}
.profile-left img {
  width:70px;
  height:70px;
}
.profile-body {
  text-align: left;
  margin:0 5px 10px 0;
  min-height: 80px;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}
.profile-body p {
  margin:0;
}
.profile-body p.green {
  color:#51b996;
}

.profile-heading {
  color:#51b996;
  font-weight: bold;
  margin:0 0 5px 0;
  font-size:120%;
  min-height:30px;
  line-height: 100%;
}
.profile-heading span {
  font-size: 80%;
  font-weight: normal;
  color: #8c8c8c;
  margin:0;
}
.profile-cnt-area {
  width:100%;
  margin:-15px 0 0 0;
  padding:0;
  font-size: 80%;
  text-align: center;
}
.profile-cnt01 {
  clear:both;
  border-top:solid 1px #a6a6a6;
  border-bottom:solid 1px #a6a6a6;
  float:left;
  width:33%;
  text-align: center;
  border-right:solid 1px #a6a6a6;
  padding:7px 0;
}
.profile-cnt02 {
  border-top:solid 1px #a6a6a6;
  border-bottom:solid 1px #a6a6a6;
  float:left;
  width:33%;
  text-align: center;
  border-right:solid 1px #a6a6a6;
  padding:7px 0;
}
.profile-cnt03 {
  border-top:solid 1px #a6a6a6;
  border-bottom:solid 1px #a6a6a6;
  float:left;
  width:34%;
  text-align: center;
  padding:7px 0;
}
.profile-cnt01 a:link,.profile-cnt02 a:link,.profile-cnt03 a:link,.profile-cnt01 a:visited,.profile-cnt02 a:visited,.profile-cnt03 a:visited {
  display:block;
  margin:-7px 0;
  padding:7px 0;
}
.profile-cnt01 a:hover,.profile-cnt02 a:hover,.profile-cnt03 a:hover,.profile-cnt01 a:active,.profile-cnt02 a:active,.profile-cnt03 a:active {
  background-color: #DCDCDC;
  color:#ffffff;
  text-decoration: none;
}
.profile-cnt01 .cnt,.profile-cnt02 .cnt,.profile-cnt03 .cnt {
  color:#51b996;
  font-size:150%;
  font-weight: bold;
}

.profile-cnt04 {
  float:left !important;
  text-align: center;
  color:#ffffff;
  padding:3px 5px;
  margin:0 0 -3px 10px;
  background-color: #51b996;
  position: relative;
  font-size: 90%;
}
.profile-cnt05 {
  float:left;
  width:33%;
  text-align: center;
  color:#ffffff;
  padding:5px 0;
  background-color: #51b996;
}
.profile-cnt06 {
  float:left;
  width:34%;
  text-align: center;
  color:#ffffff;
  padding:5px 0;
  background-color: #51b996;
}
.profile-cnt04 .cnt,.profile-cnt05 .cnt,.profile-cnt06 .cnt {
  font-size:150%;
  font-weight: bold;
}
.profile-cnt04:after{
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #51b996;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 45%;
}
.profile-body .btn {
    float:right;
    margin:0;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    line-height: 1em;
    outline: none;
    padding: 0;
    width: 120px;
    height:30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display:inline-block;
    background-color:#000000;
}
.profile-body .btn:focus,
.profile-body .btn:hover,
.profile-body .btn:active:focus,
.profile-body .btn.active:focus {
    outline: none;
    text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
    filter: alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Firefox(old) */
    -khtml-opacity: 0.6; /* Safari(old) */
    opacity: 0.6;
}
.profile-body .catch-add-btn {
    display: block;
    text-align: left;
    padding-left:35px;
    background-color:#51b996;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 30px 18px;
    background-image: url(/images/throw/icon_catch.png);
}
.profile-body .catch-remove-btn {
    display: block;
    text-align: center;
    background-color:#A9A9A9;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 30px 18px;
}
#user_header .setting-btn {
    display: block;
    width: 85px;
    text-align: left;
    padding-left:35px;
    background-color:#efefef;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 20px 20px;
    background-image: url(/images/throw/icon_setting.png);
    color:#73498e;
}

/* ==========================================================================
   login
   ========================================================================== */

.form-wrapper {
  border:none;
  border-radius:0;
  -webkit-border-radius:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  text-align: center;
}
.title-divider {
  text-align: center;
  color:#727171;
  background:none;
}
.title-divider small {
  margin-top:10px;
}
.form-group {
  color:#727171;
  text-align: left;
  clear:both;
}
.login-link {
  display:block;
  margin:5px 0 20px 0;
  color:#199fca;
}
.form-wrapper .btn {
    margin:0;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    line-height: 1em;
    outline: none;
    padding: 0;
    width: 90%;
    height:40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display:inline-block;
    background-color:#000000;
}
.form-wrapper .btn:focus,
.form-wrapper .btn:hover,
.form-wrapper .btn:active:focus,
.form-wrapper .btn.active:focus {
    outline: none;
    text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
    filter: alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Firefox(old) */
    -khtml-opacity: 0.6; /* Safari(old) */
    opacity: 0.6;
}
.form-wrapper .btn-primary {
  border:none;
  background-color: #4cb08f;
}
.form-wrapper .btn-new {
  background-color: #e89215;
}


/* ==========================================================================
   setting
   ========================================================================== */
#settingboard form input{
  margin:5px 0 15px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width:100%;
  font-weight: normal;
}
#settingboard form {
  text-align: center;
  width:95%;
}
#settingboard form .btn-setting {
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    line-height: 1em;
    outline: none;
    margin:10px;
    padding: 0;
    width: 40%;
    height:40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display:inline-block;
    background-color:#000000;
}
#settingboard form .btn:focus,
#settingboard form .btn:hover,
#settingboard form .btn:active:focus,
#settingboard form .btn.active:focus {
    outline: none;
    text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
    filter: alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Firefox(old) */
    -khtml-opacity: 0.6; /* Safari(old) */
    opacity: 0.6;
}
#settingboard form .close-btn {
    display: block;
    float:right;
    background-color:#c9caca;
}
#settingboard form .setting-btn {
    clear:both;
    display: block;
    float:left;
    background-color:#ffffff;
    color:#51b996;
    border:solid 1px #d9d9d9;
}
#settingboard form .setting-btn:focus,
#settingboard form .setting-btn:hover,
#settingboard form .setting-btn:active:focus,
#settingboard form .setting-btn.active:focus {
    background-color:#d9d9d9;
  }
#settingboard form textarea {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
    line-height: 1.5em;
    height: 100px;
    background-color:transparent;
    resize: none;
    margin:5px 0 15px 0;
  font-weight: normal;
}

#settingboard form textarea::-webkit-input-placeholder {
    color: #dcdddd;
}

#settingboard form textarea:focus {
    box-shadow: none;
    color: #3d3a3a;
    border: solid 1px #55a79a;
}

#settingboard form select {
  font-weight: normal;
  margin:5px 0 15px 0;
}
#settingboard form select option:focus {
    box-shadow: none;
    border: solid 1px #55a79a;
}
#settingboard .input-group {
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  width:100%;
}
#settingboard .select_label {
  clear:both;
  float:left;
  width:30%; 
  margin-right: 10px;
}
#settingboard #imageboard {
  margin:10px 0;
}
#settingboard #btn-editorimg {
  padding: 0;
  overflow: hidden;
}

#settingboard #btn-editorimg .profileimg {
    padding: 100% 0 0 0;
    height: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
#settingboard #btn-editorimg .icon {
  position: absolute;
  top: 30%;
  padding: 0;
  margin: 0;
}
#settingboard #btn-editorimg .bottom {
  background-color: rgba(0,0,0,0.4);
  bottom: 0%;
  margin: 0;
  position: absolute;
}
#settingboard #btn-editorimg #fileupload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.btn-refresh .fa {
    margin-right: 10px;
}
.btn.btn-refresh {
    color: #51b996;
}
/* 2015.4追加URL用 */
textarea.form-control-textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
//    line-height: 21px;
    overflow: hidden;
    height: 35px;
    display: block;
    cursor: default;
    white-space: nowrap;
    resize: none;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 1px rgba(0, 132, 180, 0.7) inset;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}
textarea.form-control-textarea:focus {
    border-color: #56B4EF;
}