@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: 14px;
	line-height: 1.8;
	list-style: none;
}
html{
	overflow-y: scroll;
	font-size: 100%;
	font-family: "メイリオ";
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a{
	color :#09f;
	text-decoration: none;
}
a:hover{
	color :#08e;
	text-decoration: underline;
}

.Container{
	margin: 0 auto;
	width: 1000px;
}
.HiddenFromPC{
	display:none;
	font-size: 0;
}
#Header{
	padding: 0px;
	height: 110px;
}
#SiteDescription{
	margin: 0;
	padding-left:1%;
	font-size: 12px;
}
#SiteTitle{
	overflow: hidden;
	padding:1%;
}
#SiteTitleText{
	float: left;
	width: 351px;
	height: 47px;
	background: url("../images/title.png") no-repeat 0 0;
	background-size: contain;
	margin: 20px 0 0 0;
}
#SiteTitleTextLink{
	display: block;
	text-indent: 110%;
	height: 47px;
	overflow: hidden;
	white-space: nowrap;
}
#Information{
	float: right;
	text-align: right;
	margin: 0 30px 0 0;
}
#InformationTel:before{
	content: "";
	background: url("../images/icon_tel.png") no-repeat 50% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	*display: inline;
	*zoom:1;
}
#InformationTel{
	font-size: 140%;
	line-height: 1;
	font-weight: bold;
}
/*#InformationSearch{
	position: relative;
}
#InformationSearchInput{
	border: 1px solid #aaa;
	width: 280px;
	margin-bottom: 8px;
}
#InformationSearchSubmit{
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	font-size: 0;
	height: 25px;
	background: #fff url("../images/icon_search.png") no-repeat 30% 30%;
	border: 0;
}
#InformationSearchSubmit:hover{
	background-color:#aaa; 
}
#Index #Screen{
	margin: 0;
	height: 500px;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bg_index.png);
	background-repeat: no-repeat;
	background-position: 50% top;
}
*/
#Index #Screen{
margin: 0 auto 30px;
max-width:1017px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align:center;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*#Menu{
	background: #fff url("../images/bg_menu.png") repeat-x 0 100%;
}
#Menu > .Menu{
	overflow: hidden;
	padding: 0;
	list-style: none;
}
#Menu > .Menu > .MenuItem{
	height: 45px;
	width: 198px;
	text-align: center;
	float: left;
}
#Menu > .Menu > .MenuItem a:hover{
	color:#08e;
}
#Menu > .Menu > .MenuItem > .MenuItemLink{
	color: #333;
	text-decoration: none;
	display: block;
	height: 100%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	/*box-shadow: 0px -1px 1px #aaa inset;*/
/*}
#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextO{
	line-height: 45px;
}
#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextW{
	line-height: 1.3;
	display: block;
	text-align: center;
	padding: 5px 0;
}
#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextW:first-child{
	padding-bottom: 0;
}
#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextW:last-child{
	padding-top: 0;
	
}
#Menu > .Menu > .MenuItem > .MenuItemLinkChildren{
	display: none;
	position: absolute;
	background: #fff;
	text-align: left;
	padding: 8px;
	border: 1px solid #aaa;
	min-width: 200px;
	margin-top:-1px;
}
#Menu > .Menu > .MenuItem:hover > .MenuItemLinkChildren{
	display: block;	
}
#Menu > .Menu > .MenuItem > .MenuItemLinkChildren > .MenuItemLinkChild{
	display: block;
	color: #000;
	display: block;
}
#Menu > .Menu > .MenuItem > .MenuItemLinkChildren > .MenuItemLinkChild:hover{
	text-decoration: none;
	background: #eee;
}
#Menu > .Menu > .MenuItem > .MenuItemLinkChildren > .MenuItemLinkChild:before{
	color:#aaa;
	margin: 0 4px 0 0;
}
#Menu > .Menu > .MenuItem > .MenuItemLinkChildren > .MenuItemLinkChild.TreeListEdge:before{
	content:"├";
}
#Menu > .Menu > .MenuItem > .MenuItemLinkChildren > .MenuItemLinkChild.TreeListCorner:before{
	content:"└";
}*/

#Page{
	position: relative;
}
#Index #Float{
	overflow: hidden;
	margin: 0 0;
}
#Index #Float > .FloatBlock{
	float:left;
	display: block;	
}
#Index #Float > .SummaryBlock{
	width: 33%;
	background: #eee;
	height: 325px;
}
#Index #Float > .SummaryBlockCenter{
	margin:0 5px;
}
#Index #Float > .FloatBlock > .FloatBlockTitle{
	margin:0;
}
#Index #Float > .FloatBlock > .FloatBlockTitle > .FloatBlockTitlePhoto{
	vertical-align:bottom;
}
#Index #Float > .FloatBlock > .FloatBlockDescription{
	margin: 4px 16px;
	font-weight: bold;
	font-size: 130%;
}
#Index #Float > .FloatBlock > .FloatBlockText{
	padding: 4px 16px;
	min-height: 90px;
}
#Index #Float > .FloatBlock > .FloatBlockDescription.ColorB{
	color:#0066cc;
}
#Index #Float > .FloatBlock > .FloatBlockDescription.ColorO{
	color:#cc6600;
}
#Index #Float > .FloatBlock > .FloatBlockDescription.ColorR{
	color:#993300;
}
#Index #fb{
	overflow: hidden;
	width: 320px;
	margin: 20px 0 0 20px !important;
}
#Index #Topics{
	width: 660px;
	margin: 24px 0 0 0;
}
#Index #Topics > .TopicsTitle{
	margin: 0;
	overflow: hidden;
	background: #4f8ecb;
}
#Index #Topics > .TopicsTitle > p{
	margin: 0;
	padding: 4px 16px;
}
#Index #Topics > .TopicsTitle > .TopicsTitleJp{
	color: #fff;
	float: left;
}
#Index #Topics > .TopicsTitle > .TopicsTitleEn{
	float: right;
	color: #81aeda;
}

#Index #Topics > .TopicsList{
	padding: 0;
	list-style: none;
	margin: 0;
	height: 500px;
	overflow-y: scroll;
	border: 1px solid #aaa;
	padding: 0 4px;
}
#Index #Topics > .TopicsList > .TopicsTopic{
	margin: 8px 0 16px;
	overflow: hidden;
}
#Index #Topics > .TopicsList > .TopicsTopic > .TopicsTopicDate{
	border-left: 8px solid #4f8ecb;
	padding: 0 0 0 4px;
	float: left;
	width: 120px;
}
#Index #Topics > .TopicsList > .TopicsTopic > .TopicsTopicText{
	float: left;
	width: 500px;
}

#Index #TextBlock{
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#Index #TextBlockTitle{
	font-size: 120%;
	border-left: 8px solid #06C;
color:#06c;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#Index #Servicelist{
padding-left:10px;
overflow:hidden;
}
#Index #Servicelist li{
float:left;
margin-right:15px;
padding-bottom:15px;
text-align:center;
}
#Index #Servicelist li:nth-child(4n){
margin-right:0;
}
#Index #Servicelist li img{
vertical-align:bottom;
}
#Index #yt{
	overflow: hidden;
	width: 320px;
	margin: 44px 0 0 20px !important;
}
#Index #Announce{
	width: 660px;
	margin: 40px 0 0 0;
}
#Index #AnnounceBlockTitle{
	font-size: 120%;
	line-height: 1.4;
	border-left: 8px solid #06C;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

#FooterWarp{
	background: #eee;
	padding: 24px 0;
	margin: 20px auto 0;
}
#Footer #FooterLinks > .FooterLinkBlock{
	margin: 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
}
#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle{
	float: left;
	border-right: 1px solid #333;
	padding-right: 8px;
	margin: 0 8px 4px 0;
	font-weight: bold;
}
#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle > a{
	color:#000;
}
#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitleReturn{
	float: none;
	border: 0;
}

#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle > .TextRed{
	color: #fe1e1e;
}
#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle > .TextGold{
	color:#beaf82;
}
#Footer #CopyRight{
	margin: 40px 0 16px;
	/*text-align: center;*/
}
#Index #Owner{
	padding-top: 0;
}
#Owner{
	padding-top: 0px;
	position: relative;
}
#Owner > #Menu{
	position: absolute;
	width: 100%;
	top:0;
}
#Statics #Screen{
	background: #0099ff;
	margin: 0;
}
#Statics #ScreenName{
	padding: 40px 0;
	font-size: 180%;
	color: #fff;
}
#Statics #Breadcrumbs{
	padding: 16px 0;
	font-size: 12px;
}
#Statics #Breadcrumbs > .BreadcrumbLink{
	color: #000;
}
#Statics #Breadcrumbs > .BreadcrumbArrow{}
#Statics #Breadcrumbs > .BreadcrumbText{}

#PageContent .PageTitle{
	background: url("../images/bg_h1.png") repeat-x 0 100%;
	color: #6A5000;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 24px;
	border-top: 1px solid #eee;
	border-radius: 10px 10px 0 0;
	margin: 0;
}

