@charset "utf-8";
/*
------------------------------------------------------------------------------------
*
*		案件A用CSS　説明付き
*		2011.12.22
*		追加のstyleには #chie_contentを必ずつけること #chie_contentは知恵袋content範囲内のみに適用されます。
*
------------------------------------------------------------------------------------
*/

/*
出来ればCSSは最後に圧縮し、圧縮前のファイルには「_org」を名称語尾につけて保管すると良いです。
特にできるだけコメントアウトは削除しましょう。
エレメントの記述の順番は揃えましょう CSS属性フォーマットを使うと良いです。
今後変更箇所のみをわかりやすく記述するためもう一度フォーマットを変更する予定です。
*/

/* #chie_content Basic CSS reset */
/*-------------------------------------------*/
#chie_content div,#chie_content h1,#chie_content h2,#chie_content h3,#chie_content h4,#chie_content h5,#chie_content dl,#chie_content dt,#chie_content dd,#chie_content ul,#chie_content ol,#chie_content li,#chie_content p,#chie_content table,#chie_content td,#chie_content th,#chie_content tbody {
	background: transparent;
	border: 0;
	font-style: normal ;
	font-size: 100% ;
	outline: 0;
	margin: 0;
	padding: 0;
}
/*ここで基本的な要素のstyleを初期化*/

/*以下より基本的な要素を個別に初期ルール化*/
#chie_content {
	line-height: 1.7 !important;
}

#chie_content a {
	font-size: 13px;
}

#chie_content li {
	vertical-align: bottom;
}

#chie_content a img {
	border: medium none;
	border-style: none;
}

#chie_content img {
	vertical-align: middle;
}

#chie_content h1, #chie_content h2, #chie_content h3 {
	background-image: none;
	line-height: 1.6;
}

#chie_content p {
	font-weight: 100;
	font-size: 14px;
	text-align: justify;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

#chie_content ul {
	list-style: none outside none;
}

#chie_content hr {
	display: none;
}

#chie_content table {
	width: 100%;
	border-collapse: collapse;
	
}

/*ここまで、上記は基本的なサイト固有のCSSをできるだけ初期化するために指定しています
必要に応じて追記・変更を加えます。
記述の順番が早いほど優先度が下がるため初期化用のCSSは上部に記述します。*/
/*-------------------------------------------*/

#chie_content .subtitle {
	background: #80AEF9;
	clear: both;
	border: solid 3px #80AEF9;
}


#chie_content .subtitle h2.subtitle_01,#chie_content .subtitle h3.subtitle_01,#chie_content .subtitle p.subtitle_01{
	color: ##ffe0e0;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 20px 6px;
}



#chie_content p.qitemlast{
	padding: 10px 5px 5px 5px;
}


#chie_content div.left{
	float: left;
}


/* 検索ボックス */
#chie_content div.form{
	padding: 5px 0;
}

/*CSS3による角丸 及び class適用範囲の要素 */
/*------------------------------------------*/
#chie_content .demo {
	min-height:10px;
	border: solid 3px #80AEF9;
	padding:10px 10px 20px 10px;
	margin : 5px 0px 10px 0px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

/* area範囲 */
#chie_content .qbox{
	width: 510px;
	float: right;
	padding: 5px 0 0 0;
}/*widthを変更して幅を調整*/


/* IEハック */
*html #chie_content .demo {
	width: 620px;
	clear: both;
}/*widthを変更して幅を調整*/


/* IEハック */
*html #chie_content div.otheritem{
	width: 610px;
}/*widthを変更して幅を調整*/

/* IEハック */
*html #chie_conten table#categoryTable {
    width: 645px;
}

/* IEハック */
*html #chie_conten table#categoryTable {
    border: medium none;
    border-collapse: collapse;
    margin: 10px 5px 0 0;
    width: 640px;
}


#chie_content .demo a:hover{
	color: #561406;
}

#chie_content .demo img{
	padding: 10px;
}


#chie_content .demo .qbox{
	min-height: 30px;
}

#chie_content div.otheritem {
	border: solid 3px #80AEF9;
	margin: 5px 0px 10px 0px;
	padding: 10px 10px 10px 20px;

}


#chie_content div.otheritem li{
	vertical-align: bottom;
	line-height: 1.5;
	margin: 5px;
}

*html #chie_content div.otheritem li{
	vertical-align: bottom;
	margin: 5px 0px 5px 0px;
}

/* 個別質問areaの最低限の高さ */
#chie_content .qi clearfix{
	min-height: 300px;
}


/* 質問内容 */
#chie_content p.qc {
	font-size: 14px;
	padding: 0px;
}


