/*@charset "utf-8";*/
/* --------------------------------------------------------------

スマホ向けCSS　トップページ用

【もくじ】

0.基本設定
1.ヘッダ・メニューボタン
2.コンテンツ
3.フッタ、コピーライト

--------------------------------------------------------------- */

/* Media Queries----------------------------------------------- */

/* スクリーン幅が 568px 以下のときに適用されるスタイル */
@media screen and (max-width: 568px) {

/* 0.基本設定 ------------------------------------------------- */
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* 1.ヘッダ ----------------------------------- */

/* メニューボタン ----------------------------------- */

#main {
	clear:both;
	width:100%;
	margin-top:50px;
}
.btn {
	position: inherit;
	/*top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto;*/
	height: 300px;
	width:320px;
	margin-bottom:180px;
}

.btn li {
	clear:both;
	float: inherit;
	margin:0 auto 20px auto;
	width:225px;
	height:194px;
	text-align:center;
}
.btn li.dsgnlg {
	padding-top:0;
}

.list {
	clear:both;
	display:block;
	list-style-type:none;
	border-top:solid 1px #CCC;
	padding-left:0;
	margin:0 0 10px 0;
	background: url(../img/mb_btn_bk.jpg) repeat-x;
}

.list li {
	border-bottom:solid 1px #dfdfdf;
	height:35px;
	margin:0;
	padding:12px 0 5px 0;
	background: url(../img/mb_btn_yaji.png) no-repeat 95% 20px;
	text-align:center;
}
.list li img {
	width:30px;
	vertical-align:middle;
	margin:0 10px;
}

.list a{
	color:#dfdfdf;
	text-decoration:none;
	margin-top:10px;
}


/* 3.フッタ、コピーライト-------------------------------------- */
footer {
	clear:both;
	background: #000 url(../img/footer_back.jpg) repeat-x;
	color:#dfdfdf;
}

.ftwrap {
	height:auto;
	background:none;
	padding-top:0;
}

.ftcont {
	width:100%;
}

.reborn {
	clear:both;
	float:none;
	display:block;
	width:220px;
	height:20px;
	margin:50px auto 25px auto;
}
.nav_copy {
	clear:both;
	float:none;
}
.nav_copy p {
	display:block;
	margin:20px 0 0 0;
	text-align:center;
	font-style:normal;
	font-size:0.9em;
	line-height:1.1;
}
.nav_copy p.copyright {
	width:100%;
	margin:20px 0;
}
.nav_copy p.c_link {
	display:block;
	width:11em;
	float:left;
	padding:0 15px;
}

.nav_copy p.stmp {
	border-right:solid 1px #999;
	width:7em;
}
/*---4.コンテンツの表示/非表示----------------------------------*/
.pc_none {
	display:block;
}

.mb_none {
	display:none;
}

/* ▼Media Queriesの終わりカッコ▼-------------------------------------- */
}