#PageContent > .PageBlockText{
	margin: 24px;
}
#PageContent .PageArticle .PageBlockText01 {
	float:left;
	width:70%;
	font-weight:normal;
	color:#333;
	padding: 20px;
}
#Owner #PageContent .PageArticle .PageBlockText01{
	width:95%;
}

#PageContent > ul li.PageBlockText{
	list-style-type: decimal !important;
	padding: 24px;
}
#PageContent .PageSubTitle{
	font-size: 140%;
	color: #003399;
}
#PageContent .PageArticle{
	overflow: hidden;
	padding: 1%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	width: 98%;
}
#PageContent .PageBlockTextFloatRight{
	float: right;
	display: block;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}
#PageContent .ScrollTopLink{
	text-align: right;
	float: none;
	clear: both;
	padding: 40px 0 0;
}

#TextBlock .ScrollTopLink{
	text-align: right;
	float: none;
	clear: both;
	padding: 40px 0 0;
}

#TextBlock .ScrollTopLinkTag{
	color: #000;
}

#PageContent .ScrollTopLink > .ScrollTopLinkTag{
	color: #000;
}

#PageContent .Table1{
	width: 90%;
	border-top: 4px solid #0099FF;
}
#PageContent .Table1 th{
	background: #E1F0FF;
	width: 18%;
	text-align: left;
}
#PageContent .Table1 th,
#PageContent .Table1 td{
	border-bottom: 1px solid #A6D2FF;
	padding: 4px 16px;
	vertical-align: top;
	font-weight: normal;
}

#PageContent .Table2{
	width: 100%;
	border-top: 4px solid #996633;
}
#PageContent .Table2 th{
	font-weight: normal;
	background: #F0E1D2;
	width: 18%;
	text-align: left;
}
#PageContent .Table2 th,
#PageContent .Table2 td{
	border-bottom: 1px solid #996633;
	padding: 4px 16px;
	vertical-align: top;
	font-weight: normal;
}
#PageContent .Table2 .Ast{
	color: #f00;
}
.Inq .Table1 input[type="text"],
#PageContent .Table2 input[type="text"]{
	width: 80%;
}
.Inq .Table1 input[type="text"].mini,
#PageContent .Table2 input[type="text"].mini{
	width: 100px;
	margin: 0 8px 4px;
}
.Inq .Table1 textarea,
#PageContent .Table2 textarea{
	
width: 80%;
height: 120px;
}


#PageContent #GMap{
	width:60%;
	height:300px; 
	margin: 16px;
}
#Statics #Page{
	overflow: hidden;
}
#Statics #Page > #PageContent{
	width: 100%;
	float: left;
}
#Statics #Page > #Icons{
	width: 152px;
	float: right;
	margin: 0 24px;
}
#Statics #Page > #Icons > .IconsBlock{
	display: block;
	background-repeat: no-repeat;
	width: 152px;
	height: 152px;
	font-size: 0;
	margin: 0 0 16px;
	background-size: cover;
}
#Statics #Page > #Icons > .IconsBlock:hover{
	opacity: 0.5;
}

#Statics.Service .ServiceP1Top{
	overflow: hidden;
	padding: 20px 0 0;
	margin-bottom: 0;
}
#Statics.Service .PageSubTitleIn{
	width: 370px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#Statics.Service .PageSubTitleText{
	font-size: 140%;
	text-align: left;
}
#Statics.Service .PageSubTitleText2{
	font-size: 140%;
	text-align: center;
}

#Statics.Service .PageSubTitleDescription{
	font-size: 130%;
	margin: 0 0 16px 0;
	font-weight: bold;
	color: #09C;
}
#Statics.Service .PageBlockTextWarp{
	width: 65%;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#Statics.Service .PageBlockTextImg{
	float: right;
}
#Statics.Service .PageBlockTextImgLeft{
	float: left;
	margin: 24px;
}
#Statics.Service .PageBlockTextBlue{
	float: none;
	clear: both;
	margin: 24px 0;
	border: 1px solid #039;
	padding: 8px;
}
#Statics.Service .PageBlockTextBlue > .PageBlockTextTitle{
	margin: 0 0 8px;
}
#Statics.Service .PageBlockTextGlay{
	clear: both;
	background: #eee;
	padding: 2%;
	margin: 2%;
	float: left;
}
#Statics.Service .PageBlockImg{
	float: right;
}

#Statics.Service .PageSubTitleTextBlack{
	color: #000;
	font-weight: normal;
	margin: 0;
	text-align: center;
	font-size: 140%;
}
#Statics.Service .PageSubTitleMakers{
	float: right;
	width: 380px;
	position: relative;
	color: #0C9EFF;
	font-weight: normal;
	border: 2px solid #0C9EFF;
	padding: 20px 8px 8px;
	margin:0 30px;
}
#Statics.Service .PageSubTitleMakersTitle{
	color:#000;
	border: 2px solid #0C9EFF;
	padding: 4px;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	top: -22px;
	left: 80px;
	background: #fff;
}
#Statics.Service .PageSubTitleMakersAbsImage{
	float: right;
	color: #0079CA;
	background: #fff url("../images/sp1-0.png") no-repeat 0 0;
	text-align: center;
	width: 200px;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 16px;
	padding-top: 170px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.ServiceP1Top .PageBlockText{
	width: 614px;
	position: absolute;
	top: 240px;
	left: 0;
}

#ServiceP1Texts{
	overflow: hidden;
}
#ServiceP1Texts .ServiceP1InBox{
	float: left;
	width: 27%;
	margin-right: 1% !important;
	margin-left: 1% !important;
	padding: 8px;
	border: 4px solid #A2DAFF;
	border-radius: 4px;
	height: 680px;
	margin-bottom: 20px;
}
#ServiceP1Texts .ServiceP1InBox:nth-child(even){
	margin-right: 0;
}
#ServiceP1Texts .ServiceP1InBoxTitle{
	overflow: hidden;
	margin: 0 0 8px;
}
#ServiceP1Texts .ServiceP1InBoxTitleNumb{
	float: left;
	background: url("../images/sp1-1-1.png") no-repeat 50% 50%;
	text-align: center;
	width: 112px;
	height: 39px;
	line-height: 39px;
	color: #fff;
	margin: 0 14px 0 0;
}
#ServiceP1Texts .ServiceP1InBoxTitleText{
	float: left;
	width: 100%;
	font-size: 1.2em;
}
#ServiceP1Texts .ServiceP1InBoxImage{
	float: none;
	width: 100%;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 8px;
	margin-left: 0;
	height: auto;
}
#ServiceP1Texts .ServiceP1InBoxImage.ServiceP1InBoxImageFull{
	width: 100%;
	margin: 0 0 16px;
}
#ServiceP1Texts .ServiceP1InBoxTextRight{
	text-align: right;
}
#ServiceP1Texts .ServiceP1InBoxTextInBox{
	clear: both;
	overflow: hidden;
	float: none;
	margin: 0 0 8px;
	position: relative;
}
#ServiceP1Texts .ServiceP1InBoxTextInBoxBold{
	float: left;
	width: 90px;
	font-size: 120%;
	font-weight: bold;
}
#ServiceP1Texts .ServiceP1InBoxTextInBoxText{
	width: 265px;
	float: right;
}
#ServiceP1Texts .ServiceP1InBoxTextInBoxInBox{
	border: 4px solid #054575;
	padding: 4px 8px;
	border-radius: 5px;
	margin: 14px 0 0 ;
}
#ServiceP1Texts .ServiceP1InBoxTextInBoxAbs{
	background: #054575;
	position: absolute;
	top: 0px;
	right: 22px;
	padding: 2px 14px;
	color: #fff;
}
.ServiceP1InBoxTextInBoxInBoxText{
	font-size: 90%;
}
.Centering{
	text-align: center;
}
.Centering > img{
	width: 80%;
}

