<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-align: left;
	background: #ffe100;
}

h1 {
	display: none;
	}

h2 {
	color: #000;
	font-size: 1.2em;
	padding-bottom: 15px;
    text-align: center;
}



#wrapper {
	width: 100%;
	height: auto;
}

#container {
	width: 760px;
	height: auto;
	margin: 0 auto;
	background: #FFF;
}

#copyright {
	height: 60px; 
	color: #333;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
}

input#submit_button {
    width: 180px;
    height: 45px;
    font-size: 1.2em;
}

#presentgoods {
    width: 670px;
    height: 440px;
    margin: 15px;   
}

#title {
    width: 760px;
    height: 100px;
    margin: 15px 45px;   
}

#presentgoods .caption {
	height: 275px;
	line-height: 1.6em;
}


dl {
  width:330px;
}
dt {
  float:left;
  line-height: 1.6em;
  padding-bottom: 5px;
}
dd {
  margin-left: 80px;
  line-height: 1.6em;
  padding-bottom: 5px;
}

#announce{
    color: #eb431e;
    font-size: 1.4em;
    font-weight: bold;
    border-top: solid 5px #ffe100;
    text-align: center;
    line-height: 1.8em;
    padding: 30px 0;
}

#announceTousen{
    font-size: 1.4em;
    font-weight: bold;
    border-top: solid 5px #ffe100;
    text-align: center;
    line-height: 1.8em;
    padding: 30px 0;
}

#tousen{
	background: #ffef99;
    width: 500px;
    margin: 10px auto;
    text-align: center;
        
}
#tousenTittle {
    font: 1.8em bold;
    border-bottom: solid 2px #fff;
    display: block;
    padding: 10px;
}

#tousenName{
    font: 1.2em bold;
    line-height: 1.5em;
    padding: 10px;
}

#atogaki{
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 0;
}</pre></body></html>