@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 {
  max-width: 100%;
  height: auto;
	width /***/:auto;
}

.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-bottom: 10px;
}

h1 {
  position: relative;
  background-color: #a3d1ff;
  padding: 1.1em;
  border-radius: 20px;
	color: #fff;
	margin-bottom: 20px;
	font-size: larger;
	text-align: center;
}
h1::after {
  position: absolute;
  top: 100%;
  left: 4em;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #a3d1ff;
}

.first-letter-big {
	padding-bottom: .6em;
	border-bottom: 1.5px solid #ccc;
}
.first-letter-big:first-letter {
	margin-right: .1em;
	font-size: 1.6em;
          color:#555;
}

.youtube_b {
 position: relative;
 padding-bottom: 320px;
 height: 0;
 overflow: hidden;
 margin-top: 20px;
 margin-bottom: 20px;
 }


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

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


a.url{
	color: #000;
}

h4{
  display: inline-block;
	position: relative;
	padding: 0 .4em .1em;
	background: linear-gradient(transparent 60%, #ffe100 100%);
}




/*▼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;
}
/*UV印刷一次中止*/
.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▲*/
