@charset "utf-8";
/* CSS Document */

/*～～～news～～～*/
	
#news_box{
    width:544px;
	height:700px;
	text-align:left;
	vertical-align:top;
	margin-left:20px;
	clear:both;
	}
#news_box2{
    width:544px;
	height:160px;
	text-align:left;
	vertical-align:top;
	margin-left:20px;
	clear:both;
	}

#news_textbox{
	width:544px;
	height:1100px;
	overflow-y:scroll;
	float:left;
	}
#news_textbox2{
	width:544px;
	height:160px;
	overflow-y:scroll;
	float:left;
	}
#news_textbox p, #news_textbox2 p{
	padding-left:7em;
	text-indent:-7em;
	margin-bottom: 0.5em;
	}

#news_textbox dl.date ,#news_textbox2 dl.date{
	font-size:0.75em;
	line-height:1.5em;/*行間*/
	margin:0;
	}
#news_textbox dl.date dt, #news_textbox2 dl.date dt{
	clear: left;
 	float: left;
 	width: 7em;
	padding: 5px 0.3em 0 0;
	}
#news_textbox dl.date dd, #news_textbox2 dl.date dd{
	margin-left: 0;
	padding: 5px 0.3em 5px 7em;
	border-bottom: dotted 1px #CCC;
	display : block;
	}
#news_textbox dt, #news_textbox2 dt{
	color:#4C4948;}

.news_name {
	font-size:1em;	
	line-height:1.5em;/*行間*/
	color:#001A82;
	font-weight:bold;
	margin:0;
	}
.newsicon {
	margin:0;
	padding:0;
	display:block;
	width:50px;}
.newssi{
	width:544px;
	height:30px;
	text-align:left;
	vertical-align:top;
	margin:0 0 15px 20px;
	clear:both;
	font-size:0.9em;
	font-weight:bold;
}

/*～～～pickup window1602～～～*/
.message {
    color: #ffffff;
background-color: rgba(71,127,194,0.4); 
   position: absolute;
    z-index: 200;
    font-weight:bold;
    text-align:center;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
height:60%;
width:60%;
	}
.message:before {
    content: "";
    position: absolute;
background-color: rgba(71,127,194,0.4); 
    border: 2px #4489c0 solid;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 6px;
    display: block;
    z-index: -10;
}

.message_box {
	width:100%;
	height:90%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
    position: absolute;
}
.newstitle {
	font-size:2em;
	text-decoration:underline;
	margin: 20px 0 30px 0;
	}
.message p {
	font-size: 1.3em;
	line-height:2em;/*行間*/
	}
/*～～～ボタン～～～*/
.close {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background-color:#c1d4ea;
text-indent:0px;
	border:1px solid #0a92b0;
	display:inline-block;
	color:#274f76;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
height:30px;
	line-height:30px;
width:130px;
	text-decoration:none;
	text-align:center;
	padding: 0 20px;
}
/*～～～Works～～～*/
.works{
	width:1024px;
	height:400px;
	text-align:left;
	margin-bottom:80px;
	padding:20px 0 0 0;
	clear:both;
	}
	
#works_box{
    width:1000px;
	height:400px;
	overflow-y:scroll;
	float:left;
	}
#works_box img{
	width: 310px;
	height: auto;
	margin: 6px;
}
