@charset "UTF-8";
/* TOP-CSS */


.main-pic {
	margin-top: 75px; padding-top: 90px;
	width: 100%; height: 575px; background: url(../img/top-main-bg.jpg) center center; background-size: 100% 575px;
	text-align: center;
}

.main {
	padding: 0 0;
}

.main h1 {
	font-size: 36px; line-height: 1.5; text-align: center; margin-bottom: 30px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.main h1 span {
	font-size: 28px; display: block;
}


/*sp*/
section.bg#sp {
	background: #01265C;
}
section.bg#sp h2 {
	color: #FFF;
}

/*sharyo*/
section.bg#sharyo {
	background: #444; margin-bottom: 0;
}
section.bg#sharyo h2 {
	color: #FFF;
}
section.bg#sharyo h3 {
	margin: 10px 0; line-height: 1.2; color: #fff;
}
section.bg#sharyo h3 a {
	color: #fff;
}
section.bg#sharyo p {
	line-height: 1.4; color: #ddd;
}




/*blog*/

/*::::::::::::::::::::  news  ::::::::::::::::::::*/


section#blog-list{
	margin: 0; padding: 0;
}
section#blog-list .block {
	padding: 0;
}
section#blog-list .dan3 {
	margin-bottom: 0; padding-bottom: 0;
}
section#blog-list .dan {
	padding: 130px 0 100px 0; margin: 0; text-align: center; background: #eee;
}
section#blog-list .dan-w {
	padding: 130px 0 100px 0; margin: 0;
}

section#blog-list article {
	clear: both;
	margin: 0 0 40px 0; padding: 0 0 0 0;
}

section#blog-list article .thumbnail {
	width: 150px;
}
section#blog-list article .thumbnail img {
	border-radius: 75px;
-moz-border-radius: 75px;
-webkit-border-radius: 75px;
border: 1px solid #ddd;
}


section#blog-list .entryhead {
	padding-top: 20px; line-height: 1;
}
section#blog-list .entryhead .cate {
	display: inline-block; font-size: 14px;
	padding: 5px 20px; background: #0075C2; 
	color: #fff; text-align: center;
}

/**/

section#blog-list .entryhead .date {
	margin-left: 10px; font-family: "helvetica", Gadget, sans-serif; color: #999; font-weight: bold;
}


section#blog-list article .entry {
}

section#blog-list article h3 {
	font-size: 22px; line-height: 1.2; text-align: left; margin: 7px 0 3px 0; padding: 0 0 3px 0; display: inline-block;
}
section#blog-list article h3 a {
	display: inline-block; padding-bottom: 3px;
	text-decoration: none; color: #333; border-bottom: 2px solid #ccc; 
}

section#blog-list article p {
	margin: 0; line-height: 1.6; color: #777; font-size: 16px; margin-top: 0;
}


/*::::::::::::::::::::  basho  ::::::::::::::::::::*/

section#basho {
	background: #01265C; margin-top: 0;
}
section#basho h2 {
	color: #fff;
}