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

.big { font-size:25px;
	}

.oku { width:470px;
float: left;
margin-right:10px;
color:#555;
	}
	
.dg {
	color: #808080;
	font-size:12px;
	margin-bottom:10px;
}

.dl{ width:310px;
margin:0px; 
float:left;
	}
	
.dl2{ width:310px;
margin-left:10px; 
float:left;
	}

.dl3{ width:950px;

	}
.nana{width:470px;
float:left;
margin-right:10px;
	}
.nana2{width:470px;
float:left;
	}

header .gnav li a{
	color:#fff;
}
.gnav li:not(:last-child):after{
	color:#fff;
}

.com_text{
	width:655px;
	float:right;
}

/*お届けまでの流れページ*/
.aboutservice{
	padding-bottom:10px;
}

.about_service{
	display:block;
	width:920px;
	height:80px;
	margin-left:21px;
	border:solid 2px #BEBEB9;
	position:relative;
}

.sequence{
	position:absolute;
	left:-22px;
	padding:8px 0px;
}

.sequence_title{
	position:absolute;
	left:30px;
	padding:8px 0px;
}

.about_service p{
	display:block;
	width:360px;
	height:60px;
	line-height:1.3em;
	position:absolute;
	left:360px;
	top:10px;
	font-size:90%;
	overflow:hidden;
}

.about_service a{
	display:block;
	text-align:center;
	color:#fff;
	width:130px;
	padding:5px 0px;
	font-weight:bolder;
	position:absolute;
	top:18px;
	left:750px;
	background-color:#3ec6f1;
	border:solid 1px #02b0e6;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-moz-border-radius:6px;/*角丸*/
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0px 0px 2px #999;/*影設定*/
	-webkit-box-shadow:6px 6px 2px #999;
	box-shadow:0px 0px 6px #999;
	behavior: url("../../common/PIE.htc");
}

/*お届けまでの流れ　三角形*/
#triangle-down {
	margin:10px auto;
	width: 0; 
	height: 0; 
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #DADADA; 
}

.movie_service_use {
	margin: 20px 20px;
}

