@charset "utf-8";

.search{
    width: 280px;
    height: auto;
    font-size: 120%;
    line-height: 30px;
    float: right;
    text-align: right;
    margin-top: 10px;
}



.bt_submit{
    border: 0px;
    width: 49px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: left 0px;
    background-image: url(../images/search_btn.png);
    margin-right: 10px;
    margin-left: 0px;
    background-size: 100% auto;
    margin-top: 0px;

} 
textarea, input {
  vertical-align: top;
    height: 23px;
}

.bt_submit:hover{
    cursor: pointer;
    opacity:0.8;
}



.header {
	width: 100%;
}

.container_01 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}			

.container_02w {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #006bb5;
}	

.container_02 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}	

.container_03 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: auto;
}	

.container_03 img {
    width: 100%;
    height: auto;
}




.container_03 h1 {
    width: 100%;
    height: auto;

}	

.container_04 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 88px;
}	

.container_05 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}

.container_06 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
}

.container_07 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.footer {
	width: 100%;
}

.container_08w {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #006bb5;
}	

.container_08 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}





 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター共通・パララックス　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  
@media only screen and (max-width:420px) {
.cd-scrolling_bg-5 {
	min-height: 39%;
	background-color: #EEEEEE;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
.cd-scrolling_bg-5 {
	min-height: 39%;
	background-color: #EEEEEE;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.cd-scrolling_bg-5 {
	width: 100%;
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
}
}

@media only screen and (min-width:851px)  and (max-width:1150px){
.cd-scrolling_bg-5 {
	width: 100%;
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
}
}
	
@media only screen and (min-width:1151px) {
.cd-scrolling_bg-5 {
	width: 100%;
	background-color: #EEEEEE;
	padding-bottom: 50px;
	padding-top: 50px;
	float: left;
} 
}



@media only screen and (max-width:420px) {
.cd_container_5 {
	width: 100%;
} 
}

@media only screen and (min-width:420px)  and (max-width:650px){
.cd_container_5 {
	width: 100%;
} 
}

@media only screen and (min-width:651px)  and (max-width:850px){
.cd_container_5 {
	width: 100%;
} 
}


@media only screen and (min-width:851px)  and (max-width:1150px){
.cd_container_5 {
	width: 100%;
} 
}

@media only screen and (min-width:1150px) {
.cd_container_5 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
} 
}






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッと　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.fadein {
	opacity : 0.1;
	transform : translate(0px, 100px);
	transition : all 500ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

.effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	margin-top: 0px;
	}
.effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	margin-top: 0px;
	}
.effect2 .fadein:nth-of-type(4) {
	-moz-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	margin-top: 0px;
	}
.effect2 .fadein:nth-of-type(5) {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	margin-top: 0px;
	}
.effect2 .fadein:nth-of-type(6) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	margin-top: 0px;
	}
.effect2 .fadein:nth-of-type(7) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	margin-top: 0px;
	}
.effect2 .fadein:nth-of-type(8) {
	-moz-transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	margin-top: 0px;
	}


.effect3 .fadein:nth-of-type(2) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	}
.effect3 .fadein:nth-of-type(3) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
.effect3 .fadein:nth-of-type(4) {
	-moz-transition-delay:900ms;
	-webkit-transition-delay:900ms;
	-o-transition-delay:900ms;
	-ms-transition-delay:900ms;
	}
.effect3 .fadein:nth-of-type(5) {
	-moz-transition-delay:1200ms;
	-webkit-transition-delay:1200ms;
	-o-transition-delay:1200ms;
	-ms-transition-delay:1200ms;
	}


.effect4 .fadein:nth-of-type(2) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}
.effect4 .fadein:nth-of-type(3) {
	-moz-transition-delay:1000ms;
	-webkit-transition-delay:1000ms;
	-o-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(url);
}

body, html, main {
	height: 100px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 27px;
	border-bottom-style: none;
} 



/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
    padding-right: 0px;
    padding-left: 0px;
}

