﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.BrowserLTitletorinet_h1title {
	margin: 5px 0;
	padding-left: 5px;
	background-image: url(h1_back.gif);
	background-position: top;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #cccccc;
	border-left: solid 8px #009999;
}
.BrowserLTitletorinet_h1title .TitleIcon {
/*  float: right;
	width: 20px;
	height: 20px;
	background: url();*/
}
.BrowserLTitletorinet_h1title h1 {
	margin: 0;
	padding: 15px 10px 13px 8px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.BrowserLTitletorinet_h1title {
	margin: 5px 0;
	padding 0;
	background-image: url(h1_back.gif);
	background-position: top;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #cccccc;
	border-left: solid 8px #009999;
}
.BrowserLTitletorinet_h1title .TitleIcon {
/*  float: right;
	width: 20px;
	height: 20px;
	background: url();*/
}
.BrowserLTitletorinet_h1title h1 {
	margin: 0;
	padding: 5px 5px 5px 8px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.3;
}
}
