@charset "utf-8";

html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body {
  margin: 0;
  padding: 0;
  font-size: 90%;
  background: url(wall01a.gif) scroll repeat;
  color: #555;
  line-height: 1.22;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}
@media only screen and (min-width: 481px) {
	#nav-drawer {
  	display: none;
	}

	#mobile {
  	display: none;
	}
}

#header {
  background: transparent url(header-background03.jpg) repeat;
  border-bottom: 1px solid #e6e6e6;
  height: 186px;
}

#header02 {
  background: transparent url(header-background03.jpg) repeat;
  /*background: #e6e6e6;*/
  border-bottom: 1px solid #e6e6e6;
  height: 140px;
}

p {
  padding: 0;
  line-height: 1.4;
}
.pr {
	color: #ff8000 !important;
	font-size:10.5pt;
}
img {
  border: 0;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 {
  font: normal 170% 'century gothic', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #000;
}

h2 {
  font-size: 160%;
  padding: 9px 0 5px 0;
  color: #009FBC;
}

h3 {
  font-size: 140%;
  padding: 5px 0 0 0;
}

h4, h6 {
  color: #009FBC;
  padding: 0 0 5px 0;
  font: normal 110% arial;
  text-transform: uppercase;
}

h5, h6 {
  color: #888;
  font: normal 95% arial;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a:link {
	color: #00a1e9;
	text-decoration: none;
}
a:visited {
	color: #3eb370;
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
	color: #5654a2;
}
a:active {
	color:#00a1e9;
}
.addition {
	margin-left:2em;
}
blockquote {
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

.left {
  float: left;
  width: auto;
  margin-right: 10px;
}

.right {
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center {
  display: block;
  text-align: center;
  margin: 5px auto;
}

#main, #logo, #menubar, #site_content, #footer {
  margin-left: auto; 
  margin-right: auto;
}

#header {
  background: transparent url(header-background03.jpg) repeat;
  /*background: #e6e6e6;*/
  border-bottom: 1px solid #e6e6e6;
  height: 186px;
}
  
#banner
{  background: transparent url(banner.jpg) no-repeat;
  width: 860px;
  height: 180px;
  margin-bottom: 20px;
  border: 10px solid #DDD;}

#logo
{ width: 924px;
  position: relative;
  height: 140px;
  /*background: #FFF;*/
  background: transparent url(logo-background01.jpg) no-repeat;
}

#logo #logo_text 
{ position: absolute; 
  top: 0px;
  left: 1em;}

#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0 0 0 9px;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 2px 0 0 0;
  color: #323232;
  letter-spacing: 0.1em;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #00C6F0;}

#logo_text a:hover .logo_colour
{ color: #DDD;}

#logo_text h2 { 
  font-size: 100%;
  margin-top: -5px;
  margin-left: 7em;
  padding: 4px 0 0 0;
  color: #999;
}

#transform {
  position: absolute;
  left: 520px;
  top: 1em;
  z-index: 200;
}

#search {
  float: right;
  margin-top: 5em;
  margin-right: 15px;
}

#menubar
{ width: 904px;
  height: 45px;
  padding-right: 18px;
  background: #f7f6f5;
  border-top: 1px solid #CCC;
} 

ul#menu {
  float: right;
  margin: 0;
  font-size: 10pt;
}

ul#menu li {
  float: left;
  padding: 0 0 0 9px;
  list-style: none;
  margin: 8px 2px 0 2px;
}

ul#menu li a
{ font: normal 100% Verdana,'trebuchet ms', sans-serif;
  display: block; 
  float: left; 
  height: 20px;
  padding: 6px 20px 5px 20px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #a4a8d4;
} 

ul#menu li.selected a
{ height: 20px;
  padding: 6px 20px 5px 11px;}

ul#menu li.selected
{ margin: 8px 4px 0 13px;
  background: #24140e;}

ul#menu li.selected a, ul#menu li.selected a:hover
{ background: #24140e;
  color: #FFF;}

ul#menu li a:hover {
  background: #f39800;
  color: #FFF;
}

pre {
  margin: 1em 0; /* ブロック前後の余白 */
  padding: 1em; /* ブロック内の余白 */
  border-radius: 5px; /* 角丸 */
  border:1px solid #e4007f;
  /*background: #2F4F4F; /* 背景色 */
  /*color: #fff; /* 文字色 */
  /*white-space: pre-wrap; /* はみ出たときに折り返す */
}

#site_content {
  position: relative;
  width: 900px;
  height:74%;
  background: #FFF;
  /*overflow: hidden;*/
  margin-left: auto; 
  margin-right: auto;
  margin-bottom:0;
  padding: 10px 10px 1.5em 10px;
  border-right: solid #cbd0d3 1px;
  border-left: solid #cbd0d3 1px;
} 
p.namo-list {
	color:#808080;
	font-size:12pt;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}
p.namo-sublist {
	color:#0c548f;
	font-size:11pt;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}
#content {
  text-align: left;
  width: 900px;
  padding: 0;
  margin-left: auto; 
  margin-right: auto;
  /*float: right;*/
}

#confirm_content {
  text-align: left;
  width: 90%;
  padding: 0;
  margin-left: auto; 
  margin-right: auto;
  /*float: right;*/
}
div.list-book {
	width: 90%;
	margin: 3em auto 10px auto;
	color: #4d4d4d;
	font-size: 10pt !important;
	background: #fff;
	padding: 10px 1em;
	border: dotted #941f57 2px;
	text-decoration: none;
	text-align:center;
	line-height:1.6;
}

/* セレクトボックス */
.selectbox-6 {
    position: relative;
}

.selectbox-6::before,
.selectbox-6::after {
    position: absolute;
    right: 15px;
    width: 9px;
    height: 6px;
    background-color: #535353;
    content: '';
    pointer-events: none;
}

.selectbox-6::before {
    top: calc(50% - 9px);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-6::after {
    bottom: calc(50% - 9px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-6 select {
    appearance: none;
    min-width: 200px;
    height: 32px;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

#return-index {
	width:100%;
	margin:0 10px 0 0;
	padding:0;
	text-align:right;
	font-size:9pt;
}

/* 見出し */
/*------------------------------------------------------------------------------*/
h3.heading {
  border-bottom: solid 3px skyblue;
  position: relative;
}

h3.heading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

h3.update {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h3.update:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3.update02 {
  position: relative;
  border-top: solid 2px #007bbb;
  border-bottom: solid 2px #007bbb;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h3.update02:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #007bbb;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3.update03 {
  position: relative;
  border-top: solid 2px #f39800;
  border-bottom: solid 2px #f39800;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h3.update03:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ NOTICE';
  background: #f39800;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3.datepicker {
  position: relative;
  border-top: solid 2px #f39800;
  border-bottom: solid 2px #f39800;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h3.datepicker:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ TRIVIA';
  background: #f39800;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3.version {
  position: relative;
  border-top: solid 2px #f39800;
  border-bottom: solid 2px #f39800;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  text-align:left;
}

h3.version:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ Announcement';
  background: #f39800;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3.deprecated {
  position: relative;
  border-top: solid 2px #d83473;
  border-bottom: solid 2px #d83473;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  text-align:left;
}

h3.deprecated:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ Deprecation';
  background: #d83473;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h4.tool_heading {
  border-bottom: solid 3px #d83473;
  position: relative;
  color:#2ca9e1;
  font-size:10pt;
}

h4.tool_heading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f7b977;
  bottom: -3px;
  width: 30%;
}

h3.wallpaper {
  position: relative;
  border-top: solid 2px #941f57;
  border-bottom: solid 2px #941f57;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h3.wallpaper:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ attention';
  background: #941f57;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.Consider {
    width:92%;
    margin: 2em auto;
    background: #fefaf7;
    border-right: 1px solid #c0c0c0;
    border-bottom:  1px solid #c0c0c0;
}
.Consider .Consider-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.Consider p {
    padding: 10px 15px 5px 15px;
    margin: 0;
    color:#555;
}
/* リスト表示 */
ol.updatecom {
  counter-reset:list;
  list-style-type:none;
  color:#252525;
  padding: 8px;
}
ol.updatecom li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px -10px;
  font-size: 10pt;
  font-weight: normal;
  border-bottom:dashed 1px #F6A38B;
}
ol.updatecom li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #F6A38B;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.updatebox {
    width:805px;
    padding: 0.5em 1em;
    margin: 0px 0 10px 0;
    font-weight: normal;
    color: #6b7099;/*文字色*/
    background: #FFF;
    border: solid 3px #b3baff;/*線*/
    border-radius: 10px;/*角の丸み*/
}

@media only screen and (min-width: 481px) {
#footer {
  width: 100%;
  font-family: Verdana,'trebuchet ms', sans-serif;
  font-size: 12pt;
  height: 100px;
  padding: 38px 0 20px 0;
  margin-bottom: 0;
  text-align: center;
  /*background: url(pattern.png) repeat;*/
  background: #232f3e;
  border-top: 60px solid #37475a;
  color: #FFF;
}

