@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url("chara-set.css");
@import url("system.css");

/* «CAEg« */

*{
    line-height:150%;
}

body{
    color:#303030;
    background-color:#f3f3f3;
}

.base{
    margin:0 auto;
    max-width:1000px;
}

.header{
    padding:15px;
    margin:20px 0px;
    text-align:center;
}

.footer{
    padding:5px;
    text-align: center;
}

.work{
    padding:10px;
    margin:30px 0px 20px 0px;
}

.box{
    margin:0px;
    padding:10px;
}

.text{
    margin:5px 0px;
    padding:20px;
    line-height:180%;
    color:#303030;
    background-color:#f3f3f3;
}

img
{
    max-width:100% ;
    height:auto ;
}


/* «^O« */

h1{
    font-size:130%;
    font-weight:normal;
    margin:10px;
    color:#000000;
    font-family: 'Cinzel', serif;
}

h2{
    font-size:110%;
    font-weight:normal;
    margin:10px -5px;
    background-color:#264e86;
    padding:0px 5px;
    border-width:3px 0px;
    border-style:double;
    border-color:#999;
    text-align:center;
    color:#eff0f4;
    font-family: 'Philosopher', sans-serif;
}

h3{
    font-size:100%;
    font-weight:normal;
    margin:15px 0px;
    font-family:"Sawarabi Mincho";
    border-bottom: groove 6px #4582be;
    position: relative;
    background: linear-gradient(0deg, #000 0%, #2e5883 40%, #076ad9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4{
    color:#000;
    font-size:110%;
    font-weight:normal;
    margin:10px 0px;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#264e86;
}

h4:before{
    content: url("../img/ico_box.png");
    background-repeat: no-repeat;
    background-position: left;
    font-size:120%;
    margin-right:3px;
    position:relative;
    top:5px;
    left:0;
    color:#000;
}

h5{
    font-size:90%;
    font-weight:normal;
    margin:10px 0px;
    border-width:1px;
    border-style:dashed;
    border-color:#264e86;
    padding:4px;
    display:inline-block;
    color:#0000a0;
}

h6{
    font-size:80%;
    font-weight:normal;
    margin:10px 0px;
    background-color:#216583;
    padding:3px;
}

em{
   background: linear-gradient(transparent 60%, #fff799 60%);
}

strong{
    background-color:#ffe4e1;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
    color:#000;
}

a:link{
    color:#264e86;
    text-decoration:none;
}

a:visited{
    color:#0080c0;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

blockquote{
    padding:5px;
    font-size:90%;
    margin:5px 10px;
    color:#778899;
}

blockquote:before{
    content:'\201c';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

blockquote:after{
    content:'\201d';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

li{
    padding:5px;
}

dl{
    padding-left:3px;
    margin:10px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:70%;
}

cite{
    font-size:smaller;
}


/* «class^O« */

.homeback{
  background-image: url('../img/sys_home.png');
  background-repeat: no-repeat;
  background-position: center;
}

.R18{
 color:#ff0000;
}

.list1{
    list-style:none;
    text-align:center;
}

.list1 li{
display: inline-block;
}

.list2{
    list-style-type: upper-roman;
    list-style-position:inside;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #ccc;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:30px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
}

.p2{
    border-style:double;
    border-width:3px;
    padding:3px;
    margin:5px 0px;
}

.p3{
    border-style:dashed;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    font-size:90%;
    background-color:#fafafa;
}

.dt1{
    margin:7px 0px;
    
}

.dd1{
    font-size:90%;
    border-width:0px 0px 0px 3px;
    border-style:double;
}

.memo{
    background-color:#fafafa;
    font-size:80%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 10px;
}

.img1{
    box-shadow:1px 1px 3px -1px #999999;
-moz-box-shadow:1px 1px 3px -1px #999999;
-webkit-box-shadow:1px 1px 3px -1px #999999;
}


/*«fBXvC480pxΘΊp«*/

@media screen and (max-width:800px) 

{
    
.base{
    width:auto;
    margin:0px;
}

.work{
    float:none;
    width:auto;
    margin:0px;
}

.text{
    float:none;
    width:auto;
    margin:0px;
}

.menu{
    float:none;
    width:auto;
    margin:0px;
}

.textmenu a{
    display:block;
    font-size:120%;
}

.textmenu a:hover{
    background-color:#fafafa;
}


.list1 li{
    display:block;
}

.list1 a{
    display:block;
    font-size:110%;
}

.list1 a:hover{
    background-color:#fafafa;
}

h1{
    font-size:110%;
}

}
