.cg_freespace_01@charset "euc-jp";
/* CSS Document */
/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_01 img{
	margin-bottom: 10px;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 img{
	margin-bottom: 10px;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}
/*フリースペース用*/
.cg_freespace_01 h1 {
  	font-size: 20px;
    font-weight: bold;
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
top:0;
    margin-bottom: 15px;
	margin-top:15px;
}

.cg_freespace_01 h1:before,h1:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.cg_freespace_01 h1:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
.cg_freespace_01 h1:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.cg_freespace_01 h2{
	font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
	margin-top:15px;
}
.cg_freespace_01 h3{
	font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.cg_freespace_01 h4{
	font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.cg_freespace_01 strong {
    font-weight: bold;
}

.cg_freespace_01 table {
	width: 100%;
	margin-bottom:20px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
.cg_freespace_01 table th {
	background: #FBF9F6;
	padding: 4px 0px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.cg_freespace_01 table td {
	background: #FFF;
	padding: 4px 5px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.cg_freespace_01 keikou3{
  background: #ff0;
}
.cg_freespace_01 style4 {
	color: #0000FF
}
.cg_freespace_01 new {
	font-weight: bold;
	color: #C35FFD;
	background-color: #FEF8F8;
}
.style1 {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}
.style2 {
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}
.image {float: left; margin: 8px 8px 3px 0; }


.btn-flat-double-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: double 4px #67c5ff;
  border-radius: 3px;
  transition: .4s;
	align-content: right;
}
.btn-flat-double-border:hover {
  background: #fffbef;
}
