@charset "utf-8";
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
dl, dt, dd, ul,
fieldset, form, label, legend,
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%;
	background:transparent;
}
body{
	min-width: 980px;
}
@media screen and (max-width: 750px) {
	body{
		min-width: 100%;
	}
}
nav, ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline: none;
	cursor:pointer;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
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;
}
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
	outline: medium none;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
#contentsWrap .blockBox p:nth-of-type(n+2){
	margin-top: 1em;
}
/* commmon */
h1{
	display: block;
	margin: 0;
	line-height: 1.5em;
	font-size: 180%;
}
h2{ font-size: 180%; }
h3{ font-size: 140%; }
h4{ font-size: 120%; }

/* layout */
#container{
	border-top: 5px solid #333333;
	color: #2F2F2F;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
	line-height: 1.8;
	width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
header{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 980px;
}
@media screen and (max-width: 750px) {
	header{
		width: calc(100% - 20px);
		background: #333333;
		color: #ffffff;
	}
	#headerInnter{
		display: none;
	}
}

footer{
	margin: 0 auto;
	width: 980px;
	padding: 10px;
	display: table;
	border-top: solid 2px #d5d5d5;
}
@media screen and (max-width: 750px) {
	footer{
		width: calc(100% - 20px);
	}
}
footer #copyright{
	clear: both;
	text-align: center;
}
#contents{
	clear: both;
	margin: 0 auto;
	width: 980px;
	padding: 0 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	#contents{
		width: calc(100% - 20px);
	}
}
#breadcrumbs{
	clear: both;
	margin: 0 auto 15px;
	width: 980px;
	padding: 10px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#breadcrumbs{
		width: calc(100% - 20px);
	}
}
#breadcrumbs ul li{
	float: left;
	font-size: 90%;
}
#breadcrumbs li + li::before {
    content: ">";
    margin: 0 0.8em;
}
#main{
	float: left;
	width: 620px;
}
aside{
	float: right;
	width: 300px;
}
@media screen and (max-width: 750px) {
	#main{
		float: none;
		width: 100%;
	}
	aside{
		float: none;
		width: 100%;
	}
}
.ListDisc > li, .ListCircle > li, .ListCircle > li, .ListSquare > li,
.ListDecimal > li{ margin: 0 10px 0 20px; float: left; }
.ListDecimal-leading-zero > li, .ListLower-roman > li,.ListUpper-roman > li,
.ListCjk-ideographic > li{ margin: 0 20px; }
.ListDisc > li{ list-style-type: disc; }
.ListCircle > li{ list-style-type: circle; }
.ListSquare > li{ list-style-type: square; }
.ListDecimal > li{ list-style-type: decimal; }
.ListDecimal-leading-zero > li{ list-style-type: decimal-leading-zero; }
.ListLower-roman > li{ list-style-type: lower-roman; }
.ListUpper-roman > li{ list-style-type: upper-roman; }
.ListCjk-ideographic > li{ list-style-type: cjk-ideographic; }

input:not([type="submit"]),
textarea{
	outline:none;
	width: 90%;
	padding:4px 8px;
	border:1px solid #DBDBDB;
}
input:not([type="submit"]):active,
textarea:active,
input:not([type="submit"]):focus,
textarea:focus{
	background:#F7F7F7;
}
input[type="submit"]{
	background: #5fa6c4;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	padding: 1rem 4rem;
	cursor: pointer;
}
input[type="submit"]:hover{
	background: #418eaf;
	text-decoration: none;
}
textarea{
	min-height:150px;
	font-size: 100%;
}
.alert{
	color: #c7243a;
}
.ErrorMassege{
	border: 2px solid #c7243a;
	border-radius: 5px;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 15px;
}

