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


html,body{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
	font-size:100%;
	font-weight:normal;
}

img{
	border:0px;
}

hr {
	display:none;
}

ol,ul,li,dl,dt,dd{
	list-style:none;
	margin:0px;
	padding:0px;
}

body{
	font-size:12px;
	color:#333;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}


a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #c2263f;
}
a:active {
	text-decoration:none;
	color: #c2263f;
}

a:hover img{
	opacity:0.9;
	filter: alpha(opacity=80);
}

.alt{display:none;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}


.marquee {
width:350px;
padding:0.5em 0;
overflow:hidden;
background-color:#f6f6f6;
margin-bottom:10px;
position:relative;
}

.marquee a:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee a {
margin:0;
padding-left:380px;
display:inline-block;
white-space:nowrap;
    -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:15s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:15s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:15s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:15s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:15s;
    animation-iteration-count:infinite;

}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

/** Page**/

#page{
	width:1130px;
	height:100%;
	margin:0 auto;
}

.main_item{
	width:950px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

#main_item_wrap{
	width:6780px;
	height: 420px;
	position: absolute;
}

.main_item ul{
	width:950px;
	height: 420px;
	display: inline;
}

.main_item ul li{
	width:950px;
	height: 420px;
	float: left;
}

.main_item ul li img{
	display:block;
	width:950px;
	height:auto;
}


.main_now{
	display:none;
	color:#666666;
	padding:10px;
	height:20px;
	position: relative;
}

.arrow{
	position: absolute;
	left: 85px;
}

.main_textbox{
	width:950px;
}

.main_text{
	display:table;
	width:100%;
	margin:0 -10px 0 0;
	overflow:hidden;
}

.main_text li{
	display:table-cell;
	width:25%;
	height:38px;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
	background: rgb(239,239,239);
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(211,211,211,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(211,211,211,1) 100%);
	border: 2px solid white;
	cursor: pointer;
}

.top_contents{
	width:1130px;
	overflow:hidden;
	_zoom:1;
	padding:30px 0 50px 0;
}


.top_contents01{
	width:366px;
	margin:0 27px 0 0;
	float:left;
}

.top_contents02{
	width:366px;
	margin:0 27px 0 0;
	float:left;
}

.top_contents03{
	width:364px;
	float:left;
}




.info_title{
	padding:50px 0 0 0;
}



.info_box{
	width:1148px;
	clear:both;
	overflow:hidden;
	_zoom:1;
	background:url(http://www.rakuten.ne.jp/gold/angers/top/top_img/top2014-infoback.gif);
	border:1px #CCCCCC solid;
}


.info_box02{
	width:342px;
	float:left;
	padding:10px 0 20px 40px;
}

.info_line{
	clear:both;
	border-bottom:1px #999999 dotted;
}

.info_delivery{
	width:333px;
	float:left;
	padding:10px 0 0 40px;
}

.delivery_text{
	font-size:11px;
	width:283px;
	text-align:left;
}

.delivery_text01{
	text-align:left;
	padding:10px;
}

.delivery_text02{
	text-align:left;
	font-size:11px;
	padding:0 10px 0 10px;
}


.info_pay{
	width:333px;
	float:left;
	padding:10px 0 0 40px;
}


.pay_text{
	font-size:11px;
	width:283px;
	text-align:left;
	padding:5px 0 0 0;
}


.pay_text02{
	padding:30px 0 0 0;
}


.info_cs{
	width:333px;
	float:left;
	padding:10px 0 0 40px;
}

.cs_text{
	width:300px;
	text-align:left;
	padding:30px 0 0 0;
}


.footer_text01{
	width:1130px;
	text-align:center;
	padding:10px 0;
}


.footer_text02{
	width:1130px;
	text-align:center;
	font-size:11px;
	padding:10px 0;
}

