/* *****************************************************
 MediaProbe Inc. Corporate Website Stylesheet
 Copyright (c) MediaProbe Inc. All Rights Reserved.
 http://www.mediaprobe.co.jp/css/style.css
***************************************************** */

/* *************************
 Basic Layout
************************* */

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #fff;
/*
  background-color: transparent;
  background-position: top right;
  background-image: url("../../common/img/bg_image.jpg");
  background-repeat: repeat;
*/
  font-size: 85%;
}

.structure {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#header {
  background: fff; 
  position: relative;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}

#top-nav {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
#top-nav-left {
  display: table-cell;
  vertical-align: middle;
}
#top-nav-right {
  display: table-cell;
  margin: 15px 0 auto auto;
  text-align: right;
}
#mobile-head{
  display: none;
}

@media (max-width: 1000px) {
  #top-nav{
    padding: 10px 3% 10px;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    margin-top: 0;
    z-index:100;
  }

  .structure{
    padding: 0 3%;
  }

  #top-nav-right {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: center;
  }

  #mobile-head{
    display: table-cell;
  }

  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
    font-size: 24px;
    color: #333;
  }
  #top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }

  #nav-toggle {
 /*   display: none;*/
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

    #nav-toggle.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    #nav-toggle.open span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    #nav-toggle.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    #global-nav.open {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

#global-nav {
  display: table;
  table-layout:fixed;
  float: right;
}

#breadcrumbs {
  color: #999;
  font-size: 85%;
  padding: 5px 15px 5px 0;
}
#breadcrumbs a {
  color: #ccc;
}

@media (max-width: 1000px) {
  #breadcrumbs {
    padding-top: 70px;
  }
}

#category-header {
  background-color: #008a9f;
  color: #fff;
  font-size: xx-large;
  padding: 20px;
  margin: 30px 0;
  font-family: Arial;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

a.last {
text-decoration: none;
}

#container {
  background-color: #fff;
  min-height: 100px;
  height: auto !important;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1000px;
}

#sub-nav {
  float: right;
  width: 240px;
}

#sub-nav a{
color: #333;
}
#sub-nav-menu {
  padding: 1em 0;
}
#sub-nav-top, 
#sub-nav-bottom {
  border: 1px solid #ccc;
  background-color: #eee;
  margin: 0 25px 0 2px;
  padding: 12px 15px 12px 15px;
}
.sub-nav-top-img, 
.sub-nav-bottom-img {
  margin: 15px 20px 0 0;
  text-align: center;
}
.sub-nav-menutitle {

}
.sub-nav-menuitem, 
.sub-nav-menuitem-current {
  margin: 0;
  background: #eee;
  margin-bottom: 1px;
  font-size: 85%;
}

.sub-nav-menuitem-current {
  padding: 1em;
}

.sub-nav-menuitem a{
  display: block;
  padding: 1em;
  text-decoration: none;
}

.sub-nav-menuitem a:hover{
  text-decoration: none;
}
.sub-nav-menuitem-current a{
  text-decoration: none;
  font-weight: bold;
}
.sub-nav-menutitle h2 {
  margin: 0;
  margin-bottom: 1px;
  color: #333;
  background: #ccc;
  padding: 2em 1em;
  font-size: 90%;
}

@media (max-width: 1000px) {
  #sub-nav {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
}

.paging-nav {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.paging-nav ul {
  padding: 4px 0;
  text-align: center;
}
.paging-nav ul li {
  display:inline;
}
.paging-nav ul li.current a {
  background:  #0261A6 none repeat scroll 0 0 !important;
  color:#fff;
}
.paging-nav ul li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #E5E5E5;
  line-height: 1.2;
  padding: 2px 4px;
}

#contents {
  float: left;
  width: 100%;
  max-width: 730px;
}

@media (max-width: 1000px) {
  #contents {
    max-width: none;
    width: 100%;
  }
}

#contents_full,
#contents_tandem {
  float: none;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}

#contents_blocks {
box-sizing: border-box;
}
#index_blocks {
  clear: both;
}
.tandem_blocks {
  clear: both;
  width: 100%;
  margin: 10px 0;
}
.contents_block
.index_block {
  clear: both;
  margin: 0 15px 20px;
}
.index_block .date {
  clear: both;
  float: left;
  width: 19%;
  vertical-align: bottom;
  font-size: 85%;
  color: #666;
  border-top: 1px dotted #ccc;
  padding: 12px 0;
  box-sizing: border-box;
}

