BODY {
	color: #333333;
	margin: 0;
	padding:0;
	text-align: center;
	overflow-x: hidden;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height:160%;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a:link, a:visited, a:active {
	color: #2099aa;
	font-weight:500;
	text-decoration: none;
}
a:hover {
	color: #ff7f50;
	text-decoration: underline;
}
/*--------------------------------------
  デフォルト
--------------------------------------*/
ul, li{
	list-style-type:none;
	padding:0;
	margin:0;
}
hr {
	color:#00b250;	
	background-color: #00b250;
	border: 1px;
	height: 1px;
	border-color: #00b250;
}
.red {
	color: #ff3333;
	font-weight:bolder;
}
.large_red {
	color: #ff3333;
	font-weight:bolder;
	font-size:24px;
}
.blue {
	color: #3333ff;
	font-weight:bolder;
}
.large_blue {
	color: #3333ff;
	font-weight:bolder;
	font-size:24px;
}
.small{
	font-size:16px;
	color:#333333;
}
.marker {
	background: linear-gradient(transparent 60%, #afeeee 60%);
}
.copyright_s{
	color:#666666;
	font-size:14px;
}

/*--------------------------------------
  凡庸ボタン2
--------------------------------------*/
.submit {
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:5px;
	width:90%;
	max-width:300px;
	height:40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#339933;
}
.submit a {
	width:100%;
	height:46px;
	line-height:230%;
	display:block;
	color:#ffffff;
	font-size:18px;
	font-weight:bolder;
	text-align:center;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/
header h1 {
	width: 100%;
	height: 40px;
	background:#1ec63d;
	margin: 0;
	text-align:left;
}

/*--------------------------------------
  パンくずリスト
--------------------------------------*/
.pan{
	width: 90%;
	margin: 10px;
	text-align: left;
	font-size:14px;
}


/*--------------------------------------
  メインカラム
--------------------------------------*/
#main {
	width: 96%;
	text-align:center;
	margin:0 auto;
}

#main article h3{
	padding:0 5px;
	box-sizing:border-box;
	border-bottom: 2px #00b250 solid;
}
#main p{
	width:100%;
	padding:10px 8px;
	box-sizing:border-box;	
}
	
/*--------------------------------------
  TOPのサイト説明
--------------------------------------*/
.description{
	font-size:26px;
	line-height:150%;
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*--------------------------------------
  メニュー
--------------------------------------*/
#menu li{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height:280px;
	margin:5px;
	padding:0;
	text-align:center;
	float:left;
	overflow:hidden;
	box-sizing:border-box;
	border: 3px #00b250 solid;
	width:32%;
	background:#ccffcc;
}
#menu li h2 , .contents_title{
	width: 100%;
	height:40px;
	line-height:160%;
	padding:5px;
	margin-top:0;
	margin-bottom:5px;
	border: 1px #00b250 solid;
	background:#00b250;
	font-size:20px;
	color:#ffffff;
	box-sizing:border-box;
	overflow:hidden;
	border-bottom-left-radius: 10px;
	-webkit-bottom-left-radius: 10px;
	-moz-bottom-left-radius: 10px;
}

#menu li h2 img, .contents_title img{
	vertical-align: -2px;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#menu li a{
	font-weight:bold;
	color:#ffffff;
}

#menu li p {
	margin:2px;
	line-height:140%;
}
#menu li .capture{
	width:40%;
	margin:0;
	padding:5px;
	float:left;
	box-sizing:border-box;	
}
#menu li .contents{
	width:60%;
	margin:0;
	padding:0;
	float:left;
}
#menu li .capture img{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border: 1px #999999 solid;
	border-radius: 25%;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
}
#menu .tag a {
	display:inline-block;
	box-sizing:border-box;
	font-size:14px;
	min-width:30px;
	white-space:nowrap; 
	line-height:200%;
	color: #ffffff;
	margin:2px -1px;
	padding:1px;
	background:#22bb55;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
}
#menu .nazonazo li{
	text-align:left;
	width:48%;
	height:82px;
	min-height:82px;
	box-sizing:border-box;
	padding:5px;
	display: inline-block;
	background: #f9f9f9;
	color: #ff7c5c;
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border: none;
	border-left: solid 10px #ff7c5c;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	margin:5px 2px;
}
#menu .nazonazo li a{
	font-weight:bold;
	color:#666666;
	width:100%;
	height:82px;
	min-height:82px;
	display:block;
}

