﻿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, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}

html, body{
	box-sizing: border-box;
	font-size: 16px;
	height: 100%;
	margin: 0px;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}

p{
	margin:0;
	padding:0;
}

.bold{
	font-weight:bold;
}

.redfont{
	color:#F03;
	font-weight:bold;
}

.bigfont{
	font-size:18px;
	line-height:1.5em;
	font-weight:bold;
}

.font20{
	font-size: 20px;
}

.font30{
	font-size: 30px;
}

.center{
	text-align: center;
}

#field{
	height: 100%;
	min-height: 1200px;
	position: relative;
}

#container{
	margin: 0 auto;
	padding: 50px 0 0;
	max-width: 900px;
	width: 95%;
}

h1 img{
	width: 100%;
}

#container #toptxt{
	background: #eee;
	border: solid #ccc 1px;
	margin: 20px 0 0;
	padding: 20px;
}

#container #toptxt li{
	font-size: 24px;
	font-weight: bold;
}

#container #list{
	display: table;
	margin: 50px 0 60px;
	width: 100%;
}

#container #list div{
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 50%;
}

#container #list a:hover{
	opacity: 0.7;
}

#container #list div p{
	margin: 10px 0;
}

#list .entry{
	background: #db003e;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	width: 240px;
}

#list .audience{
	color: #333;
	display: block;
	margin: 20px 0 0;
	text-decoration: none;
}

#list .audience:after{
	content: "";
	display: inline-block;
	border-top: solid #333 2px;
	border-right: solid #333 2px;
	height: 8px;
	width: 8px;
	margin-left: 14px;
	transform: rotate(45deg);
}

h2{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid #db003e 2px;
	margin: 40px 0 20px;
}

.about p{
	margin: 1em 0 0;
	padding: 0 0 0 100px;
	position: relative;
}

.about p:first-of-type{
	padding: 0;
}

.about p span{
	left: 0;
	position: absolute;
}

ul{
	padding-left: 25px;
}

li{
	font-size: 15px;
	margin: 0 0 0.75em;
}

footer{
	background: #ddd;
	bottom: 0;
	font-size: 10px;
	text-align:center;
	padding:20px 0;
	position: absolute;
	width: 100%;
}


@media screen and (max-width:900px) {
#container #toptxt{
	margin: 20px 0 0;
	padding: 10px;
}

#container #toptxt li{
	font-size: 18px;
}

#container #list{
	display: block;
	margin: 50px 0 60px;
	width: 100%;
}

#container #list div{
	display: block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

#container #list div:first-of-type{
	margin-bottom: 40px;
}

#container #list div p{
	margin: 10px 0;
}

#list .entry{
	background: #db003e;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	width: 240px;
}

footer{
	margin-top: 40px;
	position: relative;
}
}