#footer p {
  font-size: 90%;
  line-height: 1.7em;
  padding: 0 0 10px 0;}

#footer a {
  font-size: 90%;
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  color: #00C6F0;
  text-decoration: none;
}
}
.search {
  color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;
}

#capture {
  display: block;
  margin: 10px 1em 15px 2.5em;
  line-height: 160%;
  font-size: 11pt;
}

p.auto-style1 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
p.auto-style2 {
	margin-bottom: 2mm;
}
p.auto-style3 {
	margin-top: 0mm;
}
p.auto-style4 {
	text-align: center;
	margin-top: 0;
}
.auto-style5 {
	margin-top: 0;
	margin-bottom: 0;
}
.auto-style6 {
	text-align: right;
	margin-right: 15px;
}
.auto-style7 {
	margin-left: 10px;
}
.auto-style8 {
	font-family: Verdana;
	font-size: small;
}
.auto-style9 {
	margin-bottom: -8px;
}
.auto-style10 {
	font-family: Verdana;
	font-size: small;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 0;
}
.auto-style11 {
	font-family: Verdana;
	font-size: small;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.auto-style12 {
	margin-top: 0px;
}
.auto-style13 {
	font-size: small;
}
.auto-style14 {
	margin-right: 0px;
	margin-bottom: 1mm;
	font-size: 10pt;
}
.auto-style15 {
	margin-left: 12mm;
}

#head_ttl {
  width: 900px;
  position: relative;
  height: 120px;
  /*background: transparent url(R.jpg) repeat;*/
}
#term {
	width:92%;
	margin:0 auto;
	padding:1em;
}
/* サンプル/ダウンロード */
.sublist01 {
  color:#0c548f;
  font-size:14pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:0;
  margin-bottom:4mm;
  margin-right:auto;
  margin-left: auto;
  text-align: center;
  text-shadow: 1px 1px 3px #808080;
}
.sublist02 {
  color: #ed6d46;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:1mm;
  margin-bottom:0;
  margin-right:auto;
  margin-left: auto;
  text-align: center;
}
.sublist03 {
  color: #0068b7;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:0mm;
  margin-bottom:2mm;
  margin-right:auto;
  margin-left: auto;
  text-align: center;
}
.sublist04 {
  color: #0c548f;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:2mm;
  margin-bottom:1mm;
  text-align: center;
}
.sublist05 {
  color: #0c548f;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:0;
  margin-bottom:0;
  margin-right:auto;
  margin-left: auto;
  text-align: center;
}
.sublist06 {
  color: #0c548f;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:2mm;
  margin-bottom:2mm;
  margin-right:auto;
  margin-left: auto;
  text-align: center;
}
.sublist07 {
  width: 280px;
  color: #0c548f;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:2mm;
  margin-bottom:2mm;
  text-align: center;
  margin-right:auto;
  margin-left: auto;
}

.sublist07a {
  width: 400px;
  color: #0c548f;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:2mm;
  margin-bottom:2mm;
  text-align: center;
  margin-right:auto;
  margin-left: auto;
}

.sublist08 {
  text-align: center;
  margin-top:2mm;
  margin-bottom:2mm;
}

.sublist09 {
  color: #387d39;
  font-size:10pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:0;
  margin-bottom:0;
  margin-right:auto;
  margin-left: auto;
  text-align: center;
}

.sublist10 {
  color: #0c548f;
  font-size:11pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:0;
  margin-bottom:0;
  margin-right:auto;
  margin-left: auto;
  text-align: left;
}

.Archive-dl {
  margin-top:2mm;
  margin-bottom:0;
  font-size:12pt;
}
/* 解説ページ小タイトル */
div.chap {
    margin-top:1em;
    margin-bottom:0.5em;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 6px;
    background-color: #008db7;
}
/* メッセージ */
div.dot-msg {
	width: 700px;
	border: 1px dotted navy;
	padding: 10px;
	margin: 1em auto;
	background: #e6e6ff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.ico-ttl {
	background: url(arrow11_7.gif) no-repeat 4px center;
	padding-left: 25px;
	font-weight: bold;
	color: navy;
}
.dl-box01 {
  color:#0c548f;
  font-size:12pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:1mm;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
}
.dl-box02 {
  color:#0c548f;
  font-size:12pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:2mm;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
}

img.ex1 {
	vertical-align: middle;
}
td.t-c {
	text-align:center;
}
td.t-l {
	text-align: left;
}
/* スクリプト・タイトル */
p.script-ttl01 {
  line-height:100%;
  margin-top:2mm;
  margin-bottom:1mm;
  text-align: center;
}
p.script-ttl02 {
  line-height:100%;
  margin-top:0mm;
  margin-bottom:3mm;
  text-align: center;
}
/* -------------------------------------------------------------------------------------- */
/* 改造ポイント(点)ボタン01 */
.btn-gradient-3d-simple {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
  background-image: -moz-linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
}

.btn-gradient-3d-simple:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/* 改造ポイント(点)ボタン02 */
.btn-gradient-simple {
  display: inline-block;
  width: 70px;
  padding: 15px 5px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  background-image: -webkit-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  background-image: -moz-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  transition: .4s;
}

.btn-gradient-simple:hover {
  background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}
/* ページ全体 */
div.all {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	padding:6px;
	text-align: center;
}
div#body {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	padding:6px;
}
div.doc-box {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
img.sample {
	border: 1px #a4a8d4 solid;
}

/* メイン */
div.main {
	text-align: center;
	width: 100%;
}
p.line {
	border-top: 1px dotted gray;
	padding: 6px 3px;
}
/* -------------------------------------------------------------------------------- */
/* サンプル・サンプル利用規定ボタン */

.btn,a.btn,button.btn {
  font-size: 11pt;
  font-weight: 700;
  /*line-height: 1.5;*/
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;
  color: #212529;*/
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
/* サンプル利用規定ボタン */
a.btn-radius-solid {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}

/* サンプルボタン */
a.btn-radius-solid02 {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid02:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
/* -------------------------------------------------------------------------------- */
/* タイトル01 */
div.ch01 {
	color: #4e454a;
	/*font-weight: bold;*/
	font-size: 13pt;
	font-weight:bold;
	padding: 6px;
	background-color: #fce4d6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow:  1px 2px 8px #cac4ac;
	-webkit-box-shadow:  1px 2px 8px #cac4ac;
	-moz-box-shadow:  1px 2px 8px #cac4ac;
	border-right: 1px solid #e6bfb2;
	border-bottom: 1px solid #e6bfb2;
}

#utf8 {
	width: 96%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #4d4d4d;
	font-size: 90%;
	background: #f7f6fb;
	padding: 10px;
	border: dotted #e3acae 1px;
	text-decoration: none;
	text-align:left;
}
#auth {
	width: 96%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #4d4d4d;
	font-size: 90%;
	background: #fff9f5;
	padding: 10px;
	border: 1px dotted #ede4e1;
	text-decoration: none;
	text-align:left;
}

/* サポート01 */
div.art {
	width: 96%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:  2px 3px 2px 3px #cac4ac;
	-webkit-box-shadow: 2px 3px 2px 3px #cac4ac;
	-moz-box-shadow: 2px 3px 2px 3px #cac4ac;
	color: #4d4d4d;
	font-size: 80%;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #e3acae 1px;
	text-decoration: none;
	text-align:left;
}
/* サポート02 */
div.art02 {
	width: 80%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 4px 2px #cac4ac;
	-webkit-box-shadow: 0px 4px 2px #cac4ac;
	-moz-box-shadow: 0px 4px 2px #cac4ac;
	color: #4d4d4d;
	font-size: 13px !important;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
/* サポートコーナリスト */
ul.sup-list {
	text-align: left;
	line-height: 160%;
	margin-left: 2em;
	margin-bottom:15px;
	padding-bottom:15px;
	font-size: 10pt !important;
}
ol.sup-list {
	text-align: left;
	line-height: 160%;
	margin-left: 2em;
	font-size: 10.5pt !important;
	color:#007bbb;
}

div.sup-list-sub {
	text-align: left;
	line-height: 160%;
	margin-left: 2.1em;
	font-size: 10.5pt !important;
	color:#00afcc;
}
div.sup-list-version {
	text-align: left;
	line-height: 160%;
	margin-left: 2.1em;
	font-size: 10.5pt !important;
	color:#003f8e;
}

div.sup-list-point {
	text-align: left;
	line-height: 160%;
	margin-left: 1.2em;
	font-size: 10.5pt !important;
	color:#007bbb;
	padding-bottom:12px;
	padding-top:10px;
	border-bottom:1px solid #c0c0c0;
}

ol.point {
	line-height: 160%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-size: 10.5pt !important;
}
ul.point {
	line-height: 160%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-size: 10.5pt !important;
}
div.perl {
	width: 760px;
	margin: 10px auto 20px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 3px 10px #e3acae;
	-webkit-box-shadow: 2px 3px 10px #e3acae;
	-moz-box-shadow: 2px 3px 10px #e3acae;
	color: #4d4d4d;
	font-size: 10.5pt;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #e3acae 1px;
	text-decoration: none;
	text-align:center;
	line-height:130%;
}
/* メニューパイロット */
div#pilot {
	width: 300px;
	margin: 0.3em auto;
	padding: 15px;
	text-align: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 3px 10px #e3acae;
	-webkit-box-shadow: 2px 3px 10px #e3acae;
	-moz-box-shadow: 2px 3px 10px #e3acae;
	line-height:140%;
	color:#288c66;
}
/* ディレクトリ構成 */
div.tree {
	width: 405px;
	background: url(paper-f2.png) repeat;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 4px 2px #cac4ac;
	-webkit-box-shadow: 0px 4px 2px #cac4ac;
	-moz-box-shadow: 0px 4px 2px #cac4ac;
	margin: 1em;
	padding: 0.8em;
	text-align: left;
	font-size: 90%;
	line-height: 100%;
}
.files pre, .tree pre {
	font-family: monospace;
	overflow: auto;
	font-size:10pt;
	color: #555;
}
.tree pre .col {
  color: #00afcc;
  font-weight: bold;
}
.tree pre .col02 {
  color: #d83473;
}
.tree pre .col03 {
  color: #65ab31;
}
.tree pre .col03 {
  color: #65ab31;
}
.tree pre .col04 {
  color: #9b72b0;
  font-weight: bold;
}

.tree pre .col05 {
  color: #008db7;
  font-weight: bold;
}

div.tree02 {
	width: 94%;
	/*background: url(paper-f2.png) repeat;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 4px 2px #cac4ac;
	-webkit-box-shadow: 0px 4px 2px #cac4ac;
	-moz-box-shadow: 0px 4px 2px #cac4ac;*/
	margin: 1em auto;
	padding: 0.8em;
	text-align: left;
	font-size: 90%;
	line-height: 100%;
}
.tree02 pre {
	font-family: monospace;
	overflow: auto;
	font-size:10pt;
	color: #555;
}
.tree02 pre .col {
  color: #00afcc;
  font-weight: bold;
}
.tree02 pre .col02 {
  color: #d83473;
}
.tree02 pre .col03 {
  color: #65ab31;
}
.tree02 pre .col04 {
  color: #9b72b0;
  font-weight: bold;
}

.tree02 pre .col05 {
  color: #008db7;
  font-weight: bold;
}

.files pre .col {
  color: #00afcc;
  font-weight: bold;
}
.files pre .col02 {
  color: #d83473;
}
.files pre .col03 {
  color: #65ab31;
}

.files pre .col04 {
  color: #9b72b0;
  font-weight: bold;
}

.files pre .col05 {
  color: #008db7;
  font-weight: bold;
}
#permission {
	float: right;
	width: 435px;
	margin-right: 15px;
	padding: 0;
	font-size: 10pt;
}
/* パ－ミッション(アコーディオン) */
#permission_ac {
	width: 96%;
	margin 15px auto;
	padding: 0;
	font-size: 10pt;
}

