/*=========================================================================
	for button
==========================================================================*/
.BackToMenu{
	text-align: right;
	margin:5px 12px 5px 12px;
}
/*-----------------------------------------------------*/
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;	
    font-size:12px;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}
/*-----------------------------------------------------*/
.square_btn1 {			/*blue*/
	display: inline-block;
	padding: 0.2em 1em;
	font-size:12px;
	text-decoration: none;
	background:#6495ed;	/*#1e90ff*/
	color:  white;
	border: solid 2px #6495ed;
	border-radius: 3px;
	transition: .3s;
	margin:1px 0px 1px 0px;
}

.square_btn1:hover {
    background: white;
    color:#6495ed;
	font-weight:bold;
    text-decoration: none;
}
/*-----------------------------------------------------*/
.square_btn2 {		/* orenge */
	display: inline-block;
	font-size:12px;
	padding: 2px 16px;
	text-decoration: none;
	color: #ff8c00;
	border: solid 2px #ff8c00;
	 border-radius: 3px;
	 transition: .4s;
}

.square_btn2:hover {
	 background:  #ff8c00;
	color: white;
    	font-weight:bold;
	text-decoration: none;
}
/*-----------------------------------------------------*/
.square_btn3 {		/* gray */
	display: inline-block;
	font-size:12px;
	padding: 2px 16px;
	text-decoration: none;
	color: #848484;
	border: solid 2px #a4a4a4;
	 border-radius: 3px;
	 transition: .4s;
}

.square_btn3:hover {
	 background:  #a4a4a4;
	color: white;
    	font-weight:bold;
	text-decoration: none;
}
/*-----------------------------------------------------*/
.square_btn4 {			/*gray blue*/
	display: inline-block;
	font-size:12px;
	padding: 2px 16px;
	text-decoration: none;
	color: #1c1c1c;
	background:  #f6f6f6;
	border: solid 1px #a1a1a1;
	 border-radius: 2px;
	 transition: .4s;
}

.square_btn4:hover {
	background:  #eefeff;
	color: #1c1c1c;
  /*  	font-weight:bold;*/
	text-decoration: none;
	border: solid 1px #0174DF;
	 border-radius: 2px;
	 transition: .2s;
}
/*-----------------------------------------------------*/
.square_btn5 {
	display: inline-block;
	padding: 0.3em 1em;
	font-size:12px;
	text-decoration: none;
	background:#6495ed;	/*#1e90ff*/
	color:  white;
	border: solid 2px #6495ed;
	border-radius: 3px;
	transition: .3s;
	margin:5px 0px 5px 0px;
}

.square_btn5:hover {
	background: white;
	color:#6495ed;
	font-weight:bold;
	text-decoration: none;
}

/*-----------------------------------------------------*/
.square_btn6 {
	display: inline-block;
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}

.square_btn6:hover {
	background:#a9c237;

}
/*-----------------------------------------------------*/
.square_btn7 {			/*gray blue for calender*/

	display: inline-block;
	font-size:1.1rem;
	padding: 2px 2px;
	text-decoration: none;
	color: #1c1c1c;
	background:  #f6f6f6;
	border: solid 1px #a1a1a1;
	 border-radius: 2px;
	 transition: .4s;
	 margin:5px 2px 5px 2px;
}

.square_btn7:hover {
	background:  #eefeff;
	color: #1c1c1c;
  /*  	font-weight:bold;*/
	text-decoration: none;
	border: solid 1px #0174DF;
	 border-radius: 2px;
	 transition: .2s;
}
/*-----------------------------------------------------*/
.btn_f {	/* グラデーションボタン2（色付き/テキスト影付き）https://morobrand.net/mororeco/css/circle-button/ */
	width: 60px;
	height: 38px;
	background: #FFF;
	background: -moz-linear-gradient(top,#f47c9e 0%,#b23b5d);
	background: -webkit-gradient(linear, left top, left bottom, from(#f47c9e), to(#b23b5d));
	border: 1px solid #b23b5d;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	padding: 42px 20px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn_f:hover {
	background: #b23b5d;
	color: #FFF;
	border: 1px solid #FFF;
}

/*=========================================================================
	for sub menu
==========================================================================*/

.KsnListStyle01 {
/*	border:solid 1px #ccc; 
	border-top:solid 1px #ccc; */
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
.KsnListStyle01 li {
	display:inline-block;
	list-style:none;
	margin:5px 0 5px 5px;
}
.KsnListStyle01 li:last-child {
	margin-right:5px;
}
.KsnListStyle01 li a {
	display:block; 			/*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.KsnListStyle01 li a:hover {
	background:#a9c237;
}

/* .button5 */
.button5 {
/*	border:solid 1px #ccc; */
/*	border-top:solid 1px #f2f2f2; */
	margin:0; 
	padding:0px; 
	font-size:0;
	line-height:0;
}
.button5 li {
	display:inline-block;
	list-style:none;
	margin:5px 0px 5px 5px;
}
.button5 li:last-child {
	margin-right:5px;
}
.button5 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルにします*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.button5 li a:hover {
	background:#a9c237;
}

/* .button6 */
.button6 {
/*	border:solid 1px #ccc; */
/*	border-top:solid 1px #f2f2f2; */
	margin:0; 
	padding:0px; 
	font-size:0;
	line-height:0;
}
.button6 li {
	display:inline-block;
	list-style:none;
	margin:5px 0px 5px 5px;
}
.button6 li:last-child {
	margin-right:5px;
}
.button6 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルにします*/
	/* width:64px; */
	background:#e68f17;	/*#ecd46c;*/
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.button6 li a:hover {
	background:#a9c237;
}

/*丸の中に三角アイコン4	https://www.will-hp.com/wpblog/web/157/ */

.Button4 {
    overflow: hidden;
    width: 120px;
    height: 30px;
    margin: 4px 4px 4px 16px;
    padding: 0;
}

.Button4 a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #ffffff;	/*#00a0e9;*/
    color:#555555;	/* #fff;*/
    font-size: 12px;
    line-height: 30px;
    text-decoration:none;
    transition: 1.0s ;
}

.Button4 a:hover {
    background: #dddddd;	/*#eeeeee;*/	/*#00a0e9;*/	/*#3ab2e9; */       /* マウスオーバーカラー */ 
}

#IconList4 a:before {        /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;        /* CSS3草案 */ 
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 50%;   /* Firefox用 */ 
    background:  #00a0e9;	/*#fff;*/
}

#IconList4 a:after {        /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #ffffff;	/*#3ab2e9;*/	/*#00a0e9;*/
}

#IconLis4 a:hover:after {       			 /*「after要素」のマウスオーバー（カラーを合わせる） */ 
    border-left: 5px solid #00a0e9;	/*#3ab2e9;*/
}

/*-----------------------------------------------------*/


/* 価格設定 */
.ksid_sort_menu {

	margin:4px 0px 4px 8px; 

}


/* for teiban menu */

.teiban {
/*	border:solid 1px #ccc; 
	border-top:solid 1px #ccc; */
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0;
}
.teiban li {
	display:inline-block;
	list-style:none;
	margin:5px 0 5px 5px
}
.teiban li:last-child {
	margin-right:5px;
}
.teiban li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	background:#f5f5f5;
	border: solid 1px #696969;
	border-radius: 5px;
	text-align:center;
	color: #696969;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.teiban li a:hover {

	background: #696969;
    	color: white;
}

