﻿@charset "utf-8";

/*---------------------------------------------
　グローバルナビ
---------------------------------------------*/

nav#globalnavi ul li:nth-of-type(1) {
	background: #EA4D64;
	background-image: -webkit-linear-gradient(270deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
}

/*---------------------------------------------
　ページタイトル
---------------------------------------------*/

article #news h3 {
	border: none;
	padding: 0;
	line-height: 100%;
	background: none;
}
