@charset "UTF-8";
/* CSS Document */

#pageTitle{ color:#603700; }
.mainContent h3{ color:#603700; }
.mainContent h3:before { background-color: #603700; }
.mainContent h4{ color:#603700; }

/* ----------------------------------------------
	メインイメージ
------------------------------------------------- */
#koshirochan #koshiroMain{
	height: 0;
    padding-top: 54.66666%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:url(../images/main_sp.png);
    background-size: contain;
}

/* ----------------------------------------------
	プロフィール
------------------------------------------------- */
#koshirochan #koshiroProfile{}
#koshirochan #koshiroProfile .profileContent{
	text-align:left;
	padding:180px 0 0 0;
	background-size:auto 160px;
	background-position:top center;
	background-repeat: no-repeat;
	background-image:url(../images/img_sp.jpg);
}
#koshirochan #koshiroProfile .profileContent dt{
	font-size:107%;
	font-weight:bold;
	color:#e50012;
	margin:0 5px 3px;
}
#koshirochan #koshiroProfile .profileContent dd{
	margin:0 5px 15px;
}
#koshirochan #koshiroProfile .profileContent dd br{ display:none;}
