/* 通常の警告（赤字） */
.caution_lite {
	color:red;
}

/* やや重要な警告（赤い太字） */
.caution_middle {
	color:red;
	font-weight: bold;
}

/* とても重要な警告（赤・太・サイズ大） */
.caution_serious {
	color:red;
	font-weight: bold;
	font-size:120%;
}

/* 注釈 */
.note {
	font-size:90%;
	color:gray;
	font-weight:normal;
}

/* 注釈とセットで使って（※）の文章をきれいに整える */
.notes {
 padding-left: 1em;
 text-indent: -1.5em;
}

/* 強調のため大きく */
.emphasize_by_size {
	font-size:120%;
}

/* 強調のため行頭に青い■アイコン */
.emphasize_by_bluebox {
	padding:0px 0px 0px 15px;
	background-image:url(image/icon_bluebox.gif);
	background-repeat:no-repeat;
}


/* 太字 */
.bold {
	font-weight:bold;
}
/* イタリック */
.italic {
	font-style:italic;
}
/* 上付 */
.superscript {
	font-size:80%;
	vertical-align: super;
}
/* 下付 */
.subscript {
	font-size:80%;
	vertical-align: sub;
}
/* 打消し */
.strike {
	text-decoration:line-through;
}
/* 下線 */
.underline {
	text-decoration: underline;
}

/*上追加*/
#akbox{
        width:950;
        height:100;
}

.akimgbox{
        float:left;
        width:171;
        height:200;
        margin-right:109;
        padding:0;
}



#aktextbox{
        float:right;
}




#akbox:after {
content: “.”;
display:block;
height: 0;
clear: both;
visibility: hidden;
}


.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}



