@charset "Shift_JIS";

/*reset*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
	font-family: 'HelveticaNeue', sans-self;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*contents*/
body#enefarm_manual_index{
	width:100%;
}



#container{
	width:400px;
	margin:10px auto;
font-family: 'HelveticaNeue', sans-self !important;

}

#enefarm_manual_index #container header .logo{
	text-align:left;
}

#enefarm_manual_index #container header .logo img{
	width:200px;
	height:auto;
}

#enefarm_manual_index #container #pagetitle{
	width:100%;
	margin:30px auto 25px auto;
	text-align:center;
}

#enefarm_manual_index #container #pagetitle h1{
	font-size:40px;
	color: #002f69;
	line-height: 1.2;
	font-weight: bold;
}

#enefarm_manual_index #container section{
	width:400px;
	margin:20px auto;
}

#enefarm_manual_index #container section .h2A{
	border:1px solid #ccc;
	padding:6px;
	font-size:22px;
    font-weight: bold;
    color: #006ebc;
	background-color:#f0f8ff;
	text-align:center;
}

#enefarm_manual_index #container section .block_padding{
	margin-top:10px;
	margin-left:10px;

}

#enefarm_manual_index #container section .h3A{
	font-size:20px;
    color: #006ebc;

}



#enefarm_manual_index #container section ul#column2 li{
	margin:10px auto;
}


#enefarm_manual_index #container section .txt a {
	color: #0086d9;
	background-size: 11px auto;
	padding-right: 20px;
	text-decoration:none;
}



@media screen and (max-width: 1024px){

/*Tablet Reset*/
	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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

#container{
	width:90vw;
	margin:10px auto;
font-family: 'HelveticaNeue', sans-self !important;
}

#enefarm_manual_index #container header .logo{
	text-align:left;
}

#enefarm_manual_index #container header .logo img{
	width:30vw;
	height:auto;
}

#enefarm_manual_index #container #pagetitle{
	width:100%;
	margin:10px auto 5px auto;
	text-align:center;
}

#enefarm_manual_index #container #pagetitle h1{
	font-size:4.906vw;
	color: #002f69;
	line-height: 1.2;
	font-weight: bold;
}

#enefarm_manual_index #container section{
	width:80vw;
	margin:20px auto;
}

#enefarm_manual_index #container section .h2A{
	border:1px solid #ccc;
	padding:0.586vw;
	font-size:3.148vw;
    font-weight: bold;
    color: #006ebc;
	background-color:#f0f8ff;
	text-align:center;
}

#enefarm_manual_index #container section .block_padding{
	margin-top:0.977vw;
	margin-left:0.977vw;

}

#enefarm_manual_index #container section .h3A{
	font-size:2.553vw;
    color: #006ebc;
}


#enefarm_manual_index #container section ul#column2 li{
	margin:8px auto;
}

#enefarm_manual_index #container section .txt a {
	color: #0086d9;
	background-size: 11px auto;
	padding-right: 1.953vw;
	text-decoration:none;
}

}


@media screen and (max-width: 480px)
{

/*Tablet Reset*/
	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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

#container{
	width:98vw;
	margin:10px auto;
font-family: 'HelveticaNeue', sans-self !important;

}

#enefarm_manual_index #container header .logo{
	text-align:left;
}

#enefarm_manual_index #container header .logo img{
	width:38vw;
	height:auto;
}

#enefarm_manual_index #container #pagetitle{
	width:100%;
	margin:10px auto 5px auto;
	text-align:center;
}

#enefarm_manual_index #container #pagetitle h1{
	font-size:4.906vw;
	color: #002f69;
	line-height: 1.2;
	font-weight: bold;
}

#enefarm_manual_index #container section{
	width:99vw;
	margin:20px auto;
}

#enefarm_manual_index #container section .h2A{
	border:1px solid #ccc;
	padding:0.586vw;
	font-size:4.1vw;
    font-weight: bold;
    color: #006ebc;
	background-color:#f0f8ff;
	text-align:center;

}

#enefarm_manual_index #container section .block_padding{
	margin-top:0.977vw;
	margin-left:0.977vw;

}

#enefarm_manual_index #container section .h3A{
	font-size:4vw;
    color: #006ebc;
    margin-top:0.8vh;
}


#enefarm_manual_index #container section ul#column2 li{
	margin:8px auto;
	font-size:3.8vw;
}

#enefarm_manual_index #container section .txt a {
	color: #0086d9;
	background-size: 11px auto;
	padding-right: 1.953vw;
	text-decoration:none;
}


}
