/*---------------------------------------------------------------------------*/
/* unique
/*---------------------------------------------------------------------------*/

h3{
  font-size:100%;
}

/*=====mainimage=============================================================*/
#bd{
  background:#ffffff url(../img/common/main.jpg) 50% 0 no-repeat;
  padding-top:180px;
}

/*-----headline--------------------------------------------------------------*/
#hl01{
  border-bottom:3px solid #795932;
  width:600px;
  height:25px;
  background:url(../img/information/hl01.png) 0 0 no-repeat;
}

/*--- categorytitle ---------------------------------------------------------*/
.ct{
  background:#a17f55;
  color:#FFFFFF;
  padding:5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*-----information-----------------------------------------------------------*/
#if{
  list-style:none;
}

#if li{
  width:590px;
  padding:5px;
  border-bottom:dotted 1px #666666;
}

#if li.in{
  display:none;
}

.ud{
  float:left;
}

.dt{
  margin-left:7.0em;
}

.it{
  font-weight:bold;
}

.ifl{
  float:left;
  width:540px;
}

.ifr{
  float:right;
  width:100px;
  padding:0.5em 0;
}

.idc{
  width:600px;
  text-align:center;
}

.idc div{
  margin:15px 0 15px 0;
}

.idl{
  padding:0.5em 0;
  float:left;
  width:300px;
  text-align:center;
}

.idr{
  padding:0.5em 0;
  float:right;
  width:300px;
  text-align:center;
}

.idlw{
  padding:0.5em 0;
  float:left;
/*  width:315px;*/
  text-align:center;
}

.idlw div{
  margin:0 15px 15px 0;
}

.idrw{
  padding:0.5em 0;
  float:right;
/*  width:315px;*/
  text-align:center;
}

.idrw div{
  margin:0 0 15px 15px;
}

#ol{
  text-decoration:none;
  margin:10px 0;
  padding:5px;
  background:#999999;
  color:#ffffff;
  text-align:center;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#ol.ac{
  cursor:pointer;
}

#ol.ac:hover{
  background:#a17f55;
}

.st{
  padding:5px;
  background:#ffeedd;
}

.headline{
	font-weight:bold;
	font-size:120%;
	color:#996633;
	border-bottom:1px solid #996633;
	margin-top:1.0em;
	line-height:1.2em;
}

.file{
	text-align:right;
}

.fl{
	float:left;
	margin-top:1.0em;
	margin-right:2.0em;
	margin-bottom:1.0em;
}

.profile{
	border:solid 1px #333333;
	padding:10px;
	margin-bottom:2.0em;
}

.profile .title{
	font-weight:bold;
}

.profile img{
	float:right;
	margin-top:1.0em;
	margin-left:2.0em;
	margin-bottom:1.0em;
}

.profile ul{
	padding-left:2.0em;
}

video{
	box-sizing:border-box;
	border:solid 1px #333333;
}

/*---------------------------------------------------------------------------*/
/* スレートPC対応　【条件】width：950px以下
/*---------------------------------------------------------------------------*/
@media only screen and (max-device-width : 950px) and (max-width : 950px) {

  #bd{
    background:#ffffff url(../img/common/main.jpg) 0 0 no-repeat;
  }

  #hl01{
    width:100%;
  }
  #if li{
    width:100%;
  }
}
