/* PC用スタイルシート */

* {
	float:      none;
	position:   static;
	text-align: center;
}

main {
	width:          100%;
	display:        inline-block;
	vertical-align: top;
}

img {
	max-width: 100%;
	height:    auto;
	margin:    10px 10px 10px 10px;
}

iframe {
	width:     420px;
	height:    300px;
}

p {
	font-size: 100%;
}

a {
	font-size:       100%;
	color:           #000000;
	text-decoration: underline;
	line-height:     1.5;
}
a:hover {
	color:           #FF0000;
}

ul {
	font-size: 100%;
}

hr {
	padding:    20px 0;
	border:     none;
	border-top: 2px solid #A0A0B0
}

textarea {
	height:     90px;
	width:      420px;
	text-align: left;
}


.big {
	font-size: 150%;
}

.small {
	font-size: 80%;
}