/* パーミッション用テーブル */
table#parm {
    border:1px solid #e5eff8;
    border-spacing: 0;
    border-collapse:collapse;
    width: 435px;
    font-size:12px;
    margin:1em 0 1em 1px;
    padding:0;
}
table#parm, th, td {
    border:1px solid #d4e0ee;
    color:#555;
    padding:5px;
}
caption {
    font-size:150%;
    font-weight:bold;
    margin:5px;
    text-align: center;
}
table#parm, thead th {
    text-align:center;
    background:#e6edf5;
    color:#4f76a3;
    font-size:100% !important;
}
table#parm, tbody th {
    text-align:center;
    background:#e6edf5;
    color:#4f76a3;
    font-size:100% !important;
}
table#parm, tbody tr { background:#fcfdfe; }
table#parm, tbody tr.odd { background:#f7f9fc; }
table#parm, a:link {
    color:#94adda;
    text-decoration:none;
}
table#parm, a:visited {
    color:#d83473;
    text-decoration:none;
}
table#parm, a:hover {
    color:#f39800;
}

table#parm .col {
  color: #00afcc;
}
table#parm .col02 {
  color: #d83473;
}
table#parm .col03 {
  color: #65ab31;
}
table#parm .col04 {
  color: #9b72b0;
  font-weight: bold;
}
table#parm .col05 {
  color: #008db7;
  font-weight: bold;
}
/* パーミッション用テーブル02 */
table.perm {
	border-collapse: collapse;
	margin: 1em 0;
}
table.perm th {
	padding: 4px;
	background: #e6edf5;
	white-space: nowrap;
	text-align:center;
	border: 1px solid #d4e0ee;
}
table.perm td {
	padding: 4px;
	background: #fff;
	text-align:left;
	border: 1px solid #d4e0ee;
}

table.perm02 {
	border-collapse: collapse;
	margin: 1em auto;
}
table.perm02 th {
	padding: 4px;
	background: #e6edf5;
	white-space: nowrap;
	border: 1px solid #d4e0ee;
}
table.perm02 td {
	padding: 4px;
	text-align: center;
	background: #fff;
	border: 1px solid #d4e0ee;
}

/* パーミッション用テーブル(アコーディオン) */
table#parm_ac {
    border:1px solid #e5eff8;
    border-spacing: 0;
    border-collapse:collapse;
    width: 96%;
    font-size:11pt;
    margin:1em auto 1em 2em;
    padding:0;
}
table#parm_ac, th, td {
    border:1px solid #d4e0ee;
    color:#555;
    padding:5px;
}
caption {
    font-size:150%;
    font-weight:bold;
    margin:5px;
    text-align: center;
}
table#parm_ac, thead th {
    text-align:center;
    background:#e6edf5;
    color:#4f76a3;
    font-size:100% !important;
}
table#parm_ac, tbody th {
    text-align:center;
    background:#e6edf5;
    color:#4f76a3;
    font-size:100% !important;
}
table#parm_ac, tbody tr { background:#fcfdfe; }
table#parm_ac, tbody tr.odd { background:#f7f9fc; }
table#parm_ac, a:link {
    color:#94adda;
    text-decoration:none;
}
table#parm_ac, a:visited {
    color:#d83473;
    text-decoration:none;
}
table#parm_ac, a:hover {
    color:#f39800;
}

table#parm_ac .col {
  color: #00afcc;
}
table#parm_ac .col02 {
  color: #d83473;
}
table#parm_ac .col03 {
  color: #65ab31;
}
table#parm_ac .col04 {
  color: #9b72b0;
  font-weight: bold;
}
table#parm_ac .col05 {
  color: #008db7;
  font-weight: bold;
}
/* 解説ページファイル内 */
.files {
	text-align: left;
	padding: 10px;
}
.files pre {
	font-family: monospace;
	overflow: auto;
	line-height: 1.3;
	margin: 0;
}

img.icon {
	vertical-align: middle;
	border: none;
}

/* アコーディオン */
.accordion {
  font-size: 12pt;
  /*width: 30vw;*/
  width: 98%;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #fff9f5;
  /*background-image: -webkit-gradient(linear, center top, center bottom, from(#3F51B5), to(#4859b5)); 
  background-image: -moz-linear-gradient(bottom, #3F51B5, #4859b5);
  background-image: linear-gradient(to bottom, #24140e, #736d71);*/
  color: #333;
  cursor: pointer;
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: .1em;
  transition: all .3s;
  text-transform: uppercase;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #fae1c8;
}

/*.accordion__item {
    border-bottom: 1px solid #fae1c8;
}*/

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #f39800;
  color: #fff;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 10px;
  font-size: 11pt;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #00608d;
  color: #fff;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

#decomp-com {
  margin:0.5em 45px 1.2em 25px;
  line-height:1.6;
}

/* 注釈 */
div.note {
	width: 125px;
	text-align: center;
	font-size: 12px !important;
	border: 1px dotted #7d6490;
}

/* 注釈02 */
div.note02 {
	position:absolute;
	top: 38%;
	left:50%;
	transform : translate(-50%,-50%);
	width: 300px;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 3px 10px 1px #cac4ac;
	-webkit-box-shadow: 1px 3px 10px 1px #cac4ac;
	-moz-box-shadow: 1px 3px 10px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 100%;
	background: #fff;
	padding: 10px 10px 7px 10px;
	border: solid #f39800 1px;
	text-decoration: none;
	text-align:center;
}
div.perm01 {
	width: 300px;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 3px 10px 1px #cac4ac;
	-webkit-box-shadow: 1px 3px 10px 1px #cac4ac;
	-moz-box-shadow: 1px 3px 10px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 100%;
	background: #fff;
	padding: 10px 10px 7px 10px;
	border: 1px solid #dc6b9a;
	text-decoration: none;
	text-align:center;
}
div.perm02 {
	width: 380px;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 3px 10px 1px #cac4ac;
	-webkit-box-shadow: 1px 3px 10px 1px #cac4ac;
	-moz-box-shadow: 1px 3px 10px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 100%;
	background: #fff;
	padding: 10px 10px 7px 10px;
	border: 1px solid #dc6b9a;
	text-decoration: none;
	text-align:center;
}
div.garble-ttl {
	width: 400px;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 3px 10px 1px #cac4ac;
	-webkit-box-shadow: 1px 3px 10px 1px #cac4ac;
	-moz-box-shadow: 1px 3px 10px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 100%;
	background: #fff;
	padding: 15px 15px 10px 15px;
	border: 1px solid #dc6b9a;
	text-decoration: none;
	text-align:center;
}
/* rebuild_note補足説明枠 */
div#explanation {
	margin:1em auto -5px auto;
	text-align:left;
	padding:0px 2.5em;
}

