@charset "UTF-8";
/* CSS Document */

/*--------------------
 編集註
--------------------*/
.edit_chu {
	font-size: 100% !important;
	color: #F00;
	/* [disabled]font-weight: bold; */
	margin: 0.5em 0em 0em;
}
.chuu {
	font-size: 85% !important;
	text-align: right;
}
.chuu-2 {
	font-size: 85% !important;
	line-height: 1.5em;
	padding-top: .5em;
	text-indent: -1em !important;
	margin-left:1em;
}
.chuu-3 {
	font-size: 85% !important;
	line-height: 1.5em;
	padding-top: .5em;
}
.chuu-4 {
	font-size: 80% !important;
	text-align: right;
	margin: -1.5em 0em 0em !important;
}
.rightcomment {
	font-size: 11px;
	text-indent: 0em;
	text-align: right;
}


/*--------------------
 レイアウト
--------------------*/

.right_photo {
	float: right;
	margin-left: 0.5em;
	/* [disabled]margin-bottom: 0.5em; */
}
.left_photo {
	float: left;
	margin-right: 1em;
}
.center_photo {
	text-indent:0;
	text-align:center;
}
.center_calendar {
	text-indent:0;
	text-align:center;
	margin: -1em 0em 0em;
}
.wide-530 {
	width:530px;
	margin-right: auto;
	margin-left: auto;
}

#container #container-02 #main .date {
	margin-right: 0px;
	text-align: right;
	font-size: 110%;
	margin-top: -2em;
}
#container #container-02 #main .date-02 {
	margin-top: 1em;
	text-align: right;
	font-size: 100%;
}
#container #container-02 #main .date-03 {
	margin-top: -2em;
	text-align: right;
	font-size: 100%;
}
#container #container-02 #main .date-04 {
	margin-top: -1em;
	text-align: right;
	font-size: 100%;
}
#container #container-02 #main .date_page_top {
	text-align: right;
	font-size: 100%;
	float: right;
	margin-top: 2em;
}
#container #container-02 #main .date-normal {
	margin-bottom: -3em;
	margin-right: 0px;
	text-align: right;
	margin-top: 0.5em;
}
/*--------------------
 小物
--------------------*/

.reset {
	clear: both;
}
.nagasen {
	text-decoration:line-through;
}

#container #container-02 .notice .more::before {
	content: url("../yakumono/arrow062_01.gif") ;
}
/*--------------------
 Shadow
--------------------*/
.box-shadow-01 {
	-moz-box-shadow: 0px 0px 10px 5px #969696;
	-webkit-box-shadow: 0px 0px 10px 5px #969696;
	box-shadow: 3px 3px 10px 5px #969696;
	background-color:#FFF;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
/*behavior: url("../../PIE.htc");*/
}
.box-shadow-02 {
	-moz-box-shadow: 1px 1px 5px 2px #ccc;
	-webkit-box-shadow: 1px 1px 5px 2px #ccc;
	box-shadow: 1px 1px 5px 2px #ccc;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=145, Strength=5);
}
.box-shadow-03 {
	-moz-box-shadow: 3px 3px 10px 2px #999;
	-webkit-box-shadow: 3px 3px 10px 2px #999;
	box-shadow: 3px 3px 10px 2px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=145, Strength=5);
}
.box-shadow-04 {
	-moz-box-shadow: 3px 3px 10px 2px #999;
	-webkit-box-shadow: 3px 3px 10px 2px #999;
	box-shadow: 3px 3px 10px 2px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=145, Strength=5);
}
.shadow {
	-moz-box-shadow:#999 3px 3px 7px 0px;
	-webkit-box-shadow:#999 3px 3px 7px 0px;
	box-shadow:#999 3px 3px 7px 0px;
}
/*--------------------
 罫線と囲み線
--------------------*/
.keisen {
	border-bottom: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
}
.dotted {
	border-bottom-style: dotted;
}

.dotted_upper {
	border-top-style: dotted !important;
}
.no_border {
	border-style: none;
}
.wide-150 {
	width:130px;
}
.wide-95 {
	width:95%;
}
.wide-90 {
	width:90%;
}
.margin_bottom-1 {
	margin-bottom:1em;
}
.margin_top_bottom-1 {
	margin:1em 0;
	background: #F00;
}
.keisen-upper {
	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin: 0.5em auto;
	padding-top: 3px;
}

