@media print, screen and {

body {width: 960px;
  -webkit-print-color-adjust: exact;
}


#menu-content > li > a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 30px;
    background: #0E70D6 !important;;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    z-index: 2;
    padding: 5px 0;
    border-left: 1px solid #ccc;
}



/* パンくず */
.pankuzu{
	background-color: #EDEDED !important;;
padding: 2px 0px; 
display: inline-block; 
width:100%;
	margin-bottom:5px;
}

div.pankuzu ul {
	clear: both;
	margin: 0;
	padding: 0px 0 0 10px;
}

div.pankuzu ul li {
	float: left;
	margin: 0;
	padding: 5px 7px 7px 7px;
	font-size: 84%;
	line-height: 110%;
	/* white-space: nowrap; */
	min-height: 12px;
	_height: 1%;
	list-style: none;
	word-break: break-all;
}

div.pankuzu ul li:after {
	content: url(../images/arrow.png);
	margin-left:10px;
}

div.pankuzu ul li.pk-thispage:after{
	content: none;
}



/* 右メニュー */

.r_nav{
	width: 100%;
	border: 1px solid #ccc;
}

.r_nav h2 {
    background-color: #0087DF !important;;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal !important;
    padding: 10px 5px;
    word-break: break-all;
}

.r_nav ul li{
	border-top:1px dashed #ccc;
	position: relative;
	list-style: none;
	padding: 10px 5px 10px 25px;
	font-size: 0.9em;
	word-break: break-all;
}

.r_nav ul li a{
	display:block;
}

.r_nav li a:hover {
	background: rgba(255,255,255,0.7) !important;;
}

.r_nav ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.2em;
	left: 0.4em;
	width: 8px;
	height: 8px;
	border-right: 3px solid #0087DF;
	border-bottom: 3px solid #0087DF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* 見出し */

.cont h1 {
	position: relative;
	padding: .5em 1em .5em 1em;
	border: 1px solid #ccc;
	font-size:1.5em;
	margin-bottom: 0.5em;
	word-wrap: break-word;
}
.cont h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 8px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #97D9F2 !important;;
}