.index_block .date:before {
  content: "\f054";
  font-family: "FontAwesome" !important;
  margin-right: 0.5em;
}

.index_block_item {
  clear: both;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  padding: 2%;
  box-sizing: border-box;
}

.tandem_block_left,
.tandem_block_right {
  width: 47%;
}
.tandem_block_left .txt_box,
.tandem_block_right .txt_box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tandem_block_left {
  float: left;
  padding-right: 3px;
}
.tandem_block_right {
  float: right;
  padding-left: 3px;
}
.tandem_block_left .text_normal,
.tandem_block_right .text_normal {
  margin: 0 10px;
}

@media (max-width: 690px) {
  .tandem_block_left,
  .tandem_block_right {
    width: 100%;
    float: none;
  }
}
.solidBorder {
  border: 1px solid #ccc;
}

#footnote {
  margin: 0 40px 20px;
  font-size: 90%;
}

#page-nav {
  background-color: #fff;
}

#utility {
  background-color: #808080;
  margin-top: 50px;
  padding: 30px 0;
  box-sizing: border-box;
  width: 100%;
}

 #utility a {
  text-decoration: none;
}

#utility-button {
  float: right;
}
#utility-contents {
  font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  display: table;
  table-layout:fixed;
}
#utility-button img {
  margin: 20px 20px;
}
.utility-section {
  padding: 0 0 10px 0;
  display: table-cell;
}

@media (max-width: 690px) {
  #utility-contents {
    display: block;
    overflow: hidden;
  }

  .utility-section {
    float: left;
    width: 50%;
  }
}

#footer{
  padding-bottom: 1.2em;
  font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #464746;
  width: 100%;
}

#footer .footer_wrapper{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1em;
  overflow: hidden;
}

#footer-nav {
  text-align:center;
  overflow: hidden;
  margin-bottom:3em;
}
#footer-copyright {
  text-align:center;
  overflow: hidden;
}
#footer-std {
  clear: both;
  display: none;
}

/* *************************
 Global Settings
************************* */

