@charset "utf-8";

body {
    line-height:1;
    margin:0;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

h4 {
    background: url("../img/arw_r_green.png") no-repeat scroll 5px 0.1em;
    color: green;
    font-size: 120%;
    line-height: 1.2;
    margin: 18px 0 12px;
    padding: 0 0 0 20px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

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

input, select {
    vertical-align:middle;
}

a {
    display: block;
}

a.inline { display: inline;}

a {
    -webkit-tap-highlight-color:transparent;
}

section { margin: 0;}

p { padding: 8px 10px;}

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}


table { border: 1px solid #aaa; border-collapse: collapse;}
th, td {
	padding: 3px 5px;
	border-collapse: collapse;
	border: 1px solid #aaa;
	text-align: left;
}

.fontRed { color: red;}

.submitEntry {
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#d1170d 0%,
		#660a07);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d1170d),
		to(#660a07));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	margin: 10px 30px 5px;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: #050505;
	padding: 4px 12px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#c2c2c2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#c2c2c2));
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	margin: 10px 0 5px;
	border-bottom: 2px solid #C80000;
}

h3 { padding: 4px 12px; border-bottom: 2px dotted #999; border-top: 2px dotted #999; margin: 10px 0 5px; font-size: 14px; background: #f0f0f0;}

.normalButton {
	font-size: 14px;
	color: #ffffff;
	padding: 8px 16px;
	background: -moz-linear-gradient(
		top,
		#bad3ff 0%,
		#636d94);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#bad3ff),
		to(#636d94));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	margin: 5px 30px 5px;
	text-decoration: none;
	text-align: center;
	display: block;
}

.small { font-size: 12px;}

footer .navi { margin: 0; padding: 0;}
footer .navi a {
	background: -moz-linear-gradient(
		top,
		#808080 0%,
		#4D4D4D);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#808080),
		to(#4D4D4D));
	border: 0px solid #000000;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

footer .navi a span { font-size: 10px; display: block;}
footer .copy { background: #C80000; color: #fff; text-align: center; font-size: 10px;}



/******************************************************
*/

#header { text-align: center; background: url(../img/title_bg.png) no-repeat 50% 0;}

dl.normal { padding: 5px 10px 10px;}
dl.normal dt { background: url(../img/arrow01.png) no-repeat 0 50%; padding-left: 15px;}
dl.normal dd { padding: 0; margin: 0;}

dl.txt { padding: 5px 10px 10px;}
dl.txt dt { color: #008000;}

ul.arrow { margin-left: 10px;}
ul.arrow li { background: url(../img/arrow01.png) no-repeat 0 50%; padding-left: 15px;}

.boxCmt { border: 1px solid #ccc; background: #f0f0f0;}

.image { text-align: center;}
.image img { width: 100%; max-width: 300px;}

.home #topInfo dl { margin: 0; padding: 5px;}
.home #topInfo dt { color: #555; padding: 3px 0;}
.home #topInfo dd { margin-left: 0; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dashed #555;}
.home #topInfo dd p { padding: 3px;}

.home .topMainImage { width: 100%; max-width: 320px;}

.licFlowImage { text-align: center; padding: 10px 0; background: #fafafa;}
.licFlowImage img { width: 100%; max-width: 320px;}

.classes table { width: 98%; margin: 10px auto; font-size: 12px;}
.classes table th { background: #fdfaf0; font-weight: normal; text-align: center; color: green;}


.classes h5 { padding: 4px 10px; color: #1f7dcf;}

.classes .section ul { list-style: disc; margin-left: 30px;}
