/*
Theme Name: Twenty Twelve Child Theme
Description: Child theme for the Twenty Twelve
Theme URI: http://magpre.skip-design.com/wp-content/themes/twentytwelve-child/
Author: shinagawa yukito
Author URI: http://magpre.skip-design.com/
Template: twentytwelve
Version: 1.00
*/
body {
	background-color: #FFFFFF;
	}
#page {
	margin-top: 5px;
	margin-bottom: 5px;
	}
img {
	max-width: 100%;
}

/*画像の影を消す*/
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    border-radius: 3px;
    box-shadow: none;
}
/*固定ページのタイトルを非表示
.page .entry-header .entry-title {
	display: none;
	border: thin solid #FF3300;
}*/
/*記事下の薄い二重線の削除*/
.site-content article {
border: none;
}
/*キャプション入り画像の調整*/
.entry-content .wp-caption {
	/*border: 1px solid #FF6600;*/
	margin: 0px 10px 0px 10px;
	float: left;
}
.entry-content .wp-caption-text {
	margin: 0px;
	font-size: x-small;
	font-style: normal;
	line-height: 1.5em;
}
/*作品価格表の表*/
.kakakulist th {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.kakakulist td {
	color: #000000;
	font-size: small;
	text-align: center;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
