﻿@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative}

.catch	{position: absolute;
	bottom: 7%;
	left: 3%}


/* 記事 */
.kiji h1	{margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 20px #c50018;
	font-size: 36px;
	font-weight: normal}

.kiji h2	{margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	font-size: 28px;
	font-weight: normal}

.kiji h2 i	{margin-right: 7px;
	color: #888888}

.kiji h3 i	{margin-right: 5px;
	color: #888888}

.kiji p i	{margin-right: 3px;
	color: #888888}

.kiji p	{max-width: 640px;
	font-size: 18px;
	color: #666666}


.kiji .ps
	{max-width: 640px;
	font-size: 16px;
	color: #666666;
	margin-top: 0;
	margin-bottom: 20px}

.kiji .lead	{max-width: 100%;
	font-size: 20px;
	color: #666666}
.kiji .lead-s	{max-width: 100%;
	font-size: 16px;
	color: #666666}

.kiji .intro-b	{text-align: center;
	max-width: 100%;
	font-size: 28px;
	color: #666666}
.kiji .intro-bb	{text-align: center;
	max-width: 100%;
	font-size: 30px;
	color: #0066cc}
.kiji .intro-bbb{text-align: center;
	max-width: 100%;
	font-size: 100px;
	color: #666666}

.kiji .intro	{text-align: center;
	max-width: 100%;
	font-size: 20px;
	color: #666666}
.kiji .intro-s	{text-align: center;
	max-width: 100%;
	font-size: 14px;
	color: #666666}
.kiji .intro-ss	{text-align: right;
	max-width: 100%;
	font-size: 14px;
	color: #666666}
.kiji .intro-ma	{text-align: center;
	max-width: 100%;
	font-size: 20px;
	color: #666666}

.kiji .kiji	{max-width: 100%;
	height: auto}

.kijiimg	{max-width: 100%;
	height: auto;
	margin-bottom: 20px}
.kijiimg-pdf	{max-width: 100%;
	height: auto;
	margin-bottom: 0px}



/* スライドショー */

.img-frame{
position: relative;
width: 28%;
height: 140px;
overflow: hidden;
margin: 0 auto;
}

.img-01, .img-02{
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}

.img-03, .img-04{
position: absolute;
top:0;
left:0;
width: 80%;
height: 80%;
background-size: cover;
background-repeat: no-repeat;
}


.img-01{
background-image: url(./img/iIME_logo311x153.jpg);
animation: slide-animation-01 4s infinite;
}
.img-02{
background-image: url(./img/Dsc_0250.jpg);
animation: slide-animation-02 5s infinite;
}


.img-03{
background-image: url(./img/iIMEa3.jpg);
animation: slide-animation-03 5s infinite;
}
.img-04{
background-image: url(./img/iIMEa1.jpg);
animation: slide-animation-04 5s infinite;
}

}
@keyframes slide-animation-01 {
0% {opacity: 1; transform: scale(1.0);}
30% {opacity: 1;}
40% {opacity: 0; transform: scale(1.15);}
90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
0% {opacity: 0;}
30% {opacity: 0; transform: scale(1.1);}
40% {opacity: 1;}
60% {opacity: 1;}
70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}

@keyframes slide-animation-03 {
0% {opacity: 1; transform: scale(1.0);}
30% {opacity: 1;}
40% {opacity: 0; transform: scale(1.15);}
90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-04 {
0% {opacity: 0;}
30% {opacity: 0; transform: scale(1.1);}
40% {opacity: 1;}
60% {opacity: 1;}
70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}




/* パンくずリスト */
.bread	{margin-bottom: 10px}

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}


.bread li a:hover	{background-color: #eeeeee}


.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888}


/* サイドメニュー */
.sidemenu	{border: solid 6px #dddddd;
		margin-bottom: 20px}

.sidemenu h1	{margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: normal}

.sidemenu h1 i	{margin-right: 5px;
	color: #8abc60;
	font-size: larger}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 10px;
	border-top: solid 1px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}


/* ページネーション */
.pagenation	{}

.pagenation ul	{display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.pagenation li a	{display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 10px;
	border: solid 4px #aaaaaa;
	color: #000000;
	font-size: 20px;
	text-decoration: none}

.pagenation li a.active	{background-color: #cccccc}

.pagenation li a:hover	{background-color: #cccccc}

.pagenation ul:after	{content: "";
	display: block;
	clear: both}

.pagenation li	{float: left;
	width: auto}

/* ページネーション（サイトマップ） */
.map	{}

.map ul	{display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.map li a	{display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 10px;
	border: solid 1px #aaaaaa;
	color: #000000;
	font-size: 16px;
	text-decoration: none}

.map li a.active	{background-color: #cccccc}

.map li a:hover	{background-color: #cccccc}

.map ul:after	{content: "";
	display: block;
	clear: both}

.map li	{float: left;
	width: auto;
	margin: 5px}

/* ページネーション（声） */
.voice	{}

.voice ul	{display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.voice li a	{display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 10px;
	border: solid 1px #aaaaaa;
	color: #000000;
	font-size: 18px;
	text-decoration: none}

.voice li a.active	{background-color: #cccccc}

.voice li a:hover	{background-color: #cccccc}

.voice ul:after	{content: "";
	display: block;
	clear: both}

.voice li	{float: left;
	width: auto;
	margin: 4px}


/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px}


/* BOX Aの下に罫線を挿入（コンテンツページのみ） */
.contents .boxA	{border-bottom: solid 1px #dddddd}
.contents .boxB	{border-bottom: solid 1px #dddddd}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dddddd}


/* ボックスの左右 */
.boxA, .box4, .box5, .box6, .box7
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{padding-top: 20px;
	padding-bottom: 10px}

.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 20px}

.box6	{padding-top: 20px}

.box6-1, .box6-2, .box6-3
	{padding-bottom: 10px}

.box7	{padding-top: 25px;
	padding-bottom: 25px}


/* テーブル */

/*
table, th, td	{border: solid 1px #aaaaaa}

table
	{border-collapse: collapse;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px}

th, td	{
	padding: 10px 20px 10px 20px}

th	{width: 136px;
	background-color: #dddddd;
	text-align: left}

td	{width: 420px;
	background-color: #eeeeee}

caption	{font-weight: bold;
	background-color: #d9d8a7;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px}
*/

 
table, th, td	{border: solid 1px #aaaaaa}

table	{border-collapse: collapse;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px}

th, td	{
	padding: 10px 20px 10px 20px}

th	{width: 136px;
	background-color: #ffcb63;
	text-align: left}

td	{width: 420px;
	background-color: #ffedce}

caption	{font-weight: bold;
	background-color: #d9d8a7;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px}




/* ボタン */
.button	{display: inline-block;
	padding: 10px 60px 10px 60px;
	background-color: #fa0;
	color: #000;
	font-size: 14px;
	text-decoration: none;}

.button:hover, 
.button:focus	{outline: none;
	background-color: #cf0;}

/* 文字にマーカーを入れる */
span.lime	{background-color: #55ff55;}
span.lime	{background-color: #00E6B4;}

/* （二重線）の下線 */
span.line2 { border-bottom: double black 3px; }
span.line2 { border-bottom: solid blue 2px; }
span.line-green { border-bottom: solid green 2px; }
span.marker-green
 { background:linear-gradient(transparent 80%, #50C878 0%); }
span.marker-black
 { background:linear-gradient(transparent 80%, gray 0%); }

.emphasis02
{ text-emphasis: circle blue;
 -webkit-text-emphasis: circle blue;}

/* ページトップへ */

#page-top	{width:40px;height:50px}
 
#page-top p{margin:0;padding:0;
	text-align:center;font-size: 20px;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;}
 
#page-top p:hover{background:#8b8b8b;}
 
#move-page-top{	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;}














/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img	{width: 225px;
	height: auto}

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

/* 記事 */
.kiji h1	{font-size: 26px}

.kiji h2	{font-size: 20px}

.kiji .lead	{font-size: 16px}

}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #444444;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #444444;
	font-size: 24px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 30%}


/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%}


/* BOX7-1とBOX7-2を横に並べる設定 */
.box7:after	{content: "";
	display: block;
	clear: both}

.box7-1	{float: right;
	width: 80%;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box7-2	{float: left;
	width: 20%}


}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .box5-inner, .box6, .box7
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 20px;
	border-bottom: solid 1px #dddddd}

}

