﻿@charset "utf-8";

/*------------------------------------------------------------

site : マーケティングコンサルタント・原田翔太公式サイト
used : よくある質問 ページスタイル
file : /qa/css/style.css

------------------------------------------------------------*/

/*============================================================
div#main
============================================================*/
#main li {
	font-size:100%;
	line-height:1.5;
}

#main h3.mgt40 {
	margin: 40px 0 0 0;
}


/*------------------------------------------------------------
ul.qaTop
------------------------------------------------------------*/
#main ul.qaTop {
	margin: 25px 0 0 0;
}

#main ul.qaTop li {
	margin: 3px 0 0 0;
}
#main ul.qaTop li a {
	font-weight: bold;
}

/*------------------------------------------------------------
ul.qaList
------------------------------------------------------------*/
#main ul.qaList {
	margin: 20px 0 0 0;
}

#main ul.qaList li {
	margin: 1px 0 0 0;
	padding: 6px 10px 5px 35px;
	background: url(/qa/images/icon_q.gif) no-repeat 10px 8px;
}

#main ul.qaList li a,
#main ul.qaList li a:link {
	color: #000;
	text-decoration: underline;
}

#main ul.qaList li a:visited {
	text-decoration: underline;
}
#main ul.qaList li a:hover,
#main ul.qaList li a:active {
	text-decoration: none;
}

#main ul.qaList li.qa1 {
	background-color: #e7e4e0;
}
#main ul.qaList li.qa2 {
	background-color: #f0efee;
}

/*------------------------------------------------------------
dl.lowerList
------------------------------------------------------------*/
#main dl.lowerList {
	margin: 20px 0 0 0;
}

#main dl.lowerList a,
#main dl.lowerList a:link {
	color: #000;
	text-decoration: underline;
}

#main dl.lowerList a:visited {
	text-decoration: underline;
}
#main dl.lowerList a:hover,
#main dl.lowerList a:active {
	text-decoration: none;
}

#main dl.lowerList dt {
	margin: 1px 0 0 0;
	padding: 8px 10px 6px 35px;
	background: #e7e4e0 url(/qa/images/icon_q.gif) no-repeat 10px 8px;
}

#main dl.lowerList dd {
	margin: 1px 0 0 0;
	padding: 8px 10px 0 35px;
	background: #f0efee url(/qa/images/icon_a.gif) no-repeat 10px 9px;
}

#main dl.lowerList dd p {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
