@charset "UTF-8";
@import url("../_css/share.css");

/*
投稿画像ページ
+++++++++++++++++++++++++++++++++*/
.galley_col {
	width:675px;
	margin:40px 0px 0px 67px;
	text-align:left;
}
.galley_col a {
	width:75px;
	margin:10px;
	float:left;
	display:inline;
}
/*
写真の投稿ページ
+++++++++++++++++++++++++++++++++*/
#post_container {
	width:700px;
	margin:35px 50px 0px 50px;
}
#cation_blk {
	margin:10px 0px 0px 0px;
	padding:20px 0px;
	background:#e7e5cb;
}
#cation_blk h3 {
	margin:0px 20px;
}
#cation_blk ul {	
	margin:10px 20px 0px 20px;
	padding-left:20px;
}
#cation_blk ul li {	
	margin-top:5px;
}
#form_blk {
	padding:30px 0px;
	border-right:solid 1px #3a3320;
	border-bottom:solid 1px #3a3320;
	border-left:solid 1px #3a3320;
}
p#Hissu {
	margin:0px 50px;
}
/*
フォームメール
*/
#form_blk table#FromLayout {
	width:600px;
	margin:5px 50px 0px 50px;
}
form table#FromLayout {
	width:590px;
	border-top:solid 1px #a6a08b;
	border-right:solid 1px #a6a08b;
}
form table#FromLayout th {
	width:150px;
	font-weight:normal;
	background:#fff5f5;
}
form table#FromLayout th,
form table#FromLayout td {
	text-align:left;
	padding:7px;
	border-bottom:solid 1px #a6a08b;
	border-left:solid 1px #a6a08b;
}
form table#FromLayout th {
	background:#e7e5cb;
	border-left:solid 5px #8d8148;
}
form table#FromLayout td {
	width:450px;
	background:#ffffff;
}
form table#FromLayout td input,
form table#FromLayout td textarea {
	margin:4px;
}
/* テキストフィールド共通 */
#f_name,
#f_mail,
#f_tmp_ttl,
textarea#f_cmt {
	padding:3px 2px;
	font-size:90%;
	border:solid 1px #ccc;	
}
input#f_name {
	width:100px;
}
input#f_mail {
	width:180px;
}
input#f_tmp_ttl {
	width:300px;
}
input#f_tmp {
	font-size:1em;
}
textarea#f_cmt {
	width:436px;
	height:100px;
	font-weight:normal;
}
p#FromBtns {
	margin-top:10px;
	text-align:center;
}
p#FromBtns input {
	font-size:1em;	
}
.Honbun {
	line-height:1.5em;
}
.thumb_disp {
	text-align:center !important;
}
/*送信完了しました。*/
p#Complete {
	border:solid 1px #cccccc;
	margin-top:15px;
	padding:30px 0px;
	text-align:center;
	background:#e7e5cb;
}

