@charset "UTF-8";
/* フォントに関する指定 */
/* フォントサイズ調整ここから */
body {
	color: #333333;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	/* end of SP */
}
@media screen and (max-width: 736px) {
	body body, body table {
		font-family: sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

h1 {
	margin: 0 0 17px;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 0 5px #cecfcc;
	padding: 7px 8px;
	background-image: url(../images/bg_h1.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #FFF;
	background-color: #e9e9e9;
	position: relative;
}
@media screen and (max-width: 736px) {
	h1 {
		font-size: 16px;
		background: none;
		background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 100%);
		background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 100%);
		background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 100%);
		border-radius: 5px;
	}
}
h1 span {
	display: block;
	background-image: url(../images/bg_h1_line.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 5px 17px;
}
@media screen and (max-width: 736px) {
	h1 span {
		-moz-background-size: 7px, auto;
		-o-background-size: 7px, auto;
		-webkit-background-size: 7px, auto;
		background-size: 7px, auto;
	}
}

h2 {
	margin: 0px 0 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 0 5px #cecfcc;
	border: 1px solid #FFF;
	background-color: #ede8ee;
	padding: 8px 10px;
	position: relative;
	clear: both;
}

@media screen and (max-width: 736px) {
	p + h2 {
		margin-top: 2em;
	}
}

#top h2 {
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	border: none;
	margin: 0;
}

#index h2 {
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	border: none;
	margin: 17px 12px;
	clear: none;
}
#index .index_s2 h2 {
	margin: 10px 0 8px;
}

@media screen and (max-width: 736px) {
#index .index_s2 h2 {
	margin: 10px 0 5px;
}
}

h3 {
	margin: 30px 0 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 1px dotted #ccccce;
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding: 0 0 3px 20px;
	clear: both;
}

#top h3 {
	border: none;
	background: none;
	padding: 0;
	margin: 7px 0 8px;
}

.index_list h3 {
	border: none;
	margin: 0;
	font-size: 1.2em;
	background-image: url(../images/icon_arrow07.gif);
	background-position: 0 0.3em;
	padding: 0 0 0 19px;
}

h4 {
	margin: 0 0 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 1px dotted #ccccce;
	padding: 0 0 3px 0px;
}

h5 {
	margin: 0 0 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	border-left: 4px solid #aa95b4;
	padding: 0 0 0 6px;
}

/* リンク */
a.url {
	word-break: break-all;
}
a:link {
	color: #418bcc;
	text-decoration: underline;
}
a:visited {
	color: #5f52a2;
	text-decoration: underline;
}
a:hover {
	color: #5eb006;
	text-decoration: underline;
}
a:active {
	color: #c490c0;
	text-decoration: underline;
}

/* 文章 */
strong {
	font-weight: bold;
}

.large {
	font-size: 140%;
}

.small {
	font-size: 85%;
}

.red {
	color: #CC0000;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

#main p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 12px 0;
}
@media screen and (max-width: 736px) {
	#main p {
		font-size: 14px;
	}
}
#main p.lead {
	font-size: 1.6em;
	font-weight: bold;
}
@media screen and (max-width: 736px) {
	#main p.lead {
		font-size: 14px;
	}
}
#main p.lead-l {
	font-size: 2.4em;
	font-weight: bold;
	color: #7f5193;
    
}
#main p.lead-l img{
    float: right;
}

@media screen and (max-width: 736px) {
	#main p.lead-l img{
		display: none;
	}
}
@media screen and (max-width: 736px) {
	#main p.center > img {
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
	}
}

/*# sourceMappingURL=font.css.map */
