@charset "UTF-8";

/* ↓ reset
================================== */
html{color:#000;background:#FFF;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
.clear {
	clear:both;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}


/* ↓ setting
================================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* ↓ clearfix
================================== */
.clear:after { content: ""; clear: both; display: block; }

/* ↓ 共通スタイル
================================== */
body {
	/*font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family:
    "BIZ UDPGothic",
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	margin:0 auto;
	background:#fff;
	font-size:1.1rem;
	line-height:1.5;
}

/* リンク */

a,
a:visited {
	text-decoration: none;
	color:#00f;
}
a:hover {
	opacity: .7;
	text-decoration: underline;
}

section a {
	text-decoration: underline;
}

.more {
	border:solid 1px #d8d8d8;
	padding:5px;
	background:white url(../images/arrow_more.png) no-repeat bottom right;
	width:180px;
	display:block;
	font-size:1.0rem;
	text-decoration:none;
	color:black;
	margin-top:20px;
}

	.more:hover {
		transform:scale(1.02,1.02);
		transition:0.2s all;
	}

/* go topボタン */
#page-top {
	position: fixed;
	width:100%;
	bottom:0;
	right:0;
	z-index:20;
}
#page-top a:hover {
	opacity: 0.7;
}
#page-top a:active {
	opacity: 1;
}

#page-top img {
	position:absolute;
	bottom: 20px;
	right: 20px;
}



/* flexbox */
.flexbox_sbwap {/* 謚倥ｊ霑斐＠繝ｻ豌ｴ蟷ｳ譁ｹ蜷醍ｫｯ謠�∴ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_sb {/* 謚倥ｊ霑斐＠縺ｪ縺励�豌ｴ蟷ｳ譁ｹ蜷醍ｫｯ謠�∴ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.flexbox_cwap {/* 謚倥ｊ霑斐＠繝ｻ豌ｴ蟷ｳ荳ｭ螟ｮ謠�∴ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_wap {/* 謚倥ｊ霑斐＠縺ｮ縺ｿ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_atc {/* 蝙ら峩譁ｹ蜷台ｸｭ螟ｮ謠�∴ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.flexbox_baseline {/* 蝙ら峩譁ｹ蜷台ｸｭ螟ｮ謠�∴ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: baseline; /* Safari */
	align-items: baseline;
}

.red {
	color:red;
}

.fB {font-weight:bold;}
.mB1em {margin-bottom:1em;}
.mT1em {margin-top:1em;}
.mL1em {margin-left:1em;}
.mR1em {margin-right:1em;}
.tC {text-align:center;}
.mauto,.aligncenter {margin:0 auto;}
.fR {float:right;}
	.alignright {float:right; margin-left:1em;}
.fL {float:left;}
	.alignleft {float:left; margin-right:1em;}
.tR {text-align:right;}
.tL {text-align:left;}

strong {
	display: inline;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.pc_none,.sp {
	display:none;
}

/* ↓ ヘッダー
================================== */
header {
	margin: 0 auto;
	text-align:left;
	width:1200px;
	position:relative;
}



header h1 {
	position:absolute;
	top:10px;
	left:0px;
	background:url(../images/logo.svg) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	/*width:580px;*/
	width:440px;
	height:100px;
	z-index:10;
}

	header h1 a {
		display:block;
		width:380px;
		height:100px;
	}

.sec header h1 {
	top:5px;
	/*width:380px;*/
}


#contact_btn {
	position:absolute;
	bottom: 10px;
	right: 0;
}

.intro {
	font-size:1.4rem;
	margin-bottom:2em;
}


/* ↓ ナビゲーション
================================== */
#nav {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	margin:0 auto;
	font-size:0.8rem;
	z-index:10;
}

	#nav ul {
		font-weight:bold;
	}

	#nav li a {
		display:block;
		overflow:hidden;
		text-align:center;
		line-height:39px;
		border-top:solid 5px #81d8d0;
		color:#000;
		padding:0 1em;
	}

	#nav li a:hover,
	#nav li.current_page_item a {
		border-top:solid 5px #f00;
		text-align:center;
		line-height:40px;
		color:#f00;
		text-decoration:none;
	}
	
	#nav li {
		margin-right:5px;
	}
	

