/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  text-decoration: none;
  color: #004b91;
  box-sizing: border-box;
}
a:hover {
  color: #ff7800
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
input, select {
  vertical-align: middle;
}
html {
  height: 100%;
  overflow-x: auto;
}
body {
  background-color: #ECEEF1;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  line-height: 1;
  font-size: 13px;
  min-width: 1130px;
  overflow: hidden;
  position: relative;
}
.cf:before, .cf:after {
  display: table;
  content: '';
}
.cf:after {
  clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1;
}
.over {
  margin: 0 -500%;
  padding: 0 500%;
}

/* ---------------------------------------------------------
   header
 ---------------------------------------------------------*/
.bar {
  overflow: hidden;
  height: 45px;
  background-color: #263147;
  margin-bottom: 10px;
}
.barInner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1130px;
}
.logo {
  overflow: hidden;
  width: 110px;
  color: #fff;
}
.logo a {
  color: #fff;
  white-space: nowrap;
  font-size: 24px;
}
.logo a:hover {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
}
.icon-logo-big:before {
  margin-right: 20px;
  line-height: 45px;
}
.bar-nav .menu {
  position: absolute;
  right: 220px;
  top: 16px;
}
.footer-nav .menu {
  margin: 20px 0;
  text-align: center;
}
.menu li {
  display: inline-block;
}
.menu li a {
  color: #fff;
  display: block;
  padding: 0 10px;
}

/* ---------------------------------------------------------
   search
   ---------------------------------------------------------*/
.searchForm {
  position: absolute;
  top: 8px;
  right: 0;
}
.searchInner {
  position: relative;
  display: table;
  margin: 0;
  width: 200px;
  border-collapse: separate;
}
.searchTxt {
  background-color: #fff;
  border: medium none;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.5;
  margin: 0;
  padding: 3px 12px;
  width: 100%;
}
.searchBtn {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0;
}
.searchBtn-submit {
  background-color: #777da7;
  border: medium none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  cursor: pointer;
  font-size: 23px;
  height: 30px;
  line-height: 30px;
  margin-left: -1px;
  padding: 0;
  position: relative;
  width: 40px;
}

/* ---------------------------------------------------------
   wrapper
   ---------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 1140px;
  position: relative;
}
.column3 {
  position: relative;
}
.column3-left {
    float: left;
    width: 924px;
}
.contents {
  float: right;
  width: 708px;
}
.contentsInner {
}
.sideber-left {
  float: left;
  margin-right: 6px;
  width: 210px;
  position: relative;
}
.sideber-right {
  float: right;
  width: 210px;
  position: relative;
}

/* ---------------------------------------------------------
   main
   ---------------------------------------------------------*/
.main {
}
.mainInner {
}
.post {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
}
.postTxt {
  float: right;
  width: 520px;
}
.postImg {
  float: left;
}
.postThumbnail {
  display: block;
}
.postThumbnail .wp-post-image {
  border: 1px solid #fff;
}
.postThumbnail:hover .wp-post-image {
  border: 1px solid #ff7800;
}
.postTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 40px;
}
.postTitle a {
  color: #333;
}
.postTitle a:hover {
  color: #ff7800;
}
.postMeta {
  position: absolute;
  top: 15px;
}
.single .postMeta {
  top: 8px;
}
.postMeta span {
  background-color: #fff;
  margin-right: 10px;
}
.postMeta span a {
  background-color: #fff;
}
.postMore {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.postMeta i {
  color: #777da7;
  font-size: 13px;
  margin-right: 2px;
}
.postKeyword {
  bottom: 15px;
  max-height: 58px;
  overflow: hidden;
  position: absolute;
  width: 400px;
}
.single .postKeyword {
  bottom: 8px;
}
.postKeyword a, .st-tags {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  margin-top: 6px;
  padding: 4px 6px;
}
.postKeyword a:hover {
  border: 1px solid #ff7800;
}
.st-tag-cloud {
  padding: 8px;
}

/* ---------------------------------------------------------
   rss
   ---------------------------------------------------------*/
#rss-header {
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  height: 1115px;
  margin-bottom: 10px;
  width: 708px;
}
#rss-header iframe {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------
   nav
   ---------------------------------------------------------*/
.pagerPC {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
  padding: 5px 0;
  position: relative;
  text-align: center;
}

/* ---------------------------------------------------------
   single
   ---------------------------------------------------------*/
