@charset "utf-8";
/* CSS Document */

/*style.cssコピペ*/
a{
	text-decoration: none;	
	color: #606060;
}

body {
	text-align: center;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-image: url(img/line-pen.png);
	background-size: 1200px 100px;
	background-repeat: no-repeat;
	background-position:  center 280px;
	background-attachment: scroll;
}  
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
	/* [disabled]border-right: 1px solid; */
	/* [disabled]border-left: 1px solid; */
}  




p{
	font-size: 12px;
	line-height: 1.5;
}

.logo{
	width: 10%;
	height: 10%;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
nav{
	margin: 0;
	margin-top: 5%;
}
nav ul{
	margin: 0;
	padding: 0;
	position: relative;
	left:20px;
}
nav ul li{
	display: block;
	width: 190px;
    margin: 0px 25px 30px 25px;
	float: left;
}
nav ul li a{
	font-size: 12px;
	
}
a:hover {/*マウスをのせたとき*/
	color: #F13C3F;
	font-style: normal;
}
.menu-box{
	width: 80%;
	height: 50px;
	float: right;
	margin-top: 20px;
	
}
.menu{
	border-bottom: 1px dashed;
	overflow: hidden;
	vertical-align: bottom;
	position: relative;
	padding-top: 20px;
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

}









/*--ページ下部--*/
footer{
	height: 50px;
	border-top: 1px dashed;
	margin-top: 40px;
	padding-top:10px;
	padding-bottom:20px;
}
footer small{
	float: right;
	color: #606060;
}
.clear {
    clear:both;
}
.footer-menu{
	width:600px;
}

#f-nav{
	margin: 0;
}
#f-nav ul li{
	display: block;
	width: 15%;
	margin: 0;
	text-align: center;
	line-height: 1;
	color: #626262;
	float: left;
	border-left: solid 1px;	
}




/*コピペ終わり*/

.book{
	 position: absolute;
    top: 140px;
    /* left: 300px; */
    z-index: 20;
}
.book2{
	 position: absolute;
    top: 150px;
    z-index: 30;
}
.pen{
	 position: absolute;
    top: 130px;
	right:0px;
    z-index: 0;
}
.tk{
	width: 15%;
	margin: 10px auto;
}


.main-menu{
	width: 100%;
	height: 50px;

}
.main-box{
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
    /* background: #fffc86; */
    /* padding-bottom: 20px; */
    padding-top: 40px;
}

/*---トップページ---*/

.main{
	width:100%;
	height: auto;
	margin:0;
}
.contents{
	width: 272px;
	height: 400px;	
	float: right;
	margin-right: 40px;
	margin-top:40px;
	border:1px solid #626262;
}
.box1{
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	border: 1px solid;
	position: relative;
	overflow: hidden;
}

.box1 img{
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.box1 a:hover img{
	 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.box2{
	width: 100%;
	height: 140px;
	border: 1px solid;
	position: relative;
	overflow: hidden;
}

.box2 img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.box2 a:hover img{
	 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.news-box h1{
	font-size: 18px;
    margin: 0;
    padding-left: 20px;
    margin-top: 40px;
    background: #ff1900;
    color: #ffffff;
	border-radius: 10px;
}
.news-box{
	    width: 600px;
    /* height: 300px; */
    margin: 0px 10px 10px 20px;
    float: left;
}
.news-box ul{
}
.news-box ul li{
	border-bottom: 1px dashed;
	list-style: none;
	line-height: 3;
	font-size: 12px;
	margin:0;
}　

.news-box ul li a{
	
}


/*--トップページ終わり--*/