@charset "utf-8";
* {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body.html {
	height: 100%;
}
a {
	outline: none;
	color: #006699;
}
a:visited {
	color: #993333;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1,h2,h3,h4,h5,h6 {
	display: block;
	margin: 0px;
	padding: 0px;
}
p,ul,ol,dl {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
.fixed{
	position: fixed;
	top: 0px;
	z-index: 9999;
}

#header {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #F8F1DB;
	width: 100%;
}
#header > h1 > a {
	background-image: url(../img/img_h1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 94px;
	width: 246px;
	text-indent: -9999px;
	display: inline-block;
}
#nav {
	background-image: url(../img/back_main02.png),url(../img/back_main.png);
	background-repeat: repeat-x,repeat;
	background-position: 0px 4px,0px 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 12px;
	width: 100%;
}
#nav > ul {
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#nav > ul > li {
	display: inline-block;
	margin-right: 20px;
}
#nav > ul > li > a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 35px;
}
#nav > ul > li > a:hover {
	background-position: 0px -35px;
}
#nav > ul > li > a[title="絵"] {
	background-image: url(../img/b-01.png);
	width: 59px;
}
#nav > ul > li > a[title="『Leche Leche』テディベア"] {
	background-image: url(../img/b-02.png);
	width: 118px;
}
#nav > ul > li > a[title="シネマ日記"] {
	background-image: url(../img/b-03.png);
	width: 92px;
}
#nav > ul > li > a[title="『Hecho a Mano』モノづくり日記"] {
	background-image: url(../img/b-04.png);
	width: 148px;
}
#nav > ul > li > a[title="WEBショップ"] {
	background-image: url(../img/b-05.png);
	width: 109px;
}
#nav > ul > li > a[title="お問合せ"] {
	background-image: url(../img/b-06.png);
	width: 82px;
}
#main_photo {
	width: 960px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main_photo img {
	display: block;
	height: auto;
	width: 960px;
	border-radius: 20px;
}
div.article {
	margin-bottom: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
div.article > div.right {
	float: right;
	width: 180px;
}
#random {
	margin-bottom: 30px;
}
#random > p {
	margin-bottom: 5px;	
}
#random > p > span.read {
	display: block;
	background-color: #E6D3A2;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #6A4800;
}
#random > p > span.allow {
	font-size: 25px;
	color: #E6D3A2;
	display: block;
	line-height: 100%;
	text-align: center;
	padding: 0px;
	margin-top: -5px;
}
#random > div.section {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-radius: 8px;
	box-shadow: 0 0 6px 0 #A88533;
}
#random > div.section > p.photo {
	margin-bottom: 10px;
}
#random > div.section > p.title {
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 20px;
}
#random > div.first > p.title {
	background-image: url(../img/img_title01.png);
}
#random > div.second > p.title {
	background-image: url(../img/img_title02.png);
}
#random + ul.banner {
	width: 180px;
}
#random + ul.banner > li {
	margin-bottom: 10px;
}
#random + ul.banner > li img {
	height: auto;
	width: 100%;
}
div.article > div.left {
	padding-right: 200px;
}

#top > div.left > div.section {
	margin-bottom: 20px;
	overflow: hidden;
}
#top > div.left > div.section > h2 {
	height: 35px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
#top > div.left > div.section > ul.file {
	overflow: hidden;
	padding-left: 10px;
}
#top > div.left > div.section > ul.file > li {
	float: left;
	width: 120px;
	margin-right: 5px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#top > div.left > div.section > ul.file > li > a {
	display: block;
	text-decoration: none;
	padding: 5px;
}
#top > div.left > div.section > ul.file > li > a:hover {
	background-color: rgba(255,204,204,0.4);
}
#top > div.left > div.section > ul.file > li p.photo {
	overflow: hidden;
	width: 110px;
	text-align: center;
	display: block;
	height: 68px;
	position: relative;
}
#top > div.left > div.section > ul.file > li p.photo > span {
	background-image: url(../img/img_new01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
}