div#explanation02 {
	margin:1em auto 0.5em 0.5em;
	text-align:left;
	padding:0px 2.5em;
}

div.mail {
	width: 140px;
	text-align: center;
	font-size: 12px !important;
}
div.request {
	width: 140px;
	text-align: center;
	font-size: 12px !important;
	float:right;
}
div.support-note {
	width: 560px;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 2px #cac4ac;
	-webkit-box-shadow: 2px 4px 2px #cac4ac;
	-moz-box-shadow: 2px 4px 2px #cac4ac;
	color: #4d4d4d;
	font-size: 12px !important;
	background: #fff;
	padding: 10px 10px 14px 10px;
	border: dotted #941f57 2px;
	text-decoration: none;
	text-align:left;
}
div.reference01 {
	width: 450px;
	padding:3px;
	margin:4px 3px 0 3px;
	font-size: 12px !important;
}
div.reference02 {
	width: 250px;
	padding:3px;
	margin-right:34px;
	text-align: center;
	font-size: 12px !important;
	float:right;
}
/* 入室ボタン：サポートコナー */
div.enter {
	background: url(bg30.gif);
	border:1px solid #A688BD;
	border-collapse:collapse;
	padding:6px;
	margin: 10px auto;
	width:300px;
	height: 45px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 4px 2px #cac4ac;
	-webkit-box-shadow: 2px 4px 2px #cac4ac;
	-moz-box-shadow: 2px 4px 2px #cac4ac;
}
div.ent-btn01 {
	width: 150px;
	padding:3px;
	margin:4px 3px 0 3px;
	text-align: center;
	font-size: 12px !important;
}
div.ent-btn02 {
	width: 150px;
	padding:3px;
	margin:4px 3px 0 3px;
	text-align: center;
	font-size: 12px !important;
	float:right;
}

