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


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

*{
    line-height:170%;
}

body{
    color:#555555;
    font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Verdana, sans-serif;
    background-attachment:fixed;
    background-image : url(../img/CW_bg.gif);
    background-repeat:repeat-y;
    background-position:100% 0%;
}

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

.header{
    padding:5px;
    text-align:right;
    margin:10px 10px 30px 10px;
}

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

.work{
    width:850px;
    margin: auto;
    padding:25px 10px;
    background-color:#ffffff;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
   box-shadow:0px 0px 4px 0px #cccccc;
-moz-box-shadow:0px 0px 4px 0px #cccccc;
-webkit-box-shadow:0px 0px 4px 0px #cccccc;
}

.menu{
    float:left;
    width:150px;
    padding:5px;
}

.box{
    overflow: hidden ;		/* floatππ·ι */
}

.text{
    margin:5px;
    padding:25px 15px;
    line-height:180%;
    background-color:#ffffff;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
   box-shadow:0px 0px 4px 0px #cccccc;
-moz-box-shadow:0px 0px 4px 0px #cccccc;
-webkit-box-shadow:0px 0px 4px 0px #cccccc;
}

.textmenu{
    text-align:center;
    padding:5px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Architects Daughter', cursive;
}

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


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

h1{
    font-size:200%;
    background:#ffffff;
    font-weight:normal;
    font-family: 'Architects Daughter', cursive;
}

h2{
    font-size:120%;
    font-weight:normal;
    margin:10px 0px;
    background: linear-gradient(transparent 60%, #dadbf5 60%);
}

h3{
    font-size:20px;
    font-weight:normal;
    margin:25px 0px;
    font-family: 'Cormorant Unicase', serif;
}

h3 span{
    background: #666;
    color: #fff;
    padding: 5px 10px;
    margin-right: 30px;
    position: relative;
}

h3 span:after {
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    top: 0px;
    left: 100%;
    border-width: 18px 10px;
    border-style: solid;
    border-color: #666;
    border-right-color: transparent;
}

h4{
    font-size:100%;
    font-weight:normal;
    margin:20px 0px;
    border-color:#7a5798;
    border-style:double;
    border-width:3px 0px;
    padding:3px;
    text-align:center;
}

h5{
    font-size:100%;
    font-weight:normal;
    margin:5px 0px;
}

h6{
    font-size:90%;
    font-weight:normal;
    margin:5px;
    color:#a1a195;
}

em{
    border-color:#006eb0;
    border-width:1px 0px;
    border-style:solid;
    background-color:#fafafa;
}

strong{
    background-color:#941f57;
    color:#fff;
    font-weight:normal;
}

small{
    font-size:80%;
}

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

a:link{
    color:#9292c9;
    text-decoration:none;
}

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

a:hover{
    color:#da254e;
}

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:80%;
}

cite{
    font-size:smaller;
}


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

.list1{
    list-style:none;
    margin:50px -20px 0px 0px;
    font-family: 'Architects Daughter', cursive;
}

.list1 li{
    background-color:#ffffff;
    text-align:left;
    margin:10px 0px;
    padding:5px 10px;
    border-color:#305cc6;
    border-width:0px 0px 0px 10px;
    border-style:solid;
   box-shadow:-3px 4px 4px -3px #cccccc;
-moz-box-shadow:-3px 4px 4px -3px #cccccc;
-webkit-box-shadow:-3px 4px 4px -3px #cccccc;
}

.list1 a{
    color:#000000;
    display: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:20px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
    font-size:90%;
}

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

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

.dt1{
    margin:3px -5px;
    color:#000000;
    font-size:100%;
    color:#305cc6;
}

.dd1{
    font-size:100%;
    border-width:0px 0px 1px 0px;
    border-style:dashed;
    border-color:#cccccc;
}

.memo{
    font-size:80%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 10px;
    border-width:1px;
    border-style:dashed;
    border-color:#a1a195;
}

.point{
    font-size:450%;
    text-align:center;
    color:#d9d9d4;
    margin:-10px;
    font-family: 'Architects Daughter', cursive;
}

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

.pagetop{
    position: fixed;
    bottom: 10px;
    background:#e0e0ef;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}


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

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

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

.work{
    float:none;
    width:auto;
}

.text{
    float:none;
    width:auto;
}

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

.list1{
    margin-top:0px;
}

.list1 li{
    display: inline-block;
    width:125px;
}

.header{
    font-size:smaller;
}

}
