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


.new_products{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ccc;
position:relative;
padding-top:40px;
}
.new_products:before{
content: '';
display: block;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #ccc;
height:20px;
position: absolute;
top: 0;
left: 0;
}
.new_products:after{
content: '';
display: block;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #ccc;
height: 20px;
position: absolute;
top: 0;
right: 0;
}

.text{
	line-height: 2;
	}
.new_products header{
	margin-bottom:1em;
	}
.new_products header h2{
	font-size:1.4em;
	}

		
/*つなぐ新製品*/	
.tsunago{
	padding:2%;
	}
.tsunago .logo{
	width:25%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:4em;
	}

.tsunago .logo_new{
	width:25%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:2em;
	}

.tsunago h3{
	font-size:1.6em;
	}

.tsunago .main{
	vertical-align:top;
	}
.tsunago .msg{
	vertical-align:top;
	}
.tsunago .msg > div{
	margin-bottom:4em;
	}
.tsunago .msg > div p{
	line-height:2;
	}
.tsunago .net header{}
.tsunago .net header h3{
	font-size:1.2em;
	font-weight:}
.tsunago ul.komoku{
	font-size: .85em;
	list-style: disc;
	margin-left:1em;
	margin-bottom:2em;
	}
.tsunago ul.komoku li{
	margin-bottom:.5em;
	padding-left:0;
	}	
.tsunago .cyui{
	background-color:#efefef;
	padding:5%;
	}
.tsunago .cyui p{
	margin-bottom:1em;
	}
.tsunago .cyui ul{
	font-size: .85em;
	list-style: disc;
	margin-left:1em;
	}
.tsunago .cyui ul li{
	margin-bottom:.5em;
	padding-left:0;
	}
h4.mailto{
	text-align:center;
	margin-bottom:2em;
	}
h4.mailto a{
	text-decoration:none;
	background-color:#efefef;
	padding:.5em;
	display:block;
	}
h4.mailto a:hover{
	opacity:.6;
	}
	
.kanbai{
	padding: 2em;
	border: 1px solid #ccc;
}
.kanbai h3{
	margin-bottom:1em;
	}
.kotsu{
	color: #039;
	font-size: 80%;
	margin-bottom: 2em;
	padding: 2em;
	border: 1px solid #ccc;
	}

p.moretrees{
	font-size:80%;
	margin-bottom:1em;
	}
p.moretrees-logo{
	width: 20%;
	height: auto;
	border: 1px dotted #ccc;
	padding: 5px 5px 0px;
	}
p.moretrees-logo img{
	margin:0;
	vertical-align: top;
	}
@media only print, only screen and (min-width: 18.75em){
.tsunago .main{
	width: 50%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4em;
	}
.tsunago .msg{
	width: 90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
	}
@media only print, only screen and (min-width: 768px){
	.tsunago .msg{
	width: 50%;
	display:inline-block;
	vertical-align:top;
	}
	.tsunago .main{
	width: 30%;
	margin-right:10%;
	display:inline-block;
	vertical-align:top;
	}
}
@media only print, only screen and (min-width: 1000px){
}
