@charset "UTF-8";
/* CSS Document */

/* 基本設定クリア */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, article, aside, footer, header, hgroup, menu, nav, section {
	border: 0;
	color: #000;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.clear {
	overflow: hidden;
	zoom: 1;
}
/* 基本のレイアウト */
body {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper-header {
	border-top: solid 6px #000;
}
.header {
	margin: 0 auto;
	max-width: 960px;
}
.wrapper-nav-global {
	background: #fff;
	border-bottom: solid 2px #000;
}
.nav-global {
	margin: 0 auto;
	max-width: 960px;
}
.wrapper-slideshow {
	background: #ddd;
}
.wrapper-main {
	background: #ededed;
}
.main {
	background: #fff;
	margin: 0 auto;
	max-width: 960px;
}
.news {
	float: left;
	padding: 20px 0 20px 4.1666666%;/* 4.1666666%（40px/960px） */
	width: 43.75%;/*43.75%（420px/960px） */
}
.articles {
	float: left;
	padding: 20px 4.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
	width: 43.75%;/*43.75%（420px/960px） */
}
.wrapper-footer {
	background: #000;
}
.footer {
	margin: 0 auto;
	max-width: 960px;
}
/* header */
.header h1 {
	background: url(../images/logo.png) no-repeat;
	height: 79px;
	margin: 0 0 30px 4.1666666%;/* 4.1666666%（40px/960px） */
	text-indent: -9999px;
	width: 406px;
}
/* nav-global */
.nav-global li {
	float: left;
	text-align: center;
	width: 20%;
}
.nav-global li a {
	border-right: solid 1px #ddd;
	color: #000;
	display: block;
	padding: 15px 0;
}
.nav-global li:last-child a {
	border-right: none;
}
.nav-global li a:hover {
	border-bottom: solid 5px #8ac2d0;
	padding: 15px 0 10px 0;
}
.nav-global li a:active {
	border-bottom: solid 5px #75b4c4;
}

/* shortcut */
.shortcut {
	border-bottom: solid 1px #e3e3e3;
}
.shortcut li {
	float: left;
	width: 33.3333333%;/* 33.3333333%（320px/960px） */
}
.shortcut li a {
	display: block;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.shortcut li p {
	margin: 20px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
.shortcut li a:hover p {
	color: #8ac2d0;
}
.shortcut li a:active p {
	color: #75b4c4;
}
/* news */
.news h1 {
	margin: 0 0 30px 0;
	font-size: 1.5em;
	font-weight: bold;
}
/* articles */
.articles h1 {
	margin: 0 0 30px 0;
	font-size: 1.5em;
	font-weight: bold;
}

/* footer */
.footer p {
	color: #fff;
	padding: 30px 4.1666666%;/* 4.1666666%（40px/960px） */
	text-align: right;
}

/**
 * RESPONSIVE: スマートフォン向けウィンドウ幅600px以下
 */
@media screen and (max-width:600px) {
	/* 基本のレイアウト */
	.news {
		float: none;
		padding: 20px 4.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
		width: 91.6666666%;/*91.6666666%（880px/960px） */
	}
	.articles {
		float: none;
		padding: 20px 4.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
		width: 91.6666666%;/*91.6666666%（880px/960px） */
	}
	/* header */
	.header h1 {
		background: url(../images/logo-300.png) no-repeat;
		height: 53px;
		width: 300px;
	}
	/* nav-global */
	.nav-global li a {
		font-size: 0.7em;
	}
	
	/* shortcut */
	.shortcut li img {
		width: 80%;
	}
	.shortcut li p {
		font-size: 1em;
	}
}