html, body .site {
  margin-top: 0;
  font-size;100%;
}

.header-image entry-content{
  margin-top:0;
  margin-bottom:0;
  border-radius: 0;
  box-shadow: none;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: 0;
}

.site {
  margin:0;
  padding: 0;
  background-color: #fff;
}

.site-content {
  margin: 30px 0 0 0;
  margin: 2.142857rem 0 0 0;
  padding:0 30px 0 40px;
  padding:0 2.142857rem 0 2.857142rem;
}

.widget-area {
  margin: 0;
  padding: 20px 10px 0 10px;
  padding: 1.428571rem 0.714285rem 0 0.714285rem;
}

#secondary {
  background-color:rgb(223,243,216);
}

.site-header {
  margin-top:-24px;
  margin-top:-1.714285rem;
  position:relative;
  padding:0;
  border-radius: 0;
  box-shadow: none;
}


#page.hfeed.site {
  margin-top:0 !important;
  padding-top:0 !important;
}


a {
  padding:0;
  text-decoration: none;
  font-size:14px;
  font-size:1rem;
}
a:link  { color:rgb(0,0,100); }
a:visited { color:rgb(0,0,100); }
a:hover   {
  padding:0;
  color:#000;
  background-color:rgb(230,255,230);
  text-decoration:none;
}


/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	text-align: center;
}
.main-navigation li {
	margin-top: 0;
	font-size: 12px;
	line-height: 1.4;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: none;
/*	display: inline-block; */
}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	body .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
  font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
  font-size:14px;
  font-size:1rem;
 	}

	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 840px;
		max-width: 60rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 60%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 27%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 22px;
		font-size: 1.571428rem;
		line-height: 1.4;
		margin-bottom: 0;
		color:rgb(60,60,155);
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		padding-left:0;
		border-top: 0px;
		border-bottom: 4px solid rgb(100,12,60);
		border-bottom: 0.285714rem solid rgb(100,12,60);
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
                font-size:14px;
                font-size:1rem;
	}
	.main-navigation li a {
		padding:1px 6px 1px 6px;
		padding:0.0714285rem 0.428571rem 0.0714285rem 0.428571rem;
		border-bottom: 0;
		color: rgb(50,50,50);
		line-height: 2.4;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		padding:1px 6px 1px 6px;
		padding:0.0714285rem 0.428571rem 0.0714285rem 0.428571rem;
		color: rgb(255,255,255);
		background-color:rgb(100,12,60);
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: rgb(230,230,230);
		font-weight: normal;
		background-color:rgb(100,12,60);
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428rem;
		line-height: 1.4;
		margin-top: 0;
		margin-bottom: 0;
		color:rgb(60,60,155);
		font-weight:bold;
	}
	.entry-header .entry-title a {
		font-size: 22px;
		font-size: 1.571428rem;
		line-height: 1.4;
		margin-top: 0;
		margin-bottom: 0;
		color:rgb(60,60,155);
		font-weight:bold;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 14px;
		margin-bottom: 1rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24x;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}



#side_img_profile {
  width:172px;
  margin:2px auto 0 auto;
  padding:0;
  vertical-align:bottom;
}

.side_img_profile_text {
  margin:0;
  padding:0 4px 0 4px;
  font-size:14px;
  font-size:1rem;
  line-height:1.4;
}

#side_img_22club {
  width:120px;
  margin:2px auto 0 auto;
  padding:0;
  vertical-align:bottom;
}

#side_img_22club_txt {
  margin:0 auto 0 auto;
  width:200px;
  text-align:center;
}

.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 30px;
	margin-bottom: 2.142857rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714285rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 0.714285rem;
        font-size:14px;
        font-size:1rem;
        font-eright:bold;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.searchform {
  margin-left:4px;
  margin-left:0.285714rem;
  width:260px;
  width:18.571428rem;
}

#colophon {
  margin:0;
  padding:6px 0 6px 0;
}
.site-info {
  margin:0 0 0 30px;
  padding:0;
}

	
.comment-notes,.comment-form-email {
  display:none;
}
.comment-form-url {
  display:none;
}
.form-allowed-tags {
  display:none;
}

.widget-title {
  padding-left:4px;
  padding-left:0.285714rem;
  font-size:14px;
  font-size:1rem;
  font-weight:bold;
  line-height:2.0;
  background-color:rgb(203,223,196);
}

.tagcloud {
  line-height:1.1;
}

ul#recentcomments li {
  margin-top:4px;
  margin-top:0.285714rem;
  line-height:1.4 !important;
}

ul.recentpost_pls li {
  margin-top:4px;
  margin-top:0.285714rem;
  line-height:1.4 !important;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
  margin-left: 6px;
  margin-left: 0.428571rem;
}

.comments-link {
  text-align:right;
  margin-right:14px;
  margin-right:1rem;
}

p.meta_pls, p.meta_pls a {
  margin-top:4px;
  margin-top:0.285714rem;
  font-size:12px;
  font-size:0.857142rem;
  line-height:1.5;
}

.entry-content p {
  margin-top:0 !important;
  padding-top:0 !important;
}