/* header parts */
header #headerLogo{
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 60%;
}
header #headerLogo h1 a,
header #headerLogo h1 a:hover{
	display: block;
	height: 100%;
	color: #2F2F2F;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	header #headerLogo{
		width: 100%;
	}
	header #headerLogo h1 a,
	header #headerLogo h1 a:hover{
		color: #ffffff;
	}
}
header #headerLogo p{
	display: block;
}
header .headerNav{
	position: absolute;
	top: 10px;
	right: 20px;
}
header .headerNav li{
	float: left;
}
nav#headerGlobal{
	background: #333333;
	width: 100%;
	overflow: hidden;
}
nav#headerGlobal > ul {
    margin: 0 auto;
    width: 980px;
    display: table;
}
@media screen and (max-width: 750px) {
	nav#headerGlobal{
		display: none;
	}
}
nav#headerGlobal > ul > li{
	float: left;
	width: 33.33%;
}
nav#headerGlobal > ul > li > a{
	color: #ffffff;
	display: block;
	text-indent:-9999px;
	align-items: center;
	text-align: center;
	justify-content: center;
	vertical-align: middle;
	width: 100%;
	height: 4em;
	line-height: 1.4;
}
nav#headerGlobal > ul > li > a#gTop,
nav#headerGlobal > ul > li > a#gList,
nav#headerGlobal > ul > li > a#gContact{
	text-indent: -9999px;
}
nav#headerGlobal > ul > li > a#gTop:hover,
nav#headerGlobal > ul > li > a#gList:hover,
nav#headerGlobal > ul > li > a#gContact:hover{
	background-color: #555555;
}
nav#headerGlobal > ul > li > a#gTop{
	background: url("../images/navi_top.png") center center no-repeat;
}
nav#headerGlobal > ul > li > a#gList{
	background: url("../images/navi_list.png") center center no-repeat;
}
nav#headerGlobal > ul > li > a#gContact{
	background: url("../images/navi_contact.png") center center no-repeat;
}
nav#headerGlobal > ul > li > div.NavInnter{
	display: none; 
}
div.NavInnter{
	clear: both;
	position: absolute;
	left: 0;
	width: 100%;
	background: #dddddd;
}
div.NavInnter ul{
	margin: 0 auto;
	width: 980px;
}
div.NavInnter ul li{
	float: left;
}
/* footer parts */
footer {
	text-align: center;
}
footer .footer_nav{
	margin: 10px auto;
	display: inline-block;
}
footer .footer_nav > li{
	float:left;
}
footer .footer_nav > li::after{
	content:"|";
	color: #eaeaf4;
	margin: 0 10px;
}
footer .footer_nav > li:last-child::after{
	content:"";
}
/* list parts */
ul.List li{
	display: block;
	position: relative;
	padding-left: 20px;
}
ul.List li::before{
	display: block;
	content: '';
	position: absolute;
	left: 5px;
	top: 0.85em /* defalt 50% */;
	margin-top: -2px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.List li span.date{
	display: table-cell;
	width: 12em;
	color: #a1a1a1;
	text-indent: 5px;
	padding-right: 1em;
	vertical-align: top;
}
ul.List li span.lineup{
	width: 100%;
	display: table-cell;
	vertical-align: top;
}
ul.List li span.lineup a{
	color: #232323;
	display: inline-block;
}
.ListLine li{ position: relative; padding-left: 15px; }
.ListLine li::before{
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 1px;
	background: #296c72;
}
.ListFeedlink{
	list-style: none;
	overflow: hidden;
}
.ListFeedlink li{
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #eaeaf4;
	padding: 10px 0;
}
.ListFeedlink li:last-child{
	border-bottom: 1px solid #eaeaf4;
}
.ListFeedlink li a{
	box-sizing: border-box;
	color: #333333;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.ListFeedlink figure{
	position: relative;
	min-width: 90px;
	width: 90px;
	display: table-cell;
	vertical-align: top;
}
.ListFeedlink figure img{
	width: 100%;
	display: block;
}
.ListFeedlink .headline{
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}
.ListFeedlink .headline span{
	font-size: 80%;
	font-weight: normal;
	display: block;
	margin: 0.2em 0;
}



/* contents */
.contentsTitle > h2{
	margin: 0;
	letter-spacing: 0.1rem;
}
.contentsTitle h2 a,
.contentsTitle h2 a:hover{
	color: #2F2F2F;
	cursor: text;
	text-decoration: none;
}
.contentsTitle h2 a#ttlDetailL{
	display: block;
	text-indent: -9999px;
	background: url("../images/h1_txt.png") 5px 0px no-repeat;
}