a { color: #333;}
a:hover, a:active { color: #008AA0; text-decoration: underline; }
h2 a{text-decoration: none;}
h3 a{text-decoration: none;}

textarea {
  font-size: 92%;
}

img {
  border: none;
}

.img_box {
  text-align: center;
}
.img_halign {
  margin: 5px 10px 10px;
}
.img_valign {
  margin: 5px auto;
}

.index_title {
  font-size: 107%;
  margin: 0 0 1em 0;
}
.index_desc {
  line-height: 1.5em;
}
.index_title_b {
  font-size: 107%;
  padding-left: 0;
  margin: 0 0 10px 0;
}
.index_title_b:before {
  content: "\f054";
  font-family: FontAwesome !important;
  margin-right: 0.5em;
  color: #008ba0;
}

.index_title_b a{text-decoration: none;}

.index_title_d {
  float: left;
  font-size: 107%;
  width: 81%;
  border-top: 1px dotted #ccc;
  padding: 12px 0;
  box-sizing: border-box;
}

.index_desc_b {
  padding-left: 1em;
  line-height: 1.5em;
}
.index_desc_d {
  clear: both;
  padding: 8px 0 8px 19%;
  line-height: 1.5em;
}

@media (max-width: 690px) {
  .index_block .date {
    float: none;
    width: 100%;
  }
  .index_title_d {
    float: none;
    width: 100%;
    border-top: none;
  }
  .index_desc_d {
    padding: 8px 0;
  }
}


.index_readon {
  clear: both;
  text-align: right;
  padding: 5px 0;
}
.txt_box {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul {
  margin: 0 10px 0 0;
  padding: 0 0 0 30px;
}
ul li {
  margin: 0 0 5px 0;
  line-height: 150%;
}
ol {
  margin: 0 10px 0 0;
  padding: 0 0 0 30px;
}
ol li {
  margin: 0 0 5px 0;
  line-height: 150%;
}

.current {
  background-color: #eee;
  font-weight: bold;
}
.current_gn {
  border-bottom: 1px solid #008ba0;
}
.inlined {
  display: inline;
}
.blocked {
  display: block;
}

.text_normal {
  line-height: 1.7em;
}
.text_small {
  font-size: 85%;
  line-height: 1.5em;
}
.text_right {
  margin: 0 0 0 10px;
  text-align: right;
  line-height: 1.5em;
}

.contents_block .text_normal,
.contents_block .text_small {
  margin: 0;
  padding-bottom: 1em;
}

.float_l {
  float: left;
}
.float_r {
  float: right;
}
.contents_block .float_l {
  margin: 0 10px 0 0;
}
.contents_block .float_r {
  margin: 0 0 0 10px;
}

.title_h0 {
  display: none;
}
.title_h1 {
  margin: 30px 0 0 0;
}
.title_h1 h1 {
  padding: 0 0 12px 0;
  font-size: 150%;
  font-family : YuGothic, 'Yu Gothic', sans-serif;
}
.title_h3 h3 {
  border-left: 8px solid #008a9f;
  padding: 0.3em 0 0.3em 0.5em;
  font-size: 122%;
}
.title_h4 h4{
  text-indent: -0.9em;
  margin-left: 2em;
}

.title_h4 h4:before {
  content:"\f0da";
  margin-right: 0.5em;
  font-family: "FontAwesome" !important;
  font-size: 107%;
  color: #008a9f;
}
.title_h5 h5 {
  font-size: 107%;
}
.title_date {
  margin: 0;
  font-size: 85%;
  color: #666;
  float: left;
}
.sbm_box {
  height: 24px;
  margin: 0 0 2em 0;
  float: right;
}
.sbm_box a {
  display: block;
  margin-top: 5px;
  float: right;
} 
.sbm_box iframe {
  display: block;
  float: right;
  border: none;
  overflow: hidden;
  width: 72px;
  height: 24px;
  margin: 4px 8px 0 0;
}
#___plusone_0 {
  float: right !important;
}
#plusone_wrapper {
  float: right;
  padding: 4px 8px 0 0;
}  
.lead_box {
  margin: 20px 24px 0 0;
}
.link_box {
  margin: 1.5em 0 0 0;
}
.link_box h6 {
  font-size: 100%;
  margin: 1em 0 1em 0;
}
.cms_box {
  margin: 10px 40px 0 40px;
  border: 1px solid #ccc;
}
.cms_box h5 {
  margin: 0 auto 8px auto;
  padding: 6px 10px;
  font-size: 12px;
  color: #666;
  background-color: #ccc;
}
.cms_box ul li {
  font-size: 11px;
}

.readon {
  text-align: right;
}

.pagetop {
  text-align: right;
  margin: 0 30px 30px 0;
  font-size: 9.5px;
}

.caption {
  font-size: 9.5px;
}

.home_readon a,
.index_readon a {
text-decoration: none;
}

.home_readon a .more,
.index_readon a .more{
padding: 5px 10px;
background: #eee;
}

br.clr {
  clear: both;
  display: block;
  margin-bottom: 12px;
}

div.helpbox {
    border: 1px solid #ccc;
    padding: 0.7em;
}
div.helpbox span { color: #990; }

@media (max-width: 1000px) {
  .txt_box {
    width: 100% !important;
    margin-left: 0;
  }
  .index_title{
    margin: 0;
  }
  .img_box.float_l,
  .img_box.float_r {
    float: none;
    width: 100%;
  }
  .text_normal.float_l,
  .text_normal.float_r {
    width: 100% !important;
  }
}

/* 
 Header
 */
a.enlink,
a.jalink {
  display: block;
  overflow: hidden;
  height: 16px;
  margin-bottom: 1em;
  color: #333;
  text-decoration: none;
  padding-right: 13px;
}

a.enlink:hover,
a.jalink:hover {
  text-decoration: none;
  color: #008AA0;
}

#global-nav a {
  display: inline;
  float: left;
  margin: 0;
  padding: 0.2em 1em;
  color: #333;
  text-decoration: none;
}

#global-nav a:hover,
#global-nav a:active {
  color: #333;
  border-bottom: 1px solid #f00;
  text-decoration: none;
}
#global-nav a.last {

}

@media (max-width: 1000px) {
  a.enlink,
  a.jalink {
    display: none;
  }
  #global-nav {
    display: block;
    float: none;
  }
  #global-nav a {
    display: block;
    width: 100%;
    background: #eee;
    opacity: 0.95;
    margin-bottom: 1px;
    font-size: 120%;
    padding: 10px;
  }
  #global-nav a:hover, #global-nav a:active,.current_gn{
    background: #eee;
    font-weight: bold;
    color: #f33;
    border-bottom: none;
  }
}

/* 
 Utility Area
 */