#top > div.left > div.section > ul.file > li p.photo img {
	vertical-align: middle;
	text-align: center;
	height: auto;
	width: 110px;
}
#top > div.left > div.section > ul.file > li p.name {
	font-size: 12px;
	color: #6A4800;
	padding-top: 5px;
	width: 110px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news {
	background-image: url(../img/back_cloth02.png);
	background-repeat: repeat;
	padding: 10px;
}
#news > div.section {
	background-image: url(../img/back_cloth01.png);
	background-repeat: repeat;
	float: left;
	width: 345px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 6px 0 #A88533;
}
#news > div.section > h2 {
	padding-top: 5px;
	padding-bottom: 13px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#news > div.section > ul {
	overflow: auto;
	height: 145px;
}
#news > div.section > ul > li {
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB9141;
}
#news > div.section > ul > li a {
	color: #006699;
	background-image: url(../img/img_point01.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 14px;
}

#news > div.section > ul > li a:hover {
	color: #FF6600;
}
#news > div.section > ul > li span {
	background-image: url(../img/img_new02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 14px;
	width: 21px;
	padding-left: 2px;
	text-indent: -9999px;
	display: inline-block;
}
#news > div.section > p.read {
	font-size: 14px;
	color: #6A4800;
	height: 145px;
}
#news > div.first {
	margin-right: 10px;
}
#news > div.first > h2 {
	background: url(../img/img_h2-01.png) left top no-repeat,url(../img/img_line01.png) center bottom no-repeat;
}
#news > div.second > h2 {
	background: url(../img/img_h2-02.png) left top no-repeat,url(../img/img_line01.png) center bottom no-repeat;
}
#news > div.second > ul > li > p.date {
	font-size: 12px;
	color: #6A4800;
}

#bear {}
#bear > h2 {
	background: url(../img/img_h2-03.png) left bottom no-repeat,url(../img/img_line02.png) center top no-repeat;
}
#art > h2 {
	background: url(../img/img_h2-04.png) left bottom no-repeat,url(../img/img_line02.png) center top no-repeat;
}
#bear > p.read,#art > p.read {
	font-size: 14px;
	color: #6A4800;
}
#footer {
	bottom: 0px;
	width: 100%;
}
#footer > ul {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #72B0B0;
}
#footer > ul > li {
	display: inline-block;
	margin-right: 10px;
}
#footer > ul > li > a {
	font-size: 14px;
	color: #004F75;
}
#footer > p.copyright {
	background-color: #C3E1E1;
	padding-top: 15px;
	padding-bottom: 60px;
	color: #004F75;
	font-size: 14px;
	text-align: center;
}
#sub > div.left > div.section {
	position: relative;
}
#sub > div.left > div.blog {}
#sub > div.left > div.blog > p.up {
	position: fixed;
}
#sub > div.left > div.blog > p.up > a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	display: block;
	width: 54px;
	border-radius: 30px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: -70px;
	line-height: 100%;
}
#sub > div.left > div.blog > p.up > a:hover {
	background-color: #00295C;
}
#sub > div.left > div.blog > p.up > a:before {
	display: block;
	content: "▲";
	line-height: 100%;
}
#sub > div.left > div.blog > h2,#assist > div.blog > h2 {
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#sub > div.left > div.blog > h2 + div.read {
	margin-bottom: 30px;
}
#sub > div.left > div.blog > h2 + div.read > p {
	font-size: 14px;
	line-height: 160%;
	color: #6A4800;
}
#sub > div.left > div.blog > div.section {
	margin-bottom: 30px;
}
#sub > div.left div.pankuzu {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #6A4800;
}
#sub > div.left div.pankuzu > a {
	background-color: #E6D3A2;
	display: inline-block;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 20px;
	font-size: 12px;
	color: #6A4800;
	text-decoration: none;
	text-align: center;
}
#sub > div.left div.pankuzu > a:hover {
	background-color: #CFAF67;
}
#sub > div.left > div.blog > div.column {
	padding: 30px;
	margin-right: 10px;
	margin-bottom: 60px;
	margin-left: 10px;
	box-shadow: 0 0 6px 0 #A88533;
	border-radius: 12px;
	overflow: hidden;
}
#sub > div.left > div.blog > div.column > h3 {
	color: #6A4800;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 20px;
}
#sub > div.left > div.blog > div.section > h3 {
	font-size: 17px;
	color: #6A4800;
	text-indent: 20px;
	padding-top: 19px;
	padding-bottom: 15px;
	background: url(../img/img_line01.png)repeat-x left 5px,url(../img/back_cloth02.png)repeat left top;
	margin-bottom: 10px;
	border-radius: 8px;
	cursor: pointer;
}
#sub > div.left > div.blog > div.section > h3 + p.read {
	font-size: 14px;
	color: #6A4800;
}
#sub > div.left > div.blog > div.section > div.category {}
#sub > div.left > div.blog > div.section > div.category > h3 {
	text-indent: -9999px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sub > div.left > div.blog > div.section > div.category > h3 + p {
	font-size: 14px;
	color: #6A4800;
	margin-bottom: 20px;
	background-image: url(../img/img_line02.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
} 
#sub > div.left > div.blog > div.section > div.category > ul {
	overflow: hidden;
	padding-left: 10px;
}
#sub > div.left > div.blog > div.section > div.category > ul > li {
	width: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
