@charset "UTF-8";

#new_column {
	width: 100%;
}
#new_archive {
	margin-bottom: 20px;
	width: 100%;
}

.shinchaku_head {
	position: relative;
}

div .ichiran a {
	color: #ffffff;
	font-size: 0.8em;
	position: absolute;
	right: 8px;
	top: 0.5em;
}

div .ichiran a:hover{
	text-decoration: underline;
}

div .set {
	margin: 40px 0;
}

.set_header{
	position: relative;
	margin-bottom:10px;
	line-height: 1.2em;
}

.set_header .shin_mark{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.set_header .shousai{
	position: absolute;
	top: -3px;
	right: 0px;
}

.news_img {
	border: solid 1px #c3c3c3;
	width: 300px;
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.name {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 30px;
	width: 85%;
}

.spec{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.spec .shousai{
	position: absolute;
	top: -2px;
	right: 0px;
}



.spec dl {
	margin: 20px 0;
	overflow: hidden;
	zoom: 1;
	font-size: 0.9em;
	line-height: 1.5;
}
.spec dt {
	float: left;
	clear: left;
	width: 12em;
	font-weight: bold;
}
.spec dd {
	float: left;
	width : -webkit-calc(100% - 13em) ;
		width : calc(100% - 13em) ;
		margin-bottom: 5px;
}
.spec dt:after {
	content: '：';
}
.lead{
	clear: both;
	margin-bottom: 10px;
}

.new_text{
	border-bottom: solid 1px #000000;
	padding-bottom: 10px;
}

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

コラムとアーカイブ一覧

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

.ca_set{
	font-size: 1em;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #000;
}

.img200{
	width: 200px;
	height: 100px;
	float: left;
	margin-right:20px;
	border: solid 1px #c3c3c3;
}


@media screen and (min-width:551px){
	
.news_img {
	float: left;
	height: auto;
}

.r_liquid{
	width: 100%;
	margin-right: -342px;
	float: right;
	padding-bottom: 10px;
}
	
.new_text{
	margin-right: 342px;
}

.spec dl {
	border: 1px solid #666;
	padding: 10px 30px;
	margin: 20px 0;
}
#new_column {
	width: 48%;
	float: left;
}
#new_archive {
	width: 48%;
	float: right;
	margin-bottom: 20px;
}
	


}
