@charset "utf-8";
@import url("heder.css");
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}
#top_ber {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #54C3F0;
	height: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	width: 98%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#heder_link_area {
	width: 100%;
	margin-top: 10px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.heder_link1 {
	left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
	text-align: center;
}
.heder_link2 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 19%;
}
.heder_link3 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
}
.heder_link4 {
	text-align: center;
	left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.heder_link5 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 19%;
}

#top_image_area {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}
#fooder_area {
	color: #FFF;
	background-color: #54C3F0;
	width: 98%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: auto;
}
#fooder_box1 {
	color: #FFF;
	background-color: #54C3F0;
	width: 90%;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}
#fooder_box_title1 {
	font-size: 14px;
	width: 260px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 600;
}
#fooder_box2 {
	color: #FFF;
	background-color: #54C3F0;
	width: 90%;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}
#fooder_box_title2 {
	font-size: 14px;
	width: 260px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 600;
}

#heder_box {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 300px;
}

#info_box1 {
	width: 400px;
	background-image: url(../images/info/info1c.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	height: 60px;
	padding-top: 60px;
	font-size: 8px;
	font-weight: 800;
	color: #FFF;
	line-height: 15px;
}

#info_box2 {
	width: 182px;
	text-align: left;
	height: 112px;
	font-size: 11px;
	font-weight: 900;
	color: #666;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/info/info2c.jpg);
	padding-left: 218px;
	margin-top: 10px;
}

.info_title1 {
	font-size: 20px;
	width: 90%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	font-weight: 900;
	color: #09C;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.info_text1 {
	font-size: 10px;
	font-weight: 900;
	color: #666;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	margin-left: auto;
	width: 400px;
	height: 80px;
	margin-right: auto;
}

.info_title2 {
	font-size: 18px;
	width: 100%;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #54C3F0;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#info_box3 {
	width: 210px;
	height: 100px;
	font-size: 8px;
	color: #666;
	line-height: 16px;
	margin-left: 10px;
	float: left;
	background-color: #E4E4E4;
}
#info_box4 {
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#info_box4a {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
#info_box4b {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
#info_box5 {
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#info_box5a {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
#info_box5b {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
#info_box6 {
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #E7E7E7;
}
#info_box7 {
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#info_box7a {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
#info_box7b {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
.info_subtitle1 {
	font-size: 12px;
	width: 180px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: left;
	background-color: #54C3F0;
	height: 30px;
	padding-left: 10px;
	margin-top: 10px;
}
.info_subtitle2 {
	font-size: 22px;
	width: 380px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	background-color: #54C3F0;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#otoiawase_box1 {
	width: 400px;
	background-image: url(../images/otoiawase/otoiawase1c.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 59px;
	padding-top: 45px;
	font-size: 9px;
	font-weight: 900;
	color: #FFF;
	line-height: 15px;
	margin-bottom: 15px;
}
#otoiawase_box2 {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	height: 560px;
	padding-top: 50px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	line-height: 30px;
	background-color: #F8F8F8;
}

#otoiawase_box3 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	background-color: #54C3F0;
	padding-top: 6px;
	text-align: center;
}

img.yohaku{
	margin-top: 30px;
	margin-bottom: 30px;
}

.mat_boxa {
	width: 380px;
	margin-top: 10px;
	height: 400px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.mat_boxa_text {
	width: 370px;
	margin-top: 10px;
	height: 120px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}
.mat_boxb {
	width: 380px;
	margin-top: 10px;
	height: 400px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.mat_boxb_text {
	width: 370px;
	margin-top: 10px;
	height: 120px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}
.other_sub_title {
	width: 100%;
	height: 35px;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 800;
	background-color: #55C3F0;
	margin-top: 5px;
	color: #FFF;
}
.other_sub_title2 {
	width: 100%;
	height: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	background-color: #55C3F0;
	color: #FFF;
	padding-top: 10px;
}


#other_box1 {
	width: 98%;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: 400;
	background-color: #F7F8F8;
}

#other_box2 {
	width: auto;
	margin-top: 10px;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F8F8;
}

#other_box3 {
	width: 380px;
	margin-top: 10px;
	height: 620px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	float: right;
	background-color: #F7F8F8;
}
#other_box4 {
	width: 300px;
	margin-top: 10px;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}

#other_box5 {
	width: 98%;
	margin-bottom: 10px;
	float: right;
}

