@charset "UTF-8";

body, div, p, footer, h1, h2, h3 {
	border:0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #8CBB59;
	font-size:1.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	/* 長押し禁止 */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

input, button {
	font-size:0.9em;
}

.background {
	background:url(../img/bg.png);
	padding-top:10px;
}

.contents {
	position: relative;
	min-width: 770px;
	width: 770px;
	height: auto;
	margin: auto;
	padding: 10px;
	
	color: #333;
	
	border-radius: 15px;
	border: 5px solid #393;
	background: #FFF;
	background: #FFF url(../img/top_gun_logo_mini.png) no-repeat right bottom;
}

.hide {
	display: none;
}

/********************************************************************************
* a (link)
********************************************************************************/

a {
	color: #0000FF;
	font-style: normal;
	text-decoration: none;
}

a:link, a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

/********************************************************************************
* btn
********************************************************************************/

.btn-blue {
	background: #EEE;
	padding: 2px 10px;
	border: 2px solid #CCC;
	text-decoration: none;
	color: #000;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
}

.btn-blue:hover {
	background: #06C;
	border: 2px solid #06C;
	color: #FFF;
}

.btn-blue:active {
	background: #EEE;
	border: 2px solid #EEE;
	color: #FFF;
}

/********************************************************************************
* txt
********************************************************************************/

.txt-white {
	background: #FFF;
	padding: 2px 10px;
	border: 2px solid #CCC;
	text-decoration: none;
	color: #000!important;
	border-radius: 3px;
}

/********************************************************************************
* box
********************************************************************************/

.box-left {
	display:table-cell;
	width:400px;
}

.box-right {
	display:table-cell;
	width:400px;
}

.divisor {
	border-right:3px solid #CCC;
}

.centering {
	text-align:center;
}

.orange {
	color: #F90;
}

.clear {
	clear:both;
}

/********************************************************************************
* badge
********************************************************************************/

.badge-blue {
	background: #09C;
	padding: 15px 20px 5px 20px;
	border-radius: 20px;
	color: #FFF;
}

.badge-gray {
	background: #CCC;
	padding: 15px 20px 5px 20px;
	border-radius: 20px;
	color: #FFF;
}

/********************************************************************************
* m (margin)
********************************************************************************/

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }
.mt150 { margin-top: 150px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

/********************************************************************************
* border radius
********************************************************************************/

.brlt10 { border-radius: 10px 0 0 0; }
.brrt10 { border-radius: 0 10px 0 0; }
.brrb10 { border-radius: 0 0 10px 0; }
.brlb10 { border-radius: 0 0 0 10px; }
.brltlb10 { border-radius: 10px 0 0 10px; }

/********************************************************************************
* table-form (margin)
********************************************************************************/

table.form th {
	padding: 10px;
	border-bottom: 1px solid #FFF;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #09C;
	color: #FFF;
}

table.form td {
	border-bottom: 1px dashed #CCC;
}

table.form .red {
	font-size: 0.7em;
	color: #F90;
}

table.form .blue {
	font-size: 0.7em;
	color: #0CF;
}

/********************************************************************************
* table-design
********************************************************************************/

table.design1 {
	font-size: 0.9em;
}

table.design1 th {
	font-weight: normal;
	background-color: #09C;
	color: #FFF;
	padding-top: 3px;
	border-right: 1px solid #FFF;
}

table.design1 th:first-child {
	border-radius: 10px 0 0 0;
}

table.design1 th:last-child {
	border-radius: 0 10px 0 0;
	border-right: 0;
}

table.design1 td:first-child {
	border-left: 1px dashed #CCCCCC;
}

table.design1 td {
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 3px 3px 0 3px;
	vertical-align: bottom;
}

/********************************************************************************
* balloon
********************************************************************************/

.balloon {
	position: relative;
	background: #FFC;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	border-radius: 15px;
	border: 4px solid #FC6;
	padding:10px 5px 10px 5px;
	text-align:left;
}

.balloon:after {
	content: "";
	position: absolute;
	border-top: 25px solid #FFC;
	border-right: 18px solid transparent;
	border-left: 0 solid transparent;
	left: 174px;
	bottom: -13px;
}

.balloon:before {
	content: "";
	position: absolute;
	border-top: 25px solid #FC6;
	border-right: 18px solid transparent;
	border-left: 0 solid transparent;
	left: 170px;
	bottom: -25px;
}

/********************************************************************************
* footer
********************************************************************************/

footer {
	width: 100%;
	/*height: 216px;*/
	background: url(../img/footer.png);
	font-weight: normal;
}

footer > div.copyright {
	padding-top: 180px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
}

/********************************************************************************
* sympo
********************************************************************************/

body.sympo {
	background:url(../img/pattern.png);
	background-color:#9C9;
}

body.sympo .background {
	background: none;
	padding-top: 10px;
}

body.sympo .contents {
	position: relative;
	min-width: 770px;
	width: 770px;
	height: auto;
	margin: auto;
	padding: 10px;
	
	color: #333;
	
	border-radius: 15px;
	border: 5px solid #996;
	background: #FFF;
	background: #FFF url(../img/top_gun_logo_mini.png) no-repeat right bottom;
}

.sympo_box {
	background: #EB6100;
	padding: 10px;
	border: 0;
	text-decoration: none;
	color: #FFF!important;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
}

footer.sympo {
	/*position: fixed;
	bottom: 70px;*/
	width: 100%;
	height: auto;
	background: none;
	font-weight: normal;
}

footer.sympo > div.copyright {
	padding-top: 0;
	width: 100%;
	color: #333;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
}