/* layout */

/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height:100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #333;
  font-family: Arial,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo, sans-serif;
  font-size: 0.9em;
  text-align: center;
  height: 100%;
  min-width: 100%;
  background-color: #FFF;
}

#container {
	width:700px;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}

body > #container {
	height: auto;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

input,textarea {
  font-family:Arial,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo, sans-serif;
}

input[type="text"],input[type="password"],input[type="button"],input[type="submit"] {
  font-size:16px;
}

input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}

input[type="submit"],input[type="button"] {
  -webkit-appearance: none;
}

select {
  font-size:16px;
}

dl,dt,dd {
  margin:0;
  padding:0;
}

ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

h1 {
  margin: 0;
  padding: 0px 5px;
  display: inline-block;
  color: #FFF;
  *display: inline;
  *zoom: 1;
  color:#FFF;
}

h1 img{
  display: inline-block;
  width: 200px;
  vertical-align:middle;
}

h1 span{
  padding-left:5px;
  white-space: nowrap;
}

h2 {
  margin: 0;
  padding: 5px;
  background-color:#009D7A;
  color: #FFF;
  font-size: 1.2em;
  border-left:5px solid #C85554;
}

h3 {
  padding: 3px;
  border-left: 6px solid #2e8b57;
  border-bottom: 1px solid #2e8b57;
}

h5 {
  font-size:1em;
  margin:10px 0;
}

p {
  margin: 0 0 3px 0;
}

a:link {
  color: #3333ff;
}
a:visited {
  color: #3333ff;
}
a:hover {
  color: #ff3333;
}
a:active {
  color: #ff8000;
}

.bg-gray {
  background-color:#F4EDE6;
}

.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.font-small {
  font-size: 0.75em;
}

img {
	border-style:none;
}

.pos-right {
	text-align:right;
}
.pos-center {
	text-align:center;
}