.other_box6 {
	width: 90%;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	float: left;
	background-color: #F7F8F8;
}


.other_box7 {
	width: 90%;
	height: auto;
	font-size: 12px;
	color: #000;
	line-height: 26px;
	text-align: left;
	font-weight: 400;
	float: left;
	background-color: #F7F8F8;
}



.other_boxa {
	width: auto;
	margin-top: 10px;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.other_boxb {
	width: auto;
	margin-top: 10px;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.other_text1 {
	width: 98%;
	height: 80px;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	text-align: left;
	background-color: #F7F8F8;
	margin-right: auto;
	margin-left: auto;
}

.other_text2 {
	width: 98%;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-right: auto;
	margin-left: auto;
}
.other_title {
	width: auto;
	height: auto;
	font-size: 18px;
	color: #009FE9;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-left: 20px;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 10px;
}

.privacy_title1 {
	font-size: 18px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	font-weight: 900;
	color: #09C;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.privacy_title2 {
	font-size: 16px;
	width: 100%;
	font-weight: 900;
	color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {


.gridContainer {
	width: 98%;
	height: auto;
}
#LayoutDiv1 {
	width: 98%;
	display: block;
	height: auto;
}

#heder_link_area {
	width: 100%;
	margin-top: 10px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.heder_link1 {
	left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
	text-align: center;
}
.heder_link2 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 19%;
}
.heder_link3 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
}
.heder_link4 {
	text-align: center;
	left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.heder_link5 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 19%;
}

#top_image_area {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
	background-color: #FFF;
}
#fooder_area {
	color: #FFF;
	background-color: #54C3F0;
	width: 98%;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#fooder_box1 {
	color: #FFF;
	background-color: #54C3F0;
	width: 80%;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
}
#fooder_box_title1 {
	font-size: 14px;
	width: 350px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 600;
}
#fooder_box2 {
	color: #FFF;
	background-color: #54C3F0;
	width: 80%;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
}
#fooder_box_title2 {
	font-size: 14px;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 600;
}

#heder_box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 260px;
}

#info_box1 {
	background-image: url(../images/info/info1b.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 110px;
	font-size: 11px;
	font-weight: 800;
	color: #FFF;
	line-height: 25px;
	margin-top: 200px;
	height: 110px;
	width: 600px;
}
#info_box2 {
	width: 270px;
	text-align: left;
	height: 175px;
	font-size: 16px;
	font-weight: 900;
	color: #666;
	line-height: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 350px;
	background-image: url(../images/info/info2b.jpg);
}
.info_title0 {
	font-size: 24px;
	width: 90%;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #54C3F0;
}
.info_title1 {
	font-size: 22px;
	width: 90%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	font-weight: 900;
	color: #09C;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.info_text1 {
	font-size: 16px;
	font-weight: 900;
	color: #666;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
	margin-left: auto;
	width: 620px;
	height: 120px;
	margin-right: auto;
}
.info_title2 {
	font-size: 22px;
	width: 98%;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #54C3F0;
	height: 40px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#info_box3 {
	width: 640px;
	height: 150px;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin-left: auto;
	background-color: #E4E4E4;
	margin-right: auto;
}
#info_box4 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20px;
}
#info_box4a {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
#info_box4b {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
	margin-right: auto;
	margin-left: auto;
}
#info_box5 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#info_box5a {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
}
#info_box5b {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
}
#info_box6 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #E7E7E7;
}
#info_box7 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#info_box7a {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
}
#info_box7b {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #E7E7E7;
}
.info_subtitle1 {
	font-size: 14px;
	width: 200px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: left;
	background-color: #54C3F0;
	height: 25px;
	padding-left: 10px;
	margin-top: 10px;
}
.info_subtitle2 {
	font-size: 22px;
	width: 600px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	background-color: #54C3F0;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#otoiawase_box1 {
	width: 640px;
	background-image: url(../images/otoiawase/otoiawase1b.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	height: 100px;
	padding-top: 70px;
	font-size: 12px;
	font-weight: 800;
	color: #FFF;
	line-height: 25px;
}
#otoiawase_box2 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 560px;
	padding-top: 50px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	line-height: 30px;
	background-color: #F8F8F8;
}


#otoiawase_box3 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	background-color: #54C3F0;
	padding-top: 6px;
}

img.yohaku{
	margin-top: 30px;
	margin-bottom: 30px;
}

