@charset "utf-8";
#intro {
	width: 460px;
}
#flow {
	margin-bottom: 30px;
	margin-top: 30px;
}
.flowBack {
	width: 463px;
	background-image: url(/user_file/idoldog-sh/about/img/back03.gif);
	background-repeat: repeat-y;
}
#flow dl{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#flow dt{
	float: left;
	width: 18px;
}
#flow dd{
	float: right;
	width: 425px;
	margin-bottom: 5px;
}
.pink {
	color: #FE3095;
}
.clear {
	clear: both;
	width: 463px;
}

.sankaku {
	margin-left: 215px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents {
	float: left;
	width: 463px;
}
#dogImg {
	float: left;
	width: 140px;
}
/*フロートマージン対策***********************/
#contentsAll {
	overflow:hidden
}
#contentsAll :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html contentsAll {
    height: 1em;
    overflow: visible;
}
#btn {
	margin-right: 65px;
	margin-left: 65px;
	clear: left;
}



#leftBtn {
	float: left;
	width: 234px;
	display: inline;
}
#rightBtn {
	float: right;
	width: 234px;
}

