@charset "utf-8";

/**
 * anison.css (www.fracoco.com/prj/anison)
 * Copyright 2014 fracoco Co., Ltd. All rights reserved.
 * Written by H-NITANAI
 */




body{
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color: #666;
	background: url(../image/bg1.png) repeat;
}

a,p,dl,h1,h2,h3,h4,h5{
	text-align: center;
}
a,p,dl{
	font-size: 18px;
	line-height: 1.6;
	z-index: 2;
	color: #666;
	text-decoration: none;
}
@media screen and (min-width: 0px) and (max-device-width: 500px) {
a,p,dl{
	font-size: 21px;
}
}
h1{
	font-size: 34px;
	font-weight: bold;
	margin-top: 13px;
}
h2{
	font-size: 34px;
	font-weight: bold;
}
h3{
	font-size: 21px;
	font-weight: bold;
}
h4{
	font-size: 13px;
}
@media screen and (min-width: 0px) and (max-device-width: 500px) {
h2{
	font-size: 34px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 21px;
}
}

iframe{
	display: block;
	margin: 0 auto;
}

#an-mc{
	background: url(../image/mc.png) no-repeat right bottom ;
}
#an-mc2{

	background:  url(../image/mc.png) no-repeat left bottom ;
}

/* -------------------------------------------------layout */
/* -------------------------------an-main */
#an-main{
	padding:0;
	margin: 0 auto;
	width: 1021px;
	height: 100%;
	max-width: 1021px;
	display: block;
	background: rgba(255,255,255,0.9);
	
/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(212, 231, 255, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(212, 231, 255, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(212, 231, 255, 0.65098) 0px 0px 6px 3px;
}
#footer{ 
	margin:  0 auto;
	margin-top: 34px;
	width: 100%;
	height: 100%;
	max-width: 1021px;
	display: block;
	background: rgba(255,255,255,0.9);
	
/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(212, 231, 255, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(212, 231, 255, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(212, 231, 255, 0.65098) 0px 0px 6px 3px;
}

/* -------------------------------------------------margin */
.m-top{
 margin-top: 8px;
}
.m-xtop{
 margin-top: 13px;
}
.m-xxtop{
 margin-top: 21px;
}
.m-xxxtop{
 margin-top: 34px;
}
.m-xxxxtop{
 margin-top: 55px;
}
.m-bottom{
 margin-bottom: 8px;
}
.m-xbottom{
 margin-bottom: 13px;
}
.m-xxbottom{
 margin-bottom: 21px;
}
.m-xxxbottom{
 margin-bottom: 34px;
}
.m-xxxxbottom{
 margin-bottom: 55px;
}
/* -------------------------------------------------padding */
.p-top{
 padding-top: 8px;
}
.p-xtop{
 padding-top: 13px;
}
.p-xxtop{
 padding-top: 21px;
}
.p-xxxtop{
 padding-top: 34px;
}
.p-xxxxtop{
 padding-top: 55px;
}
.p-bottom{
 padding-bottom: 8px;
}
.p-xbottom{
 padding-bottom: 13px;
}
.p-xxbottom{
 padding-bottom: 21px;
}
.p-xxxbottom{
 padding-bottom: 34px;
}
.p-xxxxbottom{
 padding-bottom: 55px;
}
