/**********************************/
/*　　　　　　　三幸学園ヘルプデスク　　　　　　　　*/
/**********************************/


/* --- basic ----------------------------------- */
* {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:1.4em;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color:#000;
	outline:none;
	border:none;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color: #CC0000
}

body {
	background:#eee;
/*	overflow-y:scroll; */
}

.contents {
	background:#fff url("img/back.gif") repeat-x 0 0;
}

.wrap {
	width:900px;
	margin:0 auto;
	padding-bottom:10px;
}

.margin10 {
	margin-bottom:10px;
}

.margin20 {
	margin-bottom:20px;
}

.margin30 {
	margin-bottom:30px;
}

/* --- title ----------------------------------- */
h1 {
	border-top:6px solid #3c3c3c;
	width:244px;
	height:100px;
	background:url("img/logo.jpg") no-repeat 0 50%;
	text-indent:-9876px;
	outline:none;
	margin-bottom:20px;
}

h2 {
	font-size:20px;
	margin-bottom:10px;
	border-bottom:6px solid #c7c7c7;
}

h3 {
	margin: 0 0 15px;
	padding: 5px;
	border: 1px #EEDFE1 solid;
	background: #005BAC;
	font-size: 100%;
	color: #FFFFFF;
}

h4 {
	border-color: #005BAC;
	margin: 0 0 10px;
	padding: 5px;
	border-bottom: 2px #005BAC solid;
	font-size: 100%;
}

.topLOGO h2 {
	margin-top: 10px;
	margin-bottom:10px;
	padding-top:40px;
	padding-left:300px;
	height:40px;
	background:url("img/logo.jpg") no-repeat 0 100%;
	font-size:20px;
	border-top:6px solid #3c3c3c;
	border-bottom:6px solid #c7c7c7;
}

/* --- text line ----------------------------------- */
p .left {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

p .right {
	float: right;
	margin-right: 2em;
	margin-bottom: 1em;
}

p.textline {
	line-height: 1.8;
}

p.textline2 {
	line-height: 4;
}

.indent1 {
	margin-left: 1em;
}

.indent2 {
	margin-left: 2em;
}

.textC {
	text-align: center;
}
.textR {
	text-align: right;
}
.textL {
	text-align: left;
}

div.faq {
	height:200px;
}

.alert {
	color: red;
	font-weight: bold;		
}

.notes {
	font-size: 80%;
	color: #333333;
}
.notes2 {
	font-size: 70%;
}

.s-font {
	font-size: 90%;
}

.l-font {
	font-size: 115%;
}

.clear {
    clear: both;
}

p.func {
	background:#eee;
	width:300px;
	margin:0 auto 5px;
	text-align:center;
	font-size:14px;
}

p.func2 {
	margin:10px auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#005bac;
}

p.func3 {
	margin:0 auto 10px;
	padding-left: 20px;
	text-align:left;
	font-size:12px;
}

p.func3 a {
	color:#005bac;
	font-size:12px;
}

p.outlink {
	width:900px;
	text-align:right;
	padding-top:5px;
	margin:0 auto;
}

p.outlink a {
	font-size:12px;
	color:#005bac;
}

/* --- linkbox ----------------------------- */
.linkbox a {
	width:300px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0 10px;
    margin: 20px 20px 20px;
    background-color:#b9e3f9;
    border: 1px #000080 solid;
}

.linkbox a:hover {
	text-decoration:none;
	background:#5db7e8;
	color:#fff;
}

.linkbox2 a {
	width:250px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0 10px;
    margin: 20px 20px 20px;
    background-color:#b9e3f9;
    border: 1px #000080 solid;
}

.linkbox2 a:hover {
	text-decoration:none;
	background:#5db7e8;
	color:#fff;
}

/* --- box ----------------------------------- */
.box {
	width:750px;
	margin:0 auto 30px;
	border:2px solid #c7c7c7;
	padding:20px;
}

.box p {
	margin-bottom:5px;
}

.box p.title {
	font-size:16px;
	font-weight: bold;
}

.box p.title span.color {
	font-size:16px;
	color:#5db7e8;
}

.box p.bold {
	font-weight:bold;
	font-size:24px;
	text-align:center;
}

.box p.bold2 {
	font-weight:bold;
	font-size:30px;
	line-height:32px;
	letter-spacing:2px;
	text-align:center;
}

.box p.bold3 {
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	letter-spacing:2px;
	text-align:center;
}

/* --- unit box ----------------------------------- */
.unitbox {
	float: left;
	width: 420px;
	margin: 20px 10px 20px 20px;
}

.unitContainer {
	overflow: hidden;
}
 
/* clearfix */
.unitContainer: after {
	content: "";
	display: table;
}

.unitContainer: before {
	content: "";
	display: table;
}

.unitContainer: after {
	clear: both;
}

/* --- information box --------------------------- */
.info-box {
	width:750px;
	margin:10px auto 20px;
	border:2px solid #c7c7c7;
	padding:15px 20px 0px 20px;
}

.info-box p {
	margin-bottom:5px;
}

.info-box ul li {
	margin-bottom:10px;
}

.info-box p.title {
	margin-bottom: 15px;
	font-size:16px;
	font-weight: bold;
	line-height: 28px;
	border-bottom:1px black dotted;
}

.info-box p.title span.color {
	font-size: 14px;
	color: #CC0000;
}

.info-box .margin1 {
	margin-left:20px;
}

/* --- table ----------------------------------- */
table.tblCommon {
	margin: 0 1px 15px;
	border-collapse: collapse;
	border: 1px #CCCCCC solid;
}

table.tblCommon th {
	padding: 5px;
	border: 1px #CCCCCC solid;
	font-weight: bold;
	background: #EEEEEE;
}

table.tblCommon td {
	padding: 5px;
	border: 1px #CCCCCC solid;
}

table.widthMax {
	width: 90%;
}

table.tblCommon2 {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

table.tblCommon2 tr td {
	border: none;
}


/* --- list ----------------------------------- */
.listCommon {
	padding-left: 1em;
	margin: 5px 0 15px 20px;
	list-style-type: square;
}

.listCommon ul {
	margin: 5px 0 5px 20px;
}

.listCommon li {
	margin-bottom: 5px;
/*	margin: 0 0 5px; */
	list-style-type: square;
}

.listCommon-ol {
	margin: 5px 0px 15px 30px;
}

.listCommon-ol li {
	margin-bottom: 5px;
}

.listDefine {
	margin: 0 0 15px;
}

.listDefine dt {
	margin: 0 0 5px;
	font-weight: bold;
}

.listDefine dd {
	margin: 0 0 5px 15px;
}

/* --- list Line ----------------------------------- */
.listLine li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
	list-style-type: disc;
}

/* --- faq page ----------------------------------- */
.faq-top1 h2 {
	padding-top:20px;
	line-height:28px;
	padding-left:90px;
	background:url("faq/img/faq01.png") no-repeat 0 100%;
}

.faq-top2 h2 {
	padding-top:20px;
	line-height:28px;
	padding-left:90px;
	background:url("faq/img/faq02.png") no-repeat 0 100%;
}

.faq-top3 h2 {
	padding-top:25px;
	line-height:28px;
	padding-left:90px;
	background:url("faq/img/faq03.png") no-repeat 0 100%;
}

/* --- footer ------------------------------------- */
.footer {
	clear: both;
	padding: 10px 0;
	background: #CCCCCC;
	border-top: 1px #3C3C3C solid
}

.footer .copyright {
	line-height: 1.5;
	text-align: center;
}