@charset "Shift_JIS";
html {
	font-size: 62.5%;
	text-size-adjust: 100%;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0px 0px;
	font-size: 18px;
	font-size: 1.8em;

}

img.cf	{
	margin: 5px 12px;
	width:30vw;
	max-width:220px;
}

img.sf	{
	display:block;
	width:96%;
	margin:10px auto;
}


#hedder	{
	height:600px;
	background-image: url('head.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	margin-bottom:40px;
	color:#333;
	text-shadow: 2px 2px 5px #fff;
}


p.hd1 {
	margin:0px 10px;
	padding-top:12px;
	text-align: left;
	float: left;
	font-size:1.2em;
}

p.hd2 {
	margin:0px 10px;
	text-align: right;
	padding-top:12px;
	font-size:1.3em;
}

#main {
	width: 100%;
	background-color: #fff;
	color: #000;
	margin: 0px auto;
	border: solid 0px #006;
	max-width: 980px;	
}

#contents	{
	padding: 0px 10px;
	margin-bottom:30px;
}

#contentlist	{
	margin:15px 5px;
	padding: 6px 0px 12px 40px;
	background: linear-gradient(to bottom,#abe,#e6e6ff 15%, #7ad 98%); 
	color:#009;
	border-radius:1em;
}

#contentlist	a	{
	text-decoration: none;
	color: #119; 
	background-color: transparent;
}

#contentlist	a:hover	{
	color: #f00; 
	background-color: #efe;
}

#tips	{
	margin:5px 35px 40px 35px;
	padding: 12px 10px 12px 30px;
	background: linear-gradient(to bottom,#eef,#9cf); 
	border:solid 0px blue;
	border-radius:1em;
}


#footer {
	height: 160px;
	background-image: url('head.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top:0px;
	color:#555;
	padding-top: 150px;
	padding-left:12px;
	line-height:1.6;
	font-size:1.1em;
	text-shadow: 2px 2px 3px #fff;
}

p	{
	
}

p.topix	{
	margin-left:3em;
	line-height:1.4;	
}

p.sig	{
	text-align:right;
	margin-right:10px;
}

#contentlist	ol	{
	margin-left:-2em;
  list-style-type: none;
}

#contentlist	li {
  padding-left: 2em;
  background-image: url('icon.png');
  background-repeat: no-repeat;
  background-size: 1.6em;
  background-position: ;left center;
  margin-bottom:15px;
}

/*ol	li	{
  line-height:2.2em;
	margin-left:2em;
}

ul	{
	margin-left:2em;
}
*/

ul	li {

}

li.star {
  list-style-type: none;
	margin:12px 0px;
	padding-left:0em ;
  text-indent: -1em;
}
li.star:before {
  display: inline;
  content: "＊";
}

a:link
{
	color: #33c; 
	text-decoration: underline;
}
a:visited
{
	color: #c30;
} 
a:active 
{
	color: #ff0000;
}
a:hover 
{
	color: #f00;
	background-color: #eff;
}

h1 {
	color: #777; 
	font:5.0em arial;
	margin: 0px 10px;
	padding: 20px 0px;
	text-align:center;
	border-top: 3px solid #777;
	border-bottom: 3px solid #777;
	font-weight:normal;

}

h2 {
	color: #66f; 
	margin: 10px 10px;
	text-align:center;
	font: 1.8em メイリオ;
	font-weight:bold;
	text-shadow:3px 3px 5px #fff; 
}
h3 {
	margin: 30px 0px 14px;
	color: #37d;
	text-shadow:2px 2px 3px #aaa; 
	text-align:left;
	font-size:1.6em;
}
h4 {
	margin: -10px 0px 0px;
	color: #08c;
	font-size:1.2em;
	text-shadow:3px 3px 3px #ccc; 
	font-weight:normal;
}
h5 {
	margin: 0px 0px;
	color: #e73;
	font-size:1.2em;
	font-weight:normal;
}

h6 {
	color: #a00;
	margin: 20px 0px 0px 20px;
	font-weight:normal;
	text-align:left;
	font-size:1.3em;
}

 hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

 hr.l1 {
    border-top: 3px dotted #339;
    border-right: none;
    border-bottom: none;
    border-left: none;
  clear:both;
}

hr.l2 {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  clear:both;
}

hr.l3 {
	border-top: 1px solid #fff;
	margin:20px 30px;
}

hr.l4 {
	border-top: 3px solid #006;
	margin:20px 0px;
}

hr.figline {
background:  url("line.png") repeat-x;
height: 30px;
/*background-position: 0%;*/
width:100%;
margin:0px auto;
/*background-color:#fcc;*/
}

.imp	{
	font-weight:bold;
	display:inline;
	padding:5px 15px;
	border-radius: 16px;
	background-color: rgba(220, 180, 80, 1);
	background: linear-gradient(to bottom, rgba(255,250,230, 1)60%, rgba(236, 110, 80, 1) 100%);
}

/* ====================

  スマートフォン

======================= */
@media only screen and (min-width: 0) and (max-width: 767px) {
body {
	font-size: 15px;
	font-size: 1.5em;
}
#hedder	{
	height:380px;
}

#footer {
	height:90px;
	padding-top: 14px;
	padding-left: 5px;
	font-size:1.0rem;

}
img	{
	max-width:80vw;
}
h1	{
	font-size:2.8em;
	padding: 5px 0px;
}
h2	{
	font-size:1.4em;
}
h3	{
	font-size:1.2em;
}

h4	{
	font-size:1.0em;
}

h6 {
	font-size:1.1em;
	margin-left:10px;
}


blockquote	{
	margin: 3px;
}
p.topix	{
	margin-left:1em;
}
p.hd1 {
	font-size:0.9em;
}
p.hd2 {
	font-size:1.2em;
}
p.sig2	{
	margin-right:10px;
}

#pos img {
	margin:2px;
	min-width:170px;
}

#contentlist	{
	padding: 3px 0px;

}

#contentlist	ol	{
	margin-left:-4em;
}

#contentlist	li {
	margin-left: 2em;
	margin-right: -1em;
	text-indent: -0.2em;
	background-size: 1.4em;
	margin-bottom:12px;
}

.ret	{
	display:initial;
}

#tips	{
	margin:5px 5px 20px 5px;
	padding: 10px 5px 10px 5px;
}



}



