body,
h1,h2,h3,h4,h5,h6
{
	font-family:'Meiryo UI','游ゴシック','Yu Gothic','HiraKakuPro-W6',sans-serif;
	font-style:normal;
}
body{
	background-color:#060527;
	color:#fff;
}
.site-footer{
	text-align:center;
	font-size:15px;
	color:#ffffff;
}

.article{
	padding:6px 12px;
	border-radius:22px;
	margin-bottom:10px;
	color:#000000;
	background-color:#ffffff;
}
.article h2{
	border-bottom:0px;
	color:#0000ff;
}
img.full{
	width:100%;
}
img.square{
	float:left;
	width:25%;min-width:100px;
	padding-right:10px;
}
.entry-content .PickUp{
	float:left;
	margin-right:10px;
	width:15%;
	vertical-align:top;
}

.page .entry-content{
	font-size:16px;
}
.affinity-front-page .site-content .entry-header,
.affinity-front-page .site-content .entry-content,
.affinity-front-page .site-content .entry-footer,
.page-template-guestbook .site-main,
.no-sidebar .site-main
{
	width:95%;
	max-width:1100px;
}
.affinity-front-page .no-featured-image h1.entry-title,
.affinity-front-page .custom-header h1.entry-title,
.site-header h1.entry-title,
h1.entry-title{
	color:#ff7203;
	text-shadow:#fff 3px 3px 3px,
		#fff -3px -3px 3px,
		#fff 3px -3px 3px,
		#fff -3px 3px 3px,
		#fff 3px 0 3px,
		#fff 0 3px 3px,
		#fff -3px 0 3px,
		#fff 0 -3px 3px;
	font-weight:700;
}
.page-id-272 .site-header h1.entry-title{
	color:#f000d0;
}
h2{
	color:#ff0;
	border-bottom:1px solid;
}
h5{
	font-size:23px;
	margin-bottom:0;
}

a{
	text-decoration:none;
	color:#ffff00;
}
a:hover,
a:visited{
	text-decoration:none;
	color:#39d4ff;
}
.article a{
	color:#007db3;
} 
.site-title a:visited,
.site-title a:hover,
.site-title a{
	color:#fff;
}

.affinity-front-page .no-featured-image .entry-title{
	color:#ffffff;
}

.jetpack-social-navigation{
	border:#666 solid 3px ;
	padding:0em 1em;
}

.main-navigation .small{
	font-size:60%;
}
.main-navigation li{
	font-size:12.5px;
	text-align:left;
	line-height:14px;
}

.supporter{
	width:100%;
	max-width:950px;
	padding:8px 0px 0px;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.com_logo{
	width:140px;
	height:56px;
	float:left;
}

.sup_name{
	width:135px;
	height:40px;
	float:left;
	line-height:40px;
}
.com_name{
	width:280px;
	height:40px;
	float:left;
	margin-bottom:5px;
	line-height:40px;
}
.com_long{
	width:280px;
	height:40px;
	float:left;
	margin-bottom:5px;
	line-height:20px;
}
.com_name a,
.com_long a{
	color:#6affff
}


.myFlex{
	width:100%;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-moz-box-pack:start;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}

.mySideR{
	width:230px;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-ms-flex:1 0 230px;
	-webkit-flex:1 0 230px;
	flex:1 0 230px;
	padding-left:10px;
}

.mySideL{
	width:270px;
	-moz-box-flex:5.0;
	-webkit-box-flex:5.0;
	-ms-flex:5 0 270px;
	-webkit-flex:5 0 270px;
	flex:5 0 270px;
}

.topSupporter{
	width:100%;
	padding-bottom:8px;
	font-size:13px;
}

hr{
	max-width:100%;
	margin: 0px;
}

input,
textarea{
	width:600px;
	max-width:100%;
}

.photo{
	width:240px;
	float:left;
	overflow:hidden;
	max-width:50%;
	min-width:33%;
}
.photo img{
	width:100%;
	height:100%;
	margin:0;
	position:relative;
}

.main-navigation{
	max-width:100%;
}