@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: common.css Version:1.0
 -----------------------------------------------------------*/
/*
base setting
------------------------------*/
html {font-size: 62.5%;}
body {
  background: #f8f8f8;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4; /* 基本の行間 */
}

/*
link color
------------------------------*/
a {
  overflow: hidden;
  outline: none;}

a:link {color: #559;}
a:visited {color: #89c;}
a:hover,
a:active,
a:focus {color: #89c;}

/*
form
------------------------------*/
input {
  border: 1px solid #ccc;
  padding: 5px;
  }

select {
  color:#fff;
  padding:5px 0;
  border-radius:5px;
  width:180px;
  background: #555;
  line-height: 150%;}

/*
wrapper
------------------------------------------------------------*/
#wrap {}
#contents {
  font-size: 1.4rem;
  width:90%;
  margin: 0 auto;
  overflow:hidden;
  position:relative;
  }

/*
header
------------------------------------------------------------*/
#header {
  min-width:860px;
  margin: 0 auto 20px auto;
  }

.ttl {margin:0;padding:0;}
  
.ttl a {
  display: block;
  background: url(../img/common/ttl.png) #333 no-repeat center;
  background-size:100px 19px;
  text-indent: -9999px;
  padding:20px;
  margin:0 auto;}
  
  .clear {
  clear: both;}
/*
main
------------------------------------------------------------*/
#main {
  width: calc(100% - 260px);
  margin-top: 10px;
  margin-bottom: 30px;
  padding:10px;
  float:left;
  position: relative;

  }

h1,
h2,
h3,
h4 {
  clear: both;
  font-weight: bold;}
  
h1 {
  font-size: 2.6rem;
  border-bottom:3px solid #333;
  padding:5px;
  float: left;
  width : -webkit-calc(100% - 53px);
  width : calc(100% - 53px);}

.remark {font-style:italic;}

.top_icon {
  display: block;
  position: absolute;
  top:15px;
  right:3px;}

.copy {
  clear: both;
  padding:3px;
  width : -webkit-calc(100% - 53px);
  width : calc(100% - 53px);}

h2 {
  color:#FFF;
  font-size: 1.8rem;
  background: #999;
  padding:5px 10px;
  border-radius:5px;
  margin:35px 0 10px 0;
  }

h3 {
  border-bottom:2px solid #666;
  padding:3px;
  margin:30px 0 5px 0;
  }

h4 {font-size: 1.4rem;}

.pttl {display: block;}


p,
table {
  line-height: 180%;}

p {margin:5px 0 15px 3px;}

ul {
  padding:0 0 15px 20px;
  list-style:outside;}
li {}


