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{
	background:#dddddd;
	color:#666666;
	font-size:12px;
}
.event_name a{
	font-size:20px;
}
.event_name a{
	color:#006699;
}
/*--------------------------------------
  画像
--------------------------------------*/
.category_capture{
	width:100%;
	max-width:640px;
}
/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.commonplace_button{
	display:inline-block;
	padding: 2px;
	background:#00b250;
	border: 2px #00b250 solid;
	box-sizing:border-box; 
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.commonplace_button:link, .commonplace_button:visited, .commonplace_button:active, .commonplace_button:hover {
	color: #ffffff;
	font-size:14px;
}
h3 .commonplace_button{
	vertical-align:4px;
	border-radius: 6px 6px 0 0;
}

/*--------------------------------------
  凡庸ボタン2
--------------------------------------*/
.submit {
	margin: 0 auto;
	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: 73%;
	text-align: left;
	margin-left: 1%;
	float:right;
}
#main article h2{
	width: 100%;
	min-height:40px;
	line-height:160%;
	margin-top: 0;
	margin-bottom:5px;
	padding:0 5px;
	background:#ccffcc;
	box-sizing:border-box;
	border-left: 10px #00b250 solid;
	border-bottom: 2px #00b250 solid;
}
#main article h2 img{
	vertical-align:-20px;
	width:140px;
	height:auto;
}

#main article h3{
	padding:0 5px;
	box-sizing:border-box;
	border-bottom: 2px #00b250 solid;
}
#main p{
	width:100%;
	padding:6px 8px;
	box-sizing:border-box;	
}
.calendar li{
	padding:0 8px;
	font-size:18px;
}
.calendar li p{
	font-size:16px;
}

/*--------------------------------------
  サイドカラム
--------------------------------------*/
#side {
	width: 26%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18px;
	float:left;
	background:#1ec63d;
}

.side_box{
	padding:5px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	background:#ccffcc;
	border: 3px #1ec63d solid;
	box-sizing:border-box;
}

#side .side_menu{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:130%;
	background:#ccffcc;
	border: 3px #1ec63d solid;
	box-sizing:border-box;
}
#side .side_menu li{
	text-align: center;
	width:100%;
	margin:2px 0.5%;
	padding:5px;
	box-sizing:border-box;
	height:120px;
	border-top: 1px #00b250 solid;
	overflow:hidden;
}
#side .side_menu li img{
	width:200px;
	max-width:200px;
}
#side .side_feed {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:130%;
	background:#ccffcc;
	border: 3px #1ec63d solid;
	box-sizing:border-box;
}
#side .side_feed li{
	width:100%;
	margin:2px 0.5%;
	padding:5px;
	box-sizing:border-box;
	height:70px;
	border-top: 1px #00b250 solid;
	overflow:hidden;
}
#side .side_feed h2 {
	text-align:center;
	font-size:16px;
}
#side .side_feed h2 a{
	color:#ff6666;
	font-weight:bold;
}
#side .side_feed img{
	float:left;
	max-width:90px;
	max-height:60px;
	margin-right:5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*--------------------------------------
  リンクBOX
--------------------------------------*/
.link_box{
	font-size:14px;
	margin:10px 0;
	width: 95%;
	padding: 5px;
	box-sizing:border-box;

}
.link_box img{
	vertical-align:-2px;
	margin-right:3px;
	width: 16px;
	height:16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:none;
}

/*--------------------------------------
　フッターリンク
--------------------------------------*/
#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;	
}


/*--------------------------------------
  サイドバー
--------------------------------------*/

/*--------------------------------------
  タグ
--------------------------------------*/
.tag {
	width:300px;
	margin: 0 10px;
}
.tag a {
	margin:6px;
	display:inline-block;
	min-width:30px;
	box-sizing:border-box;
	font-size:14px;
	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;
}
.tag a:hover {
	color: #ffd700;
}


/*--------------------------------------
  シェア
--------------------------------------*/
.share{
	width:320px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
/*--------------------------------------
  ページャー
--------------------------------------*/
.pager {
	margin: 0 auto;
	width:300px;
	height:50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#339933;
}
.pager a {
	width:300px;
	height:50px;
	line-height:220%;
	display:block;
	color:#ffffff;
	font-size:24px;
	font-weight:bolder;
	text-align:center;
}

/*--------------------------------------
  広告
--------------------------------------*/
.ad_side {
	width:90%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
}
.ad_footer {
	margin: 7px 0;
	line-height:100%;
	color:#666666;
	font-size:14px;
}

.ad_article_center {
	max-width:800px;
	min-height:250px;
	margin-bottom:15px;
	line-height:100%;
	color:#666666;
	font-size:13px;
}
.ad_mojisagashi {
	width:60%;
	margin-top:5px;
}


@media screen and (max-width: 640px){
/*--------------------------------------
  パンくずリスト
--------------------------------------*/
.pan{
	margin:5px 10px;
	font-size:13px;
}

/*--------------------------------------
  ボタンとシェア
--------------------------------------*/
.button, .share .tag{
	margin:0 auto;
}

/*--------------------------------------
  広告
--------------------------------------*/
.ad_article_center {
	text-align: center;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
/*--------------------------------------
  mobileのみ
--------------------------------------*/
.is_pc{
	display:none;
}
/*--------------------------------------
  メインカラム
--------------------------------------*/
#main, #side{
	float:none;
	width: 100%;
	margin: 0;
}
#main h2{
	font-size:20px;
}
#main article h2 img{
	vertical-align:-14px;
	width:100px;
	height:auto;
}

/*--------------------------------------
　フォローボタン
--------------------------------------*/
.follow {
	 position:static;
}
.follow img {
	height:40px;
}
/*--------------------------------------
　フッターリンク
--------------------------------------*/
#info li {
	width:50%;
}
/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.commonplace_button{
	margin:0 auto;
	margin-bottom:3px;
}
}

@media screen and (max-width: 320px){
/*--------------------------------------
  広告
--------------------------------------*/
.ad_article_center {
	overflow: hidden;
	width:320px;
}

}