/* for genre menu */
.genre {
/*	border:solid 1px #ccc; */
	border-top:solid 1px #f2f2f2; 
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
.genre li {
	display:inline-block;
	list-style:none;
	margin:5px 0px 5px 5px
}
.genre li:last-child {
	margin-right:5px;
}
.genre li a {
	display:block; 		/*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	/* width:64px; */
	background:#F4983B;		/*  #FA7821*/
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.3s ease-out;
	text-decoration: none; 
}
.genre li a:hover {
	background:#a9c237
}


.sample01 {
/*	border:solid 1px #ccc; 
	border-top:solid 1px #ccc; */
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
.sample01 li {
	display:inline-block;
	list-style:none;
	margin:4px 0px 4px 0px
}
.sample01 li:last-child {
	margin-right:5px;
}
.sample01 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:4px 12px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.sample01 li a:hover {
	background:#a9c237
}



ul#sample5 {
/*	border:solid 1px #ccc; */
	border-top:solid 1px #f2f2f2; 
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
ul#sample5 li {
	display:inline-block;
	list-style:none;
	margin:5px 0 5px 5px
}
ul#sample5 li:last-child {
	margin-right:5px;
}
ul#sample5 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルにします*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
ul#sample5 li a:hover {
	background:#a9c237
}


ul#sample6 {
/*	border:solid 1px #ccc; */
	border-top:solid 0px #f2f2f2; 
	margin:0; 
	padding:0; font-size:0;
	line-height:0
}
ul#sample6 li {
	display:inline-block;
	list-style:none;
	margin:5px 0 5px 5px
}
ul#sample6 li:last-child {
	margin-right:5px;
}
ul#sample6 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
ul#sample6 li a:hover {
	background:#a9c237
}

.submenu_note{
	text-align:right;
	font-size:0.65rem;
	padding:2px 2px 2px 2px;
	margin:0px;
}





.thema_brock{
	margin:0px 0px 14px 0px;
}

.thema_box{

/*	padding:2px 4px 2px 4px;*/
/*	margin:2px 2px 12px 2px;*/

}
.thema_box ul{
	float:left;
	padding:2px 2px 2px 2px;
	margin:2px 2px 12px 2px;
}
.thema_box li{

	font-size: 14px;
/*	padding:2px 4px 2px 4px;*/
	margin:2px 2px 2px 2px;
	float:left;	
}

.thema_brock2{

}

.thema_box2{

/*	padding:2px 4px 2px 4px;*/
	margin:2px 2px 2px 2px;

}
.thema_box2 ul{
	float:left;
	padding:2px 2px 2px 2px;	
}
.thema_box2 li{
	font-size: 14px;
	padding:2px 4px 2px 4px;
	margin:2px 2px 2px 2px;
	float:left;	
}
.thema_mother{
	font-size:90%;
	font-weight: bold; 
	padding:2px 0px 2px 0px;
	margin:2px 2px 2px 2px;
}

.thema_child{
	font-size: 90%;
	padding:2px 4px 2px 4px;
/*	margin:2px 4px 2px 4px;
	float:left;*/
	display: inline-block;
}

/*--------------------------------------------------*/
/* テーブル thema				*/
/*--------------------------------------------------*/
/*
table.table_thema {
		  margin-top: 6px;
		  margin-bottom: 6px;
		  width: 550px;
		  border-collapse: collapse;
		  border: solid 1px #ccc;
		  font-size: 100%;
}

table.table_thema caption {
			font-size:88%;
			margin-left:4px;
			margin-top: 4px;
			margin-bottom: 4px;
			text-align: left;
}

table.table_thema th,table.table_thema td {
			border: solid 1px #ccc;
		  /*padding: 4px 6px;*/
/*			text-align: center;
			vertical-align:top; 
}

*/