/* ↓ 共通コンテンツ
================================== */
#container {
	width:100%;
	margin:0 auto;
}


#index_contents {
	margin:0 auto;
	background:url(../images/back.jpg) no-repeat center bottom #fff ;
	overflow:hidden;
	position:relative;
}

.inr {
	max-width:1200px;
	margin:0 auto;
	position:relative;
	min-height:700px;
}


#catch {
    position: absolute;
    top: 150px;
    right: 20px;
	width:52%;
}
	#catch img {
		width:100%;
		height:auto;
	}

#catch2 {
	position:absolute;
	font-size:1.4rem;
	text-align:left;
	bottom:50px;
	right:0;
	/*background:rgba(255,255,255, 0.4);*/
	padding:1em;
	width:50%;
}

.syokai {
	margin:0.5em auto; color:#0025a8; font-size:1.2rem
}

.waku {
	border:solid 1px #cc0000;
	padding:0.5em;
}

.first_contents {
	background:url(../images/first_back.jpg) no-repeat center center;
	background-size:cover;
}


#home #main_contents h1 {
	background:rgba(255,255,255,0.6);
	width:60%;
	margin:1em auto;
	text-align:center;
	border-radius:10px;
	padding:0.5em;
	font-size:1.8rem;
	font-weight:bold;
	max-width:15em;
}

	#home #main_contents {
		font-size:1.4rem;
	}

	#home #main_contents .first_contents ul li {
		list-style:disc;
		margin-left:1em;
	}

.sec_contents {
	background:#d8d8d8;
}

	.sec_contents .contents {
		position:relative;
		overflow:inherit;
	}

	.sec_contents .contents::before {
		position:absolute;
		bottom:0;
		left:-100px;
		width:220px;
		height:300px;
		background:url(../images/haha.png) no-repeat;
		content:"";
		z-index:1;
	}

	.sec_contents .contents::after {
		position:absolute;
		bottom:0;
		right:-100px;
		width:220px;
		height:300px;
		background:url(../images/papa.png) no-repeat;
		content:"";
	}

	.sec_contents .flexbox_wap {
		align-items:center;
		justify-content: center;
	}

	.sec_contents li {
		width:calc(100%/4 - 40px);
		margin:10px 20px;
		text-align:center;
		background:white;
		border-radius:100%;
		aspect-ratio: 1;
		align-items:center;
		padding:3em 1em;
		/*padding:36px 1em;
		box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
		line-height: 2;
  background-image: linear-gradient(180deg, #ddd 1px, transparent 1px);
  background-size: 100% 2em;
  background-position: bottom 1px center;
  font-size: 18px;
  position:relative;*/
	}
/*
	.sec_contents li::before {
		content:"";
		width:100%;
		height:30px;
		background:url(../images/note.png);
		position:absolute;
		top:0;
		left:0;
	}*/

	
.sec_contents li:nth-child(odd) {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
.sec_contents li:nth-child(even)  {
  animation: floating-x 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(-2%);
  }
}

.lineup {
	clear:both;
}

.lineup img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.lineup h2 {
	font-weight:bold;
	color:#66aaa2;
	border-bottom:dotted 2px #66aaa2;
	margin-bottom:0.5em;
}

.lineup > li {
	width:calc(100%/3 - 40px);
	background:white url(../images/arrow.png) no-repeat bottom right;
	margin-bottom:2em;
	display: flex;
	flex-direction: column;
	padding:10px 10px 50px 10px;
	position:relative;
}

	.lineup > li::before {
		content:"";
		width:35px;
		height:45px;
		position:absolute;
		top:-25px;
		right:10px;
		background:url(../images/clip.png) no-repeat;

	}

.lineup li a {
	display:block;
	color:black;
	text-decoration:none;
}

.lineup li a:hover {
	transform:scale(1.02,1.02);
	transition:0.2s all;
}

.photo_img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}

.lineup li li {
	list-style:disc;
	margin-left:1em;
}
	.lineup .btn2 {
		margin-top:auto;
	}

	.lineup dl {
		margin-top:10px;
	}

	.lineup dt {
		font-weight:bold;
		margin:10px;
		padding: 5px;
		text-align:left;
		border-bottom:solid 1px black;
	}

	.lineup dd {
		margin:5px;
		padding:5px;
		text-align:left;
	}


