@charset "UTF-8";


.voice .entry:after,
.voice .entry .boxMeta:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.voice .entry,
.voice .entry .boxMeta{
	zoom: 1;
}

/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){


#contents h3{
	width:960px;
	margin-bottom:30px;
}

#contents .hgroup{
	margin-bottom:25px;
}
#contents p.subtitle{
	margin-bottom:5px;
}
#contents p.lead{
	font-size:1.1em;
}

.voice .entry{
	width:630px;
	background:#FFF;
	padding:20px 20px 20px 20px;
	margin-bottom:25px;
}
.voice .entry .boxMeta{
	margin-bottom:16px;
}
.voice .entry p.date{
	font-size:1.05em;
	float:left;
	margin-right:18px;
	margin-bottom:0;
}
.voice .entry p.category{
	font-size:1.05em;
	float:left;
	margin-bottom:0;
}
.voice .entry h4{
	font-size:1.6em;
	color:#339900;
	margin-bottom:18px;
}
.voice .entry h4 a{
	color:#339900;
	text-decoration:underline;
}
.voice .entry h4 a:hover{
	color:#FF6600;
	text-decoration:underline;
}
.voice .entry .boxContent{
	border-top:1px solid #DEDEDE;
	font-size:1.2em;
}

}




/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){


#contents h3{
	margin-bottom:24px;
}

#contents .hgroup{
	margin-bottom:25px;
}
#contents p.subtitle{
	margin-bottom:5px;
}
#contents p.lead{
	font-size:1.1em;
}

.voice .entry{
	background:#FFF;
	padding:20px 20px 20px 20px;
	margin-bottom:24px;
}
.voice .entry .boxMeta{
	margin-bottom:16px;
}
.voice .entry p.date{
	font-size:1.05em;
	float:left;
	margin-right:18px;
	margin-bottom:0;
}
.voice .entry p.category{
	font-size:1.05em;
	float:left;
	margin-bottom:0;
}
.voice .entry h4{
	font-size:1.5em;
	color:#339900;
	line-height: 170%;
	margin-bottom:12px;
}
.voice .entry h4 a{
	color:#339900;
	text-decoration:underline;
}

.voice .entry .boxContent{
	border-top:1px solid #DEDEDE;
	font-size:1.3em;
	line-height: 180%;
	 padding-top: 12px;
}

}



/*----------------------------------------
ブログ スタイル
-------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */

.entry p {
	margin-bottom: 1.625em;
}
.entry ul, ol {
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
.entry ul {
	list-style: square;
}
.entry ol {
	list-style-type: decimal;
}
.entry ol ol {
	list-style: upper-alpha;
}
.entry ol ol ol {
	list-style: lower-roman;
}
.entry ol ol ol ol {
	list-style: lower-alpha;
}
.entry ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.entry dl {
	margin: 0 1.625em;
}
.entry dt {
	font-size: 15px;
	font-weight: bold;
}
.entry dd {
	margin: 0 0 1.625em;
}
.entry strong {
	font-weight: bold;
}
.entry cite, em, i {
	font-style: italic;
}
.entry cite {
	border: none;
}
.entry big {
	font-size: 131.25%;
}
.entry .mceContentBody blockquote,
.entry .mceContentBody blockquote p {
	font-family: Georgia, "Bitstream Charter", serif !important;
	font-style: italic !important;
	font-weight: normal;
	margin: 0 3em;
}
.entry .mceContentBody blockquote em,
.entry .mceContentBody blockquote i,
.entry .mceContentBody blockquote cite {
	font-style: normal;
}
.entry .mceContentBody blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
}
.entry code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry address {
	display: block;
	margin: 0 0 1.625em;
}
.entry del {
	color: #333;
}
.entry ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.entry sup,
.entry sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry sup {
	bottom: 1ex;
}
.entry sub {
	top: .5ex;
}
.entry input[type=text],
.entry textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
.entry input[type=text]:focus,
.entry textarea:focus {
	color: #333;
}
.entry textarea {
	padding-left: 3px;
	width: 98%;
}
.entry input[type=text] {
	padding: 3px;
}

/* Alignment */
.entry .alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.entry .alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.entry .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Tables */
.entry table {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry tr th {
	border: none !important;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry td {
	border: none !important;
	border-top: 1px solid #ddd !important;
	padding: 6px 10px 6px 0;
}

/* Images */
.entry img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
.entry img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry p img,
.entry .wp-caption {
	margin-top: 0.4em;
}
.entry img {
	border: 1px solid #ddd;
	padding: 6px;
}
.entry img.alignleft,
.entry img.alignright,
.entry img.aligncenter {
	margin-bottom: 1.625em;
}
.entry .wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.entry .wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.entry .wp-caption .wp-caption-text,
.entry .wp-caption-dd {
	color: #666;
	font-family: Georgia, serif !important;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.entry .wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.entry a:focus img[class*="wp-image-"],
.entry a:hover img[class*="wp-image-"],
.entry a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.entry .wp-caption a:focus img,
.entry .wp-caption a:active img,
.entry .wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}