.blockBox h3{
	border-left: 6px solid #3261ab;
	background: #eaeaf4;
	padding: 0.4rem 0.6rem;
}
.blockBox h3#ttlBasic{
	text-indent: -9999px;
	background: url("../images/h2_basic.png") #eaeaf4 5px center no-repeat;
}
.blockBox h3#ttlAccess{
	text-indent: -9999px;
	background: url("../images/h2_access.png") #eaeaf4 5px center no-repeat;
}
.blockBox h3#ttlOther{
	text-indent: -9999px;
	background: url("../images/h2_other.png") #eaeaf4 5px center no-repeat;
}
.blockBox table{
	margin: 10px 0;
	width: 100%;
	font-size: 100%;
}
aside h3{
	margin: 0;
	border-left: 6px solid #3261ab;
	padding: 0.4rem 0.6rem;
	font-size: 1rem;
}
aside .blockBox h3+*{
	margin: 10px;
}
.blockBox{
	margin: 0 0 30px;
	overflow: hidden;
}
.TableLayout,
.TableLayout th,
.TableLayout td{
	border-color: #6a8cc7;
}
.TableLayout{
	margin: 10px 0;
	width: 100%;
}
.TableLayout th,
.TableLayout td{
	padding: 0.6rem;
}
.TableLayout th{
	background: #aec1e3
}
.TableLayout tr:nth-child(odd){
	background: #d5e0f1;
}
.TableLayout a.web{
	background: #5fa6c4;
	border-radius: 0.2em;
	content:"WEB";
	color: #ffffff;
	font-size: 70%;
	padding: 0.2em 0.4em;
}
.TableLayout a.web:hover{
	background: #418eaf;
	text-decoration: none;
}
.TableLayout .fax::before{
	border-radius: 0.1rem;
	background: #d1b467;
	color: #ffffff;
	content:"FAX";
	font-size: 80%;
	height: 1rem;
	padding: 0 0.4rem;
	margin-right: 0.4rem;
	vertical-align: middle;
/*
	padding: 0.1em 0.4em;
	margin: -0.1em 0.4em 0 0;
*/
}
@media screen and (max-width: 750px) {
	.TableLayout th,
	.TableLayout td{
		display: block;
		width: 98%;
		font-size: 85%;
	}
	.TableLayout th:nth-child(4),
	.TableLayout td:nth-child(4){
		display: none;
	}
}

/* contact */
.TableForm{
	width: 100%;
	border-color: #6a8cc7;
}
.TableForm th,
.TableForm td{
	padding: 0.6rem;
	border-color: #6a8cc7;
	word-break:break-all;
	word-wrap:break-word;
}
.TableForm th span{
	color: #ff0000;
	font-weight: normal;
}
.contact .TableForm th{
	background: #aec1e3;
	text-align: left;
	width: 10rem;
}
@media screen and (max-width: 750px) {
	.contact .TableForm th,
	.contact .TableForm td{
		display: block;
		width: 98%;
	}
}


/* sitemap */
.sitemap section a{
	color: #205a97;
}
.ListColumn2,
.ListColumn3,
.ListColumn4{
	width: 100%;
}
.ListColumn2 li{
	float: left;
	width: 450px;
}
.ListColumn3 li{
	float: left;
	width: 290px;
}
.ListColumn4 li{
	float: left;
	width: 210px;
}
.ListColumn2 li:nth-child(2n+1){ clear: both; }
.ListColumn3 li:nth-child(3n+1){ clear: both; }
.ListColumn4 li:nth-child(4n+1){ clear: both; }

/* list */
.icon{
	border-radius: 0.1rem;
	color: #ffffff;
	font-size: 70%;
	padding: 0.1rem 0.4rem;
/*	height: 1rem;*/
	line-height: 1rem;
	vertical-align: middle;
	overflow: hidden;
	display: inline-block;
}
.icon.tf1,.icon.tf2,.icon.tf3,.icon.tf4,.icon.tf5,
.icon.tf6,.icon.tf7,.icon.tf8,.icon.tf9,.icon.tf10{
	margin-right: 0.4rem;
}

