@charset "utf-8";
/*------------------------------------------------------------
	imagelightbox.min.js
------------------------------------------------------------*/
.lb {
	display:block;
}

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	
	-ms-touch-action: none;
			touch-action: none;
			
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-overlay
{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
}
#imagelightbox-overlay
{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#ee7d74;
}
.orange {
	color:#eaa705;
}
.white {
	color:#fff;
}
.green {
	color:#77bb55;
}
.sky {
	color:#71a9e3;
}
.pink {
	color:#ee7799;
}
.purple {
	color:#9c94e1;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link,#bread a:link {
	color:#666;
	text-decoration:none;
}
.fw a:visited,#bread a:visited {
	color:#666;
	text-decoration:none;
}
.fw a:hover,#bread a:hover {
	color:#999;
	text-decoration:none;
}
.fw a:active,#bread a:active {
	color:#666;
	text-decoration:none;
}
ul.onmark {
	list-style:disc;
	list-style-position:inside;
}
ul.onmark li {
	padding-left:1em;
  text-indent:-1em;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	background-color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#666;
	background-color:#f4f4e6;
	line-height:1.231;
}

@media screen and (max-width: 450px) {
.pc {
	display:none !important;
}
}
@media screen and (min-width: 451px) {
.mb {
	display:none !important;
}
}

.top_bg {
	background-image:url(../img/hd_bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
.page_bg {
	background-image:url(../img/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
#top_header .top_tx {
	color:#666;
	font-size:11px;
	padding:20px 0 50px;
}
#top_header {
	width:960px;
	height:418px;
	margin:0 auto;
}
#top_header h1 {
	margin-bottom:30px;
}
#top_header h1 img {
	width:300px;
}
#top_header .copy img {
	width:260px;
}
.child {
	position:relative;
	width:900px;
	height:66px;
	margin:0 auto;
}
.chd_l {
	position:absolute;
	top:0;
	left:0;
}
.chd_r {
	position:absolute;
	top:0;
	right:0;
}
#topmenu {
	width:900px;
	margin:-4px auto 30px;	
}
#topmenu li {
	float:left;
}
#topmenu img {
	width:225px;
}
#topmenu a {
	display:block;
}
.gw1 a {
	background-color:#ee7799;
}
.gw2 a {
	background-color:#77bb55;
}
.gw3 a {
	background-color:#e5b540;
}
.gw4 a {
	background-color:#7cb0e5;
}
.gw5 a {
	background-color:#a69ee4;
}
.gw6 a {
	background-color:#f08a82;;
}

#header {
	position:relative;
	width:960px;
	height:208px;
	margin:0 auto;
}
#header .top_tx {
	color:#666;
	font-size:11px;
	padding:20px 0 25px;
}
#header h1 img {
	width:300px;
}
.home {
	position:absolute;
	width:128px;
	height:63px;
	top:40px;
	left:650px;
}

#global {
	margin-top:-4px;
	height:75px;
	background-image:url(../img/pw_bg.png);
}
#global ul {
	width:900px;
	height:75px;
	background-color:#f4f4e6;
	margin:0 auto;
}
#global ul li {
	position:relative;
	float:left;
	width:150px;
}
#global ul li ul {
	visibility:hidden;
	position:absolute;
	top:75px;
	width:900px;
	height:80px;
	text-align:center;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
#global ul li ul.pd1 {
	left:0;
	background-color:#ee7799;
}
#global ul li ul.pd2 {
	left:-150px;
	background-color:#77bb55;
}
#global ul li ul li {
	width:900px;
	color:#fff;
}
#global ul li ul li a {
	color:#fff;
	line-height:80px;
	padding:30px 10px;
}
.fn_pc {
	font-size:1.16em;
	width:900px;
	text-align:center;
	margin-left:-30px;
	color:#fff;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.fn_pc a {
	color:#fff;
	line-height:80px;
	padding:30px 10px;
}
.fn_mb {
	width:400px;
	text-align:center;
	margin-left:-20px;
	color:#fff;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.fn_mb li {
	border-bottom:1px solid #fff;
}
.fn_mb a {
	display:block;
	color:#fff;
	padding:20px 20px;
}
.fn1 {
	background-color:#ee7799;
}
.fn2 {;
	background-color:#77bb55;
}

