﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
h1.h1title {
	margin:0 0 20px 0;
	padding:0;
	height: 40px;
	background-image: url('https://www.pref.tottori.lg.jp/secure/554863/title_contact.gif');
	background-repeat: no-repeat;
}

h1.h1title span {
	display: none;
}

.contact-txt{
	margin-left: 15px;
	line-height: 130%;
}

.txt-sectionname{
	margin: 20px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	line-height: 135%;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
h1.h1title {
	margin:0 0 20px 0;
	padding:0;
	height: 40px;
	background-image: url('https://www.pref.tottori.lg.jp/secure/554863/title_contact.gif');
	background-repeat: no-repeat;
}

h1.h1title span {
	display: none;
}

.contact-txt{
	margin-left: 15px;
	line-height: 130%;
}

.txt-sectionname{
	margin: 20px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	line-height: 135%;
}
}