.btn {
	position: absolute;
	bottom: 20px;
	right: 100px;
}

.btn a {
	position: relative;
	display: block;
	border: solid 3px #b3e2da;
	padding: 0.2em;
	border-radius: 5px;
	color:#333;
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
	background:url(../images/mail.png) no-repeat white 8px center;
	background-size:30px;
	padding-left:50px;
	width:250px;
	margin:0 5px 0 auto;
	text-align:left;
}

.btn2 {
	text-align:center;
}

.btn2 a,
.btn2 button {
	display:block;
	margin:0.5em;
	background:#81d8d0;
	color:black;
	padding:0.5em;
	border-radius:10px;
	text-align:center;
}

.btn2 button {
	margin:0.5em auto;
	padding:1em 2em!important;
	display:inline-block;
}

.btn2 button:hover {
	opacity:0.7;
}

.btn2 br {
	display:none;
}


.new,
.new2 {
	background:white;
	margin-bottom:2em;
	padding:10px;
	width:48%;
}

.info h2 {
	font-weight:bold;
	font-size:1.8rem;
	line-height:1.2;
}

.info li:first-child {
	width:20%;
}

.info li:last-child {
	width:80%;
}

.info dl {
	display:flex;
	border-bottom:dashed 1px #d8d8d8;
	padding:0.2em;
	margin-bottom:0.2em;
}

	.info dt {
		width:9em;
	}

	.info dd.cate {
		width:6em;
		text-align:center;
		background:#b3e2da;
		margin-right:0.5em;
	}

	.info dd:last-child {
		width:calc(100% - 15em)
	}

.soudan h3 {
	margin-top:0;
}

.soudan h4 {
	background:none;
	box-shadow:0 0 0 0 white;
}
	
	.new h2,
	.new2 h2 {
		background:#faf1dd;
		margin:0 0 0.5em 0;
		padding:0.5em;
		font-weight:bold;
	}

.box2 dl {
	padding:0.5em;
}

	.new dl,
	.new2 dl {
		border-bottom:dashed 1px #000;
	}
	
		.new dl:last-child,
		.new2 dl:last-child {
			border-bottom:0;
		}

	.new2 dt {
		float:left;
		width:10em;
		border-bottom:0;
		background:url(../images/icon.gif) no-repeat 0 center;
		padding-left:20px;
	}
	
	.new dt {
		border-bottom:0;
		background:url(../images/icon.gif) no-repeat 0 center;
		padding-left:20px;
	}
	
	.new dd {
		margin-left:1em;
	}
	
	.new2 dd {
		margin-left:10em;
	}
	
	

.photo {
	float:right;
	margin-left:5px;
}

table {
	/*width:100%;*/
}

table th,
table td {
	padding:0.5em;
	border-bottom:solid 2px #b3e2da;
	vertcal-align:top;
	text-align:left;
}

table th {
	background:white;
	white-space:nowrap;
}

table th.required::before {
	content:"※";
	color:red;
}

#blog_main table th,
#blog_main table td {
	border:solid 1px #b3e2da;
}

#home table td {
	background:#faf1dd;
	width:50%;
}




/* ↓ contents
================================== */
#main_contents {
	width:100%;
	overflow:hidden;
}

	.sec #main_contents {
		background:#b3e2da;
	}

.contents {
	margin:0 auto;
	max-width:1200px;
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
}

.sec .contents {
	padding-top:0;
}

#digest {
	background:url(../images/kabe.png);
}