.mat_boxa {
	width: 500px;
	margin-top: 10px;
	height: 480px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.mat_boxa_text {
	width: 440px;
	margin-top: 10px;
	height: 120px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}
.mat_boxb {
	width: 500px;
	margin-top: 10px;
	height: 480px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.mat_boxb_text {
	width: 440px;
	margin-top: 10px;
	height: 120px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}


.other_sub_title {
	width: 100%;
	height: 48px;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 800;
	background-color: #55C3F0;
	margin-top: 5px;
	color: #FFF;
}
.other_sub_title2 {
	width: 100%;
	height: 45px;
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	background-color: #55C3F0;
	color: #FFF;
	padding-top: 20px;
}




#other_box1 {
	width: 720px;
	margin-top: 10px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: 400;
}

#other_box2 {
	width: 700px;
	margin-top: 10px;
	height: 540px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F8F8;
}

#other_box3 {
	width: 700px;
	margin-top: 10px;
	height: 620px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 400;
	float: right;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F8F8;
}
#other_box4 {
	width: 30%;
	margin-top: 10px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

#other_box5 {
	width: 70%;
	margin-top: 10px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	float: right;
	background-color: #F7F8F8;
}
.other_box6 {
	width: 46%;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	float: left;
	background-color: #F7F8F8;
}
.other_box7 {
	width: 52%;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	text-align: left;
	font-weight: 400;
	float: right;
	background-color: #F7F8F8;
}


.other_boxa {
	width: 400px;
	margin-top: 10px;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.other_boxb {
	width: 400px;
	margin-top: 10px;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.other_text1 {
	width: 680px;
	height: 80px;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-right: auto;
	margin-left: auto;
}

.other_text2 {
	width: 400px;
	height: 130px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-right: auto;
	margin-left: auto;
}
.other_title {
	width: 400px;
	height: 40px;
	font-size: 36px;
	color: #009FE9;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-left: 45px;
	font-weight: 900;
	margin-top: 20px;
}

.privacy_title1 {
	font-size: 24px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	font-weight: 900;
	color: #09C;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
}
.privacy_title2 {
	font-size: 24px;
	width: 100%;
	font-weight: 900;
	color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}


}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {


.gridContainer {
	width: 98%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
}
#LayoutDiv1 {
	margin-left: auto;
	width: 98%;
	display: block;
	margin-right: auto;
	background-color: #FFF;
}

#heder_link_area {
	width: 100%;
	margin-top: 10px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.heder_link1 {
	left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
	text-align: center;
}
.heder_link2 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 19%;
}
.heder_link3 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
}
.heder_link4 {
	text-align: center;
	left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 20%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.heder_link5 {
	text-align: center;
	left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 50%;
	width: 19%;
}

#top_image_area {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}
#fooder_area {
	color: #FFF;
	background-color: #54C3F0;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}


#heder_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 260px;
}

#fooder_box1 {
	color: #FFF;
	background-color: #54C3F0;
	width: 400px;
	padding-bottom: 10px;
	float: left;
	height: auto;
	text-align: left;
	margin-left: 80px;
}
#fooder_box_title1 {
	font-size: 14px;
	width: 400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 600;
}
#fooder_box2 {
	color: #FFF;
	background-color: #54C3F0;
	width: 220px;
	float: left;
	height: auto;
	text-align: left;
}
#fooder_box_title2 {
	font-size: 14px;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 600;
}
#info_box1 {
	width: 800px;
	background-image: url(../images/info/info1.jpg);
	text-align: center;
	height: 130px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 140px;
}
#info_box2 {
	width: 350px;
	height: 218px;
	font-size: 20px;
	font-weight: 900;
	color: #666;
	line-height: 42px;
	background-image: url(../images/info/info2.jpg);
	margin-right: auto;
	padding-left: 450px;
	margin-left: auto;
	padding-top: 6px;
}
.info_title0 {
	font-size: 24px;
	width: 90%;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #54C3F0;
}

