@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END RESET CSS */


/* BEGIN DRAWER */

.btn {
    background:transparent url(img/btn.png) no-repeat 0 0;
    display: block;
    width:50px;
    height: 50px;
    position: absolute;
    top:15px;
    right:15px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -50px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,51,0.65);
    position: absolute;
    top: 0px;
    right:0;
    width:280px;
    padding:85px 0 20px 0;
    z-index: 100;
}
#menu li {
	width:280px;
	list-style-type: none;
	margin:0 0 2px 0;	
}
#menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
    background-color:rgba(0,0,51,0.75);
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#menu li li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
    background-color:rgba(0,0,102,0.75);
	padding: 10px;
	border-bottom-width: 0px;
}

/* END DRAWER */


html{font-size: 100%;}
body{
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 96%;
	margin: 20px auto;
	background-color:#A4D6ED;
}

#header #sitelogo_sp img {
	width: 100%;
}
#sitelogo_sp a {
	color: #006;
	text-decoration: none;
}
#contents,
#subcontents,
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0rem;
}
#header:after,
#contents:after,
#subcontents:after,
#menubtns:after,
#localnav:after,
.clear:after {
    content: "";
    display: block;
    clear: both;
}
#contents {
	padding: 1.2em;
	background-color: #ffffff;
}
.home #contents {
	padding: 1.2em;
	background-color:#A4D6ED;
}
#contents #menubtns {
	display: none;
}
.home #contents #menubtns {
	display: block;
}

#contents #menubtns li {
	float: left;
	width: 45.5%;
	list-style-type: none;
	text-align: center;
	background-color: #F1F9FC;
	margin: 7px;
	-webkit-border-radius: 5px;
}
#contents #menubtns li a {
	display: block;
	color: #003366;
	min-height: 65px;
	vertical-align: middle;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
	text-decoration: none;
}
#localnav,
#localnav li a {
	display:none;
}

.typicalday h2,
.mov h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
#contents .mov img {
	width: 100%;
}
#contents .typicalday li  {
	float: left;
	width: 30.5%;
	list-style-type: none;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 7px;
	background-position:center 5px;
	background-repeat:no-repeat;
	padding-top: 146px;
	min-height: 105px;
}
#contents .typicalday li#type_guide {
	background-image:url(img/sp_td_guide.jpg);
}
#contents .typicalday li#type_mobility {
	background-image:url(img/sp_td_service.jpg);
	margin-right: 8px;
	margin-left: 8px;
}
#contents .typicalday li#type_hearing {
	background-image:url(img/sp_td_hearing.jpg);
}

#contents .typicalday li a {
	display: block;
	padding: 10px;
	height: 54px;
}
#contents .maintitle {
	font-size: 2rem;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 9px;
	background-color: #DFDFF2;
}
#contents .maincontent {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.55rem;
}
#contents .maincontent h2 {
	margin-top: 0.55em;
	margin-bottom: 1.55em;
	font-size: 1.4rem;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
#contents .maincontent h3 {
	margin-top: 0.25em;
	margin-bottom: 1.25em;
}

#contents .maincontent p {
	margin-bottom: 1.5em;
}
#contents .maincontent p img.w100 {
	width: 100%;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	height: 100%;
}
#contents .maincontent p img.sticker {
	width: 100%;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	height: 100%;
}

#contents .maincontent ul {
	margin-left: 1.2em;
}
#contents .maincontent ul li {
	margin-bottom: 0.3em;
}
#contents .maincontent .timetable .tp_ill {
	display: block;
	margin: 0 0 0 -20px;
}
#contents .maincontent div iframe {
	margin: 10px 0;
	width: 320x;
	height: 240px;
}
#contents .maincontent .relatedlink {
	padding: 6px;
	background-color: #F7FAD3;
	font-size: 0.9rem;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCC;
}
#contents .maincontent .relatedlink h2 {
	padding: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#contents .maincontent .relatedlink ul {
	margin: 5px;
	padding: 0px;
}
#contents .maincontent .relatedlink ul li {
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	list-style-type: none;
	background-color: #FFF;
	display: block;
}
#subcontents {
	margin: 1.3em;
	padding: 1em;
	background-color: #FFF;
	text-align:center;
}
#subcontents img {
	margin: 0 32px;
}
#footer {
	width: 100%;
	margin:0 auto;
	padding: 1.2em 0;
	background-color: #FFF;
	text-align: center;
}