.c1 {background:#b3e2da;}
.c2 {background:#faf1dd; }


.m1,
.m2 {
	position:relative;
}

.sec .m2,
.lineup h2.m2 {
	color:#ff66f1;
}


	.m1::before {
		content: url(../images/m1.svg);
		display: inline-block;
		width: 22px;
		height: 20px;
	}

	.sec .m2::before {
		content: url(../images/m2.svg);
		display: inline-block;
		width: 22px;
		height: 20px;
	}


.effect2 {
    background: linear-gradient(
        to bottom,
        #fff,
        #fff 25%,
        #b3e2da 25%,
        #b3e2da
    );
    background-size: 100% 8px;
    border-bottom:solid 1px white;
    width:85%;
    margin:0 auto;
}
.effect2 blockquote {
  background: #b3e2da;
    margin: 0 10px;
    padding: 30px;
    font-size: 18px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.line-through {
    display: block;
    position: relative;
    border-bottom: 2px solid #fff;
    height: 15px;
    font-size:1.6rem;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight:bold;
    width:85%;
    margin:0 auto;
}
.line-through span {
    position: absolute;
    display: inline-block;
    background: #b3e2da;
    line-height: 30px;
    padding-left:40px;
}


	.line-through span::before {
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:35px;
		height:35px;
		background:url(../images/mark.svg) no-repeat;
		background-size:100%;
	}

.marugo {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight:bold;
    font-size:1.3rem;
}


/* ↓ フッター
================================== */
footer {
	background:white;
	position:relative;
	clear:both;
	width:100%;
	margin:0 auto;
	text-align:center;
	height:60px;
}

#footer {
	max-width:1200px;
	margin:0 auto;
}

#tel {
	position:fixed;
	bottom:0;
	left:0;
	line-height:0;
	z-index:10;
}

#copy {
	text-align:right;
	line-height:60px;
}


/* ↓ ２階層目コンテンツ
================================== */
.sec header {
}


#title {
	padding-top:50px;
	/*background:url(../images/h2_back.jpg) no-repeat bottom center #fff;*/
	background:#b3e2da;

}


#title h2 {
	width:100%;
	max-width:1200px;
	/*height:150px;
	line-height:150px;*/
	height:100px;
	line-height:120px;
	margin:0 auto;
	padding-left:20px;
	font-weight:bold;
	font-size:1.8rem;
	padding-top:20px;
	}

h3 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	background:white;
	border-radius:10px;
	font-weight:bold;
	font-size:110%;
	margin:2em 0 1em 0;
}
h3::before {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #333;
	border-radius: 4px;
}

	.txt_contents h3 {
		margin-top:0;
		padding-left:3em;
	}
	
	.txt_contents h3.first::before {
		content:"1";
		width:2em;
		background:#666;
		color:white;
		text-align:center;
		padding: 0.2em 0;
		height:auto;
	}
	
	.txt_contents h3.second::before {
		content:"2";
		width:2em;
		background:#666;
		color:white;
		text-align:center;
		padding: 0.2em 0;
		height:auto;
	}
	
	.txt_contents h3.third::before {
		content:"3";
		width:2em;
		background:#666;
		color:white;
		text-align:center;
		padding: 0.2em 0;
		height:auto;
	}
	
	.txt_contents h3.four::before {
		content:"4";
		width:2em;
		background:#666;
		color:white;
		text-align:center;
		padding: 0.2em 0;
		height:auto;
	}


h4 {
  /*position: relative;*/
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  font-weight:bold;
  margin:1em auto;
}
h5 {
	border-bottom:dotted 3px #3498db;
	font-weight:bold;
	padding:0.3em;
	margin-bottom:0.5em;
	text-align:left;
}
/*
h5:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}*/

.txt {
	margin:1em 1em 2em 1em;
	border-radius: 10px;
}
.txt_contents {
	background:white;
	padding:1em;
	/*border:double 5px #ccc;*/
	border-radius: 10px;
	overflow:hidden;
}

.txt_contents img {
	max-width:300px;
	height:auto;
	display:inherit;
}

	.txt p{
		margin-bottom:1em;
	}

	.txt dl {
		border-bottom:solid 1px #ccc;
		padding:0.2em;
	}

	.txt dt {
		float:left;
		width:7em;
		padding:0.2em;
	}
	
	.txt dd {
		margin-left:8em;
		padding:0.2em;
	}
	
	.txt ul {
		margin-left:2em;
	}
	
	.txt ul li {
		list-style:disc;
	}
	
	.txt ul.latin li {
		list-style-type: upper-latin;
	}
	
	.txt ul.disc_non {
		margin-left:1em;
	}
	
	.txt ul.disc_non li {
		list-style:none;
	}
	
	.txt ul.disc_non li.m1,
	.txt ul.disc_non li.m2 {
		color:#000;
		margin-left: 1em;
		text-indent: -1em;
	}

