@charset "UTF-8";

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

CSS Information

Site URL:			http://www.hogehoge.com/
File name:			page.css (http://www.hogehoge.com/hoge/page.css)
Copyright:		(c)

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

/*-------------------------
__hoge_style
-------------------------*/

header{
	box-shadow:none!important;
	border-bottom:1px solid #ddd;}

#wrap{
	width: 100%;
	background-color: #EFEFEF;}

#content{
	width:1000px;
	margin:0 auto;}

#main{
	background-color:#fff;
	text-align:left;
	padding:60px 40px 60px 40px;
	margin-bottom:50px;}

section{
	margin-bottom:30px;
	float:left;}

h1{
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:130px;
	text-align:center;
	padding-top:100px;
	color:#fff;}

h1 span{
	font-size:30px;
	letter-spacing:0.4em;
	margin-bottom:25px;}

h2{
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:35px;}

.sub_com{
	font-size:14px;
	line-height:30px;
	margin-bottom:70px;}

.com_main{
	font-size:20px;
	line-height:35px;
	color:#003C8A;
	font-weight:bold;
	margin-bottom:20px;}

#list_box{
	text-align:center;
	margin-left:60px;}

.list01,
.list02,
.list03{
	width:230px;
	float:left;}

.list01,
.list02{
	margin-right:55px;}

.icon{
	margin-bottom:35px;}

#list_box ul li{
	font-size:16px;
	line-height:37px;
	border-bottom:1px solid #ddd;}

#list_box ul li span{
	font-size:15px!important;}
	
.imagepic{
	float:none;
	clear:both;
	width:960px;
	margin-top:100px;}
	
.imagepic li{
	width:290px;
	height:228px;
	float:left;
	margin:0 25px 25px 0;}
