@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/1.8 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #FFF url(../images/bg.jpg) no-repeat center top;	/*背景色、背景画像の読み込み＆リピートしない＆左右中央の上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #00f;	/*リンクテキストの色*/
}
a:hover {
	color: #818181;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
/*	margin-top: 10px;*/
}

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 250px;
	width: 100%;
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	width: 248px;	/*ブロック幅*/
	text-align: center;	/*センタリング*/
	background: #7ba7f6 url(../images/bg1.png);	/*背景色、背景画像の読み込み*/
	border-radius: 0 0 5px 5px;	/*各丸のサイズ。左から、左上、右上、右下、左下への指定*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	border-bottom: 1px solid rgba(255,255,255,0.5);	/*下の線*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線*/
	padding: 75px 0px;	/*余白。左から、上下、左右への指定*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 728px;
	float: right;
	padding-bottom: 30px;
	margin-top: 1em;
}
#main h2 {
	clear: both;
	background: url(../images/round1.png) no-repeat 10px center, #7ba7f6 url(../images/bg1.png);
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 120%;
	color: #FFF;
	padding: 7px 5px 7px 40px;
	margin-bottom: 10px;
	line-height: 1.6;
}
#main h3 {
	margin-top: 10px;
}
/*ストライプ吹き出し付き*/
#main h3.type1 {
	position: relative;
	padding: 5px 15px;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	margin-bottom: 0.5em;
	font-size: 110%;
	color: #017cff;
}
#main h3.type1:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffebbe;
	width: 0;
	height: 0;
}
/*checkタブ付き*/
#main h3.type2 {
	position: relative;
	color: black;
	background: #e5efff;
	line-height: 1.4;
	padding: 5px 10px;
	margin: 1.5em 0 0.5em;
	border-radius: 0 5px 5px 5px;
	font-size: 115%;
}
#main h3.type2:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f00c Check';
	background: #E93A94;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
/*ピンク地*/
#main h3.type3 {
	padding: 0.5em;
	line-height: 1.3;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    margin-bottom: 1em;
    display: block;
    background: #feabb7;
	color: #0a5cdc;
}
#main h3.type3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;
	margin-bottom: 10px;
}
#main p + p {
	margin-top: -10px;
}
#main p + h2 {
	margin-top: 2em;
}
#main h3.type3 + p {
	margin-top: -0.5em;
}
#main a {
	text-decoration: none;
}
#pankuzu {
	padding: 5px 10px 5px;
}

/*ボックス
---------------------------------------------------------------------------*/
.box2 {
	margin: 0 1em 2.5em;
	padding: 10px 15px;
	background: #fff6fe;
	border-radius: 5px;
	color: #444;
}
.box2 p {
	margin-bottom: 0!important;
}
.box2 span {
	font-size: 110%;
	color: #db015d;
}
#main p + .box2 {
	margin-top: -1em;
}

.box3 {
    position: relative;
    margin: 1em 0.5em 2.5em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -9px;
    left: 15px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box3 p {
    margin: 0!important; 
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 250px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
#sub h2 {
	padding: 0px 10px;	/*左から、上下、左右への余白*/
	font-size: 100%;	/*文字サイズ*/
	color: #FFF;	/*文字色*/
	background-color: #97b9f6;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#97b9f6), to(#7ba7f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#97b9f6, #7ba7f6);	/*同上*/
	background-image: linear-gradient(#97b9f6, #7ba7f6);			/*同上*/
	border-bottom: 5px solid #d3d3d3;	/*下線の幅、線種、色*/
}
/*box1設定*/
#sub .box1 {
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 5px;	/*角丸のサイズ*/
	padding: 10px;		/*ボックス内の余白*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	background-image: linear-gradient(#FFF, #f6f6f6);			/*同上*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	display: block;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;
	background: rgba(255,255,255,0.7) url(../images/arrow1.png) no-repeat 10px center;/*左のカンマ区切りの4つの数値は、左3つはRGBカラーでの色指定で4つめは透明度(0.7＝70％)。背景画像の読み込み、リピートしない、左から10px、上下中央に配置。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	margin-bottom: 1em;			/*メニュー間のスペース*/
	padding: 3px 0px 3px 35px;	/*左から、上、右、下、左への余白*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background: #f7f4cc url(../images/arrow1.png) no-repeat 12px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
	border: 1px solid #818181;	/*枠線の幅、線種、色*/
}

/*左側のメインメニュー
---------------------------------------------------------------------------*/
/*各メニューの設定*/
nav#mainmenu ul li a {
	width: 213px;		/*メニューの幅*/
	text-decoration: none;
	display: block;
	background: rgba(255,255,255,0.7) url(../images/arrow1.png) no-repeat 10px center;/*左のカンマ区切りの4つの数値は、左3つはRGBカラーでの色指定で4つめは透明度(0.7＝70％)。背景画像の読み込み、リピートしない、左から10px、上下中央に配置。*/
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 5px;			/*角丸のサイズ*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	margin-bottom: 1em;			/*メニュー間のスペース*/
	padding: 5px 0px 5px 35px;	/*左から、上、右、下、左への余白*/
}
/*マウスオン時の設定*/
nav#mainmenu ul li a:hover {
	background: #f7f4cc url(../images/arrow1.png) no-repeat 12px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
	border: 1px solid #818181;	/*枠線の幅、線種、色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #c9c9c9;
}
.ta1 td {
	padding: 10px;
	line-height: 1.8;
}
.ta1 th {
	width: auto;
	background: #d7e4fc;
	padding: 5px;
}
.ta1 span {
	font-weight: normal;
	font-size: 95%;
	color: #f60;
}
.ta1 td:first-child {
	width: 21%;
	text-align: center;
	background: #f6f6f6;
	font-size: 105%;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 380px;
    margin: 0 auto;
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #c9c9c9;
}
.ta2 td {
	padding: 10px;
	text-align: center;
	line-height: 1.8;
}
.ta2 th {
	width: auto;
	background: #FFF5DF;
	padding: 5px;
}
.ta2 span {
	font-weight: normal;
	font-size: 95%;
	color: #f60;
}
.ta2 td:first-child {
	width: 21%;
	background: #f6f6f6;
	font-size: 105%;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
}
#pagetop a:hover {
	border: 1px solid #818181;
}

/*広告設定
---------------------------------------------------------------------------*/
#ad1,#ad2 {
	padding: 10px 0;
}


/*RSS設定
---------------------------------------------------------------------------*/
.rsstc   { font-size: 13px; background-color: #fff; margin: 0; padding: 0 }
.rsstc a { color: #00f;}
.rsstc em  { color: #666; font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }
.rsstc ul   { background-color: #fff; margin: 0; padding: 0 ;border: solid 2px #fff }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #ffffff }
.rsstc li:last-child   { border-bottom: none; }

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #e8e8e8;
	color: #818181;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mt1em {
	margin-top: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #818181;
}
.red {
	color: #f00;
}
.orange {
	color: #f60;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.mini1 {
	font-size: 12px;
	line-height: 1.6;
}
