﻿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;
}
.link_box{
	font-size:14px;
	margin:10px 0;
	width: 95%;
	padding: 5px;
	border-style:solid;
	border-color:#0066ff;
	border-width:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing:border-box;
	background:#f0fff0;
}
.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;
}

/*--------------------------------------
  掛け合い
--------------------------------------*/
.my, .you{
	width:80%;
	font-size:18px;
	font-weight:bold;
	border-style:solid;
	border-color:#333333;
	border-width:2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#ffffff;
}
.you{
	text-align: right;
}
.image_left{
	float:left;
	margin-right:10px;
	width: 64px;
	height:64px;
}
.image_right{
	float:right;
	margin-left:10px;
	width: 64px;
	height:64px;
	transform: scale(-1, 1);
}
/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.commonplace_button{
	display:block;
	width:90%;
	max-width:400px;
	min-width:300px;
	line-height:160%;
	padding: 5px;
	text-align: center;
	border: 2px #00b250 solid;
	box-sizing:border-box; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:3px;
}

/*--------------------------------------
  凡庸ボタン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 article h4{
	font-size:22px;
}
#main article h4 a{
	color:#333333;
	text-decoration: underline;	
}



#main article p{
	width:100%;
	max-width:800px;
	font-size:18px;
	padding:10px 8px;
	box-sizing:border-box;
	line-height:150%;
}

.category_list h3 a{
	color: #339933; 
}
.category_list li{
	min-height:40px;
}
.category_list li img{
	vertical-align: -2px;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


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

#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 .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;
}
#side .side_menu {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:hidden;
	background:#ccffcc;
	width:314px;
}
#side .side_menu li{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing:border-box;
	width:153px;
	height:153px;
	margin:2px;
	padding:7px 5px;
	font-size:16px;
	line-height:110%;
	float:left;
	background:#ffffff;
}
#side .side_menu li img{
	height:90px;
	width:90px;
	object-fit: cover;
	border-radius: 25%;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
}

.side_box{
	border: 2px #00b250 solid;
	text-align:left;
	padding-top:0;
	overflow-x: hidden;
}
.side_box h2{
	margin:0;
	font-size:20px;
	width: 100%;
	min-height:40px;
	line-height:180%;
	padding-left:5px;
	background:#00b250;
	box-sizing:border-box;
}
.side_box h2 a{
	color:#ffffff;
}
.side_box ul li{
	padding:5px;
	box-sizing:border-box;
	border-bottom: 1px #00b250 solid;
}
.side_box ul li img{
	width:20px;
	margin-right:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

/*--------------------------------------
  リンクBOX
--------------------------------------*/
.link_box{
	font-size:14px;
	margin:10px 0;
	width: 95%;
	padding: 5px;
	border-style:solid;
	border-color:#0066ff;
	border-width:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing:border-box;
	background:#f0fff0;
}
.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;
}
/*--------------------------------------
　コンテンツボックス
--------------------------------------*/
.contents_box{
	max-width:480px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	padding:10px 6px;
	box-sizing:border-box;
	background-color:#ffcccc;
	border:2px #ff3333 solid;
}

/*--------------------------------------
  ボタン
--------------------------------------*/
.submit {
	margin: 0 auto;
	width:300px;
	height:50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#339933;
}
.submit a {
	width:300px;
	height:50px;
	line-height:220%;
	display:block;
	color:#ffffff;
	font-size:24px;
	font-weight:bolder;
	text-align:center;
}

/*--------------------------------------
  広告
--------------------------------------*/
.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;	
}

.h3{
	vertical-align: -2px;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}



.button {
	vertical-align: -2px;
	margin-right: 5px;
	width: 16px;
	height:16px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
} 
.caption{
	width:100%;
	max-width:320px;
	float:right;
}
/*--------------------------------------
  SNS
--------------------------------------*/
.share {
	width:320px;
	margin:0 auto;
	text-align:center;
}

 /* フォローボタン */
.followbutton {
	float:right;
	margin-top: 1px;
	margin-bottom: 0;

}
.followbutton img {
	width: 120px;
	height: 48px;
}

/*--------------------------------------
  広告
--------------------------------------*/
.header_ad {
	margin: 10px 0 20px 0;
	line-height:100%;
	text-align:left;
	color:#666666;
	font-size:14px;
}
.article_ad {
	margin: 10px 0 20px 0;
	line-height:100%;
	text-align:left;
	color:#666666;
	font-size:14px;
}
.side_ad {
	margin: 7px 0;
	line-height:100%;
	color:#666666;
	font-size:14px;
}

.footer_ad {
	margin: 7px 0;
	line-height:100%;
	color:#666666;
	font-size:14px;
}

.article_underad{
	margin: 15px 5px 0 5px;
	width:300px;
	height:250px;
	float:left;
}

/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.commonplace_button{
	display:block;
	width:90%;
	max-width:400px;
	min-width:300px;
	line-height:160%;
	padding: 5px;
	text-align: center;
	border: 2px #00b250 solid;
	box-sizing:border-box; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:3px;
}

@media screen and (max-width: 640px){
/*--------------------------------------
  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;
}
#side ul {
	font-size: 15px;}

.caption{
	float:none;
	margin:0 auto;
}

.article_ad {
	text-align:center;
}
.article_underad{
	margin:0 auto;
	margin-top: 15px;
	width:100%;
	height:auto;
	float:none;
}

}