@charset "UTF-8";

/* -----------------------------
「トピックス」レイアウト（corner-style.css）


----------------------------- */

#main h2 { clear: both;}
#main table { border-collapse: collapse; border: 1px solid #a7a7a7;}
#main table,
#main table td { margin: 0; padding: 3px 5px; border: 1px solid #a7a7a7;}

#main .image p { margin-bottom: 5px; padding: 1px; background-color: #b4b4b4;}
#main img {  border: 1px solid #fff;}

.layout1,
.layout2,
.layout3,
.layout4 { clear: both; display: inline-block; margin-bottom: 0em;}
.layout1:after,
.layout2:after,
.layout3:after,
.layout4:after { content: "."; display: block; height: 0.1; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .layout1,
* html .layout2,
* html .layout3,
* html .layout4 { height: 0.1;}
.layout1,
.layout2,
.layout3,
.layout4 { display: block; }
/* End hide from IE-mac */




/* テキスト＋写真（大） */
.layout1 .textbox { float: left; width: 360px;}
.layout1 .image { float: right;}



