@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	line-height: 1.6em;
	color: #222222;
	word-break: break-all;
}
/* CSS Document */
#content {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	max-width: 1152px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 72px;
	padding-right: 18px;
	padding-left: 18px;
}
#content h1 {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	text-align: center;
}
#content .logo {
	margin-top: 24px;
	margin-bottom: 18px;
}
header {
	margin-bottom: 36px;
}
header img {
	max-width: 100%;
}


nav {
	border-top: 1px solid #222222;
}

nav ul {
	margin-bottom: 12px;
}
nav li {
	line-height: 1.6em;
	border-bottom: 1px solid #FFFFFF;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	list-style-type: none;
	display: inline-block;
}
nav ul a {
	color: #222;
	text-decoration: none;
	transition:background 1s,color 1s;
}
nav ul a:link {
	color: #222;
	text-decoration: none;
}
nav ul a:visited {
	color: #222;
	text-decoration: none;
}
nav ul a:hover {
	color: #222;
	text-decoration: none;
	background-color: #eee;
}
nav ul a:active {
	color: #222;
	text-decoration: none;
}
header ol {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: normal;
	margin-top: 12px;
	text-align: left;
	list-style-type: none;
}
header ol li {
	display: inline-block;
	background-image: url(img/00breadcrumb.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}
header ol .current {
	background-image: none;
}

header ol a {
	color: #555;
	text-decoration: none;
	transition:background 0.5s,color 0.5s;
}
header ol a:link {
	color: #555;
	text-decoration: none;
}
header ol a:visited {
	color: #555;
	text-decoration: none;
}
header ol a:hover {
	color: #555;
	text-decoration: none;
	background-color: #eee;
}
header ol a:active {
	color: #555;
	text-decoration: none;
}


main {
	margin-bottom: 36px;
	text-align: left;
}
main article {
	margin-bottom: 60px;
	margin-right: 2%;
	margin-left: 2%;
	clear: both;
}
main article img {

	margin-bottom: 24px;
	background-color: #fff;
}
main article .left {
	float: left;
	padding-right: 24px;
	max-width: 50%;
	height: auto;
}
main article .right {
	float: right;
	padding-left: 24px;
	max-width: 50%;
	height: auto;
}
main article a  {
	color: #0022CC;
}
main article a:link  {
	color: #0022CC;
}
main article a:hover  {
	color: #3366EE ;
	background-color: #eee;
}
main article a:visited  {
	color: #0022CC;
}
main article a:active  {
	color: #0022CC;
}

main article p {
	margin-bottom: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
}
main article h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: xx-large;
	font-weight: normal;
	margin-bottom: 24px;
	line-height: 1.2em;
}
main article h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	padding-top: 12px;
	clear: both;
}
main article h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #ee6600;
}
main article ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 12px;
}
main article ul li {
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(img/00dot.png);
	padding-left: 12px
}
main article blockquote {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	margin-left: 24px;
	border-left: 1px solid #CCCCCC;
	padding-left: 6px;
}
main article .kimonoimg {
	margin-bottom: 0px;
	margin-top: 6px;
	max-width: 32%;
	height: auto;
	padding-right: 1%;
}
main article .kimonoimg2 {
	margin-bottom: 0px;
	margin-top: 6px;
	max-width: 49%;
	height: auto;
	padding-right: 1%;
}
main article .kimonoimg3 {
	margin-bottom: 0px;
	margin-top: 6px;
	width: auto;
	height: 265px;
	padding-right: 1%;
}
main article .kimonoimg4 {
	margin-bottom: 0px;
	margin-top: 6px;
	width: auto;
	height: 407px;
	padding-right: 1%;
}
main article a .gotokimono{
	color: #222222;
}
main article .gotokimono2{
	border-bottom-style: none;
	margin-bottom: 0px;
	
}
main .kimono_navi{
	color: #ffffff;
	background-color: #777777;
	padding: 6px;
	border-radius: 6px;
	text-align: center;
}

main .kimono_navi li{
	padding-left: 6px;
	padding-right: 6px;
	list-style-type: none;
	display: inline-block;
}
main .kimono_navi a:hover{
	background-color: #000000;
}
footer {
	border-top: 1px solid #222222;
	padding-top: 36px;
	clear: both;
}
footer .c {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 6px;
}
footer h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	margin-bottom: 12px;
}

footer .sns_icon img{
	margin: 12px;
}
footer ul {
	list-style-type: none;
}
footer ul li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
}


@media screen and (max-width: 480px){
#content {
	width: 90%;
}
nav {
	margin-bottom: 24px;
}
nav ul {
	margin-bottom: 0px;
}
nav li {
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-right: 0px;
	margin-left: 0px;
}
header .top_ph {
	display: none;
}

main article h2 {
	font-size: x-large;
	}
footer .sns_icon img{
	margin: 8px;
}
}

@media screen and (max-width: 900px){
main article img {
	max-width: 100%;
	margin-bottom: 24px;
}
main article .left {
	float: none;
	padding-right: 0px;
	max-width: 100%;
	height: auto;
}
main article .right {
	float: none;
	padding-left: 0px;
	max-width: 100%;
	height: auto;
}
main article .kimonoimg {
	max-width: 100%;
	height: auto;
	padding-right: 0%;
}
main article .kimonoimg2 {
	max-width: 100%;
	height: auto;
	padding-right: 0%;
}
main article .kimonoimg3 {
	max-width: 100%;
	height: auto;
	padding-right: 0%;
}
main article .kimonoimg4 {
	max-width: 100%;
	height: auto;
	padding-right: 0%;
}
}
