@charset "utf-8";
/* CSS Document */

/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
#wrapper {
	position: relative;
	width: 100%;
	min-width: 100%;
}

.pc_inline {
	display: none;
}
.sp_inline {
	display: inline;
}
/* modal menu
--------------------------------------------------------------------*/

#modal {
	width: 140px;
	height: auto;
	z-index: 20;
	background: #333;
	padding: 8px 0 20px;
	display: none;
}
#modal ul {
	margin: 10px 0 0;
	border-top: 1px dotted #666;
}
#modal li {
	margin: 0px;
	padding: 15px 0 15px 8px;
	border-bottom: 1px dotted #666;
	color: #666;
}
#modal li a {
	display: block;
	color: #FFF;
}
#modal p a {
	background: #CCC;
	color: #333;
	font-weight: bold;
	padding: 5px 10px;
	border: none;
	text-align: center;
	display: block;
}
#pageslide {
	/* These styles MUST be included. Do not change. */
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	overflow: scroll;
	/* Specify the width of your pageslide here */
	width: 140px;
	padding: 0 20px;
	/* These styles are optional, and describe how the pageslide will look */
	background-color: #333;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
}
.m_menuBtn {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 33px;
}
.mobileTel {
	display: block;
	position: absolute;
	right: 54px;
	top: 10px;
	width: 130px;
	height: 30px;
}
/* header
--------------------------------------------------------------------*/

header nav, .contactBlock, .logo p, #pageTop, .headerBlock p, .subNav, .subNavList, .contactBoxHead {
	display: none;
}
header {
	width: 100%;
	min-width: 100%;
	height: 50px;
	position: fixed;
	z-index: 9999;
}
#headerArea {
}
.headerBlock {
	width: 100%;
	height: auto;
	padding: 0 0px;
}
.headerBlock h1 {
	width: 120px;
	height: 40px;
	margin: 0 0 0 10px;
}
.headerBlock h1 a {
	width: 120px;
	height: 40px;
}
.headerBlock h1 img {
	height: 30px;
	width: auto;
}
/* footer
--------------------------------------------------------------------*/
.contactBoxFooter {
	display: none;
}
.footerBlock {
	width: 100%;
}
.adressSide {
	width: 100%;
	text-align: center
}
.copyright {
	font-size: 85%;
}
/* other
--------------------------------------------------------------------*/
.breadCrumb {
	display: none;
}
.listTtl h2 {
	width: auto;
	height: auto;
	padding: 16px 10px 20px;
	line-height: 1.0em;
	font-size: 182%;
}
.contentsContact {
	background-repeat: no-repeat;
	background-image: url(../../common/images/waku_contact.png);
	background-size: 100% 100%;
	width: auto;
	height: auto;
	margin: 0px 10px 50px;
	padding-bottom: 30px;
}
.contentsContact h2 {
	text-align: center;
	padding: 20px 0 0;
}
.contentsContact p img {
	width: 80%;
	height: auto;
}
.contentsContact p {
	text-align: center;
	padding: 10px 0 0;
}
.contentsContact ul {
	display: block;
	padding: 8px 20px 0px;
}
.contentsContact li {
	width: auto;
	height: auto;
	margin: 5px 5px 0;
}
.contentsContact li a {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 8px 0;
}
.contentsContact h3 {
	font-size: 116%;
}
.chitose_read p {
	text-align: left;
	line-height: 1.5em;
}
.conv_img {
}
.conv_img ul {
	display: block;
}
#kodawarisArea .conv_img li {
	padding: 10px 0 0;
	height: auto;
}
.conv_img li img {
	width: 100%;
	height: auto;
}
#kodawarisArea .cspec_block {
	display: block;
}
#kodawarisArea .cspec_img {
	width: 100%;
	height: auto;
}
#kodawarisArea .cspec_img img {
	width: 100%;
	height: auto;
}
#kodawarisArea .cspec_txt {
	width: 100%;
	height: auto;
	padding: 10px 0 0;
}
.cspec_txt p {
	line-height: 2em;
}
}