.icon.tf1{ background: #9d73bb; }
.icon.tf2{ background: #b75c9d; }
.icon.tf3{ background: #d45d87; }
.icon.tf4{ background: #e6855e; }
.icon.tf5{ background: #f3c759; }
.icon.tf6{ background: #44a5cb; }
.icon.tf7{ background: #40bfb0; }

.pageslist{
	margin: 10px auto;
	display: block;
}
.pageslist a{
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	display: inline-block;
	font-size: 80%;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0 0.3rem 0 0;
	padding: 0.2em 0.6em;
	text-align: center;
	vertical-align: middle;
	color: #333333;
}
.pageslist a:last-child{ margin:0; }
.pageslist a:hover{
	color: #f16e83;
	border: 1px solid #f16e83;
}
.pageslist a.now,
.pageslist a.now:hover{
	background: #f16e83;
	color: #ffffff;
	border: 1px solid #f16e83;
}

/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

.BoxColumn2{
	float: left;
	width: 48%;
	margin: 0 1%;
}
@media screen and (max-width: 750px) {
	.BoxColumn2{
		float: none;
		width: 98%;
	}
}

.BoxColumn2 h4{
	position: relative;
	background: #f16e83;
	margin: 0;
}
.BoxColumn2 h4 a{
	float: left;
	display: block;
	width: 85%;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 10px;
	text-decoration: underline;
}
.BoxColumn2 a.accBtn{
	position: relative;
	float: left;
	display: block;
	width: 10%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.8rem;
	font-weight: normal;
	text-align: center;
	text-indent:-9999px;
}
.BoxColumn2 a.accBtn:before{
	display: block;
	content: "";
	position: absolute;
	top: 21px;
	right: 15px;
	width: 14px;
	height: 2px;
	background: #aaa;
}
.BoxColumn2 a.accBtn:after{
	content: "";
	position: absolute;
	right: 21px;
	width: 2px;
	height: 14px;
	top: 15px;
	background: #aaa;
}
.BoxColumn2 a.accBtn.open:after{
	display: block;
	content: "";
	position: absolute;
	top: 21px;
	right: 15px;
	width: 14px;
	height: 2px;
	background: #aaa;
}
.BoxColumn2 .pageslist{
	display: none;
	margin: 10px 3px;
}
.BoxColumn2 .pageslist a{
	margin: 0 0.3rem 0.3rem 0
}

/* google cse start */
/*
#google-search-results{
	clear:both;
	margin: 0 auto;
	width: 980px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
         -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;

}
#google-search-results *,
#google-search-results *::before,
#google-search-results *::after{
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
         -o-box-sizing: content-box !important;
        -ms-box-sizing: content-box !important;
            box-sizing: content-box !important;

}
table.gsc-search-box td{
	vertical-align:baseline;
}
input.gsc-input{
	vertical-align:baseline;
}
.gsc-results-wrapper-visible{
	box-sizing: content-box;
	line-height: normal;
}
table.gsc-search-box,
.gsc-table-result table,
.gsc-resultsbox-visible table{
	border-collapse: separate !important;
}
#gsc-i-id1{
	line-height: 100%;
	font-family: sans-serif;
}
#google-search-results .cse .gsc-control-cse, .gsc-control-cse{
	padding: 0 !important;
}
*/
/* google cse end */

/* form#cse-search-box */
form#cse-search-box{
	padding: 5px 0;
	width: 300px;
}
form#cse-search-box input[type="text"]{
  width: calc(100% - 75px);
}
 
form#cse-search-box input[type="submit"]{
	width: 66px;
	padding: 0;
}
 
form#cse-search-box input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
}


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

drawer menu

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

/* contents */
#container {
	display: table;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

/* drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding: 120px 0;
	background: #222;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}

/* checkbox */
.check {
	display: none;
}

/* menu button - label tag */
.menu-btn {
	position: fixed;
	display: block;
	top: 40px;
	right: 40px;
	display: block;
	width: 40px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
@media screen and (max-width: 750px) {
	.menu-btn {
		top: 15px;
		right: 10px;
	}
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 2px;
	background: #ccc;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 12px;
	opacity: 1;
}
.bar.bottom {
	top: 24px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ccc;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #999;
}
.menu-btn:hover .menu-btn__text {
	color: #999;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
//	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ #container {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 56px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 56px;
	top: 40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