ul.ss,
ul.file {
  padding:5px 0 5px 0;
  list-style:none;
  clear:both;
  color:#999;}
  
  ul.ss span,
  ul.file span {
  margin-left:5px;
  font-size:1.2rem;
  color:#333;}
  
ul.ss li {
  background: url(../img/common/book.gif) no-repeat left top;
  padding-left:22px;
  margin-right:20px;
  float:left;
  display:inline;
  min-height:21px;}
  
ul.file li {
  background: url(../img/common/file.gif) no-repeat left top;
  padding-left:22px;
  margin-right:20px;
  float:left;
  display:inline;
  min-height:21px;}
  

.source {
  text-align:right;
  font-style:italic;
  display:block;
  }

.spec {
  width:calc(100% - 250px);
  float: left;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing:5px;}

.spec th {padding:2px 5px;}
.spec td {padding:2px 0;}

.spec th {
  width:70px;
  border-radius:3px;
  background-color:#ccc;
  text-align:left;}
  
.spec td {width:120px;}


.felmina {
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing:5px;}

.felmina th {
  width:70px;
  padding:2px 5px;
  border-radius:3px;
  background-color:#ccc;
  text-align:left;}
  
.felmina td {
  padding:2px 30px 2px 2px;}


.main_image {
  width:185px;
  margin:45px 0 0 0;
  height:auto;
  float: right;}

.view {
  width:auto;
  max-width:170px;
  height:auto;
  max-height:250px;
  margin:10px;
  float: right;}


.box {
  border:1px solid #bbb;
  border-radius:5px;
  background: #e5e5e5;
  padding:10px;
  margin:10px;
  line-height: 150%;
  color:#555;
  }

/*
side
------------------------------------------------------------*/
#side {
  padding-right:10px;
  float:right;
  width:200px;}
.side_area {padding:10px 0 0 0;}

.side_box {
  padding:10px;
  border-radius:5px;
  background: #ccc;
  margin:0 0 10px 0;
  }

ol.side_box {padding-bottom: 1px;}
ol.side_box li {margin-bottom:10px;}

ol.side_box li a {
  border-radius:3px;
  padding:3px 10px;
  background: #dedede;
  display: block;
  text-decoration: none;}

ol.side_box li a:hover {background: #e3e3e3;}

a.page_top {
  font-size: 0.8rem;
  border-radius:3px;
  padding:2px 5px 3px 5px;
  margin-top:30px;
  margin-bottom:20px;
  background: #555;
  float: right;
  color: #fff;
  text-align: right;
  text-decoration: none;}
a.page_top:hover {background: #999;}


.item_list img {
  height:60px;
  width:auto;
  }

/*　アコーディオン　*/


.acottl{
  display:block;
  cursor:pointer;
  color:#666;
  padding:9px 10px 7px 20px;
  border-radius:5px;
  margin:35px 0 10px 0;
  border: 1px solid #ccc;
  background: url(../img/common/aco.png) no-repeat 4px;
  }
.acotext{
  display:none;
  font-size:1.2rem;
  }
.active{
  color:#FFF;
  border: 1px solid #999;
  background: url(../img/common/aco_active.png) #999 no-repeat 5px;}




/*
footer
------------------------------------------------------------*/
#footer {
  text-align: right;
  min-width:880px;
  padding:5px 10px;
  margin:0 auto;
  background: #666;
  color:#fff;
  clear: both;}

.copyright {display: block;}


/*
general class
------------------------------------------------------------*/
.f_s {
  font-size:1.2rem;
  line-height: 140%;}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {clear: both;}
.clear {clear: both;}

strong {font-weight: bold;}

hr {border: 0;
    border-bottom: 1px dotted #999;}

/*
font-weight
------------------------------*/
.fwN { font-weight: normal;}
.fwB { font-weight: bold;}

/*
text-align
------------------------------*/
.tC {text-align: center !important;}
.tL {text-align: left   !important;}
.tR {text-align: right  !important;}

/*
vertical-align
------------------------------*/
.vaT {vertical-align: top    !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}

/*
float
------------------------------*/
.flL {float: left;}
.flR {float: right;}


/* tdftad(忍者広告) */
.tdftad {
  min-width:880px;
  background: #666;
  color:#fff;}

.tdftad a {color:#fff;font-size:0.8rem;}




@media screen and (max-width:900px){
#header,
#contents,
#footer,
#main,
#side {
  float:none;
  clear:both;
  box-sizing: border-box;
  min-width: 100%;
  width:100%;}

#contents {padding:10px !important;}
#main {
  padding:0;
  position: relative;
  }

#side {padding:0;}


h1{
  font-size: 1.8rem;
  float:left;
  box-sizing: border-box;
  width : -webkit-calc(100% - 58px) ;
  width : calc(100% - 58px) ;}

select {
  box-sizing: border-box;
  width:100%;}

.top_icon {
  display: block;
  position: absolute;
  top:0;
  right:0;}

.remark {
  font-style:italic;
  white-space: normal;}

.main_image {
  display: block;
  float: none;
  margin:0 auto 20px auto;}

.top_icon {
  float:right;
  margin:10px 5px;}

table {
  width:100% !important;
  font-size: 1.2rem;}

table th {
  white-space: nowrap;
  font-size: 0.9rem;
  padding:3px 0 3px 3px !important;}

a.page_top {
  box-sizing: border-box;
  display:block;
  font-size: 1rem;
  width:100%;
  padding:10px;
  margin-top:20px;
  float: none;
  text-align: center;}
  
a.page_top:hover {background: #999;}

.tdftad {min-width:100%;}

}