﻿@charset "utf-8";

* {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 1080px;
	background: #F8F5ED;
	color: #333322;
}

/*---------------------------------------------
　ヘッダ
---------------------------------------------*/

header {
	background: #EA4D64;
}
header section {
	width: 1080px;
	margin: auto;
	text-align: left;
	display: table;
}

/* サイトタイトル */
header h1 {
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
}

/* ヘッダナビ */
header nav.head_navi {
	display: table-cell;
	vertical-align: middle;
	width: 90px;
}
header nav.head_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
header nav.head_navi ul li {
	text-align: center;
	border-left: 1px solid #F8939F;
	display: table-cell;
	width: 90px;
}
header nav.head_navi ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	padding: 46px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-clip: 36px 36px;
}
header nav.head_navi ul li a:hover {
	color: #FFFF00;
}
header nav.head_navi ul li.access a {	background-image: url(../images/btn_access.png);}
header nav.head_navi ul li.sitemap a {	background-image: url(../images/btn_sitemap.png);}
header nav.head_navi ul li.access a:hover {	background-image: url(../images/btn_access-ov.png);}
header nav.head_navi ul li.sitemap a:hover {	background-image: url(../images/btn_sitemap-ov.png);}
header nav.head_navi ul li.spmenu {	display: none;}


/* 言語ナビ */
header nav.lang {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
	width: 75px;
	background: #F56677;
	background-image: -webkit-linear-gradient(270deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
	border-right: 1px solid #F8939F;
	border-left: 1px solid #F8939F;
}
header nav.lang ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
header nav.lang li {
	background: url(../images/icon_arrow2.png) no-repeat 0px 5px;
	padding: 0px 0px 0px 10px;
}
header nav.lang li a {
	color: #FFFFFF;
	text-decoration: none;
}
header nav.lang a:hover {
	color: #FFFF00;
}

/*---------------------------------------------
　グローバルナビ
---------------------------------------------*/

nav#globalnavi {
	border-top: 1px solid #F8939F;
	background: #F56677;
	background-image: -webkit-linear-gradient(270deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(245,102,119,1.00) 0%,rgba(234,77,100,1.00) 100%);
}
nav#globalnavi ul {
	width: 1080px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	border-left: 1px solid #F8939F;
}
nav#globalnavi ul li {
	display: table-cell;
	border-right: 1px solid #F8939F;
	box-sizing: border-box;
}
nav#globalnavi ul li a {
	width: 100%;
	padding: 20px 0px;
	display: block;
}
nav#globalnavi ul li:hover {
	background: #EA4D64;
	background-image: -webkit-linear-gradient(270deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(234,77,100,1.00) 0%,rgba(245,102,119,1.00) 100%);
}

/*---------------------------------------------
　ページタイトル
---------------------------------------------*/

#mainimg {
	background: url(../images/mainimg_bg.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 5px solid #F1EBDC;
}
#mainimg h2 {
	margin: 0px auto;
	padding: 0px;
}

#pagetitle {
	max-width: 1080px;
	text-align: left;
	padding: 20px 0px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: right center;
}
#pagetitle h2 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-indent: -10000px;
	height: 80px;
	width: 300px;
}

/*---------------------------------------------
　パンくず
---------------------------------------------*/

#breadcrumb {
	border-top: 1px solid #D9D0BB;
	border-bottom: 1px solid #D9D0BB;
	text-align: left;
	font-size: 12px;
}
#breadcrumb ul {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
    padding: 5px 0px;
}
#breadcrumb li+li:before {
    padding: 0px;
    content: ">\00a0";
	opacity: 0.6;
}

/*---------------------------------------------
　メイン
---------------------------------------------*/

main {
	display: block; /* IEレイアウト崩れ対策用 */
	text-align: left;
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 25px 0px 15px 0px;
	overflow: hidden;
}

article {
	width: 620px;
	padding: 20px 20px 5px 20px;
	margin: 0px 10px 10px 10px;
	background: #FFFFFF;
	border:1px solid #F1EBDC;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
}

/*---------------------------------------------
　サイドバー
---------------------------------------------*/

aside {
	width: 220px;
	float: left;
}

/* サブメニュー */
aside #subnavi {
	margin-bottom: 20px;
	position: relative;
}
aside #subnavi .btn-display {
	display: none;
}
aside #subnavi h3 {
	font-size: 18px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #D9D0BB;
	border-top: 3px solid #EA4D64;
}

aside #subnavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
aside #subnavi li {
	border-bottom: 1px solid #D9D0BB;
}
aside #subnavi li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px 10px 10px 28px;
		background: url(../images/flower.png) no-repeat left 10px;
	background-size: 20px;
}
aside #subnavi li a:hover {
	color: #EA4D64;
}