#toggle {
	position:absolute;
	width:50px;
	height:50px;
	top:10px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	font-size: 0.84em;
	display:none;
}
ul.accordion a {
	display:block;
	padding:20px 0;
	text-decoration:none;
	color:#333;
}
/*ul.accordion > li:nth-child(even) a {
	border-left:1px solid #0ccb93;
}
*/
/*
ul.accordion span {
	display:block;
	padding:10px;
	background-position:97% center;
	background-repeat:no-repeat;
	color:#333;
}
ul.accordion ul {
	display:none;
}
*/
ul.accordion > li {
	float:left;
	width:50%;
	background-color:#fff;
	/*background: -moz-linear-gradient(top, #fff, #edfaf5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edfaf5));*/
	border-bottom:1px solid #ccc;
}
.accordion span {
	font-size: 1.24em;
}
.aw1 a {
	border-left:5px solid #c9c9c6;
}
.aw2 a {
	border-left:5px solid #ee7799;
}
.aw3 a {
	border-left:5px solid #77bb55;
}
.aw4 a {
	border-left:5px solid #e5b540;
}
.aw5 a {
	border-left:5px solid #7cb0e5;
}
.aw6 a {
	border-left:5px solid #a69ee4;
}
.aw7 a {
	border-left:5px solid #f08a82;;
}
.aw8 a {
	border-left:5px solid #c9c9c6;
}
/*
ul.accordion > li > p {
	background: -moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
	cursor:pointer;
}
ul.accordion > li > p span {
	background-image:url(../img/open.png);
}
ul.accordion > li > p span.open {
	background-image:url(../img/close.png);
}
ul.accordion > li > ul > li {
	background:#999;
	border-bottom:1px solid #EEE;
}
ul.accordion > li > ul > li > p {
	background:#999;
}
ul.accordion > li > ul > li > a {
	background:url(../img/go.png) no-repeat 98% center;
}
ul.accordion > li > ul > li > ul > li {
	background:#FFF;
	border-bottom:1px dotted #888;
}
ul.accordion > li > ul > li > ul > li:last-child {
	border:none;
}
*/

@media screen and (max-width: 450px) {
.top_bg {
	background-size:auto 535px;
}
#top_header {
	width:auto;
	height:350px;
}
.top_tx {
	display:none;
}
#top_header h1 {
	padding-top:50px;
	margin-bottom:20px;
}
#top_header h1 img {
	width:250px;
}
#top_header .copy img {
	width:215px;
}
.child {
	width:400px;
	height:44px;
}
.child img {
	width:150px;
}
#topmenu {
 width:400px;
 margin:-3px auto 30px;	
}
#topmenu img {
	width:200px;
}
.gw1 a {
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
}
.gw2 a {
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}
.gw5 a {
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
}
.gw6 a {
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.page_bg {
	background-size:auto 160px;
}
#header {
	width:auto;
	height:119px;
	margin:0 auto;
}
#header h1 {
	padding-top:20px;
}
#header h1 img {
	width:250px;
}
.home, #global {
	display:none;
}
}

@media screen and (min-width: 451px) {
#toggle,.accordion {
	display:none !important;
}
.gw1 a {
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
}
.gw4 a {
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}
.gw6 a {
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.gw1 a:hover {
	background-color:#f192ad;
}
.gw2 a:hover {
	background-color:#92c977;
}
.gw3 a:hover {
	background-color:#eac466;
}
.gw4 a:hover {
	background-color:#96c0ea;
}
.gw5 a:hover {
	background-color:#b8b1e9;
}
.gw6 a:hover {
	background-color:#f3a19b;
}
}

#title {
	width:960px;
	height:100px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center center;
}

#title h2,#title p {
	text-indent:-9999px;
}
#bread {
	color:#999;
	margin-top:-10px;
	margin-bottom:30px;
}

#container {
	width:840px;
	padding:30px 30px 0;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
#left_doc {
	float:left;
	width:405px;
}
#right_doc {
	float:right;
	width:405px;
	padding-bottom:20px;
}

@media screen and (max-width: 450px) {
.banner img {
    width: 90%;
}
#title {
	width:100%;
	height:100px;
	line-height:1.4;
}
#title p {
	padding-top:25px;
	font-weight:bold;
	text-indent:0;
	text-align:center;
}
#title h2 {
	font-size: 1.4em;
	text-indent:0;
	text-align:center;
}
#bread {
	font-size: 0.76em;
	margin-top:0;
	margin-bottom:20px;
}
#container {
	width:360px;
	padding:20px 20px 0;
	font-size: 0.92em;
}
#left_doc {
	width:100%;
}
#right_doc {
	width:100%;
}
}

@media screen and (min-width: 451px) {
#bread {
	font-size:12px;
}
#container {
	font-size: 0.86em;
}	
}

