@charset "UTF-8";

h2 {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 0.5em;
	background-color: #f2f5f6;
	font-size: 1.214285em;/* 17px */
	margin-top: 2em;
	margin-bottom: 0.7em;
	border:1px solid #d1dcdf; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-weight:normal;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(100%, #c8d7dc));
	background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);
}
h3 {
	margin-top: 1em;
	margin-left: 2em;
	font-size: 1.214285em;/* 17px */
	border-bottom: 2px solid #ccc;
	line-height: 1.2em;
}
strong.caution {
	color: #f00;
}

#contents {
	line-height: 1.75;
}
#contents p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 3em;
	padding-right: 3em;
}
/* 第2階層メニュー */
#contents ul.second-menu {
	margin: 0 auto 0.1em;
	text-align: center;
	padding-left: 0;
	background-color: #dae9fe;
}
#contents ul.second-menu li {
	display: inline;
	padding: 0 0.8em;
	list-style: none;
/*	border: 1px solid #999;*/
	text-align: center;
	color: #666;
}
#contents ul.second-menu li a:link ,
#contents ul.second-menu li a:visited {
	text-decoration: none;
	color: #0747bd;
}
#contents ul.second-menu li a:hover,
#contents ul.second-menu li a:focus ,
#contents ul.second-menu li a:active {
	text-decoration: underline;
	color: #f00;
}

#contents ol ,
#contents ul {
	margin: 0.5em 3em;
	padding-left: 3em;
}
#contents ol.normal ,
#contents ul.normal {
	margin: 0 0 0.5em 2em;
	padding-left: 0;
}
#contents ol.normal li ,
#contents ul.normal li ,
#contents ul.check li {
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents ul.check {
	margin: 0;
	padding: 1em 0.5em 1em 3em;
	background-color: #feffef;
	border: 1px solid #ccc;
}
#contents li {
	line-height: 1.2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#contents ul li {
	list-style-type: circle;
}
#contents ul.no-style li {
	list-style-type: none;
}
#contents a.pdf {
	padding-left: 20px;
	background: transparent url(../../css/images/pdf-icon.png) no-repeat left center;
}
#contents ol {
	padding-left: 2em;
}
#contents ol li {
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents ol li ol li {
	margin-top; 0;
	margin-bottom: 0;
}
#contents ol li img{
	vertical-align: -25%;
}
#contents dl {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#contents dt {
	font-weight: normal;
}
#contents dd {
	margin-left: 3em;
	margin-bottom: 1em;
}
#contents dl.standerd dt {
	padding: 0.5em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	border:1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	font-weight:normal;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	 background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#eee);
}
#contents dl.parallel {
	overflow: hidden;
}
#contents dl.parallel dt {
	float: left;
	width: 6em;
	padding-top: 1em;
}
#contents dl.parallel dd {
	padding-left: 6.5em;
	padding-top: 1em;
}
#contents .sub {
	font-size: 0.9em;
}
 
#contents table {
	width: 99.9%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#contents table th ,
#contents table td {
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
}
#contents table th.time {
	width: 5em;
	font-weight: normal;
}
#contents table.mini {
	width: auto;
}
th {
	background-color: #f8f8f8;
}
tr:nth-child(odd) td {
    background-color: #fff;   /* 奇数行の背景色 */
}
tr:nth-child(even) td {
    background-color: #FAFFFE;   /* 偶数行の背景色 */
}

#contents dl dd.photo {
	float: right;
	width: 300px;
	height: 225px;
	margin-left: 6em;
	margin-right: 5px;
	padding: 0;
/* BOX-SHADOW */
	-webkit-box-shadow: 3px 3px 3px  #ccc;
	-moz-box-shadow: 3px 3px 3px  #ccc;
	box-shadow: 3px 3px 3px  #ccc;
}
#contents .column1 {
	margin-top: 1em;
	margin-left: 2em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 0.5em;
	border:1px solid #d1dcdf; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
}

#contents .comment1 {
	margin-left: 3em;
	font-size: 0.9em;
}


#contents .section1 h2 ,
#contents .section2 h2 {
	background: none;
	border: 0 none;
	border-left: 6px solid #003B59;
	text-shadow: none;
	border-radius: 0 0;
	padding: 0 0 0 6px;
	line-height: 1.5;
	color: #003B59;
}
#contents .section1 p ,
#contents .section2 p {
	padding: 0;
}
#contents .section1 em {
	color: #0C7DBA;
	font-style: normal;
}
#contents .section1 .text {
	margin: 14px 0 0 12.5em;
	padding: .5em;
}
#contents .section2 .text {
	margin: 14px 10.5em 0;
	padding: .05em;
}
#contents .section1-1 .text {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 14px 7px 1em 13em;
	padding: 0 14px;
}
#contents .section1-1 h3 {
	font-weight: bold;
	margin: 0;
	padding: 8px 0 4px;
	border: none;
	color: #333;
	
}
#contents .section1-1 p {
	padding: 0;
}

