@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/


@import url(reset.css);
@import url(common.css);
@import url(page_common.css);


/* ================================================

	index

=================================================*/

/* mainImg -------------*/
#mainImgAreaInner h2 {}
#mainImgAreaInner p {}

/* contents -------------*/
.inBox { width:720px; margin-left:20px; margin-right:20px; overflow:hidden; color:#333;}
.inBox p strong { font-size:16px; color:#666;}

.flowList { width:730px;}
.flowList li { width:231px; float:left; margin-right:1px;}

.flowList2 li .i { display:block;}
.flowList2 li .t { display:block;}
.flowList2 li .d { display:block; width:308px; padding:10px; border:1px solid #113460; background-color:#F4F5F8;}

/* clearfix
---------------------------------------------------------------------------------------------*/
.flowList:after,
#sec3 ul:after
 { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.flowList,
#sec3 ul
 { display: inline-table; min-height: 1%; }
/* Hides from IE-mac \*/
* html .flowList,
* html #sec3 ul
 { height: 1%; }
.flowList,
#sec3 ul
 { display: block; }
/* End hide from IE-mac */
