@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*アニメーション frame1
---------------------------------------------------------------------------*/
@keyframes frame1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	color: #666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}

/*link
---------------------------------------------------------------------------*/
a {color: #666;transition: 0.5s;}
a:hover {color: #59c3f4;text-decoration: none;}

/*header
---------------------------------------------------------------------------*/
header {
	background: #59c3f4;
	height: 60px;
	padding: 0 3%;
}
header h1 img {
	width: 200px;
	margin-top: 17px;
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	margin: 0 auto;
	padding: 50px 3%;
}
.c1 #contents {
	max-width: 600px;
}

/*main
---------------------------------------------------------------------------*/
#main {float: right;width: 75%;}
#main h2 {
	clear: both;margin-bottom: 20px;
	background: #59c3f4;
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
	border-radius: 3px;
}
#main p {
	padding: 0px 0px 20px;
}
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}

/*table
---------------------------------------------------------------------------*/
.ta1 caption, .ta1, .ta1 td, .ta1 th {
	padding: 10px;
}
.ta1 caption {
	border: 1px solid #b5b5b5;border-bottom: none;
	text-align: left;
	background: #d1ecf8;
	color: #666;
	font-weight: bold;
}
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #b5b5b5;
}
.list1, .list1 td, .list1 th {
	padding: 5px;
	line-height: 1.4;
}
.ta1 th {
	text-align: center;
	background: #f2f2f2;
	width: 150px;
}
.list1 th {
	width: auto;
}
.list1 tr:nth-child(even) {
	background: #f3fafd;
}
.list1 tr:hover {
	background: #e6f6fd;
}
.list1 input[type="button"] {
	width: auto;
	padding: 2px;
	font-size: 12px;
}
.ta1 td textarea {display: block;}

/*sub
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 22%;
}

/*menu
---------------------------------------------------------------------------*/
/*余白*/
#sub ul li.title, #sub ul li a {
	padding: 5px 10px;
}
/*見出し*/
#sub ul li.title {
	background: #f2f2f2;
	border: 1px solid #b5b5b5;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
#sub ul li.title:first-child {
	margin-top: 0;
}
/*メニューブロック*/
#sub ul {
	margin-bottom: 20px;
}
#sub ul li a {
	text-decoration: none;display: block;
	border: 1px solid #b5b5b5;
	border-top: none;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

/*inputボタン,btn
---------------------------------------------------------------------------*/
p.btn a {text-decoration: none;display: block;margin: 0 auto;color: #333;}
p.btn a,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: linear-gradient(#fff, #eee);
	width: 300px;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
p.btn a {max-width: 278px;}
/*マウスオン時の設定*/
p.btn a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border: 1px solid #b5b5b5;
	background: #fff;
	position: relative;top: 1px;left: 1px;
	box-shadow: none;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	animation-name: frame1;animation-duration: 1S;animation-fill-mode: forwards;
	width: 50px;
	line-height: 50px;
	bottom: 50px;
	right: 3%;
	background: #000;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border: 1px solid #fff;
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*その他
---------------------------------------------------------------------------*/
.clear {clear: both;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.error {color: #ff0000;}
.subtitle {font-size: 11px;color: #999;}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	animation-name: frame1;animation-duration: 0.5S;animation-fill-mode: both;
	position: absolute;
	top: 60px;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 10;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px solid #fff;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 20px;
}
/*見出し*/
#menubar-s li.title {
	text-align: center;
	background: #000;
	color: #59c3f4;
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;position: absolute;
	top: 4px;
	right: 3%;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;
	height: 50px;
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(icon_menu.png) no-repeat center bottom/50px;
}

/*main,sub
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*contents
---------------------------------------------------------------------------*/
#contents {
	font-size: 12px;
	line-height: 1.5;
}

/*main
---------------------------------------------------------------------------*/
#main h2 {
	padding: 5px 10px;
	font-size: 14px;
}

/*table
---------------------------------------------------------------------------*/
.ta1 caption, .ta1, .ta1 td, .ta1 th {
	padding: 5px;
}
.ta1 th {
	width: 100px;
}
.list1 input[type="button"] {
	font-size: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}

}
