/*****************************************************
共通スタイル
*****************************************************/
@import url("base.css");
@import url("base_sub.css");
@import url("header_footer.css");
@import url("print.css");



/*****************************************************
**************** メインコンテンツ ********************
*******************  id=main  ************************
*****************************************************/

/*****************************************************
Inquiry Formページ
*****************************************************/
/*===フォームの中央配置=============================*/	
/*form{
    text-align:center;
	}
div#form{
    margin:0px auto;
	padding-top:6px;
	text-align:left;
	width:555px;
	}
	
	
/*===フォーム詳細設定===============================*/

div#content div#form dl dt{
    clear:both;
	margin-bottom:4px;
	}
	
/*=== 回答欄 ===*/
div#content div#form dl dd{
	margin:0px 0px 12px;
	padding:6px;
	background-color:#e5e1e7;
	}

/*回答欄の中央配置*/
div#content div#form dl dd{
	text-align:center;
	}
div#form dd div#cont,	
div#form dd div#kind,
div#form dd div#info,
div#form dd div#yesno{
    margin:0px auto;
	}
	
		
div#form input{
    width:322px;
    height:16px;
	vertical-align:middle;
	}
div#form textarea{
    width:440px;
	}
div#form select{
    width:134px;
    height:22px;
	}
div#form input#checkbox{
    width:22px;
	}
	
/*=== 回答欄：意見の種類 ===*/	
/*親ボックスの背景を表示(firefox)*/
div#form dd div#kind:after {
	content: "";
	display: block;
	clear: both;
}
div#form dd div#kind {
    padding-bottom:4px;
    width:470px;
	}
div#form dd div#kind input,
div#form dd div#kind select,
div#form dd div#kind p{
    float:left;
	}
div#form dd div#kind input{
    width:190px;
	}
	
/*=== 回答欄：意見の内容 ===*/
div#form dd div#cont:after {
	content: "";
	display: block;
	clear: both;
}
div#form dd div#cont {
    padding-bottom:;
    width:490px;
	}
div#form dd div#cont p{
	float:left;
    padding-right:30px;
	}
div#form dd div#cont p.last{
    padding-right:0px;
	}
div#form dd div#cont p input{
    width:18px;
	}
	
/*=== 回答欄：ご連絡先 ===*/	
/*親ボックスの背景を表示(firefox)*/
div#form dd div#info:after {
	content: "";
	display: block;
	clear: both;
}
div#form dd div#info {
    padding-bottom:6px;
    width:460px;
	}
div#form dd div#info p,
div#form dd div#info input,
div#form dd div#info select{
    float:left;
	}
div#form dd div#info p{
    width:65px;
	margin-right:12px;
	text-align:right;
	}	
	
/*=== 回答欄：回答の希望 ===*/
div#form dd div#yesno:after {
	content: "";
	display: block;
	clear: both;
}
div#form dd div#yesno {
    padding-bottom:;
    width:170px;
	}
div#form dd div#yesno p{
	float:left;
    padding-right:70px;
	}
div#form dd div#yesno p.last{
    padding-right:0px;
	}
div#form dd div#yesno p input{
    width:18px;
	}

p.note{
    padding-top:10px;
	}		
/*=== ボタン ===*/
p.buttons{
    padding-top:25px;
    text-align:center;
	}
p.buttons #reset{
    width:75px;
	height:20px;
	margin-right:15px;
	}
p.buttons #submit{
    width:75px;
	height:20px;
	}
	
/*****************************************************
事業所／法人 ページ
*****************************************************/
/*===テーブルの幅設定===============================*/

table.network td.office{
    width:184px;
	}	
		

	
/*****************************************************
******************* サイドバー ***********************
******************  id=sidebar  **********************
*****************************************************/
	
/*****************************************************

*****************************************************/	


	
