*{
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin:0;
	padding:0;
}

body{
	min-width:100%;/*-解像度低いモニタ対策-*/
	-webkit-text-size-adjust: 100%;/*-スマホを横向きにすると文字が拡大するの防止-*/
	background:url(../img/japanese-paper25-p.jpg);
}

a{
	text-decoration:none;
}


h1{
	font-size:2em;
}

.mincho{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


.mgn_t10b10{
	margin:10px 0;
}

.bg-1{
	background:url(../img/bg-1.jpg) no-repeat center center;
background-size:cover;
}



/* 固定するのは「position: fixed;」です。 */
#navi {
	width:100%;
  height: 50px;
  position: fixed;
  z-index: 999;
background:url(../img/japanese-paper26-p.jpg);
}
/* スクロールする場所：固定ナビゲーションの高さ＋余白をpadding-topに指定したりします。 */
#content {
   padding: 60px 0 0 0;
}

#navi ul{
	padding:10px 0 0 0;
	text-align:right;
}

#navi ul li{
display: inline;
margin: 0 10px;
	list-style:none;
	font-weight:bold;
	color:#F90;
}

#navi ul li a{
	color:#fff;
}


.wrap{
	width:80%;
	max-width:960px;
	margin:0 auto;
}

.bg_black{
	background:#000;
}
.logo{
	padding:10px 0;
}

.img_100{
	max-width:100%;
}

.col_40{
	width:39%;
}

.mgn_b_10{
	margin-bottom:10px;
}

.pdg_t_10{
	padding-top:10px;
}


.mgn_r_1{
	margin-right:1%;
}

.mgn_l_1{
	margin-left:1%;
}

.col_60{
	width:59%;
}

.col_img{
	width:49%;
}


.flt_left{
	float:left;
}

.flt_right{
	float:right;
}

.txt{
	font-size:1.1em;
	line-height:1.5em;
}

.center{
    text-align:center;
}

.footer{
	margin:10px 0;
	word-wrap:break-word;
}


/*-トップに戻る-*/
.page-top{
    position:fixed;
    bottom:20px;
    right:20px;
    font-size:77%;
}

.page-top a{
    background:#000;
    text-decoration:none;
    color:#fff;
    width:100px;
    padding:30px 0;
    text-align:center;
    display:block;
    border-radius:5px;
}

.page-top a:hover{
    text-decoration:none;
    background:#1a1a1a;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/*------ページネーション------*/

ul.pagelinks li{
	width:1.2em;
	line-height:1.2em;
	list-style-type:none;
	border:1px solid #999999;
	float:left;
	margin:0.1em;
	padding:0;
	font-weight: bold;
	text-align: center;
}

ul.pagelinks li a{
	display:block;
	text-decoration:none;
	width:1.2em;
}

ul.pagelinks li a:link{
	background-color:white;
	color:#00CCFF;
}

ul.pagelinks li a:visited{
	background-color:#FFFFFF;
	color:#FF6699;
}

ul.pagelinks li a:hover{
	background-color:blue;
	color:yellow;
}

ul.pagelinks li.here {
	background-color:#CCCCCC;
	color:#FFFFFF;
	border:1px solid #999999;
}

.pagelinks {
	margin:10px 0 0 auto;
	padding:0;
}


#menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #000;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #000;
}
#toggle {
	display: none;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	#menu li {
		width: 25%;
		border-bottom: 1px solid #000;
	}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #000;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #000;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #000;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}



 /* 幅480px以上のスタイル*/ 
@media screen and (min-width: 480px){
.sp_only{
	display:none;
}
}

 /* 幅480px以下のスタイル*/ 
@media screen and (max-width: 480px){
.sp_none{
	display:none;
}

.spbutton{
	width:100%;
	margin:5px 0;
}

.wrap{
	width:90%;
}

#content {
   padding:10px 0 0 0;
}

.col_40,.col_60,.col_img{
	width:100%;
}

.mgn_b_10{
	margin-bottom:10px;
}

.pdg_t_10{
	padding-top:20px;
}


.mgn_r_1{
	margin-right:1%;
}

.mgn_l_1{
	margin-left:1%;
}

.flt_left,.flt_right{
	float:none;
}

.page-top a{
	opacity:0.5;
}

.sp_title{
	font-size:1.5em;
	padding:10px 0 0 0;
}


}