/* contents header */
#header {
  width:100%;
  height: 85px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
  vertical-align:middle;
  border-bottom:2px solid #CCC;
  background-color:#009D7A;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#009D7A), to(#006633));
	background-image: -webkit-linear-gradient(top, #009D7A, #006633);
	background-image: -moz-linear-gradient(top, #009D7A, #006633);
	background-image: -ms-linear-gradient(top, #009D7A, #006633);
	background-image: -o-linear-gradient(top, #009D7A, #006633);
	background-image: linear-gradient(to bottom, #009D7A, #006633);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#009D7A, endColorstr=#006633);

}

.headerinner {
}

.headerlogo {
  padding:17px 5px;
  width: 230px;
  float:left;
}

.headernavi {
  width:450px;
  padding:8px 5px 17px 5px;
  float:left;
}

.headernavi a {
  color: #FFF;
}

.headernavi ul {
	text-align: right;
}

.headernavi li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding:0 1px;
}

.header-logout {
  padding:5px;
  margin-right:0;
  margin-left:auto;
  text-align:right;
}

.header-logo {
  float:left;
  margin: 5px 0px 0px;
}

.header-welcome {
  width:450px;
  float: left;
  text-align: right;
  padding: 3px 5px 0px;
}

.header-welcome p {
  font-size: 12px;
  color: #FFF;
  padding: 0;
  margin: 0;
}

.navi-btn {
  width:100px;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  display:inline-block;
  text-align:center;
  padding:6px 0;
  color:#fff;
  border:1px solid #d3d3d3;
  background-color:#f5f5f5;
}

a:link.navi-btn {
  color: #696969;
}

a:visited.navi-btn {
  color: #696969;
}

#footer {
  width:100%;
  height: 160px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
  vertical-align:middle;

  border-top:2px solid #CCC;
  border-bottom:1px solid #CCC;
  position:absolute;
  bottom:0;
  background-color:#009D7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#009D7A));
	background-image: -webkit-linear-gradient(top, #006633, #009D7A);
	background-image: -moz-linear-gradient(top, #006633, #009D7A);
	background-image: -ms-linear-gradient(top, #006633, #009D7A);
	background-image: -o-linear-gradient(top, #006633, #009D7A);
	background-image: linear-gradient(to bottom, #006633, #009D7A);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#006633, endColorstr=#009D7A);
}

.footerinner {
	width: 650px;
	margin: 0 auto;
}

.footernavi {
  font-size: 80%;
}

.footernavi .ft-right {
  text-align: right;
}

.footernavi ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

.footernavi li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding:0 10px;
  vertical-align:middle;
}

.footernavi li + li {
  border-left:1px solid #FFF;
}

.footernavi li a {
  color: #FFF;
}

.footerbottom {
  text-align:center;
  height: 20px;
}

.footerbottom p.copyright {
  font-size: 0.7em;
  margin: 0;
  padding :0;
  color: #FFF;
}

.color-red {
	color:#dc143c;
}

.button_link {
	display:inline-block;
	border:1px solid #cacaca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1em;
	padding: 8px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration:none;
	display:inline-block;
	ext-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #000;
	background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ebebeb));
	background-image: -webkit-linear-gradient(top, #fafafa, #ebebeb);
	background-image: -moz-linear-gradient(top, #fafafa, #ebebeb);
	background-image: -ms-linear-gradient(top, #fafafa, #ebebeb);
	background-image: -o-linear-gradient(top, #fafafa, #ebebeb);
	background-image: linear-gradient(to bottom, #fafafa, #ebebeb);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#ebebeb);
}

.button_link:hover{
	border:1px solid #b3b3b3;
	background-color: #cdcdcd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
	background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

a.button_link:link {
	color: #000;
}

a.button_link:visited {
	color: #000;
}

a.button:link {
	color: #FFF;
}
a.button:visited {
	color: #FFF;
}

#main-wrap {
	padding:0px 40px 160px 40px;
}

#main {
  height: 100%;
  margin:0px auto;
  background-color:#FFF;
}

.contents {
  width: 500px;
  margin: 10px auto;
}

.page-title {
  width: 100%;
  margin: 10px auto;
}

.back {
  margin: 10px auto 20px;
  text-align: center;
}

/* privacy */
.privacy {
	margin-bottom: 30px;
}

.privacy-title,.privacy-title2,.privacy-title3,.privacy-title4 {
	font-weight:bold;
}

.privacy-title3 {
	padding:5px;
	margin:5px 0;
	background-color: #006600;
	color:#FFF;
}

.privacy-ul{
	margin: 20px;
	list-style:disc;
}

.privacy-ul li {
	margin-bottom: 10px;
}

.privacy-ol, .privacy-ol2{
	padding-left: 20px;
}

.privacy-ol ol, .privacy-ol2 ol{
	padding-left: 20px;
}

.privacy-ol li {
	margin-bottom: 8px;
}

.ol-roman {
	list-style:upper-roman;
}

.ol-disc {
	list-style:disc;
}

/* info */
.info {
	margin-bottom: 30px;
}
.info-ul {
	margin: 20px;
	list-style:disc;
}

/* company */
.company {
	margin-bottom: 30px;
}

table.tblcompany {
	width: 500px;
	margin: 5px auto;
	border-collapse: separate;
	border-spacing: 0px 3px;
	font-size: 12px;
}

table.tblcompany th,
table.tblcompany td {
	padding: 10px;
}

table.tblcompany th {
	background: #006633;
	vertical-align: middle;
	text-align: left;
	width: 150px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
}

table.tblcompany td {
	background: #f8f8f8;
	width: 290px;
	padding-left: 20px;
}

/* faq */
.faq {
	width: 600px;
	margin: 20px 10px 30px;
}

.faqcategory {
	width: 100%;
	margin: 20px 10px 30px;
}

.faqdesc {
	margin-bottom:20px;
}

.faqdesc-title {
	font-weight:bold;
}

.faqdesc ul {
	margin-left:20px;
	list-style:disc;
}

.faqcategory ul li{
	margin-bottom: 10px;
}

.faqitem, .faqitem-last {
	padding: 15px 5px;
}

.faqitem {
	border-bottom:1px solid #CCC;
}

.faqitem p {
	padding:0;
	margin:0;
}

.faq-answer {
}

.faq-answer p.mgtop{
	margin-top: 10px;
}


.faq-question {
	font-weight: bold;
	margin-bottom: 5px;
}

.faq-a {
	color:#4169e1;
	padding-right: 8px;
	font-weight:bold;
}

.faq-q {
	color:#ff69b4;
	padding-right: 8px;
	font-weight:bold;
}

/* manual */
.mansec {
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}

.mansec man-title {
}

.mansec p {
	margin-left: 10px;
}

.man-description img {
	width: 300px;
	border: 0;
	margin: 0 0 10px 10px;
	float: right;
}

.caution {
	font-size: 0.8em;
	margin-left: 5px;
	margin-bottom: 10px;
}

.caution-title {
	font-weight: bold;
}

.caution ul{
	margin: 5px 30px;
	list-style: square;
}
