@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:180%;
	border-top:solid 20px #303330;
}

article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {
	display: block
}

img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style:none;
}

.box {
	border:solid 1px #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
}
.table td {
	vertical-align:top;
}



/* CSS Document */

header {
	display:table;
	width:950px;
	margin:20px auto;
}

header h1,
header ul {
	display:table-cell;
	vertical-align:middle;
}
header ul {
	text-align:right;
}
header ul li {
	display:inline-block;
	margin-left:15px;
}
header ul li a {
	text-decoration:none;
	font-size:80%;
	line-height:130%;
	font-weight:bold;
	color:#303330;
}



/* CSS Document */

div.main {
	background:url(../images/top_bg.jpg) center center no-repeat;
	padding:200px 0;
	text-align:center;
}

h2 {
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	width:950px;
	margin:30px auto;
	padding:10px;
	font-size:100%;
	line-height:130%;
	color:#333;
}

article {
	width:950px;
	margin:0 auto;
}



/* CSS Document */

.company table {
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	font-size:80%;
	line-height:150%;
}
.company table th {
	width:200px;
	background-color:#D3DAFE;
}
.company table th,
.company table td {
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding:15px;
}
.company table td ul li {
	list-style:disc;
	margin-left:1.5em;
}



/* CSS Document */

.service p {
	font-size:80%;
	line-height:150%;
	margin:30px 0;
}



/* CSS Document */

.staff p {
	font-size:80%;
	line-height:150%;
}



/* CSS Document */

.contact p {
	font-size:80%;
	line-height:150%;
}
.contact h3 {
	background-color:#D3DAFE;
	margin:20px 0;
	padding:5px 10px;
	font-size:100%;
}



/* CSS Document */

.policy h3 {
	margin:50px 0;
	font-size:100%;
}

.policy p {
	margin:50px 0;
	font-size:90%;
	line-height:150%;
}

.policy ol {
	margin-left:3em;
}
.policy ol li {
	list-style:decimal;
	margin:10px 0 10px 1.5em;
}
.policy ul li {
	list-style:disc;
	margin:10px 0 10px 3em;
}













/* CSS Document */

.check {
	margin:30px;
}
.check li {
	background:url(../images/check.gif) no-repeat;
	background-position:left center;
	padding:15px 0 15px 50px;
	border-bottom:dotted 1px #CCC;
}

.qa {
	padding:0 30px;
}
.qa dt {
	font-size:150%;
	line-height:130%;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 3px;
	color:#06C;
	border-bottom:dashed 1px #CCC;
}
.qa dd {
	font-size:150%;
	line-height:150%;
	margin:0 0 60px;
	text-indent:-1.4em;
	padding-left:1.4em;
}
.qa dd span {
	color:#F00;
	font-weight:bold;
}




/* CSS Document */

.form input[type="text"],
.form input[type="email"] {
	width:100%;
	padding:5px;
	border:solid 1px #CCC;
}

::-webkit-input-placeholder {
	color:#CCC;
}
::-moz-placeholder {
	color:#CCC;
	opacity: 1;
}
:-ms-input-placeholder {
	color:#CCC;
}

.form button {
	background: #abde1f;
	background: -moz-linear-gradient(top,  #abde1f 0%, #8cc118 100%);
	background: -webkit-linear-gradient(top,  #abde1f 0%,#8cc118 100%);
	background: linear-gradient(to bottom,  #abde1f 0%,#8cc118 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abde1f', endColorstr='#8cc118',GradientType=0 );
	border:solid 1px #8cc118;
	width:100%;
	font-size:230%;
	line-height:130%;
	text-align:center;
	padding:30px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#FFF;
	text-shadow:2px 2px 0 rgba(0,0,0,0.3);
	cursor:pointer;
}
.form button:hover {
	background: #a90329;
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	border:solid 1px #a90329;
}




/* CSS Document */

footer {
	text-align:center;
	margin:50px 0 0;
}

footer p {
	background-color:#303330;
	color:#FFF;
	padding:10px 0;
	font-size:60%;
	line-height:130%;
}

footer nav {
	color:#CCC;
	margin:30px 0 15px;
	font-size:70%;
	line-height:130%;
}
footer nav a {
	color:#666;
	text-decoration:none;
	margin:0 20px;
}
footer nav a:hover {
	color:#999;
	text-decoration:underline;
}




/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
	display:inline;
}

.u {
	text-decoration:underline;
}

.revocation {
	text-decoration:line-through;
}

.center {
	text-align:center;
}