div.art-line {
	width: 430px;
	border-top: 1px solid #CCE6FF;
}
@media only screen and (min-width: 481px) {
/* メニューページテーブル */
	table.menu {
		width: 900px;
		border-spacing: 0;
		font-size:11pt;
		margin-bottom:1em;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		box-shadow: 1px 2px #cac4ac;
		-webkit-box-shadow: 1px 2px #cac4ac;
		-moz-box-shadow: 1px 2px #cac4ac;
	}
	table.menu th {
		color: #292929;
		padding: 7px;
		background: #CCE6FF;
		background-image: linear-gradient(to bottom, #f0f8ff, #7fc3ff);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f8ff), to(#7fc3ff)); 
		background-image: -moz-linear-gradient(top, #f0f8ff, #7fc3ff);
		font-weight: bold;
		border-left:1px solid #e8ece9;
		border-top:1px solid #e8ece9;
		border-bottom:1px solid #e8ece9;
		line-height: 120%;
		text-align: center;
		text-shadow: 1px 1px 1px #FFF;
		box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
		-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
		-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table.menu th:first-child {
		border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		-moz-border-radius: 6px 0 0 0;
	}
	table.menu th:last-child {
		border-radius:0 6px 0 0;
		-webkit-border-radius:0 6px 0 0;
		-moz-border-radius:0 6px 0 0;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
		-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
		-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table.menu tr td {
		padding: 8px;
		border-bottom: 1px solid #e8ece9;
		border-left: 1px solid #e8ece9;
		font-size:11.5pt;
		line-height: 160%;
	}
	table.menu tr td ta-l {
		text-align: left !important;
	}
	table.menu tr td:last-child {
		border-right: 1px solid #e8ece9;
	}
	table.menu tr {
		background: #fff;
	}
	table.menu tr:nth-child(2n+1) {
		background: #f1f6fc;
	}

	table.menu tr:last-child td:first-child {
		border-radius: 0 0 0 6px;
		-webkit-border-radius: 0 0 0 6px;
		-moz-border-radius: 0 0 0 6px;
	}
	table.menu tr:last-child td:last-child {
		border-radius: 0 0 6px 0;
		-webkit-border-radius: 0 0 6px 0;
		-moz-border-radius: 0 0 6px 0;
	}
	table.menu tr:hover {
		background: #FFF8EF;
		/*cursor:pointer;*/
	}
	table.menu td span {
		font-size: 12px;
		color: #008c00;
	}
	table.menu td b {
		font-size: 13px;
		font-family: Verdana,Helvetica,Arial;
	}
	table.menu td strong {
		font-size: 12px;
		font-family: Verdana,Helvetica,Arial;
	}
	table.menu td .w80 {
		width: 80px;
	}
	table.menu img {
		border: none;
	}
}
.clear {
	clear: both;
}
/* メニューテーブル内（詳細・サンプル枠） */
.detail-samp {
  margin: 0.7em auto 0 auto;
}

table.menu img {
	border: none;
}

/* スクリプト・カテゴリータイトル */
div#cate-ttl {
	margin: 10px auto 0px auto;
	color: #ffffff;
	font-size: 11pt;
	padding: 8px;
	/*background-color:#331c14;*/
	background-image: linear-gradient(to bottom, #999999, #24140e);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#999999), to(#24140e));
	background-image: -moz-linear-gradient(top, #999999, #24140e);
	text-align:left;
	/*text-shadow: 1px 0px 0px #FFF;
	border-right: 1px solid #9fa09e;
	border-bottom: 1px solid #9fa09e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-webkit-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-moz-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);*/
}

/* ダウンロード数 */
.dl-count {
  margin-top:2mm;
  margin-bottom:2mm;
}
/* 機能的な特長タイトル */
div.emblem01 {
	margin: 0 auto;
	color: #4e454a;
	font-size: 12pt;
	padding: 8px;
	background-color:#f0f8ff;
	background-image: linear-gradient(to bottom, #f0f8ff, #cce7ff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f8ff), to(#7fc3ff)); 
	background-image: -moz-linear-gradient(top, #f0f8ff, #7fc3ff);
	border-right: 1px solid #9fa09e;
	border-bottom: 1px solid #9fa09e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-webkit-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-moz-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	text-align:left;
	text-shadow: 1px 1px 0px #FFF;
}
/* 機能的な特長枠 */
div.emblem02 {
	position: relative;
	display: block;
	width: 94%;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	-webkit-box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	-moz-box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	color: #4d4d4d;
	font-size: 11pt;
	background: #fff;
	padding: 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
div.emblem02a {
	width: 94%;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	-webkit-box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	-moz-box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	color: #4d4d4d;
	font-size: 11pt;
	background: #fff;
	padding: 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}

/* joyful multi詳細/解説ページタイトル */
#emblem-ttl {
	margin: 0 auto;
	color: #fafdff;
	font-size: 12pt;
	padding: 8px;
	background-color:#008db7;
	background-image: linear-gradient(to bottom, #7fc3ff, #008db7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#7fc3ff), to(#008db7)); 
	background-image: -moz-linear-gradient(top, #7fc3ff, #008db7);
	border-right: 1px solid #9fa09e;
	border-bottom: 1px solid #9fa09e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-webkit-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-moz-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	text-align:left;
	text-shadow: 1px 1px 0px #24140e;
}

#original-explain {
	line-height:100%;
	margin-top:0;"
	margin-right: 0px;
	margin-bottom: 1mm;
	text-align: center;
}

#explain {
	position: relative;
	display: block;
	width: 94%;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	-webkit-box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	-moz-box-shadow: 2px 4px 14px 1px rgba(202,196,172,4);
	color: #4d4d4d;
	font-size: 10.5pt;
	line-height:160%;
	background: #fff;
	padding: 1.2em 1.7em;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}

/* index解説内容枠 */
div.initial {
	width: 94%;
	margin: 2px auto 15px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 4px 3px #cac4ac;
	-webkit-box-shadow: 2px 4px 4px 3px #cac4ac;
	-moz-box-shadow: 2px 4px 4px 3px #cac4ac;
	color: #4d4d4d;
	font-size: 80%;
	background: #fff;
	padding: 5px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
div.initial_ttl {
	line-height:135%;
	color: #4e454a;
	font-size: 11pt;
	padding: 4px;
	margin-bottom: 15px;
	background-color:#fdede4;
	background-image: linear-gradient(to bottom, #fff9f5, #fce4d6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e5f2ff), to(#a2c2e6)); 
	background-image: -moz-linear-gradient(top, #e5f2ff, #a2c2e6);
	border-bottom: 1px solid #e6bfab;
	border-right: 1px solid #e6bfab;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 0px #FFF;
	box-shadow: 1px 2px 8px 1px #cac4ac;
	-webkit-box-shadow: 1px 2px 8px 1px #cac4ac;
	-moz-box-shadow: 1px 2px 8px 1px #cac4ac;
}
/* 改造内容注釈 */
div.rebuild_point {
	margin: 1.2em 1em;
	padding: 6px 6px;
	border-bottom: 1px dotted #221111;
	border-left: 6px solid #b0778c;
	font-weight: bold;
	color: #460e44;
	font-size: 120%;
	text-align: left;
}
div.rebuild_point2 {
	margin: 1.2em 1em;
	padding: 6px 6px;
	border-bottom: 1px dotted #221111;
	border-left: 6px solid #b0778c;
	color: #460e44;
	font-size: 90%;
	text-align: left;
}
/* back-topボタン */
div.back-top {
	width: 96%;
	margin: 0px auto;
	color: #4d4d4d;
	font-size: 12pt;
	background: #fff;
	padding: 0px 10px;
}

/* 詳細解説内容枠 */
div.point {
	width: 96%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 14px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 14px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 12pt;
	background: #fff;
	padding: 5px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
/* 詳細解説内容タイトル */
div.point_t {
	color: #4e454a;
	font-size: 12pt;
	padding: 6px;
	margin-bottom: 15px;
	background-color:#fdede4;
	background-image: linear-gradient(to bottom, #fff9f5, #fce4d6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e5f2ff), to(#a2c2e6)); 
	background-image: -moz-linear-gradient(top, #e5f2ff, #a2c2e6);
	border-right: 1px solid #9fa09e;
	border-bottom: 1px solid #9fa09e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 0px #FFF;
	box-shadow: 0px 2px 3px #cac4ac;
	-webkit-box-shadow: 0px 2px 3px #cac4ac;
	-moz-box-shadow: 0px 2px 3px #cac4ac;
}
div#parm_ttl {
	color: #4e454a;
	font-size: 12pt;
	padding: 6px;
	margin-bottom: 15px;
	background-color:#fdede4;
	background-image: linear-gradient(to bottom, #fff9f5, #fce4d6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e5f2ff), to(#a2c2e6)); 
	background-image: -moz-linear-gradient(top, #e5f2ff, #a2c2e6);
	border-right: 1px solid #9fa09e;
	border-bottom: 1px solid #9fa09e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 0px #FFF;
	box-shadow: 0px 2px 3px #cac4ac;
	-webkit-box-shadow: 0px 2px 3px #cac4ac;
	-moz-box-shadow: 0px 2px 3px #cac4ac;
	text-align: left;
}
div#parm {
	display: block;
	margin: 1em 1.7em;
	font-size: 10.5pt;
	line-height:160%;
}

/* 詳細解説内容サブタイトル */
div.psub-ttl {
	border-left: 6px solid #941f57;
	border-bottom: 1px solid #959595;
	color: #000;
	padding: 4px;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
}

#head-title { 
    position: relative;
    width: 700px;
    margin-top: 1em;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 15px 2.5em;
    border: 1px solid #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: left;
}
#head-title:before {
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}

/* 詳細解説内容内枠 */
div.point_composition {
	width: 97%;
	padding:10px;
	margin: 5px 0 5px 0;
	font-size: 11pt !important;
	border-bottom: 1px dotted #003f8e;
}
/* 詳細解説内容コメント枠 */
div.point_comp_com {
	line-height:160%;
	width: 97%;
	margin:5px auto 5px 2px;
	font-size: 10.5pt;
	color:gray;
	word-break : break-all;
}
div.point_comp_com, a:link {
	color: #00608d;
	text-decoration: none;
}
div.point_comp_com, a:visited {
	color: #3eb370;
	text-decoration: none;
}
div.point_comp_com, a:hover {
	/*text-decoration: underline;*/
	color: #5654a2;
}
div.point_comp_com, a:active {
	color:#ed6d46;
}

/* 詳細解説内容日付枠 */
div.point_comp_date {
	line-height:100%;
	width: 20%;
	margin-top:-0.7em;
	margin-right:8px;
	font-size: 11pt !important;
	float:right;
	text-align:right;
}
.sublist07a {
  width: 96%;
  color: #0c548f;
  font-size:9pt;
  font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
  margin-top:2mm;
  margin-bottom:2mm;
  text-align: center;
  margin-right:auto;
  margin-left: auto;
}
.point-list01 {
  line-height:160%;
  margin-top:0;
  margin-bottom:0;
  margin-left:5mm;
  font-size:10.5pt;
  color:gray;
}

.point-list02 {
  margin-top:0;
  margin-bottom:0;
  margin-left:auto;
  margin-right: auto;
}

.point-list03 {
  margin-top:0;
  margin-bottom:0;
  margin-left:5mm;
  text-align: right;
  font-size:10.5pt;
  color:gray;
}

.point-list04 {
  margin-top:0;
  margin-bottom:0;
  margin-left:3mm;
}

.point-list05 {
  margin-top:0;
  margin-bottom:1mm;
  margin-left:8mm;
}

.point-list06 {
  margin-top:0;
  margin-bottom:0
  margin-left:auto;
  margin-right: auto;
  text-align: center;
}

.point-list07 {
  margin-top:0;
  margin-bottom:0;
  margin-left:8mm;
}

.point-list08 {
  margin-top:0;
  margin-bottom:2mm;
  margin-left:8mm;
}

.point-list09 {
  margin-top:2mm;
  margin-bottom:0;
  margin-left:5mm;
}

.point-list10 {
  margin-top:0;
  margin-bottom:0;
  margin-left:5mm;
}

.point-list11 {
  line-height:150%;
  margin-top:6px;
  margin-bottom:2mm;
  margin-left:5mm;
  font-size:10.5pt;
  color:#555;
}

.point-list12 {
  line-height:150%;
  margin-top:0;
  margin-bottom:2mm;
  margin-left:10mm;
}

.point-list13 {
  line-height:150%;
  margin-top:3mm;
  margin-bottom:0;
  text-align: center;
}

.point-list14 {
  line-height:150%;
  margin-top:0;
  margin-bottom:5mm;
  text-align: center;
}

.point-list15 {
  margin-top:3em;
  margin-bottom:0;
  margin-left:15mm;
}

.point-list16 {
  margin-top:0;
  margin-bottom:1mm;
  margin-left:5mm;
}

.point-list17 {
  margin-top:0;
  margin-bottom:2mm;
  margin-left:5mm;
}

.point-list18 {
  margin-top:1em;
  margin-bottom:0;
  margin-left:6mm;
}

.point-list19 {
  margin-top:0;
  margin-bottom:1em;
  margin-left:6mm;
}

.point-list20 {
  margin-top:0;
  margin-bottom:0;
  margin-left:8mm;
}

.point-list21 {
  margin-top:0;
  margin-bottom:1em;
  margin-left:8mm;
}

.point-list22 {
  margin-top:0;
  margin-bottom:0;
  margin-left:5mm;
  text-align: right;
}

.point-list23 {
  margin-top:2mm;
  margin-bottom:0;
  margin-left:10mm;
}

.point-list24 {
  margin-top:1mm;
  margin-bottom:0;
  margin-left:3mm;
}

.point-list25 {
  margin-top:0;
  margin-bottom:0;
  margin-left:6mm;
}

.point-list26 {
  margin-top:0;
  margin-bottom:0;
  text-align: right;
}

.point-list27 {
  margin-top:1mm;
  margin-bottom:0;
  margin-left:0mm;
  text-align:center;
}

.point-list28 {
  margin-top:0;
  margin-bottom:0;
  margin-left: 12mm;
}

/* version標記 */
.version {
  text-align:right;
  margin-top:-1.5em;
  margin-bottom:0;
  color:#00afcc;
  font-weight:bold;
}

/* 設定[修正箇所] */
div#revisions {
	width: 96%;
	margin: 20px auto;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 14px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 14px 1px #cac4ac;*/
	color: #4d4d4d;
	font-size: 10pt;
	/*background: url(free-texture-japanese-paper.jpg);
	background: #fff; */
	padding: 1.2em;
	/*border: solid #CCE6FF 1px;*/
	text-decoration: none;
	text-align:left;
}
div#revisions a {
	color: #941f57;
}

/* 設定解説 */
dl.init dt {
	margin-top: 1em;
	color: #008000;
	font-family: Verdana,Helvetica,Arial;
}
dl.init dd {
	margin-bottom: 1em;
}
dl.init dt .col02 {
  color: #d83473;
}
dl.init dd .col02 {
  color: #d83473;
}
dl.init dd .col03 {
  color: #d83473;
}
dl.init dd .col04 {
  color: #008db7;
  font-weight: bold;
}
dl.init dt .col04 {
  color: #008db7;
  font-weight: bold;
}

/* インストール最終チェック */
div.install_check {
	width: 96%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 14px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 14px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 10pt;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
	line-height:1.6;
}

/* サンプル/ダウンロード外枠 */
div.sample {
	width: 96%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 14px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 14px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 11pt;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}

/* サンプル/ダウンロードタイトル */
div.sample_ttl {
	color: #4e454a;
	font-size: 11pt;
	padding: 6px;
	margin-bottom: 15px;
	background-color:#fce4d6;
	background-image: linear-gradient(to bottom, #ffffff, #fce4d6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fce4d6)); 
	background-image: -moz-linear-gradient(top, #ffffff, #fce4d6);
	border-right: 1px solid #9fa09e;
	border-bottom: 1px solid #9fa09e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 0px #FFF;
	box-shadow: 0px 2px 3px #cac4ac;
	-webkit-box-shadow: 0px 2px 3px #cac4ac;
	-moz-box-shadow: 0px 2px 3px #cac4ac;
}
/* サンプル/ダウンロード枠 */
div.sample_comp {
	width: 100%;
	padding:10px;
	margin: 5px 0 5px 0;
	font-size: 13px !important;
}
/* サンプル/ダウンロード説明枠 */
div.sample_dl {
	width: 520px;
	height:auto;
	line-height:130%;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 0;
	font-size: 11pt !important;
	text-align:center;
}
/* サンプル/ダウンロード・キャプチャ画像 */
div.sample_img {
	position: relative;
	width: 310px;
	margin-top:0em;
	margin-right:2.7em;
	margin-bottom:1.2em;
	border: none;
	vertical-align: top;
	float:right;
	text-align:center;
}
#glass {
	position: absolute;
	top: 110px;
	left: 145px;
}

/* 使用方法等留意事項 */
div.usage {
	width: 96%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 14px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 14px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 11pt;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}

/* 使用方法等留意事項タイトル */
div.usage_ttl {
	margin: 0 auto;
	color: #fafdff;
	font-size: 12pt;
	padding: 8px;
	background-color:#008db7;
	background-image: linear-gradient(to bottom, #7fc3ff, #008db7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#7fc3ff), to(#008db7)); 
	background-image: -moz-linear-gradient(top, #7fc3ff, #008db7);
	border-right: 1px solid #9fa09e;
	border-bottom: 1px solid #9fa09e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-webkit-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	-moz-box-shadow: 1px 2px 10px 1px rgba(202,196,172,4);
	text-align:left;
	text-shadow: 1px 1px 0px #24140e;
}
div.usage_comp {
	width: 100%;
	padding:10px;
	margin: 5px 0 5px 0;
	font-size: 13px !important;
}
/* サンプル利用規定ページヘッド */
div.regulation_head {
	width: 76%;
	margin: 2px auto 15px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 4px 3px #cac4ac;
	-webkit-box-shadow: 2px 4px 4px 3px #cac4ac;
	-moz-box-shadow: 2px 4px 4px 3px #cac4ac;
	color: #4d4d4d;
	font-size: 80%;
	background: #fff;
	padding: 5px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
/* サンプル利用規定ページ内容枠 */
div.regulation {
	width: 94%;
	margin: 2px auto 15px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 4px 3px #cac4ac;
	-webkit-box-shadow: 2px 4px 4px 3px #cac4ac;
	-moz-box-shadow: 2px 4px 4px 3px #cac4ac;
	color: #4d4d4d;
	font-size: 80%;
	background: #fff;
	padding: 5px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
/* サンプル利用規定ページタイトル */
div.regulation_ttl {
	color: #4e454a;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	background-color:#fdede4;
	border: 1px solid #9fa09e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 0px #FFF;
	box-shadow: 0px 2px 3px #cac4ac;
	-webkit-box-shadow: 0px 2px 3px #cac4ac;
	-moz-box-shadow: 0px 2px 3px #cac4ac;
}
/* 認証画像枠デザイン設定 */
div.photo {
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 2px 3px #cac4ac;
	-webkit-box-shadow: 0px 2px 3px #cac4ac;
	-moz-box-shadow: 0px 2px 3px #cac4ac;
	background: #fff;
	color: gray;
	width: 260px;
	height: 100px;
	float: left;
	margin: 12px 5px;
}
/* 認証画像およびキャプション位置 */
p.image, p.caption {
	text-align: center;
	margin: 10px;
}
/* 認証画像廻り込み終了 */
.clear {
	clear: both;
}
div.sample2 {
	width: 820px;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 14px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 14px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 14px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 11pt;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
	color:#941f57;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* 詳細解説内容枠 */
div.ride_point {
	width: 96%;
	line-height:150%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 4px 3px #cac4ac;
	-webkit-box-shadow: 2px 4px 4px 3px #cac4ac;
	-moz-box-shadow: 2px 4px 4px 3px #cac4ac;
	color: #4d4d4d;
	font-size: 80%;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}

/* 位置指定 */
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left !important;
}
div.art-end {
	border-top: 1px solid #98BCF8;
	width:430px;
}
div.wrench {
	text-align: right;
}
/* リクエストページ・サブタイトル */
div.sub-ttl {
	width: 300px;
	margin: 10px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 4px 2px #cac4ac;
	-webkit-box-shadow: 0px 4px 2px #cac4ac;
	-moz-box-shadow: 0px 4px 2px #cac4ac;
	color: #4d4d4d;
	font-size: 100%;
	background: #fff;
	padding: 10px 10px 7px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:center;
}
/* リクエストページ・解説 */
div.request_point {
	width: 92%;
	margin: 5px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 4px 2px #cac4ac;
	-webkit-box-shadow: 0px 4px 2px #cac4ac;
	-moz-box-shadow: 0px 4px 2px #cac4ac;
	color: #4d4d4d;
	font-size: 13px !important;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
div.request_point02 {
	width: 96%;
	margin: 15px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 4px 2px #cac4ac;
	-webkit-box-shadow: 0px 4px 2px #cac4ac;
	-moz-box-shadow: 0px 4px 2px #cac4ac;
	color: #4d4d4d;
	font-size: 13px !important;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}
/* 画像表示枠 */
.snapshot {
	padding: 10px;
	background: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
	position: relative;
	margin:0 1.2em 1em 0;
}

/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #f3f3f3;
	text-align: center;
}

ul.pageNav01 li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}

ul.pageNav01 li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	vertical-align: middle;
	color:#00a1e9;
}
ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	vertical-align: middle;
}

ul.pageNav01 li a:hover {
	background: #ede4e1;
	border-color: #f39800;
	color:#c70067;
}

#searchform4 {
	width: 200px;
	background: url(input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#keywords4	{
	width: 156px;
	position: absolute;
	top: 3px;
	left: 12px;
	color: #808080;
	border: 1px solid #FFF;
}
#searchBtn4	{
	position: absolute;
	top: 3px;
	left: 174px;
}
input.keywd {
	color: #808080;
}
/*---------------------------------------------------------------------*/
/* アップデート方法ポップアップ表示 */
.box {
  width: 280px;
  margin: 0 auto 0 3em;
  background: rgba(254,207,19,0.9);
  padding: 35px;
  border: 2px solid #fecf13;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.popbutton {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #008db7;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.popbutton:hover {
  background: #008db7;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/*button design by:http://red-team-design.com/css3-patterned-buttons/*/
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  display: inline-block;
  /*display: inline;
  zoom: 1;*/
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)),url();
  background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)),url();
  -webkit-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 
              0 2px 2px -1px rgba(0, 0, 0, .5), 
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.button:hover {
  background-color: #eee;
  color: #555;
}

.button:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], 
.button[disabled]:hover, 
.button[disabled]:active {
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small {
  padding: 4px 12px;
}

/* Larger buttons styles */

.button.large {
  padding: 12px 30px;
  text-transform: uppercase;
}

.button.large:active {
  top: 2px;
}

/* Colored buttons styles */

.button.color {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)),
                    url();
  background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)),
                    url();  
}

/* */

.button.claret {
  background-color: #941f57;
  border-color: #6c272d;
}

.button.claret:hover {
  background-color: #eb6ea0;
}

.button.claret:active {
  background: #941f57;
}

/* */

.button.sapphire_blue {
  background-color: #0068b7;
  border-color: #043c78;
}

.button.sapphire_blue:hover {
  background-color: #68a4d9;
}

.button.sapphire_blue:active {
  background: #0068b7;
}

/* */

.button.sepia {
  background-color: #622d18;
  border-color: #6f5436;
}

.button.sepia:hover {
  background-color: #e8c59c;
}

.button.sepia:active {
  background: #622d18;
}

/* */

.button.pannsy {
  background-color: #4d4398;
  border-color: #192f60;
}

.button.pannsy:hover {
  background-color: #a4a8d4;
}

.button.pannsy:active {
  background: #4d4398;
}

/* */

.button.burnt_umber {
  background-color: #6f5436;
  border-color: #6f5436;
}

.button.burnt_umber:hover {
  background-color: #c49a6a;
}

.button.burnt_umber:active {
  background: #6f5436;
}

/* */

.button.olivegreen {
  background-color: #5f6527;
  border-color: #5f6527;
}

.button.olivegreen:hover {
  background-color: #a7d28d;
}

.button.olivegreen:active {
  background: #5f6527;
}

/* */

.button.orange {
  background-color: #ee7800;
  border-color: #ee7800;
}

.button.orange:hover {
  background-color: #f7b977;
}

.button.orange:active {
  background: #ee7800;
}

/* */

.button.winered {
  background-color: #b33e5c;
  border-color: #b33e5c;
}

.button.winered:hover {
  background-color: #ea618e;
}

.button.winered:active {
  background: #b33e5c;
}

/* */

.button.purple {
  background-color: #734E93;
  border-color: #5a4498;
}

.button.purple:hover {
  background-color: #9C7EB6;
}

.button.purple:active {
  background: #734E93;
}

/* */

.button.green {
  background-color: #57a957;
  border-color: #57a957;
}

.button.green:hover {
  background-color: #62c462;
}

.button.green:active {
  background: #57a957;
}

/* */

.button.red {
  background-color: #c43c35;
  border-color: #c43c35;
}

.button.red:hover {
  background-color: #ee5f5b;
}

.button.red:active {
  background: #c43c35;
}

/* */

.button.blue {
  background-color: #269CE9;
  border-color: #269CE9;
}

.button.blue:hover {
  background-color: #70B9E8;
}

.button.blue:active {
  background: #269CE9;
}

/* */

.claret[disabled], 
.claret[disabled]:hover, 
.claret[disabled]:active {
  border-color: #6c272d;
  background: #c70067;
  color: #f5ecf4;
}

.sapphire_blue[disabled], 
.sapphire_blue[disabled]:hover, 
.sapphire_blue[disabled]:active {
  border-color: #043c78;
  background: #0068b7;
  color: #bbdbf3;
}

.sepia[disabled], 
.sepia[disabled]:hover, 
.sepia[disabled]:active {
  border-color: #6f5436;
  background: #622d18;
  color: #cc917a;
}

.pannsy[disabled], 
.pannsy[disabled]:hover, 
.pannsy[disabled]:active {
  border-color: #192f60;
  background: #4d4398;
  color: #bcb7e5;
}

.burnt_umber[disabled], 
.burnt_umber[disabled]:hover, 
.burnt_umber[disabled]:active {
  border-color: #6f5436;
  background: #6f5436;
  color: #c49a6a;
}

.olivegreen[disabled], 
.olivegreen[disabled]:hover, 
.olivegreen[disabled]:active {
  border-color: #5f6527;
  background: #5f6527;
  color: #a7d28d;
}

.orange[disabled], 
.orange[disabled]:hover, 
.orange[disabled]:active {
  border-color: #ee7800;
  background: #ee7800;
  color: #edd5bd;
}

.winered[disabled], 
.winered[disabled]:hover, 
.winered[disabled]:active {
  border-color: #b33e5c;
  background: #b33e5c;
  color: #522B72;
}

.purple[disabled], 
.purple[disabled]:hover, 
.purple[disabled]:active {
  border-color: #734E93;
  background: #734E93;
  color: #d0b7e5;
}

.green[disabled], 
.green[disabled]:hover, 
.green[disabled]:active {
  border-color: #57A957;
  background: #57A957;
  color: #D2FFD2;
}

.red[disabled], 
.red[disabled]:hover, 
.red[disabled]:active {
  border-color: #C43C35;
  background: #C43C35;
  color: #FFD3D3;
}

.blue[disabled], 
.blue[disabled]:hover, 
.blue[disabled]:active {
  border-color: #269CE9;
  background: #269CE9;
  color: #93D5FF;
}

/* Group buttons */

.button-group,
.button-group li {
  display: inline-block;
  /*display: inline;
  zoom: 1;*/
}

.button-group {
  font-size: 0; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 7px;
  border-radius: 7px; 
}

.button-group li {
  margin-right: -1px; /* Overlap each right button border */
}

.button-group .button {
  font-size: 13px; /* Set the font size, different from inherited 0 */
  border-radius: 0; 
}

.button-group .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;   
}

.button-group li:first-child .button {
  border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button {
  border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}
/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";        
}

.delete:before {
    content: "\2718";        
}

.save:before {
    content: "\2714";        
}

.email:before {
    content: "\2709";        
}

.like:before {
    content: "\2764";        
}

.next:before {
    content: "\279C";
}

.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}

/*--------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {

body {
  margin: 0;
  font-size: 10.5pt;
  color: #555;
  line-height: 1.22;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}

#pc {
  display: none;
}
#mobile {
  margin: 0 0 0 -20px;
}
#main {
  width: 100%;
}
#header {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  height: 146px;
}

#logo {
  width: 100%;
  position: relative;
  height: 146px;
  background: transparent url(logo-background01a.jpg) no-repeat;
}

#logo_text h2 { 
  color: #3c5e66;
}
#head_ttl {
  width: 97%;
  position: relative;
  height: 120px;
}
#search {
  float: right;
  margin-top: 100px;
  margin-right: 5px;
}

/*-----------------------------------------------------*/
/* スマホ用メニュー */

#nav-drawer {
  position: absolute;
  margin-left: 18px;
  margin-top: 27px;
  z-index: 200;
}