video {
	width: 100%;
	height: auto;
}

.pc_only {
	display: none;
}
.sp_only {
	display: block;
}


/**
 * 14.3 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color:#ffffff;
	position:relative;
}
#header {
	background-image: none;
	height: 358px;
}
#sitelogo_pc {
	background-image:url(img/pc_title_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:959px;
	height:358px;
	display:block;
	position:relative;
}
#sitelogo_pc span {
	display:block;
	position:absolute;
	left: 20px;
	top: 14px;
	font-size: 2.2rem;
	width: 780px;
	line-height:1.4;
	font-family:Avenir , Helvetica , Arial;
	font-weight:bold;
	text-shadow: 0 0 3px #EDF3F3
}
#sitelogo_pc a {
	color: #121212;
	text-decoration: none;
}
#sitelogo_pc a:hover {
	color: #003366;
	text-decoration:underline
}

#contents,
.home #contents {
	margin: 0 0 4em 0;
	padding: 0;
	background-color: #ffffff;
}

#contents #menubtns {
	display:block;
	background-image:url(img/pc_nav_bg.jpg);
	background-position:center top;
	background-repeat: repeat-x ;
	width:959px;
	height:82px;
	border-top :1px solid #003366;
	border-bottom :1px solid #003366;
}
#contents #menubtns li {
	list-style-type:none;
	width:238.5px;
	float:left;
	background-color: transparent;
	margin: 0;
	-webkit-border-radius: 0px;
	line-height: 1.4;
}
#contents #menubtns li.odd {
	border-right :1px solid #003366;
}
#contents #menubtns li a {
	display:block;
	padding: 5px;
	color: #003366;
}

#localnav {
	display:block;
	width:959px;
	margin: 10px 0 22px 0;
	border-bottom :1px dotted #003366;
}
#localnav li {
	list-style-type:none;
	float:left;
	background-color: transparent;
	margin: 0;
	line-height: 1.4;
	width:238.5px;
}
#localnav li a {
	display:block;
	padding: 10px;
	color: #003366;
}

#contents .typicalday li {
	width: 302px;
	height: 173px;
	text-align:left;
	margin: 0 7px;
	background-position: left top;
	background-repeat:no-repeat;
	padding-top: 0px;
}
#contents .typicalday li a {
	width:145px;
	display: block;
	text-decoration: none;
	color: #003366;
	padding: 55px 5px 60px 153px;
	font-weight:700;
	font-size: 1.2rem;
	height: auto;
}
#contents .typicalday li#type_guide {
	background-image:url(img/pc_td_guide.jpg);
}
#contents .typicalday li#type_mobility {
	background-image:url(img/pc_td_service.jpg);
}
#contents .typicalday li#type_hearing {
	background-image:url(img/pc_td_hearing.jpg);
}
.mov {
	position: absolute;
	top: 75px;
	right: 15px;
	width: 360px;
	height: 270px;
}
.mov h2 {
	display: none;
}
.mov video {
	wieth: 100%;
}
#contents .maincontent .timetable .tp_ill {
	float: right;
}
#contents .maincontent p img.sticker {
	width: 240px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	height: 358px;
	float: right;
}
#contents .maincontent div iframe {
	margin: 0 20px;
	width: 400px;
	height: 320px;
}
#subcontents {
	float: left;
	width: 166px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	margin: 0;
	padding: 0;
}
#footer {
	float:right;
	width: 790px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
}
.mhlw .mark {
	float:right;
	width: 247px;
}
.mhlw .text {
	padding: 12px 0 0 10px;
	float:left;
	width: 510px;
}

}
	