p {
	padding-right: 0px;
	padding-left: 0px;
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	width: auto;
	text-align: center;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #333333;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
    transition : all 0.5s;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #0099FF;
	text-decoration: none;
}









 


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　上へ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.gotop {
	width: 80px;
	opacity: 1;
	float: right;
}	

#pagetop {
	position: fixed;
	bottom: 50px;
	width: 80px;
	overflow: auto;
	z-index: 5;
	height: 57px;
	text-align: center;
	float: right;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクト　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 
  @media only screen and (max-width:420px) {
 .contact {
	width: 94%;
	height: 290px;
	border: 5px solid #FF5C26;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	min-height: 0px;
	margin-left: 10px;
	margin-right: 10px;
 }
  .contact_tel {
	width: 220px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
 }
   .contact_tel img {
	width: 220px;
	height: auto;
 }
 
.contact_mail {
	width: 220px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
 }
   .contact_mail img {
	width: 220px;
	height: auto;
 }
  .contact_title {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	clear: left;
 }
 .contact_text {
	width: 100%;
	float: left;
	font-size: 100%;
	clear: left;
	text-align: left;
	margin-bottom: 20px;
 }
 } 
 
 
 @media only screen and (min-width:421px)  and (max-width:650px){
 .contact {
    width: auto;
    margin-right: 20px;
    height: auto;
    border: 5px solid #FF5C26;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-color: #FFFFFF;
    border-radius: 40px;
    margin-left: 20px;
 }
  .contact_tel {
	width: 240px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
 }
   .contact_tel img {
	width: 240px;
	height: auto;
 }
 
.contact_mail {
	width: 240px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    cursor: pointer;
}

   .contact_mail img {
	width: 240px;
	height: auto;
 }
  .contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 10px;
    clear: left;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 110%;
    clear: left;
    margin-bottom: 20px;
    text-align: center;
 }
 } 
 
  @media only screen and (min-width:651px)  and (max-width:850px){
 .contact {
	width: 620px;
	margin-right: auto;
	height: 210px;
	border: 5px solid #FF5C26;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-radius: 105px;
	margin-left: auto;
 }
 .contact_tel {
	width: 240px;
	float: left;
	margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 0px;
 }
 .contact_tel img {
 	width:100%;
	height: auto;	
 }
 .contact_mail {
	width: 240px;
	float: right;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 0px;
    cursor: pointer;
}

  .contact_mail img {
 	width:240px;
	height: auto;	
 }
   .contact_title {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
	clear: left;
 }
  .contact_text {
	width: 100%;
	float: left;
	font-size: 100%;
	clear: left;
	text-align: center;
 }
 } 
 
 
 @media only screen and (min-width:851px)  and (max-width:1150px){
 .contact {
	width: 760px;
	margin-right: auto;
	height: 210px;
	border: 5px solid #FF5C26;
	background-color: #FFFFFF;
	border-radius: 105px;
	margin-left: auto;
	padding-top: 20px;
 }
 .contact_tel {
	width: 285px;
	float: left;
	margin-top: 20px;
	margin-left: 65px;
	margin-bottom: 0px;
 }
 .contact_title {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
	clear: left;
 }
.contact_mail {
	width: 285px;
	float: right;
	margin-top: 20px;
	margin-right: 65px;
    cursor: pointer;
}

  .contact_text {
	width: 100%;
	float: left;
	font-size: 100%;
	clear: left;
	text-align: center;
 }
 }
 
 @media only screen and (min-width:1151px) {
 .contact {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    height: 230px;
    border: 7px solid #FF5C26;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    border-radius: 115px;
 }
 .contact_tel {
	width: 285px;
	float: left;
	margin-top: 20px;
	margin-left: 75px;
	margin-bottom: 0px;
 }
 
.contact_mail {
	width: 285px;
	float: right;
	margin-top: 20px;
	margin-right: 75px;
    cursor: pointer;
}
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 180%;
    margin-bottom: 10px;
    clear: left;
    margin-top: 10px;
 }
 .contact_text {
	width: 100%;
	float: left;
	font-size: 100%;
	clear: left;
	text-align: center;
 }
 }
  

 





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下層ページ：タイトル・見出し　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.u_lead01 {
	width: 96%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 
	0 0 25px #FFFFFF, 
	0 0 20px #FFFFFF, 
	0 0 0.40px #FFFFFF;
	margin-top: 0px;
	letter-spacing: 1px;
	font-size: 50%;
	line-height: 25px
}
.u_lead02 {
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	margin-top: -5px;
}
.u_title01 {
	width: 100%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-right: 20px;
}
.u_title01 img {
	width: auto;
	height: 18px;
}
.p_title01 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 110px;
}
.p_title01 img {
	width: auto;
	height: 27px;
}
.up_title {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 25px;
}
.up_title img {
	width: auto;
	height: 37px;
}
.up_title01 {
	display: none;
}
.up_title01 img {
	display: none;
}
.up_title02 {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 10px;
}
.up_title02 img {
	width: auto;
	height: 47px;
}
.up_title03 {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 10px;
}
.up_title03 img {
	width: auto;
	height: 60px;
}
.up_title04 {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-size: 150%;
	font-weight: bold;
	padding-left: 20px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.u_lead01 {
	width: 96%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 0 0 25px #FFFFFF, 
	0 0 20px #FFFFFF, 
	0 0 0.40px #FFFFFF;
	margin-top: 0px;
	letter-spacing: 1px;
	font-size: 50%;
	line-height: 21px
}
.up_title02 img {
	width: auto;
	height: 55px;
}
.u_lead02 {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
}
.u_title01 {
    width: 100%;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    padding-top: 115px;
    padding-right: 20px;
    float: left;
}
.u_title01 img {
	width: auto;
	height: 23px;
}
.up_title {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
}
.up_title img {
	width: auto;
	height: 40px;
}
.p_title01 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 130px;
}
.p_title01 img {
	width: auto;
	height: 35px;
}
.up_title01 {
	display: none;
}
.up_title01 img {
	display: none;
}
.up_title02 {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 10px;
}
.up_title03 {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 10px;
}
.up_title03 img {
	width: auto;
	height: 70px;
	margin-top: 5px;
}
.up_title04 {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	font-size: 180%;
	font-weight: bold;
	padding-left: 20px;
}
}
	


