*{margin:0;padding:0}
body,div,h1,h2,h3,p,ul,li,input,textarea,table,tr,th,td,footer,header,nav,section{box-sizing:border-box}
input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}
a{text-decoration:none;outline:none}
a img{border-style:none}
ul,li{list-style-type:none}

html{
font-size:62.5%;
min-height:100%
}
body{
/* 以下背景色 */
background-color:#f2b1b7;
background:-o-linear-gradient(#bec4e6, #f2b1b7);
background:-webkit-gradient(linear, left top, left bottom, from(#bec4e6), to(#f2b1b7));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#bec4e6', endColorstr='#f2b1b7', GradientType=0)";
background:linear-gradient(#bec4e6, #f2b1b7);
/* 以上背景色 */
color:#8c8673;/* 文字色 */
font-size:1.2em;/* 文字の大きさ */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
letter-spacing:.1em;
line-height:1.5;
text-align:center;
overflow-wrap:break-word;
word-wrap:break-word
}
a{
color:#8c8673
}
a img{
vertical-align:bottom
}
/*--------------------------------------------------------
基本
--------------------------------------------------------*/
#wrapper{
color:#fff;
margin:0 auto;
text-align:left;
padding:20px;
position:relative;
text-shadow:2px 2px 2px rgba(140,134,115,.6);
width:1000px /* 大きさはここを変更 */
}
#header-inner{
padding:0 0 20px
}
#main-wrap{ 
width:100%;
float:right;
margin-left:-300px /* (※1)と同じだけマイナス */
}  
#rightcolumn{
background:#fff;
border:1px solid;
color:#8c8673;
position:relative;
margin-left:300px /* (※1)と同じ */
} 
#rightcolumn-inner{
padding:20px;
text-shadow:none
} 
#leftcolumn{
width:300px; /* (※1) */
float:left
}
#leftcolumn-sub{
width:300px; /* (※1)と同じ */
clear:left
}
#leftcolumn-inner{
padding:20px 20px 20px 0
}
#leftcolumn-sub-inner{
padding:20px 20px 20px 0
}
footer{
position:relative;
bottom:0;left:0;
width:100%
}
#footer-inner{
padding:20px 0;
text-align:center
}
#rightcolumn a{
color:#bca9cb;
display:inline-block;
margin:3px 3px 3px 0;
border-bottom:1px solid #ddd
}
#rightcolumn a:hover,#leftcolumn-sub a:hover,footer a:hover{
background:rgba(241,177,183,.8);
color:#8c8673;
transition:.6s
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu{
display:block;
margin:0 auto;
padding:5px 0;
text-shadow:2px 2px 2px rgba(140,134,115,.6)
}
nav li a,nav li span{
color:#fff;
display:block;
padding:5px 0;/* 一列の高さはここで調節 */
position:relative
}
nav li a:hover,nav li span:hover{
background:rgba(241,177,183,.8);
border-radius:5px;
color:#8c8673;
transition:.6s
}
.sub-menu{
display:none;
margin:0;
overflow:hidden
}
.sub-menu li{
text-indent:1em
}
nav li span:after{
border-top:3px solid #fff; /* メニュー「>」の色 */
border-right:3px solid #fff; /* メニュー「>」の色 */
content:"";
display:block;
margin-top:-5px;
width:5px;height:5px;
top:50%;right:10px;
position:absolute;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
transition:.5s
}
nav li span.open:after{
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
#open{display:none}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index{
margin:0 auto;
padding:20px
}
.indexbox{
background:#fff;
border:1px solid #8c8673;
margin:20px auto;
padding:20px;
text-align:left;
width:580px
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop {
background:rgba(190,196,230,.5);/* 背景 */
color:#fff;/* 色 */
height:50px;width:50px; /* 大きさ */
border-radius:30px;
box-sizing:border-box;
display:block;
line-height:16px;
padding-top:25px;
position:fixed;
text-align:center;
text-decoration:none;
z-index:10
}
#pagetop:before {
content:'\25B2';
font-size:14px;
position:absolute;
left:0;top:10px;
width:100%
}
#pagetop:hover {
background:#8c8673
}
#fl a{
display:inline-block;
margin:10px 0;
text-decoration:none
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1{
font-size:2em;
letter-spacing:.1em;
margin:0 0 1em;
text-shadow:2px 2px 2px rgba(140,134,115,.6)
}
h2{
color:#8c8673;
font-size:1.5em;
margin:20px 0;
padding:.2em 0;
position:relative;
border-bottom:2px solid #f1b1b7
}
h2:first-letter{
color:#bec3e5;
font-size:1.3em
}
h2::after{
background:#8c8673;
position:absolute;
bottom:-2px;left:0;
content:'';
height:2px;width:20%;
z-index:2
}
#leftcolumn-sub-inner h2{
border-bottom:2px solid #fff
}
#leftcolumn-sub-inner h2:first-letter{
color:#fff
}
#leftcolumn-sub-inner h2::after{
background-color:#8c8673
}
h3{
border-bottom:1px dotted;
font-size:1.1em;
line-height:18px;
margin:20px 0
}
dt{
border-bottom:1px solid;
font-weight:700
}
dd{
padding:1em
}
em{
background:#f1b1b7; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.79, #fff), color-stop(0.8, #f1b1b7), color-stop(1, #f1b1b7));
background:-webkit-linear-gradient(transparent 80%, #f1b1b7 0%);
background:linear-gradient(transparent 80%, #f1b1b7 0%)
}
input,textarea{
background:rgba(255,255,255,.6);
border:1px solid;
color:#8c8673;
margin:3px 0;
width:200px
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px dashed #8c8673;
margin:1em 0;
padding:0;
height:1px
}
.marker{
background:#f4e7ed;
padding:1px 5px
}
.dcline{
border-left:8px solid #bec3e5;
margin:8px 0;
padding:3px
}
.textbox{
border:1px solid;
border-radius:5px;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#9ac9d0;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right;
text-shadow:2px 2px 2px rgba(218,218,218,.8)
}
.txt{
border-left:1px dotted;
margin:1em;
padding:0 0 0 1em
}
.frame{
background:#fff;
border-radius:3px;
padding:6px;
box-shadow:4px 4px 4px #ccc
}
.cf:before,.cf:after{content:" ";display:table}
.cf:after{clear:both}
/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px){
body{
padding:20px;
font-size:1.4em
}
#wrapper{
padding:0 0 50px;
width:auto
}
h1{
min-height:60px; /* メニューを開くボタン分 */
margin-right:70px /* メニューを開くボタン分 */
}
#index h1{
min-height:inherit;
margin-right:0
}
#contents{
padding-bottom:20px
}
#main-wrap{
float:none;
margin-left:0
}
#rightcolumn{
margin-left:0;
position:static
}
#leftcolumn{
float:none;
width:100%
}
#leftcolumn-sub{
width:100%
}
#leftcolumn-inner,#leftcolumn-sub-inner{
padding:0;
width:100%
}
footer{
position:static
}
dt{float:none;clear:none;width:auto}
dd{margin-left:20px}
.indexbox{width:auto}
/*--------------------------------------------------------
スマホ、タブレット用メニュー
--------------------------------------------------------*/
/* メニュー */
#menu{
background:rgba(140,134,115,.9);
display:none;
position:absolute; /* 表示位置固定 */
top:0;left:0; /* #wrapperを基準とした位置 */
padding:60px 10px 10px; /* 先頭はメニューを開くボタン分 */
width:100%;
z-index:10
}
nav > ul > li+li{
border-top:1px solid #ccc
}
nav li a,nav li span{
margin:5px 0;
padding:10px /* 一列の高さはここで調節 */
}
.sub-menu{
border-top:1px solid #ccc
}
/* 一列にするなら削除 */
.sub-menu li{
display:inline-block;width:50%
}
/* メニューを開くボタン */
#open{
color:#fff; /* 文字色 */
border-radius:3px;
display:inline-block;
position:absolute;
text-align:center;
height:60px;width:60px; /* 大きさ */
top:0;right:0; /* #wrapperを基準とした位置 */
z-index:20
}
.open-text{
position:absolute;
bottom:0;left:0;
width:100%
}
#open-icon,#open-icon:before,#open-icon:after{
background:#fff /* 線の色 */
}
#open-icon{display:block;margin:-1px 0 0 -10px;position:absolute;top:20px;left:50%;height:2px;width:20px}
#open-icon:before,#open-icon:after{content:"";display:block;position:absolute;top:50%;left:0;height:2px;width:20px;transition:.3s}
#open-icon:before{margin-top:-8px}
#open-icon:after{margin-top:6px}
#open .close{background:transparent}
#open .close:before,#open .close:after{margin-top:0}
#open .close:before{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#open .close:after{-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}
}#acMenu dt{
    display:block;
    width:185px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    background:url(images/i_swich.png) 177px -69px no-repeat;
    padding-right:15px;
    }
#acMenu dd{
    background:#f2f2f2;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }
#acMenu dt.active{
    background:url(images/i_swich.png) 177px 18px no-repeat;
    }