/*
 Theme Name:   Twenty Eleven Child Theme
 URI:    http://anago.harima.riken.jp/wp/twentyeleven-child/
 Description:  Twenty Eleven Child Theme
 Author:       Tanaka Yoshikazu Author
 URI:   http://anago.harima.riken.jp/wp/
 Template:     twentyeleven
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyeleven-child
*/

/* @import url('../twentyeleven/style.css'); comment out 2017/06/11 this line moved to functions.php */ 
/* I expand the page with the reference:  http://wp.salt26.jp/twentyeleven/916 */

/*TwentyEleven: I changed the margin. */
#content-custom {
margin: 0 2% 0 2%;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
width: 100%;
}

/*TwentyEleven: I changed the total width of this site. */
#page {
margin: 2em auto;
max-width: 1200px;
}

.wp-caption-text {
text-align: center;
font-size: 16px;
line-height: 1px;
padding: 0 4px 5px;
margin-top:-15px;
}

.wp-caption {
padding-top: 0px;
border: 1px solid #ddd;
border-radius: 3px;
background-color: #f3f3f3;
text-align: center;
}

.midori-box {
border: 4px solid #77d092;
border-radius: 9px;
padding: 2em;
}