@media only screen and (min-width:651px)  and (max-width:850px){
.u_lead01 {
	width: 96%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 
	0 0 25px #FFFFFF, 
	0 0 20px #FFFFFF, 
	0 0 0.40px #FFFFFF;
	margin-top: 0px;
	letter-spacing: 1px;
	font-size: 60%;
	line-height: 31px
}
.u_lead02 {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	margin-top: -10px;
}
.u_title01 {
	width: 96%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-right: 20px;
}
.u_title01 img {
	width: auto;
	height: 25px;
}
.p_title01 {
	width: 96%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 40px;
}
.p_title01 img {
	width: auto;
	height: 40px;
}
.up_title {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 10px;
}
.up_title img {
	width: auto;
	height: 50px;
}
.up_title01 {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
}
.up_title01 img {
	width: auto;
	height: 50px;
}
.up_title02 {
	display: none;
}
.up_title03 {
	display: none;
}
.up_title04 {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	font-size: 210%;
	font-weight: bold;
	padding-left: 20px;
}
}


@media only screen and (min-width:851px)  and (max-width:1150px){ 
.u_lead01 {
	width: 100%;
	float: left;
	text-shadow: 
	0 0 25px #FFFFFF, 
	0 0 20px #FFFFFF, 
	0 0 0.40px #FFFFFF;
	margin-top: 0px;
	letter-spacing: 1px;
	font-size: 65%;
	line-height: 32px
}
.u_lead02 {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	margin-top: -7px;
}
.u_title01 {
	width: 96%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-right: 20px;
}
.u_title01 img {
	width: auto;
	height: 30px;
}
.p_title01 {
	width: 96%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 90px;
}
.up_title {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 20px;
}
.up_title01 {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 20px;
}
.up_title02 {
	display: none;
}
.up_title03 {
	display: none;
}
.up_title04 {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	font-size: 210%;
	font-weight: bold;
	padding-left: 20px;
}
}

