﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

h4 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

#main .content > :first-child { margin-top: 0 !important; }

#main .content .title {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px;
}

#main .content .title2 {
	color: #4C536C;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
}

#main .content > p {
	color: #4C536C;
	margin: 10px 0;
	text-shadow: 0 1px 1px #ccc;
}

#main .content p.note {
	color: #4C536C;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 1px 1px #ccc;
}

/* Box white */

#main .content .box-white {
	background: #fff;
	border: 1px solid #B4B7BB;
	border-radius: 10px;
}

#main .content .box-white p {
	border-bottom: 1px solid #B4B7BB;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

#main .content .box-white div span.detail {
	color: #999;
	float: none;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

#main .content .box-white div {
	border-bottom: 1px solid #B4B7BB;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

#main .content .box-white div a { font-size: 14px; }

#main .content .box-white div:last-child { border-bottom: none; }

#main .content .box-white p:last-child { border-bottom: none; }

#main .content .box-white p span {
	color: #4C556C;
	float: right;
	font-weight: normal;
}

#main .content .box-white p span.detail {
	color: #999;
	float: none;
	font-size: 12px;
	margin-left: 5px;
}

#main .content .box-white p span.arrow {
	color: #666;
	float: none;
	font-family: monospace;
	font-weight: bold;
	margin-left: 5px;
	text-shadow: 0 1px 1px #666;
}



a {
	-webkit-touch-callout: none;
	color: #4a793f;
	font-size: 12px;
	text-decoration: none;
}

#main .content .button {
	border: 1px solid #999;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	width: 100%;
}

#main .content .button.red {
	background: #D42E32; /* Old browsers */
	background: -moz-linear-gradient(top, #d58e94 0%, #d42e32 50%, #be1012 51%, #90191b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d58e94), color-stop(50%, #d42e32), color-stop(51%, #be1012), color-stop(100%, #90191b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d58e94 0%, #d42e32 50%, #be1012 51%, #90191b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d58e94 0%, #d42e32 50%, #be1012 51%, #90191b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d58e94 0%, #d42e32 50%, #be1012 51%, #90191b 100%); /* IE10+ */
	background: linear-gradient(top, #d58e94 0%, #d42e32 50%, #be1012 51%, #90191b 100%); /* W3C */
	border-color: #9A8185;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d58e94', endColorstr='#90191b', GradientType=0); /* IE6-9 */
}


	/* All portable */

@media only screen and (max-device-width: 1024px) {	
}
	/* iPhone */

@media only screen and (max-width: 768px) {
}