/*
 Theme Name:   Twenty Eleven Child
 Theme URI:    http://anago.harima.riken.jp/wordp/twentyeleven-child/
 Description:  Twenty Eleven Child Theme
 Author:       Tanaka Yoshikazu
 Author URI:   http://anago.harima.riken.jp/wordp/
 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
*/

/*TwentyEleven サイト全体の横幅のサイズの変更 */
#content-custom {
    margin: 0 2% 0 2%;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: 100%;
}

/*Twenty Elevenを1カラムにして横幅を目一杯広げる*/
#page {
    margin: 2em auto;
    max-width: 1200px;
}

/* 下線を青色で長くする*/
/* http://www.nishishi.com/css/line-border-hr.html */
p.box {
   border-bottom: 1px solid orange;
}

