@charset "utf-8";


/* 
 * **************************************************
 * 見出し等　テキスト関連
 * **************************************************
 */

#subPage .main  h2,
#subPage .main  h3,
#subPage .main  h4,
#subPage .main  h5 {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
}

#subPage .main  h2,
#subPage .main  h3 {
	text-align: center;
}

#subPage .main  h2.text {
	color: #01ACDC;
	font-size: 4.5em;
}

#subPage h3.ttl-D {
	color: #00b8c1;
	text-align: center;
	font-size: 4.5em;
	margin-bottom: 0.5em;
}


#subPage p,
#subPage > p,
#subPage section > p,
.announcement p {
	font-size: 1.7em;
	line-height: 1.7;
}

  /*sp*/@media (max-width: 640px)  {

			#subPage .main h1 {
				padding: 5px 10px;
				border: 1px solid #cccccc;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				color: #1c60ad;	
				font-weight: bold;
			}
			#subPage .main h1 span {
				display: inline-block;
				padding: 0.2em 0.5em 0.1em 0.5em;
				border-left:4px solid #9bbde3;
			}
			#subPage .main h2 {
				padding: 0;
				font-size: 2.5em;
			}
			#subPage .main  h2.text {
				color: #01ACDC;
				font-size: em;
			}
			#subPage .main h2 span {
				display: inline-block;
				padding: 0.1em 0.5em;
			}
			#subPage h3 {
				font-size: 2.5em;
				text-align: center;
			}
			#subPage h3.ttl-D {
			font-size: 3.5em;	
			}


			#subPage .main p,
			#subPage .main > p,
			#subPage .main section > p,
			.announcement p {
				font-size: 1.6em;
				line-height: 1.7;
			}
		
		
 }


/* 
 * **************************************************
 * ページ（PC）
 * **************************************************
 */

/*pc*/@media (min-width: 641px)  {

	#header.topHdImg {
		background-image: url(../images/categoryImg.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}

	#header {
	background-image: url(../images/categoryImg_sub.png);
	background-repeat: repeat-x;
	background-position: center top;
	}

	.fraction {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: smaller;
	}
	.fraction > .sep {
	background-color: black;
	display: block;
	width: 100%;
	height: 1px;
	}


	#header .inner {
	margin: 0 auto;
	width: 1100px;
	height:230px;
	}
	#header .innerSub {
		background-image: url(../images/categoryImg.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		height: 150px;
	}


	#subPage .main .announcement {
	padding: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
	border: 1px solid #01acdc;
	}


}


/* 
 * **************************************************
 * ページ（sp）
 * **************************************************
 */

/*sp*/@media (max-width: 640px)  {


				#subPage .main .announcement {
				padding: 30px;
				padding: 1.5em;
				background: #FFF;
				border-radius: 10px;
				border: 1px solid #01acdc;
				}

				#subPage .main p.img100 img,
				#subPage .main .announcement img {
				max-width:100%;
				}

				#header .inner {
				width: 100%;
				}


}