C:\stinger2013815\smart.css C:\stinger20130825\smart.css
56  56 
  57.post img{
  58  max-width: 100%;
  59  height: auto;
  60}
  61 
57/* clearfix */  62/* clearfix */ 
238  243 
239h4 { 244.post h4 {
240    font-size: 22px; 245    font-size: 22px;
249  254 
  255.side h4 {
  256    font-size: 22px;
  257    font-weight: bold;
  258    margin-bottom: 20px;
  259    padding-top: 10px;
  260    padding-right: 10px;
  261    padding-bottom: 10px;
  262    padding-left: 10px;
  263}
  264 
250#footer #footer-in h4 { 265#footer #footer-in h4 {
1089    text-decoration: none; 1104    text-decoration: none;
1090}  1105} 
  1106 
  1107 
  1108/*------------------------------------- 
  1109カレンダー 
  1110------------------------------------*/ 
  1111 
  1112#wp-calendar { 
  1113    border-collapse: collapse; 
  1114    border-top-width: 1px; 
  1115    border-right-width: 1px; 
  1116    border-top-style: solid; 
  1117    border-right-style: solid; 
  1118    border-top-color: #999; 
  1119    border-right-color: #999; 
  1120    width: 100%; 
  1121     
  1122} 
  1123#wp-calendar thead tr th { 
  1124    border-bottom-width: 1px; 
  1125    border-left-width: 1px; 
  1126    border-bottom-style: solid; 
  1127    border-left-style: solid; 
  1128    border-bottom-color: #999; 
  1129    border-left-color: #999; 
  1130} 
  1131#wp-calendar td { 
  1132    text-align: center; 
  1133    padding: 10px; 
  1134    border-bottom-width: 1px; 
  1135    border-left-width: 1px; 
  1136    border-bottom-style: solid; 
  1137    border-left-style: solid; 
  1138    border-bottom-color: #999; 
  1139    border-left-color: #999; 
  1140} 
  1141#wp-calendar caption { 
  1142    font-weight: bold; 
  1143    text-align: left; 
  1144} 
  1145#wp-calendar tbody tr #today { 
  1146    background-color: #CCC; 
  1147} 
1148