body{
	margin:0px;
	padding:0px;
	color:#333333;
	line-height:120%;
	font-size: 18px;
	text-align:center;
	font-weight: normal;
	font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

div img {
vertical-align: bottom;
}
img{
border:0px;
}
h1{
margin:0px;
paddingh:0px;
}

#hem{
	text-align:center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#head{
	text-align:center;
	height: 964px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #e2f3ff;
}

#wapper{
	width:100%;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* order_news */

#order_news{
	list-style-type: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

#order_news .order_fream{
	list-style-type: none;
	left: 168px;
	top: 9px;
}




/* font */

.font_16{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

.font_14{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

/* ボタン */

.btn_bg01{
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.btn_bg02{
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*アニメーションボタン*/
.btn_bg01 .animationBtn a{
	display:block;
	text-decoration:none;
	width:90%;
	border-radius:5px;
	text-align:center;
	/*アニメーション*/
animation: animScale 3s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state:running;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}

/*アニメーションボタン*/
.btn_bg02 .animationBtn a{
	display:block;
	text-decoration:none;
	width:90%;
	border-radius:5px;
	text-align:center;
	/*アニメーション*/
animation: animScale 3s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state:running;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}


 
/* media */


#media{
	list-style-type: none;
	background-image:url(http://www.you-up.jp/ad/wca/lowprice_det_selecttrialset/img/lowprice_det_sel2set_24.jpg);
	background-repeat:no-repeat;
	position: relative;
	height: 538px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#media .tvfream{
	list-style-type: none;
	position: absolute;
	left: 477px;
	top: 211px;
	height: 300px;
}



/* review */

/* 
#review{
	list-style-type: none;
	background-image:url(http://www.you-up.jp/ad/adw/deo_ace/img/review.jpg);
	background-repeat:no-repeat;
	position: relative;
	height: 629px;
	width: 1350px;
	margin-right: auto;
	margin-left: auto;
}

#review .review_area{
	width:522px;
	height:450px;
	position:absolute;
	top:115px;
	right:172px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	font-size:14px;
	padding:15px;
	overflow:auto;
	overflow-y:scroll;
}
.review_area_ti{
	padding:5px;
	background-color:#2F3E5F;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F3E5F;
}
.review_piece{
padding-top:10px;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #CCCCCC;
}
.star{
	color:#FFCC00;
	padding-left:20px;
}
.review_midasi{
font-weight:bold;
color:#e51a70;
font-size: 18px;
line-height:30px;
}

.review_icon{
	padding-right:8px;
	padding-left:4px;
}

.review_yellow{
	background-color:#FFFF00;
	font-weight:bold;
}
 */


/* form */

#form_area{
	list-style-type: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
}


/* ページトップ */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 40px;
}

 

#pageTop i {
	padding-top: 20px;
	padding-right: 7px;
}

 

#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* information */

#information{
	width:1000px;
	text-align: center;
	background-image: url(http://www.you-up.jp/ad/wca/lowprice_det_selecttrialset/img/lowprice_det_sel2set_38.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 756px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#information .infotext01{
	position: absolute;
	height: 67px;
	width: 420px;
	left: 60px;
	top: 130px;
	font-size: 12px;
	text-align: left;
	color: #818181;
	line-height: 130%;
}

#information .infotext02{
	position: absolute;
	height: 45px;
	width: 420px;
	left: 60px;
	top: 242px;
	font-size: 12px;
	text-align: left;
	color: #818181;
	line-height: 130%;
}

#information .infotext03{
	position: absolute;
	height: 104px;
	width: 420px;
	left: 60px;
	top: 419px;
	font-size: 12px;
	text-align: left;
	color: #818181;
	line-height: 130%;
}

#information .infotext04{
	position: absolute;
	height: 100px;
	width: 420px;
	left: 60px;
	top: 585px;
	font-size: 12px;
	text-align: left;
	color: #818181;
	line-height: 130%;
}

#information .infotext05{
	position: absolute;
	height: 122px;
	width: 420px;
	left: 520px;
	top: 98px;
	font-size: 12px;
	text-align: left;
	color: #818181;
	line-height: 130%;
}

#information .infotext06{
	position: absolute;
	height: 244px;
	width: 420px;
	left: 520px;
	top: 270px;
	font-size: 12px;
	text-align: left;
	color: #818181;
	line-height: 130%;
}

