@charset "utf-8";

body {
	margin: 0 ;
	padding: 0 ;
	color: #333333;
	/*  background-color:#ffffff;  */
	font-size: 14px; 
	line-height:22px;
}

/* レスポンシブ対応　***************************/
img
{
	max-width: 100% ;
	height: auto ;
	border:0px;
	vertical-align: top;
}

h1 {
	font-size: 12px;
	color: #cccccc;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	font-weight: normal;
}

ul {
	margin-top: -5px;
	margin-bottom: 5px;
}
li {
	margin-left: 5px;
	font-size: 12px; 
	line-height:24px;
	color: #333333;
}

.footerbn{
	background-color: #ffa500;
}

.yellow{
	background-color: #f9f066;
	margin-left: 0px;
	width: auto;
}

a:link{		color:#333333}
a:visited{	color:#333333}
a:hover{	color:#333333}
a:active{	color:#333333}

.f1214 {  font-size: 12px; line-height:14px; font-family: "メイリオ","Osaka","sans-serif";}
.f1826 {  font-size: 18px; line-height:26px; font-family: "メイリオ","Osaka","sans-serif";}
.f1828 {  font-size: 18px; line-height:28px; font-family: "メイリオ","Osaka","sans-serif";}
.f1828_b  {  font-size: 18px; line-height:28px; font-family: "メイリオ","Osaka","sans-serif"; font-weight:bold; color:#333333;}
.f1830    {  font-size: 18px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif";}
.f1830_b  {  font-size: 18px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif"; font-weight:bold; color:#333333;}
.f1830_b2 {  font-size: 18px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif"; font-weight:bold; color:#FF0000;}
.f1830_o  {  font-size: 18px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif"; font-weight:bold; color:#ff7800;}
.f2230    {  font-size: 22px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif";}
.f2230_b  {  font-size: 22px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif"; font-weight:bold; color:#333333;}
.f2230_r  {  font-size: 22px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif"; font-weight:bold; color:#FF0000;}
.f2430_b  {  font-size: 22px; line-height:30px; font-family: "メイリオ","Osaka","sans-serif"; font-weight:bold;}
.f1418_center {  font-size: 14px; line-height:18px; text-align: center; font-weight:bold; font-family: "メイリオ","Osaka","sans-serif";}
.title1  {font-size: 16px; line-height:24px; font-family: “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”,“游明朝”, YuMincho, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif; font-weight: 400:}

.table {
	BORDER-COLLAPSE: collapse
}
.bd {
	border-bottom: 1px dotted
}
.photo{
	padding:10px;
	background-color:#ffffff;
}
.photo1{
	padding:10px;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background-color:#F4F4F2;
}
.photo2{
	margin:0px 10px 0 10px;
	padding:2px;
	border:1px #ccc solid;
	background-color:#fff;
	
}


.imgR {
	float: right;
	margin: 0 0 0 10px;
	margin-right:5px;
}

.imgL {
	float: left;
	margin: 0 15px 0 0;
}


/* スマホ用　479px以下 */
@media screen and ( max-width:479px )
{
img
{
	max-width: 100% ;
	height: auto ;
	border:0px;
	vertical-align: top;
}

a {
text-decoration: none;
}
	
li {
	margin-left: 5px;
	font-size: 13px; 
	line-height:30px;
	color: #333333;
}

h1{
	margin-left: 25px;
	margin-right: 20px;
	text-align: left;
	font-size: 12px; 
	line-height: 20px; 
	width: auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#cccccc;	/* 文字色 */
}

	
/*ハンバーガーメニュー*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
	
	
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定      position: fixed; */
    right: 13px;
    top: 2px;			/* top: 12px;  */
    width: 42px;
    height: 32px;	    /* height: 51px; */
    cursor: pointer;
    z-index: 3;
    background: #b7b7b7;	/* background: #666;  */
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

	
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
}