@charset "utf-8";

/* テクノロジー＆ソリューションページのCSS */

@import url("../common/layout.css");
@import url("../common/default.css");
@import url("../header/header.css");
@import url("../sub_menu/sub_menu.css");
@import url("../footer/footer.css");

/* 幅760のコンテンツ枠 */
#contents_box760{
	width:760px;
	margin: 0 20px ;
}
#contents_box760_title{
	margin:0;
	padding:0 0 20px 0 ;
	clear:both;
}
/* 幅720のコンテンツ枠 */
#contents_box720{
	width:720px;
	margin: 0 20px ;
	padding:0;
}
/* ページトップソリューションコンセプトテキスト */
#discription{
	padding:0;
	margin:0;
	line-height:1.5em;
}
#discription img{
	float:right;
	padding: 0 0 10px 10px ;
}
#discription_sub_title{
	font-size:small;
	display:block;
	margin:10px 0 ;
	font-weight:bold;
}
	
/* トップページ　各ソリューションスタイル */
.solution_title{
	padding:20px 0 0 0 ;
	margin:0;
	clear:both;
}
.solution_title img{
	vertical-align:bottom;
}
.solution_box{
	width:718px;	
	border-bottom:#999 solid 1px;
	border-right:#999 solid 1px;
	border-left:#999 solid 1px;
}
.solution_summary{
	width:463px;
	float:left;
	padding:15px 20px;
	margin:0;
	line-height:1.5em;
}
.solution_summary_img{
	float:right;
	padding:15px;
	width:185px;	
}
.solution_summary2{
	padding:15px 20px;
	margin:0;
	line-height:1.5em;
}
.solution_summary2 img{
	float:right;
	padding:0 0 10px 10px ;
}
/* 詳細へのリンク */
.detail_link{
	display:block;
	margin:15px 0 0 0 ;
	background:url(../case_study/img/icon_orange.gif) no-repeat left;
	padding:0 0 0 15px;
}