@charset "utf-8";

/*---page_ultraaccent---*/

@media screen and (min-width:768px){
/*pc・タブレットcss*/


#maincolumn {
	color: #6a6a6a;
}
#maincolumn h3 {
	margin: 0 0 18px 0;
}
#maincolumn .main-title {
	position:relative;
	width: 720px;
	height: 286px;
	margin-bottom:27px;
}
#maincolumn .text {
	position:absolute;
	left:23px;
	top:208px;
	width: 520px;
	line-height:180%;
}
#maincolumn .block {
	width: 720px;
	padding: 0;
	line-height: 180%;
	font-size:14px;
	letter-spacing: 0.1em;
}
#maincolumn .boxL {
	width: 343px;
	float:left;
	display:block;
	padding:0 0 0 3px;
}
#maincolumn .boxR {
	width: 473px;
	float:right;
	display:block;
}
#maincolumn .boxR2 {
	width: 474px;
	height:230px;
	float: right;
	display: block;
	margin-bottom:25px;
	background: url(../images/ultraaccent/img01.jpg) no-repeat right 80px;
}
#maincolumn .text_box {
	clear:both;
	width: 720px;
	margin-bottom:25px;
	line-height: 180%;
	font-size:14px;
	letter-spacing: 0.1em;
	color: #6a6a6a;
}
#maincolumn #flow {
	width: 720px;
	height: 759px;
	margin-bottom:14px;
	background: url(../images/ultraaccent/bk.png) no-repeat;
}
#maincolumn #flow dl {
	clear: both;
	width: 394px;
	height: 152px;
	margin: 0;
	background: url(../images/ultraaccent/flow-bk.png) no-repeat;
}
#maincolumn #flow dl.last {
	height: 141px;
	background: url(../images/ultraaccent/flow-bk2.jpg) no-repeat;
}
#maincolumn #flow dt {
	width: 394px;
	color:#656565;
}
#maincolumn #flow dd {
	width: 364px;
	padding:0 0 0 30px;
	line-height: 170%;
	font-size:14px;
}
}
@media screen and (max-width:767px){
/*pc・タブレット用cssを丸々コピーしたものを編集していく（スマホ用css）*/

	
	#maincolumn {
		color: #6a6a6a;
	}
	#maincolumn h3 {
		margin: 0 0 18px 0;
	}
	#maincolumn .main-title {
		position:relative;
		margin-bottom:27px;
	}
	#maincolumn .text {
		padding-top:5vw;
		line-height:180%;
	}
	#maincolumn .sp-ttl01{
		padding-bottom:3vw;
		margin-bottom:3vw;
		border-bottom: solid 1px #D7D7D3;
	}
	#maincolumn .photo01{
		float:none;
		width:70%;
		margin: 0 auto 5vw;
	}

	#maincolumn .block {
		padding: 0;
		line-height: 180%;
		font-size:14px;
		letter-spacing: 0.1em;
	}
	#maincolumn .boxL {
		display:block;
		padding:0 0 0 3px;
	}
	#maincolumn .boxR {
		display:block;
	}
	#maincolumn .boxR2 {
		display: block;
		margin-bottom:25px;
		background: url(../images/ultraaccent/img01.jpg) no-repeat right 80px;
	}
	#maincolumn .text_box {
		clear:both;
		margin-bottom:25px;
		line-height: 180%;
		font-size:14px;
		letter-spacing: 0.1em;
		color: #6a6a6a;
	}
	#maincolumn #flow {
		margin-bottom:14px;
		background: url(../images/ultraaccent/bk.png) no-repeat;
	}
	#maincolumn #flow dl {
		clear: both;
		margin: 0;
	}
	#maincolumn #flow dl.last {
	}
	#maincolumn #flow dt {
		color:#656565;
	}
	#maincolumn #flow dd {
		margin-bottom:5vw;
		border: solid 1px #C8C8C8;
		border-top:none;
		padding:3vw;
		line-height: 170%;
		font-size:14px;
	}
	
}