.sub {
	font-size: 1.24em;
	border-bottom:1px solid #77bb55;
	background-image:url(../img/sub_bg_pc.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:3px 0 12px 65px;
	margin-bottom:20px;
	color:#666;
}
.subsub {
	font-size:1.16em;
	font-weight:bold;
	background-color:#d8f0eb;
	padding:5px 15px;
	margin:0 10px 20px;
}
.d_date {
	background-color:#f4f4e6;
	padding:5px 10px;
	margin:-20px 0 20px;
	font-size:0.84em;
	color:#666;
}
.d_date img {
	width:70px;
}

.top_left {
	float:left;
	width:650px;
	margin-bottom:15px;
}
.top_right {
	float:right;
	width:160px;
	margin-bottom:20px;
}
#news {
	line-height:2;
}
#news ul {
	margin:0 10px;
}
#news ul li {
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
#news .icon {
	float:left;
	width:75px;
	height:20px;
	line-height:20px;
	margin-top:2px;
}
#news .icon img {
	width:70px;
}
#news .date {
	float:left;
	display:block;
	width:100px;
	line-height:20px;
	text-align:center;
	background-color:#f4f4e6;
	color:#999;
	font-family:monospace;
	margin:2px 0 0 0;
}
#news .subject {
	margin-left:190px;
}
.pagetop {
	text-align:center;
}
.pagetop img {
	width:80px;
}
#footer {
	font-size: 0.92em;
	width:840px;
	padding:30px 30px 35px;
	margin:0 auto;
}
.credit {
	float:left;
	width:300px;
	text-align:left;
	line-height:1.7;
	color:#666;
}
.credit p {
	padding-bottom:10px;
}
.fw {
	float:right;
	width:540px;
	text-align:left;
	line-height:1.5;
	font-size:12px;
	color:#bbb;
}
.fw p {
	padding-bottom:10px;
}
.copyright {
	font-size:11px;
	color:#999;
	padding-top:20px;
}
.line {
	border-bottom:1px dotted #ccc;
}

@media screen and (max-width: 450px) {
.sub {
	background-image:url(../img/sub_bg.png);
	background-size:56px 63px;
	font-size: 1.16em;
}
.top_left {
	float:none;
	width:100%;
	margin-bottom:5px;
}
.top_right {
	float:none;
	width:100%;
	text-align:center;
}
#news ul {
	padding-bottom:10px;
}
#news .icon {
	margin-top:0;
}
#news .icon img {
	width:70px;
}
#news .date {
	float:none;
	display:inline;
	width:auto;
	text-align:center;
	background-color:transparent;
	margin:0;
}
#news .subject {
	margin-left:0;
}

.pagetop img {
	width:50px;
}
#footer  {
	width:370px;
	padding:30px 15px;
}
.credit {
	float:none;
	width:100%;
	text-align:center;
	font-size: 0.92em;
}
.fw {
	display:none;
}
.copyright {
	font-size: 0.76em;
}
.copyright img {
	display:none;
}
}
@media screen and (min-width: 451px) {
.credit {
	font-size:12px;
}
}



.box0 {
	line-height:2;
}
.box1 {
	line-height:2;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:2;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#fef7eb;
	white-space:nowrap;
}
.table2 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table2 td,.table2 th{
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table2 th.time{
	font-weight: normal;
	background:#fdf0d8;
	white-space:nowrap;
}
.table2 th.subj{
	font-weight: normal;
	background:#fef7eb;
	white-space:nowrap;
}
.waku1 {
	background-color:#fef7eb;
	padding:15px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.waku2 {
	background-color:#f4f4e6;
	padding:15px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.co_tx1 {
	float:left;
	left:50%;
	position:relative;
}
.co_tx2 {
	float:left;
	left:-50%;
	position:relative;
	padding-right:30px;
}
.co_tx3 {
	float:left;
	left:-50%;
	position:relative;
	padding-left:30px;
}
@media screen and (max-width: 450px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}
.table1 {
	display: block;
}
.table1 thead {
	display: none;
}
.table1 tbody {
	display: block;
}
.table1 tbody tr {
	display: block;
}
.table1 tbody th,.table1 tbody td {
	display:block;
	border: none;
}
.table1 tbody th {
	margin-bottom: 10px;
	background: #fdf0d8;
	padding:1px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.table1 tbody td {
	margin:0 15px 20px;
	padding: 0;
}
.table2 {
	display: block;
}
.table2 thead {
	display: none;
}
.table2 tbody {
	display: block;
}
.table2 tbody tr {
	display: block;
}
.table2 tbody th,.table2 tbody td {
	display:block;
	border: none;
}
.table2 tbody th.time {
	float:left;
	width:55px;
	margin-bottom: 10px;
	background: #d8f0eb;
	padding:1px 20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
}
.table2 tbody th.subj {
	float:left;
	width:215px;
	margin-bottom: 10px;
	background: #fdf0d8;
	padding:1px 20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
}
.table2 tbody td {
	margin:0 15px 20px;
	padding: 0;
}
.co_tx1 {
	float:none;
	left:0;
	position:static;
}
.co_tx2,.co_tx3 {
	float:none;
	left:0;
	position:static;
	padding:0;
}
}
