@charset "UTF-8";
/* CSS Document */
.entry {
}

.entry:after {
	clear: both;
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}

.entry .button {
	float: right;
	margin: -10px 0 10px 0;
	border: 1px solid #0e92e7;
	border-radius: 4px;
	background-image: none;
	background: -moz-linear-gradient( 90deg, rgb( 37, 159, 234 ) 0%, rgb( 99, 196, 251 ) 100%);
	background: -webkit-linear-gradient( 90deg, rgb( 37, 159, 234 ) 0%, rgb( 99, 196, 251 ) 100%);
	background-color: rgb( 37, 159, 234 );
	padding: 4px 14px;
	text-decoration: none;
	color: #ffffff;
}

.entry .button:hover {
	border-color: #057bc4;
	background: -moz-linear-gradient( 90deg, rgb( 18, 136, 209 ) 0%, rgb( 37, 159, 234 ) 100%);
	background: -webkit-linear-gradient( 90deg, rgb( 18, 136, 209 ) 0%, rgb( 37, 159, 234 ) 100%);
	background-color: rgb( 18, 136, 209 );
}

.entry header {
	border: 1px solid #e0e0e0;
	background-size: cover;
	background-position: center center;
	padding: 198px 0 0 0;
}

.entry header .title {
	background-color: rgba(51, 51, 51, 0.8);
	border-top: rgba(51, 51, 51, 0.9);
	background-color: rgb(51, 51, 51)\9;
	padding: 10px 10px;
	color: #ffffff;
}

.entry header h1 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.entry header h1 a {
	background-image: none;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px 0 #333333;
}

.entry header h1 a:hover {
	background-image: url("../images/title_bottom_hover.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.entry header .description {
	font-size: 0.8em;
	color: #999999;
	text-shadow: 1px 1px 0 #333333;
}

.entry header .description .category {
	font-weight: bold;
}

.entry header .description a {
	background-image: none;
	text-decoration: none;
	color: #999999;
}

.entry header .description a:hover {
	background-image: url("../images/description_bottom_hover.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.entry hr {
	width: 200px;
	margin: 20px auto;
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
}

.entry h2 {
	margin: 30px 0 10px 0;
	border: 1px solid #e0e0e0;
	background: -moz-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background: -webkit-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background-color: #f0f0f0;
	padding: 6px 10px 4px 10px;
	font-size: 1.1em;
	text-shadow: 1px 1px 0 #ffffff;
}

.entry p {
	margin: 20px 0;
}

.entry p a {
	background-image: url("../images/keyword_bottom.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	color: #333333;
}

.entry p a:hover {
	background-image: url("../images/keyword_bottom_hover.png");
	color: #ff4800;
}

.entry blockquote {
	margin: 20px 0;
	border: solid 1px #cccccc;
	background-color: #ffffcb;
	padding: 0 12px;
}

.entry blockquote h2 {
	margin: 20px 0;
	border: none;
	background: none;
	padding: 0;
	font-size: 1.1em;
	text-shadow: none;
}


.entry blockquote p {
}

.entry pre {
	overflow: scroll;
	border: 1px solid #e0e0e0;
	background-color: #333333;
	padding: 10px;
	font-family: Consolas, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #cccccc;
}

.entry .ad {
	margin: 20px 0;
	text-align: center;
}

section h1.subTitle {
	margin: 30px 0 10px 0;
	border: 1px solid #e0e0e0;
	background: -moz-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background: -webkit-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background-color: #f0f0f0;
	padding: 6px 10px 4px 10px;
	font-size: 1.1em;
	text-shadow: 1px 1px 0 #ffffff;
}

article.entry img {
	border: 1px solid #e0e0e0;
	padding: 10px;
}

p a.flickr2tag-img {
	margin: 0;
	padding: 0;
	background: none !important;
}

.flickr2tag-img img {
	width: 480px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.flickr-exif {
	display: block;
	margin-top: -8px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	background-color: #f9f9f9;
	padding: 5px 10px 3px 10px;
	text-align: right;
	font-family: helvetica, arial;
	font-size: 0.8em;
	color: #999999;
}

.flickr-exif .camera {
	text-transform: uppercase;
}