#PCFooter{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#PCFooter > .MenuItem{
	float: left;
	margin: 0 8px 8px 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #000;
}
#PCFooter > .MenuItem.MenuItemReturn{
	clear: both;
	padding: 0 8px 0 0;
}
#PCFooter .MenuItemLink{
	color:#000;
}
#PCFooter .MenuItemLink.Red{
	color: #fe1e1e;
}
#PCFooter .MenuItemLink.Gold{
	color: #beaf82;
}
.PageNameArea .PageBlockText{
	overflow: hidden;
}
.PageNameArea .AreaImage{
	float: left;
	margin-right: 40px;
	width: 205px;
}
.PageNameArea .AreaText{
	float: left;
	width: 68%;
}
.PageNameArea .AreaText .BlueBorder{
	border: 1px solid #1F4CA5;
	padding: 14px;
	margin: 14px 0 0;
}
.PageNameFaq .Question{
	margin: 40px 0 0;
	overflow: hidden;
}
.PageNameFaq .QuestionNumb{
	float: left;
	background: #fff url("../images/sp6.png") no-repeat 0 0;
	width: 72px;
	height: 40px;
	padding: 0 24px 0;
	line-height: 40px;
	font-size: 120%;
	color: #fff;
	margin: 0;
}
.PageNameFaq .QuestionText{
	color: #09f;
	float: left;
	width: 85%;
	font-size: 120%;
}
.PageNameFaq .Answer{
	padding: 14px 0 0 14%;
	overflow: hidden;
}
.PageNameFaq .AnswerText{
	width: 45%;
	border: 1px solid #09f;
	border-radius: 10px;
	padding: 8px 14px;
	float: left;
}
.PageNameFaq .AnswerText > img{
	display: block;
	margin: 0 0 8px;
}
.PageNameFaq .AnswerImage{
	float: left;
	margin: 0 0 0 16px;
}
.PageNamePrivacy .Right{
	float: right;
}
.ButtonCenter{
	text-align: center;
	margin: 16px;
}
.PageNameRescue .PageSubTitleBlue{
	font-size: 140%;
	color: #09f;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00A0FF;
}
.PageNameRescue .PageSubTitleBlack{
font-size: 140%;
color: #000;
font-weight: bold;
}
.PageNameRescue .PageBlockText2{
	overflow: hidden;
margin: 0 0 40px;
}
.PageNameRescue .FloatImage,
.PageNameRescue .FloatImages{	
	float: left;
	margin: 0 15px 0 0;
}
.PageNameRescue .ColorBox{
	float: left;
	padding: 8px;
	text-align: center;
	width: 28%;
	margin: 0 24px 14px 0;
}
.PageNameRescue .ColorsPink{
	border-color:#CC3300;
	color: #000;
	background: #fcc;
}
.PageNameRescue .ColorsText{
	float: left;
	width: 65%;
	
}
.PageNameRescue .ColorsRed{
	background: #CC3300;
	border-color:#CC3300;
	color: #fff;
}
.PageNameRescue .PageBlockText2SubTitle{
	margin: 0 0 24px;
	color: #09f;
	font-size: 120%;
}
.PageNameRenewal .PageBlockText .FloatImages{
	float:left;
margin: 0 14px 14px 0;
}
.PageNameRenewal .Reason{
width: 48%;
float: left;
}
.PageNameRenewal .Reason:nth-child(even){
	margin: 0 8px 24px 0;
}
.PageNameRenewal .Reason .FloatImage{
	float:left;
}
.PageNameRenewal .Reason .ReasonTitle{
	margin: 0 0 14px;
	font-size: 110%;
}

.PageNameRenewal .PageBlockText .Melit{
	width: 42%;
	margin: 24px 30px;
	float: left;
}
.PageNameRenewal .Melit .MelitText{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 16px;
}
.PageNameRenewal .PageBlockText .MelitTitle{
	margin: 16px 0;
	text-align: center;
	font-size: 120%;
}
.PageNameRenewal .MelitText .Bold{
	margin: 0;
	font-size: 120%;
}
.Orange .MelitTitle,
.Orange .Bold{
	color: #FF6600;
}
.PageNameRenewal .Orange .MelitText{
	border-color: #FF6600;
}
.Blue .MelitTitle,
.Blue .Bold{
	color: #0099FF;
}
.PageNameRenewal .Blue .MelitText{
	border-color: #0099FF;
}
.PageNameRenewalCool #PageContent .PageArticle{
	overflow: hidden;
	margin: 24px 0 0;
}
.PageNameRenewalCool #PageContent .PageSubTitle{
	float: left;
	margin: 0;
	width: 200px;
}

.PageNameRenewalCool .PageImage{
text-align: center;
margin: 40px 0;
}
.PageNameRenewalCool .PageImage > img{
max-width: 50%;
}

.PageNameRenewalCool .Table3{
width: 100%;
}
.PageNameRenewalCool .Table3 caption{
text-align: left;
padding: 0 0 0 80px;
border: 1px solid #eee;
}
.PageNameRenewalCool .Table3 tr:nth-child(even){
background: #eee;
}
.PageNameRenewalCool .Table3 th,
.PageNameRenewalCool .Table3 td{
padding: 0 0 0 80px;
text-align: left;
}
.PageNameRenewalExp .PageBlockText{
overflow: hidden;
}
.PageNameRenewalExp .PageBlockTextText{
float: left;
width: 200px;
}
.PageNameRenewalExp .PageBlockTextImage{
float: right;
width: 505px;
}
.PageNameRenewalInside .Image{
	text-align: center;
}

	.PageNameRenewalInside .PageBlockTextText{
width: 400px;
float: left;
	}
.PageNameRenewalInside .Image{
width: 400px;
float: right;
margin: 0;
}
.PageNameRenewalNew .FloatImage{
float: left;
margin: 24px 24px 0 0;
}
.PageNameRenewalPanel .FloatImage{
float: left;
margin: 0 40px 40px 0;
max-width: 40%;
}
.PageBlockText > br.clear{
	clear: both;
	float: none;
}
.PageBlockText .clear {
	clear: both;
	float: none;
}
.PageNameRenewalPattern .Text1{
width: 70%;
float: left;
}
.PageNameRenewalPattern .Img3{
margin: 0 60px;
}
.PageNameRenewalPattern .PageBlockText{
	margin: 0 0 60px;
}
.PageNameRenewalLibrary .Text{
	margin:  24px;
}
.PageNameRenewalLibrary .PageBlockText{
	overflow: hidden;
	margin: 0 0 20px;
}
.PageNameRenewalLibrary .PageBlockText .Double{
	width: 360px;
	float: left;
}

.PageNameRenewalLibrary .PageBlockText .Double > img{
	width: 100%;
}
.PageNameRenewalLibrary .PageBlockText .Double:nth-child(odd){
	margin: 0 2% 0 0;
}
.PageNameRenewalLibrary .Future{
	margin: 40px 0;
	border:1px solid #eee;
	padding: 8px;
}
.PageNameRenewalLibrary .Future > h4{
	margin: 0;
}
.PageNameRenewalLibrary .PageBlockText .Double > img.Float{
	width: 40%;
	float: left;
	margin: 0 16px 0 0;
}
.PageNameRenewalLibrary .Blue2{
	background: #DFEAEC;
	padding: 16px;
}
.PageNameRenewalLibrary .PageBlockText.Blue2{
	padding: 8px 16px;
}
.PageNameRenewalLibrary3 .FloatRight,
.PageNameRenewalLibrary .FloatRight{
	float: right;
	margin: 0 0 0 16px;
}
.PageNameRenewalLibrary3 .Blue{
	background:#DFEAEC;
}
.PageNameRenewalLibrary3 .Orange,
.PageNameRenewalLibrary3 .OrangeText.Url{
	color:#FF6600;
	font-size: 120%;
}
.PageNameRenewalLibrary3 .OrangeText{
	color:#FF6600;
}


.Inq .buttonArea{
	text-align: center;
}
.Impt .PageBlockText{
	float: none;
	clear: both;
	padding: 10px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;

}






@media screen and (max-width: 999px){ 
	
	html{
		min-width: 768px;
		overflow-y: auto;
		font-size: 16px;
		line-height: 1.4;
	}
	.Container{
		width: 768px;
		margin: 0 auto;
	}
	#Header{
		padding: 0;
		height:150px;
	}
	#Information{
		margin: 0 20px 0 0 !important;
	}
	#InformationSearch {
		position: static;
	}
	/*#InformationSearchInput{
		width: 200px;
	}
	#InformationSearchSubmit{
		float: right;
		color:#fff;
		position: static;
	}*/
	img{
	max-width:100%;
	height:auto;
	}

.PageArticle .PageBlockText{
width:98%; 
}
/*	#Menu > .Menu > .MenuItem{
		width: 151px;
	}
	#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextW{
		line-height: 1.2;
		padding: 12px 0;
	}*/
	#Index #Float > .SummaryBlock{
		width: 32%;
	}
#Index #Float > .SummaryBlockCenter{
margin:0 1%;
}
	#Index #Topics{
		width: 45%;
		margin: 2%;
		height: 450px;
	}
	#Index #Topics > .TopicsList{
		height: 466px;
	}
	#Index #Icons{
		float: none;
		width: 100%;
		margin: 0;
	}
	#Index #Icons > .IconsBlock{
		margin: 4px 20px;
	}