#information .infotext07{
	position: absolute;
	height: 80px;
	width: 420px;
	left: 520px;
	top: 577px;
	font-size: 12px;
	text-align: left;
	color: #818181;
	line-height: 130%;
}


/* foot */

#foot{
	width:100%;
	text-align: center;
	background-repeat: no-repeat;
	padding: 0px;
	height: 120px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0070bd;
}

#foot .sns_area{
	text-align: center;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#foot .foottext{
	text-align: center;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#foot .foottext a:link{
	font-size:12px;
	color:#FFFFFF;
}
#foot .foottext a:visited{
	color:#FFFFFF;
}
#foot .foottext a:hover{
	color:#FFFFFF;
}
#foot .foottext a:active{
	color:#FFFFFF;
}

/* 会社概要 */
#summary_title{
	padding-bottom:10px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	height: 20px;
	padding-top: 10px;
	font-size: 30px;
	margin-bottom: 20px;
}

#compwapper{
	width:780px;
	margin:0px auto 0px auto;
	text-align:left;
	padding-top:40px;
}
#comp table{

width:780px;
border:0px;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
#comp .left_tb{
	background-color:#666666;
	width:200px;
	border-bottom:1px dashed #fcf9d8;
	boder-right:1px dashed #fcf9d8;
	padding:10px 0px 10px 15px;
	color: #FFFFFF;
}
#comp .right_tb{
	background-color:#E3E3E3;
	padding:10px 15px 10px 15px;
	border-bottom:1px dashed #b4660e;
}

#compcon01{
	padding-left: 20px;
	font-size: 28px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-bottom: 5px;
	height: 30px;
	padding-top: 12px;
}
#compcon02{
width:780px;
}
#compcon4{
width:100%;
background-color:#583611;
}
#compcon4 .foot{
width:1024px;
height:43px;
margin:0px auto 0px auto;
}

#maps{
width:400px;
height:300px;
}


/* プライバシーポリシー */

#pp_wapper{
	width:780px;
	margin:0px auto 0px auto;
	text-align:left;
	padding-top:40px;
}

#pp table{
width:780px;
border:0px;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
#pp .left_tb{
background-color:#cab097;
width:200px;
border-bottom:1px dashed #fcf9d8;
boder-right:1px dashed #fcf9d8;
padding:10px 0px 10px 15px;
}
#pp .right_tb{
background-color:#fbfaec;
padding:10px 15px 10px 15px;
border-bottom:1px dashed #b4660e;
}

#pp_con01{
width:780px;
padding-bottom:10px;
}
#pp_con02{
	background-color:#E3E3E3;
	width:750px;
	padding:15px 15px 15px 15px;
}

.pp_tit{
	margin-top:20px;
	background-color:#666666;
	padding:15px 15px 15px 15px;
	width:750px;
	font-weight:bold;
	color: #FFFFFF;
}
.pp_con{
padding:15px 15px 15px 15px;
width:750px;
}


/* 特商法取引 */

#toku_wapper{
	width:780px;
	margin:0px auto 0px auto;
	text-align:left;
	padding-top:40px;
}
#toku table{
width:780px;
border:0px;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
#toku .left_tb{
	background-color:#666666;
	width:200px;
	border-bottom:1px dashed #fcf9d8;
	boder-right:1px dashed #fcf9d8;
	padding:10px 0px 10px 15px;
	color: #FFFFFF;
}
#toku .right_tb{
	background-color:#E3E3E3;
	padding:10px 15px 10px 15px;
	border-bottom:1px dashed #b4660e;
}

#toku_con01{
width:780px;
padding-bottom:10px;
}
#toku_con02{
background-color:#fbfaec;
width:750px;
padding:15px 15px 15px 15px;
}

.toku_tit{
margin-top:20px;
background-color:#cab097;
padding:15px 15px 15px 15px;
width:750px;
font-weight:bold;
}
.toku_con{
padding:15px 15px 15px 15px;
width:750px;
}

/* クローズボタン */

.close{
width:780px;
text-align:center;
padding-top:20px;
padding-bottom:20px; 
}
.close_btn{
	width:140px;
	height:20px;
	margin:0px auto;
	padding:15px 30px 15px 30px;
	background-color:#666666;
}
.close_btn a{
	color:#ffffff;
	text-decoration:underline;
	display:block;
}
.close_btn a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
