/*固定ナビnavbar-fixed-topの場合は指定する

body {
	padding-top: 30px;
}

*/

body, input, textarea {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","MS　Pゴシック",sans-serif;

	font-size: 100% ;
	line-height: 75% ;
}
th, td {
	font-size: 100% ;
	line-height: 200% ;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}



/*ボックス全体*/
.accbox {
    margin: 1em 0;
    padding: 0;

}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1px 0;
    padding : 15px 12px;
	color :#525151;
 /*       font-weight: bold;*/
	font-size: 110% ;
    background :#e9e9e9;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}


/*ラベルホバー時*/
.accbox label:hover {
    background :#e9e9e9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
	font-size: 110% ;
    background: white;
    opacity: 1;


}

.accbox .accshow p {
    margin: 15px 10px
}


/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

/*--アイコンの色　変わらないぞ
.my-orange {color: #fecb81;}

-*/

/*----スクロール上に戻るボタン------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    background: #000;
    opacity: 0.5;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    background: #000;
    opacity: 0.4;
}





/*
nav ul li a {
	display: block;
	padding: 20px 12px 20px 12px;
	background: url(../img/sp_2/link_arrow.png) no-repeat right center;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	-webkit-background-origin: content-box;
	background-origin: content-box;
	color: #444444;
}


/*

/* header */ 
/*
header {
	margin-bottom: 0px;

}
header h1 {
	height: 120px;
	margin: 0px;
	text-indent: -5000px;
	background: #74b5e0 url(../img/sp_2/moka.png) no-repeat center top;
	-webkit-background-size: 320px 120px;
	background-size: 320px 120px;
}    


/* article */
/* 
article {
	margin: 0px 16px 0 16px;
       
}

figure {
	display: block;
	margin: 16pt 0 16pt 0;
	text-align: center;
}
figcaption {
	display: block;
}
/* nav */
/* 
ul {
	border-top: 1px solid #d6d4d3;
	list-style-type: none;
}

ul li {
	border-bottom: 1px solid #d6d4d3;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

nav .title a {
	text-decoration: none;
}

nav ul li a {
	display: block;
	padding: 20px 12px 20px 12px;
	background: url(../img/sp_2/link_arrow.png) no-repeat right center;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	-webkit-background-origin: content-box;
	background-origin: content-box;
	color: #444444;
}
*/


/* index.html*/
/* 
.float img {
       float: left;
       padding-right: 10pt;
       padding-top: 10pt;
       margin: 5pt 0 1pt 0;

.clear {
       clear: both;
{

.text2 {
      font-size:12px; 
      vertical-align:top;
}