#contents .section1-2 {
	margin: 14px 7px 2em 12.5em;
	overflow: hidden;
}
#contents .section1-2 dl {
	float: left;
	width: 339px;
	margin: 0 0 0 7px;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 26em;
}
#contents .section1-2 dl dt {
	font-weight: bold;
	font-size: 1.21428em;/* 17px */
	margin: 0;
	padding: 8px 14px 4px;
	line-height: 1.2;
	color: #333;
}
#contents .section1-2 dl dd {
	margin: 0 0 0 0;
	padding: 0 14px 0;
}
#contents .section1-2 p {
	padding: 0;
}

.centering {
	text-align: center;
}

#contents form {
	border: 1px solid #ccc;
	padding: 1em;
}

.banner {
	text-align: center;
}
.banner img {
	border: 1px solid #ccc;
}

.correction20140106	{
	text-decoration: line-through;
}

/* 予約検査の流れ */
#contents .section2 h2.bk-blue ,
#contents .section2 h2.bk-green ,
#contents .section2 h2.bk-red ,
#contents .section2 h2.bk-orenge {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	line-height: 44px;
	padding-left: 1em;
	margin-top: 0;
}

#contents .section2 h2.bk-blue {
	background-color: #5494cb;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(84,148,203) 0%,rgb(30,95,150) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(84,148,203)),color-stop(1, rgb(30,95,150)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(-90deg,rgb(84,148,203) 0%,rgb(30,95,150) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(-90deg,rgb(84,148,203) 0%,rgb(30,95,150) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(84,148,203) 0%,rgb(30,95,150) 100%);
	background-image:linear-gradient(180deg,rgb(84,148,203) 0%,rgb(30,95,150) 100%);
	width:559px;
	height:44px;
	border-color:rgb(178,133,0);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:22px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:22px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:22px ;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	-ms-filter: none;
}
#contents .section2 h2.bk-green {
	background-color: #1baf32;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(27,175,50) 0%,rgb(35,147,40) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(27,175,50)),color-stop(1, rgb(35,147,40)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(-90deg,rgb(27,175,50) 0%,rgb(35,147,40) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(-90deg,rgb(27,175,50) 0%,rgb(35,147,40) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(27,175,50) 0%,rgb(35,147,40) 100%);
	background-image:linear-gradient(180deg,rgb(27,175,50) 0%,rgb(35,147,40) 100%);
	width:559px;
	height:44px;
	border-color:rgb(178,133,0);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:22px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:22px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:22px ;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
#contents .section2 h2.bk-red {
	background-color: #e70000;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(231,0,0) 0%,rgb(187,0,0) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(231,0,0)),color-stop(1, rgb(187,0,0)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(-90deg,rgb(231,0,0) 0%,rgb(187,0,0) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(-90deg,rgb(231,0,0) 0%,rgb(187,0,0) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(231,0,0) 0%,rgb(187,0,0) 100%);
	background-image:linear-gradient(180deg,rgb(231,0,0) 0%,rgb(187,0,0) 100%);
	width:559px;
	height:44px;
	border-color:rgb(178,133,0);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:22px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:22px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:22px ;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:3px 2px 5px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:3px 2px 5px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:3px 2px 5px rgba(0,0,0,0.3);
}
#contents .section2 h2.bk-orenge {
	background-color: #f49900;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(244,153,0) 0%,rgb(212,137,0) 99%,rgb(173,102,5) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(244,153,0)),color-stop(0.99, rgb(212,137,0)),color-stop(1, rgb(173,102,5)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(-90deg,rgb(244,153,0) 0%,rgb(212,137,0) 99%,rgb(173,102,5) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(-90deg,rgb(244,153,0) 0%,rgb(212,137,0) 99%,rgb(173,102,5) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(244,153,0) 0%,rgb(212,137,0) 99%,rgb(173,102,5) 100%);
	background-image:linear-gradient(180deg,rgb(244,153,0) 0%,rgb(212,137,0) 99%,rgb(173,102,5) 100%);
	width:559px;
	height:44px;
	border-color:rgb(178,133,0);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:22px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:22px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:22px ;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:3px 2px 5px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:3px 2px 5px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:3px 2px 5px rgba(0,0,0,0.3);
}