.utility-section a {
  color: #fff;
}
.utility-section a:hover, 
.utility-section a:active {
  color: #008AA0;
  text-decoration: none;
}

.utility-section li.title {
  font-weight: bold;
  color: #ccc;
  letter-spacing: 0.2em;
  list-style-type: none;
  margin-left: -15px;
}

/* 
 Footer
 */

#footer-nav a {
  /*display: block;
  float: left;*/
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
}
#footer-nav a:hover, 
#footer-nav a:active {
  color: #0A99C4; 
  text-decoration: none;
}

#footer-copyright {
  color: #fff;
}

#footer-std {
  color: #ccc;
  text-align: right;
  padding: 5px 7px 5px 0;
  background-color: #063047;
}
#footer-std a {
  color: #eee;
}

@media (max-width: 690px) {
  #footer-nav a{
    float: none;
  }
  #footer-copyright{
    clear: both;
    float: none;
    text-align: center;
    padding-top: 30px;
  }
}

/* 
 Body Text Decoration
 */

span.red {
  color: red;
}
span.uline {
  text-decoration: underline;
}
span.marker {
  background-color: #ff9;
}

/* *************************
 Home
************************* */

#show {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#show img{
  width: 100%;
  padding-top: 20px;
}

@media (max-width: 1000px) {
#show img{
  padding-top: 80px;
}
}

#contents_home_full {
  width: 900px;
}

#intro img{
  margin: 20px 0 0 20px;
}
#intro p {
  margin: 20px 0 10px;
  line-height: 1.5em;
}

#middleheader img {
  margin: 20px 0 0 20px;
}

#contents_blocks_A,
#contents_blocks_B {
  padding: 0 2em 0;
}
#contents_blocks_B {
  margin: 0 0 2em 0;
}

.home #contents_blocks_A,
.home #contents_blocks_B {
  padding: 0;
}

#contents_blocks_A .tandem_block_left,
#contents_blocks_A .tandem_block_right {
  width: 290px;
}

#contents_blocks_A .tandem_block_left h2,
#contents_blocks_A .tandem_block_right h2 {
  font-size: 122%;
  margin: 5px 0;
  padding: 0 10px;
}
#contents_blocks_B .contents_block h2 {
  font-size: 122%;
  padding: 0 10px;
}

#contents_blocks_A .tandem_block_left .text_normal,
#contents_blocks_A .tandem_block_right .text_normal {
  line-height: 1.5em;
}

.home .tandem_blocks{
  display: table;
  table-layout: fixed;
}

.home #contents_blocks_A .tandem_block{
  display: table-cell;
  float: none;
  padding-right: 2%;
}

.home #contents_blocks_A .tandem_block:last-child{
  padding-right: 0;
}

#contents_blocks_B .contents_block {
  border-top: 2px solid #008a9f;
  margin: 0 0 20px 10px;
  padding: 5px 10px;
  background: #f8f9f9;
}

.home #contents_blocks_B .contents_block {
  margin: 0 0 20px 0;
}

#contents_blocks_B .contents_block .img_box {
  float: left;
  margin: 0 20px 5px 0;
}

.home #contents_blocks_B{
  overflow: hidden;
}

.home #contents_blocks_B .contents_block{
  width: 49%;
  float: left;
  box-sizing: border-box;
}

.home #contents_blocks_B .contents_block:nth-child(2n){
  float: right;
}

@media (max-width: 640px) {
  .home .tandem_blocks{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .home #contents_blocks_A .tandem_block{
    display: block;
    padding-right: 0;
  }
  .home .sns {
    float: none !important;
    text-align: center;
  }
  .img_valign {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1000px) {
.home #contents_blocks_B .contents_block{
  width: 100%;
  float: none;
}
.home #contents_blocks_B .contents_block:nth-child(2n){
  float: none;
}
#contents_blocks_B .contents_block .img_box{
  float: none;
}
.home #contents_blocks_B .contents_block a{
  width: 100%;
  display: block;
}
}

