﻿@charset"utf-8";

/*-----------------------------------------
all
-------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	font:84%/1.2em  Arial, Helvetica, sans-serif;
	color:#555;
	display: block;
	background: #e5e5e5;
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

p,ul,ol,li,dl,dt,dd,form,h1,h2,h3,h4,h5{
	margin:0;
}

h1,h2,h3,h4{
	font-size:100%;
	color:#000;
}

ul{
	padding:0px;
	list-style:none;
}

div#wrap{
	margin: 0;
}

.card{
	width:95%;
	margin: 0 auto; 
	margin-top:10px;
	margin-bottom:10px;
	padding: 15px 0px 15px 0px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 4px -1px #999999;	
	-webkit-border-radius: 2px;		/*ボタンの角を丸く*/
}

.text_area{
	width:95%;
	margin: 0 auto; 
}

.bold{
	font-weight: bold;
}
a{
	text-decoration: none;
	display: block;
	word-wrap: break-word;
}

.right_box{
	text-align:right;
	margin:25px 0px 20px 0px;
}	

/*-----------------------------------------
   個別指定
-------------------------------------------*/
h1#subject{
	margin:10px 0px 15px 0px;
	font-size: 120%;
	font-weight: bold;
}

h2{
	margin: 15px 0px 0px 0px;
	padding:3px;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
}

.indent{
	margin-top: 10px;
	margin-left: 3px;
}

.indent_s {
	margin-top: 5px;
	margin-left: 2px;
}

.txt_underline {
	text-decoration:underline;
}

/*-----------------------------------------
   リスト
-------------------------------------------*/
ul.seq {
	list-style: decimal outside !important;
	margin-left:20px;
}

ul.seq li{
	margin-top: 10px;
}


ul.seq_non {
	list-style: none;
	margin-left:0px;
}

ul.seq_non li{
	margin-top: 10px;
}

ul.seq_non p{
	margin-top: 2px;
	margin-left: 20px;
}


ol.custom-num {
	margin-left: 10px;
	padding: 10px;
}

ol.custom-num li {
	margin-top: 4px;
	position: relative;
	list-style: none;
}

ol.custom-num li span {
	position: absolute;
	top: 0;
	left: -1.2em;
}


ul.row{
	list-style: disc inside !important;
}
ul.row li{
	width:90% !important;
	clear:both !important;
	padding-left:15px;
}

/*-----------------------------------------
   定義型リスト
-------------------------------------------*/
.dl_border{
	margin:0px auto;
	width:95%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.dl_border dt{
	text-align: right;
	float:left;
	width: 90px;
	padding:4px;
	border-top: 1px solid #CCC;
}

.dl_border dd{
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #F6F6F6;
	margin-left:98px;
	padding: 5px;
}