/* グルーバルメニュー */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0px;
    right: 0;
    left: 120px;
    height: 65%;
    overflow: auto;
    background-color: rgba(238,238,238,0.6);
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 70%;
    -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul {
    background-color: rgba(255,255,255,0.5);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後のライン(最後はラインを描かない) */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    /*border-bottom: none;*/
    border-bottom: 1px dotted #333;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}

/* メニュー内ヘッダ */
nav.globalMenuSp .menuHeader {
    background: #848484;
    padding: 1.5em 0;
    color: #fff;
}

.overflowHidden {
    overflow: hidden;
}


/* ハンバーガー */
.navToggle {
    position: relative;
    float:right;
    margin-left: 0px;
    margin-top: -80px;
    width: 40px;
    height: 38px;
    cursor: pointer;
    z-index: 3;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    box-shadow:	1px 1px 1px #ccc;
    -webkit-box-shadow:	1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:	4px;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 28px;
    border-bottom: solid 3px #848484;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-----------------------------------------------------*/

#return-index {
  width:98%;
  margin:0 0 0 10px;
  text-align:right;
  padding:10px 10px 0px 0px;
  font-size:9pt;
}
div.perl {
	width: 95%;
	margin: 10px auto 20px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 3px 10px #e3acae;
	-webkit-box-shadow: 2px 3px 10px #e3acae;
	-moz-box-shadow: 2px 3px 10px #e3acae;
	color: #4d4d4d;
	font-size: 9pt;
	background: #fff;
	padding: 10px 6px 10px 6px;
	border: solid #e3acae 1px;
	text-decoration: none;
	text-align:left;
	line-height:130%;
}

#site_content {
  position: relative;
  width: 98%;
  background: #FFF;
  margin-left: auto; 
  margin-right: auto;
  padding: 0;
  border-right: solid #cbd0d3 1px;
  border-left: solid #cbd0d3 1px;
} 

