@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}






@media print, screen and (min-width: 737px) {

#page1,#page2,#page3,#page4,#page5,#page6,#page7  {
	margin-top: -280px;
	padding-top: 280px;
}


.map-space {
	position: relative;
	padding-bottom: 37%;/*←高さを変更する*/
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	
}

 
.map-space iframe,
.map-space object,
.map-space embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



ul.pointcheck {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 15px;	
}

ul.pointcheck li{
	
	padding-left: 0.7em;
}
 
 
ul.pointcheck li:before {
	/*content: "\f04d";*/
	content: "\●";
	/*font-family: "Font Awesome\ 5 Free";*/
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #af8c20;
}
.pointcheck li {
	position: relative;
	font-size: 11pt;
	line-height: 26px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;*/
}



ul.pointcheck4 {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 10px;
}

ul.pointcheck4 li{
	
	padding-left: 0.7em;
}
 
 
ul.pointcheck4 li:before {
	content: "\f058";
	font-family: "Font Awesome\ 5 Free";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #CC6666;
}
.pointcheck4 li {
	position: relative;
	font-size: 10pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}






ol.pointcheck3 {
	counter-reset: my-counter;
	padding-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

ol.pointcheck3 li{
	padding-top: 0px;
	margin-bottom: 2px;
	padding-left: 20px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 
 
ol.pointcheck3 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #666666;
	color: #FFF;
	display: block;
	float: left;
	padding-top: 0px;
	line-height: 20px;
	margin-left: -30px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 9pt;
}
.pointcheck3 li {
	position: relative;
	font-size: 11pt;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}


.slide-space {
	padding-top: 5px;
}

.whbk{
	background-color: #FFF;
}

.nailbk{
	background-color: #F5F5F5;
	background-image: url(../img/body/nailbk.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.shopbk{
	background-color: #F5F5F5;
	background-image: url(../img/body/shopbk.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.suppbk{
	background-color: #F5F5F5;
	background-image: url(../img/body/suppbk.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.handbk {
	background-color: #faf4e1;
}
.secondbk {
	background-color: #f5f5f5;
}
.fullbanner {
	text-align: center;
	line-height: 0px;
	background-image: url(../img/body/woodbg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 30px;
}


.secondbk2 {
	background-color: #26548f;
	color: #FFF;
}

.mores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 28px;
	font-weight: 600;
	padding-top: 10px;
	color: #26548F;
	display: table;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
}
.komidashi {
	font-size: 17pt;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.btms {
	padding-top: 5px;
	padding-bottom: 10px;
}
.btms li {
	font-size: 11pt;
	line-height: 40px;
	color: #244F87;
	background-color: #FFF;
	text-align: center;
	display: inline-table;
	float: left;
	height: 40px;
	margin-right: 5px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.komidashi2 {
	font-size: 15pt;
	line-height: 25px;
	color: #000;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 10px;
}
.komidashi4 {
	font-size: 15pt;
	line-height: 25px;
	color: #000;
	font-weight: 600;
	
	padding-bottom: 10px;
}
.big-tex3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20pt;
	color: #26548F;
	float: left;
	margin-right: 10px;
}
.ques {
	font-size: 15pt;
	line-height: 22px;
	font-weight: 600;
	overflow: hidden;
	margin-top: 11px;
}
.qatittle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.antser {
	font-size: 11pt;
	line-height: 25px;
	margin-bottom: 30px;
	padding-top: 5px;
}
.rinen {
	padding-top: 20px;
	padding-bottom: 15px;
}




.pankuzu-space {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
	background-color: #26548F;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	color: #FFF;	
}


.pankuzu-space2 {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
	background-color: #AF8C20;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu2 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	color: #FFF;	
}

.banner-space {padding-bottom: 30px;}

.first {
	padding-top: 80px;
}
.rinen li {
	font-size: 15pt;
	line-height: 60px;
	color: #26548F;
	background-color: #FFF;
	text-align: center;
	height: 60px;
	width: 48.5%;
	float: left;
	margin: 0.5%;
	box-shadow: -11px -18px 9px -50px #26548F,5px 5px 0px -1px #26548F;
	-moz-box-shadow: -11px -18px 9px -50px #26548F,5px 5px 0px -1px #26548F;
	-webkit-box-shadow: -11px -18px 9px -50px #26548F,5px 5px 0px -1px #26548F;
	border: 1px solid #26548F;
}

.sla {
	font-size: 18pt;
	color: #26548F;
	background-color: #FFF;
	font-family: Renner;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	vertical-align: 10%;
	display: inline-block;
	height: 50px;
	border: 1px solid #FFF;
	margin-right: 40px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.sla2 {
	font-size: 18pt;
	color: #AF8C20;
	background-color: #FFF;
	font-family: Renner;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	vertical-align: 10%;
	display: inline-block;
	height: 50px;
	border: 1px solid #FFF;
	margin-right: 40px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.koumoku {
	display: inline-block;
	min-width: 150px;
	float: left;
	font-size: 12pt;
	line-height: 25px;
}
.leftbox-blue {
	color: #000;
	background-color: #F3F3F3;
	padding: 2%;
	float: left;
	width: 45%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.komidashi3 {
	font-size: 17pt;
	line-height: 60px;
	color: #FFF;
	background-color: #26548F;
	text-align: center;
	height: 60px;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.komidashi3s {
	font-size: 17pt;
	line-height: 60px;
	color: #FFF;
	background-color: #663333;
	text-align: center;
	height: 60px;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.orangeline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	font-weight: 600;
}


.kakomi {
	font-size: 13pt;
	line-height: 23px;
	font-weight: 600;
	
	padding-bottom: 5px;
	
	padding-top: 15px;
	color: #26548F
}
.kakomi2 {
	font-size: 13pt;
	line-height: 23px;
	font-weight: 600;
	color: #663333;
	
	padding-bottom: 5px;
	
	padding-top: 15px;
}
.rightbox-gruy {
	color: #000;
	background-color: #F3F3F3;
	padding: 2%;
	float: right;
	width: 45%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.gaiyo-text {
	overflow: hidden;
	font-size: 12pt;
	line-height: 25px;
}

.line-text {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDB6C0;
}
.line-text2 {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDB6C0;
}
.supportbtm {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	width: 1100px;
}
.kakomi3 {
	color: #FFF;
	background-color: #2FC4D0;
	padding: 20px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 120px;
	text-align: center;
	font-size: 12pt;
	line-height: 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.plusicon {
	font-size: 30pt;
	line-height: 60px;
	color: #2FC4D0;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
	font-weight: 600;
}
.wakugumi {
	padding-top: 15px;
}
.wakutittle {
	font-size: 15pt;
	line-height: 25px;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 5px;
}



/*表組み*/


.plantables{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.plantables {
	padding-top: 40px;
	padding-bottom: 10px;
}


.plantables td,
.plantables th{
	padding: 5px;
	
}


.plantables th{
	
}
.plantables thead th{
	padding-top: 30px;
	padding-bottom: 30px;	
}

.plan1,.plan2,.plan3,.plan4 {
	width: 180px;
	text-align: center;
	font-size: 11pt;
	font-weight: 600;
}

.planbk1 {
	color: #FFF;
	background-color: #26548F;
	padding: 15px;
	font-weight: normal;	
}
.planbk2 {
	color: #FFF;
	background-color: #4C90BC;
	padding: 15px;
	font-weight: normal;
}
.planbk3 {
	color: #333;
	background-color: #F5F5F5;
	padding: 15px;
	font-weight: normal;
}
.planbk4 {
	color: #FFF;
	background-color: #999999;
	padding: 15px;
	font-weight: normal;
}
.planbk5 {
	color: #FFF;
	background-color: #CC3366;
	padding: 15px;
}
.plan-text {
	font-size: 10pt;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.normal{
	font-weight: normal;
	font-size: 10pt;
}
.kamuri {
	font-size: 30pt;
	position: absolute;
	color: #FC3;
	margin-top: -60px;
	margin-left: 80px;
}
.akamoji {
	color: #F00;
}
.iconsiz15 {font-size: 15pt;}
.plannum {
	font-size: 15pt;
	font-weight: 600;
}
.katatables{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.tablespace {
	padding-top: 40px;
	padding-bottom: 10px;
}


.katatables td,
.katatables th{
	padding: 10px;
	font-size: 12pt;
	
}


.katatables th{
	font-weight: bold;
	
	
}
.katatables thead th{
	background-color: #F4EBD9;
}
.kbk-col2s {
	text-align: center;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}


.kbk-col2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.kbk-col3 {
	font-weight: normal;
	font-size: 12pt;
	font-weight: 600;
	text-align: center;
}
.tabk1 {
	background-color: #FFFFFF;
}
.kbk-col {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tabk2 {
	color: #FFF;
	background-color: #b4b5b5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}
.tabk3 {
	color: #FFF;
	background-color: #FF8C00;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}
.tabk4 {
	color: #FFF;
	background-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}

.tabk5 {
	background-color: #fffcdb;
	
}
.tabk6 {
	background-color: #FCF9FE;
}



/*表組み*/
.centers {
	line-height: 0px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.handad {
	line-height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fun-icon1 {
	vertical-align: -10%;
	display: inline-block;
	margin-right: 6px;
	border: 3px solid #26548F;
	color: #FFF;
	background-color: #FFF;
	text-align: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 50px;
}

.fun-icon2 {
	vertical-align: -23%;
	display: inline-block;
	margin-right: 10px;
	/*border: 3px solid #26548F;*/
	color: #FFF;
	background-color: #FFF;
	text-align: center;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12x;
	line-height: 45px;	
}

.leftbtm3 {
	float: left;
	margin: 5px;
	width: 265px;
}


.pagetittle {font-size: 30pt;}




.function-contents {
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
.function-contents2 {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;	
	
}

.funimage {
	width: 500px;
	margin-left: 80px;
	line-height: 0px;
	float: right;
}

.funtextbox {
	overflow: hidden;
}

.funimage2 {
	width: 500px;
	margin-right: 80px;
	line-height: 0px;
	float: left;
}



.page-engtittle {
	font-size: 10pt;
	line-height: 26px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #0A3377;
	letter-spacing: 5px;
}

.snail-contents {
	width: 700px;
	float: left;
}

.face-space {
	float: right;
	width: 320px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}

.fb-container {
	
	width: 100%;
	height: 420px;
	margin-right: auto;
	margin-left: auto;
}



.comennt {
	font-size: 11pt;
	line-height: 28px;
}


.comennt1 {
	font-size: 12pt;
	line-height: 30px;
}

.comennt2 {
	font-size: 12pt;
	line-height: 30px;
	text-align: center;
}
.comennt3 {
	font-size: 12pt;
	line-height: 40px;
	letter-spacing: 5px;	
	
}
.comennt4 {
	font-size: 17pt;
	line-height: 32px;
	font-weight: 600;
	padding-bottom: 15px;
}
.comennt5 {
	font-size: 17pt;
	line-height: 35px;
	font-weight: 600;
	padding-bottom: 45px;
	padding-top: 10px;
}

.comennt6 {
	font-size: 13pt;
	line-height: 40px;
	font-weight: 600;
	padding-bottom: 15px;
}


.engtittle3s {
	font-size: 38pt;
	line-height: 55px;
	margin-bottom: 20px;
	font-family: Renner;
	
	text-transform: uppercase;
}

.engtittle2 {
	font-size: 25pt;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;	
}


/*ネイル価格*/

.spacedangumi {
	padding-bottom: 70px;
	clear: both;
}
.normal11 {
	font-size: 11pt;
	line-height: 22px;
}
.normal10 {
	font-size: 9pt;
	line-height: 17px;
	padding-top: 5px;
}
.item-eng{
	font-family: Renner;
	text-transform: uppercase;
	font-size: 25pt;
	line-height: 39px;
	margin-bottom: 10px;
	padding-top: 25px;
	color: #AF8D20;
}

.price {margin-bottom: 30px;}
.price-left {
	float: left;
	width: 48%;
	
}
.price-right {
	float: right;
	width: 48%;
	
}
.pricewaku {
	clear: both;
	margin-bottom: 5px;
	padding-top: 11px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	letter-spacing: 0em;
}




/*ネイル価格*/


.midashi1 {
	font-size: 35pt;
	line-height: 57px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

.midashi2 {
	font-size: 22pt;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 3px;
}
.midashi2s {
	font-size: 22pt;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #26548F;
	padding-top: 3px;
}
.midashi2o {
	font-size: 22pt;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CC3366;
	padding-top: 3px;
}

.midashi2ov {
	font-size: 22pt;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF9602;
	padding-top: 3px;
}
.midashi2v {
	font-size: 18pt;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 40px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #26548F;
	padding-top: 3px;
}

.midashi2vs {
	font-size: 18pt;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 40px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-top: 3px;
}


.midashi3 {
	color: #26548F;
	font-size: 30pt;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;	
	
}
.midashi4 {
	font-size: 18pt;
	line-height: 33px;
	margin-bottom: 50px;
	font-weight: 600;
	padding-top: 15px;
}

.midashi5 {
	font-size: 30pt;
	line-height: 55px;
	font-weight: 600;
	padding-top: 30px;
	margin-bottom: 15px;
	color: #26548F;
}

.midashi6 {
	font-size: 30pt;
	line-height: 55px;
	font-weight: 600;
	padding-top: 60px;
	margin-bottom: 5px;
	color: #26548F;
}

.midashi7 {
	font-size: 13pt;
	line-height: 20px;
	
}


.textbox1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	
	padding-bottom: 20px;	
}

.contetsbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	
	padding-bottom: 50px;	
}
.contetsbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	
	padding-bottom: 10px;	
}

.hed-space {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 325px;
	line-height: 0px;
	float: left;
	margin-top: 14px;
}

.telicon {
	background-color: #FFF;
	height: 25px;
	width: 25px;
	margin-right: 7px;
	font-size: 11pt;
	line-height: 25px;
	color: #26548f;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: inline-block;
	vertical-align: 11%;
}
.naillogo {
	line-height: 0px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.handlogo {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	line-height: 0px;
}

#header {
}
.hedbtm {
	float: right;
}
.telinfo {
	font-size: 11pt;
	line-height: 22px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
}
.nailspace {padding-bottom: 15px;}
.nailspace li {
	margin: 1.5%;
	float: left;
	width: 30.3%;
}
.leftbtm2 {
	float: left;
	margin-left: 5px;
}


.leftbtm {
	float: left;
}



.service-bk {
	background-color: #FFF;
	margin: 1.5%;
	padding: 2%;
	float: left;
	width: 26.3%;
	color: #333;
}
.service-bk2 {
	background-color: #FFF;
	margin: 1.5%;
	padding: 2%;
	float: left;
	width: 43%;
	color: #333;
}
.service-bk3 {
	float: left;
	width: 30.3%;
	color: #333;
	display: block;
	position: relative;
	margin-top: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 3%;
	margin-left: 1.5%;
}

.service-bk5 {
	float: left;
	width: 23%;
	color: #333;
	display: block;
	position: relative;
	margin-top: 1.5%;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-left: 1%;
}
.service-tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 44px;
	font-weight: 600;
	color: #26548F;
	text-align: center;
}
.service-midashi {
	font-size: 17pt;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}
.service-midashi2 {
	font-size: 13pt;
	line-height: 30px;
	padding-top: 25px;
	font-weight: 600;
	color: #26548F;
}
.service-image {
	line-height: 0px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.service-image2 img {
	line-height: 0px;
	border: 8px solid #26548F;
	box-sizing:border-box;
}

.service-image2 img {
	line-height: 0px;
}



.service-image2s img {
	line-height: 0px;
	border: 8px solid #FF6600;
	box-sizing: border-box;
}

.service-image2s img {
	line-height: 0px;
}

.hand-image img {
	line-height: 0px;
	
}
.hand-text {
	font-size: 11pt;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
}



.service-bk4 {
	margin: 1.5%;
	float: left;
	width: 47%;
	color: #333;
	position: relative;
	background-color: #FFF;
	display: block;
}


.service-image3 {
	line-height: 0px;
	float: left;
	width: 46%;
	
}



.banner-link  {display: block;}
.banner-link a {}



.service-textbox {
	overflow: hidden;
	
	padding-right: 4%;
	padding-bottom: 2%;
	padding-left: 4%;
}


.service-text {
	font-size: 12pt;
	line-height: 23px;
	padding-top: 5px;
	text-align: center;
}
.service-text2 {
	font-size: 10pt;
	line-height: 20px;
	padding-top: 5px;
	
}
.service-text3 {
	font-size: 11pt;
	line-height: 23px;
	padding-top: 5px;
	
}

.service-komidashi {
	background-color: #26548F;
	font-size: 14pt;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left : 50%;
	display: table;
	/*width: 50%;*/
	margin-top: -30px;
	z-index: 20;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	margin-right: auto;
	margin-left: -100px;	/*margin-left: -15%;*/
	width: 200px;
	text-align: center;
}
.service-komidashi2 {
	background-color: #FF6600;
	font-size: 14pt;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left : 50%;
	display: table;
	/*width: 50%;*/
	margin-top: -30px;
	z-index: 20;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	margin-right: auto;
	margin-left: -100px;	/*margin-left: -15%;*/
	width: 200px;
	text-align: center;
}

.nav {
	
}
.fixed {
	position: fixed;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	z-index: 600;
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}






#gnavi {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	margin-top: 7px;	/*margin-right: auto;
	margin-left: auto;
	width: 100%;
	
	background-color: #FFFFFF;
	clear: both;
	-webkit-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	position: relative;
	z-index: 5;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #234B80;*/
	
}

#gloval_menu {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	/*background-color: #625B59;*/
	background-color: #FFFFFF;
	clear: both;
	
	position: relative;
	z-index: 5;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #234B80;
}


#contents_bar	{
	
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width:960px;
		
}

#contents_bar a	{
	display: block;
	overflow: hidden;
	text-align: center;
	color: #333333;
	width: 189px;
	font-size: 12pt;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	line-height: 25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-top: -5px;
	position: relative;
	z-index: 10;
}
#contents_bar:after	{ height:0; visibility: hidden;	content: "."; display: block; clear: both; }
#contents_bar li	{
	float: left;
	list-style: none;	
	
}


#contents_bar .c-menu01 a	{
	width: 179px;
	border-left: 1px solid #E9E9E9;
}


#contents_bar .c-menu02 a	{
	width: 179px;
	border-left: 1px solid #E9E9E9;
	
}
#contents_bar .c-menu03 a	{
	
	border-left: 1px solid #E9E9E9;
	
}
#contents_bar .c-menu04 a	{
	
	border-left: 1px solid #E9E9E9;
}
#contents_bar .c-menu05 a	{
	width: 179px;
	border-left: 1px solid #E9E9E9;
}
#contents_bar .c-menu06 a	{
	width: 216px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
#contents_bar .c-menu07 a	{
	
}
#contents_bar .c-menu08 a	{
	
}

#contents_bar a:hover {
	background-repeat: repeat;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4C90BC;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #F3F3F3;
}



#contents_bar a.current	{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #26548F;
	
}

#contents_bar .text-jap{
	font-size: 10pt;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;	
}


	


	

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #202020;
}



.icon1 {
	color: #EC95A4;
	font-size: 11pt;
	margin-right: 5px;
}
.icon-col1 {color: #004098;}

.icon-col2 {
	color: #AF8D20;
}
.icon-col3 {
	color: #CC6666;
}
.icon-col4 {color: #669933;}



.bk1 {
	background-color: #EFEFEF;
}
.bk2 {background-color: #efefef;}
.bk3 {background-color: #62b63d;}
.bk4 {background-color: #F90;}
.bk5 {background-color: #F90;}
.bk6 {background-color: #f67171;}
.bk7 {background-color: #f67171;}
.bk8 {background-color: #af7135;}
.bk9 {background-color: #af7135;}
.bk10 {background-color: #6fb0ce;}
.bk11 {background-color: #6fb0ce;}
.bk12 {background-color: #3cbec0;}








#wrapper {
	margin-right: auto;
	margin-left: auto;
	color: #333;
}





.bicho-r5 {
	padding-right: 5px;
}

.bicho-l5 {
	padding-left: 5px;
}




#hed {display: none;}


.sponly {display: none;}
.pconly {}
.pcdown10 {padding-bottom: 10px;}

.pcdown20 {padding-bottom: 20px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {}
.pcup70 {padding-top: 70px;}


/*トピックス*/


.topics1100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	clear: both;
	padding-bottom: 50px;
}
.gaikan {
	line-height: 0px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.topics-space2 {
	float: left;
	width: 46%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 6%;
	margin-left: 2%;
}



.dangumi1 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	clear: both;	
}
.dangumi2 {
	width: 1000px;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
		
}

.dangumi3 {
	width: 1100px;
	padding-top: 70px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
		
}



.topics-space {
	width: 1100px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	
}





.news {
	width: 253px;
	display: block;
	margin-bottom: 15px;
	margin-right: 11px;
	margin-left: 11px;
	float: left;
	margin-top: 15px;
	
	min-height: 220px;
	padding-top: 10px;
}

.news a {
	display: block;
	color: #333333;
	
}

.news img a {
	display: block;
}

.news_right {
	padding-top: 10px;
	padding-bottom: 5px;
	
}

.sellect81 {
	width: 253px;
	height: 253px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.sellect81 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 253px;
	height: auto;
}


.list-tittle {
	font-family: Renner;
	font-size: 14pt;
	color: #2E2A29;
	margin-bottom: 15px;
}

.nagasa5 {
	font-size: 11pt;
	color: #2E2A29;
	
	overflow: hidden;
	font-variant: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
}

.list1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}

.daytime{
	font-size: 10pt;
	line-height: 24px;
	color: #2E2A29;
	font-style: normal;
	float: left;
	width: 80px;
	margin-right: 5px;
}

.nagasa52 {
	font-size: 11pt;
	color: #2E2A29;
	
	overflow: hidden;
	font-variant: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
}






.topicstittle2 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 10px;
	color: #000000;
}



.cate {
	font-size: 9pt;
	line-height: 20px;
	color: #FFF;
	background-color: #6b2634;
	text-align: center;
	height: 20px;
	display: table;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}





/*サムネイルあり*/


/*.nagasa52 {
	font-size: 11pt;
	color: #2E2A29;
	padding-bottom: 5px;
	overflow: hidden;
	font-variant: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 22px;
}
*/





.news2 {
	margin-bottom: 8px;
	
	padding-bottom: 8px;
	
}

.news2 a {
	display: block;
	color: #333333;
	
}


.news4 {
	width: 46%;
	margin: 2%;
	float: left;
}

.news4 a {
	display: block;
	color: #333333;
	
}

.news3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

.news3 a {
	display: block;
	color: #333333;
	
}


.news_right2 {
	overflow: hidden;	
}

.daytime2 {
	font-size: 11pt;
	line-height: 22px;
	color: #2E2A29;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	padding-top: 5px;
}

.sellect80 {
	width: 120px;
	height: 80px;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 20px;
	float: left;
}
.sellect80 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
	height: auto;
}






/*サムネイルあり*/




.col2 {color: #F90;}
.wallpainting-photo {
	float: left;
	width: 253px;
	margin-bottom: 10px;
	margin-top: 11px;
	margin-right: 11px;
	margin-left: 11px;
	line-height: 0px;
}
.col3 {color: #56a6c1;}
.col4 {color: #b4424f;}
.col5 {color: #f675b5;}

.kaigyo {
	display: block;
}

.pckaigyo {
	display: block;
}
.pckaigyo2 {
	display: block;
	padding-left: 43px;
}


.button9 {
	width: 170px;
	z-index: 10;
	top: 0px;
	right: 0px;
	font-size: 11pt;
	line-height: 30px;
	text-align: center;
	height: 30px;
	float: right;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
}
.button9::before,
.button9::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button9,
.button9::before,
.button9::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button9 {
	background-color: #705c2f;
	color: #fff;
}
.button9:hover {
	color: #FFF;
	background-color: #000;
}



.button1 {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 12pt;
	height: 60px;
	padding-right: 70px;
	padding-left: 70px;	
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	background-color: #26548f;
	color: #FFF;
	
}
.button1:hover {
	color: #FFF;
	background-color: #000;
	
}






.button2 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 16pt;
	height: 60px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	
}
.button2 {
	color: #FFF;
	background-color: #26548f;
}
.button2:hover {
	color: #FFF;
	background-color: #000;
	
}






.button3 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 12pt;
	height: 60px;
	
	
	width: 230px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	
}
.button3 {
	color: #FFF;
	background-color: #4c90bc;
}
.button3:hover {
	color: #FFF;
	background-color: #000;
	
}




.btm-space {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 50px;
	display: table;
}
.btm-space1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	display: table;
}

.btm-space2 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	
}
.btm-space3 {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}





.button4 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-size: 17pt;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.button4 {
	color: #26548F;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
	line-height: 35px;
}
.button4:hover {
	color: #FFFFFF;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #242424;
	padding-top: 8px;
	padding-bottom: 5px;
	line-height: 35px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #242424;
	border-bottom-color: #242424;
	border-left-color: #242424;
}




.button5 {
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 11pt;
	height: 50px;
	
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;	
	
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button5,
.button5::before,
.button5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.button5 {
	color: #FFF;
	border: 2px solid #292929;
	background-color: #292929;
}
.button5:hover {
	color: #FFF;
	background-color: #000;
	border: 2px solid #000;
}






.button6 {
	text-decoration: none;
	line-height: 100px;
	outline: none;
	font-size: 20pt;
	height: 100px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 265px;
	display: inline-block;
	padding-left: 30px;
}
.button6::before,
.button6::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button6,
.button6::before,
.button6::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.button6 {
	color: #FFF;
	background-color: #26548F;
	border: 5px solid #26548F;
}
.button6:hover {
	color: #FFF;
	background-color: #000;
	border: 5px solid #000;
}





.telnum {
	font-size: 28pt;
	font-variant: normal;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 800;
	padding-top: 5px;
}
.infobox {
	background-color: #69B543;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info-image {
	line-height: 0px;
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}


footer {
	clear: both;
	
}
.contact-tittle {
	font-size: 15pt;
	line-height: 50px;
	float: left;
	height: 50px;
	margin-right: 20px;
	color: #FFF;
}


.foot-text {
	font-size: 10pt;
	line-height: 18px;
}
.foot-text1 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 15px;
	padding-top: 20px;
}
.foot-text2 {
	font-size: 10pt;
	line-height: 17px;
}
.comname {
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.footcontena {
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 15px;
	color: #FFF;
	background-position: center;
	background-repeat: repeat;
	background-color: #26548f;
	-webkit-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.75);
	position: relative;
	z-index: 15;
}
.mapspace1200 {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.comlink {
	font-size: 10pt;
	line-height: 22px;
	float: left;
	margin-right: 25px;
}
.copy-space {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.foot-space {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-bottom: 50px;
}
.foot-infotext {
	font-size: 12pt;
	line-height: 24px;
	padding-top: 15px;
}
.foot-left {
	float: left;
}

.left {float:left;}
.right {float:right;}


.foot-right {
	float: right;
}



.foot-menu {
	display: table;
	margin-right: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.foot-menu li {
	font-size: 11pt;
	line-height: 28px;
	color: #FFF;
	letter-spacing: 1px;
}


.tels {
	font-size: 33pt;
	line-height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	font-weight: 600;
	letter-spacing: 3px;
}
.komoji {
	font-size: 20pt;
}


.tels2 {
	font-size: 20pt;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 3px;
}
.komoji2 {
	font-size: 10pt;
}

.footlogo {
	width: 310px;
	line-height: 0px;
	margin-bottom: 10px;
}
.footinfo {
	clear: both;
	text-align: center;
	padding-top: 30px;
	font-size: 11pt;
	line-height: 25px;
}


.foot-midashi {
	font-size: 18pt;
	padding-bottom: 10px;
	padding-top: 10px;
}


.copy {
	font-size: 8pt;
	line-height: 16px;
	padding-top: 15px;
}



.space980 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.space1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;	
}
.space1100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	
}

.space1060 {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	
}
.space1200 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	
}


.space900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}






#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;
	font-size: 20pt;
	color: #FFF;
}
#page-top a {
	text-align: center;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 60px;
	height: 50px;
	background-color: #000000;
	color: #FFF;
	padding-top: 10px;
}
#page-top a:hover {
	text-decoration: none;
}




input:focus {
	border:2px solid #24bbb2;
}
textarea:focus, input:focus{
	border:1px solid #24bbb2;
}

select:focus {border:2px solid #24bbb2;}
article.index {
	display: none;	
}



li.forms {
	clear: both;
	font-size: 12pt;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}





.mark4 {
	font-size: 8pt;
	line-height: 13px;
	color: #FFF;
	background-color: #6b2634;
	width: 50px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
}


/*.pager2 {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 20px;
	padding-top: 5%;
}
 
.pager2 ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager2 ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pager2 ul li span,

.pager2 ul li a {
	display: block;
	font-size: 11pt;
	border-radius: 3px;
	line-height: 30px;
	height: 29px;
	width: 30px;
	text-align: center;
	padding-top: 1px;
}


.pager2 ul li a {
	color: #000;
	text-decoration: none;
	background-color: #CCC;
	border: 1px solid #CCCCCC;
}
 
.pager2 ul li a:hover {
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
}
*/


/*** custom checkboxes ***/

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before {
	content: "\f096";
	color: #CCC;
} /* unchecked icon */
input[type=checkbox] + label:before {letter-spacing: 5px;} 
/* space between checkbox and label */

input[type=checkbox]:checked + label:before {
	content: "\f046";
	color: #26548F;
} /* checked icon */
input[type=checkbox]:checked + label:before {letter-spacing: 5px;} /* allow space for check mark */

.text-input{
	font-size: 11pt;
	display: inline-block;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	min-width: 165px;
}
/*.text-input2{
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}*/
.tittlebox {
	margin-bottom: 10px;
}

.serth-box {margin-bottom: 40px;}




.serchbtm {
	clear: both;
	padding-top: 35px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.serth-tittle {
	font-size: 15pt;
	line-height: 60px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #6C2735;
	height: 60px;
	padding-left: 20px;
}

.form-imp5 {
	border: 2px solid #ccc;
	padding: 5%;
	font-size: 12pt;
	color: #000;
	width: 100%;
	background-color: #FFF;
	height: 50px;
	line-height: 50px;
	margin: 0;
}
.serth-text {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.serchselect {
	padding-top: 20px;
}
.btmleft1 {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
}
.btmleft2 {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
}


button, input[type=button],
input[type=reset], input[type=submit] {
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 65%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #399;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*　サンプル1の要素
------------------------------------------------------------ */
.demo1 button, .demo1 input[type=button],
.demo1 input[type=reset], .demo1 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #234B80;
	color: #FFF;
	border: 1px solid #234B80;
	clear: both;
}
.demo1 button:hover, .demo1 input[type=button]:hover,
.demo1 input[type=reset]:hover, .demo1 input[type=submit]:hover	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #333;
	color: #FFF;
	border: 1px solid #333;
}
.demo1 button:active, .demo1 input[type=button]:active,
.demo1 input[type=reset]:active, .demo1 input[type=submit]:active	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
}


/*　サンプル2の要素
------------------------------------------------------------ */
.demo2 button, .demo2 input[type=button],
.demo2 input[type=reset], .demo2 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #6b2634;
	color: #FFF;
	border: 4px solid #6b2634;
	clear: both;
}
.demo2 button:hover, .demo2 input[type=button]:hover,
.demo2 input[type=reset]:hover, .demo2 input[type=submit]:hover	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 4px solid #000;
}
.demo2 button:active, .demo2 input[type=button]:active,
.demo2 input[type=reset]:active, .demo2 input[type=submit]:active	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
	color: #6b2634;
	border: 4px solid #6b2634;
}




/*　サンプル2の要素
------------------------------------------------------------ */
.demo3 button, .demo3 input[type=button],
.demo3 input[type=reset], .demo3 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
	color: #444;
	border: 4px solid #444;
	clear: both;
}
.demo3 button:hover, .demo3 input[type=button]:hover,
.demo3 input[type=reset]:hover, .demo3 input[type=submit]:hover	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #444;
	color: #fff;
	border: 4px solid #444;
}
.demo3 button:active, .demo3 input[type=button]:active,
.demo3 input[type=reset]:active, .demo3 input[type=submit]:active	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 4px solid #000;
}











.waku50 {
	width: 50px;
}
.spacer3 {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.blc {
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}

.blc2 {
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	width: 200px;
}
.blc3 {
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}


.bk-col1 {
	font-size: 13pt;
	color: #FFF;
	background-color: #837561;
	width: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.mark3 {
	font-size: 8pt;
	color: #FFF;
	background-color: #FF9901;
	width: 30px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mark2 {
	font-size: 8pt;
	color: #FFF;
	background-color: #693;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mark1 {
	font-size: 9pt;
	color: #FFF;
	background-color: #AF8D20;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: 5%;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

::placeholder  {font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.lins {border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;}
.form-left {
	float: left;
	width: 200px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 12pt;
}
.form-right {
	font-size: 12pt;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 580px;
	line-height: 50px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.form-right3 {
	font-size: 12pt;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 580px;
	line-height: 30px;
	height: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.form-under {
	font-size: 11pt;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.cktext {
	padding: 0px;
	float: left;
}
.form-left2 {
	float: left;
	padding-top: 20px;
	width: 200px;
	margin-right: 20px;
	font-size: 12pt;
}

.form-left3 {
	float: left;
	width: 210px;
	font-size: 12pt;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



.form-right2 {
	overflow: hidden;
	padding-top: 20px;
}	

.form1000 {
	border: 1px solid #CCCCCC;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #FFF;
}
.formspace {
	padding: 5%;
}
.space900 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}


.form-imp3 {
	border: 0;
	font-size: 12pt;
	color: #333;
	border: 1px solid #B0B0B0;
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 5px;
	padding: 1%;
	height: 35px;
	background-color: #FFF;
	margin-left: auto;
}	
.form-imp2 {
	border: 0;
	padding: 2%;
	font-size: 12pt;
	color: #333;
	width: 95%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #ededed;
	border: 1px solid #ededed;
}

.form-imp {
	border: 1px solid #ededed;
	padding: 2%;
	font-size: 12pt;
	color: #333;
	width: 95%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #ededed;
}


.comname-left2 {
	display: inline-block;
	width: 150px;
	color: #333333;
}

.cur2{
	border-collapse: collapse;
	border: 1px solid #D6D5D6;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin-bottom: 15px;
}
.cur2 td,
.cur2 th{
	border: 1px solid #D6D5D6;
}
.cur2 th{
	font-weight: bold;
	text-align: center;
}
.cur2 thead th{
	background-color: #CCCCCC;
}
.cur-bk2 {
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f6fcea), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f6fcea),color-stop(.75, #f6fcea), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.cur-tittle2 {
	font-size: 13pt;
	color: #333;
	text-align: center;
	width: 140px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f6fcea), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f6fcea),color-stop(.75, #f6fcea), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.cur160 {width: 220px;}
.cur250 {width: 360px;}
.cur180 {width: 180px;}
.cur170 {width: 170px;}
.cur160 {width: 160px;}
.cur150 {width: 150px;}
.cur-moz {
	font-size: 11pt;
	color: #333;
	padding: 10px;
}

.left50 {
	padding-left: 20px;
}

.cur-moz-cen {
	font-size: 11pt;
	color: #333;
	padding: 10px;
	text-align: center;
}
.cur-moz-right {
	font-size: 11pt;
	color: #333;
	padding: 10px;
	text-align: right;
}
.cur-moz3 {
	font-size: 12pt;
	color: #333;
	padding: 10px;
}





.cur{
	border-collapse: collapse;
	border: 1px solid #D6D6D6;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin-bottom: 15px;
}
.curriculum-space {
	width: 48%;
	
	margin-bottom: 2%;
	
	float: left;
}
.curriculum-space2 {
	width: 48%;
	
	margin-bottom: 2%;
	
	float: right;
}
.cur-tittle {
	font-size: 13pt;
	color: #FFF;
	background-color: #EC95A4;
	text-align: center;
	width: 140px;
}
.cur-mo {
	font-size: 12pt;
	color: #333;
	padding: 10px;
}
.cur-mo2 {
	font-size: 12pt;
	color: #333;
	padding: 10px;
	text-align: center;
}
.cur-ko {
	font-size: 12pt;
	color: #333;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.cur-ko2 {
	font-size: 12pt;
	color: #333;
	padding: 10px;
	text-align: center;
	background-color: #fafae6;	
}
.cur100 {width: 100px;}

.cur td,
.cur th{
	
	border: 1px solid #EC95A4;
}
.cur th{
	font-weight: bold;
	text-align: center;
}
.cur thead th{
	background-color: #CCCCCC;
}

.cur-space {
	padding: 10px;
}














table{
	
}

.table{
	border-collapse: collapse;
	border: 1px solid #333333;
	width: 100%;
	border-collapse: collapse;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

.table td,
.table th{
	border: 1px solid #333333;
}
.table th{
	font-weight: bold;
	text-align: center;
}
.table thead th{
	background-color: #CCCCCC;
}
.form750 {width: 100%;}





.privacy {
	height: 300px;
	border: 1px solid #D6D6D6;
	overflow: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-bottom: 50px;
	clear: both;
}

.privacy::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 15px;
}

.privacy::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #333;
    border-radius: 10px;
}

.privacy::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #cecece;
}
.privacy::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #cecece;
}




.privacy-tittle {
	font-size: 15pt;
	line-height: 22px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #897131;
	font-weight: 600;
}
.privacy-tittle2 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.pri-text {
	font-size: 11pt;
	line-height: 26px;
	margin-bottom: 20px;
}



.pager {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 10px;
	padding-top: 60px;
}


#topics_paging_previous {
	font-size: 13pt;
	line-height: 50px;
	font-variant: normal;
	background-color: #000;
	float: left;
	height: 50px;
	width: 150px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	color: #FFF;
	
}


#topics_paging_previous a{
	color: #FFF;
	display:block;
}


#topics_paging_next {
	font-size: 13pt;
	line-height: 50px;
	font-variant: normal;
	background-color: #25538D;
	float: right;
	height: 50px;
	width: 150px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	color: #FFF;
}

#topics_paging_next a{
	color: #FFF;
	display:block;
}

.button7 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
	margin-bottom: 10px;
}
.button7::before,
.button7::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button7,
.button7::before,
.button7::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button7 {
	color: #FFF;
	background-color: #333333;
}
.button7:hover {
	color: #FFF;
	background-color: #000;
	
}

.archive-space {
	padding-top: 10px;
}
	
.topics-archive {
	float: right;
	width: 260px;
	padding-top: 20px;
	padding-right: 30px;	
}


h3 {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16pt;
	line-height: 27px;
	padding-bottom: 10px;
	font-weight: bold;
}

.program-text {
	padding-bottom: 50px;
	padding-top: 15px;
}
#topics_title {
	font-weight: normal;	
	
}
.topics-detail {
	float: left;
	min-height: 500px;
	width: 600px;
	padding-bottom: 50px;
	padding-left: 20px;
}

#topics_body {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 24px;
}

#topics_body img {
	padding-top: 10px;
	max-width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.line-text-cat {
	padding-top: 15px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
	font-size: 12pt;
	line-height: 22px;
	padding-bottom: 5px;
}

}






@media screen and (min-width: 0px) and (max-width: 736px) {
#page1,#page2,#page3,#page4,#page5,#page6,#page7  {
	margin-top: -80px;
	padding-top: 80px;
}


.map-space {
	position: relative;
	padding-bottom: 77%;/*←高さを変更する*/
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	
}

 
.map-space iframe,
.map-space object,
.map-space embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



ul.pointcheck {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 15px;	
}

ul.pointcheck li{
	
	padding-left: 0.7em;
}
 
 
ul.pointcheck li:before {
	/*content: "\f04d";*/
	content: "\●";
	/*font-family: "Font Awesome\ 5 Free";*/
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #af8c20;
}
.pointcheck li {
	position: relative;
	font-size: 10pt;
	line-height: 23px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;*/
}



ul.pointcheck4 {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 10px;
}

ul.pointcheck4 li{
	
	padding-left: 0.7em;
}
 
 
ul.pointcheck4 li:before {
	content: "\f058";
	font-family: "Font Awesome\ 5 Free";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #CC6666;
}
.pointcheck4 li {
	position: relative;
	font-size: 10pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}






ol.pointcheck3 {
	counter-reset: my-counter;
	padding-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

ol.pointcheck3 li{
	padding-top: 0px;
	margin-bottom: 2px;
	padding-left: 20px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 
 
ol.pointcheck3 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #666666;
	color: #FFF;
	display: block;
	float: left;
	padding-top: 0px;
	line-height: 20px;
	margin-left: -30px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 9pt;
}
.pointcheck3 li {
	position: relative;
	font-size: 11pt;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}


.slide-space {
	padding-top: 58px;
}

.whbk{
	background-color: #FFF;
}

.nailbk{
	background-color: #F5F5F5;
	background-image: url(../img/body/nailbk.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.shopbk{
	background-color: #F5F5F5;
	background-image: url(../img/body/sp-shopbk.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.suppbk{
	background-color: #F5F5F5;
	background-image: url(../img/body/suppbk.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.handbk {
	background-color: #faf4e1;
}
.secondbk {
	background-color: #f5f5f5;
	padding-top: 2%;
}
.fullbanner {
	text-align: center;
	line-height: 0px;
	background-image: url(../img/body/woodbg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 30px;
}


.secondbk2 {
	background-color: #26548f;
	color: #FFF;
	padding-top: 2%;
}

.mores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 28px;
	font-weight: 600;
	padding-top: 5px;
	color: #26548F;
	display: table;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.komidashi {
	font-size: 13pt;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: 600;
}

.btms {
	padding-top: 5px;
	padding-bottom: 10px;
}
.btms li {
	font-size: 10pt;
	line-height: 15px;
	color: #244F87;
	background-color: #FFF;
	text-align: center;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 5px;
}
.komidashi2 {
	font-size: 12pt;
	line-height: 23px;
	color: #000;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 10px;
}
.komidashi4 {
	font-size: 15pt;
	line-height: 25px;
	color: #000;
	font-weight: 600;
	
	padding-bottom: 10px;
}
.big-tex3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20pt;
	color: #26548F;
	float: left;
	margin-right: 10px;
}
.ques {
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
	overflow: hidden;
	margin-top: 11px;
}
.qatittle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.antser {
	font-size: 10pt;
	line-height: 16px;
	margin-bottom: 30px;
	padding-top: 5px;
}
.rinen {
	padding-top: 20px;
	padding-bottom: 15px;
}




.pankuzu-space {
	padding-top: 70px;
	
	color: #FFF;
	background-color: #26548F;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding: 10px;
}


.pankuzu-space2 {
	padding-top: 70px;
	color: #FFF;
	background-color: #AF8C20;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu2 {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding: 10px;
}

.banner-space {padding-bottom: 30px;}

.first {
	padding-top: 80px;
}
.rinen li {
	font-size: 11pt;
	line-height: 22px;
	color: #26548F;
	background-color: #FFF;
	box-shadow: -11px -18px 9px -50px #26548F,5px 5px 0px -1px #26548F;
	-moz-box-shadow: -11px -18px 9px -50px #26548F,5px 5px 0px -1px #26548F;
	-webkit-box-shadow: -11px -18px 9px -50px #26548F,5px 5px 0px -1px #26548F;
	border: 1px solid #26548F;
	padding: 8px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0.5%;
}

.sla {
	font-size: 11pt;
	color: #26548F;
	background-color: #FFF;
	font-family: Renner;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	display: table;
	height: 30px;
	border: 1px solid #FFF;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.sla2 {
	font-size: 11pt;
	color: #AF8C20;
	background-color: #FFF;
	font-family: Renner;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	display: table;
	height: 30px;
	border: 1px solid #FFF;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.koumoku {
	min-width: 150px;
	font-size: 11pt;
	line-height: 22px;
	color: #25538D;
	margin-bottom: 5px;
}
.leftbox-blue {
	color: #000;
	background-color: #F3F3F3;
	padding: 2%;
	margin-bottom: 2%;
}
.komidashi3 {
	font-size: 12pt;
	line-height: 22px;
	color: #FFF;
	background-color: #26548F;
	text-align: center;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
}
.komidashi3s {
	font-size: 12pt;
	line-height: 22px;
	color: #FFF;
	background-color: #663333;
	text-align: center;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
}
.orangeline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	font-weight: 600;
}


.kakomi {
	font-size: 13pt;
	line-height: 23px;
	font-weight: 600;
	
	padding-bottom: 5px;
	
	padding-top: 15px;
	color: #26548F
}
.kakomi2 {
	font-size: 13pt;
	line-height: 23px;
	font-weight: 600;
	color: #663333;
	
	padding-bottom: 5px;
	
	padding-top: 15px;
}
.rightbox-gruy {
	color: #000;
	background-color: #F3F3F3;
	padding: 2%;
	margin-bottom: 1%;
}
.gaiyo-text {
	overflow: hidden;
	font-size: 11pt;
	line-height: 25px;
}

.line-text {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDB6C0;
}
.line-text2 {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDB6C0;
}
.supportbtm {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	
}
.kakomi3 {
	color: #FFF;
	background-color: #2FC4D0;
	padding: 20px;
	
	margin-right: 5px;
	margin-left: 5px;
	
	text-align: center;
	font-size: 12pt;
	line-height: 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.plusicon {
	font-size: 30pt;
	line-height: 60px;
	color: #2FC4D0;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: 600;
}
.wakugumi {
	padding-top: 15px;
}
.wakutittle {
	font-size: 15pt;
	line-height: 25px;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 5px;
}



/*表組み*/


.plantables{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.plantables {
	padding-top: 20px;
	padding-bottom: 10px;
}


.plantables td,
.plantables th{
	padding: 10px;
	
}


.plantables th{
	
}
.plantables thead th{
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.plan1,.plan2,.plan3,.plan4 {
	text-align: center;
	font-size: 9pt;
	font-weight: 600;
	
}





.planbk1 {
	color: #FFF;
	background-color: #26548F;
	padding: 10px;
	font-weight: normal;
	
}
.planbk2 {
	color: #FFF;
	background-color: #4C90BC;
	padding: 10px;
	font-weight: normal;
}
.planbk3 {
	color: #333;
	background-color: #F5F5F5;
	padding: 10px;
	font-weight: normal;
}
.planbk4 {
	color: #FFF;
	background-color: #999999;
	padding: 10px;
	font-weight: normal;
	
	
}

.spdown {padding-bottom: 15px;}
.planbk5 {
	color: #FFF;
	background-color: #CC3366;
	padding: 10px;
}
.plan-text {
	font-size: 8pt;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.normal{
	font-weight: normal;
	font-size: 10pt;
}
.kamuri {
	font-size: 30pt;
	position: absolute;
	color: #FC3;
	margin-top: -60px;
	margin-left: 80px;
}
.akamoji {
	color: #F00;
}
.iconsiz15 {font-size: 15pt;}
.plannum {
	font-size: 10pt;
	font-weight: 600;
}
.katatables{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.tablespace {
	
	padding-bottom: 10px;
	border: 1px solid #D6D6D6;
	overflow: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	margin-bottom: 20px;
	overflow-x: scroll;
}


.katatables td,
.katatables th{
	padding: 10px;
	font-size: 12pt;
	
}


.katatables th{
	font-weight: bold;
	
	
}
.katatables thead th{
	background-color: #F4EBD9;
}
.kbk-col2s {
	text-align: center;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}


.kbk-col2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.kbk-col3 {
	font-weight: normal;
	font-size: 12pt;
	font-weight: 600;
	text-align: center;
}
.tabk1 {
	background-color: #FFFFFF;
}
.kbk-col {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tabk2 {
	color: #FFF;
	background-color: #b4b5b5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}
.tabk3 {
	color: #FFF;
	background-color: #FF8C00;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}
.tabk4 {
	color: #FFF;
	background-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}

.tabk5 {
	background-color: #fffcdb;
	
}
.tabk6 {
	background-color: #FCF9FE;
}



/*表組み*/
.centers {
	line-height: 0px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.handad {
	line-height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fun-icon1 {
	vertical-align: -10%;
	display: inline-block;
	margin-right: 6px;
	border: 3px solid #26548F;
	color: #FFF;
	background-color: #FFF;
	text-align: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 50px;
}

.fun-icon2 {
	vertical-align: -36%;
	display: inline-block;
	margin-right: 10px;
	/*border: 3px solid #26548F;*/
	color: #FFF;
	background-color: #FFF;
	text-align: center;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12x;
	line-height: 45px;	
}

.leftbtm3 {
	width: 100%;	
}


.pagetittle {
	font-size: 13pt;
	text-align: center;
}




.function-contents {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
.function-contents2 {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;	
}

.funimage {
	width: 96%;
	margin-left: auto;
	line-height: 0px;
	margin-right: auto;
	margin-bottom: 10px;
}

.funtextbox {
	overflow: hidden;
}

.funimage2 {
	width: 96%;
	margin-left: auto;
	line-height: 0px;
	margin-right: auto;
	margin-bottom: 10px;
}



.page-engtittle {
	font-size: 10pt;
	line-height: 26px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #0A3377;
	letter-spacing: 5px;
}

.snail-contents {
	
}

.face-space {
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
}

.fb-container {
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}


.comennt {
	font-size: 10pt;
	line-height: 22px;
}


.comennt1 {
	font-size: 11pt;
	line-height: 22px;
}

.comennt2 {
	font-size: 10pt;
	line-height: 22px;
}
.comennt3 {
	font-size: 12pt;
	line-height: 40px;
	letter-spacing: 5px;	
	
}
.comennt4 {
	font-size: 12pt;
	line-height: 26px;
	font-weight: 600;
	padding-bottom: 10px;
}
.comennt5 {
	font-size: 17pt;
	line-height: 35px;
	font-weight: 600;
	padding-bottom: 45px;
	padding-top: 10px;
}

.comennt6 {
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 10px;
}


.engtittle3s {
	font-size: 38pt;
	line-height: 55px;
	margin-bottom: 20px;
	font-family: Renner;
	
	text-transform: uppercase;
}

.engtittle2 {
	font-size: 25pt;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;	
}


/*ネイル価格*/

.spacedangumi {
	padding-bottom: 10px;
	clear: both;
}
.normal11 {
	font-size: 10pt;
	line-height: 22px;
}
.normal10 {
	font-size: 9pt;
	line-height: 17px;
	padding-top: 5px;
}
.item-eng{
	font-family: Renner;
	text-transform: uppercase;
	font-size: 25pt;
	line-height: 39px;
	margin-bottom: 10px;
	padding-top: 25px;
	color: #AF8D20;
}

.price {margin-bottom: 30px;}
.price-left {
	
	
}
.price-right {
	
	
}
.pricewaku {
	clear: both;
	margin-bottom: 5px;
	padding-top: 11px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	letter-spacing: 0em;
}




/*ネイル価格*/


.midashi1 {
	font-size: 13pt;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

.midashi2 {
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 3px;
}
.midashi2s {
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #26548F;
	padding-top: 3px;
}
.midashi2o {
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CC3366;
	padding-top: 3px;
}

.midashi2ov {
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF9602;
	padding-top: 3px;
}
.midashi2v {
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #26548F;
	padding-top: 3px;
}

.midashi2vs {
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-top: 3px;
}


.midashi3 {
	color: #26548F;
	font-size: 20pt;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 10px;	
}
.midashi4 {
	font-size: 14pt;
	line-height: 24px;
	margin-bottom: 50px;
	font-weight: 600;
	padding-top: 15px;
}

.midashi5 {
	font-size: 15pt;
	line-height: 25px;
	font-weight: 600;
	padding-top: 20px;
	margin-bottom: 15px;
	color: #26548F;
}

.midashi6 {
	font-size: 15pt;
	line-height: 25px;
	font-weight: 600;
	padding-top: 20px;
	margin-bottom: 5px;
	color: #26548F;
}

.midashi7 {
	font-size: 13pt;
	line-height: 20px;
	
}


.textbox1 {
	
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	
	padding-bottom: 15px;	
}

.contetsbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
.contetsbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	
	padding-bottom: 10px;	
}

.hed-space {
	
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#logo {
	width: 325px;
	line-height: 0px;
	float: left;
	margin-top: 14px;
}

.telicon {
	background-color: #FFF;
	height: 25px;
	width: 25px;
	margin-right: 7px;
	font-size: 11pt;
	line-height: 25px;
	color: #26548f;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: inline-block;
	vertical-align: 11%;
}
.naillogo {
	line-height: 0px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.handlogo {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	padding: 20px;
}

#header {
}
.hedbtm {
	float: right;
}
.telinfo {
	font-size: 11pt;
	line-height: 22px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
}
.nailspace {padding-bottom: 15px;}
.nailspace li {
	margin: 1.5%;
	float: left;
	width: 30.3%;
}
.leftbtm2 {
	padding-bottom: 5px;
}


.leftbtm {
	float: left;
}



.service-bk {
	background-color: #FFF;
	padding: 2%;
	color: #333;
	margin-bottom: 1.5%;
}
.service-bk2 {
	background-color: #FFF;
	padding: 2%;
	color: #333;
	margin-bottom: 1.5%;
}
.service-bk3 {
	color: #333;
	display: block;
	position: relative;
	margin-right: 1.5%;
	margin-bottom: 3%;
	margin-left: 1.5%;
}

.service-bk5 {
	
	color: #333;
	display: block;
	position: relative;
	margin-right: 1.5%;
	margin-bottom: 6%;
	margin-left: 1.5%;
}
.service-tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 33px;
	font-weight: 600;
	color: #26548F;
	text-align: center;
}
.service-midashi {
	font-size: 13pt;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
}
.service-midashi2 {
	font-size: 12pt;
	line-height: 30px;
	padding-top: 15px;
	font-weight: 600;
	color: #26548F;
}
.service-image {
	line-height: 0px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.service-image2 img {
	line-height: 0px;
	border: 8px solid #26548F;
	box-sizing:border-box;
}

.service-image2 img {
	line-height: 0px;
}



.service-image2s img {
	line-height: 0px;
	border: 8px solid #FF6600;
	box-sizing: border-box;
}

.service-image2s img {
	line-height: 0px;
}

.hand-image img {
	line-height: 0px;
	
}
.hand-text {
	font-size: 11pt;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
}



.service-bk4 {
	color: #333;
	position: relative;
	background-color: #FFF;
	display: block;
	margin-bottom: 1.5%;
	padding: 2%;
}


.service-image3 {
	line-height: 0px;
	width: 100%;	
}



.banner-link  {display: block;}
.banner-link a {}



.service-textbox {
	overflow: hidden;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}


.service-text {
	font-size: 10pt;
	line-height: 18px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}
.service-text2 {
	font-size: 10pt;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 10px;	
}
.service-text3 {
	font-size: 10pt;
	line-height: 23px;
	padding-top: 5px;	
}

.service-komidashi {
	background-color: #26548F;
	font-size: 12pt;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left : 50%;
	display: table;
	/*width: 50%;*/
	margin-top: -30px;
	z-index: 20;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	margin-right: auto;
	margin-left: -100px;	/*margin-left: -15%;*/
	width: 200px;
	text-align: center;
}
.service-komidashi2 {
	background-color: #FF6600;
	font-size: 12pt;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left : 50%;
	display: table;
	/*width: 50%;*/
	margin-top: -30px;
	z-index: 20;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	margin-right: auto;
	margin-left: -100px;	/*margin-left: -15%;*/
	width: 200px;
	text-align: center;
}

.nav {
	
}
.fixed {
	position: fixed;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	z-index: 600;
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}






#gnavi {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	margin-top: 7px;	/*margin-right: auto;
	margin-left: auto;
	width: 100%;
	
	background-color: #FFFFFF;
	clear: both;
	-webkit-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 16px 17px -16px rgba(0,0,0,0.75);
	position: relative;
	z-index: 5;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #234B80;*/
	
}

#gloval_menu {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	/*background-color: #625B59;*/
	background-color: #FFFFFF;
	clear: both;
	
	position: relative;
	z-index: 5;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #234B80;
}


#contents_bar	{
	
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width:1140px;
		
}

#contents_bar a	{
	display: block;
	overflow: hidden;
	text-align: center;
	color: #333333;
	width: 189px;
	font-size: 12pt;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	line-height: 25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-top: -5px;
	position: relative;
	z-index: 10;
}
#contents_bar:after	{ height:0; visibility: hidden;	content: "."; display: block; clear: both; }
#contents_bar li	{
	float: left;
	list-style: none;	
	
}


#contents_bar .c-menu01 a	{
	width: 179px;
	border-left: 1px solid #E9E9E9;
}


#contents_bar .c-menu02 a	{
	width: 179px;
	border-left: 1px solid #E9E9E9;
	
}
#contents_bar .c-menu03 a	{
	
	border-left: 1px solid #E9E9E9;
	
}
#contents_bar .c-menu04 a	{
	
	border-left: 1px solid #E9E9E9;
}
#contents_bar .c-menu05 a	{
	width: 179px;
	border-left: 1px solid #E9E9E9;
}
#contents_bar .c-menu06 a	{
	width: 216px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
#contents_bar .c-menu07 a	{
	
}
#contents_bar .c-menu08 a	{
	
}

#contents_bar a:hover {
	background-repeat: repeat;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4C90BC;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #F3F3F3;
}



#contents_bar a.current	{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #26548F;
	
}

#contents_bar .text-jap{
	font-size: 10pt;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;	
}


	


	

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #202020;
}



.icon1 {
	color: #EC95A4;
	font-size: 11pt;
	margin-right: 5px;
}
.icon-col1 {color: #004098;}

.icon-col2 {
	color: #AF8D20;
}
.icon-col3 {
	color: #CC6666;
}
.icon-col4 {color: #669933;}



.bk1 {
	background-color: #EFEFEF;
}
.bk2 {background-color: #efefef;}
.bk3 {background-color: #62b63d;}
.bk4 {background-color: #F90;}
.bk5 {background-color: #F90;}
.bk6 {background-color: #f67171;}
.bk7 {background-color: #f67171;}
.bk8 {background-color: #af7135;}
.bk9 {background-color: #af7135;}
.bk10 {background-color: #6fb0ce;}
.bk11 {background-color: #6fb0ce;}
.bk12 {background-color: #3cbec0;}








#wrapper {
	margin-right: auto;
	margin-left: auto;
	color: #333;
}





.bicho-r5 {
	padding-right: 5px;
}

.bicho-l5 {
	padding-left: 5px;
}




#hed {
	position: fixed;
	width: 100%;
	z-index: 99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5D6;
	height: 65px;
	/*background-image: url(../img/body/white-bk.png);*/
	background-repeat: repeat;
	background-position: center;
	background-color: #FFF;
}
@media screen and (orientation:landscape) {
  #hed {
    width: 100%;
  }
}


/*#hed {}*/





.menu-btn {
	position: fixed;
	z-index: 5001;
	top: 8px;
	color: #FFF;
	left: 7px;
	background-color: #26548F;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.menu {
	display: table;
	position: relative;
	height: 50px;
	width: 50px;
	
}

.rubimenu {
	color: #FFF;
	font-size: 10pt;
	line-height: 11px;
	
	font-variant: normal;
}
.engmenu {
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #FFF;
	line-height: 13px;
	padding-top: 2px;
	
	font-variant: normal;
}

.menu div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.sp-logo {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	z-index: 5001;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 13px;
	line-height: 0px;
}

.menu span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	display: block;
	height: 2px;
	width: 25px;
	margin: 4px auto;
	background-color: #FFF;
}
.telbtm {
	width: 50px;
	position: fixed;
	right: 0px;
	margin-right: 7px;
	z-index: 5001;
	text-align: center;
	top: 0px;
	margin-top: 8px;
	color: #FFF;
	background-color: #4C90BC;
	line-height: 50px;
	height: 50px;
	font-size: 15pt;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



.sponly {}
.pconly {display: none;}
.pcdown10 {padding-bottom: 10px;}

.pcdown20 {padding-bottom: 20px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 	10px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {}
.pcup70 {padding-top: 70px;}


/*トピックス*/


.topics1100 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
	padding-bottom: 10px;
}
.gaikan {
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

.topics-space2 {
	margin-right: 2%;
	margin-bottom: 6%;
	margin-left: 2%;
	padding-top: 2%;
}



.dangumi1 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	clear: both;	
}
.dangumi2 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;		
}

.dangumi3 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;		
}



.topics-space {
	
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	
}





.news {
	width: 253px;
	display: block;
	margin-bottom: 15px;
	margin-right: 11px;
	margin-left: 11px;
	float: left;
	margin-top: 15px;
	
	min-height: 220px;
	padding-top: 10px;
}

.news a {
	display: block;
	color: #333333;
	
}

.news img a {
	display: block;
}

.news_right {
	padding-top: 10px;
	padding-bottom: 5px;
	
}

.sellect81 {
	width: 253px;
	height: 253px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.sellect81 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 253px;
	height: auto;
}


.list-tittle {
	font-family: Renner;
	font-size: 14pt;
	color: #2E2A29;
	margin-bottom: 15px;
}

.nagasa5 {
	font-size: 11pt;
	color: #2E2A29;
	
	overflow: hidden;
	font-variant: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
}

.list1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}

.daytime{
	font-size: 10pt;
	line-height: 24px;
	color: #2E2A29;
	font-style: normal;
	float: left;
	width: 80px;
	margin-right: 5px;
}

.nagasa52 {
	font-size: 11pt;
	color: #2E2A29;
	
	overflow: hidden;
	font-variant: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
}






.topicstittle2 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 10px;
	color: #000000;
}



.cate {
	font-size: 9pt;
	line-height: 20px;
	color: #FFF;
	background-color: #6b2634;
	text-align: center;
	height: 20px;
	display: table;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}





/*サムネイルあり*/


/*.nagasa52 {
	font-size: 11pt;
	color: #2E2A29;
	padding-bottom: 5px;
	overflow: hidden;
	font-variant: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 22px;
}
*/





.news2 {
	margin-bottom: 8px;
	
	padding-bottom: 8px;
	
}

.news2 a {
	display: block;
	color: #333333;
	
}


.news4 {
	width: 46%;
	margin: 2%;
	float: left;
}

.news4 a {
	display: block;
	color: #333333;
	
}

.news3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

.news3 a {
	display: block;
	color: #333333;
	
}


.news_right2 {
	overflow: hidden;	
}

.daytime2 {
	font-size: 11pt;
	line-height: 22px;
	color: #2E2A29;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	padding-top: 5px;
}

.sellect80 {
	width: 70px;
	height: 70px;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 10px;
	float: left;
}
.sellect80 img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}






/*サムネイルあり*/




.col2 {color: #F90;}
.wallpainting-photo {
	float: left;
	width: 253px;
	margin-bottom: 10px;
	margin-top: 11px;
	margin-right: 11px;
	margin-left: 11px;
	line-height: 0px;
}
.col3 {color: #56a6c1;}
.col4 {color: #b4424f;}
.col5 {color: #f675b5;}

.kaigyo {
	display: block;
}

.pckaigyo {
	
}
.spkaigyo {
	display: block;
}
.pckaigyo2 {
	display: block;
	padding-left: 43px;
}


.button9 {
	width: 170px;
	z-index: 10;
	top: 0px;
	right: 0px;
	font-size: 11pt;
	line-height: 30px;
	text-align: center;
	height: 30px;
	float: right;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
}
.button9::before,
.button9::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button9,
.button9::before,
.button9::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button9 {
	background-color: #705c2f;
	color: #fff;
}
.button9:hover {
	color: #FFF;
	background-color: #000;
}



.button1 {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 11pt;
	height: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	background-color: #26548f;
	color: #FFF;
	
}
.button1:hover {
	color: #FFF;
	background-color: #000;
	
}






.button2 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 16pt;
	height: 60px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	
}
.button2 {
	color: #FFF;
	background-color: #26548f;
}
.button2:hover {
	color: #FFF;
	background-color: #000;
	
}






.button3 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 12pt;
	height: 60px;
	
	
	width: 230px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	
}
.button3 {
	color: #FFF;
	background-color: #4c90bc;
}
.button3:hover {
	color: #FFF;
	background-color: #000;
	
}




.btm-space {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	display: table;
}
.btm-space1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	display: table;
}

.btm-space2 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 30px;
	
}
.btm-space3 {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}





.button4 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
	font-size: 12pt;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.button4 {
	color: #26548F;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
	line-height: 35px;
}
.button4:hover {
	color: #FFFFFF;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #242424;
	padding-top: 8px;
	padding-bottom: 5px;
	line-height: 35px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #242424;
	border-bottom-color: #242424;
	border-left-color: #242424;
}




.button5 {
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 11pt;
	height: 50px;
	
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;	
	
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button5,
.button5::before,
.button5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.button5 {
	color: #FFF;
	border: 2px solid #292929;
	background-color: #292929;
}
.button5:hover {
	color: #FFF;
	background-color: #000;
	border: 2px solid #000;
}






.button6 {
	text-decoration: none;
	outline: none;
	font-size: 13pt;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	padding: 6px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	line-height: 24px;
}
.button6::before,
.button6::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button6,
.button6::before,
.button6::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.button6 {
	color: #FFF;
	background-color: #26548F;
	border: 5px solid #26548F;
}
.button6:hover {
	color: #FFF;
	background-color: #000;
	border: 5px solid #000;
}





.telnum {
	font-size: 28pt;
	font-variant: normal;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 800;
	padding-top: 5px;
}
.infobox {
	background-color: #69B543;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info-image {
	line-height: 0px;
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}


footer {
	clear: both;
	
}
.contact-tittle {
	font-size: 15pt;
	line-height: 50px;
	float: left;
	height: 50px;
	margin-right: 20px;
	color: #FFF;
}


.foot-text {
	font-size: 10pt;
	line-height: 18px;
}
.foot-text1 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 15px;
	padding-top: 20px;
}
.foot-text2 {
	font-size: 10pt;
	line-height: 17px;
}
.comname {
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.footcontena {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background-position: center;
	background-repeat: repeat;
	background-color: #26548f;
	-webkit-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.75);
	position: relative;
	z-index: 15;
}
.mapspace1200 {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.comlink {
	font-size: 10pt;
	line-height: 22px;
	float: left;
	margin-right: 25px;
}
.copy-space {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.foot-space {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 15px;
}
.foot-infotext {
	font-size: 12pt;
	line-height: 24px;
	padding-top: 15px;
}
.foot-left {
	float: left;
	display: none;
}

.left {float:left;}
.right {float:right;}


.foot-right {
	display: table;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}



.foot-menu {
	display: none;
	margin-right: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.foot-menu li {
	font-size: 11pt;
	line-height: 28px;
	color: #FFF;
	letter-spacing: 1px;
}


.tels {
	font-size: 20pt;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	font-weight: 600;
}
.komoji {
	font-size: 15pt;
}


.tels2 {
	font-size: 15pt;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}
.komoji2 {
	font-size: 10pt;
}

.footlogo {
	width: 250px;
	line-height: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.footinfo {
	clear: both;
	text-align: center;
	padding-top: 30px;
	font-size: 11pt;
	line-height: 25px;
}


.foot-midashi {
	font-size: 18pt;
	padding-bottom: 10px;
	padding-top: 10px;
}


.copy {
	font-size: 8pt;
	line-height: 16px;
	padding-top: 15px;
}



.space980 {
	margin-right: 10px;
	margin-left: 10px;
}
.space1000 {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;	
}
.space1100 {
	margin-right: 10px;
	margin-left: 10px;
	
}

.space1060 {
	margin-right: 10px;
	margin-left: 10px;
	
}
.space1200 {
	
	margin-right: 10px;
	margin-left: 10px;
	
}


.space900 {
	margin-right: 10px;
	margin-left: 10px;
	
}






#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;
	font-size: 20pt;
	color: #FFF;
	display: none;
}
#page-top a {
	text-align: center;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 60px;
	height: 50px;
	background-color: #000000;
	color: #FFF;
	padding-top: 10px;
	display: none;
}
#page-top a:hover {
	text-decoration: none;
	display: none;
}




input:focus {
	border:2px solid #24bbb2;
}
textarea:focus, input:focus{
	border:1px solid #24bbb2;
}

select:focus {border:2px solid #24bbb2;}
article.index {
	display: none;	
}



li.forms {
	clear: both;
	font-size: 12pt;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}





.mark4 {
	font-size: 8pt;
	line-height: 13px;
	color: #FFF;
	background-color: #6b2634;
	width: 50px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
}


/*.pager2 {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 20px;
	padding-top: 5%;
}
 
.pager2 ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager2 ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pager2 ul li span,

.pager2 ul li a {
	display: block;
	font-size: 11pt;
	border-radius: 3px;
	line-height: 30px;
	height: 29px;
	width: 30px;
	text-align: center;
	padding-top: 1px;
}


.pager2 ul li a {
	color: #000;
	text-decoration: none;
	background-color: #CCC;
	border: 1px solid #CCCCCC;
}
 
.pager2 ul li a:hover {
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
}
*/


/*** custom checkboxes ***/

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before {
	content: "\f096";
	color: #CCC;
} /* unchecked icon */
input[type=checkbox] + label:before {letter-spacing: 5px;} 
/* space between checkbox and label */

input[type=checkbox]:checked + label:before {
	content: "\f046";
	color: #26548F;
} /* checked icon */
input[type=checkbox]:checked + label:before {letter-spacing: 5px;} /* allow space for check mark */

.text-input{
	font-size: 10pt;
	display: inline-block;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	min-width: 165px;
}
/*.text-input2{
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}*/
.tittlebox {
	margin-bottom: 10px;
}

.serth-box {margin-bottom: 40px;}




.serchbtm {
	clear: both;
	padding-top: 35px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.serth-tittle {
	font-size: 15pt;
	line-height: 60px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #6C2735;
	height: 60px;
	padding-left: 20px;
}

.form-imp5 {
	border: 2px solid #ccc;
	padding: 5%;
	font-size: 12pt;
	color: #000;
	width: 100%;
	background-color: #FFF;
	height: 50px;
	line-height: 50px;
	margin: 0;
}
.serth-text {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.serchselect {
	padding-top: 20px;
}
.btmleft1 {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
}
.btmleft2 {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
}




button, input[type=button],
input[type=reset], input[type=submit] {
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 65%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #399;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*　サンプル1の要素
------------------------------------------------------------ */
.demo1 button, .demo1 input[type=button],
.demo1 input[type=reset], .demo1 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 11pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #26548F;
	color: #FFF;
	border: 1px solid #26548F;
	clear: both;
}
.demo1 button:hover, .demo1 input[type=button]:hover,
.demo1 input[type=reset]:hover, .demo1 input[type=submit]:hover	{
	font-size: 11pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
}
.demo1 button:active, .demo1 input[type=button]:active,
.demo1 input[type=reset]:active, .demo1 input[type=submit]:active	{
	font-size: 11pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
}


/*　サンプル2の要素
------------------------------------------------------------ */
.demo2 button, .demo2 input[type=button],
.demo2 input[type=reset], .demo2 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #6b2634;
	color: #FFF;
	border: 4px solid #6b2634;
	clear: both;
}
.demo2 button:hover, .demo2 input[type=button]:hover,
.demo2 input[type=reset]:hover, .demo2 input[type=submit]:hover	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 4px solid #000;
}
.demo2 button:active, .demo2 input[type=button]:active,
.demo2 input[type=reset]:active, .demo2 input[type=submit]:active	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
	color: #6b2634;
	border: 4px solid #6b2634;
}




/*　サンプル2の要素
------------------------------------------------------------ */
.demo3 button, .demo3 input[type=button],
.demo3 input[type=reset], .demo3 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
	color: #444;
	border: 4px solid #444;
	clear: both;
}
.demo3 button:hover, .demo3 input[type=button]:hover,
.demo3 input[type=reset]:hover, .demo3 input[type=submit]:hover	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #444;
	color: #fff;
	border: 4px solid #444;
}
.demo3 button:active, .demo3 input[type=button]:active,
.demo3 input[type=reset]:active, .demo3 input[type=submit]:active	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 4px solid #000;
}











.waku50 {
	width: 50px;
}
.spacer3 {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.blc {
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}

.blc2 {
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	width: 200px;
}
.blc3 {
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}


.bk-col1 {
	font-size: 13pt;
	color: #FFF;
	background-color: #837561;
	width: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.mark3 {
	font-size: 8pt;
	color: #FFF;
	background-color: #FF9901;
	width: 30px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mark2 {
	font-size: 8pt;
	color: #FFF;
	background-color: #693;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mark1 {
	font-size: 9pt;
	color: #FFF;
	background-color: #AF8D20;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	margin-bottom: 5px;
}
::placeholder  {font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.lins {border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;}
.form-left {
	
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	
	padding-bottom: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 10pt;
}

.form-left3 {
	
	
	padding-top: 5px;
	
	padding-bottom: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 10pt;
}

.form-right {
	font-size: 10pt;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
	line-height: 40px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 20px;
	
}
.form-under {
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
}
.form-left2 {
	
	padding-top: 20px;
	
	margin-right: 20px;
	font-size: 10pt;
}
.form-right2 {
	
	padding-top: 20px;
}	

.form1000 {
	
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.formspace {
	padding: 2%;
}
.space900 {
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}


.form-imp3 {
	border: 0;
	font-size: 12pt;
	color: #333;
	border: 1px solid #B0B0B0;
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 5px;
	padding: 1%;
	height: 35px;
	background-color: #FFF;
	margin-left: auto;
}	
.form-imp2 {
	border: 0;
	padding: 2%;
	font-size: 12pt;
	color: #333;
	width: 95%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #ededed;
	border: 1px solid #ededed;
}

.form-imp {
	border: 1px solid #ededed;
	padding: 5%;
	font-size: 11pt;
	color: #333;
	width: 89%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #ededed;
}

.comname-left2 {
	display: inline-block;
	width: 150px;
	color: #333333;
}

.cur2{
	border-collapse: collapse;
	border: 1px solid #D6D5D6;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin-bottom: 15px;
}
.cur2 td,
.cur2 th{
	border: 1px solid #D6D5D6;
}
.cur2 th{
	font-weight: bold;
	text-align: center;
}
.cur2 thead th{
	background-color: #CCCCCC;
}
.cur-bk2 {
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f6fcea), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f6fcea),color-stop(.75, #f6fcea), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.cur-tittle2 {
	font-size: 13pt;
	color: #333;
	text-align: center;
	width: 140px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f6fcea), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f6fcea),color-stop(.75, #f6fcea), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.cur160 {width: 220px;}
.cur250 {width: 360px;}
.cur180 {width: 180px;}
.cur170 {width: 170px;}
.cur160 {width: 160px;}
.cur150 {width: 150px;}
.cur-moz {
	font-size: 11pt;
	color: #333;
	padding: 10px;
}

.left50 {
	padding-left: 20px;
}

.cur-moz-cen {
	font-size: 11pt;
	color: #333;
	padding: 10px;
	text-align: center;
}
.cur-moz-right {
	font-size: 11pt;
	color: #333;
	padding: 10px;
	text-align: right;
}
.cur-moz3 {
	font-size: 12pt;
	color: #333;
	padding: 10px;
}





.cur{
	border-collapse: collapse;
	border: 1px solid #D6D6D6;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin-bottom: 15px;
}
.curriculum-space {
	width: 48%;
	
	margin-bottom: 2%;
	
	float: left;
}
.curriculum-space2 {
	width: 48%;
	
	margin-bottom: 2%;
	
	float: right;
}
.cur-tittle {
	font-size: 13pt;
	color: #FFF;
	background-color: #EC95A4;
	text-align: center;
	width: 140px;
}
.cur-mo {
	font-size: 12pt;
	color: #333;
	padding: 10px;
}
.cur-mo2 {
	font-size: 12pt;
	color: #333;
	padding: 10px;
	text-align: center;
}
.cur-ko {
	font-size: 12pt;
	color: #333;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.cur-ko2 {
	font-size: 12pt;
	color: #333;
	padding: 10px;
	text-align: center;
	background-color: #fafae6;	
}
.cur100 {width: 100px;}

.cur td,
.cur th{
	
	border: 1px solid #EC95A4;
}
.cur th{
	font-weight: bold;
	text-align: center;
}
.cur thead th{
	background-color: #CCCCCC;
}

.cur-space {
	padding: 10px;
}














table{
	
}

.table{
	border-collapse: collapse;
	border: 1px solid #333333;
	width: 100%;
	border-collapse: collapse;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

.table td,
.table th{
	border: 1px solid #333333;
}
.table th{
	font-weight: bold;
	text-align: center;
}
.table thead th{
	background-color: #CCCCCC;
}
.form750 {width: 100%;}





.privacy {
	height: 300px;
	border: 1px solid #D6D6D6;
	overflow: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	margin-bottom: 50px;
	clear: both;
}

.privacy::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 15px;
}

.privacy::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #333;
    border-radius: 10px;
}

.privacy::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #cecece;
}
.privacy::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #cecece;
}




.privacy-tittle {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #897131;
	font-weight: 600;
}
.privacy-tittle2 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.pri-text {
	font-size: 10pt;
	line-height: 17px;
	margin-bottom: 40px;
}





.pager {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 10px;
	padding-top: 30px;
}


#topics_paging_previous {
	font-size: 11pt;
	line-height: 40px;
	font-variant: normal;
	background-color: #666;
	float: left;
	height: 40px;
	width: 50%;
	
	text-align: center;
	color: #FFF;
	
}


#topics_paging_previous a{
	color: #FFF;
	display:block;
}


#topics_paging_next {
	font-size: 11pt;
	line-height: 40px;
	font-variant: normal;
	background-color: #26548F;
	float: right;
	height: 40px;
	width: 50%;
	text-align: center;
	color: #FFF;
}

#topics_paging_next a{
	color: #FFF;
	display:block;
}

.button7 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
	margin-bottom: 10px;
}
.button7::before,
.button7::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button7,
.button7::before,
.button7::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button7 {
	color: #FFF;
	background-color: #333333;
}
.button7:hover {
	color: #FFF;
	background-color: #000;
	
}

.archive-space {
	padding-top: 10px;
	margin-bottom: 30px;
}
	
.topics-archive {
	padding-left: 10px;
	padding-right: 10px;
}


h3 {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	padding-bottom: 10px;
	font-weight: bold;
}

.program-text {
	padding-bottom: 20px;
	padding-top: 5px;
}
#topics_title {
	font-weight: normal;	
	
}
.topics-detail {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

#topics_body {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	line-height: 24px;
}

#topics_body img {
	padding-top: 10px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.line-text-cat {
	padding-top: 25px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #26548F;
	font-size: 10pt;
	line-height: 17px;
	padding-bottom: 5px;
}
	
}
