/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #f6f5f2;
	color: #666;
	font-family: "游ゴシック","Yu Gothic";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #1e73be;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:focus,
a:hover {
	color: #000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #e3e3e3;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 16px;
	font-size: 2.5rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #1e73be;
}

.widget-title {
	border-top: 3px solid #000;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 24px;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
		font-weight: 500;
}

h2 {

  color: #333333;/*文字色*/	
  border-bottom: solid 3px #333333;	
  font-size: 1.5em;	
	font-family: "游ゴシック","Yu Gothic";
		font-weight: 500;

	
}

h3 {
padding: 0.1em 0.3em;/*上下 左右の余白*/
color: #333333;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 4px #333333;/*左線*/	
			font-weight: 500;
font-size: 1.5em	
}

h4 {
color: #333333;/*文字色*/
	font-weight: 500;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-left: 40px;
	width: 300px;
}

.site-title {
	font-weight: 700;
	font-size: 16px;
	font-size: 3.9rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
}

.site-description {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
}
