@charset "utf-8";


/* html5doctor.com Reset Stylesheet: Reset CSS */
@import url(html5reset-1.6.1.css);



/* 共通 */
html	{
	background-color: #009fe8;
}


body	{
	background-color: #ffffff;
	background-attachment: scroll;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #444444;
	margin: 0;
	padding: 0;
}



/* clearfix */
.clearfix {
    overflow: hidden;
    height: 100%;
}

.clear {
	clear: both;
}

a { 
	color: #333; 
	text-decoration: underline; 
	transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		-ms-transition: 0.4s;
}

a:hover { color: #009fe8; }


/* リンク画像を半透明にするための記述*/
a img{
	background:none!important;
}
 
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
}



/* header--------------------------------------------------*/

header	{
	border-top: solid 4px #009fe8;
}

div.header_inner	{
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0px 10px 0px ;
}

h1	{
	float: left;
	margin-bottom: 5px;
}

div.h_navi	{
	float: right;
	margin-top: 45px
}

div.h_navi ul	{
}


div.h_navi li	{
    display: inline;
    margin-left: 20px;
	font-size: 0.85em;
}


/* Contents 共通--------------------------------------------------*/

div#container	{
	margin: 0 auto;
	width: 950px;
	position:relative;
}


/* サイドバー--------------------------------------------------*/

div#sidebar	{
	clear: both;
	width: 180px;
	float: left;
	margin: 20px 40px 25px 15px;
}

div#sidebar nav ul	{
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0
}

div#sidebar nav ul li	{list-style-type: none}

div#sidebar nav ul li a	{
	display: block;
	line-height: 1.5;
	text-decoration: none;
	color: #ffffff;
	background-color: #009fe8;
	border-bottom: solid 1px #ffffff;
	padding: 10px 0 10px 10px
}

li.active a	{
	background-color: #ff9900!important;
}

div#sidebar nav ul li a:hover	{background-color: #ff9900}

div.category {
	margin: 0;
	line-height: 20px;
	background-color: #1cb8ff;
	color: #ffffff;
	cursor:pointer;
	border-bottom: solid 1px #ffffff;
	padding: 5px 0 5px 15px
}

div.submenu	{
margin-top: 10px;

}

div.submenu li	{
	margin-left: 13px;
	font-size: 0.8em;
	line-height: 1.8;
	text-indent: -1em;
	line-height: 1.6;
}


/* section（共通）--------------------------------------------------*/

div#content	{
	margin: 20px 0 0 0;
	float: left;
	width: 705px;
}

div#content h2	{
	background-image: url(../img/titlebar_img02_W705H66.jpg);
	background-repeat: no-repeat;
	width: 705px;
	height: 66px;
	font-size: 1.7em;
	color: #ffffff;
	line-height: 2em;
	padding-left: 28px;
	margin-bottom: 15px;
	clear: both;
}

h3	{
	background-image: url(../img/titlebar_img_W705H35.png);
	background-repeat: no-repeat;
	width: 705px;
	height: 35px;
	font-size: 1.1em;
	line-height: 1.8em;
	padding-left: 28px;
	margin-bottom: 10px;
	clear: both;
}

h4	{
	color: #009fe8;
	margin-top: 5px;
	font-size: 1.1em;
	padding: 0 0 0 20px;
	line-height: 1.5em;
}

p.text	{
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 0 22px;
	text-align: justify;
}

p.text_area	{
	width: 673px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 0 22px;
	text-align: justify;
}

p.text_area_indent	{
	width: 658px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 0 37px;
	text-align: justify;
	text-indent: -1em;
}

p.text_area_kome	{
	width: 674px;
	font-size: 0.9em;
	padding: 0 0 0 22px;
	text-align: justify;
	line-height: 1.5em;
}

p.text_area_kome_indent	{
	width: 664px;
	font-size: 0.9em;
	padding: 0 0 0 32px;
	text-align: justify;
	text-indent: -1em;
	line-height: 1.5em;
}

p img.center	{
	display: block;
	margin: 10px 0 10px 24px;
}