.col {
	position: relative;
}

.col p {
	margin-left: 2em;
}
.col #yoyaku {
	position: absolute;
	top: 10px;
	right: 0;
}
.col #uketsuke {
	position: absolute;
	top: 80px;
	left: 400px;
}
.col #honkan {
	position: absolute;
	top: 0px;
	left: 400px;
}
.col #kensa {
	position: absolute;
	top: 50px;
	right: 0;
}
.col #setsumei {
	position: absolute;
	top: 15px;
	left: 400px;
}
.col #kekka {
	position: absolute;
	top: 50px;
	left: 410px;
}

/* down-allow */
.down-allow {
	width: 50px;
	margin: 2em auto 0;
	text-align: center;
}
.down-allow:after {
	content: "";
	clear: both;
	display: block;
}


/*Neo Sample
https://developer.mozilla.org/ja/demos/detail/neo-sample
 37 */
.neo37{
	width:0;
	height:0;
	float:left;
	border-style:solid;
	border-color:transparent;
	border-top-color:#555;
	border-width:16px
	}

.neo37::before{
	position:relative;
	content:'';
	top:-30px;
	left:-8px;
	float:left;
	width:16px;
	height:14px;
	background:#555;
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	-ms-border-radius:2px 2px 0 0;
	}

/* tweet */
#contents p.tweet {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: right;
}
#contents p.tweet a {
	line-height: 20px;
}
#contents p.tweet iframe {
	vertical-align: top;
}

/* 年間予定 */
#sch-list {
	float: left;
	width: 200px;
	padding-top: 3em;
}
#sch-list ol {
	margin: 0;
}
#sch-list ol li {
	font-size: 0.9em;
}
#sch-list ol li em {
	font-style: normal;
	color: #d96666;
}
#g-cal {
	float: right;
	width: 642px;
	padding-top: 1em;
}


/* ==========================================================================
   Media Query styles
   ========================================================================== */

@media only screen and (min-device-width: 300px) and (max-device-width: 768px) {
	html,
	body{
		min-width: 0;
	}
	img {
		max-width: 100%;
	}
	div#wrapper-header div#header ,
	div#wrapper-header div#header p#main-title ,
	div#wrapper-contents div#contents ,
	h1 ,
	div#wrapper-contents p.go-page-top ,
	div#wrapper-footer div#footer {
		width: auto;
		height: auto;
	}
	h1 {
		background-color: #268FC8;
		line-height: 1.235294;/* 21px */
		padding: 13px 0 26px;
	}
	div#wrapper-header div#header p#main-title {
		clear: both;
	}
	div#wrapper-contents div#contents {
		border: 0 none;
	}
	div#wrapper-header div#header p#red-rebbon ,
	div#wrapper-navimenu ,
	div#wrapper-navimenu div#navimenu {
		display: none;
	}
	h3 ,
	div#wrapper-contents div#contents p ,
	div#wrapper-navimenu div#navimenu ul {
		margin: 0;
		padding: 0;
	}
	div#wrapper-navimenu div#navimenu ul {
		padding-left: 1em;
	}
	#contents ol ,
	#contents ul {
		margin: 0;
		padding-left: 2em;		
	}
	#contents ol ol {
		padding-left: 1em;		
	}
	#contents .column1 ,
	#contents .comment1 {
		margin-left: 0;
	}
	div#wrapper-navimenu div#navimenu li ,
	#contents ul.second-menu li {
		display: block;
	}
	
	#contents .section1-1 .text {
		border: 0 none;
		padding: 0 8px;
	}
	#contents .section1-1 h3 {
		border-bottom: 2px solid #ccc;
		margin-top: 2em;
	}
	#contents .section1-2 .text {
		border: 0 none;
	}
	#contents .section1-2 dl {
		float: none;
		width: auto;
		height: auto;
		border: 0 none;
	}
	#contents .section1-2 dl dt ,
	#contents .section1-2 dl dd {
		padding: 0;
	}
	#contents .section1-2 dl dt {
		border-bottom: 2px solid #ccc;
		margin-top: 2em;
	}
	#contents .section1 .text ,
	#contents .section1-1 .text ,
	#contents .section1-2 ,
	#contents .section2 .text {
		border: 0 none;
		margin: 1em 0;
	}
}
@media only screen and (min-device-width: 385px) and (max-device-width: 512px) {
}
@media only screen and (min-device-width: 300px) and (max-device-width: 384px) {
}