.breadcrumbs {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #555;
  font-size: 12px;
  margin-bottom: -1px;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-header {
  position: relative;
}
.rss {
  clear: both;
  overflow: hidden;
}
#rss-middle {
  border-bottom: 2px dotted #dcdcdc;
  border-top: 2px dotted #dcdcdc;
  margin: 5px -5px 0;
}
#rss-middle .rssIn {
  margin-top: -1567px;
}
#rss-middle .rssIn iframe {
  height: 1905px;
  width: 100%;
}
.post-main {
  padding: 18px;
  position: relative;
}
.post-before {
}
.post-after {
}
#rss-main {
  margin: 0 -10px;
}
#rss-main .rssIn {
  margin-top: -1600px;
}
#rss-main .rssIn iframe {
  height: 3090px;
  width: 100%;
}
.single .info {
  border-bottom: 1px solid #f1f1f1;
  color: #a9a9a9;
  margin: 25px 0 10px;
  padding-bottom: 3px;
}
.single .res {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 12px;
    word-break: break-all;
}
.single .img_frame {
  font-size: 17px;
  font-weight: bold;
  word-break: break-all;
}
.single .img_frame a, .single  #list_img p a {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 2px solid #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  width: 650px;
}
.h3-divider {
  background-color: #f2f2f2;
  border-left: 4px solid #777da7;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  margin: 10px 0;
  padding-left: 8px;
}
.related-entry {
}
.related-entry li {
  position: relative;
}
.related-entry li a:before {
  color: #c86564;
  content: "■";
  display: inline-block;
  font-family: arial;
  left: 2px;
  position: absolute;
  top: 6px;
}
.related-entry li a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-size: 14px;
  padding: 7px 10px 7px 20px;
}
.ranking-ga {
  counter-reset: ranking-ga;
}
.ranking-ga li {
  position: relative;
}
.ranking-ga li a:before {
  border: 1px solid #c86564;
  color: #c86564;
  content: counter(ranking-ga, decimal);
  counter-increment: ranking-ga;
  display: inline-block;
  font-family: メイリオ;
  font-size: 12px;
  left: 0;
  line-height: 13px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 13px;
}
.ranking-ga li a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-size: 14px;
  padding: 7px 10px 7px 20px;
}
.post-social {
  text-align: right;
  margin: 10px 0;
}
.pocket-btn {
  display: inline-block;
}
.pocket-btn iframe {
  width: 88px;
  overflow: hidden;
  height: 20px;
}
.comments-btn {
  vertical-align: top !important;
}


/* ---------------------------------------------------------
   single nav
   ---------------------------------------------------------*/
.cat_paging {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 18px;
}
.cat_paging .alignleft {
  border-right: 2px solid #f1f1f1;
  float: left;
  width: 330px;
}
.cat_paging .alignright dt {
  text-align: right;
}
.cat_paging .alignright {
  float: right;
  width: 330px;
}
.cat_paging dt {
  font-size: 14px;
  margin-bottom: 10px;
}
.cat_paging .alignright .thumb {
  float: right;
  margin-left: 10px;
}
.cat_paging .alignleft .thumb {
  float: left;
  margin-right: 10px;
}
.cat_paging .alignleft .title, .cat_paging .alignright .title {
  font-size: 16px;
}
.cat_paging a img {
  height: auto;
  width: 80px;
}
.cat_paging .nopost a {
  display: block;
  margin: 15px 0;
}

/* ---------------------------------------------------------
   comments
   ---------------------------------------------------------*/
#comments {
}
#id-list {
  counter-reset: id-list;
}
#id-list .comment {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 10px 50px 10px 10px;
  position: relative;
}
#id-list .comment:before {
  color: #eaebf1;
  content: counter(id-list, decimal);
  counter-increment: id-list;
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 14px;
  width: 80px;
}
.comment-header {
  border-bottom: 1px solid #f1f1f1;
  color: #a9a9a9;
  line-height: 20px;
  padding-bottom: 3px;
}
.comment-name {
  color: green;
  font-style: normal;
  margin: 0 10px;
}
.comment-body {
  font-size: 14px;
  padding: 10px 45px 10px 10px;
}
#commentForm {
  border-top: 2px dotted #dcdcdc;
  margin-top: 20px;
  padding: 10px;
}
#commentForm label {
  display: block;
  margin: 10px 0;
}
.comment-form #author, #commentForm-textarea {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-shadow: 0 1px 3px #ddd inset;
  box-sizing: border-box;
  color: #222;
  margin-bottom: 10px;
  padding: 10px;
}
.comment-form #author {
  width: 30%;
}
#commentForm-textarea {
  height: 80px;
  padding: 10px;
  width: 100%;
}
#comments .form-submit {
margin-bottom:8px;
}

