﻿#title {
background-image: url("image/title.jpg");
}

@media screen and (min-width: 641px),print {
#information ul {
width: 1100px;
margin: 40px auto 50px auto;
border-top: 1px #afafaf dotted;
}
#information li {
font-size: 18px;
line-height: 1.5em;
color: #1a1a1a;
border-bottom: 1px #afafaf dotted;
padding: 1em 0 1em 0;
text-align: left;
position: relative;
overflow: hidden;
width: 100%;
}
#information li b {
color: #666666;
font-size: 18px;
line-height: 1.5em;
font-weight: normal;
display: block;
float: left;
width: 10%;
padding-left: 1%;
}
#information li a {
font-size: 18px;
line-height: 1.5em;
color: #1a1a1a;
display: block;
float: left;
width: 88%;
}
#information li a:hover {
color: #6E6E6E;
}

}


@media screen and (min-width: 0px) and (max-width: 640px) {
#information ul {
width: 90%;
margin: 20px auto 20px auto;
border-top: 1px #afafaf dotted;
}
#information li {
font-size: 14px;
line-height: 1.2em;
color: #1a1a1a;
border-bottom: 1px #afafaf dotted;
padding: 1em 0 1em 0;
text-align: left;
width: 100%;
}
#information li b {
color: #666666;
font-size: 13px;
line-height: 1.5em;
font-weight: normal;
display: block;
}
#information li a {
font-size: 14px;
line-height: 1.2em;
color: #1a1a1a;
}
#information li a:hover {
color: #6E6E6E;
}
}
