* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background:#800000;

}

li,dt,dl {
	line-height:1.5;
}

p {
	margin:0 0 1em 0;
	line-height:1.5;
	font-size:120%;
}

img {
	border:0;
}

a{
	color:#000;
}

a:link,a:visited {
	text-decoration:none;
}

ul li{
	list-style:none;
}

.address {
	font-size:90%;
	line-height:1.3;
	text-align:center;
	margin:10px 0;
	padding:0;
	word-wrap:break-word;
}

.content {
	width:940px;
	margin:30px auto;
	padding:10px;
	background:#fff;
}

h1 {
	margin:8px auto;
	padding:0;
	text-align:center;
	color: #009900;
	font-size:2em;
	line-height:1.5;
}

h2 {
	font-size:1.3em;
	margin:0;
	padding:5px 0;
	color:orange;
}

.left{
	width:350px;
	margin:0 5px;
	float:left;
}

.left img{
	margin:0 0 20px;
}

.right{
	width:550px;
	float:right;
}

.button{
	background:orange;
	display:inline-block;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	margin:5px 0;
	border-radius:5px;
	color:#000;
}

.button a,.button a:hover{
	text-decoration:none;
}

.button:hover {
	background:#ff7f50;
}
.button:active {
	position:relative;
	top:1px;
}

.width-100 {
	width:100%;
}

a:hover{
	text-decoration:underline;
}

/* clearfix
------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

@media screen and (min-width: 480px){
.sp-only{
	display:none;
}
}

@media screen and (max-width:479px){

body {
	background:#fff;
}

.content {
	width:98%;
	margin:0 auto;
	padding:1%;
	background:none;
}

.sp-none{
	display:none;
}

.left{
	width:100%;
	margin:10px 0;
	float:none;
	text-align:center;
}

.left img{
	margin:0 1%;
	width:46%;
}


.right{
	width:100%;
	float:none;
}

.link_width{
	width:91%;
	text-align:center;
}

.button{
	margin:10px 0;
}

.address {
	font-size:85%;
}

}