#contents_home_sub #index_blocks {
  margin: 15px 15px 0 0;
  padding: 0;
}
#contents_home_sub #index_blocks .index_block {
  margin: 0 0 20px 0;
  padding: 0;
}
#contents_home_sub #index_blocks .index_block li{
  overflow: hidden;
}
#contents_home_sub #index_blocks .index_block h3 {
  margin: 0;
  padding: 0;
}
#contents_home_sub #index_blocks .index_block h4 {
  padding: 0 0 5px 5px;

  background-position: bottom;
  background-repeat: no-repeat;
}
#contents_home_sub #index_blocks .index_block .index_date {
  font-size: 95%;
  color: #666;
  padding: 0;
  width: 20%;
  float:left;
  box-sizing: border-box;
}
#contents_home_sub #index_blocks .index_block .index_title {
  font-size: 100%;
  padding: 0 10px 5px 0;
  line-height: 1.2;
  margin-bottom: 0;
  float: left;
  width: 75%;
  box-sizing: border-box;
}
#contents_home_sub #index_blocks .index_block ul {
  margin: 0;
  padding: 0 10px 10px 10px;

  background-position: bottom;
  background-repeat: no-repeat;
}
#contents_home_sub #index_blocks .index_block ul li {
  margin: 0 0 5px 15px;

  line-height: 1.2;
}

@media (max-width: 690px) {
  #contents_home_sub #index_blocks .index_block .index_date {
    width: 100%;
  }
  #contents_home_sub #index_blocks .index_block .index_title {
    width: 100%;
  }
}
#contents_home_sub .sub-nav-top-img, 
#contents_home_sub .sub-nav-bottom-img {
  margin: 15px 0 10px 0;
  text-align: center;
}

.home_readon {
  text-align: right;
  padding: 10px 0;
}

.twtr-doc { 
  background-color: #555f66;
}

.home .sns{
  float: right;
}

.home .foot_info{
  overflow: hidden;
}

/* CSS Button */
a.btnBlack {
  /* 角丸 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* 影 */
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  /* その他の設定 */
  border:1px solid #333333;
  color:white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: inline;
  padding: 0.7em 2em;
  background-color: #666666;
}
a.btnBlack:hover {
  background-color: #444444;
}
a.btnBlack:active {
  background-color: #cccccc;
}

/* *************************
 About Us
************************* */

table.t01{
  border-collapse: collapse;
}
table.t01 tr th {
  text-align: right;
  vertical-align: top;
  padding: 5px 10px 0 10px;
  white-space: nowrap;
}
table.t01 tr th, 
table.t01 tr td {
  border-top: 1px dotted #ccc;
  padding: 10px 15px;
}
table.t01 tr th.topRow,
table.t01 tr td.topRow {
  border-top: none;
}

/* *************************
 Contact
************************* */

#form_contact {
  margin-top: 15px;
}

.table_contact tr {
  display: block;
  margin-bottom: 15px;
}
.table_contact th {
  width: 130px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.required {
  color: #cc9933;
}
.caution {
  color: red;
}
div.notice {
  text-align: right;
}
div.ppcheckbox,
div.question_submit,
div.backtohome {
  text-align: center;
  margin-bottom: 15px;
}
div.seminarInfo {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ffc;
  padding: 1em;
}

/* *************************
 Sitemap
************************* */

.sitemap_blocks_left,
.sitemap_blocks_right {
  width: 380px;
  float: left;
}
.sitemap_block {
  margin: 0 0 0 60px;
}
.sitemap_block h3 {
  margin-top: 30px;
  padding-left: 24px;
  /*background: url("../../common/img/bullet_h4.gif") no-repeat left center;*/
  font-size: 107%;
}

.sitemap_block h3:before {
content: "\f054";
font-family: "FontAwesome";
margin-right: 0.5em;
}
.sitemap_block h4 {
  margin: 10px 0 5px 36px;
  font-size: 92%;
}
.sitemap_block h5 {
  margin: 10px 0 5px 48px;
  font-size: 92%;
}
.sitemap_block .index_title {
  margin-left: 40px;
}
.sitemap_block .text_normal {
  margin: 0 10px;
}



/* *************************
 Clearfix
************************* */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* Hides from IE-Mac */


/* *************************
 印刷用
************************* */

@media print {

#top-nav-right,
#global-nav,
#sub-nav,
#utility,
#footer-nav,
#footer-std,
.pagetop {
  visibility: hidden;
  display: none;
}

#contents {
  width: 900px;
}

}
/*v2追加用*/
#page-top {
    position: fixed;
    right: 20px;
}

#page-top a {
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background: rgba(0,0,0,.25);
    border-radius: 50%;
    text-decoration: none;
}

#page-top a:hover {
    background: rgba(0,0,0,.5);
}

#page-top i{
    font-family: "FontAwesome" !important;
    font-style: normal;
}

#page-top i:after {
    font-family: "FontAwesome" !important;
    content: "\f077";
    color: #fff;
}