#sub > div.left > div.blog > div.section > div.category > ul > li > a {
	border: 1px solid #CFAF67;
	border-radius: 8px;
	box-shadow: 0 0 0 2px #FFFFFF inset;
	display: block;
	font-size: 15px;
	color: #6A4800;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../img/back_cloth02.png)repeat,url(../img/back_cloth03.png)repeat;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
#sub > div.left > div.blog > div.section > div.category > ul > li > a:hover {
	background: url(../img/back_cloth03.png)repeat;
}
#sub > div.left > div.blog > div.section > ul.file {
	padding-left: 7px;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 7px;
}
#sub > div.left > div.blog > div.section > ul.file > li {
	width: 140px;
	display: block;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
}
#sub > div.left > div.blog > div.section > ul.file > li > a {
	display: block;
	overflow: hidden;
}
#sub > div.left > div.blog > div.section > ul.file > li > a:hover {
	background-color: rgba(255,204,204,0.4);
}
#sub > div.left > div.blog > div.section > ul.file > li p.photo {
	overflow: hidden;
	display: block;
}
#sub > div.left > div.blog > div.section > ul.file > li p.photo img {
	width: auto;
}
#sub > div.left > div.blog > div.section > ul.file > li p.name {
	padding-top: 5px;
	height: 3em;
}
#sub > div.left > div.blog > div.section > ul.file > li p.name > a {
	text-decoration: none;
}
#assist {
	padding-top: 40px;
	padding-bottom: 40px;
}



#leche {}
#leche > h2 {
	background-image: url(../img/bear/img_h2.png);
	height: 136px;
}
#leche > div.column > h3 {
	background: url(../img/img_point02.png) 5px 3px no-repeat,url(../img/img_line02.png) center bottom no-repeat;
	font-size: 26px;
	height: 40px;
	text-indent: 30px;
}
#leche > div.column > ul.photo {
	float: left;
	width: 240px;
}
#leche > div.column > ul.photo > li {
	margin-bottom: 10px;
}
#leche > div.column > ul.photo > li > img {
	height: auto;
	width: 240px;
}
#leche > div.column .photo > img {
	display: block;
}
#leche > div.column > ul.photo + p.photo {
	margin-bottom: 15px;
	padding-left: 270px;
}
#leche > div.column > div.section {
	padding-left: 270px;
	color: #6A4800;
}
#leche > div.column > div.section > dl.data {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
}
#leche > div.column > div.section > dl.data > dt {
	font-size: 13px;
	text-align: center;
	float: left;
	width: 4em;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E6D3A2;
	color: #6A4800;
	border-radius: 6px;
}
#leche > div.column > div.section > dl.data > dd {
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 4em;
	margin-left: 0px;
	padding-top: 2px;
}
#leche > div.column > div.section > dl.data > dd.tag {
	text-align: left;
}
#leche > div.column > div.section > dl.data > dd.tag > a {
	font-size: 13px;
}
#leche > div.column > div.section > dl.data > dd > ul {}
#leche > div.column > div.section > dl.data > dd > ul > li {
	background-image: url(../img/img_point01.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFAF68;
	min-height: 12px;
	padding-left: 15px;
	line-height: 120%;
}
#leche > div.column > div.section > div.read {
	background-color: #F2E9D0;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 160%;
}
#leche> div.section > div.category > h3 {
	background-image: url(../img/bear/img_h3-01.png);
}
#leche > div.section > ul.file > li {
	box-shadow: 0 0 6px 0 #A88533;
	border-radius: 8px;
}
#leche > div.section > ul.file > li > a {
	padding: 7px;
}
#leche > div.section > ul.file > li p.photo {
	height: 80px;
	width: 126px;
}
#leche > div.section > ul.file > li p.photo img {
	height: 80px;
}

