@charset "UTF-8";

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

/*------------------------------*/
/*NEWS*/
/*------------------------------*/
#news {
	border: 1px solid #c8b3b2;
	padding-left: 4px;
	font-size: 1.2em;
	margin-top: 15px;
}

#news_wrap {
	width: 786px;
	height: 94px;
	background-image:url(../images/top/news_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.news_line {
	width: 660px;
	height: 46px;
	line-height: 46px;
	margin-left: 113px;
}

.line1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eae2e2;
}
/*
.news_date {
	width: 85px;
	float: left;
}
*/
.news_text {
	width: 665px;
	float: left;
}
/*
.news_more {
	width: 43px;
	float: right;
	padding-right: 10px;
	margin-top: 16px;
}

#news a img:link, #news a img:visited {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#news a img:hover, #news a img:active {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
*/

/*------------------------------*/
/*TOP TEXT*/
/*------------------------------*/
#top_text {
	margin-top: 15px;
}

#text {
	margin-top: 15px;
	font-size: 1.4em;
}

/*------------------------------*/
/*LINE UP*/
/*------------------------------*/
#lineup {
	margin-top: 40px;
}

#products {
	width: 792px;
	overflow-x: hidden;
}

#product_wrap {
	width: 834px;
	padding-left: 21px;
	margin-left: -21px;
	overflow-x: hidden;
}

.badge {
	width: 250px;
	margin-right: 21px;
	margin-top: 21px;
	float: left;
}

.badge dt{
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #FA0001;
	height: 40px;
	line-height: 40px;
}

.badge dd {
	font-size: 1.2em;
	
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FA0001;
	border-bottom-color: #FA0001;
	border-left-color: #FA0001;
	height: 320px;
}

.badge p {
	padding: 5px;
}

.badge p img {
	width: 100%;
}

}

/*------------------------------*/
/*POINT*/
/*------------------------------*/
.point {
	margin-top: 20px;
}

.pt_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFF;
	border: 2px dotted #F00;
	padding-left: 5px;
}

.pt_block {
	margin-top: 5px;
}

.pt_right{
	width: 532px;
	float: left;
}



@media screen and (max-width: 640px) {
	
/*------------------------------*/
/*MAIN*/
/*------------------------------*/
#main_image {
	width: 100%;
}

#main_image img {
	width: 100%;
	height: auto;
}


/*------------------------------*/
/*NEWS*/
/*------------------------------*/
#news {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}

#news_wrap {
	margin-top: 15px;
}

#m_news_title {
	display: block !important;
}

.news_line {
	margin-bottom: 15px;
	font-size: 1.4em;
}

.news_text {
	text-decoration: underline;
}

.news_more {
	display: none;
}

/*------------------------------*/
/*TOP TEXT*/
/*------------------------------*/
#top_text {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

#text {
	margin-top: 15px;
	font-size: 1.4em;
}

.m_hide {
	display: none;
}

/*------------------------------*/
/*LINE UP*/
/*------------------------------*/
#lineup {
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

#products {
	width: 100%;
}

#product_wrap {
}

.badge {
	width: 100%;
	margin-top: 21px;
}

.badge dt{
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #FA0001;
	height: 40px;
	line-height: 40px;
}

.badge dd {
	font-size: 1.4em;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FA0001;
	border-bottom-color: #FA0001;
	border-left-color: #FA0001;
}

.badge p {
	padding: 5px;
}

.badge p img {
	width: 100%;
}
	
}

/*------------------------------*/
/*POINT*/
/*------------------------------*/
.point {
	margin-top: 20px;
}

.pt_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #F90100;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.pt_block {
	margin-top: 5px;
}


.pt_right{
	width: 100%;
	float: none;
	margin-top: 10px;
}
