@charset "UTF-8";
body {
	font-size: 14px;
    font-family: "メイリオ","Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    background-image: url(../img/bg/r.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 43px 45px;
    -webkit-background-size: 43px 45px;
}

a { text-decoration: none;}
a:hover { text-decoration: none;}
 
/*↓リンクの下線はあり、マウスオンで下線なし*/
a { text-decoration: none;}
a:hover { text-decoration: none;}
 
/*↓リンクの下線はなし、マウスオンで下線なし*/
a { text-decoration: none;}
a:hover { text-decoration: none;}
 
/*↓リンクの下線はあり、マウスオンで下線あり*/
a { text-decoration: none;}
a:hover { text-decoration: none;}
a{ color:#000000; }　/*リンクの色*/
a:link { color:#000000; }　/*リンクの色*/
a:visited { color:#000000; }　/*訪問済みリンクの色*/
a:hover { color:#000000; }　/*マウスオン時のリンクの色*/
a:active { color:#000000; }　/*クリックしている時のリンクの色*/

article a,li a{
	display: block;
	width: 100%;
	height: auto;
}

.wapper{
	overflow: hidden;
}

.w100{
	width: 100%;
}

.cmc{
	background-color: #fcfce3;
}
.cmm{
	background-color: #fca223;
}
.cmo{
	background-color: #aecd82;
}
.cmp{
	background-color: #ffa7c4;
}


.mt15{
	margin-top: 15px;
}

h2.t1{
	background-image: url(../img/listm05.jpg);
}
h2.t2{
	background-image:url(../img/listm04.jpg);
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.wapper{
	width: 100%;
}
.base_w {
	max-width: 620px;
	margin-left: 10px;
	margin-right: 10px;
}

.head_c_box{
	margin-top: 5px;
	padding: 10px;
}



.item_box,.news_box,.btn_box,.link_box,footer ul.btns,footer articles{
	padding:3.5%;
	width: 93%;
	margin-top: 5px;
}

/*アイテムカテゴリボタン*/
.item_box article{
	width:48%;
	margin-top: 3%;
	display: inline-block;
}

.item_box article.mR{
	margin-right: 2.1%
}

.item_box article img{
	width:100%;
}

.item_box article p{
	text-align: center;
	font-weight: bold;
}

.item_box h2,.news_box h2,.link_box h2{
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: contain;
	padding-left: 38px;
    font-size: 25px;
	margin-bottom: 3px;
}

.item_box h3{
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}

.item_box h2.t1{
	background-image: url(../img/listm05.jpg);
}

/*ニュース*/
.news_box{
	overflow: scroll;
	height: 297px;
}
.news_box  article.fist{
	border-color: #E50003;
	border-top-style: dotted;
	border-top-width: 1px;
}



.news_box article{
	border-color: #E50003;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.news_box article time{
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: contain;
	background-image: url(../img/time.jpg);	
	padding-left: 20px;
	color: #8C8C8C;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

.news_box article .cU{
	background-color: #966dff;
}

.news_box article .cN{
	background-color: #ff0000;
}

.news_box article div{
	float: left;
	padding: 5px;
	text-align: center;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.news_box article p{
	clear: both;
	padding-top: 10px;
	
}

/*バナー*/
.btn_box{
	border-color:#000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.btn_box article{
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
}

.btn_box article img{
	width: 100%;
}
.ndn{
	border: none;
}


.btn_box ul{
	
}
.btn_box ul li:nth-child(odd){
	margin-right: 6px;
}
.btn_box ul li{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 46%;
	list-style: none;
	display: inline-block;
	border: #000000 3px solid;
	border-collapse: collapse;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}

.btn_box ul.btn1 li{
	background-color: #f0f0f0;
}

.btn_box ul.btn2 li{
	background-color: #f0f0f0;
}

/*運営サイト*/
.link_box{
	background-color: #f0f0f0;
	border-bottom: #4cc7e7 solid 4px;
}

.link_box h2.t3{
	background-image:url(../img/listm03.jpg);
}

.link_box article{
	clear: both;
    min-height: 82px;
	margin-top: 9px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
	padding-right: 5%;
	background-image: url(../img/listm02.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 4%;
	
}
.link_box article img{
	width: 35%;
	float: left;
}

.link_box article p{
	margin-left: 37%;
}
.link_box article strong{
	display: block;
}


/*グローバルメニュー*/
ul.menu li{
	width: 97%;
	padding-top: 29px;
	padding-left: 12px;
	background-color: #fca223;
	font-size: 20px;
	color: #FFFFFF;
	height: 58px;
	border-bottom: 1px solid #cf417a;
	background-image:url(../img/listm03-31.jpg);
	background-repeat: no-repeat;
	background-position: 94% 46%;
	background-size: 4%;
}

ul.menu li a{
	color: #fff;
}
ul.menu li span{
	font-size: 65%;
	padding-left: 10px;
}

/*フッター*/
footer article{
	text-align: center;
}

footer article img{
	width: 100%;
}
footer ul.btns li:first-child{
	margin-right: 10px;
}

footer ul.btns li{
	width: 48%;
    float: left;
	list-style: none;
}

footer ul.btns li img{
	width: 100%;
}
footer .s_box{
	text-align: center;
	border-bottom: 10px solid #fca223;
}
footer .s_box small{
	font-size: 9px;
}

/*ハンバーガーメニュー*/
.btn{
	width: 45px;
	height: 45px;
	position: absolute;
	left:15px;
	top: 30px;
	z-index: 10000;
}
.btn:before,
.btn:after,
.btn span{
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn span{
    height: 3px;
    background-color: #03aeef;
    top: calc(50% - 1.5px);
}

.btn:before{
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid #ff8c4a;
}
.btn:after{
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #ff8c4a;
}
.btn.on span{
    display: none;
}

.btn.on:before{
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn.on:after{
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.info{	
	margin-top: 65px;
    position: absolute;
    width: 100%;
	z-index: 500;
}

