@CHARSET "utf8";
body.news_for_phone .site{
	box-shadow: 0;
	margin-top: 0;
	min-width: 0;
	padding: 0;
}
header#masthead{
	padding-top: 0;
}
#new_arrival{
	position: fixed;
	width:30vw;
	top:42px;
	right:1vw;
	z-index: 999;
	transition:0.5s;
}

/* トップのタイトル */
p.phone_news{
	font-weight:bold;
	font-size:20px;
	padding: 15px 0;
	text-align: center;
	border-top: solid 5px black;
	border-bottom: dashed 1px black;
}
a.phone{
	color:#444;
	text-decoration:none;
}
.news_body a{
	text-decoration: none;
	color: dodgerblue;
	margin-top: 5px;
	display: inline-block;
}

/****** MENU ***********/
.smapho_menu{
	overflow: hidden;
}
	.smapho_menu .menu{
		display: block;
		width: 25%;
		float: left;
		text-align: center;
		padding: 5px 0 4px;
	}
	.smapho_menu .menu img{
		width:33px;
	}
#category_menu{
	padding-top:5px;
}
	#category_menu .desc,
	#category_menu a{
		display: block;
		padding: 15px 30px;
		font-size: 15px;
		font-weight: bold;
		border-bottom: 1px solid #AAAAAA;
		color: #333333;
	}
	#category_menu a{
		text-decoration: none;
		border-bottom: 1px solid #EEEEEE;
	}


/* 記事 */
.top_news_article, .news_article{
	overflow: hidden;
	position: relative;
/*	border-bottom: solid 3px gold;*/
}
.news_title,.news_body,.news_date{
/*	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
}
/* 記事 - TOP */
.top_news_article .logo{
	position:absolute;
	width: 70px;
	top:3px;
	left:3px;
}
.top_news_article .news_image {
	position:relative;
}
.top_news_article .news_image img{
	width: 100%;
}
.top_news_article .news_title{
	font-size: 20px;
	width:90%;
	color: white;
	text-shadow: 1px 1px 1px #333;
	position:absolute;
	top: 20px;
	left: 10px;
	z-index: 2;
}
.top_news_article .news_body{
	padding:  8px;
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 10px;
}
.top_news_article .news_date{
	font-size: 11px;
	text-align: right;
	margin: 0 2% 5px 0;
	color: #666666;
}
/* 記事 - TOP以降 */
.news_article {
	min-height: 125px;
}
.news_article .news_image {
	max-width: 135px;
	max-height: 155px;
	float: right;
	display: block;
	margin-left: 5px;
}
.news_article .news_title{
	padding:10px 8px 5px 8px;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	clear:none;
}
.news_article .news_body{
	padding:3px 8px;
	line-height: 16px;
	font-size: 11px;
	margin-bottom: 15px;
}
.news_article .news_date{
	font-size: 10px;
	padding-left: 8px;
	padding-bottom: 5px;
	color:#666666;
}

div.news_border{
	height: 0px;
	height: 10px;
	width:100%;
	background: url('../img/border_1.png');
}

/****** PAGENATION ********/
.pagination {
	overflow: hidden;
	padding:20px 5px;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:8px 12px;
	text-decoration:none;
	width:auto;
	border: solid 1px black;
	color: black;
	background: white;
}

.pagination a:hover{
	background: #f0e033;
}

.pagination .current{
	padding:8px 12px;
	background: #f0e033;
	color: black;
}

footer#colophon[role="contentinfo"]{
	margin: 0;
}
footer .site-info{
	font-size: 8px;
	margin: 0 5px;
}

/* Minimum width of 600 pixels. */
/* @media screen and (min-width: 600px) { */
