﻿@charset "utf-8";
/* CSS Document */

html,body{
	color: #333;
	background-color: #FCFCFC;
	font-size: 16px;
	text-align: center;
}
section{
	width: 940px;
	margin:0 auto 40px;
	padding: 40px 20px 100px;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 150%;
}
a{
	color: #f66508;
	text-decoration: none;
	font-weight: bold;
}

article{
	width: 900px;
	text-align: left;
	margin:0 auto;
}

h1{
	font-size:0;
	margin:40px 0;
}
h2{
	font-size: 28px;
	font-weight: bold;
	margin:20px 0;
}
h3{
	font-size: 18px;
	margin:20px 0;
}
h4{
	width: 100%;
	text-align: center;
	border-bottom: 4px solid #e49700;
	font-size: 28px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 60px 0 20px;
	padding: 0 10px 2px 8px;
	position: relative;
	top: 3px;
	vertical-align: middle;
}

h5.pre{
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0;
	padding: 4px;
}

h5.contact{
	border:none;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: 4px solid #e49700;
	margin: 40px 0 20px;
	padding: 0 10px 2px 8px;
	background-color: #FCFCFC;
}

.sign li{
	display: inline-block;
	margin:10px 22px 40px 0;
	vertical-align: top;
	text-align: center;
}

.sign h5{
	border:none;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	background-color: #FCFCFC;
	line-height: 120%;
}

.limitday{
	font-size:26px;
	font-weight: bold;
}

ol{
	margin-left: 60px;
	margin-right: 20px;
}

ol{
	list-style-type:decimal;
}
ul{
	margin-left:30px;
	margin-right:20px;
}
ul.disc{
	list-style-type: disc;
	margin-left:40px;
}

ol > li{
	margin:30px 0;
}

ul > li{
	margin:30px 0 40px;
}


.sns_tw{
	background-color: #55acee;
	text-align: center;
	color: #fff;
}
.sns_tw a{
	display: block;
}
.sns_tw span{
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}
.sns_tw img{
	vertical-align: middle;
}

.twitter-timeline{
	margin:0 auto;
	display: block;
}

.twwg{
	text-align: center;
	margin:40px 0;
}

.twwg_txt{
	font-size:12px;
}

.borderbox{
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
	text-align: center;
}
.txtred{
	color: #bf0101;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

small{
	font-size:14px;
	font-weight: bold;
}

.m30{
	margin:30px 0 30px 30px;
}

.txt-center{
	text-align: center;
}

.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.42857;
	margin-bottom: 20px;
	margin-top:10px;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	width: 90%;
}
.btn-color {
	background-color: #f17628;
	border-color: #F66508;
	color: #fff;
}
.btn-color:hover,
.btn-color.focus, .btn-color:focus,
.btn-color.active, .btn-color:active{
	background-color: #F66508;
	border-color: #F66508;
	color: #fff;
}

.wllpp .btn{
	width: 94%;
}

.wllpp .btnsp{
	height: 40px;
	line-height:40px;
}