/* reset.css */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}
table{
	border-collapse:separate; border-spacing:0;
}
caption, th, td{
	text-align:left; font-weight:400;
}
a img{
	border:none;
}

/* clearfix ----------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
	min-height:1%;  /* for IE 7*/
} 
/* IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

a{
	color: #ff2b84;
}
a:hover{
	color: #FF99BD;
	text-decoration: none;
}

iframe.twitter-share-button {
	width: 110px!important;
}

iframe[src*="www.facebook.com/plugins/like.php"]{
	width:115px !important;
}




/*テンプレート ここまで///////////////////////////////////////////////*/
/*################################################################################*/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	/*font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;*/
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-size: 12px;
	color: #FFF;
	overflow-y:scroll;
	background-image: url(../img/bg.jpg);
	background-color: #140A12;
}

a{
	color: #CCC;
	text-decoration: none;	
}
a:hover{
	color: #FFF;
	text-decoration: none;	
}

.clear{
	clear: left;	
}

#over{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 450;
	background: #000;
}

#all {
	width: 100%;
	background: url(../img/top.jpg) no-repeat center top;
	position: relative;
}


.dlListLink{
	background-color: #8e346b;
	font-weight: bold;
	padding:30px;
	font-size: 120%;
	letter-spacing: 0.1em;
	right: 0;
	top: 0;
	position: fixed;
	text-align: center;
	 background: linear-gradient(
		45deg,
		transparent 15px,
		#8e346b 15px,
		#8e346b 100%
	  ); 
}

.dlListLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 10px solid #ff00ad;
  border-left-color: transparent;
  border-bottom-color: transparent;
  box-sizing: border-box;
}


#contents{
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

h1{
	padding-top: 80px;
	padding-bottom: 80px;	
}

h1 img{
	width: 100%;
	max-width: 1000px;
}

/*------------------------------*/

.border{
	border: 1px solid #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.popup {
	margin:0.5%;
	display: inline-block;
	width: 49%;
}

a.popup img {
	border: 2px solid #000;
	width: 100%;
}

a.popup img:hover {
	border: 2px solid #ff00ad;		
}

.boxAria{
	width: 100%;
	margin: auto;
	padding: 5%;
}

.box img{
	width: 100%;
}

.boxAria .box{
	width: 50%;
	padding: 0.5%;
	display: inline-block;
	border: 4px double #000;
}

.boxAria .box p{
	font-size: 150%;
	line-height: 1.4em;
	color: #fff;
	background: #000;
	letter-spacing: 1px;
	padding: 10px;
	border-bottom: 1px solid #ff00ad;
}

/*------------------------------*/
.sns{
	margin-bottom: 20px;
}

#footer {
	text-align: center;
	line-height: 1em;
	padding-top: 40px;
	padding-bottom: 50px;
}

#footer p{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top: 1px solid #433141;
	border-bottom: 1px solid #433141;
}

#ifFooter-white p {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*#########################################
メディアクエリ
##########################################*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 800px) {
/*//////////////////////////////////////////////////////////////////////*/
	
.dlListLink{
	padding:5%;
}
	
.boxAria .box p{
	font-size: 100%;
	padding: 10px 0;
}

	
/*//////////////////////////////////////////////////////////////////////*/
}