@charset "UTF-8";

#hitoridemo{
    background-image: url(../images/common/content_bg02.png),url(../images/common/content_bg01.png),url(../images/common/content_bg03.png);
    background-position: center bottom,center top,left top;
    background-repeat: no-repeat,no-repeat,repeat;
    background-size: 100%,100%,37px;
    padding:5px 0 60px 0;
}
#hitoridemo h2{margin-bottom:15px;}

#hitoridemo h1,#hitoridemo h2{width:320px;margin:0 auto;}


.content_wrap{
	width:320px;
	line-height:none;
	text-align:center;
	margin:0 auto;
}

.content_wrap h3{
	text-align:center;
}

.content_wrap p{
	text-align:center;
}

.content_wrap img{
	vertical-align:bottom;
}