#Index #Servicelist li:nth-child(4n){
margin-right:15px;
}
	#ScrollTopLink{
		display: block;
		font-size: 100%;
		text-align: right;
		margin:40px 4px 16px;
	}
	#ScrollTopLinkTag{
		color: #000;
	}
	#Footer{
		margin: 0 auto;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle{
		float: left;
		border: 0;
		margin: 0 24px 16px 0;
		padding: 4px 0 0;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle.FooterLinkBlockTb{
		margin: 0;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle.FooterLinkBlockLine{
		margin: 0;
		float: none;
		clear: both;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle > .FooterLinkBlockChildren.HiddenFromPC{
		font-weight: normal;
		display: block;
		font-size: 100%;
		list-style: none;
		padding: 0;
		margin: 8px 0 0;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle > .FooterLinkBlockChildren.HiddenFromPC a{
		color: #000;
	}
	#CopyRight{
		text-align: center;
	}

	#Index #Topics > .TopicsList > .TopicsTopic > .TopicsTopicDate{
		width: 100%;
	}
	#Index #Topics > .TopicsList > .TopicsTopic > .TopicsTopicText{
		margin: 8px 0;
		width: auto;
	}

	#Statics #Page > #PageContent{
		width: 100%;
	}
	#PageContent .PageArticle{
		margin: 0;
	}
	#PageContent #GMap{
		width:100%;
		height:300px;
		margin: 16px 0;
	}
	#Statics.Service .ServiceP1Top{
		padding: 0;
	}
	#Statics.Service .ServiceP1Top + .PageBlockText{
		margin: 0 0 40px;
		position: static;
		width: auto;
	}
	#Statics.Service .PageSubTitleIn{
		text-align: center;
		margin: 0 auto 24px;
		clear: both;
		float: none;
	}
	#Statics.Service .PageSubTitleMakers {
		float: left;
		width: 360px;
	}
	#Statics.Service .PageSubTitleMakersTitle{
		left: 50%;
		width: 220px;
		text-align: center;
		margin-left: -110px;
	}
	#Statics.Service .PageSubTitleMakersAbsImage{
		float: right;
		margin: 0 0 0;
	}
	#ServiceP1Texts .ServiceP1InBox{
		width: 252px;
		height: 650px !important;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText > br{
		display: none;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText{
		float: none;
		clear: both;
		width: auto;
		padding: 4px;
	}
	#ServiceP1Texts .ServiceP1InBoxImage{
		display: block;
		margin: 16px auto;
		float: none;
		clear: both;
	}
	/*
	#ServiceP1Texts .ServiceP1InBox{
		width: 544px;
		height: auto;
	}
	#ServiceP1Texts .ServiceP1InBoxTitle{
		margin: 0 0 16px;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText{
		line-height: 39px;
		width: 418px;
	}
	#ServiceP1Texts .ServiceP1InBoxTextInBoxBold,
	#ServiceP1Texts .ServiceP1InBoxTextInBoxText{
		float: none;
		clear: both;
		width: auto;
	}*/
	#Statics.Service .PageBlockTextWarp{
		width: 100%;
		float:none;
		margin: 0 0 24px;
	}
	#Statics.Service .PageBlockTextImg{
		float: left;
	}
	#Statics.Service .PageBlockTextImg > img{
		width: 252px;
		margin: 0 16px 24px;
	}
	#Statics.Service .PageBlockTextGlay{
		float:none !important;
		width:95% !important;
		margin: 24px;
		padding: 10px !important;
	}
	#Statics.Service .PageBlockImg{
		float: none;
	}
	#Statics.Service .PageBlockTextImgLeft{
		float: none;
	}
	#FooterWarp{
	background-color: #EEE;
	}
	
	#Footer #CopyRight{
		text-align: center;
	}

	#PCFooter{
		display: none !important;
		height: 0 !important;
	}
	.PageNameArea .AreaImage{
		margin: 0 16px 0 0;
	}
	.PageNameArea .AreaText {
		width: 347px;
	}
	.PageNameFaq .AnswerText{
	width: 90%;
	border: 1px solid #09f;
	border-radius: 10px;
	padding: 8px 14px;
	float: left;
}

	.PageNameFaq .AnswerImage{
		text-align: center;
		width: 100%;
		margin: 5%;
	}

	.PageNameRescue .FloatImage{
		margin: 0;
		float: none;
		text-align: center;
	}
	.PageNameRescue .FloatImage > img{
		width: 50%;
	}
	.PageNameRescue .ColorBox{
	float: left;
	padding: 8px;
	text-align: center;
	width: 35%;
	margin: 0 10px 14px 0;
}

.PageNameRescue .ColorsText{
	float: left;
	width: 60%;
	
}

	.PageNameRenewal .PageBlockText{
		overflow: hidden;
	}
	.PageNameRenewal .PageBlockText .FloatImages{
		max-width: 40%;
	}
	.PageNameRenewal .Reason{
		margin-bottom: 24px;
		width: 48%;
	}
	.PageNameRenewal .PageBlockText .Melit{
		margin: 0 8px 24px;
		width: 268px;
	}


	.PageNameRenewalCool .Table3 caption{
		padding: 0 0 0 20px;
	}
	.PageNameRenewalCool .Table3 th,
	.PageNameRenewalCool .Table3 td{
		padding: 0 0 0 20px;
	}
	.PageNameRenewalExp .PageBlockTextImage{
		width: 350px;
	}
	.PageNameRenewalExp .PageBlockTextImage > img{
		max-width: 45%;
	}
	.PageNameRenewalInside .PageBlockTextText{
		width: 100%;
		float: none;
	}
	.PageNameRenewalInside .Image{
		text-align: center;
		float: none;
		width: 100%;
	}
	.PageNameRenewalPattern .Text1{
		width: 100%;
		float: none;
	}
	.PageNameRenewalPattern .FloatImage{
		max-width: 100%;
	}
	.PageNameRenewalPattern .Img3{
		margin: 0;
	}
	.PageNameRenewalLibrary .PageBlockText .Double{
		width: 100%;
		margin: 0;
	}
	.PageNameRenewalLibrary .PageBlockText .Double > p.Clear{
		width: 100%;
		clear: both;
		float: none;
	}
	.PageNameRenewalLibrary .PageBlockText .Double > img {
		width: auto;
		float: left;
		margin: 0 2% 40px 0;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double{
		width: 43%;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double.Image{
		float: none;
		clear: both;
		width: 100%;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double:nth-child(odd){
		margin: 0 2% 3% 0;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double > img.Float{
		width: auto;
		display: block;
		margin: 0 auto 16px;
		float: none;
		clear: both;
	}
	
	
}
@media only screen and (max-device-width: 999px) and (orientation: portrait){

	html{
		min-width: 768px;
		overflow-y: auto;
		font-size: 18px;
		line-height: 1.4;
	}
	.Container{
		width: 768px;
		margin: 0 10px;
	}
	#Header{
		padding: 0;
	}
	#Information{
		margin: 0;
	}
	/*#InformationSearch {
		position: static;
	}
	#InformationSearchInput{
		width: 150px;
	}
	#InformationSearchSubmit{
		color:#fff;
		position: static;
	}
	#Menu > .Menu > .MenuItem{
		width: 151px;
	}
	#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextW{
		line-height: 1.2;
		padding: 12px 0;
	}
	#Index #Float > .SummaryBlock{
		width: 45%;
	}*/
	#Index #Topics{
		width: 45%x;
		margin: 2%;
		height: 450px;
	}
	#Index #Topics > .TopicsList{
		height: 466px;
	}
	#Index #Icons{
		float: none;
		width: 100%;
		margin: 0;
	}
	#Index #Icons > .IconsBlock{
		margin: 4px 20px;
	}
	#ScrollTopLink{
		display: block;
		font-size: 100%;
		text-align: right;
		margin:40px 4px 16px;
	}
	#ScrollTopLinkTag{
		color: #000;
	}
	#Footer{
		margin: 0 auto;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle{
		float: left;
		border: 0;
		margin: 0 24px 16px 0;
		padding: 4px 0 0;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle.FooterLinkBlockTb{
		margin: 0;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle.FooterLinkBlockLine{
		margin: 0;
		float: none;
		clear: both;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle > .FooterLinkBlockChildren.HiddenFromPC{
		font-weight: normal;
		display: block;
		font-size: 100%;
		list-style: none;
		padding: 0;
		margin: 8px 0 0;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle > .FooterLinkBlockChildren.HiddenFromPC a{
		color: #000;
	}
	#CopyRight{
		text-align: center;
	}

	#Index #Topics > .TopicsList > .TopicsTopic > .TopicsTopicDate{
		width: 100%;
	}
	#Index #Topics > .TopicsList > .TopicsTopic > .TopicsTopicText{
		margin: 8px 0;
		width: auto;
	}

	#Statics #Page > #PageContent{
		/*width: 568px;*/
		width:98%;
	}
	#PageContent .PageArticle{
		width:98%;
		margin: 0;
	}
	#PageContent #GMap{
		width:100%;
		height:300px;
		margin: 16px 0;
	}
	#Statics.Service .ServiceP1Top{
		padding: 0;
	}
	#Statics.Service .ServiceP1Top + .PageBlockText{
		margin: 0 0 40px;
		position: static;
		width: auto;
	}
	#Statics.Service .PageSubTitleIn{
		text-align: center;
		margin: 0 auto 24px;
		clear: both;
		float: none;
	}
	#Statics.Service .PageSubTitleMakers {
		float: left;
		width: 360px;
	}
	#Statics.Service .PageSubTitleMakersTitle{
		left: 50%;
		width: 220px;
		text-align: center;
		margin-left: -110px;
	}
	#Statics.Service .PageSubTitleMakersAbsImage{
		float: right;
		margin: 0 0 0;
	}
	#PageContent .PageArticle .PageBlockText01 {