span.kome {
    font-size: 0.8em;
	line-height: 1em;
}

span.underline	{
	text-decoration :underline;
}

span.bold	{
	font-weight: bold;
}

table#schedule {
	margin: 7px 0 22px 22px;
    width: 673px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#schedule th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #32af96;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
}

table#schedule td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

div#number p	{
	clear: both;
	float: right;
	margin: 50px 0 20px 0;
	font-size: 0.75em;
	text-align: right;
	line-height: 15px;
}

div.left_colum	{
	float: left;
	width: 380px;
}

div.right_colum	{
	padding: 0px 10px 0px 0;
	float: right;
	width: 300px;
	height: 300px;
}

.img_center	{
	text-align: center;
	padding: 5px 0 20px 0;
}


table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 5px 3px 5px 3px;
	/*width: 30px;*/
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 0.9em;
}
th {
	background: #65c5f1;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 1em;
}

td.table_text_area	{
	text-align: justify;
}

span.seido_title {
	font-weight: bold;
	font-size: 1.1em;
}

.pdf_link{
	text-decoration: underline;
}


table.steps_schedule td	{
    font-size: 0.9em;
    line-height: 1.2;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
    height: 15px;
    border-collapse: collapse;
}

div.steps_area01	{
	margin-left: 20px;
	background: #ffffe0;
	width: 300px;
	padding: 5px 0 5px 0;
}

div.steps_area02	{
	margin-left: 20px;
	background: #f5f5f5;
	width: 300px;
	padding: 5px 0 5px 0;
}

.guidance_pdf_link	{
	position: absolute;
	top: 485px;
	left: 302px;
	font-size: 0.8em;
	color: #666;
}


}

/* Q&A */

h4.qa_title	{
	margin-left: 20px;
	padding: 5px 0 5px 0;
	border-bottom: 2px dotted #DCDCDC;
	font-size: 1em;
}

h5	{
	padding: 15px 0 5px 0;
	border-bottom: 2px dotted #DCDCDC;
}

div.mokuzi_area	{
    border: 5px solid #DCDCDC;
    margin: 0 0 10px 5px;
    padding: 5px 15px 10px;
    width: 655px;
}

table.qa_mokuzi	{
	border: none;
}

table.qa_mokuzi tr	{

}

table.qa_mokuzi td	{
    font-size: 0.9em;
    line-height: 1.2;
    padding: 5px 3px;
    text-align: left;
    vertical-align: middle;
    height: 15px;
    border: none;
    border-collapse: collapse;
}


table.qa_answer	{
	border: none;
	margin: 0 0 0 20px;
}

table.qa_answer tr	{

}

table.qa_answer td	{
    font-size: 1em;
    line-height: 1.5;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
    height: 15px;
    border: none;
    border-collapse: collapse;
}


td.qa_answer_a	{
	color:  #ff9900;
	font-weight: bold;
}

.haitou_komeArea	{
	margin-top: 10px;
	margin-left: 20px;	
	margin-bottom: 10px;
}
.haitou_kome-ind	{
	text-align: justify;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
    line-height: 1.3;
}

.guide_txt_ind	{
	margin-left: 1em;
    text-indent: -1em;	
}


.note {
margin: 0 0 0 22px;
border: solid 1px #444444;
padding: 10px;
}
.note p {
    font-size: 0.75em;
	line-height: 1.3;
}


/* footer--------------------------------------------------*/

footer {
	margin-top: 30px;
	clear: both;
    background:#009FE8;
    font-size:0.75em;
}

footer div#copyright {
    text-align:center;
    margin:0 auto;
    padding:5px 0 5px 0;
    color:#fff;
}


/*---back to top-----------------------------------------------------------------------------*/

#back-top {
    position: fixed;
    bottom: 12px;
    right: 12px;
}

#back-top a {
    width: 48px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: .8;    
}

#back-top a:hover {
    /* color: #000; */
    opacity: .9;    
}

#back-top span {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 7px;
    opacity: .5;    
    /*
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    */
}

#back-top a:hover span {
    opacity: .8;    
}