/* バナーエリア */

aside .banner_block {
	padding: 10px 10px 5px 10px;
	background: #FFFFFF;
	border:1px solid #F1EBDC;
	border-radius: 5px;
	margin-bottom: 10px;
}
aside .banner_block h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 15px;
}
aside .banner_block ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #D9D0BB;
	text-align: center;
}
aside .banner_block li {
	margin-bottom: 5px;
	display: inline-block;
}
aside .banner_block ul:nth-last-of-type(1) {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

/*---------------------------------------------
　フッター
---------------------------------------------*/

footer {
	background: #F56677;
	padding: 15px 0px 10px 0px;
}
footer * {
	max-width: 1080px;
	margin: auto;
	color: #FFFFFF;
}
footer a {
	color: #FFFFFF;
}

/* 連絡先 */
footer address {
	font-style: normal;
	padding-bottom: 10px;
}
footer address span {
	margin: 5px;
}
footer address img {
	margin-bottom: 10px;
	max-width: 300px;
}

/* 関連リンク */
footer nav ul {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	list-style: none;
	border-top: 1px solid #F8939F;

}
footer nav li {
	display: inline-block;
}
footer nav li+li:before {
    padding: 0px;
    content: "|\00a0";
	opacity: 0.8;
}

/* コピーライト */
#copyright {
	font-size: 11px;
	color: #FFFFFF;
	background: #EA4D64;
	border-top: 1px solid #F8939F;
}

/*---------------------------------------------
　共通オブジェクト
---------------------------------------------*/

/* 画像 */
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}
.pict_border {
	padding: 3px;
	border: 1px solid #BBBBAC;
}

/* 段落 */
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/* リンク */
a {
	color: #EA4D64;
}
a:hover {
	color: #FFFF00;
}

/* 説明文 */
.caption {
	font-size: 12px;
}

/* コラム */
.column {
	background: url(../images/column_bg.jpg);
	border: 1px solid #EAE5C0;
	padding: 15px 20px 0px 20px;
	margin: 0px 0px 15px 0px;
}

/* テーブル */
.table {
	margin: 0px 0px 15px 0px;
	border-collapse: separate;
	border-spacing: 1px;
	background: #D9D0BB;
}
.table th {
	padding: 5px 10px 5px 10px;
	text-align: left;
	background: #F0F0E0;
	vertical-align: middle;
	font-weight: bold;
}
.table td {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	background: #FFFFFF;
}

/* リスト */
ol {
	margin: 0px 0px 15px 30px;
	padding: 0px;
}
.list {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.list li {
	background: url(../images/icon_arrow.png) no-repeat 0px 5px;
	padding-left: 10px;
}

/* ボタン */
.btn-archive {
	text-align: right;
	margin-bottom: 20px;
}
.btn-archive a {
	background: url(../images/icon_circle2.png) no-repeat 95% center #EA4D64;
	padding: 3px 20px 3px 10px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
}
.btn-archive a:hover {
	background-color: #FF9900;
}

/* 余白 */
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.ml10 {
	margin-left: 10px;
}

/* 見出し
-----------------------------------*/

article h3 {
	font-size: 24px;
	line-height: 120%;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 70px;
	font-weight: bolder;
	border-bottom: 1px solid #EA4D64;
	background: url(../images/flower.png) left top no-repeat;
	background-size: 60px;
}
article h4 {
	font-size: 16px;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 3px 27px;
	font-weight: bolder;
	color: #FFFFFF;
	background: url(../images/icon_circle2.png) no-repeat 8px 7px #F56677;
	border-radius: 3px;
}
article h5 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px;	
	font-weight: bolder;
	color: #EA4D64;
}
article h6 {
	font-size: 14px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bolder;
}

h2.img, h3.img, h4.img, h5.img, h6.img {
	background: none !important;
	padding: 0px !important;
	font-size: 0px !important;
	border: none !important;
}

/* その他
-----------------------------------*/

.clear_float {
	zoom: 1;
}
.clear_float:after{
	content: ""; 
	display: block;
	clear: both;
}

/* お知らせ */

.topics_list { 
	margin: 0;
	padding: 0;
}
.topics_list dt {
	background: url(../images/icon_circle.png) no-repeat 0px 5px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 18px;
}
.topics_list dd { 
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #D9D0BB;
}




img.frame {
    border: 1px solid #cccccc;
    padding: 4px;
}
img.staffPhoto {
	width: 40%;
}
.flr {
    float: right;
    margin-left: 15px;
}

.pagetop {
	text-align: right;
}.muramatu {
	color: #00f;
}


/*******非表示にするためのクラス名*******/

.hidden{
	display:none;
}

/*************YouTube埋め込み用**************/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}