.keisen-upper_100 {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin: 0.5em auto;
	padding-top: 3px;
}
.comment_narrow {
	color: #000000;
	text-align: justify;
	width: 450px;
	border: 1px solid #CC3333;
	font-size: 12px;
	line-height: 14px;
	margin: 1em auto 5px;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.waku_01{
	border:1px solid #CCC;
	padding:.5em 1em;
	margin-top: 1em;
	}
/*--------------------
 ラウンドコーナー
--------------------*/
.kadomaru-10 {
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.kadomaru-15 {
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.kadomaru-20 {
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.kadomaru-20 {
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.kadomaru-style01 {
	-moz-bordtypedius: 10px;
	border-radius: 10px;
}
.kadomaru-10-bottom {
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.kadomaru-10-bottom02 {
	-moz-border-radius: 0 0 10px 0px;
	border-radius: 0 0 10px 0px;
}
.kadomaru-10-topL-bottom {
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
}

.kadomaru-8 {
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.kadomaru-5 {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.kadomaru-type01 {
	-moz-border-radius:0 10px;
	border-radius:0  10px;
}

.kadomaru-type02 {
	-moz-border-radius:0 20px;
	border-radius:0  20px;
}
/*--------------------
 テキストの配置
--------------------*/
.text_size-10 {
	font-size: 90%;
}
.text_size-12 {
	font-size: 100%;
}
.text_size-14 {
	font-size: 110%;
}
.text_size-16 {
	font-size: 120%;
}
.text_right {
	font-size: 100%;
	text-align: right;
}
.text_right-01 {
	/* [disabled]font-size: 95%; */
	/* [disabled]text-indent: 0em; */
	text-align: right;
	/* [disabled]margin-top: -3em; */
	/* [disabled]line-height: 1.1em; */
}
.text-right {
	text-align: right!important;
	line-height: 1.3em !important;
	margin-bottom: 1em !important;
}
/*--------------------
 位置の調整
--------------------*/
.center_position {
	margin-right: auto;
	margin-left: auto;
}
.margin_top-01 {
	margin-top: 1em;
}
table.dandara {
	margin-bottom: 1.5em;
	font-size: 90%;
	line-height: 1.3em;
	margin-top: 0em;
}
.dandara tr:nth-child(even) {
	background: #eee;
}
.dandara tr:last-of-type td {
	border-bottom:solid 1px #ccc;
}
.dandara tr td:first-of-type {
	padding-left:.5em;
}
.dandara a {
	text-decoration: none;
}
.dandara a:hover {
	text-decoration: none;
	color: red;
}
table.dandara-2 {
	margin-bottom: 1.5em;
}
.dandara-2 a {
	text-decoration: none;
}
table.dandara-3 {
	border-top: 1px solid #ccc;
	margin-bottom: 1.5em;
	font-size: 90%;
	line-height: 1.3em;
	margin-top: 0em;
	padding-top: 0px;
}
.dandara-3 tr:nth-child(even) {
	background: #eee;
}
.dandara-3 tr:last-of-type td {
	border-bottom:solid 1px #ccc;
}
.dandara-3 tr td:first-of-type {
	padding-left: .5em;
	font-size: 100%;
}
.dandara-3 a {
	text-decoration: none;
}
.dandara-3 a:hover {
	text-decoration: none;
	color: red;
}
.dandara.yajirushi a {
	background: url(../../business-testttt%20-%20Copy/yakumono/arrow062_01.gif) no-repeat 2px;
	padding-left: 1.5em;
}
.tatesen tr td{
	border-right: 2px solid #DDDDDD;
}
.tatesen-2 tr th{
	border-right: 2px solid #DDDDDD;
}
.tatesen-2 tr td{
	border-right: 2px solid #DDDDDD;
}
.tatesen-2 tr th:last-of-type{
	border-right: none;
}
.tatesen-2 tr td:last-of-type{
	border-right:none;
}
.txt_color_red {
	color: red;
}

.border_nr {
	border: 1px solid #3F6093;
}

.special-01 {
	margin-left: -1em; 
}
.special-01 li{
	margin: 1em auto;
}
.special-01 li span{
	padding: .5em 1em; 
	width: 200px; 
	color: aliceblue;
}

/*======段落調整=======*/
.column{
column-count: 2;
	column-rule-style: solid;
  column-rule-width: 2px;
  column-rule-color: #ccc;
	column-gap: 2em;
}
.column-10{
 column-width: 10em;
	column-rule-style: solid;
  column-rule-width: 2px;
  column-rule-color: #ccc;
	column-gap: 1em;
}
.column_2{
	column-count: 2;
	column-gap: 0em;
}
/*====== End 段落調整=======*/
/*======見出しの枠=======*/
span.no {
	padding: 7px 7px 5px;
	margin-right: 5px;
	font-weight: normal;
}
.midashi_01 {
	/*background-color: #232A76;*/
	/*color:#A5C6EF;*/
	color:bisque;
	background-color: red;
	border-radius: 40%;
		
}
/*======End 見出しの枠=======*/

/*======リスト　丸の中に参画=======*/
ol.marusan{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.marusan li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: normal;
  font-size:14px;
  line-height: 30px;
  /*border-bottom: dashed 1px #F6A38B;*/
}
ol.marusan li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  transform: translateY(-50%);
}
ol.marusan li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}