@charset "utf-8";

/* デフォルトスタイル解除 */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol ,li, dl, dt, dd, table, th, td, form, fieldset, a {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* ページスタイル */
body {
	margin: 0;
	padding: 10px;
}

#main {
	width: 600px;
	margin: 10px auto 0;
	padding-bottom: 15px;
	border: 1px dashed #e76390;
}

#button {
	width: 600px;
	margin-top: 10px;
	text-align: center;
}

#photo_box {
	width: 600px;
}

#text_box {
	width: 600px;
	margin-bottom: 10px;
	text-align: center;
}


/* バリデーション　フォーム */

#carousel {
	width: 600px;
	height: 280px;
	overflow: scroll;
}

#carousel img {
	width:150px;
	height:150px;
}

#left-but {
	width: 60px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: firebrick;
	border-radius: /*15px 0px 0px 15px*/15px;
	box-shadow: 0px 3px 5px #ebc9d5;
	border: 2px outset maroon;
	
	color: white;
	font-size: 12px;
}

#right-but {
	width: 60px;
	background-color: firebrick;
	padding-top: 2px;
	padding-bottom: 3px;
	border-radius: /*0px 15px 15px 0px*/15px;
	box-shadow: 0px 3px 5px #ebc9d5;
	border: 2px outset maroon;
	
	color: white;
	font-size: 12px;
}

#title-text {
	height: 20px;
	color: maroon;
	font-size: 14px;
	letter-spacing: 1px;
}

#alt-text {
	font-size: 18px;
}

