﻿#header h1 {
	color: #aaa !important;
	font-size: 12px !important;
}

#content .blog_box {
	margin-bottom: 15px;
	background: #FFF; /* F2FBFF */
	padding: 10px 10px 10px;
	border: 1px solid #DDD;
	overflow: hidden;
	position: relative;
}
#content .blog_box2 {
	margin-bottom: 15px;
	background: #FFF; /* F2FBFF */
	padding: 10px;
	border: 1px solid #FFF;
	overflow: hidden;
	position: relative;
}
.blog_h2 {
	width: 98%;
	margin: 0 auto;
}
.blog_img_left {
	float: left;
	width: 45%;
	margin: 0 15px 15px 10px;
	border: 1px solid #eee;
	background: #fff;
	padding: 3px;
}
#content h2 a {
	color: #00548d;
}
#content h2 a:hover {
	text-decoration: none;
	background: #F8F8F8;
}
#content h3 {
	line-height: 29px;
}
#content a.next {
	float: right;
	font-size: 1.6rem;
	font-size: 16px;
	text-decoration: none;
	width: auto;
	text-align: center;
	color: #fff;
	padding: 10px 25px;
	margin: 0 10px 20px 0;
	letter-spacing: 1.5px;
	background: #00aff0;
	position: static;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 6px 0 #0289BA, 0 10px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

#content a.next:hover {
	background-color: #1FC1FC;
	box-shadow: 0 3px 0 #1BA1D1, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
#content a.next:active {
	color: #fff;
	background-color: #00aff0;
	box-shadow: 0 0 0 #0289BA, 0 0 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}

#content .center img {
	max-width: 90%;
}

#content .day {
	font-size: 1.4rem;
	font-size: 14px;
	padding: 0 9px;
}
#content .no {
	float: right;
	padding: 0 9px;
	font-family: Roboto,Arial,'Helvetica Neue',Helvetica,NanumGothic,'Malgun Gothic',sans-serif;
}

#content a.cate {
	font-size: 1.3rem;
	font-size: 13px;
	text-decoration: none;
	width: auto;
	text-align: center;
	color: #444;
	padding: 5px 12px;
	letter-spacing: 2px;
	border: 1px solid #D6D5CB;
}
#content a.cate:hover {
	color: #fff;
	background: #00aff0;
}

#content table {
	width: 98%;
	margin: 10px auto 15px;
}
#content table th {
	background: #FAFAFA;
	padding: 10px 12px;
	font-weight: normal;
}
#content table th.th_cate {
	background: #FAFAFA;
	padding: 10px 12px;
	font-weight: normal;
	text-align: left;
}
#content table th.th_vote {
	background: #FAFAFA;
	padding: 5px 12px;
	font-weight: normal;
	text-align: right;
}
#content table th.th_head {
	font-weight: normal;
	white-space: nowrap;
	padding: 17px 10px;
	border: 1px solid #DDD;
	background: #2b5464;
	color: #FFF;
	font-size: 1.6rem;
	font-size: 16px;
}

#blog_table table td em {
	font-size: 1.8rem;
	font-size: 18px;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}
.box{
	overflow-y: scroll;
	height: 100px;
	font-size: 1.1rem;
	font-size: 11pt;
	border: 1px solid #DDD;
	padding: 10px;
}

input.sample::-webkit-input-placeholder {
    color: #ddd;
    font-weight: normal;
}
input.sample:-ms-input-placeholder {
    color: #ddd;
    font-weight: normal;
}
input.sample::-moz-placeholder {
    color: #ddd;
    font-weight: normal;
}

.voice {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	background: #FFF;
}

.voice form {
	padding: 12px 10px;
}

/*------------------- いいねボタン -------------------*/

.like   {
	display:inline-block;
	vertical-align:middle
}
.like a.vote {
	color:#666;
	font-size:90%;
	line-height:2em;
	padding:5px 9px 5px 7px;
	text-decoration:none;
	border:1px solid #ccc;
	border-radius:4px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-color:#eee;
}
.like a.vote:focus,
.like a.vote:hover   {
	opacity:0.75
}
/*吹き出し*/
[class^="cntNum"] {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.like span {
	color:#666;
	font-size:94%;
	line-height:2em;
	padding:5px 10px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius:4px;
}
[class^="cntNum"]:after,
[class^="cntNum"]:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	position: absolute;
}
.like span:after  {
	border-right-color: #fff;
	border-width: 4px;
	margin-top: -4px
}
.like span:before {
	border-right-color: #ccc;
	border-width: 5px;
	margin-top: -5px;
}
.like img.good {
	position: relative;
	top: 2px;
	max-width: 30px;
}
table td.td_odd a {
	text-decoration: none;
}

/*------------------- メディアスクリーン -------------------*/
@media screen and (min-width: 1050px){
#content .blog_sub_box {
	width: 100%; /* 83 */
}
#blog_table table tbody td {
	text-align: center;
}
/* min-width: 1050px 以上 */
}

@media screen and (max-width: 1050px){

#blog_table table {
	display: block; 
	width: 98%; 
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
#blog_table table tr {
	display: inline-block;
}
#blog_table table th,
#blog_table table td {
	display: block;
}
#blog_table table thead {
	display: block;
	float: left;
}
#blog_table table tbody {
	display: block;
}

#blog_table table tbody tr {
	width: 30%;
}
#blog_table table tbody td {
	text-align: center;
}
#blog_table table th.th_head {
	font-size: 1.5rem;
	font-size: 15px;
}
#blog_table table td.td_odd {
	padding: 17px 12px;
	font-size: 1.5rem;
	font-size: 15px;
}
#blog_table table td em {
	font-size: 1.5rem;
	font-size: 15px;
}
#content table th.th_head {
	line-height: 26px;
}
/* max-width: 1050px */
}
@media screen and (max-width:810px){

/* max-width: 810px */
}

@media screen and (max-width:500px){

#blog_table table tbody td {
	text-align: center;
}
#content table th.th_vote {
	background: #fff;
}
/* max-width: 500px */

#blog_table table tbody td {
	text-align: center;
}

}
