@charset "Shift_JIS";
/* CSS Document */



.d-box a:link        {text-decoration:underline; color:$link}
.d-box a:visited     {text-decoration:underline; color:$visited}
.d-box a:active      {text-decoration:underline; color:$active}
.d-box a:hover       {text-decoration:underline; color:$hover}
.home         {font-size:12px}
.cgiweb       {font-size:13px}
.form1        {font-size:15px}
.form2        {font-size:12px}
.form3        {font-size:11px}
.form4        {font-size:12px; color:#f00000}
.text-style01 {font-size:$hyoudai_fsize; color:$hyoudai_color}
.text-style02 {font-size:$date_fsize; color:$date_color}
.text-style03 {font-size:$text_fsize; color:$text_color}
.text-style04 {font-size:15px; color:$hyoudai_color}
.text-style05 {font-size:13px; color:$text_color}
hr            {color:#9090f0}

#diary h3{font-size:1.4em;float:left;}/*コラムタイトル*/
#diary h4{font-size:1.0em;float:right;padding-top:4px;padding-right:20px;}/*date*/

.d-box{margin:0 auto 30px;
	width:80%;padding:5px;
	border: 1px solid #006699;
}

.d-box td{padding:5px;
}
.d-box dl{clear:both;margin-top:10px;}
.d-box dt{float:left;}/**/
.d-box dd{margin-left:260px;font-size:1.4em;word-break:break-all;}

@media only screen and (max-width: 600px) {
.d-box dt{display:block; float:none; width:240px;margin:0 auto 10px;}
.d-box dd{margin-left:0;font-size:1.4em; display:block; clear:both; padding-top:10px;}
}
/*修正削除table*/
.re-command{float:right;width:300px;}
