@charset "UTF-8";
/* screens smaller than 820---------------------------------------------------------- */
@media only screen and (min-width:541px) and (max-width:820px) {

body {
    width: 610px;
}

.footer {
	font-size: 10px;
}

.ht {
	height: auto;
}

/* header */
#top_header{
	background:url(../img/bg_logo_tab.gif) repeat-x;
	width:590px;
	height:147px;
/*
	padding-top:20px;
*/
	overflow:auto;
}

#top_header h1 {
/*
	margin-left:20px;
	float:left;
*/
}

#top_header h1 img {
	margin:0 auto;
}

#top_header p {
	float:left;
	margin:0 0 0 20px;
	width:380px;
	color:#999;
	line-height:120%;
	font-size:11px;
}

/* banner */

aside.shop_ban {
	background-color:#FFF;
	padding:10px 0 0 0;
	width:590px;
	overflow:auto;
}

aside.shop_ban img{
	margin-left:15px;
	float:left;

}

aside.top_ban {
	margin-top:10px;
	overflow:auto;
	width:600px;
}

aside.top_ban img {
	float:left;
	margin:0 10px 0 0;
}

aside.banner_area {
	background-color:#FFF;
	padding:0 0 25px 15px;
	width:575px;
}


/* nav */

.gNav {
	background:url(../img/bg_left.gif) center repeat-y #e9eaec;
	width: 590px;
	overflow: hidden;
	float: none;
	padding-top:10px;
}

.left_btn_box {
	width:220px;
	margin:0 auto;
}
/*
.left_btn_box td.le {
	padding:0 15px 0 20px;
}

.left_btn_box td.ri {
	padding:0 20px 0 15px;
}
*/

#loginbox,
#newsbox {
	background:url(../img/bg_left.gif) center repeat-y #e9eaec;
	width: 590px;
	overflow: hidden;
	float: none;
}

.gNav a {
	color: #333;
	text-decoration: none;
}
.gNav a:hover {
	color: #c00;
	font-weight: normal;
	text-decoration: none;
}
.gNav ul {
	padding:0;
	list-style: none;
	width:560px;
	margin:0 0 0 20px;
}
.gNav ul li {
	padding:0 0 20px 0;
	position: relative;
	z-index: 1;
	line-height: 0;
	font-size:1.1em;
	float:left;
	margin-right:20px;
}
/* title */

.subtitle02_box {
	background-color:#FFF;
	height:30px;
	width:590px;
	overflow:hidden;
}

.subtitle02_box h2 {
	 font-family:'Lora', serif;
	 color:#666;
	 font-weight:normal;
	 font-size:13px;
	 float:left;
	 margin:5px 0 0 15px;
	 font-weight:bold;
}

.subtitle02_box p {
	font-family: 'Cabin', sans-serif;
	color:#666;
	float:right;
	margin:8px 15px 0 0;
	background:url(http://www.mammina.co.jp/dcms_media/image/common/arrow_h.gif) left 6px no-repeat;
	text-indent:7px;
	letter-spacing:0.1em;
	font-size:10px;
}


.subtitle02 {
	 font-family:'Lora', serif;
	 color:#666;
	 font-weight:normal;
	 font-size:12px;
	 font-weight:bold;
	 background-color:#FFF;
	 width:590px;
	 height:25px;
	 text-align:center;
	 padding-top:5px;
}

/* rss */

.top_rss {
	padding:0 0 5px 0;
	font-size:11px;
	overflow:auto;
	width:590px;
}

.top_rss p{
	margin:0 10px;
}

.top_rss .ItemDate {
	font-weight:bold;
	padding-bottom:2px;
	float:left;
	width:100px;
	margin-right:20px;
}

.top_rss .ItemTitle {
	padding-bottom:5px;
	float:left;
	width:440px;
	color:#777;
}

.top_rss .ItemTitle a {
	color:#777;
}

.top_rss .ItemContent {
	display:none;
}


/*---追記---*/

#subcontent {
	padding:15px 25px;
}

.prof_txt {
}

#subcontent ul {
	padding:10px 0 10px 10px;
	display:block;
}

#subcontent li {
	list-style:circle inside;
	margin-left:10px;
}

.smp_btn {
	display:none;
}

.chara_graph {
	width:100%;
	float:inherit;
	padding:0;
}

.chara_graph_txt {

}

.mypage_navi .smp_link {
	width:180px;
}



}
/* /screens smaller than 820 */


