@charset"UTF-8";

/* 通常リンク ----------------------------------------------------------------- */

/* ニュース内のリンク */
a.news,a.news:link,a.news:visited {
	color			:#e60021;
	text-decoration	:none;
	font-size		:1.0em;
	font-weight		:bolder;
	line-height		:1.5;
}
a.news:hover {
	color			:#ffffff;
	background-color:#e60021;
	text-decoration	:none;
	font-size		:1.0em;
	font-weight		:bolder;
	line-height		:1.5;
}

/* Vimeoのキャプション */
a.vimeo_cap,a.vimeo_cap:link,a.vemeo_cap:visited {
	color			:#111111;
	text-decoration	:none;
	line-height		:1.5;
	font-weight		:bolder;
	margin			:0;
}
a.vimeo_cap:hover {
	color			:#e60021;
	text-decoration	:none;
	font-weight		:bolder;
	line-height		:1.5;
}

/* コンテンツ内のリンク */
a.std,a.std:link,a.std:visited {
	color			:#e60021;
	text-decoration	:none;
	font-size		:1.0em;
	font-weight		:bolder;
	line-height		:1.5;
}
a.std:hover {
	color			:#ffffff;
	background-color:#e60021;
	text-decoration	:none;
	font-size		:1.0em;
	font-weight		:bolder;
	line-height		:1.5;
}

/* 装飾リンクボタン ----------------------------------------------------------------- */

/* フッターリンク */
a.btn1, a.btn1_selected {
	color			:#FFFFFF;
	display			:table-cell;
	text-decoration :none;
	font-size		:1.0em;
/*	width			:120px;	*/
/*	height			:40px;	*/
	line-height		:1.5em;
	text-align		:center;
	vertical-align	:middle;
	margin			:0;
	padding			:0;
	position		:relative;
}

.btn1_sep {
	color			:#a0a0a0;
	display			:table-cell;
	text-decoration :none;
	font-size		:0.80em;
/*	width			:120px;	*/
/*	height			:40px;	*/
	line-height		:1.90em;
	text-align		:center;
	vertical-align	:middle;
	margin			:0;
	padding			:0;
	position		:relative;
}

a.btn1:hover {
	color			:#111111;
	background-color:#f0f0f0;
/*	text-shadow	:1px 1px 2px #773322;*/
	/* グラデーション*/
	background:-moz-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#e4e4e4));
	background:-webkit-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:-o-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:-ms-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:linear-gradient(to bottom,#f8f8f8 0%,#e4e4e4 100%);
	-pie-background: linear-gradient(top, #f8f8f8, #e4e4e4);
	behavior: url(./js/PIE.htc);
}

/* サブメニューボタン */
a.btn2, a.btn2_selected {
	color			:#FFFFFF;
	background		:#111111;
	display			:table-cell;
	text-decoration :none;
	font-size		:1.2em;
	width			:120px;
/*	height			:40px;	*/
	line-height		:3.0em;
	text-align		:center;
	vertical-align	:middle;
	margin			:0;
	padding			:0;
	position		:relative;
}

a.btn2_selected {
	color		:#ffffff;
	background	:#e60021;
	font-weight	:bolder;
	border-width:0.2em 0;
	border-style:solid;
	border-color:#111111;
	line-height	:2.6em;
}

a.btn2:hover {
	color			:#111111;
	background-color:#f0f0f0;
/*	text-shadow	:1px 1px 2px #773322;*/
	/* グラデーション*/
	background:-moz-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#e4e4e4));
	background:-webkit-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:-o-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:-ms-linear-gradient(top,#f8f8f8 0%,#e4e4e4 100%);
	background:linear-gradient(to bottom,#f8f8f8 0%,#e4e4e4 100%);
	-pie-background: linear-gradient(top, #f8f8f8, #e4e4e4);
	behavior: url(./js/PIE.htc);
}

/* 会社概要ボタン */
a.btn3, a.btn3_selected {
	color			:#333333;
/*	background		:#111111;*/
	display			:block;
	font-weight		:normal;
	text-decoration :none;
/*	font-size		:1.2em;	*/
	width			:100%;
/*	height			:40px;	*/
	line-height		:3.0em;
	text-align		:center;
/*	vertical-align	:middle;	*/
	margin			:0;
	padding			:0;
/*	position		:relative;	*/
}

a.btn3_selected {
	color		:#ffffff;
	background	:#e60021;
/*
	border-width:0.2em 0;
	border-style:solid;
	border-color:#111111;
*/
/*	line-height	:2.6em;	*/
}

a.btn3:hover {
	color			:#e60021;
	background-color:#f0f0f0;
	font-weight		:bolder;
}

/* 取引先リンクボタン */
a.links {
	display:block;
	color			:#111111;
	background-color:#ffffff;
}
a.links:hover {
	display:block;
	color			:#e60021;
	background-color:#ffffff;
}

/* Moreボタン */
a.moretext {
	color			:#FFFFFF;
	background		:#111111;
	display			:table-cell;
	text-decoration :none;
	font-size		:1.2em;
/*	width			:120px;	*/
/*	height			:40px;	*/
/*	line-height		:1.5;	*/
	text-align		:center;
	vertical-align	:middle;
	margin			:0;
	padding			:0 8px;
	position		:relative;

	/* 角丸 */
	-webkit-border-radius:25px 25px 25px 25px;
	-moz-border-radius:25px 25px 25px 25px;
	border-radius:25px 25px 25px 25px;
	behavior: url(./js/PIE.htc);
}

a.moretext:hover {
	background		:#e60021;
}

/* MoreAmazonボタン */
a.moreamazon {
	color			:#ffffff;
	background		:#e07020;
	display			:table-cell;
	text-decoration :none;
	font-size		:1.0em;
	text-align		:center;
	vertical-align	:middle;
	margin			:0;
	padding			:0 8px;
	position		:relative;

	/* 角丸 */
	-webkit-border-radius:25px 25px 25px 25px;
	-moz-border-radius:25px 25px 25px 25px;
	border-radius:25px 25px 25px 25px;
	behavior: url(./js/PIE.htc);
}

a.moreamazon:hover {
	color			:#ffffff;
	background		:#e60021;
}


/* 640pixel 以上 */

@media screen and (min-width : 640px) {

	a.btn3, a.btn3_selected {
		line-height	:2.0em;
	}

}
