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

/*◆デフォルトリンク色の設定*/
a:link{
	color:#34b3e2;
	text-decoration:none;
}
a:visited{
	color:#34b3e2;
	text-decoration:none;
}
a:hover{
	color:#084fc8;
	text-decoration:underline;
}
a:active{
	color:#084fc8;
	text-decoration:underline;
}

/*--------------------------
　左メニュー
---------------------------*/
/*サイドメニューリスト*/
#side h3{
	margin-bottom:5px;
}

/*--------------------------
　メインコンテンツ
---------------------------*/
#main{
	padding:20px 25px 20px 5px;
}

/*メインコンテンツ枠*/
#mainCont .st{
	width:585px;
	height:9px;
	background:url(../../images/common/km02_st.gif) left bottom no-repeat;
}

#mainCont .ed{
	width:585px;
	height:10px;
	background:url(../../images/common/km02_ed.gif) left top no-repeat;
}

#mainCont .bd{
	width:565px;
	padding:0 10px;
	background:url(../../images/common/km02_bd.gif) left top repeat-y;
}


/*ジャンル名*/
p.genre01{
	margin-left:20px;
	padding-left:12px;
	background:url(../../images/common/parts_dot.gif) left 3px no-repeat;
	color:#34b3e2;
	font-size:1.2em;
}

/*本文インデント枠*/
.article{
	padding:20px;
}

/*センターボタン枠*/
.funcBtn{
	margin:0 auto;
}


/*--------------------------
　TOPICS一覧、詳細・サービス新着、サービス記事
---------------------------*/
p.date{
	color:#34b3e2;
	font-size:0.8em;
}

h3.tit{
	margin-bottom:5px;
	color:#0274ea;
}

p.txt{
	padding:0 20px 20px 20px;
}

.serviceTitle{
	margin-bottom:10px;
}

.serviceTitle td strong{
	font-size:1.2em;
}


/*--------------------------
　サービス一覧
---------------------------*/
#service img.line{
	margin-left:5px;
}

/*--------------------------
　サービス詳細画面
---------------------------*/

#service p.serviceurl{
	padding:5px;
}

#service p.genre02{
	padding:5px;
	text-align:right;
	color:#0375eb;
}

#service h3.title{
	margin:0;
	padding:5px 0 5px 10px;
	background:url(../../images/common/bg_blue.gif) left top no-repeat;
	color:#ffffff;
}

#service h3.title span{
	color:#ffffff;
	font-size:0.8em;
	font-weight:normal;
}

#service .basicInfo{
	margin-left:5px;
}

#service #main h4{
	margin-left:5px;
	margin-bottom:10px;
}

/*新着情報*/
#service .newsList{
	margin-left:10px;
}

#service .newsList td{
	padding:2px;
	border-bottom:#cccccc 1px solid;
}

/*サービス詳細*/
#service .detail{
	margin-left:10px;
}
	#service .basicInfo p,
	#service .detail p {
		padding: 0.5em 0;
	}
	#service .detail img.cut {
		margin: 15px 0;
	}

/*会社概要*/
#service .company{
	margin-left:10px;
}

#service .company th{
	padding:2px 5px;
	border-bottom:#ffffff 2px solid;
	background-color:#e1e1e1;
	font-weight:normal;
}

#service .company td{
	padding:3px 10px;
	border-bottom:#ffffff 2px solid;
	background-color:#f6f6f6;
}

/*キャンペーン*/
#service .campaign{
	margin-left:10px;
}

/*お問い合せ*/
#service .toiawase{
	margin-left:10px;
	border-top:#cccccc 1px solid;
}