float:right ;
width:98%; 
	}
	
	#ServiceP1Texts .ServiceP1InBox{
		width: 43%;
		height: 580px;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText > br{
		display: none;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText{
		float: none;
		clear: both;
		width: auto;
		padding: 4px;
	}
	#ServiceP1Texts .ServiceP1InBoxImage{
		display: block;
		margin: 16px auto;
		float: none;
		clear: both;
	}
	/*
	#ServiceP1Texts .ServiceP1InBox{
		width: 544px;
		height: auto;
	}
	#ServiceP1Texts .ServiceP1InBoxTitle{
		margin: 0 0 16px;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText{
		line-height: 39px;
		width: 418px;
	}
	#ServiceP1Texts .ServiceP1InBoxTextInBoxBold,
	#ServiceP1Texts .ServiceP1InBoxTextInBoxText{
		float: none;
		clear: both;
		width: auto;
	}*/
	#Statics.Service .PageBlockTextWarp{
		width: 100%;
		float:none;
		margin: 0 0 24px;
	}
	#Statics.Service .PageBlockTextImg{
		float: left;
	}
	#Statics.Service .PageBlockTextImg > img{
		margin: 0 16px 24px;
	}
	
	#Statics.Service .PageBlockTextGlay{
		width: 100%;
		margin: 24px 0;
	}
	#Statics.Service .PageBlockImg{
		float: none;
	}
	#Statics.Service .PageBlockTextImgLeft{
		float: none;
	}
	#FooterWarp{
		background: #fff;
	}
	
	#Footer #CopyRight{
		text-align: center;
	}

	#PCFooter{
		display: none !important;
		height: 0 !important;
	}
	.PageNameArea .AreaImage{
		margin: 0 16px 0 0;
	}
	.PageNameArea .AreaText {
		width: 347px;
	}
	.PageNameFaq .AnswerImage{
		text-align: center;
		width: 364px;
		margin: 16px;
	}

	.PageNameRescue .FloatImage{
		margin: 0;
		float: none;
		text-align: center;
	}
	.PageNameRescue .FloatImage > img{
		width: 90%;
	}
	
	.PageNameRenewal .PageBlockText{
		overflow: hidden;
	}
	.PageNameRenewal .PageBlockText .FloatImages{
		max-width: 40%;
	}
	.PageNameRenewal .Reason{
		margin-bottom: 24px;
		width: 100%;
	}
	.PageNameRenewal .PageBlockText .Melit{
		margin: 0 8px 24px;
		width: 268px;
	}


	.PageNameRenewalCool .Table3 caption{
		padding: 0 0 0 20px;
	}
	.PageNameRenewalCool .Table3 th,
	.PageNameRenewalCool .Table3 td{
		padding: 0 0 0 20px;
	}
	.PageNameRenewalExp .PageBlockTextImage{
		width: 350px;
	}
	.PageNameRenewalExp .PageBlockTextImage > img{
		max-width: 45%;
	}
	.PageNameRenewalInside .PageBlockTextText{
		width: 100%;
		float: none;
	}
	.PageNameRenewalInside .Image{
		text-align: center;
		float: none;
		width: 100%;
	}
	.PageNameRenewalPattern .Text1{
		width: 100%;
		float: none;
	}
	.PageNameRenewalPattern .FloatImage{
		max-width: 100%;
	}
	.PageNameRenewalPattern .Img3{
		margin: 0;
	}
	.PageNameRenewalLibrary .PageBlockText .Double{
		width: 100%;
		margin: 0;
	}
	.PageNameRenewalLibrary .PageBlockText .Double > p.Clear{
		width: 100%;
		clear: both;
		float: none;
	}
	.PageNameRenewalLibrary .PageBlockText .Double > img {
		width: auto;
		float: left;
		margin: 0 2% 40px 0;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double{
		width: 43%;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double.Image{
		float: none;
		clear: both;
		width: 100%;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double:nth-child(odd){
		margin: 0 2% 3% 0;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double > img.Float{
		width: auto;
		display: block;
		margin: 0 auto 16px;
		float: none;
		clear: both;
	}
	
	.PageNameRenewal .PageBlockText .Melit{
	width: 42%;
	margin: 24px 20px;
	float: left;
}
}








/*@media screen and (max-width: 999px){
	#Index #Float > .FloatBlock{
		float: none;
		clear: both;
		margin: 20px auto;
		height: auto;
		width: 80%;
	}
}*/
@media screen and (max-width: 640px){
	/*html{
		min-width: 640px;
		font-size:150% !important;
	}
	.Container{
		width: 640px;
		margin: 0 10px;
	}*/
	
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video 
	{
		font-size: 100%;
}
html{
min-width: 98%;
}

.Container{
width: 96%;
margin: 0 auto;
}

#SiteTitleText{
	
	width: 100%;
	height: 100%;
	
}

#Header{
		padding: 0;
	}

	.HiddenFromPC{
		display:block;
		font-size: 90%;
	}

	/*#Menu{
		position: relative;
		height: 50px;
		background:#0066cc;
	}
	#Menu > .Menu{
		display: none;
		position: absolute;
		right: 0;
		width: 100%;
		box-shadow:0 5px 10px #000;
	}
	#MenuLabel{
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	
	background-image: url(../images/menu_mark.png);
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	padding: 0px;
	background-position: right;
	}
	#MenuLabelText{
		color: #fff;
		cursor: pointer;
		display: none;
	}
	#MenuLabelText:hover{
	color: #eee;
	}
	#MenuLabelButton{
		color: #aaa;
		cursor: pointer;
		display: none;
	}
	#Menu > .Menu > .MenuItem {
		width: 70%;
		padding: 4px 8px;
		border: 0;
		background: #fff;
		text-align: left;
		box-shadow: none;
		height: auto;
		opacity: 0.9;
	}*/
	
	/*	#Menu{
		position: relative;
		height: 50px;
		background:#0066cc;
	}
	#Menu > .Menu{
	position: inherit;
	right: 0;
	width: 80%;
	margin-right:2%;
	box-shadow:0 5px 10px #000;
	display: none;
	}
	#MenuLabel{
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	background-image:url(../images/menu_mark.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#MenuLabelText{
		color: #fff;
		cursor: pointer;
		display: none;
	}
	
	#MenuLabelText:hover{
		color: #eee;
	}
	#MenuLabelButton{
		color: #aaa;
		cursor: pointer;
		display: none;
	}
	#Menu > .Menu > .MenuItem {
		width: 100%;
		padding: 4px 8px;
		border: 0;
		background: #fff;
		text-align: left;
		box-shadow: none;
		height: auto;
		opacity: 0.9;
	}
	/*
	#Menu > .Menu > .MenuItem:hover{
		color:#000;
		opacity: 1;
		font-size: 100%;
	}*/
	/*#Menu > .Menu > .MenuItem > .MenuItemLink{
		font-weight: bold;
		border: 0;
		box-shadow: none;
	}
	#Menu > .Menu > .MenuItem > .MenuItemLink:hover{
		background: #eee;
	}
	#Menu > .Menu > .MenuItem > .MenuItemLinkChildren{
		border: 0;
		position: static;
		display: block;
	}
	#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextW{
		display: inline;
		padding: 0;
	}
	/*
	#Menu > .Menu > .MenuItem:hover > .MenuItemLinkChildren{
		display: block;
	}*/
	/*#Menu > .Menu > .MenuItem > .MenuItemLink,
	#Menu > .Menu > .MenuItem > .MenuItemLink > .MenuItemLinkTextO{
		line-height: 1;
	}
	#Menu > .Menu > .MenuItem > .MenuItemLink > .TextRed{
		color:#fe1e1e;
	}
	#Menu > .Menu > .MenuItem > .MenuItemLink > .TextGold{
		color:#beaf82;
	}*/
	#Index #Screen{
		background-size: contain;
		margin: 0px 0 0;
	}
	#Index #Float{
		margin:0;
	}
	#Index #Float > .SummaryBlock{
		width: 80%;
		float: none;
		margin: 10px auto 30px;
		height: auto;
		overflow: hidden;
		padding: 5%;
	}
	#Index #Float > .FloatBlock{
		float: none;
		clear: both;
		margin: 20px auto;
		height: auto;
		width: 80%;
	}
	#Index #Float > .FloatBlock > .FloatBlockTitle{
		float: left;
		overflow: hidden;
		width: 100%;
		height: 100%;
		margin: 0 16px 0 0;
	}
	#Index #Float > .FloatBlock > .FloatBlockTitle > .FloatBlockTitleText{
		position: static;
		margin: 20px auto;
		top: 0;
		left: 0;
		width: 150px;
	}
	#Index #Float > .FloatBlock > .FloatBlockTitle > .FloatBlockTitlePhoto{
		position: static;
		width: 170px;
		margin: 0 auto;
		display: block;
	}
	#Index #Float > .FloatBlock > .FloatBlockDescription,
	#Index #Float > .FloatBlock > .FloatBlockText,
	#Index #Float > .FloatBlock > .FloatBlockLink{
		width: 100%;
		float: right;
		padding: 0;
		margin: 0 0 8px;
	}
	#Index #Topics.FloatBlock,
	#Index #Icons.FloatBlock{
		float: none;
		clear: both;
		margin: 20px auto;
		height: auto;
		width: 100%;
	}
	#Index #Topics > .TopicsList{
		height: 164px;
	}
	#Index #Icons > .IconsBlock{
		margin: 0 4px;
	}
	
