@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 6/9
*/
/*------------------------------------------------------------
	テンプレート個別ページ
------------------------------------------------------------*/
#conts h2 {
	text-transform: uppercase;
}

#conts .thumnaill {
	margin: 0 0 30px 10px;
	width: 311px;
	height: 510px;
	display: inline;

	float: left;
}

#conts .thumnaill img {
	border: 1px solid #ccc;
}

#conts #download {
	margin-bottom: 30px;
	width: 280px;
	background: #FAFAFA;

	float: right;

	text-align: center;
}

#conts #download input,
#conts #download textarea {
	font-size: 100%;
}

#conts #download dl {
	margin-bottom: 10px;
	padding: 15px 10px 15px 15px;
	border: 1px solid #C2C2C2;

	text-align: left;
}

#conts #download dt {
	margin-bottom: 0.3em;
}

#conts #download dd {
	margin-bottom: 2em;
}

#conts #download dd.fRegulation {
	margin-bottom: 0;
}

#conts #download #fUrl {
	width: 245px;
}

#conts #download textarea {
	margin-bottom: 10px;
	width: 245px;
	height: 200px;

	line-height: 1.4;
}

#conts #download #fYes {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