/* ---------------------------------------------------------
   404
   ---------------------------------------------------------*/
#page404 {
}
#page404 p {
  background-color: #eaebf1;
  border: 1px solid #777da7;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px;
}
.page404-img a img {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 650px;
}

/* ---------------------------------------------------------
   aside
   ---------------------------------------------------------*/
.sideber {
}
.sideber-left {
  border-right: none;
}
.tertiary {
  border-left: none;
}
.widget {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
}
.widget .screen-reader-text{
  display: none;
}
.widget ul {
  padding: 0 1px;
}
.widget li {
  position: relative;
}
.widget li a:before {
  color: #c86564;
  content: "■";
  display: inline-block;
  font-family: arial;
  left: 2px;
  position: absolute;
  top: 6px;
}
.widget li a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 7px 7px 7px 13px;
}
.widget .avhec-widget-line a {
  position: relative;
}
.widget .avhec-widget-count {
  background: none repeat scroll 0 0 #fcfcfc;
  border-radius: 9px;
  box-shadow: 0 0 0 1px gainsboro inset;
  color: #777;
  display: inline-block;
  float: right;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  width: 40px;
}
.widget-title {
  line-height: 30px;
  background-color: #f2f2f2;
  border-left: 4px solid #777da7;
  font-size: 14px;
  margin: 1px;
  padding: 0 10px;
}
.widget select {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  margin: 10px auto;
  text-indent: 10px;
  width: 190px;
}

/* -- テキストが画像に入るタイプ --*/
.listTopic {
  border-top: 1px solid #d9d9d9;
  padding: 0;
  position: relative;
  text-align: center;
}
.listTopic:first-child {
  border-top: none;
}
.listTopic a {
  border: 2px solid #fff;
  display: block;
}
.listTopic a:hover {
  border: 2px solid #ff7800;
}
.listTopic-img img {
  height: auto;
  padding: 5px;
  width: 100%;
}
.listTopic-text {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 15px;
  font-size: 12px;
  left: 13px;
  line-height: 22px;
  overflow: hidden;
  position: absolute;
  width: 182px;
}

/* -- テキストが画像の外のタイプ --*/
.listPop {
  border-top: 1px solid #d9d9d9;
  padding: 0;
  position: relative;
  text-align: center;
}
.listPop:first-child {
  border-top: none;
}
.listPop a {
  border: 2px solid #fff;
  display: block;
}
.listPop a:hover {
  border: 2px solid #ff7800;
}
.listPop-img img {
  height: auto;
  padding: 5px;
  width: 170px;
}
.listPop-rank {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  left: 8px;
  line-height: 22px;
  position: absolute;
  top: 7px;
  width: 35px;
  z-index: 10;
}
.listPop-text {
  margin-bottom: 5px;
  margin-top: -3px;
}
.listPop-price {
  left: 13px;
}
.widget-rightTopad .listPop-img img {
  width: 100%;
}


/* -- 追従 --*/
.listFix {
  box-sizing: border-box;
  overflow: hidden;
  width: 210px;
}
.listFix a {
  background-color: #fff;
  border: 3px solid #333d47;
  box-sizing: border-box;
  display: block;
  margin: 7px 0;
  position: relative;
}
.listFix a img {
  box-sizing: border-box;
  width: 100%;
}
.listFix-caption {
  box-sizing: border-box;
  font-size: 13px;
  height: auto;
  margin: 0;
  padding: 5px;
  text-align: left;
  width: 210px;
}
.listFix-badge {
  background-color: #65aad2;
  color: #fff;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 120px;
}

/* ---------------------------------------------------------
   footer
   ---------------------------------------------------------*/
.iframe-ad {
  margin-bottom: 10px;
  text-align: center;
}
.footer {
  clear: both;
  background-color: #263147;
  overflow: hidden;
}
.footer-copy {
  border-top: 1px solid #777da7;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
}

