@charset "utf-8";

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ 株式会社小飯田工業
	All Page CSS（ホームのデザインを指定するスタイルシート）
	ver.2015.07.01
────────────────────────────────────────
FileName:		./css/indx.css
Editor:			TRUSTEC
Description:	ホームのデザインを指定するスタイルシート。
────────────────────────────────────────
2024/09/13:		サーバ移転に伴う修正。
2015/07/20:		機能追加に伴う修正。
2011/08/03:		開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/*
--------------------------------------------------------------------------------
□ 見出しタグの表示設定
--------------------------------------------------------------------------------
*/
.title_image
{	background : rgba(0, 0, 0, 0.5);
	background : none;

	/* background : rgba(0, 0, 0, 0.4); */
	/* height : 300px; */	}
/*
.title_image h3
{	height : auto;
	padding : 0;
	font-size : inherit;
	text-shadow : none;	}
*/





/*
--------------------------------------------------------------------------------
□ ページヘッダの表示設定
--------------------------------------------------------------------------------
*/
#box_head
{	/*
	height : 370px;
	height : 388px;
	*/
	background-color : none;	}





/*
--------------------------------------------------------------------------------
□
--------------------------------------------------------------------------------
*/
#wrapper_index_menu
{	font-size : 14px;
	line-height : 150%;
	width : 460px;	}



#wrapper_index_menu img.icon
{	float : left;
	width : 120px;
	margin : 5px 5px 5px 0;
	padding : 0;
	clear : left;	}

#wrapper_index_menu dt:first-child img.icon
{	margin-top : 0;	}



#wrapper_index_menu strong
{	font-size : 110%;
	line-height : 200%;	}



#wrapper_index_menu a
{	color : #303030;
	text-decoration : underline;	}

#wrapper_index_menu a:hover
{	color : #3399CC;	}



#wrapper_index_menu dd
{	height : 70px;
	padding-top : 5px;
	border-bottom : dotted 1px #A0A0A0;	}

#wrapper_index_menu dt
{	clear : both;
	padding-bottom : 3px;	}





/*
--------------------------------------------------------------------------------
□
--------------------------------------------------------------------------------
*/
#wrapper_index_comment
{	background : #FAF5ED;
	font-size : 13px;
	line-height : 150%;
	width : 390px;
	/* height : 270px; */
	padding : 10px;
	border : solid 5px #F0EACC;	}



#wrapper_index_comment .txt_comment
{	margin-left : 25px;	}