#content {
  text-align: left;
  width: 98%;
  padding: 0;
  margin-left: auto; 
  margin-right: auto;
}

/* パーミッション用テーブル02 */
.addition {
	margin-left:0px;
}
	.perm {
		width: 98% !important;
		border-collapse: collapse;
		margin: 0 auto;
	}
	.perm .thead {
		display: none;
	}
	.perm tr {
		width: 98.5%;
	}
	.perm th {
		display: block;
		text-align: left !important;
		width: 98.5%;
		padding: 0;
		white-space: normal !important;
	}
	.perm td {
		display: block;
		text-align: left !important;
		width: 98.5%;
		padding: 5px 0 5px 5px;
		border-bottom:0.5px solid #c9caca;
		white-space: normal !important;
	}
	.perm td span {
		font-size: 12px;
		color: #008c00;
	}
	.perm td:first-child {
		background: #e6edf5;
		color: #000;
		font-weight: bold;
		text-align: center;
		padding:5px;
	}
	.perm td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}

/* メッセージ */
div.dot-msg {
	width: 94%;
	border: 1px dotted navy;
	padding: 10px;
	margin: 1em auto;
	background: #e6e6ff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.ico-ttl {
	background: url(arrow11_7.gif) no-repeat 4px center;
	padding-left: 5px;
	font-weight: bold;
	color: navy;
}

