/*全体*/
body {
  margin: 10px;
	width: 750px;
  font-family: 'Times new roman',YuMincho,'Yu Mincho',"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;
}

header{
  background-color: #E0F8F7;
  border-bottom:ridge #00FFFF 5px;
}

main{
  font-size: 16px
}

footer{
  background-color:#0101DF;
  height:50px;
  border-top:solid #ccc 1px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 8px;
}


h1.line{
  font-size: 24px;
  border-bottom:solid #00FF80 4px
}

h2.line{
  font-size: 24px;
  border-bottom:solid #00FF80 4px
}

p.r{
  text-align: right;
}

p.l{
  text-align: left;
}

span.u{
  text-decoration: underline;
}

span.emphasize{
  font-size: 24px;
  font-weight: bolder;
}

ul.none{
  list-style: none;
  padding-left: 0;
}

ul.r{
  list-style: none;
  text-align: right;
}

ul.l{
  list-style: none;
  text-align: left;
}

table.home{
  border-collapse: collapse;
  border:solid 1px;
  padding: 10px;
  margin-bottom: 10px;
}

table tr.home{
  border:solid 1px;
  width:260px;
}

table th.home{
  background-color: #E0F8F7;
  border:solid 1px;
  width:260px;
  text-align : left;
}

table td.home{
  border:solid 1px;
  width:480px;
}

ul.memo{
  list-style: none;
  padding-left: 0;
  font-size: 12px
}

/*タイトル*/
div.title ul {
  list-style: none;
  overflow: hidden;
  text-decoration: none;
  padding-left: 0;
}

div.title li {
  float: left;
  text-decoration:none;
  text-align:center;
  padding:0.5px;
  margin:1px;
}

div.title li a {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 20px;
  margin-left: 5px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(45deg, #3333FF 0%, #003366 100%);
  background-image: linear-gradient(45deg, #3333FF 0%, #003366 100%);
  transition: .4s;
	}

div.menu li a:hover {
  background-image: -webkit-linear-gradient(45deg, #3333FF 0%, #003366 100%);
  background-image: linear-gradient(45deg, #3333FF 0%, #003366 100%);
  }
/*タイトル終わり*/

/*メニュー*/
div.menu ul {
  list-style: none;
  overflow: hidden;
  text-decoration: none;
  padding-left: 0;
}

div.menu li {
  float: left;
  text-decoration:none;
  text-align:center;
  padding:0.5px;
  margin:0;
}

div.menu li a {
	  color:#ffffff;
	  font-size:20px;
    width:100px;
    height:45px;
    line-height: 45px;
	  text-decoration:none;
	  display:inline-block;
	  background:#005FFF;
	}

div.menu li a:hover {
    background:#75A9FF;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
/*メニュー終わり*/

/*アコーディオン*/
.cp_menu {
	max-width: 500px;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #000000;
	background: #e0ffff;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #000000;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}

#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li,
#cp_menu_bar5:checked ~ #link5 li,
#cp_menu_bar6:checked ~ #link6 li,
#cp_menu_bar7:checked ~ #link7 li,
#cp_menu_bar8:checked ~ #link8 li,
#cp_menu_bar9:checked ~ #link9 li {
	max-height: 46px;
	opacity: 1;
}
/*アコーディオン*/

/*書評コーナー(裁判例にも横流し)*/
h1.review{
  font-size: 24px;
}

h2.review{
  font-size: 20px;
}

dt.review{
  background: linear-gradient(135deg, #7FFFD4, #E0FFFF );
  width:280px;
}
/*書評コーナー終わり*/

/*裁判例コーナー*/
h3.judgment{
  font-size: 20px;
  background-color: #A9F5D0; width:180px;
}

h3.e_judgment{
  font-size: 20px;
  background-color: #A9F5D0; width:310px;
}

table.j{
  border-collapse: collapse;
  border:solid 1px;
}

table tr.j{
  border:solid 1px;
  width:140px;
}

table th.j{
  background-color: #A9F5D0;
  border:solid 1px;
  width:140px;
}

table td.j{
  border:solid 1px;
  width:140px;
}
/*裁判例コーナー終わり*/

/*日記コーナー*/
h1.diary{
  font-size: 20px;
}

h2.diary{
  font-size: 18px;
  background: linear-gradient(transparent 0, #33CCFF );
  width: 120px
}

/*日記コーナー終わり*/
