@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

html{
	width: 100%;
	height: 100%;
}

body{
font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 12px;
	color: #000;
  margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;/**/
  left: 0;/**/
  overflow-x: hidden;/**/
}

img {
  height: auto;
  width /***/:auto;
  float:left
}



.logo, .logo1{
	float:left;
	margin-left: 1%;
}

/*******グローバルナビ********/
.slideButton {
    display: none;
}
#slideMenu {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #fff;/*メニューの背景色*/
}
#slideMenu > .slideMenuInner {
    list-style-type: none;
    width: 960px;/*メニューの横幅を*/
    height: 100%;
    margin: 0 auto;
    padding-left: 0;
}
#slideMenu > .slideMenuInner li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
}
#slideMenu > .slideMenuInner > li a {
    display: block;
    position: relative;
    z-index: 10;
    height: 100%;
    padding-right: 20px;/*文字の左の余白*/
    padding-left: 20px;/*文字の右の余白*/
    background-color: #fff;/*文字の背景色*/
    color: #000;/*文字色*/
		/*font-size: 70%;*/
		font-weight: bold;
    text-decoration: none;
    line-height: 40px;
}
#slideMenu > .slideMenuInner > li:hover a {
    background-color: #f5f5f5;/*文字の背景色（マウスホバー時）*/
}
/*２階層目*/
#slideMenu > .slideMenuInner > li > ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: 2;
    top: 0;
    margin: 0;
    padding-left: 0;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level {
    visibility: visible;
    z-index: 3;
    top: 40px;
    transition: all .3s;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li {
    width: 200px;
    height: 40px;
    text-align: center;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a {
    display: block;
    background-color: #f5f5f5;/*子メニューの文字の背景色*/
    color: #000;/*子メニューの文字色*/
    font-size: 70%;
    text-decoration: none;
    line-height: 40px;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a:hover {
    background-color: #ededed;/*子メニューの背景色（マウスホバー時）*/
}
/*２階層目ここまで*/
/******スライドメニュー*******/
@media screen and (max-width:960px) {/*１*/



    .logo1{
			display: none;
		}

    #menuButton {
        z-index: 10;
        width: 100%;
        background-color: #fff;/*メニューバーの色*/
    }
    #menuButtonInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: right;
    }
    .slideButton {
        display: inline-block;
        margin: 5px;
        padding: 8px 15px;
        background-color: #ededed;/*「MENU」の背景色*/
        color: #000;/*「MENU」の文字色*/
        font-size: 70%;
        text-decoration: none;
        cursor: pointer;
    }
    #slideMenu {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed; /*absolute*/
        z-index: 20;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100%;
        margin: 0;
        padding: 0;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    }
    #slideMenu > .slideMenuInner {
        position: static;
        width: 100%;
        height: 100%;
    }
    #slideMenu > .slideMenuInner > li {
        display: block;
        position: relative;
        float: none;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        border-top: 1px solid #eee;
        text-align: center;
    }
    #slideMenu > .slideMenuInner > li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #fff;/*スライドメニューの背景色*/
        color: #333;/*スライドメニューの文字色*/
        font-size: 70%;
        font-weight: bold;
        line-height: 40px;
    }
    #slideMenu > .slideMenuInner > li:hover a {
        background-color: #ededed;/*スライドメニューの背景色（マウスホバー時）*/
        color: #333;/*スライドメニューの文字色（マウスホバー時）*/
    }
    #slideMenu > .slideMenuInner > li > a:active {
        opacity: .8;
    }
    /*#slideMenu > .slideMenuInner > li:hover > ul.second-level {
        display: none;
    }*/
    .closeArea {
        height: 100%;
        background-color: #dcdcdc;/*クローズエリア（スライドメニューの下の部分）の色*/
        cursor: pointer;
    }
    #layer {
        display: none;
        position: fixed;
        z-index: 10;
        top: 0;
        width: 100%;
        height: 150%;
        background-color: #222;/*レイヤーの色*/
        opacity: .4;/*レイヤーの透明度*/
        cursor: pointer;
    }
}

　　　　　　　　　　　　　/*nav,end*/


　　　　　　　　　　　　　　　　　/*▼main*/

.main {
  background: #fff;
  margin: 0px 5% 10px 5%;
}

.side {
  background: #fff;
	margin-top: 2%;
	margin-left: 4%;
  width: 300px;
  height: 400px;
}

.fusen{
    position: relative;
    margin: 40px 22px 40px 0;
    padding: 14px 15px 0px 20px;
    color: #fff;
	font-size: 2em;
    font-weight:bold;
    background: #a3d1ff;
    box-shadow: 12px 0 0 0 #a3d1ff, 0 12px 0 0 #a3d1ff, 1px 15px 4px -3px rgba(0,0,0,0.2);
}

.fusen:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-top-color: #ffa3a3;
    color: transparent;
}




.hikaruema{
width: 45%;
}

#haba
{
width: 55%;
max-width: 600px;
float: right;
}


p.hikaruema{
display: table-cell;
vertical-align: middle;
padding: 0% 5%;
font-size: 1.5em;
}



.main,
.side {
  padding: 2%;
  border-radius: 10px
}



/*▼footer*/
footer{
	height: 50px;
}

.copy{
	height: 20px;
	margin-bottom: -18px;
	color: #fff;
	background: black;
	text-align: right;
}

.copy2{
	height: 20px;
	padding: 15px;
	margin-bottom: -18px;
	color: #fff;
	background: black;
	text-align: left;
}

a.a3{
 margin-left: 5px;
 margin-right: 5px;
}


a{
	color:snow;
	text-decoration: none;

}

a:hover{
	color:gray;
}
.chushi li {
	background-color: #9C9696;
	color: #787B78;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: bold;
}
.chushi a {
	color: #BFB5B5;
	margin-top: 5px;
}
　　　　　　　　　　　　　/*footer,end▲*/
