@charset "UTF-8";
@import url("../../../html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300');

/* 横線の設定（メッセージ用）
------------------------------------------------------------ */
hr {
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

/* 色の指定
------------------------------------------------------------ */
span.brown_d { color: #6f4b3e ; } 
span.brown_l { color: #957275 ; } 
span.red { color: #db4e02 ; }
span.trans { color: transparent ; }
span.orange_b {background-color: #d9e9e5 ; }

/* 矢印のリスト
------------------------------------------------------------ */

.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list2 li{
	position:relative;
	padding-left:20px;
}
 
.list2 li:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:5px transparent solid; 
	border-right-width:0; 
	border-left-color:#aaa; 
	position:absolute; 
	top:5px; 
	left:8px;
}
 
.list2 li:after{
	content:''; 
	height:2px; 
	width:10px; 
	display:block; 
	background:#aaa; 
	position:absolute; 
	top:9px; 
	left:0px;
}




/* ↓レイアウト↓ */

*{
    line-height:150%;
}

body{
    color:#333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    background-color:#e4dace;
}

.base{
    margin:0 auto;
    width:800px;
}

.header{
    padding:15px 5px;
    text-align:center;
}

.footer{
    padding:5px;
    text-align:center;
}

.work{
    float:right;
    width:570px;
    padding:15px 15px 5px 15px;
}

.menu{
    background-color:#d4a5a5;
    float:left;
    width:180px;
    padding:10px 5px;
    position:fixed;
    top:0;
    height:100%;
}

.box{
    overflow: hidden ;		/* floatを解除する */
}

.text{
    margin:25px 0px;
    padding:5px;
    line-height:180%;
    font-size:90%;
}

.textmenu{
    text-align:center;
    padding:5px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Montserrat', sans-serif;
}

img
{
	max-width: 90% ;
	
	height: auto ;
}


/* ↓タグ↓ */

h1{
    font-size:100%;
    font-weight:normal;
    font-family: 'Montserrat', sans-serif;
}

h2{
    font-size:70%;
    font-weight:normal;
    margin-top:10px;
    font-family: 'Montserrat', sans-serif;
}

h3{
    font-size:130%;
    font-weight:normal;
    text-align:center;
    margin:25px 0px;
    font-family: 'Montserrat', sans-serif;
}

h4{
    color:#fff;
    background-color:#a48d76;
    font-size:100%;
    font-weight:normal;
    text-align:center;
    margin:15px 0px;
    padding:1px;
    box-shadow: 0px 0px 0px 3px #a48d76;
    border: solid 1px #FFF;
    border-radius:10px;
    font-family: 'Montserrat', sans-serif;
}

h5{
    font-size:90%;
    font-weight:normal;
    margin:10px 0px;
}

h6{
    font-size:80%;
    font-weight:normal;
    color:#d4a5a5;
}

em{
   background: linear-gradient(transparent 60%, #d6c6af 60%);
}

strong{
    background-color:#a6d0e4;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
}


a:link{
    color:#000;
}

a:visited{
    color:#000;
}

a:hover{
    background-color:#d6c6af;
    color:#fff;
}

blockquote{
    padding:5px;
    font-size:100%;
    margin:5px 10px;
    color:#6f4b3e;
    background-color:#fff;
}

blockquote:before{
    content:'\201c';
    font-size:150%;
    color:#000;
    margin:0px 10px;
}

blockquote:after{
    content:'\201d';
    font-size:150%;
    color:#000;
    margin:0px 10px;
}

li{
    padding:5px;
}

dl{
    padding-left:3px;
    margin:10px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:80%;
    font-family: 'Montserrat', sans-serif;
}

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */

.list1{
    list-style:none;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
}

.list2{
    list-style-type: upper-roman;
    list-style-position:inside;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #a48d76;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:35px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
    font-size:80%;
}

.p2{
    border-style:double;
    border-width:3px;
    padding:3px;
    margin:5px 0px;
    font-size:80%;
    border-color:#c6b3a3;
}

.p3{
    border-style:dashed;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    font-size:80%;
    border-color:#d6c6af;
    background-color:#fff;
}

.dt1{
    border-width:0px 0px 0px 2px;
    border-style:solid;
    font-family: 'Montserrat', sans-serif;
    border-color:#a48d76;
    padding:5px;
}

.dd1{
    font-size:80%;
    border-width:0px 0px 0px 2px;
    border-style:solid;
    border-color:#c6b3a3;
}

.memo{
    background-color:#FFF;
    font-size:80%;
    padding:0px 10px;
    height:140px;
    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;
}

.counter{
    font-family: 'Montserrat', sans-serif;
}

.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*↓ディスプレイ768px以下用↓*/

@media screen and (max-width:768px) 

{
    
.base{
    width:auto;
}

.work{
    float:none;
    width:auto;
    margin-top:175px;
}

.text{
    float:none;
    width:auto;
    margin:10px;	/*0px→10pxに変更*/
    padding:10px;
}

.menu{
    float:none;
    width:98%;
    margin:0px;
    padding:0px 15px 0px 5px;
    height:auto;
}

.list1 li{
    display: inline-block;
    font-size:90%;
}

h3{
    font-size:120%;
}

}


/* トップへもどるボタン
------------------------------------------------------------ */
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
    border-radius: 10px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

/* 特殊リンク（色変更）
------------------------------------------------------------ */
a.plum:link {
text-decoration : underline; 
color : #957275; 
}
a.plum:visited {
text-decoration : underline; 
color : #957275; 
}
a.plum:active {
text-decoration : underline; 
color : #ffffff; 
}
a.plum:hover {
text-decoration : underline; 
color : #ffffff; 
}

/* 文字枠の設定
------------------------------------------------------------ */
.mojiwaku{
    display: inline-block;
    border: 1px solid #d6c6af;
    font-size:80%;
    padding: 5px 8px 5px 8px;
    background: #fff;
    margin: 3px 8px 3px 0;
    border-radius: 5px;
}
