
/* 
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;
  color: #333;
  font: 14px/1.3 sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color:#060
}

#page{
	padding:5px 5px;
	background-color: #fff;
}
h1 {
	font: bold 18px sans-serif;
	margin-bottom: 5px;
}

h1 img {
	vertical-align:middle;
}

#fromto{
	font: normal 16px sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
	
}

.linkrow {
	font: normal 14px sans-serif;
	margin-bottom: 10px;
}
.explanation {
	font: normal 14px sans-serif;
	margin-bottom: 10px;
}

div.number {
	font: normal 16px sans-serif;
	margin-bottom: 40px;
}

.linkgakkou{
	font: normal 16px sans-serif;
	margin-bottom: 40px;
}

section div {
 	margin: 20px 0px;
}

h2 {
	border-left: 10px #060 solid;
    border-top: 1px solid #ccc;
	padding-left: 5px;
	margin-bottom: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
    background-image: linear-gradient(to bottom, #ffffff, #efefef);
}

h2 a {
	text-decoration:none;
    color: #333;
	background-image: url(icon/icon_arrow_black.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-hegiht: 1;
	padding-bottom: 12px;
	padding-top: 14px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}
.searchbox_title{
	font: bold 12px sans-serif;
}

.vol{
	font: bold 14px sans-serif;
}
.date{
	font: normal 11px sans-serif;
	margin-left: 10px;
}

.title{
	font: bold 12px sans-serif;
	margin-left: 10px;
}

.download {
	display:none;
	margin-left: 10px;
}

.footer {
	background-color: #060;
	color: #fff;
	text-align:center;
	border-bottom: 4px;
	border-top: 2px;
	margin-top: 10px;
	font-size:10px;
	
}


/*******************************************************/
/* スマホ高解像度モニター用 devicePixelRatio: 2.0　　  */
/*******************************************************/
@media screen and (-webkit-min-device-pixel-ratio:2){

  h2 a {
    background-image: url(icon/icon_arrow_black_2x.png);
    background-size: 18px 13px;
  }

}

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

#page{
    width: 900px;
	padding:30px 50px;
	border: #390 5px double;
	margin: 0 auto;  background-color: #fff;
}

h1 {
	font: bold 20px sans-serif;
	margin-bottom: 10px;
}
#fromto{
	font: normal 16px sans-serif;
	margin-bottom: 5px;
    
}

.linkrow {
	font: normal 14px sans-serif;
	margin-bottom: 30px;
}

section div {
 	margin: 10px 0px;

}

h2 {
	border-left: 16px #060 solid;
	padding-left: 7px;
	padding-bottom: 0;
	margin-bottom: 5px;
    background-image:none;
    border-top:0px;
	}
h2 a {
	text-decoration:none;
    color: #333;
	background-image:none;
	padding-bottom: 2px;
	padding-top: 4px;

}

h2 a:hover{
	text-decoration:underline;
}


.vol{
	font: bold 18px sans-serif;
}
.date{
	font: normal 12px sans-serif;
	margin-left: 10px;
}

.title{
	font: bold 14px sans-serif;
	margin-left: 10px;
}

.download {
	margin-left: 10px;
	font: normal 10px sans-serif;
	vertical-align:baseline;
	display:inline;
}


ul{
	margin-left: 30px;
}

}
