@charset "utf-8";
/* CSS Document */

#article {
	width:690px;
}
#article h2{
	padding-left:8px;
}
#article .top{
	background-color:#F2F2F2;
	border-bottom:2px solid #ccc;
	padding:8px;
	color:#4D4D4D;
}
#article .top .thumbnail{
	float:left;
	margin:0 8px 8px 0;
}
#article .top .thumbnail img{
	width:100px;
	height:auto;
}

#article .top h1.title{
	font-size:25px;
	font-weight:bold;
	color:#4D4D4D;
	border:none;
}
#article #post{
	text-align:center;
	margin-top:20px;
	text-align:left;
	line-height:27px;
	font-size:16px;
}
#article .single_post_img{
	margin-bottom:15px;
}
#article #post p{
	line-height:27px;
	font-size:16px;
}
#article .single_point {
	font-size:20px;
	color:#4D4D4D;
	background-color: #EBF0FF;
	font-weight:bold;
	text-align:left;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:5px;
	margin-top:30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#article .single_point02 {
	font-size:20px;
	color:#4D4D4D;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	padding-left:28px;
	margin-top:30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/arrow04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:25px;
}
#article #single_relation {
	margin-top:120px;
}
#article .single_relation_p {
	font-size:16px;
	color:#808080;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#article .post {
	margin-top:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom:15px;
}
#article .post .post_img {
	float:left;
	width:133px;
	height:auto;
}
#article .post .post_right {
	float:left;
	width:540px;
	margin-left:10px;
}
#article #post iframe[src*="youtube.com"]{
	width:690px;
	height:390px;
}
	