.photo_r {
	float:right;
	border:solid 1px #ccc;
	text-align:center;
	width:200px;
	height:200px;
	line-height:200px;
	margin:0 0 10px 10px;
}

.photo_l {
	float:left;
	border:solid 1px #ccc;
	text-align:center;
	width:200px;
	height:200px;
	line-height:200px;
	margin:0 10px 10px 0;
}

.tel {
	background:url(../images/icon_tel.gif) no-repeat 0 center;
	padding-left:40px;
	font-size:120%;
	line-height:30px;
	height:30px;
}

.mail {
	background:url(../images/icon_mail.gif) no-repeat 0 center;
	padding-left:40px;
	font-size:120%;
	line-height:30px;
}

.hako {
	border:solid 1px #ccc;
	padding:0.5em;
}


.list_flow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px 0 20px;
}

.list_flow .current {
    position: relative;
    color: #FFF;
    background:#193A67;
}
.list_flow li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 32%;
    height: 50px;
    line-height: 50px;
    background: #f3f3f3;
}

.list_flow_step {
    padding: 0 15px;
    font-size: 1.4rem;
}

.list_flow_txt {
    display: block;
    position: relative;
    padding-right: 40px;
    font-weight: bold;
}

.list_flow .current {
    color: #FFF;
}

.list_flow .current::after {
    border-left-color: #193A67;
}
.list_flow li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #f3f3f3;
    border-left-color: rgb(243, 243, 243);
    background-color:#fff;
}


.form_box {
	margin:0 auto;
}

.form_box select, 
.form_box input[type="text"], 
.form_box input[type="email"], 
.form_box input[type="tel"], 
.form_box textarea {
    width: 100%;
    max-width: 450px;
    padding: 10px;
    border: 1px solid #becad6;
font-size: 1.2rem;
transition: box-shadow 250ms cubic-bezier(.27,.01,.38,1.06),border 250ms cubic-bezier(.27,.01,.38,1.06);
border-radius: 3px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.form_box .short input[type="text"] {
	max-width:11em;
	display:inline-block;
}

.form_box .short select {
    max-width: 4.5em;
    margin: 0 0 10px;
    text-align: right;
}

.form_box select {
    max-width: 12em;
    padding: 10px 1.5em 10px 10px;
    background: url(../images/icn_form.svg) no-repeat right .75rem center 
    #fff;
        background-size: auto;
    background-size: 8px 10px;
}

.form_box .youbi select {
	max-width:3.2em;
}



.price .tR {
	white-space:nowrap;
}

#blog_main {
	width:80%;
}

#blog_sidebar {
	width:20%;
	padding:1em 0 0 1em;
	font-size:1.0rem;
}

.page-numbers {
	background:white;
	padding:0.5em 0.8em;
	border-radius:1.5em;
}

#blog_sidebar #wp-calendar a {
	color:white;
	background:#528983;
	border-radius:10px;
	display:inline-block;
	padding:0 0.2em;
}

.current {
	font-weight:bold;
}

#wp-calendar {
	width:100%;
}

#wp-calendar th,
#wp-calendar td {
	padding:5px;
	text-align:center;
	font-size:0.9rem;
}

#wp-calendar caption,
.widgettitle {
	background:#fff;
	font-weight:bold;
	margin-bottom:0.5em;
	padding:0.2em;
}

.widgettitle {
	margin-top:1em;
}

#blog_sidebar li li {
	list-style:disc;
	margin-left:1em;
}

#blog_sidebar li li a {
}

.new_mark {
	background:#f00!important;
	color:white;
	padding:0 0.5em;
}



@media print {
	#nav {
		display:none;
	}
	
	header,
	#index_contents,
	.contents {
		max-width:900px;
	}
}

.zin {
	position:relative;
	z-index:1;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #3d6661;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #3d6661;
    font-weight: bold;
}

.box_tit {
	border:solid 1px #3d6661;
	padding:0.2em;
	margin-bottom:0.5em;
	width:10em;
	text-align:center;
	display:block;
}
