@charset "UTF-8";
/* CSS Document */

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.fl_clear {
	clear: both;
}
.font_center {
	text-align: center;
}
.font_right {
	text-align: right;
}
.font_size_12 {
	font-size: 12px;
}
.font_size_14 {
	font-size: 14px;
	font-weight: normal;
}
.txt_line-24 {
	line-height: 24px;
}
.new_item {
	font-weight: bold;
	color: #FF2500;
}
.ly_font_14{
	font-size: 14px;
	line-height: 24px;
}
.txt_a_center {
	text-align: center;
}

/* --- Link images --- */
a img.hover{
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
a img.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* [#main] ---------------------------------------------*/
#main .margin-top40 {
	margin-top:40px;
}
#main .margin-top30 {
	margin-top:30px;
}
#main .margin-top20 {
	margin-top:20px;
}
#main .margin-top25 {
	margin-top:25px;
}
#main .margin-top15 {
	margin-top:15px;
}
#main .margin-top10 {
	margin-top:10px;
}
#main .margin-top5 {
	margin-top:5px;
}
#main .margin-top0 {
	margin-top:0px;
}
#main .margin-bottom40 {
	margin-bottom:40px;
}
#main .margin-bottom30 {
	margin-bottom:30px;
}
#main .margin-bottom25 {
	margin-bottom:25px;
}
#main .margin-bottom20 {
	margin-bottom:20px;
}
#main .margin-bottom15 {
	margin-bottom:15px;
}
#main .margin-bottom10 {
	margin-bottom:10px;
}
#main .margin-bottom0 {
	margin-bottom:0px;
}

/* --- #main layout --- */
#main .section {
	width:670px;
	padding:0px;
}
#main .over_box {
	padding-rigth:-5px;
}
#main .p_relative {
	position: relative;
}
#main .p_absolute {
	position: absolute;
}
#main .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/* --- サイドナビ調整 --- */
#aside .nav .local li.current ul li.current a {
	background-color:#f9f9f9 !important;
	color:#e95800 !important;
}
#aside .nav .local li.current ul li a {
	background-color:#f9f9f9 !important;
}
#aside .nav .local li ul li a {
	background-color:#FFFFFF !important;
}

/* Top page */
#main ul.top_list {
}
#main ul.top_list li {
	float: left;
}

/* page */
#main .page_box1 {
	background-color: #f7edc9;
	margin-top:20px;
	padding:15px 20px;
}
#main .page_box1 h3 {
	margin-bottom:10px;
}
#main .page_box1 p {
	font-size: 16px;
	line-height: 26px;
}
#main .page_box1 p.item_name {
	font-size: 19px;
	line-height: 27px;
	font-weight: bolder;
	display: inline;
}
#main .page_box2 {
	background-color: #EEDBA1;
	padding:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main .border_tl {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}
#main hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
#main hr.border_bl {
	border-top: 1px dotted #000;
	margin:15px 0px;
}
.discontinued {
	color: #F00;
}
del .discontinued {
	text-decoration: line-through;
}
