/*----------------------------------
reset
----------------------------------*/

html, body, div, span, applet, object, iframe,
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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*--------------------------------*/

body {
    font-size: 18px;
    font-family: Arial, Roboto, "“Droid Sans”", “メイリオ”, Meiryo, "“ヒラギノ角ゴ ProN W3″", "“Hiragino Kaku Gothic ProN”", sans-serif;
    word-break: break-all;
	background: #DDEAF5;
	-webkit-text-size-adjust: none;
}

strong {
	font-weight: bold;
}

#main {
	background: #fff;
	padding: 2.5%;
	box-sizing: border-box;
	width: 95%;
	margin: 2.5%;
	border-radius: 5px;
}

h1 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
	padding: 2.5%;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #127286, #1a9eba);
    background: -webkit-gradient(linear, left top, left bottom, from(#127286), to(#1a9eba));
	box-sizing: border-box;
	text-align: center;
}

h2#t1 {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
	padding: 2.5%;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #ba6205, #ed7a00);
    background: -webkit-gradient(linear, left top, left bottom, from(#ba6205), to(#ed7a00));
	box-sizing: border-box;
	text-align: center;
}

h2#t2 {
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
	padding: 2.5%;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #138c5a, #19b474);
    background: -webkit-gradient(linear, left top, left bottom, from(#138c5a), to(#19b474));
	box-sizing: border-box;
	text-align: center;
}

h2#t3 {
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
	padding: 2.5%;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #127286, #1a9eba);
    background: -webkit-gradient(linear, left top, left bottom, from(#127286), to(#1a9eba));
	box-sizing: border-box;
	text-align: center;
}

section {
	width: 100%;
	margin: 10% auto;
	border: 1px solid #999;
	box-sizing: border-box;
}

.title {
	background: #999;
	color: #fff;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}

dl dt {
	background: #efefef;
	padding: 10px;
	text-align: center;
	border-bottom: 1px dashed #000;
	box-sizing: border-box;
}

dl dd {
	padding: 10px;
	text-align: center;
	border-bottom: 1px dashed #000;
	box-sizing: border-box;
}

dl dd:last-child {
	border-bottom: 0;
}

dl dd input[type="submit"] {
    background: -moz-linear-gradient(top, #2fa7c0, #45cae6);
    background: -webkit-gradient(linear, left top, left bottom, from(#2fa7c0), to(#45cae6));
	color: #fff;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	border: 0;
}

dl dd input[type="submit"]:hover {
	opacity: 0.6;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.mtb20 {
	margin-top: 2.5% !important;
	margin-bottom: 2.5% !important;
}

.mt20 {
	margin-top: 2.5% !important;
}

.mb20 {
	margin-bottom: 2.5% !important;
}

.mtb40 {
	margin-top: 5% !important;
	margin-bottom: 5% !important;
}

.mt40 {
	margin-top: 5% !important;
}

.mb40 {
	margin-bottom: 5% !important;
}

.mtb60 {
	margin-top: 10% !important;
	margin-bottom: 10% !important;
}

.mt60 {
	margin-top: 10% !important;
}

.mb60 {
	margin-bottom: 10% !important;
}

.ptb20 {
	padding-top: 2.5% !important;
	padding-bottom: 2.5% !important;
}

.pt20 {
	padding-top: 2.5% !important;
}

.pb20 {
	padding-bottom: 2.5% !important;
}

.ptb40 {
	padding-top: 5% !important;
	padding-bottom: 5% !important;
}

.pt40 {
	padding-top: 5% !important;
}

.pb40 {
	padding-bottom: 5% !important;
}

.ptb60 {
	padding-top: 10% !important;
	padding-bottom: 10% !important;
}

.pt60 {
	padding-top: 10% !important;
}

.pb60 {
	padding-bottom: 10% !important;
}

strong,b {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.comment-text {
    color: #0c97d9;
}