@charset "utf-8";
/*
CSS Information
 File name:      photoblog_shop_detail.css
 Author:         Administrator
 Style Info:     /sp/photoblog_shop_detail.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */



/* 記事
********************************** */

#content .entry h2{
	background:#333333;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	padding: 5px 10px;
}

#content .entry h3 {
	background: #666666;
	padding: 5px;
	text-align: center;
	color: #fff;
}

#content .entry .text {
	padding: 10px;
}

#content .entry .text img.image {
	max-width: 100% !important;
	height: auto !important;
}

#content .entry ul.thumb {
	padding: 10px;
}

#content .entry ul.thumb li {
	display: block;
}

#content .entry ul.thumb li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: none;
}

#content .photoblog .date {
	display: block;
	padding: 10px;
	text-align: right;
}

#content .photoblog ul.comment p {
	padding: 10px;
}

#content .photoblog ul.comment li {
	border-bottom: solid 1px #000000;
}

#content .photoblog ul.comment li:last-of-type {
	border-bottom: none;
}

#content .photoblog ul.comment li span {
	display: block;
	padding: 10px;
	font-size: 85%;
	text-align: right;
}

/* 過去記事
********************************** */

#content .archive div {
	text-align: center;
}

#content .archive select {
	height: 30px;
	font-size: 123.1%;
}

/* フォーム
********************************** */

#content .contribute {
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
}

.compMsg {
	width: 80%;
	margin: 0 auto 10px;
	padding: 10px;
	text-align: left;
}

.compMsg em {
	display: block;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
}

.errMsg {
	padding: 10px 10px 0;
	margin: 0 auto 10px;
	width: 80%;
	border-style: solid;
	border-width: 1px;
}

.compMsg p,
.errMsg p {
	margin-bottom: 10px;
}

.errMsg p:before {
	content: "！";
}


#content form {
	text-align: center;
}

#content dl dt {
	padding: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

#content dl dd {
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#content input[type="text"] {
	width: 80%;
	height: 25px;
}

#content textarea {
	width: 80%;
	height: 60px;
}

#content input[type="submit"] {
	font-size: 123.1%;
}

#content .back {
	margin: 0 auto 10px;
	width: 95%;
	height: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	background: #d0d0d0;
}

#content .back a {
	display: block;
	color: #fff;
}


#content .photoblog .entry img {
	max-width: 100%;
	vertical-align: top;
}

/* 引用 */
blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	margin-left: 40px;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
blockquote p {
	padding: 1em 0;
}