@charset "utf-8";

/*-----contents setting-----*/

#newsbox {
	position: relative;
	display: block;
	width: 960px;
	height: 160px;
	margin: 10px auto 0px;
	padding: 0px;
}

.p_title {
	position: relative;
	display: inline-block;
	width: 240px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #999999;
	float: left;
}

.pt_name {
	position: relative;
	display: block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0px;
	padding: 5px 10px;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
}

.pt_sub {
	position: relative;
	display: block;
	width: 130px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin: 0px auto;
	padding: 5px 20px;
	background-color: #3648d3;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
}

.news_li {
	position: relative;
	display: inline-block;
	width: 715px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.news_li li{
	position: relative;
	display: block;
	width: 710px;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 14px;
}

/*-----list setting 横のを奇数行を装飾-----*/

.news_li li:nth-of-type(odd){
background-color:#fafafa;
}

.pt_message {
	position: relative;
	display:inline-block;
	width: 200px;
	height: 60px;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 60px;
	margin: 10px 20px 5px;
	padding: 0px;
	text-align: center;
	z-index: 10;
}

#servicebox {
	position: relative;
	display: block;
	width: 960px;
	height: 400px;
	margin: 0px auto 20px;
	padding: 0px;
	background-color: #f1f1f1;
	background-image: url(../images/contents/start_up/service_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

#servicebox ul{
	position: relative;
	display: block;
	width: 750px;
	height: auto;
	margin: 0px auto 0px;
	text-align: center;
}

.ser_entrep a{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	margin: 100px auto 0px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.4);
	border: 7px solid #00894a;
	text-decoration: none;
	color: #00894a;
}

.ser_entrep a:hover{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	margin: 100px auto 0px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(0, 137, 74, 0.5);
	border: 7px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
}

#messagebox {
	position: relative;
	display: block;
	width: 960px;
	height: 1000px;
	margin: 0px auto 0px;
	padding: 0px;
	background-image: url(../images/contents/start_up/su_message_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

.message_txtbox01 {
	position: relative;
	display: block;
	width: 570px;
	height: auto;
	text-align: left;
	margin: 0px 230px 20px;
	padding: 0px;
	line-height: 1.5em;
	z-index: 10;
}

.message_txtbox01 p{
	position: relative;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
	line-height: 1.5em;
	z-index: 10;
}

.message_txtbox02 {
	position: relative;
	display: block;
	width: 200px;
	height: auto;
	margin: 0px 550px 0px;
	padding: 0px;
	line-height: 1.5em;
	text-align: center;
	z-index: 10;
}

#blogbox {
	position: relative;
	display: block;
	width: 960px;
	height: 260px;
	margin: 0px auto 0px;
	padding: 0px;
	
}

.p_title_blog {
	position: relative;
	display: block;
	width: 240px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #999999;
	float: left;
}

#divRss {
	position: relative;
	display: inline-block;
	width: 715px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
