@charset "utf-8";
/* ---------- HTML5クリアCSS ---------- */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:15px;
	vertical-align:baseline;
	background:transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0 15px;
	margin:1.5em 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:2em 0;
    padding:0;
}
.flr{
	float:right;
	margin:0 0 15px 15px;
	}
input, select {
	vertical-align:middle;
}
.small{
	font-size:0.9em;
	}
.ssmall{
	font-size:16px;
	}
/* ---------- 基本設定 ---------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll; /*FireFoxのスクロールバー分のズレをとるCSS*/
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:1em 15px;
}
/* ---------- 全般設定 ---------- */
body {
	font-size:1em;
	line-height: 1.7;
	color:#313131;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFF9FB url(../img/bg_body.png) repeat-x top;
	}


/* ---------- リンクの色を指定 ---------- */
a:link {
	text-decoration: underline;
	color: #007fc4;
}
a:visited {
	text-decoration: underline;
	color: #007fc4;
}
a:active {
	text-decoration: underline;
}
a:hover {
 	text-decoration: none;
}
a name {
	text-decoration: underline;
}
a.pdf{ 
	padding:0 0 0 22px;
	background: transparent url(../img/ico_pdf_s.jpg) no-repeat no-repeat 0 3px;
}
a.xls{ 
	padding:0 0 0 22px;
	background: transparent url(../img/ico_excel_s.jpg) no-repeat no-repeat 0 3px;
}
a.doc{ 
	padding:0 0 0 22px;
	background: transparent url(../img/ico_word_s.jpg) no-repeat no-repeat 0 3px;
}
a.ppt{ 
	padding:0 0 0 22px;
	background: transparent url(../img/ico_pp_s.jpg) no-repeat no-repeat 0 3px;
}
a.out{ 
	padding:0 0 0 22px;
	background: transparent url(../img/ico_web.png) no-repeat no-repeat 0 3px;
}

.attention{
	color:#FF0000;
	}

a.ov:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}

.button {
    display: inline-block;
    padding: 12px 35px 12px 35px;
    font-size: 20px;
    text-decoration: none !important;
    line-height: 20px;
    color: rgb(255, 255, 255) !important;
    text-align: center;
	text-shadow: 1px 1px 3px #000;
	vertical-align: middle;
    cursor: pointer;
    background-color: rgb(8, 105, 199);
    background-image: linear-gradient(to bottom, rgb(0, 102, 204), rgb(0, 74, 161));
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
	box-shadow:0px 0px 5px #999;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
}
.button:hover {
    color: rgb(255, 255, 255);
	background-color: rgb(0, 69, 149);
}
.button:hover,.button:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
.button:hover, .button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
    color: rgb(255, 255, 255);
	background-color: rgb(0, 69, 149);
}
#page-top{
	position:fixed;
	right:20px;
	bottom:20px;
	}
header{
	width: 100%;
	height: 222px;
	margin:0 auto;
	background: #FFF9FB url(../img/bg_header.jpg) no-repeat center;
	text-align: center;
	}
header h1{
	margin: 12px 0 0 0;
	padding:0;
	line-height:1;
	position: relative;
	left: -30px;
	}
#jshem_logo {
	position: relative;
	left: -290px;
}
#date {
	margin-left: 340px;
	margin-top: 30px;
}
footer{
	background:#353940;
	}
#copy{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding:20px 0;
	}
#globalnavi{
	width:850px;
	height:45px;
	margin:0 auto;
	padding:0 0 5px;
	}
#globalnavi ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#globalnavi ul li{
	margin:0;
	padding:0;
	height:45px;
	list-style:none;
	float:left;
	}
#globalnavi ul li a{
	display:block;
	color:#FFF !important;
	margin:0;
	padding:16px 30px 14px 30px;
	text-decoration:none;
	font-size:15px;
	line-height:1;
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
	-ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
	}
#globalnavi ul li a:hover,#globalnavi ul li a.on{
	color:#111 !important;
	background:#bfbfbf;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	-ms-text-shadow:none;
	text-shadow: 1px 1px 1px #fff;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	}
#footnavi {
	text-align: center;
}
#container {
	width: 100%;
	background: transparent url(../img/bg_contents.png) repeat-y center;
}
body.pvc {
	background-image: none !important;
}
.privacy {
	margin-top: 2em;
}
#contents{
	width:760px;
	padding:10px 45px 30px 45px;
	min-height:400px;
	margin:0 auto;
	line-height: 1.66em;
	}
#contents h1{
	font-size:24px;
	font-weight:normal;
	line-height:1.2;
	padding:10px 15px 8px 0;
	border-bottom: 3px #E61E4E solid;
	margin: 1em 0 1.5em 0;
 	}
#contents h2{
	font-size:16px;
	line-height:1.2;
	padding:4px 0 2px 10px;
	border-left:6px solid #E61E4E;
	margin:2em 0 1em 0;
 	}
#contents h3{
	font-weight:bold;
	color:#E61E4E;
	line-height:1.4;
	margin:1em 0 0 0;
 	}
#contents p{
	margin:0 0 1em 0;
 	}
#contents ul,#contents ol{
	margin:0 0 1em 40px;
 	}
#contents li{
	margin:0 0 1em 0;
 	}
table.main_table{
	width:100%;
	margin:1em 0 1.5em 0;
	padding:0;
	border-top:1px solid #E61E4E;
	}
table.main_table th{
	padding:20px;
	background:#fff6f7;
	color:#c33940;
	line-height: 1.66em;
	border-bottom:1px solid #E61E4E;
	width: 15%;
	}
table.main_table td{
	padding:20px;
	border-bottom:1px solid #E61E4E;
	line-height: 1.66em;
	}
table.time_table{
	width:100%;
	margin:1.5em 0 3em 0;
	padding:0;
	border-top: none;
	}
table.time_table th{
	padding:6px;
	background:#e9e9e9;
	color:#222;
	line-height: 1.66em;
	border-bottom:1px solid #999;
	text-align: left;
	font-size: 92%;
	}
table.time_table td{
	padding:10px;
	border-bottom:1px dotted #999;
	line-height: 1.66em;
	}
	
#box_btn{
	text-align:center;
	margin:30px 0;
	}
.box_poster{
	background:#f5f5f5;
	width:240px;
	padding:20px 0;
	text-align:center;
	}
p.notice {
	color:#c33940;
	font-size: 93%;
}
.btn {
	margin: 3em auto 4em auto;
	text-align: center;
}
.btn a {
	display: inline-block !important;
	border: 1px solid #1090c3;
	background-color: #1ab0ec !important;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2) !important;
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2) !important;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 12px 30px !important;
	text-decoration: none;
}
.btn a:hover {
	border: 1px solid #15aeec;
	background-color: #49c0f0 !important;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3) !important;
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3) !important;
}




















