@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(img/bg01.jpg);
	background-repeat: repeat;
	box-sizing: border-box;
}

div{
	box-sizing: border-box;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	height: auto;
	max-width: 100%;
}

h1 {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 2px;
}

h2 {
	font-size: 11px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 20px;
    color: #acacac;
	margin: 5px 15px;
}

ul, li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: top;
}

li a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


li a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


li a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

table{
	width: 100%;
}

td {
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: top;
}


td a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


td a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


td a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

table#datsumouprice td
{
	vertical-align: middle;
}

.clearfix {
	clear: both;
}

@media screen and (min-width: 768px) {
	.sp-visible {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc-visible {
		display: none;
	}
}


#body {
	max-width: 900px;
	width: 100%;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6699;
	border-left-color: #FF6699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6699;
	clear: both;
}


#header01 {
	width: 100%;
	height: 125px;
	background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
	#header01 {
		height: auto;
	}
	.copy-txt{
		display: none;
	}
}


#header02 {
	width: 100%;
	height: 180px;
	margin-top: 0px;
	background-color: #FF6699;
	padding-top: 10px;
	padding-bottom: 5px;
}


#main {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
}


/* メニュー
============================================ */
#main {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
	nav{
		position: relative;
		width: 100%;
	}
	nav.sticky{
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
	}
}

#menu {
	width: 100%;
	padding: 5px 0 3px;
	background-color: #FF6699;
	text-align: center;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

#menu ul {
	display: inline-block;
	list-style: none;
	white-space:nowrap;
}

#menu ul li {
	display: inline-block;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-left: 1px solid #FFFFFF;
	padding: 0 1em;
	font-size: 1.25em;
}

#menu ul li:last-child a {
	border-right: 1px solid #fff;
}

#nav-assist{
	background-color: #fff;
	font-size: 75%;
}

#morikawa_blog a {
	font-weight: 300;
}

#left {
	width: 200px;
	background-color: #FFFFFF;
	clear: right;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}


#left img{
	margin-top: 3px;
	margin-bottom: 3px;
}

#left p{
	font-size: 11px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
}

#left_2400 {
	width: 200px;
	background-color: #FFFFFF;
	clear: right;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	height: 2400px;
}


#left_2400 img{
	margin-top: 3px;
	margin-bottom: 3px;
}

#left_2400 p{
	font-size: 11px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
}


#right {
	width: 680px;
	background-color: #FFFFFF;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}


#right_2400 {
	width: 680px;
	background-color: #FFFFFF;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	height: 2400px;
}


#footer01 {
	width: 100%;
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
}


#footer01 a:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}


#footer01 a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}


#footer01 a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}



#footer02 {
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.8em;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	background-color: #FF6699;
	padding-bottom: 10px;
}


.guide {
	width: 650px;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	text-indent: 2em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.guide a:link {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}


.guide a:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}


.guide a:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}



.left_menu {
	margin-top: 15px;
}

.left_menu p{
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.left_menu a:link {
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}


.left_menu a:hover {
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}


.left_menu a:visited {
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}




.news01 {
	width: 620px;
	height: 180px;
	background-color: #f9f9f9;
	text-align: left;
	text-indent: 2em;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	overflow: auto;
	visibility: visible;
	z-index: auto;
	padding-top: 5px;
	padding-bottom: 8px;
}

.news01 p{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
}


.news01 a:link {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}


.news01 a:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}


.news01 a:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

p.remarks {
	font-size: 12px;
	font-weight: normal;
}


.txt001 {
	width: 600px;
	margin-bottom: 10px;
}

.txt001 p{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
}


.txt002 {
	font-size: 12px;
	line-height: 1.2em;
}




.txt003 {
	width: 600px;
	margin-bottom: 10px;
}

.txt003 p{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
}

.txt003 a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.txt003 a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.txt003 a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.txt004 {
	background-color: #FFFF99;
	color: #666666;
}

.txt005 {
	color: #ff0000;
}

.txt006 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 0.5em;
	color: #FF6699;
	line-height: 1.8em;
}

.txt007 {
	padding: 10px;
	width: 450px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #FF0000;
}

.txt007 p{
	font-size: 14px;
	text-align: left;
	text-indent: 3em;
	margin-top: 3px;
	margin-bottom: 5px;
}


.txt008 {
	width: 600px;
	text-align: right;
}

.txt008 a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.txt008 a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.txt008 a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.txt009 {
	line-height: 1.6em;
	color: #666666;
	font-size: 12px;
	text-align: left;
}

.txt010 {
	width: 450px;
	margin-left: 5px;
	margin-bottom: 15px;
	border: 3px solid #ffccdd;
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px;
}

.txt011 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	text-indent: 1em;
	letter-spacing: 1px;
}

.txt012 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	text-indent: 1em;
	letter-spacing: 1px;
	width: 580px;
}

.txt013 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 5em;
	color: #FF6699;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

.txt014 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	text-align: right;
	text-indent: 1em;
	letter-spacing: 1px;
}



.bg001 {
	width: 170px;
	background-image: url(img/bg02.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}


.bg001 p{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bg001 a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.bg001 a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.bg001 a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.bg002 {
	width: 170px;
	background-image: url(img/bg03.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}


.bg002 p{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bg002 a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.bg002 a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.bg002 a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}



.img001 {
	margin: 2px;
	border: 1px solid #CCCCCC;
}

.img002 {
	margin: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.img003 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.img004 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.img005 {
	float: left;
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.img005 {
		float: none;
		margin: 8px auto auto 0;
		width: 175px;
		height: auto;
	}
	td.logo{
		text-align: left;
	}
	td.info{
		padding-top: 8px;
		padding-right: 8px;
	}
}





.box001 {
	width: 550px;
	background-color: #fff9f9;
	text-align: left;
	text-indent: 2em;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
}

.box001 p{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
}


.box001 a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.box001 a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.box001 a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.box002 {
	text-align: right;
	margin-right: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
}