/* 回答内容 */
#chie_content p.ac {
	font-size: 14px;
	padding: 0px;
}



#chie_content .qi{
	border-bottom: dashed 1px #80AEF9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#chie_content .qbox p{
	margin: 0 0 20px 10px;
}


#chie_content .qbox h3{
	font-weight: bold;
	margin: 0 0 15px 10px;
}


#chie_content .qbox h3 a{
	color: #561406;
	text-decoration: underline;
}


#chie_content .date{
	color: #555;
	font-size: 13px;
	text-align: right;
	padding-right: 20px;
}


#chie_content .clear_oth {
	font-weight: normal;
	padding: 0px;
}


#chie_content .lheight{
	line-height: 0px;
}

	
*html #chie_content .lheight{
	line-height: 25px;
}

#chie_content input {
	width: 280px;
	height: 21px;
}

#chie_content input[type="submit"] {
	width: 50px;
	height: 25px;
	position: relative;
	top: 2px;
}

#chie_content .search_btn {
	width: 50px;
}

/*#table {
    margin: 0 0 0 0 !important;
}*/

#chie_conten table#categoryTable {
    border: medium none;
    border-collapse: collapse;
    margin: 10px 10px 0 0;
    width: 640px;
}
#chie_conten table#categoryTable tr td {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 10px;
    vertical-align: top;
}
#chie_conten .item a {
    padding: 5px;
 
}
p.item {
    text-align:right;
}

#chie_conten h3.keyitem {
   
    color: #000;
    font-size: 114.28%;
    font-weight: bold;
    height: px;
    line-height: 1.4em;
    margin: 0 0 10 px;
    padding: 2px 0 0 16px;
}
/*#gNav ul li a {
    display: block;
    height: 54px;
    text-indent: -9999px;
    width: 183px;
}

#gNav ul li#gNav01 {
    background: url("http://www.tuhan-kagu.com/common/img/g_nav_01.gif") no-repeat scroll 0 0 transparent;
    margin-left: 0;
}*/
/*.category_index ul li.ca01 a{
    background-position: 100% 0;
    background-repeat: no-repeat;
    float: left;
    font-size: 85%;
    line-height: 1.2;
    margin: 1px 0 2px;
    padding-left: 5px;
}

li.ca01 a{ background-image: url(http://www.tuhan-kagu.com/common/img/category_01.jpg);
}
li.ca02 a{ background-image: url(http://www.tuhan-kagu.com/common/img/category_02.jpg); }
li.ca03 a{ background-image: url(http://www.tuhan-kagu.com/common/img/category_03.jpg); }
li.ca06 a{ background-image: url(http://www.tuhan-kagu.com/common/img/category_06.jpg); }
li.ca11 a{ background-image: url(http://www.tuhan-kagu.com/common/img/category_11.jpg); }
*/


/* Pagenation */
/*色を変えるのみで問題ありません*/
/*-------------------------------------------*/
#chie_content #page{
	font-size: 15px;
	text-align: right;
	margin: 15px 0 0 0;
}
	
#chie_content #page p a {
	background-color: #FFF;
	border: double 2px #80AEF9;
	color: #404040;
	font-size: 15px;
	text-decoration: none;
	margin: 13px 5px 0 5px;
	padding: 2px 5px;
}

#chie_content #page p a:hover {
	background-color: #80AEF9;
	border: double 2px #80AEF9;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin: 13px 5px 0 5px;
	padding: 2px 5px;
}

#chie_content #page span.pjust {
	background-color: #80AEF9;
	border: double 2px  #80AEF9;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-decoration: none;
	margin: 13px 5px 0 5px;
	padding: 2px 5px;
}

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


/*追加css　サイト固有のCSSは下記に記述しましょう*/
/*-------------------------------------------*/
#chie_content h2 {
	float:none;
}

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


/*下記以降、変更する必要はありません*/

/*
------------------------------------------------------------------------------------
*
*
*       UTILS   clearfix, clear, inlineBlock　
*
*
------------------------------------------------------------------------------------
*/
#chie_content .clearfix:after {
	height: 0;
	display: block;
	clear: both;
	font-size: 0.1em;
	visibility: hidden;
	content: '[.]';
}

#chie_content .clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #chie_content .clearfix {
	height: 1%;
}

#chie_content .clearfix {
	display: block;
}

/* End hide from IE-mac */
#chie_content .clearfix {
	position: relative;
}

#chie_content .clear {
	clear: both;
}

#chie_content .inlineBlock {
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
	zoom: 1;
}

#chie_content strong{
	color:#000;
}