
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
	line-height: 1.8;
	color: #333;
	font: 16px;
}
  
#page {
	padding-left: 2%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 0;
	background-color: #fff;
	display: grid; 
	grid-template-rows: auto 1fr auto;
	min-height: 98vh;
}
  
  
button {
	  font-size: 14px;
	  line-height: 1.5;
	  width: 32%;
}

header div {
		margin-bottom: 40px;
}
	 
header a {
		text-decoration: none;
		color: #333;
		display: block;
}
	
h1 {
		font: bold 20px sans-serif;
		margin-bottom: 15px;
		text-align: center;
}

h2 {
		font: normal 12px sans-serif;
		margin: 0 auto;
		margin-bottom: 10px;
		margin-left: ;
		width: 95%;
}

h3 {
	font: normal 16px sans-serif;
	margin-bottom: 10px;
	text-align: center;
}

.discreption{
	font: normal 12px sans-serif;
	margin-top:5px;
	margin-bottom: 5px;

}

.category  {
	width:95%;
	margin: 0 auto;
	margin-bottom: 40px;

}

.category h3 {
	font: normal 14px sans-serif;
	margin-bottom: 3px;
	text-align: center;
}

.category button {
	border-radius: 10px;
	border-width: 1px;
}

.maddress {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
	font: normal 14px sans-serif;
}
	
.grid_wrapper{
	display: grid;
/*	grid-gap: 3px; */
	grid-column-gap: 5px;
	grid-row-gap: 0px;
	
	grid-template-columns: auto auto;
*/	grid-template-columns: 100px auto; */
}
.grid_wrapper .no{
	text-align: right;
	color:#333;
}

 .keyword {
	color: #aaa;
	font-size: 12px;
	display:inline;
	margin-left: 20px;

}

.grid_wrapper {
/*	color: #aaa;
	font-size: 12px;
	display:inline; */
	margin-left: 0px;

}

footer div{
	color: #060;
	text-align:center;
	border-top: 1px solid #060;
	font-size:10px;
}

.subtitle{
	margin-top: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;

}

/*******************************************************/
/* 横720pix以上(PC)用　　　　　　　　　　　　　　　    */
/*******************************************************/
@media screen and (min-width:720px){

	body {
		line-height: 1.8;
		color: #333;
	 	font-size: 20px;
	}

	#page{
    	width: 720px;
		border: #ccc 1px solid;
		margin: 0 auto;  
		background-color: #fff; 
	}

	button {
		width: 19%;
	}

	h1 {
		font: bold 30px sans-serif;
		margin-bottom: 32px;
	}

	h2 {
		font: normal 12px sans-serif;
		margin-bottom: 16px;
	}

}
