@import url(global.css);
@import url(menu.css);

#header h1{
	font-weight:normal;
	}
#content h3{
	margin:1.5em 0px;
	padding-top:1.5em;
	border-top:solid 1px #ccc;
	}
#content .item{
	line-height:1.3em;
	margin:0px 0px 2em 20px;
	}
#content .item h4{
	color:#000;
	font-weight:bold;
	padding-bottom:0.5em;
	}
#content .item p{
	margin-bottom:1em;
	}
#content .item ul{
	margin-bottom:1em;
	}
#content .item li{
	margin-left:1.5em;
	}
#content .item .fl-r{
	margin-left:2em;
	}
#regist-btn{
	padding:0.7em;
	border:1px solid #ff8a00;
	}
#content .item #regist-btn p{
	margin-bottom:0px;
	}

/*トピックス*/
#topics{
	line-height:1.3em;
	}
#topics dt{
	color:#999;
	font-weight:bold;
	}
#topics dd{
	margin:0px;
	padding:0px 0px 0.5em 20px;
	}

/*告知*/
#top-info, .top-info{
	margin-bottom:1em;
	padding:0.5em 0.5em 0 0.5em;
/*	border:3px solid #f58989;*/
	border:1px solid #f58989;
/*	background:#fff7f7;*/
	background:#fff;
	}
#top-info div ,.top-info div{
	margin-bottom:0.7em;
	}
#top-info p ,.top-info p{
	color:#000;
	font-size:80%;
	line-height:140%;
	clear:both;
	}
#top-info p.info-ttl ,.top-info p.info-ttl{
	color:#ba0101;
	font-weight:bold;
	margin-bottom:0.3em;
	}
#top-info p.mark ,.top-info p.mark{
	color:#fff;
	background:#f58989;
	padding:0.2em;
	font-weight:bold;
	margin:0.2em 0;
	float:left;
	}

/*add css*/
#seo_soft{
	width:810px;
	margin:0 auto;
	background:#ffeab1;
	}
#seo_soft h1{
	font-size:70%;
	font-style:normal;
	font-weight:bold;
	color:#8e7226;
	padding:2px 5px;
}
#seo_soft .summary em{
	font-size:70%;
	font-style:normal;
	font-weight:normal;
	color:#b18e2f;
	padding:0 5px 2px 5px;
	}

/*キャンペーンバナー*/
#campaign_bnr{
	padding-top:1em;
	margin:1em 0;
	border-top:1px solid #ccc;
	}

/*グループリンク*/
#end_border{
	background:url(../images/border_end.gif) no-repeat center top;
	}
#grouplink{
	width:810px;
	padding:0.5em 0;
	margin:0 auto;
	background:#ffeab1;
	overflow:auto;
	}
#grouplink div{
	float:left;
	width:123px;
	padding-left:10px;
	}
#grouplink p{
	float:left;
	width:650px;
	font-size:0.7em;
	font-weight:nomal;
	line-height:1.3em;
	padding-left:10px;
	}
#grouplink a,
#grouplink a:visited{
	color:#666;
	}
#grouplink a:hover{
	color:#ff6600;
	background-color:#ffe066;
	}
#grouplink a:active{
	color:#ff6600;
	background-color:#ffe066;
	}

.opWrapper {
	width: 170px;
	padding: 10px 0;
}
.opWrapper p {
	font-size: 90%;
}
.opWrapper p.title {
	font-size: 90%;
	margin-bottom: 7px;
	background: #ffbf00;
	padding: 4px 5px 3px;
	font-weight: bold;
}
.opWrapper p.caption {
	font-size: 75%;
	margin-bottom: 7px;
	background: #ffe6a6;
	padding: 7px 8px;
	line-height: 1.3;
}
.opForm {
	width: 160px;
	padding: 3px 4px; 
	height: 100px;
	background: #fff;
	border: solid 1px #ccc;
	margin-bottom: 7px;
	font-size: 90%;
	line-height: 1.3;
}
#menu p.submitWrapper {
	text-align: center;
}
.opBtn {
	background: #7bcaff;
	background: linear-gradient(to bottom, rgba(103,146,198,1) 0%,rgba(41,101,175,1) 100%);;
	border: solid 2px #2a66b0;
	border-radius: 15px;
	padding: 4px 30px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