/* ---------------------------------------------------------
   font
   ---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot?sxkps3');
  src: url('../../fonts/icomoon.eot?#iefixsxkps3') format('embedded-opentype'), url('../../fonts/icomoon.woff?sxkps3') format('woff'), url('../../fonts/icomoon.ttf?sxkps3') format('truetype'), url('../../fonts/icomoon.svg?sxkps3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'], [class*='icon-'] {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icomoon';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.icon-logo-small:before {
  content: '\e600';
}
.icon-logo-big:before {
  content: '\e601';
}
.icon-heart:before {
  content: '\e602';
}
.icon-home:before {
  content: '\e603';
}
.icon-clock:before {
  content: '\e604';
}
.icon-search:before {
  content: '\e605';
}
.icon-comment:before {
  content: '\e606';
}
.icon-quote:before {
  content: '\e609';
}
.icon-folder:before {
  content: '\e60a';
}
.icon-right:before {
  content: '\e60b';
}
.icon-tag:before {
  content: '\e60c';
}
.icon-bottom:before {
  content: '\e60d';
}
.icon-close:before {
  content: '\e60e';
}
.icon-menu:before {
  content: '\e9bd';
}
.logo-icon__big {
}

/* ---------------------------------------------------------
   bootstrap btn
   ---------------------------------------------------------*/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #222;
  text-shadow: 0 1px 1px #FFF;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd', GradientType=0);
  border-top: 1px solid #a4a4a4;
  border-right: 1px solid #9c9c9c;
  border-left: 1px solid #9c9c9c;
  border-bottom: 1px solid #929292;
  *border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn:hover, .btn:focus, .btn.disabled, .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .btn.active {
  color: #FFF !important;
  background-color: #777da7;
  *background-color: #777da7;
  border: 1px solid #777da7;
  text-shadow: none;
}
.btn:active, .btn.active {
  background-color: #777da7 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover, .btn:focus {
  color: #222;
  text-decoration: none;
  border: 1px solid #ff7800;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 8px 15px;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block+.btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group+.btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group {
  margin-left: 5px;
}
.btn-group>.btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group>.btn+.btn {
  margin-left: -1px;
}
.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
  font-size: 14px;
}
.btn-group>.btn-mini {
  font-size: 10.5px;
}
.btn-group>.btn-small {
  font-size: 11.9px;
}
.btn-group>.btn-large {
  font-size: 17.5px;
}
.btn-group>.btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group>.btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active {
  z-index: 2;
}
.more-height {
  padding: 8px 12px
}

/* ---------------------------------------------------------
   dialog
   ---------------------------------------------------------*/
#kotak-dialog {
  position: fixed;
  top: 20%;
  left: 50%;
  margin: 0px 0px 0px -295px;
  width: 590px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none
}
#kotak-dialog *:focus {
  outline: none
}
#kotak-dialog h3.title {
  background-color: #3e8ec7;
  padding: 10px 15px;
  color: #fff;
  font: normal 16px Arial, Sans-Serif;
  margin: 0px 0px 0px 0px;
  position: relative
}
#kotak-dialog h3.title a {
  background-color: #ff0c39;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 15px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  width: 20px;
}
#kotak-dialog .isi-dialog {
  margin: 15px;
  font: normal 12px Arial, Sans-Serif
}
#kotak-dialog .button-wrapper {
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 15px
}
#kotak-dialog .button-wrapper button {
  background-color: #FF0C39;
  border: none;
  font: bold 12px Arial, Sans-Serif;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer
}
#kotak-dialog .button-wrapper button:hover {
  background-color: #aaa
}
#dialog-overlay {
  position: fixed !important;
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  display: none
}
#infoContainer a {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  padding: 5px 10px
}
#infoContainer a:hover {
  border: 1px solid #E47911
}
#infoContainer img {
  float: left;
  height: 90px;
  margin-right: 10px;
}
#infoContainer a span {
  color: #555;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
}
#iframeContainer iframe {
  width: 100%;
  width/*\**/:565px\9;
  height: 360px;
  height/*\**/:370px\9;
  border: none;
  background-color: #ccc;
  overflow: hidden !important
}




.dl-profile {
    display: flex;
    border-top: none;
    margin-top: 16px;
    font-size: 15px;
    flex-wrap: wrap;
    line-height: 1.8;
}
.dl-profile dt {
    width: 115px;
}
.dl-profile dd {
    margin: 0;
    width: calc( 100% - 115px );
    background: #fff;
    box-sizing: border-box;
}


/*YouTubeレスポンシブサイズ*/
.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