#menu .tag a:hover {
	color: #ffd700;
}
#menu .s_box {
	width:24.1%;
	min-height:280px;
}
#menu .s_box img{
	height:120px;
}
/*--------------------------------------
  広告
--------------------------------------*/
.ad_side {
	width:90%;
	margin:0 auto;
	margin-top:5px;
}



/*--------------------------------------
  サイドカラム
--------------------------------------*/
#side {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18px;
	background:#1ec63d;
}
#side img{
	width:90%;
	max-width:728px;
	margin:0 auto;
	margin-top:5px;
}

#side .side_banner img{
	width:90%;
	max-width:320px;
	margin:0 auto;
	margin-top:5px;
}
.side_box{
	width:94%;
	padding:5px 0;
	text-align:left;
	color:#663300;
	background:#ffffff;
	margin:0 auto;
	margin-top:5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #ffffff solid;
	box-sizing:border-box;
	font-size:16px;
}
.side_box h2{
	padding:0 5px;
	box-sizing:border-box;
	color:#333333;
	border-bottom: 2px #00b250 solid;
}
.side_box p, .side_box ul{
	width:94%;
	margin:0 auto;
}

#side .side_box li{
	min-height:40px;
}
#side .side_box img{
	vertical-align: -2px;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

/*--------------------------------------
　フッターリンク
--------------------------------------*/
#info {
	width:90%;
	max-width:640px;
	margin:0 auto;
}
#info li {
	float:left;
	width:25%;
	line-height:130%;
	text-align:center;
	height:35px;
	font-size:14px;
	padding:8px 5px 0 5px;	
	background-color:#00b250;
	box-sizing:border-box;
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
}
#info li a {
	color:#ffffff;
}

/*--------------------------------------
　コピーライト
--------------------------------------*/
.copyright {
	color:#ffffff;
	font-size:14px;
	margin-top:10px;
	padding:10px 0;
	background-color:#00b250;
	border-top:1px #cccccc solid;
}
.copyright a{
	color:#ffffff;
	text-decoration:none;
}
/*--------------------------------------
　フォローボタン
--------------------------------------*/
.follow {
	position:absolute;
	top: 2px;
	right:5px;
}
.follow img {
	height: 36px;
}


/*--------------------------------------
  広告
--------------------------------------*/
.footer_ad{
	margin:0 auto;
	margin-bottom:5px;
	max-width:620px;
}
.double_ad{
	margin: 15px 5px 0 5px;
	width:300px;
	height:250px;
	float:left;
}
/*--------------------------------------
  PCのみ
--------------------------------------*/
.is_mobile{
	display:none;	
}


@media screen and (max-width: 960px){
/*--------------------------------------
  mobileのみ
--------------------------------------*/
.is_pc{
	display:none;
}
/*--------------------------------------
  メインカラム
--------------------------------------*/
#main, #side{
	float:none;
	width: 100%;
	margin: 0;
}
/*--------------------------------------
  TOPのサイト説明
--------------------------------------*/
.description{
	font-size:20px;
}


/*--------------------------------------
　フォローボタン
--------------------------------------*/
.follow {
	 position:static;
}
.follow img {
	height:40px;
}

/*--------------------------------------
  メニュー
--------------------------------------*/
#menu li{
	float:none;
	min-height:240px;
	margin:10px 0;
	width:100%;
}
#menu li h2 {
	font-size:18px;
}
#menu .s_box {
	float:left;
	width:49%;
	height:260px;
	min-height:260px;
	margin:5px 0;
	margin-right:0.5%;
	margin-left:0.5%;
}
#menu .s_box .contents_title{
	font-size:17px;
}
#menu .nazonazo li{
	height:58px;
	min-height:58px;
	margin-bottom:0;
	margin:2px;
}
#menu .nazonazo li a{
	height:58px;
	min-height:58px;
}

.category_menu a{
	float:none;
	width:100%;
	-moz-background-size: 100% 100%;
	 background-size: 100% 100%; 
}

/*--------------------------------------
　フッターリンク
--------------------------------------*/
#info li {
	width:50%;
}

.ad_side {
	width:100%;
}

}