#Index #Icons > .IconsBlock{
	float: left;
	width: 120px;
	height: 120px;
	font-size: 0;
	margin: 4px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;

}
#Index #Servicelist li{
text-align:center;
width:100%;
float:none;
}
	#Index #TextBlock{
		margin: 20px 0 0;
	}
	
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle.FooterLinkBlockTb{
		margin: 0 5% 28% 0;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle.FooterLinkBlockLine.BlockLineS{
		width: 50%;
	}
	#Footer #FooterLinks > .FooterLinkBlock > .FooterLinkBlockTitle.FooterLinkBlockLine{
		float: left;
		clear: none;
	}
	#Owner{
		padding-top: 0px;
	}
	#Statics #Page > #PageContent{
		width: 100%;
	}
	#Statics #Page > #Icons{
		display: none;
	}

	#Statics.Service .PageSubTitleMakers{
		width: 75%;
	}
	#Statics #ScreenName{
	padding: 40px 0;
	font-size: 120%;
	color: #fff;
}
	
	#ServiceP1Texts .ServiceP1InBox{
		width: 85%;
		float: none;
		clear: both;
		min-height: 240px;
		height: auto !important;
		margin: 0 0 20px;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleNumb{
		margin: 0 4px 0 0;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText{
		float: left;
		width: 100%;
		clear: none;
		padding: 0;
		line-height: 39px;
	}
	#ServiceP1Texts .ServiceP1InBoxImage{
		float: left;
		margin: 0 14px 8px 0;
	}
	#ServiceP1Texts .ServiceP1InBoxImage.ServiceP1InBoxImageFull{
		width: auto;
		display: block;
		clear: both;
		float: none;
	}
	#ServiceP1Texts .ServiceP1InBoxTextInBoxText{
		float: left;
		width: 526px;
	}
	.PageNameRenewal .PageBlockText .Melit{
		width: 300px;
	}
	.PageNameRenewalLibrary2 .PageBlockText .Double:nth-child(odd){
		margin: 0 4% 3% 0;
	}
	.PageNameRenewalLibrary .FloatRight{
		float: none;
		clear: both;
		margin: 0 auto 16px;
		display: block;
	}
	.PageNameRenewalLibrary3 .FloatRight{
		float: right;
		margin: 0 0 0 16px;
	}
#Header{
		height:100%;
}
#Statics.Service .PageSubTitleMakersTitle{
	width:55%;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	left: 40px;
	background: #fff;
	font-size:90%;
}

#Statics.Service .PageSubTitleIn{
	width: 80%;
	padding: 20px 0;
}
#Statics.Service .PageSubTitleMakersAbsImage{
	width:170px;
	text-align: left;
	font-size:16px;	
}
#ServiceP1Texts .ServiceP1InBoxTextInBoxBold{
	width:120px;
}

/*.PageNameRescue .ColorsPink{
	width:300px;
	height:150px;
}

.PageNameRescue .ColorsRed{
	width:300px;
	height:150px;
}*/

#Statics.Service .PageBlockTextWarp{
		width:100%;
	margin: 0 auto;
		float:none;
		margin: 0 0 24px;
}
#PageContent .PageArticle .PageBlockText {
	width:98%;
	margin: 0 auto;
	padding:10px;
}
#PageContent .PageArticle .PageBlockText01 {
	padding:0;
}
#PageContent .Table1,
#PageContent .Table1 th,
#PageContent .Table1 td,
#PageContent .Table2,
#PageContent .Table2 th,
#PageContent .Table2 td{
	width:90% !important;
}

.PageNameFaq .AnswerText{
	width: 85%;
}

.PageNameFaq .QuestionText{
	font-size: 100%;
}
#PageContent .PageTitle{
	font-size: 100%;
	text-align:left;
	margin:0em;
	padding:0em;
}
.AnswerImage img {
	float: left;
	width:80%;
	height:80%;
}


#PageContent .PageSubTitle{
	font-size: 100%;
	text-align:left;
	margin-bottom:20px;
	padding:0em;
}

#Statics.Service .PageSubTitleIn{
		width:100%;
		text-align: center;
		margin: 0 auto 20px auto;
		clear: both;
		float: none;
		font-size: 80%;
	}
	#Statics.Service .PageSubTitleMakers {
		float: left;
		width: 80%;
		margin:none !important;
	}
	#Statics.Service .PageSubTitleMakersTitle{
		left: 50%;
		width: 220px;
		text-align: center;
		margin-left: -110px;
	}
	#Statics.Service .PageSubTitleMakersAbsImage{
		width: 170px;
		margin: 0.5em auto 0.5em 6.0em;
		float:left;
	}

	#ServiceP1Texts .ServiceP1InBoxTitleText > br{
		display: none;
	}
	#ServiceP1Texts .ServiceP1InBoxTitleText{
		float: none;
		clear: both;
		width: auto;
		padding: 4px;
		line-height:1.5em;
	}
	#ServiceP1Texts .ServiceP1InBoxImage{
		display: block;
		margin: 16px auto;
		float: none;
		clear: both;
	}
#ServiceP1Texts .ServiceP1InBoxImage.ServiceP1InBoxImageFull{
	width: 100%;
	margin: 0 0 16px;
}

#ServiceP1Texts .ServiceP1InBoxTextInBoxAbs{
	background: #054575;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0px 10px;
	color: #fff;
}

/*--ここから---*/

.PageNameRescue .FloatImage > img{
		width: 90%;
	}

.PageNameRescue .FloatImages{	
	float: none;
	margin: 0 15px 0 0;
}
.PageNameRescue .ColorBox{
	float: none;
	padding: 8px;
	text-align: center;
	width: 100%;
	margin: 0 24px 14px 0;
}
.PageNameRescue .ColorsPink{
	border-color:#CC3300;
	color: #000;
	background: #fcc;
}
.PageNameRescue .ColorsText{
	width: 100%;
	
}
.PageNameRescue .ColorsRed{
	background: #CC3300;
	border-color:#CC3300;
	color: #fff;
}
.PageNameRescue .PageBlockText2SubTitle{
	margin: 0 0 24px;
	color: #09f;
	font-size: 120%;
}
.PageNameRenewal .PageBlockText .FloatImages{
	float:none;
margin: 0 14px 14px 0;
}
.PageNameRenewal .Reason{
width: 95%;
float: none;
}
.PageNameRenewal .Reason:nth-child(even){
	width:100%;
	margin: 0 0px 24px 0;
}
.PageNameRenewal .Reason .FloatImage{
	float:none;
}
.PageNameRenewal .Reason .ReasonTitle{
	float:none;
	margin: 0 0 14px;
	font-size: 110%;
}

.PageNameRenewal .PageBlockText .Melit{
	width: 95%;
	margin: 2%;
	float: none;
}
.PageNameRenewal .Melit .MelitText{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 16px;
}
.PageNameRenewal .PageBlockText .MelitTitle{
	margin: 16px 0;
	text-align: center;
	font-size: 120%;
}
.PageNameRenewal .MelitText .Bold{
	margin: 0;
	font-size: 120%;
}
.Orange .MelitTitle,
.Orange .Bold{
	color: #FF6600;
}
.PageNameRenewal .Orange .MelitText{
	border-color: #FF6600;
}
.Blue .MelitTitle,
.Blue .Bold{
	color: #0099FF;
}
.PageNameRenewal .Blue .MelitText{
	border-color: #0099FF;
}
.PageNameRenewalCool #PageContent .PageArticle{
	overflow: hidden;
	margin: 24px 0 0;
}
.PageNameRenewalCool #PageContent .PageSubTitle{
	float: none;
	margin: 0;
	width: 200px;
}

.PageNameRenewalCool .PageImage{
text-align: center;
margin: 40px 0;
}
.PageNameRenewalCool .PageImage > img{
max-width: 50%;
}

.PageNameRenewalCool .Table3{
width: 100%;
}
.PageNameRenewalCool .Table3 caption{
text-align: none;
padding: 0 0 0 80px;
border: 1px solid #eee;
}
.PageNameRenewalCool .Table3 tr:nth-child(even){
background: #eee;
}
.PageNameRenewalCool .Table3 th,
.PageNameRenewalCool .Table3 td{
padding: 0;
text-align: left;
}
.PageNameRenewalExp .PageBlockText{
overflow: hidden;
}
.PageNameRenewalExp .PageBlockTextText{
float: none;
width: 200px;
}
.PageNameRenewalExp .PageBlockTextImage{
float: right;
width: 90%;
}
.PageNameRenewalInside .Image{
	text-align: center;
}

.PageNameRenewalInside .PageBlockTextText{
		width: 100%;
		float: none;
	}
.PageNameRenewalInside .Image{
width: 100%;
float: none;
margin: 0;
}
.PageNameRenewalNew .FloatImage{
float: none;
margin: 10px 10px 0 0;
}
.PageNameRenewalPanel .FloatImage{
float: none;
margin: 0 40px 40px 0;
max-width: 100%;
}


