@charset "UTF-8";

/**********************************
　共通するスタイル
**********************************/

.fb { font-weight : bold ; }

.fcred01 { color: #ff0000 ; }

.fcpink01 { color: #ff3a7e ; }

.fcblue01 { color: #0000ff ; }

.fsx170 { font-size: 170% ; }

.fsx90 { font-size: 90% ; }

.lineh120 { line-height: 120% ; }

.w560 { width: 560px ;}

.w500 { width: 500px ; }

.w700 { width: 700px ;}

.h2px { height: 2px ;}

.h25px { height: 25px ; }

.h50px { height: 50px ; }

.pad0 { padding: none ;}

.padtb10 { padding: 10px 0 ; }

.bcgray { background-color: #f3f3f3 ; }

.textc { text-align: center ; }

.textl { text-align: left ; }

.ma0a { margin: 0 auto ;}

.ma0 { margin: 0 ; }

.ma10 { margin: 10px ;}

.marl16 { margin-left: 16px ; }

.martb10 { margin: 10px 0 ; }

div#entry .clearl { clear: left ; }