#cnt-tag {
  margin-top:1.5em;
}
#utf8 {
	width: 96%;
	margin: 20px auto 20px -5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #4d4d4d;
	font-size: 90%;
	background: #f7f6fb;
	padding: 8px;
	border: dotted #e3acae 1px;
	text-decoration: none;
	text-align:left;
}
/* サンプル/ダウンロード説明枠 */
div.sample_dl {
	width: 96%;
	height:auto;
	line-height:130%;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 0;
	font-size: 11pt !important;
	text-align:center;
}

#cnt-tag {
  margin-top:1.5em;
}
div.initial {
  position: relative;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: auto; 
  margin-right: auto;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0px 1px 8px #cac4ac;
  -webkit-box-shadow: 1px 2px 10px #cac4ac;
  -moz-box-shadow: 1px 2px 10px #cac4ac;
  color: #4d4d4d;
  background: #fff;
  padding: 0px;
  border: solid #C0C0C0 1px;
  text-decoration: none;
  text-align:left;
}
div.initial_ttl {
  line-height:150%;
  background: ;
  color: #4e454a;
  font-size: 68%;
  text-align: left;
  padding: 4px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e6bfab;
  text-shadow: 1px 1px 1px #FFF;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
/* タイトル01 */
div.ch01 {
  margin:0 auto;
  color: #4e454a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 2px 3px 13px 1px #e8ece9;
  -webkit-box-shadow: 2px 3px 13px 1px #e8ece9;
  -moz-box-shadow: 2px 3px 13px 1px #e8ece9;
  font-size: 80%;
  padding: 8px;
  background-color: #CCE6FF;
  background-image: linear-gradient(to bottom, #f0f8ff, #7fc3ff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f8ff), to(#7fc3ff)); 
  background-image: -moz-linear-gradient(top, #f0f8ff, #7fc3ff);
  border-bottom: 1px solid #8d93c8;
  border-right: 1px solid #8d93c8;
  text-shadow: 1px 1px 1px #FFF;
}

ul.sup-list {
  width:96%;
  text-align: left;
  line-height: 170%;
  margin-left: 20px;
  padding-right:6px;
  font-size: 8.5pt !important;
  word-wrap:break-word;
}
ul.sup-list ul {
  margin-left:10px;
  margin-bottom:10px;
}

.Archive-dl {
  margin-top:2mm;
  margin-bottom:0;
  font-size:10pt;
}

div.ch {
	width: 95%;
	margin:0 auto;
	color: #fff;
	font-size: 12pt;
	text-align:center;
	padding: 10px;
	background-image: linear-gradient(to bottom, #00afcc, #008db7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#008db7), to(#00afcc)); 
	background-image: -moz-linear-gradient(top, #00afcc, #008db7);
	border-bottom: 1px solid #8d93c8;
	border-right: 1px solid #8d93c8;
}
/* サポート01 */
div.art {
	display: block;
	width: 94%;
	margin: 20px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:  2px 3px 18px 1px #e3acae;
	-webkit-box-shadow: 2px 3px 18px 1px #e3acae;
	-moz-box-shadow: 2px 3px 18px 1px #e3acae;
	color: #4d4d4d;
	font-size: 11pt;
	background: #fff;
	padding: 10px;
	border: solid #e3acae 1px;
	text-decoration: none;
	text-align:left;
}
div.support-note {
	width: 94%;
	margin: 10px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 4px 10px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 10px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 10px 1px #cac4ac;
	color: #4d4d4d;
	font-size: 9pt !important;
	background: #fff;
	padding: 10px 10px 14px 10px;
	border: dotted #941f57 2px;
	text-decoration: none;
	text-align:left;
}
div#sup-note01 {
	font-size: 9pt;
	margin-bottom: 0.5em;
	padding: 0;
	border-bottom: 1px dotted #9fa09e;
}
div#sup-note02 {
	font-size: 9pt;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px dotted #9fa09e;
}
#head-title { 
    position: relative;
    width: 92%;
    margin-top: 1em;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 15px 2.5em;
    border: 1px solid #B92A2C;
    font-size: 86%;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: left;
}
#head-title:before {
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}
/* 入室ボタン：サポートコナー */
div.enter {
	background: url(bg30.gif);
	border:1px solid #A688BD;
	border-collapse:collapse;
	padding:6px;
	margin: 10px auto;
	width:97%;
	height: 55px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 4px 10px 1px #cac4ac;
	-webkit-box-shadow: 2px 4px 10px 1px #cac4ac;
	-moz-box-shadow: 2px 4px 10px 1px #cac4ac;
}
div.ent-btn01 {
	width: 155px;
	padding:3px;
	margin:0px 3px;
	text-align: center;
	font-size: 12px !important;
}
div.ent-btn02 {
	width: 155px;
	padding:3px;
	margin:0px 3px;
	text-align: center;
	font-size: 12px !important;
	float:right;
}

#list-com {
    width: 93%;
    line-height: 160%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left:20px;
    padding-right:20px;
    text-align: left;
    font-size: 68% !important;
}
div.list-book {
	width: 96%;
	margin: 0px auto 10px auto;
	color: #4d4d4d;
	font-size: 10.5pt !important;
	background: #fff;
	padding: 5px;
	border-left: dotted #941f57 2px;
	border-right: dotted #941f57 2px;
	border-bottom: dotted #941f57 2px;
	text-decoration: none;
	text-align:left;
}

#terms {
	margin:0.5em 10px 0.5em 10px;
	padding:8px;
	line-height: 170%;
	font-size: 9pt !important;
}
.terms-point {
	margin:15px 1.5em;
	padding:0px 8px;
	line-height: 170%;
	font-size: 9pt !important;
}
#google {
  width:320px;
  float: left;
  margin-top: 0;
  margin-bottom: -1em;
  padding:0;
}
/* 詳細解説内容内枠 */
div.point_composition {
	width: 96%;
	padding:10px;
	margin: 5px 0 5px 0;
	font-size: 11pt !important;
	border-bottom: 1px dotted #003f8e;
	word-break : break-all;
}

/* 詳細解説内容日付枠 */
div.point_comp_date {
	line-height:100%;
	width: 40%;
	margin-top:-0.7em;
	margin-right:8px;
	font-size: 9pt !important;
	float:right;
	text-align:right;
}
#original-explain {
	line-height:100%;
	margin-top:15px;"
	margin-right: 0px;
	margin-bottom: 1mm;
	text-align: center;
}
/* スクリプト・カテゴリータイトル */
div#cate-ttl {
	width:97%;
	margin: 10px auto 0px auto;
	color: #ffffff;
	font-size: 11pt;
	padding: 8px;
	background-image: linear-gradient(to bottom, #999999, #24140e);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#999999), to(#24140e));
	background-image: -moz-linear-gradient(top, #999999, #24140e);
	text-align:left;
}
	/* 解説ページindexトップ */
	.menu {
		width: 98.5% !important;
		border-collapse: collapse;
		margin: 0 auto 0 -0.5px;
	}
	.menu .thead {
		display: none;
	}
	.menu tr {
		width: 98.5%;
	}
	.menu th {
		display: block;
		text-align: left !important;
		width: 98.5%;
		padding: 0;
		white-space: normal !important;
	}
	.menu td {
		display: block;
		text-align: left !important;
		width: 98.5%;
		padding: 8px;
		border-bottom:0.5px solid #c9caca;
		white-space: normal !important;
		line-height: 160%;
	}
	.menu td span {
		font-size: 12px;
		color: #008c00;
	}
	.menu td:first-child {
		background: #CCE6FF;
		color: #000;
		font-weight: bold;
		text-align: center;
		padding:7px;
	}
	.menu td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	.menu .note {
		width: 100% !important;
	}

/* ダウンロード数 */
.dl-count {
  margin-top:-2em;
  margin-bottom:-10px;
  margin-right:10px;
  text-align:right;
}

.detail {
  float:right;
  margin-top:15px;
  margin-right:10px;
  text-align:center;
}

/* サンプル利用規定ページヘッド */
div.regulation_head {
	width: 93%;
	margin: 2px auto 15px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 4px 4px 3px #cac4ac;
	-webkit-box-shadow: 2px 4px 4px 3px #cac4ac;
	-moz-box-shadow: 2px 4px 4px 3px #cac4ac;
	color: #4d4d4d;
	font-size: 80%;
	background: #fff;
	padding: 8px;
	border: solid #CCE6FF 1px;
	text-decoration: none;
	text-align:left;
}

#footer {
  width: 100%;
  font-family: Verdana,'trebuchet ms', sans-serif;
  font-size: 80%;
  height: 100px;
  padding: 28px 0 10px 0;
  margin-bottom: 0;
  text-align: center;
  background: #232f3e;
  border-top: 40px solid #37475a;
  color: #FFF;
}
#footer a {
  font-size: 80%;
  color: #FFF;
  text-decoration: none;
}
footer {
    font-size: 90%;
    margin-bottom: 2px;
    margin-top: 15px;
    text-align: center;
    line-height:100%;
    font-family: Verdana,Helvetica,Arial;
}

}
