/*common*/
@font-face {
	font-family: 'rounded';
	src: url('rounded-x-mgenplus-1c-heavy.ttf') format('truetype');
}
@font-face {
	font-family: 'source_hansans';
	src: url('SourceHanSans-Bold.otf');
}

html {
	font-family: 'rounded';
	font-size: 0.9em;
	color: #3d0000;
}
html[lang="zh-cn"] , html[lang="zh-tw"]{
	font-family: 'source_hansans';
}

body::before {
	background: url(img/bkg.png) repeat-x bottom center;
	background-size:auto 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
} 


body{
	-webkit-text-size-adjust: 100%;

}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.clear{
	clear: both;
}
.dnone{
	display: none!important;
}
#contents{
	
}

/*header*/
header{
	background: #ff78a9; /* Old browsers */
	background: -moz-linear-gradient(top, #ff78a9 0%, #ffaab7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff78a9 0%,#ffaab7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff78a9 0%,#ffaab7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff78a9', endColorstr='#ffaab7',GradientType=0 ); /* IE6-9 */
	text-align: center;
	font-size: 2em;
	padding: 0.5em 0;
	text-shadow: 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}

.container{
	width: 90%;
	max-width: 956px;
	margin: auto;
}

.container h1{
	padding: 10px;
	margin: 1.5em 0 0.5em 0;
	font-size: 1.5em;
	border-bottom:2px solid #3d0000; 
}
.container h2{
	color: #f25582;
		font-size: 1.3em;
		padding: 5px;
	
}
.container h2 span{
	color: #f3d900;
}
.container .txt{
	padding:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 10px;
	line-height: 1.2em;
}
.container .txt .txt_p{
	color: #f25582;
}
.container .txt .txt_r{
	color: #E10003;
}
.container .txt li{
	margin-bottom: 0.5em;
}
.container .txt dt{
	border-bottom: 1px solid #3d0000;
}
.container .txt dd{
	margin-bottom: 1em;
}


/*footer*/

footer .company{
	background: #fabbcc;
	text-align: center;
	padding: 10px 0;
}
	footer .company a img{
		width: 35%;
		max-width: 140px;
	}

footer .copy{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #f25582;
	text-align: center;
	font-size: 0.6em;
	color: #fff;
	padding: 14px 0;
}



