.PageNameRenewalLibrary .PageBlockText .Double > img{
	width: 100%;
}
.PageNameRenewalLibrary .PageBlockText .Double:nth-child(odd){
	margin: 0 2% 0 0;
}
.PageNameRenewalLibrary .Future{
	margin: 40px 0;
	border:1px solid #eee;
	padding: 8px;
}
.PageNameRenewalLibrary .Future > h4{
	margin: 0;
}
.PageNameRenewalLibrary .PageBlockText .Double > img.Float{
	width: 40%;
	float: left;
	margin: 0 16px 0 0;
}
.PageNameRenewalLibrary .Blue2{
	background: #DFEAEC;
	padding: 16px;
}
.PageNameRenewalLibrary .PageBlockText.Blue2{
	padding: 8px 16px;
}
.PageNameRenewalLibrary3 .FloatRight,
.PageNameRenewalLibrary .FloatRight{
	float: right;
	margin: 0 0 0 16px;
}
.PageNameRenewalLibrary3 .Blue{
	background:#DFEAEC;
}
.PageNameRenewalLibrary3 .Orange,
.PageNameRenewalLibrary3 .OrangeText.Url{
	color:#FF6600;
	font-size: 120%;
}
.PageNameRenewalLibrary3 .OrangeText{
	color:#FF6600;
}


.Inq .buttonArea{
	text-align: center;
}
.Impt .PageBlockText{
	float: none;
	clear: both;
	margin: 16px 0 24px;

}
#Statics #Owner #Page #PageContent .PageArticle .PageBlockText .Image .FloatImage {
	width: 100%;
	float:left;
}

#Statics.Service .PageBlockTextWarp{
		width: 100%;
		float:none;
		margin: 0 0 24px;
	}
	#Statics.Service .PageBlockTextImg{
		float: left;
	}
	#Statics.Service .PageBlockTextImg > img{
		margin: 0 5px 20px;
		width:255px;
	}
	
	#Statics.Service .PageBlockTextGlay{
		width: 100%;
		margin: 24px 0;
	}
	#Statics.Service .PageBlockImg{
		float: none;
		width:255px;
	}
	#Statics.Service .PageBlockImg2{
		float: none;
		width:350px;
	}
	#Statics.Service .PageBlockTextImgLeft{
		float: none;
	}

.PageNameArea .AreaText{
	float: left;
	width: 100%;
}


}



#Statics #Owner #Page #PageContent .PageArticle .PageBlockText2 .waku {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px;
}
#Statics #Owner #Page #PageContent .PageArticle .PageBlockText .Image .FloatImage {
	width: 100%;
}


/*--koko--*/

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,nav#mainNav .inner{zoom: 1;}



/*　768pxまで
------------------------------------------------------------*/

@media only screen and (min-width: 768px){
	/**********/

nav#mainNav{
	clear:both;
	position:relative;
	z-index:50;
	width:100%;
	min-width:769px;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin: 0px;
	padding: 0px;
	}

nav#mainNav .inner{
	padding-left: 0px;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}

nav#mainNav ul li{
	float: left;
	position: relative;
	font-size:90%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding: 0 2% 0 2%;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;*/
	}
nav#mainNav ul li.end{
	float: left;
	position: relative;
	font-size:90%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right:3%;
}


nav#mainNav ul li.homebt a{
    width:100%;
	
	}

    nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float: left;
	color: #333333;
	height: 45px;
	line-height: 45px;
	font-size: 120%;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0;
	
    }
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	font-size:100%;
	line-height:1.4;
	}

	nav div.panel{
	display:block !important;
	float:left;
	width: 100%;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
	color: #000000;
  }
  

  nav#mainNav ul ul{
	width:240px;
	border:1px solid #e2d7c2;
	border-top:0px;
	padding:0;
	}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:45px;
  left:-1px;
  z-index:500;
  }

	
  nav#mainNav ul li li{
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:240px;
	background:#ffffff;
  border-bottom:1px dotted #e2d7c2;
  opacity:0.95;
  }
	
  nav#mainNav ul li li:last-child{border:0;}
	
  nav#mainNav ul li li a,
  nav#mainNav ul li.homebt li a{
  width:91%;
  height:40px;
  padding:0 0 0 20px;
  line-height:40px;
  font-size:100%;
  text-align:left;
    background-color:#fff;
  background-image:url(../images/sub1.png) no-repeat;
  background-position:5px center;
  }
	
nav#mainNav ul li.MenuItem{
	display:none;
}
nav#mainNav ul li.MenuItem_b{
	font-weight:normal;
}  
 
nav#mainNav ul li.MenuItem_b .MenuItemLinkTextW{
	line-height: 1.0;
	display: block;
	text-align: center;
	padding: 5px 0;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(../images/sub1.png) no-repeat 20px 6px;}/*18*/

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#f6f6f6 url(../images/sub1.png) no-repeat 20px 6px;}/*-62*/
	
	nav#mainNav ul li li:last-child a{background:#fff url(../images/subLast.png) no-repeat 20px 2px;}/*20*/
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(../images/subLast.png) no-repeat 20px 2px;}/*-65*/

}
/*　641～768pxまで
------------------------------------------------------------*/

@media only screen and (min-width: 639px) and (max-width:999px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:80;
	min-width:768px;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin: 0px;
	padding: 0px;
	}	
	nav#mainNav .inner{
	padding-left: 0px;
	position: relative;
	width: 100%;
	}	


nav#mainNav ul li.homebt ul li a{
    
	background-color:#fff;
	}
	
    nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float: left;
	color: #333333;
	height: 45px;
	line-height: 45px;
	font-size: 100%;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0;
	
    }
	nav#mainNav ul li.sm999 a{
    height: 35px;
    padding-top: 10px;
    font-size: 10px;
    line-height: 10px;
	}
	nav#mainNav ul li.sm999 a span{
	display:block;
	font-size:90%;
	line-height:1.4;
	}

	nav#mainNav ul li{
	float: left;
	width:9%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding: 0 2% 0 2%;
	font-size:70%;
	}
	nav#mainNav ul li.end{
	float: left;
	position: relative;
	font-size:70%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right:0.5%;
}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
nav#mainNav ul li.sm999{

}

nav div.panel{
  display:block !important;
  /*float:left;*/
  }

  a#menu{display:none;}

  nav#mainNav ul ul{
	width:250px;
	border:1px solid #e2d7c2;
	border-top:0;
	padding:0;
	}
  
  nav#mainNav ul li ul{display: none;}
  

nav#mainNav ul li#smenu1,nav#mainNav ul li#smenu2{position:relative;}
	
	
nav#mainNav ul li#smenu1:hover ul{
  display: block;
  position:absolute;
  top:45px;
  left:-1px;
  z-index:500;
  }

nav#mainNav ul li#smenu2:hover ul{
  display: block;
  position:absolute;
  top:45px;
  left:-1px;
  z-index:500;
  }

  nav#mainNav ul li li{
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:250px;
	background:#ffffff;
  border-bottom:1px dotted #e2d7c2;
  	opacity:0.95;

  }
	
nav#mainNav ul li li:last-child{border:0;}
 
	
	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{background-image:none;background-color:#f6f6f6;color:#000000;}

nav#mainNav ul li.homebt ul li a:hover,nav#mainNav ul li ul li a:hover{
    
	background-color:#f6f6f6;
	}

nav#mainNav ul li li a,nav#mainNav ul li.homebt ul li a{
  width:90%;
  height:40px;
	padding:0 0 0 20px;
  line-height:40px;
  font-size:100%;
  text-align:left;
  background-color:#fff;
  	
	background-image:url(../images/sub1.png) no-repeat;
	background-position:5px center;
  }
  
  nav#mainNav ul li li:last-child a,nav#mainNav ul li.homebt li:last-child a{
  width:90%;
  height:40px;
	padding:0 0 0 20px;
  line-height:40px;
  font-size:100%;
  text-align:left;
  background-color:#fff;
  	
   background-image:url(../images/subLast.png) no-repeat;
	background-position:5px center;
  }
	
	nav#mainNav ul li.MenuItem{
	display:none;
}
nav#mainNav ul li.MenuItem_b{
	font-weight:normal;
} 



nav#mainNav ul li a.MenuItemLink{
	font-weight:bold;
}

nav#mainNav #smenu1 ul li.a {
	font-weight: bold;
}

#header #headcart {
	width: 275px;
	margin-top: 0em;
	float: right;
	text-align: right;
}

#header #headcart img{
	width: 100%;
	max-width:210px;
	height:auto;
}

#header #headlog{
	width: 150px;
	float: right;
}

#header h1{
	width: 40%;
	height: auto;
}

#header h1 img{
   width:100%;
   max-width:250px;
   height:auto;	
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(../images/sub1.png) no-repeat 20px 6px;}/*18*/

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		padding-left:40px;
		background:#f6f6f6 url(../images/sub1.png) no-repeat 20px 6px;}/*-62*/
	
	nav#mainNav ul li li:last-child a{
		background:#fff url(../images/subLast.png) no-repeat 20px 2px;
		padding-left:40px;}/*20*/
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{
		padding-left:40px;
		background:#f6f6f6 url(../images/subLast.png) no-repeat 20px 2px;
		}/*-65*/
.PageNameFaq .QuestionText{
	color: #09f;
	float: left;
	width: 85%;
	font-size: 120%;
}


}

/* 640
------------------------------------------------------------*/

