@charset "utf-8";


/* ------------------------------
 ■■ CSS for signmills ■■
------------------------------ */


h2.main_title01 {
	border-bottom : 1px solid #4D4D4D ;
	padding-bottom : 24px ;
	margin-bottom : 41px ;
	margin-top : 50px ;
	width : 800px ;
}

/* ------------------------------
	section
------------------------------ */

section {
	width : 400px ;
	float: left;
}

section img {
	max-width: 400px ;
	height: auto !important ;
}
/* ------------------------------
	article
------------------------------ */

article {
	margin-bottom : 34px ;
	padding-bottom : 34px ;
	border-bottom : 1px solid #4d4d4d;
}


dl.newstitle_dl {
	margin-bottom : 13px ;
	width : 400px ;
}

dl.newstitle_dl dt {
	float : left ;
	font-size : 13px ;
	color : #4D4D4D ;
}

dl.newstitle_dl dd {
	font-size : 13px ;
	color : #4D4D4D ;
	padding-left : 95px ;
}

dl.newstitle_dl dd a {
	font-size : 13px ;
	color : #4D4D4D ;
}

p.news_text01 {
	margin-top : 24px ;
	font-size : 12px ;
	line-height : 1.8 ;
	width : 400px ;
}

p.news_text01 a {
	font-size : 12px ;
	line-height : 1.8 ;
	color : #4D4D4D ;
}

div.paging {
	font-size : 13px ;
	color : #717071 ;
	text-align: center ;
	height : 30px ;
}
div.paging a {
	color : #4D4D4D ;
}

div.paging span {
	margin: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}

div.paging span.current {
	background-color: #EBF1F4;
}
div.paging span.disabled {
	color: #EBF1F4;
}
div.paging span.prev {
	border-radius: 8px 0 0 8px;
}
div.paging span.next {
	border-radius: 0 8px 8px 0;
}
/*テキストが外れて挿入された場合の対処*/
article p {
	xmargin-top : 24px ;
	font-size : 12px ;
	line-height : 1.8 ;
	width : 400px ;
}

article p a {
	font-size : 12px ;
	line-height : 1.8 ;
	color : #4D4D4D ;
}

/* ------------------------------
	article end
------------------------------ */



/* ------------------------------
	section end
------------------------------ */


/* ------------------------------
	nav
------------------------------ */

nav {
	width : 245px ;
	float: right;
}

h3.nav_title01 {
	margin-bottom : 13px ;
}

ul.ul_nav01 {
	margin-bottom : 60px ;
}

ul.ul_nav li {
	font-size : 12px ;
	color : #666666 ;
	padding-bottom : 6px ;
}

ul.ul_nav li a {
	font-size : 12px ;
	color : #666666 ;
}

/* ------------------------------
	nav end
------------------------------ */