@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}


.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}


@media screen and ( min-width:481px )
{


body {
	background-color: #FFC;
}
div#layout {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 24px;
	background-color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;
	color: #333;
	padding-bottom: 40px;
}
img.pc {
	display: block;
}
img.sp {
	display: none;
}

p {
	margin-bottom: 50px;
	margin-top: 20px;
}

h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background: #71BC2E;
	background-image: -webkit-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: -moz-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: -ms-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: -o-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: linear-gradient(to bottom, #71BC2E, #5C9A25);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-bottom: 20px;
	clear: both;
}
h3 {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	clear: both;
	background-color: #CDEE7D;
	color: #5F9E26;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	clear: both;
	border-left-width: 4px;
	border-left-color: #6BB32C;
	border-left-style: solid;
	line-height: normal;
	padding-left: 10px;
}
h5 {
	font-size: 14px;
	font-weight: bold;

}
h6 {
	font-size: 18px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(img/eye.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 10px;

}
div.kakaku {
	font-size: 22px;
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #F90;
	font-weight: bold;
	text-align: center;
}

div.kakaku strong{
	font-size: 30px;
	line-height: 40px;
}
div.kakaku span{
	font-size: 12px;
	color: #333;
}

img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
img.left {
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
}
img.right {
	float: right;
	margin-bottom: 40px;
	margin-left: 40px;
}
table {
	border: 1px solid #CCC;
	margin-bottom: 40px;
	border-collapse: collapse;
}
table th{
	background-color: #CDEE7D;
	color: #5F9E26;
	width: 120px;
	border-collapse: collapse;
}

table td{
	border: 1px solid #E3E3E3;
	padding: 10px;
}


table td .red{
	color: #F00;
}
table td .blue{
	color: #069;
}
div#example {
	margin-bottom: 40px;
}
div#example img{
	margin-right: 4px;

}
div#item {
	margin-bottom: 15px;
	margin-top: 20px;
	border: 5px solid #FFD24D;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	font-size: 18px;
	color: #FF7F00;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
div#item div{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#item div:first-child{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
}
#item img {
	float: right;
}

em {
	font-size: 16px;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
}
#footer  {
	text-align: center;
	margin-top: 30px;
}

#footer img {
	border: none;
}
}




@media screen and ( max-width:480px )
{
body {
}
div#layout {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 24px;
	background-color: #fff;
	color: #333;
	padding-bottom: 40px;
}
img.pc {
	display: none;
}
img.sp {
	display: block;
	height: auto;
	width: 100%;
}
p {
	margin-bottom: 50px;
	margin-top: 20px;
}

h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background: #71BC2E;
	background-image: -webkit-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: -moz-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: -ms-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: -o-linear-gradient(top, #71BC2E, #5C9A25);
	background-image: linear-gradient(to bottom, #71BC2E, #5C9A25);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-bottom: 20px;
	clear: both;
}
h3 {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	clear: both;
	background-color: #CDEE7D;
	color: #5F9E26;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	clear: both;
	border-left-width: 4px;
	border-left-color: #6BB32C;
	border-left-style: solid;
	line-height: normal;
	padding-left: 10px;
}
h5 {
	font-size: 14px;
	font-weight: bold;

}
h6 {
	font-size: 18px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(img/eye.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 10px;

}
div.kakaku {
	font-size: 22px;
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #F90;
	font-weight: bold;
	text-align: center;
}

div.kakaku strong{
	font-size: 30px;
	line-height: 40px;
}
div.kakaku span{
	font-size: 12px;
	color: #333;
}

img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
	width: 85%;
}
img.left {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
	width: 85%;

}
img.right {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
	width: 85%;

}
table {
	border: 1px solid #CCC;
	margin-bottom: 40px;
	border-collapse: collapse;
}
table th{
	background-color: #CDEE7D;
	color: #5F9E26;
	width: 80px;
	border-collapse: collapse;
}

table td{
	border: 1px solid #E3E3E3;
	padding: 10px;
}


table td .red{
	color: #F00;
}
table td .blue{
	color: #069;
}
div#example {
	margin-bottom: 40px;
}
div#example img{
	display: block;
	height: auto;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
div#item {
	margin-bottom: 15px;
	margin-top: 20px;
	border: 5px solid #FFD24D;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	font-size: 18px;
	color: #FF7F00;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
div#item div{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#item div:first-child{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
}
#item img {
	height: auto;
	width: 100%;
}

em {
	font-size: 16px;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
}
#footer  {
	text-align: center;
	margin-top: 30px;
}

#footer img {
	border: none;
	height: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
	
	
	
}
