@charset "utf-8";
html, body, div, span, object, h1, h2, h3, p, blockquote, pre, a, abbr, em, img, small, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}
.clear-both {
	clear: both;
}
.wabun {
	font-family: "HGP行書体",'ヒラギノ明朝 ProN W6';
	font-size: 18px;
}
.wabun16 {
	font-size: 16px;
	font-family: "HGP行書体",'ヒラギノ明朝 ProN W6', cursive;
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}

body {
    background-color: #303030;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
    font-family: 'Roman','Avenir','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',cursive,sans-serif,'ヒラギノ明朝 ProN W6';
	font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


#wrapper {
    background-color: #ffffff;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 25px;
    position: relative;
}

/* トピックパス 
------------------------------------------------------------*/
.topicpath {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.topicpath ol {
	margin-left: 15px;
	margin-top: 7px;
}
.topicpath ol li {
	float: left;
	font-size: 14px;
	color: #707070;
}
.topicpath ol li span {
	margin-left: 10px;
}
.topicpath ol li a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #707070;
}
.topicpath ol li a:hover {
	background-color: #dddddd;
}
.topicpath ol li a:focus {outline: none;
}
.topicpath:after {
	content: "";
	display: block;
	clear: both
}

/* コンテンツ
------------------------------------------------------------*/
.content {
    width: auto;
    padding-top: 10px;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 35px;
}
.content h2 {
    width: 95%;
    font-size: 18px;
    background-image: url(../common/bcg-h2b.png);
    border-left: 10px solid #00173B;
    line-height: 33px;
    background-position: left bottom;
    margin-bottom: 20px;
    padding-left: 18px;
    text-align: left;
    display: block;
    font-weight: normal;
}
.content h2 span {
	font-size: 12px;
}
#p1 {
    text-align: center;
    margin-bottom: 15px;
}
.komejirusi {
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: -1em;
    margin-left: 1em;
}
.kaisetu {
    margin-bottom: 15px;
}
figure img {
    width: 100%;
    height: auto;
}
figcaption {
    font-size: 12px;
    display: block;
 }
.ai {
    margin-bottom: 15px;
}
.img-source {
    font-size: 14px;
    text-align: right;
    clear: both;
}
.float-left {
 	float: left;
	margin-right: 10px;
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.float-right {
	float: right;
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 3px;
}
.content:after  {
	content: "";
	display: block;
	clear: both;
}


/* ページトップへ戻るボタン
------------------------------------------------------------*/
#fixedTop {
	right: 10px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	background-image: url(bcg-nav-11.png);
	background-color: #B28A60;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/* ###################### 359px以下 ###################### */
@media (max-width: 359px) {
.content h1 {
	font-size: 16px;
	line-height: 60px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 47px;
	margin-top: 5px;
	padding-left: 50px;
}
figcaption {
    font-size: 10px;
}
}


/* ###################### 599px以下 ###################### */
@media (max-width: 599px) {
.content {
    padding-top: 7px;
    padding-bottom: 30px;
}
.content h2 {
	margin-bottom: 18px;
	line-height: 27px;
	padding-left: 15px;
	padding-bottom: 1px;
	background-repeat: repeat-x;
}
}


/* ###################### 767px以下 ###################### */
@media (max-width: 767px){
.topicpath ol {
	margin-left: 0px;
}
.topicpath ol li {
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
}
.content {
    margin-right: 5%;
    margin-left: 5%;
}
.content h2 {
	font-size: 16px;
}
.float-left {
    width: 35%;
    height: auto;
}
.float-right {
    width: 35%;
    height: auto;
}
.img-source {
    font-size: 12px;
}
.wabun {
	font-size: 16px;
}
.wabun16 {
	font-size: 14px;
}
}