.info_title1 {
	font-size: 24px;
	width: 90%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	font-weight: 900;
	color: #09C;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}


.info_text1 {
	font-size: 22px;
	font-weight: 200;
	color: #666;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	margin-left: auto;
	width: 800px;
	height: 120px;
	margin-right: auto;
}
.info_title2 {
	font-size: 22px;
	width: 380px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #54C3F0;
	height: 35px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#info_box4 {
	height: 370px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #E7E7E7;
}
#info_box4a {
	height: 360px;
	width: 380px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7E7E7;
	font-size: 14px;
	line-height: 40px;
	padding-top: 10px;
}
#info_box4b {
	height: 360px;
	width: 380px;
	text-align: left;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7E7E7;
	padding-top: 10px;
	font-size: 14px;
	line-height: 40px;
}
#info_box5 {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#info_box5a {
	height: 200px;
	width: 380px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7E7E7;
	font-size: 14px;
	line-height: 40px;
	padding-top: 10px;
}
#info_box5b {
	height: 200px;
	width: 380px;
	text-align: left;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7E7E7;
	font-size: 14px;
	line-height: 40px;
	padding-top: 10px;
}
#info_box6 {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #E7E7E7;
	padding-top: 10px;
	font-size: 14px;
	line-height: 40px;
}
#info_box7 {
	height: 510px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#info_box7a {
	height: 510px;
	width: 380px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7E7E7;
	font-size: 14px;
	line-height: 40px;
}
#info_box7b {
	height: 510px;
	width: 380px;
	text-align: left;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7E7E7;
	font-size: 14px;
	line-height: 40px;
}
.info_subtitle1 {
	font-size: 14px;
	width: 200px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: left;
	background-color: #54C3F0;
	height: 34px;
	padding-left: 10px;
	margin-top: 10px;
}
.info_subtitle2 {
	font-size: 22px;
	width: 390px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	background-color: #54C3F0;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#otoiawase_box {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
	height: 265px;
}
#otoiawase_box1 {
	width: 800px;
	background-image: url(../images/otoiawase/otoiawase1.jpg);
	text-align: center;
	height: 138px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#otoiawase_box2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 560px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	line-height: 30px;
	background-color: #F8F8F8;
}


#otoiawase_box3 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
	background-color: #54C3F0;
	padding-top: 6px;
}

img.yohaku{
	margin-top: 30px;
	margin-bottom: 30px;
}


.mat_boxa {
	width: 445px;
	margin-top: 10px;
	height: 440px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
}
.mat_boxa_text {
	width: 400px;
	margin-top: 10px;
	height: 120px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}
.mat_boxb {
	width: 445px;
	margin-top: 10px;
	height: 440px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}
.mat_boxb_text {
	width: 400px;
	margin-top: 10px;
	height: 120px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}
.other_sub_title {
	width: 100%;
	height: 70px;
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	background-color: #55C3F0;
	color: #FFF;
}
.other_sub_title2 {
	width: 100%;
	height: 45px;
	font-size: 36px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	background-color: #55C3F0;
	color: #FFF;
	margin-bottom: 10px;
}
#other_box {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F8F8;
}


#other_box1 {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: 400;
	background-color: #F7F8F8;
}


#other_box2 {
	width: 580px;
	margin-top: 10px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 400;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F8F8;
}

#other_box3 {
	width: 380px;
	margin-top: 10px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	float: right;
	background-color: #F7F8F8;
}
#other_box4 {
	width: 30%;
	margin-top: 10px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#other_box5 {
	width: 70%;
	margin-top: 20px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
	float: right;
	background-color: #F7F8F8;
}
.other_box6 {
	width: 46%;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	float: left;
	background-color: #F7F8F8;
}
.other_box7 {
	width: 52%;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	text-align: left;
	font-weight: 400;
	float: right;
	background-color: #F7F8F8;
}







.other_boxa {
	width: 460px;
	margin-top: 10px;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 40px;
	float: left;
	text-align: left;
}

.other_boxb {
	width: 460px;
	margin-top: 10px;
	height: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}


.other_text1 {
	width: 90%;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-right: auto;
	margin-left: auto;
}

.other_text2 {
	width: 400px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.other_title {
	width: 400px;
	height: 40px;
	font-size: 36px;
	color: #009FE9;
	line-height: 26px;
	text-align: left;
	background-color: #F7F8F8;
	margin-left: 45px;
	font-weight: 900;
	margin-top: 20px;
}
.privacy_title1 {
	font-size: 24px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	font-weight: 900;
	color: #09C;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
}
.privacy_title2 {
	font-size: 24px;
	width: 100%;
	font-weight: 900;
	color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.privacy_text {
	font-size: 16px;
	width: 100%;
	font-weight: normal;
	color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.privacy_text	a	{
	color:#4949fe;	
	}

}