#painting {
}
#painting > h2 {
	background-image: url(../img/art/img_h2.png);
	height: 105px;
}

#painting> div.section > div.category > h3 {
	background-image: url(../img/art/img_h3-01.png);
}
#painting > div.section > ul.file {}
#painting > div.section > ul.file > li {
	box-shadow: 0 -2px 3px 0 #A88533;
	border-radius: 0px;
}
#painting > div.section > ul.file > li > a {
	background-image: url(../img/art/back_art00.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 23px;
	padding-bottom: 23px;
}
#painting > div.section > ul.file > li > a > p.photo {
	height: 61px;
}
#painting > div.section > ul.file > li > a > p.photo > img {
	height: 61px;
}
#painting > div.column > p.photo {
	margin-bottom: 20px;
	text-align: center;
	max-width: 680px;
}
#painting > div.column > p.photo > img {
	height: auto;
	max-width: 680px;
}
#painting > div.column > h3 {
	font-size: 18px;
	text-align: center;
}
#painting > div.column > h3:before {
	content: "『";
}
#painting > div.column > h3:after {
	content: "』";
}
#painting > div.column > div.read {
	font-size: 14px;
	line-height: 160%;
	color: #6A4800;
	text-align: center;
	margin-bottom: 20px;
}
#painting > div.column > div.section > ul.data {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CFAF67;
	text-align: center;
}
#painting > div.column > div.section > ul.data > li {
	display: inline-block;
	margin-right: 10px;
	color: #6A4800;
	overflow: hidden;
}
#painting > div.column > div.section > ul.data > li > p.title {
	font-size: 13px;
	text-align: center;
	float: left;
	width: 4em;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E6D3A2;
	color: #6A4800;
	border-radius: 6px;
}
#painting > div.column > div.section > ul.data > li > p.title + p {
	padding-left: 4.5em;
	padding-top: 3px;
	text-align: left;
	font-size: 13px;
}
#painting > div.column > div.section > ul.data > li > p.tag {
	padding-bottom: 0px;	
}
#info > h2 {
	background-image: url(../img/news/img_h2.png);
	height: 105px;
}
#info > div.column {
	color: #6A4800;
}
#info > div.column > div.intro {
	background: url(../img/img_point03.png) 10px center no-repeat,url(../img/img_line02.png) left 7px repeat-x,url(../img/back_cloth02.png) repeat;
	border-radius: 8px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
}


