@charset "UTF-8";

/* -----------------------------
コモパンの特長 スタイリングcss（style.css）
----------------------------- */

#MainContents .nostyle { height: auto; padding: 0; background: none; border: none;}
#MainContents .content-box { margin-bottom: 20px;}

.mame { margin: 20px 0; padding-top: 15px; padding-bottom: 15px; background-color: #f6edd5;}
.mame .fl-left { width: 240px; margin-right: 20px; font-size: 93%;}

.profile { float: right; width: 200px; margin-left: 20px; padding: 10px 15px; border: 1px solid #ccc; font-size: 93%;}


/* clearfix
----------------------------- */
/* clearfix for modern browser */
ul.convenience { display: inline-block;}
ul.convenience:after { content: "."; display: block; height: 0.1px; clear: both; visibility: hidden; font-size: 0.1em; line-height: 0;}
/* Hides from IE-mac \*/
* html ul.convenience { height: 0.1px;}
ul.convenience { display: block; }
/* End hide from IE-mac */