.cont h2{
	position: relative;
	padding: 0.3em 0.5em;
	margin-bottom: .5em;
	background: -moz-linear-gradient(to right, #97D9F2, #40C4F9) !important;;
	background: -webkit-linear-gradient(to right, #97D9F2, #40C4F9) !important;;
	background: linear-gradient(to right, #97D9F2, #40C4F9) !important;;
	font-size:1.3em;
	margin-top:1em;
	word-wrap: break-word;
}

.cont h3{
	padding: 0.1em 0.7em;
	border-bottom: 2px solid #97D9F2;
	margin-top:1em;
	margin-bottom: .5em;
	font-size:1.2em;
	background-color: #f6fdfd !important;;
	word-wrap: break-word;
}

.cont h4 {
	padding: 0.1em 0.7em;
	margin-bottom: 0.5em;
	background-color: #F4FFFF !important;;
	border-left: 2px solid #ACEBFF;
	word-wrap: break-word;
}

.cont h5 {
	position: relative;
	padding: 0 .5em;
	margin-top:1em;
	margin-bottom: .5em;
	font-size:1.1em;
	font-weight: bold;
	border-bottom: 1px dotted #eaeaea;
	word-wrap: break-word;
}



/* お問い合わせ */
.contact{
width:100%;
border: 1px solid #ccc;
margin-top: 20px;
	clear:both;
}

.contact h2{
background:#CECECE !important;;
margin-top:0;
}

p.contact-email{
margin-right: 5px;
}

.contact p{margin-bottom: 5px;}

p.contact-email:before {
	content: url(../images/mail.png);
	margin-right: 5px;
}




/* 画像 */
div.img-area {
	margin: 0.56px 5px 0 0;
	padding: 0;
}

.img-area {
	display: block;
}

.area:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

@media print, screen and (max-width: 730px){
.cont img{
max-width: 100%;
height: auto;
}
}

/* 画像キャプション */

p.img-only,p.imglink-side2 span,p.imglink-side3 span{
	display: table-caption;
	caption-side: bottom;
	font-size: 0.9em;
	line-height: 1.4em;
}

p.img-left span,p.img-right span,p.img-center span{
	/* display: table-caption; */
	caption-side: bottom;
	font-size: 0.9em;
	line-height: 1.4em;
}


a.resourceLink{}

/* 画像位置 */

p.img-only{
	padding: 0 0.9em 0em 0.9em;
	display: table;
	max-width:160px;
	text-align: center;
}

@media print, screen and (max-width: 740px){
	p.img-only{
	padding: 0 0.9em 0em 0.9em;
	display: table;
	max-width:100%;
}}


p.img-center{ text-align: center;
	margin: 0 auto;
	padding: 0 0.9em 0.9em 0.9em;
	display: table;
	max-width:160px;
}

@media print, screen and (max-width: 740px){
	p.img-center{ text-align: center;
	margin: 0 auto;
	padding: 0 0.9em 0.9em 0.9em;
	display: table;
	max-width:100%;
}}

@media print, screen and (-webkit-min-device-pixel-ratio:0) {
	p.img-center{ text-align: center;
	margin: 0 auto;
	padding: 0 0.9em 0.9em 0.9em;
	display: table;
	max-width:none;
}}

p.img-left{
	float: left;
	margin: 0.5em 0 0.9em 0;
	padding: 0 0.9em 0em 0.9em;
	text-align: center;
	display: table;
	max-width:160px;
}

@media print, screen and (max-width: 740px){
	p.img-left{
	float: left;
	margin: 0.5em 0 0.9em 0;
	padding: 0 0.9em 0em 0.9em;
	text-align: center;
	display: table;
	max-width:100%;
}}

@media print, screen and (-webkit-min-device-pixel-ratio:0) {
	p.img-left{
	float: left;
	margin: 0.5em 0 0.9em 0;
	padding: 0 0.9em 0em 0.9em;
	text-align: center;
	display: table;
	max-width:none;
}}

p.img-right{ float: right;
	margin: 0.5em 0 0.9em 0;
	padding: 0 0.9em 0em 0.9em;
	text-align: center;
	display: table;
	max-width:160px;
}

@media print, screen and (max-width: 740px){
	p.img-right{ float: right;
	margin: 0.5em 0 0.9em 0;
	padding: 0 0.9em 0em 0.9em;
	text-align: left;
	display: table;
	max-width:100%;
}
}

@media print, screen and (-webkit-min-device-pixel-ratio:0) {
	p.img-right{ float: right;
	margin: 0.5em 0 0.9em 0;
	padding: 0 0.9em 0em 0.9em;
	text-align: center;
	display: table;
	max-width:none;
}}

/* 2連 */
p.imglink-side2 {
	float: left;
	margin: 0.56em 0 0.1em 0;
	padding: 0;
	text-align: center;
	display: table;
}

.imglink-side2 img {
	margin: 0 10px 5px 10px;
}

/* 3連 */
div.img-area p.imglink-side3 {
	float: left;
	margin: 0.56em 0 0.1em 0;
	padding: 0;
	text-align: center;
	display: table;
}

p.imglink-side3 img {
	margin: 0 10px 5px 10px;
	padding: 0;
}

p.imglink-side3 span {
	margin: 0 10px 0 10px;
	padding: 0;
}

/* 左画像 */
div.img-area-l {
	margin: 0.56em 0 0 0;
	padding: 0 0 0 10px;
	/zoom: 1;
	overflow: hidden;
}

div.img-area-l p.imglink-txt-left {
	float: left;
	margin: 0.5em 10px 5px 0;
	padding: 0 0 0.2em 0;
	text-align: center;
}

@media print, screen and (max-width: 740px){div.img-area-l p.imglink-txt-left{
float: none;}}


@media print, screen and (max-width: 740px){p.img-right p.img-left{
	max-width:100%;
}}

div.img-area-l p.imglink-txt-left span {
	margin: 0 10px 5px 10px;
}

/* 右画像 */
div.img-area-r {
	margin: 0.56em 0 0 0;
	padding: 0 0 0 10px;
	/zoom: 1;
	overflow: hidden;
}

div.img-area-r p.imglink-txt-right {
	float: right;
	margin: 0.5em 0px 5px 10px;
	padding: 0 0 0.2em 0;
	text-align: center;
}

@media print, screen and (max-width: 740px){div.img-area-r p.imglink-txt-right {
float: none;}}

div.img-area-r p.imglink-txt-right span {
	margin: 0 10px 5px 10px;
}





.cp_offcm01{display:none;}


.copy {
    clear: both;
    background-color: #0087DF !important;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
}






#menu2 {
	position: absolute;
	width: 100%;
	padding-left: 0px;
	background: #fff;/*グローバルメニュー背景色*/
	top: 40px;
}
.menu2-inner{
	width: 968px;
	margin: 0 auto;
	height: 40px;
}
#menu2 li {
	list-style-type: none;
	float: left;
	text-align: left;
	width: 100% / 6　!important;
	text-align: center;
	zoom: 0.99;
}
_:-ms-input-placeholder, :root .selector {
	#menu2 li {display: none;
}}

@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
	#menu2 li {display: none;
}}


}

@media print, screen and {
/* トップページの新着情報 */
.cp_tab {
	margin-top: 1em;
	margin-bottom: 1em;
	display: inline-block;
	width: 69.5%;
	float:left;
}
/* トップページの画像メニューエリア */
.tile{
	width: 69.5%;
	overflow: hidden;
	float:left;
}
}