@media only screen and (min-width:1151px) {
.u_lead01 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 25px #FFFFFF, 
	0 0 20px #FFFFFF, 
	0 0 0.40px #FFFFFF;
	margin-top: 20px;
	letter-spacing: 1px;
	font-size: 65%;
	line-height: 32px;
}
.u_lead02 {
	width: 1150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
}
.u_title01 {
	width: 1150px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	font-size: 130%;
	line-height: 35px;
}
.u_title01 img {
	width: auto;
	height: 30px;
}
.p_title01 {
	width: 1150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	margin-bottom: 15px;
}
.up_title {
	width: 1150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
.up_title01 {
	width: 1150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
.up_title02 {
	display: none;
}
.up_title03 {
	display: none;
}
.up_title04 {
	width: 1150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	font-size: 210%;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パン楠リスト　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.pan01	{
	width: 95%;
	font-size: 90%;
	float: left;
	margin-right: 20px;
	line-height: 18px;
	margin-left: 10px;
	text-align: right;
}
.pan02	{
	width: 95%;
	font-size: 90%;
	float: left;
	margin-right: 20px;
	line-height: 18px;
	margin-left: 10px;
	text-align: right;
	margin-bottom: 10px;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
.pan01	{
	width: 90%;
	font-size: 90%;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 13pt;
	text-align: right;
}
.pan02	{
	width: 90%;
	font-size: 90%;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 13pt;
	text-align: right;
	margin-bottom: 10px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.pan01	{
	width: 90%;
	text-align: right;
	font-size: 90%;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
.pan02	{
	width: 90%;
	text-align: right;
	font-size: 90%;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}
}

@media only screen and (min-width:851px)  and (max-width:1150px){
.pan01	{
	width: 90%;
	text-align: right;
	font-size: 90%;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
.pan02	{
	width: 90%;
	text-align: right;
	font-size: 90%;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
}

@media only screen and (min-width:1151px) {
.pan01	{
	width: 1150px;
	text-align: right;
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
}
.pan02	{
	width: 1150px;
	text-align: right;
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
}







	

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下層ページへのリンク　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media only screen and (max-width:420px) {
.link01	{
	width: 90%;
	margin-top: 30px;
	margin-bottom: 50px;
	float: right;
	margin-right: 20px;
}

.link02	{
	width: 90%;
	margin-top: 30px;
	float: right;
	margin-right: 20px;
}

.content_link	{
	width: auto;
	text-align: left;
	padding-left: 20px;
	text-decoration: underline;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: right;
	background-image: url(../images/arrow01.jpg);
}
.content_link a	{color: #333333;

}
.content_link a:hover	{
	color: #0099CC;
}
}

@media only screen and (min-width:421px)  and (max-width:1150px){
.link01	{
	width: 96%;
	margin-top: 40px;
	float: right;
	margin-right: 20px;
}

.link02	{
	width: 96%;
	margin-top: 40px;
	float: left;
	margin-right: 20px;
}

.content_link	{
	width: auto;
	text-align: left;
	padding-left: 20px;
	text-decoration: underline;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: right;
	background-image: url(../images/arrow01.jpg);
}
.content_link a	{color: #333333;

}
.content_link a:hover	{
	color: #0099CC;
}
}

@media only screen and (min-width:1151px) {
.link01	{
	width: 96%;
	margin-top: 40px;
	float: right;
	margin-right: 20px;
	clear: right;
}

.link02	{
	width: 96%;
	margin-top: 40px;
	float: right;
	margin-right: 20px;
}

.content_link	{
	width: auto;
	text-align: left;
	padding-left: 20px;
	text-decoration: underline;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: right;
	background-image: url(../images/arrow01.jpg);
	clear: right;
}
.content_link a	{color: #333333;

}
.content_link a:hover	{
	color: #0099CC;
}
}
	
	
.under_bar	{
	text-decoration: underline;	
}
	
	
