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: baseline;
}

img{
	display: block;
}

a img{transition : all 0.5s ease 0s;}

a img:hover{
	transform: scale(1.1);
}

body{
	background: #efefef;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
	font-size: 14px;
}


/*＝＝＝＝＝＝＝＝＝＝＿＿header＿＿＝＝＝＝＝＝＝＝＝＝*/
header{
	background: #cc1452;
	padding: 20px 0;
}

header h1{
	text-align: center;
	margin: 0 auto 10px;
}

header h1 img{
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width: 95%;
}

header div{
	background: #fff;
	border-radius: 10px;
	margin: 0 auto 10px;
	max-width: 800px;
	padding: 10px;
	width: 95%;
}

header div p{
	line-height: 1.5em;
}

header div p span{
	font-size: 12px;
}

header .update,
header .update a{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/header＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿contents＿＿＝＝＝＝＝＝＝＝＝＝*/
.contents p{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.contents .redfont{
	color:#fa6461;
}

.contents .outline{
	margin: 0 0 40px;
}

.contents .outline .caption{
	background: #000;
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	margin: 0 0 20px;
	padding: 15px 0;
	text-align: center;
}

.contents .outline .caption br{
	display: none;
}

@media screen and (max-width:900px) {
.contents .outline .caption{
	font-size: 3vw;
}
}

@media screen and (max-width:500px) {
.contents .outline{
	margin: 0 0 20px;
}

.contents .outline .caption{
	font-size: 5vw;
}

.contents .outline .caption br{
	display: block;
}
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/contents＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿リスト＿＿＝＝＝＝＝＝＝＝＝＝*/
#list{
	margin: 0 auto;
	width: 80%;
}

#list li{
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	list-style: none;
	margin-right: 2%;
	margin-bottom: 40px;
	padding: 10px;
	position: relative;
	width: 32%;
}

#list li.red{
	background: #c00;
}

#list li:nth-of-type(3n){
	margin-right: 0;
}

#list li img{
	display: block;
	margin: 0 auto;
	width: 95%;
}

@media screen and (max-width:1000px) {
#list{
	width: 95%;
}

#list li{
	width: 49%;
}

#list li:nth-of-type(odd){
	margin-right: 2%;
}


#list li:nth-of-type(even){
	margin-right: 0;
}
}

@media screen and (max-width:500px) {
#list li{
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/リスト＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/
#copyright{
	color: #333;
	font-size: 12px;
	line-height: 100px;
	text-align: center;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/