@charset "UTF-8";
/* CSS Document */
/* ボディ
----------------------------------------------------------- */
body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 62.5%;
	background-attachment: scroll;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	border: 3px none #E4007F;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	min-width: 950px;
}
@media screen and (max-width: 640px) {
body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 62.5%;
	background-attachment: scroll;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	min-width: 600px;
}
}
@media screen and (max-width: 480px) {
body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 62.5%;
	background-attachment: scroll;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	min-width: auto;
	min-width: 200px;
}
}



/* ページ共通
----------------------------------------------------------- */
.section {
	width: 920px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	position: relative;
	clear: both;
}
@media screen and (max-width: 640px) {
.section {
	width: 92%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
}
@media screen and (max-width: 480px) {
.section {
	width: 92%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}
}
.section-w {
	width: 100%;
	margin: auto;
	height: auto;
}
#fb-box {
	margin-top: 50px;
	width: 500px;
	border: 1px solid #BEC0C0;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	float: left;
	text-align: center;
}
@media screen and (max-width: 640px) {
#fb-box {
	margin-top: 50px;
	width: 100%;
	border: 20px none #BEC0C0;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	float: none;
	text-align: center;
	margin-bottom: 30px;
}
}
.section #banner {
	float: right;
	height: auto;
	width: 382px;
	overflow: hidden;
	margin-top: 50px;
}
@media screen and (max-width: 640px) {
.section #banner {
	float: none;
	margin-top: 14px;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-left: 5px;
	margin-right: auto;
}
}
.section #banner li {
	font-size: 12px;
	line-height: 12px;
	margin-left: 15px;
	width: 176px;
	height: 68px;
	float: left;
	margin-bottom: 15px;
}
.section #banner li:nth-child(2) {
	display:none;
}
.section #banner li img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 640px) {
.section #banner li {
	font-size: 12px;
	line-height: 12px;
	margin-left: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	width: 32%;
	height: auto;
	float: left;
}
}
@media screen and (max-width: 480px) {
.section #banner li {
	font-size: 12px;
	line-height: 12px;
	margin-left: 0px;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 31.3333%;
	height: auto;
	float: left;
}
}



/* フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	height: auto;
	background-attachment: scroll;
	background-image: url(../img/common/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 60px;
	padding-top: 38px;
	padding-bottom: 15px;
}
#footer div {
	clear: both;
	height: auto;
	margin: auto;
	width: 920px;
	position: relative;
}
@media screen and (max-width: 640px) {
#footer div {
	clear: both;
	height: auto;
	margin: auto;
	width: 92%;
	position: relative;
}
}
@media screen and (max-width: 480px) {
#footer div {
	clear: both;
	height: auto;
	margin: auto;
	width: 92%;
	position: relative;
}
}
#footer #add {
	clear: both;
	height: auto;
	float: left;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
#footer #add
{
	clear: both;
	height: auto;
	float: none;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
}
}
#add dt  {
	font-size: 12px;
	line-height: 12px;
	float: left;
	margin-right: 12px;
}
@media screen and (max-width: 480px) {
#add dt  {
	font-size: 12px;
	line-height: 12px;
	float: left;
	margin-right: 16px;
	height: auto;
	width: 70px;
}
}
@media screen and (max-width: 480px) {
#add dt h2 img  {
	height: auto;
	width: 70px;
}
}
#add dt h2 {
	font-size: 12px;
	line-height: 12px;
	width: 95px;
}
#add dd  {
	float: left;
	text-align: left;
	color: #191C02;
}
#add dd h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.6em;
}
#add dd p {
	font-size: 1.3em;
	line-height: 1.4em;
}
.pagetop {
	clear: both;
	background-attachment: scroll;
	background-image: url(../img/common/footer-line.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-bottom: 0px;
	width: 100%;
}
@media screen and (max-width: 640px) {
.pagetop {
	clear: both;
	background-attachment: scroll;
	background-image: url(../img/common/footer-line.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 25px;
	margin-top: -5px;
	margin-bottom: 0px;
	width: 100%;
}
}
@media screen and (max-width: 480px) {
.pagetop {
	clear: both;
	background-attachment: scroll;
	background-image: url(../img/common/footer-line.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 25px;
	margin-top: -5px;
	margin-bottom: 0px;
	width: 100%;
}
}
.pagetop li {
	float: right;
	height: 37px;
	width: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px none #BCD22B;
	padding-left: 10px;
	margin-top: -135px;
}
@media screen and (max-width: 640px) {
.pagetop li {
	float: right;
	height: 37px;
	width: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px none #BCD22B;
	padding-left: 10px;
	margin-top: -194px;
}
}
@media screen and (max-width: 480px) {
.pagetop li {
	float: right;
	height: 37px;
	width: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px none #BCD22B;
	padding-left: 10px;
	margin-top: -135px;
}
}
#footer div #banner {
	float: right;
	margin-top: 14px;
	height: 60px;
	width: auto;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
#footer div #banner {
	float: none;
	margin-top: 14px;
	height: 60px;
	width: auto;
	overflow: hidden;
}
}
@media screen and (max-width: 480px) {
#footer div #banner {
	float: none;
	margin-top: 14px;
	height: 60px;
	width: auto;
	overflow: hidden;
	display: none;
}
}
#footer div #banner li {
	font-size: 12px;
	line-height: 12px;
	margin-left: 7px;
	width: auto;
	height: auto;
	float: left;
}
@media screen and (max-width: 640px) {
#footer div #banner li {
	font-size: 12px;
	line-height: 12px;
	margin-left: 0px;
	margin-right: 7px;
	width: auto;
	height: auto;
	float: left;
}
}
#footer div #copyright {
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
#footer div #copyright {
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0em;
}
}

.kome {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
}
