@charset "utf-8" ;

/*------------------------------------------------------
base
------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none !important;
	list-style:none !important;
}

body {
	line-height: 1;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }

nav ul,ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	/*transition: all .3s;*/
}
/*
a:hover {
	opacity: 0.8;
}
*/

/* change colours to suit your needs */
ins {background-color:#fff;color:#000;text-decoration:none;}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {border-collapse:collapse;border-spacing:0;}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {vertical-align:middle;}

.clear { clear:both; overflow:hidden; }

.tx_left {text-align: left;}
.tx_center {text-align: center;}
.tx_right {text-align: right;}


/*------------------------------------------------------
layout
------------------------------------------------------*/
body {
	background: url(../img/bg_body.png) repeat center top;
	background-size: 36px 36px;
}
#wrap {
	width: 100%;
	overflow: hidden;
}

/*ヘッダー*/
header {
	padding: 8px 10px 6px;
	background: #FFF;
	position: relative;
	text-align: center;
	z-index: 1;
}
header img {
	max-width: 100%;
}

/*ナビ*/
nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #005AAB;
}
nav ul li {
	float: left;
	line-height: 1;
	text-align: center;
}
nav ul li.suisei {
	width: 31%;
	background: url(../img/bg_nav.png) no-repeat right center;
	background-size: 2px 42px;
}
nav ul li.seido {
	width: 38.4%;
}
nav ul li.list {
	width: 30.6%;
	background: url(../img/bg_nav.png) no-repeat left center;
	background-size: 2px 42px;
}
nav ul li img {
	margin-top: -10px;
	max-width: 100%;
	vertical-align: bottom;
}

/*コンテンツ*/
#contents {
	margin: 0 auto;
	padding: 15px;
	/*max-width: 480px;*/
	overflow: visible;
}
#contents section {
	margin: 0 0 20px;
	padding: 30px 20px 20px;
	background: #fff;
}
#contents section h2 {
	margin: 0 0 20px;
	text-align: center;
}
#contents section#suisei h2 {
	margin: -20px 0 20px;
}
#contents section h2 img {
	max-width: 100%;
}
#contents section h3 {
	margin: 30px -20px 20px;
	text-align: center;
}
#contents section h2 + h3 {
	margin: 0 -20px 20px;
}
#contents section h3 img {
	width: 100%;
}
#contents section p {
	margin: 0 0 20px;
	line-height: 1.8;
}
#contents section p:last-child {
	margin: 0;
}
#contents section p.logo_suisei {
	padding: 0 10%;
	text-align: center;
}
#contents section p img {
	max-width: 100%;
}
#contents section p em {
	background: linear-gradient(transparent 50%, #FFCC00 50%);
	font-style: normal;
}
#contents section ul {
	font-size: 0;
}
#contents section ul.list:after {
	content: "";
	display: block;
	clear: both;
}
#contents section ul.list li {
	margin: 0 0 30px 1%;
	/*float: left;*/
	width: 47%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}
#contents section ul.list li:nth-child(odd) {
	margin-left: 0;
	margin-right: 3%;
}
#contents section p.pickup {
	margin: 0 0 30px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}
#contents section ul.list li a,
#contents section p.pickup a {
	color: #000;
	text-decoration: none;
}
#contents section ul.list li img,
#contents section p.pickup img {
	margin: 0 0 10px;
	max-width: 100%;
	max-height: 220px;
}
#contents section p.pickup img {
	max-height: 320px;
}
#contents section ul.list li span,
#contents section p.pickup span {
	font-size: 10px;
}

/*フッター*/
footer {
	padding: 0 0 90px;
	text-align: center;
	color: #fff;
}
footer .copyright {
	margin: 20px 0 0;
	font-size: 10px;
	line-height: 1.3;
}
footer img {
	max-width: 100%;
}