#info > div.column > div.intro > h3 {
	font-size: 20px;
	margin-bottom: 7px;
}
#info > div.column > div.intro > p.date {
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A8782A;
}
#info > div.column > div.intro > p.date[title="個展・イベント情報"] {
	display: block;
}
#info > div.column > div.intro > p.date[title="その他の情報"] {
	display: none;
}
#info > div.column > p.photo {
	text-align: center;
	margin-bottom: 20px;
}
#info > div.column > p.photo img {
	height: auto;
	max-width: 680px;
}
#info > div.column > div.read {
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 20px;
}
#info > div.column > div.data {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CFAF67;
	overflow: hidden;
}
#info > div.column > div.data[title="個展・イベント情報"] {
	display: block;
}
#info > div.column > div.data[title="その他の情報"] {
	display: none;
}
#info > div.column > div.data > dl {
	width: 330px;
	float: left;
	overflow: hidden;
}
#info > div.column > div.data > dl > dt {
	font-size: 13px;
	background-color: #E6D3A2;
	width: 6em;
	float: left;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-radius: 6px;
}
#info > div.column > div.data > dl > dd {
	font-size: 14px;
	margin-left: 0px;
	padding-left: 6em;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#info > div.column > div.data > div.map {
	padding-left: 350px;
}
#info > div.section > div.category {
	color: #6A4800;
	font-size: 14px;
	text-align: center;
}
#info > div.section > div.category > p {}
#info > div.section > div.category > ul {
	padding-top: 20px;
}
#sub > div.left > #info > div.section > div.category > ul > li {
	display: inline-block;
	float: none;
}
#sub > div.left > #info > div.section > ul.file {}
#sub > div.left > #info > div.section > ul.file > li {
	font-size: 16px;
	width: 100%;
	margin-right: 0px;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB9141;
}
#sub > div.left > #info > div.section > ul.file > li > p.name {
	height: auto;
	background-image: url(../img/img_point01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#sub > div.left > #info > div.section > ul.file > li > p.name > a {
	text-decoration: underline;
}
#shop > h2 {
	background-image: url(../img/shop/img_h2.png);
	height: 100px;
}
#shop > div.column {
	color: #6A4800;
	text-align: center;
}
#shop > div.column > div.read {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
#shop > div.column > dl {
	font-size: 14px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#shop > div.column > dl > dt {
	margin-bottom: 15px;
}
#shop > div.column > dl > dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom: 30px;
	border-bottom-color: #BB9141;
}
#mainte > h2 {
	background-image: url(../img/mainte/img_h2.png);
	height: 100px;
}
#sub > div.left > #mainte > h2 {
	margin-bottom: 60px;
}
#mainte > p.photo {
	text-align: center;
	margin-bottom: 30px;
}
#mainte > p.photo > span {
	background-image: url(../img/mainte/img_illust01.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: inline-block;
	height: 106px;
	width: 126px;
}
#mainte > div.read {
	font-size: 16px;
	text-align: center;
	line-height: 180%;
	color: #6A4800;
	padding-bottom: 60px;
}#error {
	text-align: center;
	color: #6A4800;
}
#error > h2 {
	background-image: url(../img/error/img_h2.png);
	height: 99px;
}
#error > p.photo {
	text-align: center;
	margin-bottom: 30px;
}
#error > p.photo > span,#contact > div.clumn > p.photo > span {
	background-image: url(../img/error/img_illust01.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: inline-block;
	height: 106px;
	width: 126px;
}
#error > h3 {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 140%;
}
#error > div.read {
	font-size: 16px;
	line-height: 180%;
	padding-bottom: 60px;
}
#contact > h2 {
	background-image: url(../img/contact/img_h2.png);
	height: 102px;
}
#contact > h2 + div.read {
	text-align: center;
}
#contact span.require {
	color: #990000;
}
#contact > div.column {
	color: #6A4800;
}
#contact > div.column > h3 {
	font-size: 26px;
	background-image: url(../img/img_point02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
#contact > div.column > div.read {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 160%;
}
#contact > div.column dl.data {
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#contact > div.column dl.data > dt {
	font-size: 13px;
	float: left;
	width: 210px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../img/img_point01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#contact > div.column dl.data > dd {
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB9141;
	padding-left: 240px;
	font-size: 14px;
	min-height: 2.5em;
}
#contact > div.column dl.data > dd input[type="text"],#contact > div.column dl.data > dd textarea,#contact > div.column div.security > p > input {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #E6D3A2;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
#contact > div.column dl.data > dd select {
	border: 1px solid #E6D3A2;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 5px;
}
#contact > div.column dl.data > dd div.checkbox {
	display: inline-block;
}
#contact > div.column div.security {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E6D3A2;
	margin-bottom: 20px;
	padding-top: 5px;
}
#contact > div.column div.security > h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#contact > div.column div.security > p.photo {}
#contact > div.column div.security > p.photo img {
	border: 1px solid #E6D3A2;
}
#contact > div.column div.security > p.photo + p {
	margin-bottom: 5px;
}
#contact > div.column div.security > p > span.title {
	display: inline-block;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-radius: 15px;
	background-color: #E6D3A2;
}
#contact > div.column div.button {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#contact > div.column div.button > input{
	font-size: 15px;
	background-color: #E6D3A2;
	border-radius: 8px;
	text-decoration: none;
	color: #6A4800;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	cursor: pointer;
	border: 1px solid #B08335;
}
#contact > div.column div.button > input[type="submit"] {
	color: #FFFFFF;
	background-color: #B08335;
	display: inline-block;
	margin-right: 10px;
}
#contact > div.column div.button > input[value="書き直す"] {
	background-color: #E6D3A2;
	border-radius: 8px;
	text-decoration: none;
	color: #6A4800;
	border: 1px solid #B08335;
}
#contact > div.column div.button > input:hover {
	color: #FFFFFF;
	background-color: #6A4800;
}
