@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1.75em;
}

body,
table,
input, textarea, select, option {
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul {
	margin: 0;
	padding: 0;
}

img{ vertical-align: bottom; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

a,a:link,
a:visited {
	color: #ff7fa9;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ff7fa9;
	text-decoration: none;
}

.sp { display: none; }
.spinline { display: none; }
.pc { display: block; }
.pcinline { display: inline; }

.tcenter { text-align: center; }

ul.kome li {
	list-style-type: none;
}
ul.kome li:before {
	content: '※';
	margin-left: -1em;
}

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 0.9em;
	-webkit-text-size-adjust: none;
	background: #fff url(../images/common/bg_pink.png) top center repeat;
}

#header {
	width: 100%;
	min-height: 54px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 10;
	background: url(../images/common/bg_hd.png) bottom center repeat-x;
	text-align: center;
}

h1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

ul.menu {
	width: 591px;
	margin: 0 auto;
}

ul.menu li {
	float: left;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0 20px;
}
ul.menu li:last-child {
	border-right: none;
}
#main {
	margin: 0 auto;
	width: 756px;
	position: relative;
	z-index: 0;
}

div.main {
	margin: 20px 0 10px;
}
div.date {
	margin: -90px 0 0 -77px;
}

div.number {
	position: absolute;
	top: 535px;
	right: 0px;
	width: 186px;
	height: 191px;
	background: url(../images/common/bg_ato.png) top center no-repeat;
}

div.number img {
	position: absolute;
	top: 100px;
	right: 40px;
}

div.sttl { margin: 25px 0 10px; }

dl#news {
	width: 760px;
	margin: 0 auto 20px;
	text-align: left;
}
 
dl#news dt {
	color: #fff;
	clear: left;
	float: left;
	margin: 0 0 5px;
	padding: 5px 5px;
	width: 75px;
	line-height: 1.5em;
	background: #ff7fa9;
	font-size: 16px;
}
 
dl#news dd{
	vertical-align: middle;
	margin: 0 0 5px;
	padding: 5px 5px 5px 100px;
	background-color: rgba( 255, 255, 255, 0.7 );
	font-size: 16px;
}
 
dl#news a{
	padding: 5px 20px 5px 0;
	color: #dc5783;
	text-decoration: underline;
}
 
dl#news a:hover{
	text-decoration: none;
}

#ft {
	width: 100%;
	background: url(../images/common/cloud.png) top center repeat-x;
	margin: -30px 0 0;
}

#ft div.cloud {
	height: 307px;
	background: url(../images/common/bg_ft.png) top center no-repeat;
}

div.archive {
	margin: -130px 0 10px;
}

ul.archives {
	width: 464px;
	margin: 0 auto;
}

ul.archives li {
	float: left;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0 5px;
}

div.copy {
	background: #29abe2;
	text-align: center;
	color: #fff;
}

.mode { float: left; }

.anime_splash{
	position:absolute;
	z-index:9998;
}

@media all and (min-width: 0px) and (max-width: 736px) {
.mode { float: right; }
	
	.sp { display: block; }
	.spinline { display: inline; }

	.pc { display: none; }
	.pcinline { display: none; }
	
	img,
	.btn input { max-width: 95%; }

	dl#news dt { width: 95px; }
 
	dl#news dd{ padding: 5px 5px 5px 115px; }

	h1 {
		top: 7px;
	}
	div.menu_sp {
		position: absolute;
		top: 7px;
		right: 10px;
	}

	div.main { margin: 10px 0 10px; }
	div.date { margin: -40px 0 0; }

	div.number_sp {
		margin: -425px auto 0;
		width: 186px;
		height: 191px;
		background: url(../images/common/bg_ato.png) top center no-repeat;
	}

	div.number_sp img {
		padding: 100px 0 0 40px;
	}

	#main { width: 100%; }
	dl#news { width: 95%; }

	ul.archives {
		width: 232px;
		margin: 0 auto;
	}
	ul.archives li {
		float: left;
		list-style-type: none;
		margin: 10px 0 0;
		padding: 0 5px;
	}
	#ft div.cloud {
		height: 430px;
		background: url(../images/common/bg_ft.png) bottom center no-repeat;
		margin: -30px 0 0;
	}
	
	#header{
		position:fixed;
		top:0;
		left:0;
		min-height:0;
		height:auto;
		padding-bottom:54px;
		z-index:200;
	}
	
	ul.menu {
		background-color:#ff7fa8;
		width:100%;
		margin:0;
		padding:54px 0 0 0;
	}

	ul.menu li{
		float:none;
		width:100%;
		margin-top:0;
		margin-bottom:30px;
		padding:0;

	}	

	ul.menu li:last-child{
		margin-bottom:0;
	}
	
	ul.menu li img{
		margin:0 auto;
	}	


	#container{
		padding-top:54px;
	}
	
}