@media only screen and (max-width:640px){
	nav#mainNav{
	clear:both;
	width:100%;
	
	margin:0;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:50px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	background-color:#0066CC;
	background-image: url(../images/menu_mark.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;visibility:hidden;}
	
	nav#mainNav a.menuOpen{
	background:url(../images/menu_mark.png) no-repeat right 0px;
	background-color:#0066CC;	
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #e2d7c2;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:10px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	color: #000;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f6f6f6;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	font-weight:normal !important; 
	}
	
	nav#mainNav ul li.MenuItem_b{
	font-weight:bold;
	float:left;
} 
nav#mainNav ul li.MenuItem_b .MenuItemLinkTextW{
	display: inline;
		padding: 0;
}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(../images/sub1.png) no-repeat 20px 6px;}/*18*/

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#f6f6f6 url(../images/sub1.png) no-repeat 20px 6px;}/*-62*/
	
	nav#mainNav ul li li:last-child a{background:#fff url(../images/subLast.png) no-repeat 20px 2px;}/*20*/
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(../images/subLast.png) no-repeat 20px 2px;}/*-65*/

	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
	
nav#mainNav ul li a.MenuItemLink{
	font-weight:bold;
}
nav#mainNav ul li a.MenuItemLink_red {
	font-weight:bold;
	color: #F00;
}
nav#mainNav ul li a.MenuItemLink_gold {
	font-weight:bold;
	color: #C90;
}

.PageNameFaq .QuestionText{
	color: #09f;
	float: left;
	width: 100%;
	font-size: 120%;
}
.company {
	padding: 0px !important;
}
.company dt {
	float: none !important;
	width: 100% !important;
	padding: 0 0 0 5px !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6D2FF;
}
.company dd {
	float: none !important;
	width: 98% !important;
	padding: 0 0 0 5px !important;
	border-top: 1px solid #A6D2FF;
	border-left: 1px solid #fff;
	background-color: #fff;
	margin-left: 0 !important;
}



}


#Index #Screen #ScreenName {
	display: none;
}
.company {
	width: 100%;
	line-height: 1.5;
	background-color: #E1F0FF;
	overflow: hidden;
	border-top-width: 2;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
.company dl {
	width:95% !important;
}
.company dt {
	float: left;
	width: 26%;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6D2FF;
}
.company dd {
	padding: 10px;
	border-top: 1px solid #A6D2FF;
	border-left: 1px solid #fff;
	background-color: #fff;
	margin-left: 28%;
}
#banner {
	float: left;
	margin: 20px;
}
#Index #Page #Float #banner2 {
	margin: 0px;
	float: left;
	width: 300px;
}
#Index #Page #TextBlock .clear {
	clear: both;
	margin: 0px;
}
#Index #Page #Float .fb {
	float: left;
	width: 100%;
}
.clear{
	clear:both;
}
/* google 検索 */

.gsc-control-cse { 
		padding: 0em !important;
		margin:0em !important;
		width:270px !important;
		height:40px !important;
}
#InformationSearch{
	float:right;
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
padding-right:0 !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus{
    border: none !important;
    background-color: #fff !important;
padding:6px !important;
}
.gsc-search-button-v2 svg{
fill:#999 !important;
}

@media only screen and (max-width:999px){
.gsc-control-cse { 
width:300px !important;
}
#InformationSearch{
clear:both;margin-top:0;
}
}

@media only screen and (max-width:640px){
.gsc-control-cse { 
		width:90% !important;
}
#InformationSearch{
	width: 100%;
	height:230px;
height:auto;
margin: 0 auto;
}
.gsc-search-box td.gsib_a,
.gsc-search-box td.gsib_b,
#gs_id50 td{
padding:0;
}
.gsc-input,.gsc-search-button,#gs_id50 td{
display:table-cell;
}
#Header{
	height:260px;
}


}
/* language */
#InformationLanguage a, #InformationLanguage a:hover, #InformationLanguage a:focus{
    border: 1px solid #666666;
    background-color: #CECECE;
display:inline-block;
padding:0;
margin:2px;
width:80px;
text-align:center;
color:#666;
}

#Index #Page #Float .important {
	background-color: #FFF;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	border: 2px solid #F90;
	padding: 10px;
}
.red_b {
	font-size: 22px;
	color: #F00;
	text-align: center;
}
#Index #Page #Float .important .Right {
	text-align: right;
}

/* other sevice*/
#OtherService img{
    vertical-align: bottom;
    max-width:100%;
}
#OtherService h2{
font-size:150%;
color:#0f3f9f;
}
#OtherService h3{
font-size:130%;
margin:0 auto;
color:#39c;
}
#OtherService p{
line-height:1.5;
margin:0 auto;
}
#OtherService #Screen{
background:#fff;
}
#OtherService #ScreenName{
padding:0;
margin-bottom:0;
}
#OtherService #Float{
	overflow: hidden;
	margin: 0 0;
}
#OtherService #Float > .FloatBlock{
	overflow: hidden;
	margin: 20px 0 25px;
}
#OtherService #Float > .FloatBlock > .FloatBlock2column{
	width:50%;
	float:left;
	display: block;
text-align:center;
}
#OtherService #Float > .FloatBlock.SetListBlock > .FloatBlock2column{
	width:60%;
	text-align:left;
}
#OtherService #Float > .FloatBlock.SetListBlock > .FloatBlock2column.SetListRight{
	width:40%;
}
#OtherService #SetList{
border:1px solid #353535;
border-radius:5px;
padding:5px 20px;
}
#OtherService .SetListLeft h2{
margin-bottom:50px;
}
#OtherService .SetListLeft p{
font-size:150%;
}
#OtherService #SetList h3{
font-size:130%;
margin:0 auto;
color:#0f3f9f;
}
#OtherService #SetList ul li{
list-style:disc;
font-weight:bold;
line-height:1.6;
}
#OtherService #Float > .FloatBlock > .FloatBlock3column{
	width:33%;
	float:left;
	display: block;
	text-align:center;
}
#OtherService #Float > .FloatBlock.place{
	background:#f2efe7;
	padding:10px 25px;
}
#OtherService #Float > .FloatBlock.place h3{
color:#333;
}
#OtherService #Float > .FloatBlock.place .FloatBlock2column{
	text-align:left;
	width:50%;
}
#OtherService #Float > .FloatBlock.place .FloatBlock2column.placeright{
float:right;
	width:40%;
}
#OtherService #Float > .FloatBlock.feature h2{
overflow:hidden;
}
#OtherService #Float > .FloatBlock.feature h2 span{
padding: 20px 0;
    font-size: 110%;
    display: inline-block;
}
#OtherService #Float > .FloatBlock.feature h2 img{
float:right;
}
#OtherService #Float > .FloatBlock.Example .FloatBlock2column.ExampleText{
text-align: left;
    padding: 0 0 0 2%;
    width: 48%;
}
#OtherService #camera h3{
margin-left:20px;
}
#OtherService #camera .TextBlock p{
font-size:130%;
}
#OtherService #Float > .FloatBlock.Example .FloatBlock2column img{
margin:0 10px;
}
#OtherService #Float > .FloatBlock.cameratype .FloatBlock2column a{
display: block;
margin: 10px auto;
}
#OtherService #Float > .FloatBlock.cameratype .FloatBlock2column p{
text-align:left;
margin-bottom:20px;
}
#OtherService #Float > .FloatBlock.cameratype .FloatBlock2column h3{
text-align:left;
}

@media only screen and (max-width:999px){
#OtherService #Float > .FloatBlock > .FloatBlock2column{
	width:100%;
	float:none;
}
#OtherService #Float > .FloatBlock.SetListBlock > .FloatBlock2column{
	width:100%;
	float:none;
}
#OtherService #Float > .FloatBlock.SetListBlock > .FloatBlock2column.SetListRight{
	width:95%;
	float:none;
}
#OtherService #Float > .FloatBlock.place .FloatBlock2column{
	width:100%;
	float:none;
}
#OtherService #Float > .FloatBlock.place .FloatBlock2column.placeright{
	width:100%;
	float:none;
}
#OtherService #Float > .FloatBlock.feature h2 span{
    display: block;
}
#OtherService #Float > .FloatBlock.feature h2 img{
float:none;
}
#OtherService #Float > .FloatBlock.Example .FloatBlock2column.ExampleText{
    width: 100%;
    float:none;
}
#OtherService #Float > .FloatBlock.Example .FloatBlock2column img{
margin:10px;
}
#OtherService #camera h3{
margin-left:0px;
}
}
@media only screen and (max-width:640px){

#OtherService #Float > .FloatBlock > .FloatBlock3column{
	width:100%;
	float:none;
}

}
/*--ここからぜろ20181220---*/
@media only screen and (max-width:999px){
#Index #Announce{
	width: 400px;
	margin: 40px 0 0 0;
}

#Statics #Owner #Page #PageContent .PageArticle .PageSubTitle.ServiceP1Top .PageBlockText05{
	width:95% !important; 
	padding:20px;
	color:#000000;
	font-weight:normal;
	text-align:left;
}
}

#Statics #Owner #Page #PageContent .PageArticle .PageSubTitle.ServiceP1Top .PageBlockText05{
	width:70%;
}
