@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight:normal;
    font: inherit;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    vertical-align:bottom;
-webkit-text-size-adjust:none;  /*iphoneの自動fontsize調整のリセット*/
}
#header{
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #000000;
	background-image: url(../../160420/img/bg_header.gif);
	background-repeat:repeat-x;
	background-position: center top;
}

#contents {
	width: 900px;
	margin: 0px auto;
	background-color: #FFF;
	padding-bottom: 20px;
	border-top: none;
	border-right: thin solid #cccccc;
	border-bottom: none;
	border-left: thin solid #cccccc;
	text-align:center;}
#contents a{display:block;}
#contents a:hover
	{

  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
  }	
.btnarea{
	position: relative;
	width:900px;
	height:438px;}
.btn{
	position:absolute;
	top:250px;
	left:42px;
	}
	
.m60{
	margin-top:60px;} 
.m30{
	margin-top:30px;} 
  
/* ++++++++++ ビーズアップ記事部分↓ ++++++++++ */
#contents .b-up{
	width: 864px;
	margin: 0px auto;
	padding: 40px 0px;
	text-align: center;
	background-color: #f5efe2;
	background-image: url(../../160420/img/bg_b-up01.jpg);
	background-repeat: repeat;
	}
#contents .b-up .b-upin{
	background:url(../../160420/img/bg_b-up02.jpg) repeat-y;
	background-color:#ffffff;
	width:580px;
	margin:0px auto;
	text-align:center;
	}
#contents .b-up .b-upin	.b-uptext{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:460px;
	text-align:left;
	margin:0 auto;}
#contents .b-up .b-upin	.b-uptext h2{
	 background: rgba(0, 0, 0, 0) url("../../160420/img/bg_title_border.png") repeat-x scroll left bottom;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    padding: 0 0 8px 2px;
	}
#contents .b-up .b-upin	.b-uptext p{
	font-size: 90%;
	line-height: normal;
	}
.bo{
	font-weight:bold;}
/* ++++++++++ ビーズアップ記事部分↑ ++++++++++ */


.display{
   display:block;
   width:853px;

   border: 0px;
   margin: 0px auto;
   overflow: hidden;

}

/*---- #footer ----*/	
#footer{
	width:100%;
	background-color:#000000;
	text-align:center;
	font-size:14px;
	margin:0;}
	
.footerarea{
	
	background-color:#000000;
	width:900px;
	height:85px;
	margin:0 auto;
	}
.footerarea ul{
	list-style-type: none;
	}
#footer .footerarea ul li {
	float: right;
	padding-right:10px;
	padding-top:10px;
	color: #cccccc;
}
.footerarea a{
	display:block;
	color:#ffffff;
	margin-bottom:5px;
}
	
	
#footer p{
	background-color: #666666;
	color:#fffdf8;
	text-align:center;
	
	padding:5px 0px;
	clear:both;
	
	}
