@media screen and (min-width: 1000px),print {

/* +++++++++++++++++++++ base config +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #6ac17a; text-decoration: none; }
a:hover  { color: #b7e3bf; text-decoration: none; }

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

img { border-style: none; border-width: 0px; }

/***** end *****/

/* ++++++ area wide - config ++++++ */

#container { overflow: hidden; width: 100%; }

	#center	{
		width: 1000px;
		}

	#center02	{
		width: 1000px;
		}

	#center03	{
		width: 1000px;
		}

	#center-web	{
		width: 750px;
		}

	#archive-center	{
		width: 700px;
		}


	/* sidebar */

        #left {
                width: 280px;

                }



.right {
	float: right;
	margin: 10px 10px 10px 10px;
	border-style: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 10px;
	border-style: none;

	}

/* ++++++ area wide - config END ++++++ */

body {
       	text-align: center;
       	background-color: #ffffff;
       	background-image: url(http://www.vanx.jp/blog/images0/);
       	background-repeat: repeat;
       	background-attachment: scroll;
       	background-position: 50% 0%;
       	font-family:メイリオ,"lucida grande","ヒラギノ角ゴシック Pro", tahoma, verdana, arial, sans-serif;
        padding: 0px;
        margin: 0px;
}


/***** subtitle area *****/

#subtitle-area {
       	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom:  0px;
        background-color: #ffffff;
        height: 550px;
        clear: both;
}

#subtitle-area-cat {
       	text-align: right;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom:  0px;
        background-color: #f5f5f5;
       	background-image: url(http://www.vanx.jp/blog/images0/subtitle-cat.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 0%;
        background-size: cover;
        height: 200px;
        clear: both;
}

#subtitle-area-blog {
       	text-align: right;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom:  0px;
        background-color: #f5f5f5;
       	background-image: url(http://www.vanx.jp/blog/images0/subtitle-blog.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
        background-size: cover;
        height: 200px;
        clear: both;
}

#head-select {
        margin: 0px auto;
        padding: 100px 0px 0px 0px;
       	text-align: center;
	background-color: #;
	height: 375px;
        width: 1000px;
	}

.blog-h3	{
        padding: 95px 0px 10px 0px;
        margin: 0px auto;
        width: 1000px;
        }

.blog-h3 h3	{
        color: #ffffff;
        width: 380px;
        height: 90px;
        margin: 0px auto;
        text-align: right;
        line-height: 50px;
       	background-image: url(http://www.vanx.jp/blog/images0/blogh3.png);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        }


.archive-h3	{
        padding: 95px 0px 10px 0px;
        margin: 0px auto;
        width: 1000px;
        }

.archive-h3 h3	{
        color: #ffffff;
        font-size: 23px;
        height: 90px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        line-height: 90px;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
        font-weight: bold;
       	background-image: url(http://www.vanx.jp/blog/images0/blogh3.png);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 0% 50%;
        }

.archive-h3 h3 a:link, .archive-h3 h3 a:visited, .archive-h3 h3 a:active  { color: #ffffff; text-decoration: none; }
.archive-h3 h3 a:hover  { color: #6ac17a; text-decoration: none; }

.archive-h3 span	{
        display:block;
	font-size: 12px;
        padding: 0px 0px 0px 0px;
        border-top: solid 0px #ffffff;
	color: #ffffff;
        text-align: right;
        line-height: 150%;
	}




/***** subtitle area END *****/


/***** headfixed-area *****/


#head-area {
       	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:  0px;
        padding-bottom:  0px;
        width: 100%;
}


#title  {
       	text-align: center;
        margin: 0px;
        padding: 0px;
        width: 100%;
        z-index: 5000;
       	background-color: rgba(255,255,255,0.5);
       	background-image: url(http://www.vanx.jp/blog/images0/header-bottom.png);
       	background-repeat: repeat-x;
       	background-attachment: scroll;
       	background-position: 50% 100%;
	position: fixed !important;
        top: 0;
        left: 0;
	}

#title-box  {
       	text-align: center;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        width: 1000px;
        height: 70px;
        clear: both;
	}


.h1box {
        float: left;
        width: 350px;
        height: 70px;
        margin: 5px 0px;
        background-color: #;
	}

.h1box img  {
        float: left;
        width: 120px;
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        padding: 0px;
        margin: 5px 0px 0px 0px;
        line-height: 14px;
}

.h1box h1  {
        float: left;
        width: 210px;
        color: #000000;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 15px 10px 15px 10px;
        line-height: 20px;
}


.h1box h1 a:link, .h1box h1 a:visited, .h1box h1 a:active  { color: #271f1d; text-decoration: none; display: block;}
.h1box h1 a:hover  { color: #6ac17a; text-decoration: none; display: block;}



.logo-menu a:link, .logo-menu a:visited, .logo-menu a:active  { color: #000000; text-decoration: none; display: block;}
.logo-menu a:hover  { color: #21532e; text-decoration: none; display: block;}


.header-right  {
        float: right;
       	text-align: center;
        margin: 5px 0px;
       	padding: 0px 0px;
        width: 160px;
        height: 70px;
        }

#js__nav h2  {
        color: #755b3e;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
        padding: 10px;
        margin: 0px 0px;
        line-height: 18px;
        background-color: rgba(255,255,255,0.8);
        border-bottom: 3px double #755b3e;
}

.header-right ul  {
       	text-align: center;
       	margin: 10px 0px 10px 0px;
       	padding: 0px;
        list-style: none;
}

.header-right li  {
        float: left;
       	text-align: center;
       	margin: 0px 0px;
       	padding: 0px 0px;
        list-style: none;
}

.header-right li img {
       	text-align: center;
       	margin: 0px 0px;
       	padding: 0px 0px;
}





/***** head-event area END *****/

/***** banner10-area *****/

.banner10-area {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        clear: both;
	}

.banner10-area h4 {
        color: #ffffff;
        font-size: 14px;
        width: 300px;
        text-align: center;
        font-weight: normal;
        padding: 8px 0px 25px 0px;
        margin: 0px auto 20px auto;
        line-height: 14px;
        background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/banner10areah4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 0% 100%;
        }

.banner10-area h4 span {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #ff8000;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        }

.banner10box {
        float: left;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 300px;
	}

.banner10boxend {
        float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 300px;
	}

.banner10box img {
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: normal;
        margin: 0px 0px;
        width: 300px;
        display: block;
	}

.banner10box h5 {
        background-color: #ff8000;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        padding: 5px;
        margin: 0px 0px;
        display: block;
        width: 290px;
	}

.banner10box h5 a:link, .banner10box h5 a:visited, .banner10box h5 a:active  { color: #ffffff; text-decoration: none; display: block; }
.banner10box h5 a:hover  { color: #ffd0a0; text-decoration: none; display: block; }


/***** banner10-area END *****/



/***** TOP welcome area *****/

.topwelcome {

        }

.topwelcome h3 {
	background-color: #ffffff;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        margin: 10px auto;
        width: 250px;
        }

.topwelcome h4 {
        padding: 0px;
        text-align: center;
        margin: 0px;
        font-size: 18px;
        text-shadow: 2px 2px 2px rgba(255,255,255,1.0);
        color: #ff8000;
        }

.topwelcome p {
	color: #333333;
        font-size: 14px;
        margin: 10px 90px 20px 90px;
        }

.topmore {
	background-color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        color: #ff8000;
        border-bottom: 2px solid #ff8000;
        margin: 0px auto;
        text-align: center;
        width: 150px;
        padding: 5px 10px;
        display: block;
        }

.topmore a:link, .topmore a:visited, .topmore a:active  { color: #ff8000; text-decoration: none; display: block; }
.topmore a:hover  { color: #ffe8d1; text-decoration: none; display: block; }


/***** TOP welcome area END *****/



/***** wrapper area *****/

#wrapper{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/center01back.jpg);
       	background-repeat: repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
}

#center {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: rgba(255,255,255,0.50);
	width: 1000px;
	overflow: hidden;
        }


#wrapper02 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}



#wrapper03 {
        clear: both;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #dfdfdf;
}


#center02 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 1000px;
	overflow: hidden;
        }

#center03 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 1000px;
	overflow: hidden;
        }


#center-web {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 125px;
	margin-left: 125px;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 750px;
	overflow: hidden;
        }

#archive-wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
}

#archive-center {
	float: right;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 10px;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 700px;
	overflow: hidden;
        }


#center03 img {
	margin: 20px;
        text-align: center;
        vertical-align: middle;
        }

/***** TOP NEWS area *****/

#news-area {
        width: 1000px;
        margin: 0px 0px 0px 0px;
        padding: 20px 0px;
        clear: both;
	}

.allentry01 {
        width: 480px;
        float: left;
        margin: 0px 10px 30px 10px;
        padding: 0px;
        }

.allentry02 {
        width: 480px;
        float: right;
        margin: 0px 10px 30px 10px;
        padding: 0px;
        }

.allentry01 h4 {
        color: #ffffff;
        font-size: 14px;
        width: 300px;
        text-align: center;
        font-weight: normal;
        padding: 8px 0px 25px 0px;
        margin: 0px auto 20px auto;
        line-height: 14px;
        background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/allentry01h4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 0% 100%;
        }

.allentry01 h4 span {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #ff8000;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        }

.allentry02 h4 {
        color: #ffffff;
        font-size: 14px;
        width: 300px;
        text-align: center;
        font-weight: normal;
        padding: 8px 0px 25px 0px;
        margin: 0px auto 20px auto;
        line-height: 14px;
        background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/allentry02h4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 0% 100%;
        }

.allentry02 h4 span {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #ff8000;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        }


/***** TOP NEWS area END *****/


/***** wrapper area END *****/


/**** All-entry ****/

.allentry-area {
       clear: both;
       margin: 0px 0px;
       padding: 0px 0px 50px 0px;
       overflow: hidden;
        }


.allentry-box {
       float: left;
       width: 150px;
       height: 150px;
       float: center;
       border: solid 0px #9a6634;
       margin: 0px 10px 10px 0px;
       padding: 0px;
       overflow: hidden;
        }

.allentry-box02 {
       width: 480px;
       height: 150px;
       border: solid 0px #9a6634;
       background-color: #ffffff;
       margin: 0px 0px 10px 0px;
       padding: 0px;
       overflow: hidden;
        }


figure {
       width: 150px;
       height: 150px;
       font-size: 14px;
       margin: 0px 0px 10px 0px;
       padding: 0px 0px;
       display: block;
       text-align: center;
       overflow: hidden;
        }

figure a:link, figure a:visited, figure a:active  { color: #ffffff; text-decoration: none; }
figure a:hover  { color: #9a6634; text-decoration: none; }

.noimage {
       width: 150px;
       height: 150px;
       font-size: 14px;
       line-height: 150px;
       display: block;
       background-color: #9b9b9b;
       padding: 0px 0px;
       text-align: center;
       color: #ffffff;
        }

.entry-detail {
        width: 320px;
        float: left;
	margin: 0px 10px 0px 0px;
	line-height: 150%;
	padding: 0px;
        overflow: hidden;
        }

.entry-detail span {
        display: block;
	line-height: 150%;
	padding: 0px;
        color: #9b9b9b;
	font-size: 12px;
        }

.entry-detail h5 {
	margin: 0px 0px 10px 0px;
	line-height: 150%;
        overflow: hidden;
	padding: 0px;
        color: #ff8000;
        background-color: #;
	font-size: 14px;
	font-weight: bold;
        }

.entry-detail h5 a:link, .entry-detail h5 a:visited, .entry-detail h5 a:active  { color: #ff8000; text-decoration: none; }
.entry-detail h5 a:hover  { color: #ffb366; text-decoration: none; }

.entry-detail p {
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	padding: 0px;
        font-size: 12px;
        color: #9b9b9b;
        }




/**** All-entry END ****/

/***** TOP NEWS area END *****/

/***** allcontact area *****/


.allcontact {
       clear: both;
       margin: 0px 0px;
       padding: 0px 0px;
       overflow: hidden;
       width: 1000px;
        }


.allcontact ul {
	margin: 20px 0px 0px 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #;
	overflow: hidden;
	font-size: 12px;
	color: #ffffff;
	line-height: 180%;
        list-style: none;
        }


.allcontact li {
        float: left;
        width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 15px;
	line-height: 180%;
        }

.allcontact li img {
        max-width: 300px;
        }


/***** allcontact area END *****/


/***** top-footernavi-area area *****/

#footernavi-area {
	clear: both;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	background-image: url(http://www.vanx.jp/blog/images0/footer-top.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
        }


#footernavi {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        background-color: #;
	width: 1000px;
	overflow: hidden;
        clear: both;
        }

.footerarea {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #;
	width: 1000px;
	overflow: hidden;
        clear: both;
        border-top: dotted 2px #cccccc;
        border-bottom: dotted 2px #cccccc;
        }

.footerarea h6 {
        width: 150px;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        margin: 20px auto;
        padding: 10px 10px;
        text-decoration: none;
        font-weight: bold;
        background-color: #b7e3bf;
        vertical-align: middle;
        }

.sitemaplist {
        text-align: left;
        color: #9b9b9b;
        font-size: 13px;
        line-height: 150%;
        padding: 0px 0px;
        margin: 15px 10px;
        }

.sitemaplist ul {
        text-align: left;
        color: #9b9b9b;
        font-size: 13px;
        line-height: 150%;
        list-style: none;
        padding: 0px 10px;
        }

.sitemaplist li {
        float: left;
        list-style: none;
        text-align: left;
        color: #9b9b9b;
        font-size: 13px;
        line-height: 150%;
        margin: 0px 10px 0px 0px;
        }

.sitemaplist li a:link, .sitemaplist li a:visited, .sitemaplist li a:active  { color: #9b9b9b; text-decoration: none; }
.sitemaplist li a:hover  { color: #6ac17a; text-decoration: none; }



#footer-link01 {
	margin: 30px auto;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 180%;
        width: 600px;
        }


#footer-link01 ul {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: #;
	overflow: hidden;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 180%;
        list-style: none;
        }


#footer-link01 li {
        color: #9b9b9b;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	line-height: 170%;
        }

#footer-link01 img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 180%;
        }



.footer-end{
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 10px;
        background-color: #;
        border-top: solid 0px #999999;
       }

.footer-end p {
        width: 1000px;
        margin: 0px auto 0px auto;
	text-align: center;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 12px;
        color: #2b1700;
	overflow: hidden;
        clear: both;
        background-color: #;
        border-bottom: solid 0px #ffffff;
        }

.footer-end p.copyright {
        width: 1000px;
        margin: 5px auto 0px auto;
	text-align: center;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 12px;
        color: #6ac17a;
	overflow: hidden;
        clear: both;
        background-color: #;
        }

.footer-end p.copyright a:link, .footer-end p.copyright a:visited, .footer-end p.copyright a:active  { color: #6ac17a; text-decoration: none; }
.footer-end p.copyright a:hover  { color: #b7e3bf; text-decoration: none; }

/**** upback ****/

#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 30px;
        right: 10px;
        width: 50px;
        background-color: #;
}


/**** upback END ****/


/***** top-footernavi-area END *****/

/*** left area ****/

#left {
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom:  0px;
	background-color: #;
	overflow: hidden;
        }

.leftcategory {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom:  20px;
	background-color: #;
	overflow: hidden;
        }

.leftcategory h4 {
        color: #333333;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        padding: 8px 0px 25px 0px;
        margin: 50px 0px 20px 0px;
        line-height: 14px;
        background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/lefth4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 100%;
        }

.leftcategory ul {
	margin: 0px;
        padding: 0px;
        list-style: none;
        }

.leftcategory li {
        list-style: none;
        font-size: 13px;
        }

.leftcategory li.menu-line {
	margin: 30px 0px 15px 0px;
        padding: 5px 10px 10px 10px;
        border-bottom: 1px dashed #333333;
        display: block;
        }

.leftcategory li.menu-list {
	margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
        display: block;
        }

.leftcategory li.menu-home {
	margin: 0px 0px 10px 0px;
        padding: 5px 10px 5px 10px;
        display: block;
        }

.leftcategory li a:link, .leftcategory li a:visited, .leftcategory li a:active  { color: #333333; text-decoration: none; display: block; }
.leftcategory li a:hover  { color: #6ac17a; text-decoration: none; display: block; }

.menu-home {
        color: #333333;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        line-height: 14px;
        background-color: #;
        border-bottom: dotted 1px #6ac17a;
        }


/***** left area END *****/



/***** Blog content *****/


.navi  {
        color: #6ac17a;
        text-decoration: none;
        margin: 0px auto;
        padding: 0px 0px;
        text-align: right;
        font-size: 11px;
        border-radius: 0px;
	}

.navi a:link, .navi a:visited, .navi a:active  { color: #6ac17a; text-decoration: none; }
.navi a:hover  { color: #b7e3bf; text-decoration: none; }

.navi span  {
        color: #6ac17a;
        font-size: 8px;
        padding: 0px 5px;
        line-height: 8px;
	}

.navi ul {
    margin: 0px 0px;
    padding: 0px;
}  

.navi li {  
    display: inline;
    margin: 0px 2px;
    font-size: 11px;
    background-color: #;
}  



.content	{
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 180%;

	}

.entry	{
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #333333;
        clear: both;
	}



.web-img img{
       display: block;
       margin: 10px auto;
        }

.web-img-2block {
       display: block;
       width: 50%;
       float: left;
       margin: 20px auto;
        }

.web-img-2block img {
       display: block;
       margin: 0px auto;
       padding: 0px;
        }

.web-img-2block p.unchiku {
        text-align: right;
        padding: 0px 0px 0px 10px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-2block p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.web-img-1block {
       display: block;
       width: 100%;
       margin: 20px auto;
        }

.web-img-1block img {
       display: block;
       margin: 0px auto;
       padding: 0px;
        }

.web-img-1block p.unchiku {
        text-align: right;
        padding: 0px 0px 0px 10px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-1block p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.web-img-1block-right {
       float: right;
       margin: 0px 0px 0px 10px;
        }

.web-img-1block-right img {
       display: block;
       margin: 0px auto;
       padding: 0px;
        }

.web-img-1block-right p.unchiku {
        text-align: right;
        padding: 0px 0px 0px 10px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-1block-right p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.web-img-1block-left {
       float: left;
       margin: 0px 10px 0px 0px;
        }

.web-img-1block-left img {
       display: block;
       margin: 0px auto;
       padding: 0px;
        }

.web-img-1block-left p.unchiku {
        text-align: right;
        padding: 0px 10px 0px 0px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-1block-left p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.mt-image-none{
       display: block;
       margin: 10px auto;
        }

.web-img-right {
	float: right;
        margin: 0px 0px 10px 10px;
	}

.mt-image-right {
	float: right;
        margin: 0px 0px 10px 10px;
	}


.web-img-left {
	float: left;
        margin: 0px 10px 10px 0px;
	}

.mt-image-left {
	float: left;
        margin: 0px 10px 10px 0px;
	}


.floatx 	{
       clear: both;
	}


/* entry */

.content h3	{
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #;
        line-height: 130%;
	background-image: url(http://www.vanx.jp/blog/images0/contenth3back.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
        clear: both;
	}

.content h3 a:link, .content h3 a:visited, .content h3 a:active  { color: #ffffff; text-decoration: none; }
.content h3 a:hover  { color: #efefef; text-decoration: none; }

.content h3 span	{
	font-size: 15px;
        padding: 0px;
	color: #b7e3bf;
        text-align: right;
        line-height: 180%;
	}


.entry h4	{
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	border-left: double 3px #6ac17a;
	padding: 5px 5px 5px 10px;
        color: #6ac17a;
	font-weight: bold;
        clear: both;
}


.entry h4 a:link, .entry h4 a:visited, .entry h4 a:active	{
        color: #6ac17a;
        text-decoration: none;
        }

.entry h4 a:hover  { color: #b7e3bf; text-decoration: none; }

.entry h4 span	{
	font-size: 12px;
        padding: 3px;
	color: #eeb07e;
        text-align: left;
        line-height: 180%;
	}


.entry h5       {
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-weight: bold;
        clear: both;
        background-color: #ffd7b7;
        border-radius: 3px;
	}

.entry h6	{
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	border-bottom: dotted 1px #ff9f52;
	padding: 10px 10px 0px 10px;
	color: #b1560c;
	font-weight: bold;
        clear: both;
	}


.entry p 	{
	font-size: 14px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	line-height: 180%;
	}

.entry hr	{
        clear: both;
	color: #ffffff;
	border-top: solid 1px #6e5048;
	padding: 0px;
        margin: 30px 0px;
	}

.entry strong 	{
	font-size: 15px;
	color: #d46a00;
        padding: 0px 2px;
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(255,169,83,0.8);
	}

.entry blockquote	{
	font-size: 14px;
	color: #666666;
	line-height: 180%;
	padding: 10px;
	margin: 10px 10px;
        background-color: #fff2e5;
	border-color: #ff9f52;
	border-width: 2px 2px 2px 2px;
	border-style: dashed;
        clear: both;
	}

.entry ul {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	padding: 0px;
	}

.entry li {
	text-align: left;
	font-size: 15px;
        padding: 5px 0px 5px 40px;
	margin: 0px 0px 6px 0px;
	background-image: url(http://www.vanx.jp/blog/images0/entry-list.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
        border-bottom: dotted 0px #cdb8b2;
        color: #ac4019;
	}

.entry ol li {
	text-align: left;
	font-size: 15px;
	margin-bottom: 6px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}

.entry table	{
	font-size: 14px;
	color: #333;
	line-height: 120%;
        margin: 10px auto;
	}

.entry table,td	{
	font-size: 15px;
	color: #755b3e;
	line-height: 120%;
	}

.entry p.posted	{
        clear: both;
	font-size: 14px;
	color: #cccccc;
	border-top: solid 2px #cccccc;
	padding-top: 10px;
	padding-bottom: 30px;
        text-align: center;
        clear: both;
	}

.entry p.posted	span {
        clear: both;
	font-size: 12px;
	color: #6ac17a;
	border-top: solid 0px #7a4501;
	padding-top: 10px;
	}


/***** gallery area *****/

.gallery-area {
       clear: both;
       margin: 0px 0px;
       padding: 20px 0px;
       overflow: hidden;
	}


.gallery-box {
       width: 430px;
       height: 150px;
       float: left;
       background-color: #efefef;
       margin: 0px 0px 10px 30px;
       padding: 10px;
       overflow: hidden;
        }

.gallery-box a:hover { 

        }

.gallery-box img {
       width: 150px;
       height: 150px;
       margin: 0px 20px 0px 0px;
       float: left;
        }

.gallery-box h4 {
       color: #21532e;
       font-size: 15px;
       font-weight: normal;
       line-height: 150%;
       margin: 10px 0px;
        }

.gallery-box p {
       color: #333333;
       font-size: 12px;
       font-weight: normal;
       line-height: 190%;
        }


.gallery {
        width: auto;
        margin: 0px auto 0px auto;
        padding: 0px 0px;
        background-color: #;
        clear: both;
	}

.gallery p {
        color: #333333;
        font-size: 12px;
        font-weight: normal;
        line-height: 150%;
        text-align: left;
        padding: 5px 0px 5px 0px;
        margin: 0px 0px;
        display: block;
        }

.gallery-data {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        line-height: 150%;
        text-align: center;
        padding: 0px;
        margin: 0px 0px;
        display: block;
        }

.gallery ul {
        width: 100%;
	margin: 0px 0px 0px 0px;
        padding: 0px 75px;
        background-color: #;
        clear: both;
        background-img: none;
	list-style-type: none;
	line-height: 150%;
	}

.gallery li {
       margin: 10px;
       float: left;
       padding: 10px 10px 3px 10px;
       background-color: #dddddd;
       background-image: none;
       line-height: auto;
}

.gallery li img {
       margin: 0px;
       padding: 0px;
       line-height: auto;
       border: 0px;
}

/***** works area END *****/




/***** Blog content END *****/

.co-prof {
width: 100%;
margin: 0px 0px;
background-color: #ffffff;
text-align: center;
padding: 0px 0px 0px 0px;
color: #002003;
font-size: 14px;
font-weight: bold;
border: solid 1px #d5fee3;
border-collapse: collapse;
}

.co-prof th{
width: 20%;
margin: 0px 0px;
background-color: #d7d7d7;
text-align: left;
padding: 10px 10px 10px 10px;
color: #000000;
font-size: 14px;
font-weight: bold;
text-align: center;
border: solid 1px #d5fee3;
border-collapse: collapse;
}

.co-prof td{
margin: 0px 0px 5px 0px;
background-color: #ffffff;
text-align: left;
padding: 10px 10px 10px 30px;
line-height: 180%;
font-size: 14px;
font-weight: normal;
border: solid 1px #d5fee3;
border-collapse: collapse;
}


.flow-table {
width: 100%;
margin: 10px 0px;
background-color: #;
text-align: left;
padding: 0px 0px 0px 0px;
color: #200001;
font-size: 14px;
font-weight: bold;
border-collapse: collapse;
}


.flow-table th{
width: 20%;
margin: 10px 0px;
background-color: #ffffff;
text-align: center;
padding: 10px 10px 40px 10px;
color: #8b8468;
font-size: 14px;
font-weight: bold;
background-image: url(http://www.vanx.jp/blog/images0/flow-img01.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 50% 100%;
border: solid 1px #ffffff;
}

.flow-table td{
margin: 10px 0px 10px 0px;
background-color: #;
text-align: left;
padding: 10px 10px 30px 10px;
line-height: 180%;
font-size: 14px;
font-weight: normal;
border: solid 1px #ffffff;
}


/***** entrylink *****/

.entrylink  {
        border-bottom: double 3px #6ac17a;
        font-size: 15px;
        padding: 5px;
        color: #cccccc;
        clear: both;
}

.entrylink span {
        color: #359a47;
}

.entrylink a:link, .entrylink a:visited, .entrylink a:active	{
        color: #359a47;
        text-decoration: none;
        }

.entrylink a:hover  { color: #b7e3bf; text-decoration: none; }


/***** entrylink END *****/



/***** contact-form *****/

.contact-form-page {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 750px;
	overflow: hidden;
        }

.contact-form-page h3	{
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #;
        line-height: 130%;
	background-image: url(http://www.vanx.jp/blog/images0/contenth3back.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
        clear: both;
	}

.contact-form{
width: 90%;
margin: 10px auto;
padding: 10px;
background-color: #ffffff;
border: solid 1px #bdbdbd;
border-collapse: collapse;
}

p.pr-rights {
font-size: 11px;
color: #be2800;
text-align: right;
}

.contact-form span{
margin: 0px 10px;
padding: 0px 5px;
color: #ffffff;
font-weight: normal;
background-color: #aaaaaa;
border-radius: 5px;
}


.contact-form th{
width: 25%;
margin: 0px 0px;
background-color: #dddddd;
text-align: left;
padding: 10px 10px 10px 10px;
color: #200001;
font-size: 13px;
font-weight: bold;
border: solid 1px #bdbdbd;
}

.contact-form td{
margin: 0px 0px 5px 0px;
background-color: #eeeeee;
text-align: left;
padding: 10px 10px;
line-height: 180%;
font-size: 13px;
border: solid 1px #bdbdbd;
}


input.input-name{
margin: 0px 0px 0px 0px;
width: 40%;
}

input.input-kana{
margin: 0px 0px 0px 0px;
width: 40%;
}

input.input-zip{
margin: 0px 0px 0px 0px;
width: 40%;
}

input.input-pref{

}

input.input-address{
margin: 0px 0px 0px 0px;
width: 80%;
}

input.input-tel{
margin: 0px 0px 0px 0px;
width: 30%;
}

input.input-mail{
margin: 0px 0px 0px 0px;
width: 50%;
}

input.input-person{
margin: 0px 0px 0px 0px;
width: 10%;
}

input.input-month {
margin: 0px 0px 0px 0px;
width: 5%;
}

input.input-day {
margin: 0px 0px 0px 0px;
width: 5%;
}

input.input-time {
margin: 0px 0px 0px 0px;
width: 5%;
}


.contact-form select{
margin: 0px 0px 0px 0px;
}

.contact-form textarea{
margin: 0px 0px;
width: 95%;
height: 50px;
font-size: 13px;
}

.contact-form-end{
margin: 0px 0px;
text-align: center;
padding: 10px 10px 10px 10px;
border-top: solid 0px #702900;
font-size: 16px;
}


/***** contact-form END *****/



/* comment */

#comments {
        width: 80%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #22130c;
}

#comments h4{
	font-size: 13px;
	background-color: #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
        overflow:hidden;
        color: #ffffff;
        border-radius: 0px;
        text-align: left;
}


#comments h2 {
	font-size: 13px;
	background-color: #ededed;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
        overflow:hidden;
        color: #333333;
        border-radius: 0px;
        text-align: left;
	}
#comments h2#com01 {
	font-size: 13px;
	background-color: #ffffff;
        color: #333333;
	}




#comments p	{
	font-size: 13px;
        padding: 10px;
        background-color: rgba(255,255,255,0.25);
        color: #333333;
        border-radius: 10px;
	}

#comments p.posted	{
	color: #333333;
        background-color: rgba(219,219,219,0.25);
	padding: 10px;
        text-align: right;
	}

#comments textarea	{
	width: 90%;
	height: 200px;
	}

.comment {
padding: 10px;
margin: 10px;
border: solid 1px #7a4501;

}


#comment-text{
width: 650px;
}

/**************** inspire ********************/

#comments-header,
#comments-open-header {
    margin: 15px 0;
}

#comment-content,
#comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 13px;
    line-height: 150%;
    word-break: break-all;
}

#comment-content p {
    margin-top: 10px;
    margin: 5px;
}

#comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: left;
}
.comments-open label {
    display: block;
}

/**************** inspire END ********************/



/***** googlemap *****/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 10px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/***** googlemap END *****/

/***** IE9UNDER *****/

.ie9under{
	position: fixed;
	top: 150px;
	right: 10px;
	font-size: 14px;
	background: #000000;
	border-radius: 5px;
        width: 200px;
        text-align: left;
        padding: 10px;
}

.ie9under h5 {
	font-size: 16px;
        color: #ffffff;
        margin: 0px 0px;
        margin: 0px 0px;
}

.ie9under p {
	text-decoration: none;
	color: #ffffff;
	padding: 10px 0;
	text-align: left;
	display: block;
}

/***** IE9UNDER END *****/

/*************** CONTENTS ***************/

/**** office-page ****/

#access {

}

#co-plof {

}

#newly {

}

#time {

}

#koubou {

}


/**** office-page END ****/












/***** content page-extended *****/

.page-extended {
	display: block;
	width: 150px;
        margin: 50px 0px 0px auto;
        background-color: #ff9727;
        border: solid 2px #ffd09e;
}

.page-extended a {
	display: block;
	width: 150px;
        padding: 5px;
        text-align: center;
        margin: 0px 20px 0px 0px;
        color: #ffffff;
}

.page-extended span {

}

.page-extended a:hover {
        color: #ffd09e;
}

/***** content page-extended END *****/

/***** content index-box  *****/

.index-box{
       background-color: #fffff;
       padding: 20px 20px 0px 20px;
       border: solid 3px #ffffff;
       border-radius: 10px;
       margin: 10px 0px;
        }

.monthly-box{
       background-color: #fffff;
       padding: 0px 0px 0px 0px;
       height: 200px;
       margin: 10px 0px;
       overflow: auto;
        }


/***** content index-box END *****/




}
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/********************************************************************** @media only screen and (min-width: 1000px) END **********************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/



@media only screen and (max-width: 999px) {

/* +++++++++++++++++++++ base config +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #6ac17a; text-decoration: none; }
a:hover  { color: #b7e3bf; text-decoration: none; }

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

img { border-style: none; border-width: 0px; }




/***** end *****/

/* ++++++ area wide - config ++++++ */


#container { overflow: hidden; width: 100%; }

	#center	{
		width: 100%;
		}

	#center02	{
		width: 100%;
		}

	#center03	{
		width: 100%;
		}

	#center-web	{
		width: 100%;
		}

	#archive-center	{
		width: 100%;
		}


	/* sidebar */

        #left {
                width: 100%;

                }



.right {
        display: block;
        margin: 10px auto;
	border-style: none;
        max-width: 100%;
	}
.left {
        display: block;
        margin: 10px auto;
	border-style: none;
        max-width: 100%;

	}

/* ++++++ area wide - config END ++++++ */

body {
       	text-align: center;
       	background-color: #ffffff;
       	background-image: url(http://www.vanx.jp/blog/images0/);
       	background-repeat: repeat;
       	background-attachment: scroll;
       	background-position: 50% 0%;
       	font-family:メイリオ,"lucida grande","ヒラギノ角ゴシック Pro", tahoma, verdana, arial, sans-serif;
        padding: 0px;
        margin: 0px;
        width: 100%;
}


/***** subtitle area *****/

#subtitle-area {
       	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #ffffff;
        clear: both;
}

#subtitle-area-cat {
       	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f5f5f5;
       	background-image: url(http://www.vanx.jp/blog/images0/subtitle-cat.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
        clear: both;
}

#subtitle-area-blog {
       	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f5f5f5;
       	background-image: url(http://www.vanx.jp/blog/images0/subtitle-blog.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
        clear: both;
}

#head-select {
        margin: 100px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
       	text-align: center;
	background-color: #;

	}

.blog-h3	{
        padding: 80px 0px 10px 0px;
        margin: 0px auto;
        width: 100%;
        }

.blog-h3 h3	{
        color: #ffffff;
        height: 80px;
        margin: 0px auto;
        text-align: right;
        line-height: 50px;
       	background-image: url(http://www.vanx.jp/blog/images0/blogh3.png);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
        background-size: 50%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        }

.archive-h3	{
        padding: 80px 0px 10px 0px;
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        }

.archive-h3 h3	{
        color: #ffffff;
        height: 80px;
        margin: 0px auto;
        text-align: right;
        line-height: 50px;
       	background-image: url(http://www.vanx.jp/blog/images0/blogh3.png);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
        background-size: 50%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        }

.archive-h3 h3 a:link, .archive-h3 h3 a:visited, .archive-h3 h3 a:active  { color: #ffffff; text-decoration: none; }
.archive-h3 h3 a:hover  { color: #ff8000; text-decoration: none; }

.archive-h3 span	{
        display:block;
	font-size: 12px;
        padding: 0px 5px 0px 5px;
        border-top: solid 0px #ffffff;
	color: #ffffff;
        text-align: center;
        line-height: 150%;
	}




/***** subtitle area END *****/


/***** headfixed-area *****/


#head-area {
       	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        padding: 0px 0px;
        width: 100%;

}


#title  {
       	text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        z-index: 5000;
       	background-color: rgba(255,255,255,0.5);
       	background-image: url(http://www.vanx.jp/blog/images0/header-bottom.png);
       	background-repeat: repeat-x;
       	background-attachment: scroll;
       	background-position: 50% 100%;
	position: fixed !important;
        top: 0;
        left: 0;
	}

#title-box  {
       	text-align: center;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
/***        height: 50px; ***/
        clear: both;
	}


.h1box {
        float: left;
/***        width: 330px; ***/
        margin: 5px 0px 5px 5px;
        background-color: #;
	}

.h1box img  {
        float: left;
        max-width: 100px;
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        padding: 0px;
        margin: 5px 0px 0px 0px;
        line-height: 14px;
}

.h1box h1  {
        float: left;
        color: #000000;
        font-size: 10px;
        text-align: left;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 15px 0px 15px 5px;
        line-height: 14px;
}


.h1box h1 a:link, .h1box h1 a:visited, .h1box h1 a:active  { color: #271f1d; text-decoration: none; display: block;}
.h1box h1 a:hover  { color: #ff8000; text-decoration: none; display: block;}

.logo-menu a:link, .logo-menu a:visited, .logo-menu a:active  { color: #000000; text-decoration: none; display: block;}
.logo-menu a:hover  { color: #21532e; text-decoration: none; display: block;}


.header-right  {
        float: right;
       	text-align: center;
        margin: 5px 0px;
       	padding: 0px 0px;
}

#js__nav h2  {
        color: #755b3e;
        font-size: 10px;
        text-align: center;
        font-weight: normal;
        padding: 10px;
        margin: 0px 0px;
        line-height: 12px;
        background-color: rgba(255,255,255,0.8);
        border-bottom: 3px double #755b3e;
}

.header-right ul  {
        display: none;
       	text-align: center;
       	margin: 0px auto;
       	padding: 0px;
        list-style: none;
}

.header-right li  {
       	text-align: center;
       	margin: 0px 0px;
       	padding: 0px 0px;
        list-style: none;
}

.header-right li img {
       	text-align: center;
       	margin: 0px 5px;
       	padding: 0px 0px;
}




/***** head-event area END *****/

/***** banner10-area *****/

.banner10-area {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
	}

.banner10-area h4 {
        color: #ffffff;
        font-size: 14px;
        width: 300px;
        text-align: center;
        font-weight: normal;
        padding: 8px 0px 25px 0px;
        margin: 0px auto 20px auto;
        line-height: 14px;
        background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/banner10areah4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 0% 100%;
        }

.banner10-area h4 span {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #ff8000;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        }


.banner10box {
/**        float: left; **/
        width: 80%;
	margin-top: 0px;
	margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
/**	margin-right: 10px; **/
/**	margin-left: 0px; **/
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        display: block;
	}

.banner10boxend {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        border-bottom: solid 0px #21532e;
        clear: both;
	}


.banner10box img {
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: normal;
        margin: 0px 0px;
        width: 100%;
        height: auto;
        display: block;
	}

.banner10box h5 {
        background-color: #ff8000;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        padding: 5px;
        margin: 0px 0px;
        display: block;
	}

.banner10box h5 a:link, .banner10box h5 a:visited, .banner10box h5 a:active  { color: #ffffff; text-decoration: none; display: block; }
.banner10box h5 a:hover  { color: #ffd0a0; text-decoration: none; display: block; }


/***** banner10-area END *****/

/***** TOP welcome area *****/

.topwelcome {

        }

.topwelcome h3 {
	background-color: #ffffff;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        margin: 10px auto;
        width: 250px;
        }

.topwelcome h4 {
        padding: 0px;
        text-align: center;
        margin: 0px;
        font-size: 15px;
        text-shadow: 2px 2px 2px rgba(255,255,255,1.0);
        color: #ff8000;
        }

.topwelcome p {
	color: #333333;
        font-size: 14px;
        margin: 10px 10px 20px 10px;
        }

.topmore {
	background-color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        color: #ff8000;
        border-bottom: 2px solid #ff8000;
        margin: 0px auto;
        text-align: center;
        width: 150px;
        padding: 5px 10px;
        display: block;
        }

.topmore a:link, .topmore a:visited, .topmore a:active  { color: #ff8000; text-decoration: none; display: block; }
.topmore a:hover  { color: #ffe8d1; text-decoration: none; display: block; }


/***** TOP welcome area END *****/





/***** wrapper area *****/

#wrapper{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/center01back.jpg);
       	background-repeat: repeat;
       	background-attachment: scroll;
       	background-position: 50% 50%;
}

#center {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: rgba(255,255,255,0.50);
	width: 90%;
	overflow: hidden;
        }




#wrapper02 {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;

}



#wrapper03 {
        clear: both;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #dfdfdf;
}

#center02 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 100%;
	overflow: hidden;
        }

#center03 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 100%;
	overflow: hidden;
        }


#center-web {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	overflow: hidden;
        }


#archive-wrapper{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
        overflow: hidden;
}


#archive-center {
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	overflow: hidden;
        }

#center03 img {
	margin: 10px;
        text-align: center;
        vertical-align: middle;
        }


/***** TOP NEWS area *****/

#news-area {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 20px 0px;
        clear: both;
	}


.allentry01 {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        }

.allentry02 {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        }



.allentry01 h4 {
        color: #ffffff;
        font-size: 14px;
        width: 300px;
        text-align: center;
        font-weight: normal;
        padding: 8px 0px 25px 0px;
        margin: 0px auto 10px auto;
        line-height: 14px;
        background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/allentry01h4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 0% 100%;
        }

.allentry01 h4 span {
        color: #ff8000;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        }

.allentry02 h4 {
        color: #ffffff;
        font-size: 14px;
        width: 300px;
        text-align: center;
        font-weight: normal;
        padding: 8px 0px 25px 0px;
        margin: 0px auto 10px auto;
        line-height: 14px;
        background-color: #;
       	background-image: url(http://www.vanx.jp/blog/images0/allentry02h4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 0% 100%;
        }

.allentry02 h4 span {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #ff8000;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        }



/***** TOP NEWS area END *****/


/***** wrapper area END *****/


/**** All-entry ****/

.allentry-area {
       clear: both;
       margin: 0px 0px;
       padding: 20px 0px;
       overflow: hidden;
        }


.allentry-box {
       float: left;
       max-width: 45%;
       border: solid 0px #9a6634;
       background-color: ;
       margin: 10px 0px 0px 10px;
       padding: 0px;
       overflow: hidden;
        }


.allentry-box02 {
       width: 70%;
       border: solid 0px #9a6634;
       background-color: #ffffff;
       margin: 10px auto;
       padding: 10px;
       text-align: left;
       overflow: hidden;
       box-shadow:0px 0px 5px 1px #999999;
       -moz-box-shadow:0px 0px 5px 1px #999999;
       -webkit-box-shadow:0px 0px 5px 1px #999999;
        }

figure {
       width: 150px;
       height: 150px;
       font-size: 14px;
       margin: 0px 0px 0px 0px;
       padding: 0px 0px;
       display: block;
       text-align: center;
       overflow: hidden;
        }

.allentry-box02 figure {
       width: 150px;
       height: 150px;
       font-size: 14px;
       margin: 0px auto;
       padding: 0px 0px;
       display: block;
       text-align: center;
       overflow: hidden;
        }

figure a:link, figure a:visited, figure a:active  { color: #ffffff; text-decoration: none; }
figure a:hover  { color: #9a6634; text-decoration: none; }

.noimage {
       width: 150px;
       height: 150px;
       font-size: 14px;
       line-height: 150px;
       display: block;
       background-color: #9b9b9b;
       padding: 0px 0px;
       text-align: center;
       color: #ffffff;
        }

.entry-detail {
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	padding: 0px;
        }

.entry-detail span {
        display: block;
	line-height: 150%;
	padding: 0px;
        color: #9b9b9b;
	font-size: 12px;
        }

.entry-detail h5 {
	margin: 0px 0px 10px 0px;
	line-height: 150%;
	padding: 0px;
        color: #ff8000;
        background-color: #;
	font-size: 14px;
	font-weight: bold;
        }

.entry-detail h5 a:link, .entry-detail h5 a:visited, .entry-detail h5 a:active  { color: #ff8000; text-decoration: none; }
.entry-detail h5 a:hover  { color: #ffb366; text-decoration: none; }

.entry-detail p {
	margin: 0px 0px 10px 0px;
	line-height: 150%;
	padding: 0px;
        font-size: 12px;
        color: #333333;
        color: #9b9b9b;
        }


/**** All-entry END ****/

/***** TOP NEWS area END *****/

/***** allcontact area *****/


.allcontact {
       clear: both;
       margin: 10px 0px;
       padding: 0px 0px;
       overflow: hidden;
       width: 100%;
        }


.allcontact ul {
        width: 80%;
	margin-top: 20px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
	padding: 0px 0px 0px 0px;
	background-color: #;
	font-size: 12px;
	color: #ffffff;
	line-height: 180%;
        list-style: none;
        }


.allcontact li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
        }

.allcontact li img {
        max-width: 100%;
        display: block;
        }

.allcontact span {
        display: none;
        }




/***** allcontact area END *****/


/***** top-footernavi-area area *****/

#footernavi-area {
	clear: both;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	background-image: url(http://www.vanx.jp/blog/images0/footer-top.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
        }


#footernavi {

	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        background-color: #;
	width: 100%;
	overflow: hidden;
        clear: both;
        }

.footerarea {
        display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
        background-color: #;
	width: 100%;
	overflow: hidden;
        clear: both;
        border-top: dotted 2px #cccccc;
        border-bottom: dotted 2px #cccccc;
        }

.footerarea h6 {
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        margin: 10px 10px;
        padding: 10px 10px;
        text-decoration: none;
        font-weight: normal;
        background-color: #ff8000;
        }

.sitemaplist {
        text-align: left;
        color: #9b9b9b;
        font-size: 13px;
        line-height: 150%;
        padding: 0px 0px;
        }

.sitemaplist ul {
        text-align: left;
        color: #9b9b9b;
        font-size: 13px;
        line-height: 150%;
        list-style: none;
        padding: 0px 10px;
        }

.sitemaplist li {
        float: left;
        list-style: none;
        text-align: left;
        color: #9b9b9b;
        font-size: 13px;
        line-height: 150%;
        margin: 0px 10px 0px 0px;
        }

.sitemaplist li a:link, .sitemaplist li a:visited, .sitemaplist li a:active  { color: #9b9b9b; text-decoration: none; }
.sitemaplist li a:hover  { color: #ff8000; text-decoration: none; }




#footer-link01 {
	margin: 50px auto 50px auto;
	text-align: center;
	padding: 0px;
        background-color: #ffffff;
	overflow: hidden;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 180%;
        }


#footer-link01 ul {
        width: 90%;
        display: table;
	margin: 0px auto;
	text-align: center;
	padding: 0px 10px;
	background-color: #;
	overflow: hidden;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 180%;
        list-style: none;
        }


#footer-link01 li {
	text-align: center;
	color: #9b9b9b;
	padding: 0px 0px 0px 0px;
	margin: 5px auto 5px auto;
	line-height: 170%;
        }

#footer-link01 img {
        max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	line-height: 180%;
        }



.footer-end{
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 10px;
        background-color: #;
        border-top: solid 0px #999999;
       }

.footer-end p {
        width: 100%;
        margin: 0px auto 0px auto;
	text-align: center;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 12px;
        color: #2b1700;
	overflow: hidden;
        clear: both;
        background-color: #;
        border-bottom: solid 0px #ffffff;
        }

.footer-end p.copyright {
        width: 100%;
        margin: 5px auto 0px auto;
	text-align: center;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 10px;
        color: #ff8000;
	overflow: hidden;
        clear: both;
        background-color: #;
        }

.footer-end p.copyright a:link, .footer-end p.copyright a:visited, .footer-end p.copyright a:active  { color: #ff8000; text-decoration: none; }
.footer-end p.copyright a:hover  { color: #ffc58b; text-decoration: none; }

/**** upback ****/

.upback {
display: none;
}

#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 30px;
        right: 0px;
        width: 50px;
        background-color: 
}


/**** upback END ****/


/***** top-footernavi-area END *****/

/*** left area ****/

#left {
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom:  0px;
	background-color: #;
	overflow: hidden;
        }

.leftcategory {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom:  20px;
	background-color: #;
	overflow: hidden;
        }

.leftcategory h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
        padding: 8px 0px 25px 0px;
        font-size: 16px;
        color: #271f1d;
       	background-image: url(http://www.vanx.jp/blog/images0/lefth4back.jpg);
       	background-repeat: no-repeat;
       	background-attachment: scroll;
       	background-position: 50% 100%;
	overflow: hidden;
        }

.leftcategory ul {
	margin: 0px;
        padding: 0px;
        list-style: none;
        }

.leftcategory li {
        list-style: none;
        font-size: 13px;
        }

.leftcategory li.menu-line {
	margin: 30px 0px 15px 0px;
        padding: 5px 10px 10px 10px;
        border-bottom: 1px dashed #333333;
        }

.leftcategory li.menu-list {
	margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
        display: block;
        }

.leftcategory li.menu-home {
	margin: 0px 0px 10px 0px;
        padding: 5px 10px 5px 10px;
        display: block;
        }

.leftcategory li a:link, .leftcategory li a:visited, .leftcategory li a:active  { color: #333333; text-decoration: none; display: block; }
.leftcategory li a:hover  { color: #ff8000; text-decoration: none; display: block; }

.menu-home {
        color: #333333;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        line-height: 14px;
        background-color: #;
        border-bottom: dotted 1px #6ac17a;
        }


/***** left area END *****/



/***** Blog content *****/


.navi  {
        color: #755b3e;
        text-decoration: none;
        margin: 0px 0px 20px 0px;
        padding: 5px 10px;
        text-align: left;
        font-size: 11px;
        border-radius: 0px;
        background-color: #efefef;
	}

.navi a:link, .navi a:visited, .navi a:active  { color: #755b3e; text-decoration: none; }
.navi a:hover  { color: #ff8000; text-decoration: none; }

.navi span  {
        color: #563a30;
        font-size: 8px;
        padding: 0px 5px;
        line-height: 8px;
	}

.navi ul {
    margin: 0px 0px;
    padding: 0px;
}  

.navi li {  
    display: inline;
    margin: 0px 2px;
    font-size: 11px;
    background-color: #;
}  



.content	{
        margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	line-height: 180%;

	}

.entry	{
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #333333;
        clear: both;
	}

.entry img {
 border-style: none;
 border-width: 0px;
 display: block;
 margin: 10px auto;
 max-width: 100%;
 }

.web-img img{
       display: block;
       margin: 10px 0px;
       max-width: 100%;
        }

.web-img-2block {
       display: block;
       margin: 20px auto;
        }

.web-img-2block img {
       display: block;
       margin: 0px;
       padding: 0px;
       max-width: 100%;
        }

.web-img-2block p.unchiku {
        background-color: #efefef;
        text-align: left;
        padding: 5px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-2block p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.web-img-1block {
       display: block;
       margin: 20px auto;
        }

.web-img-1block img {
       display: block;
       margin: 0px;
       padding: 0px;
       max-width: 100%;
        }

.web-img-1block p.unchiku {
        background-color: #efefef;
        text-align: left;
        padding: 5px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-1block p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.web-img-1block-right {
       display: block;
       width: 100%;
       margin: 20px auto;
        }

.web-img-1block-right img {
       display: block;
       margin: 0px auto;
       padding: 0px;
       max-width: 100%;
        }

.web-img-1block-right p.unchiku {
        background-color: #efefef;
        text-align: left;
        padding: 5px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-1block-right p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.web-img-1block-left {
       display: block;
       width: 100%;
       margin: 20px auto;
        }

.web-img-1block-left img {
       display: block;
       margin: 0px auto;
       padding: 0px;
       max-width: 100%;
        }

.web-img-1block-left p.unchiku {
        background-color: #efefef;
        text-align: left;
        padding: 5px;
	margin: 0px;
        line-height: 100%;
        }

.web-img-1block-left p span {
	font-size: 11px;
	color: #563a30;
        padding: 0px 0px 0px 0px;
	margin: 0px;

        }

.mt-image-none{
       display: block;
       margin: 10px 0px;
       max-width: 100%;
       height: auto;
        }

.web-img-right {
       margin: 10px 0px;
       max-width: 100%;
	}

.mt-image-right {
       display: block;
       margin: 10px 0px;
       max-width: 100%;
       height: auto;
	}


.web-img-left {
       margin: 10px 0px;
       max-width: 100%;
	}

.mt-image-left {
       display: block;
       margin: 10px 0px;
       max-width: 100%;
       height: auto;
	}

.mt-image-center {
       display: block;
       margin: 10px 0px;
       max-width: 100%;
       height: auto;
	}



.floatx 	{
       clear: both;
	}


/* entry */

.content h3	{
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #;
        line-height: 130%;
	background-image: url(http://www.vanx.jp/blog/images0/contenth3back.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
        clear: both;
	}

.content h3 a:link, .content h3 a:visited, .content h3 a:active  { color: #ffffff; text-decoration: none; }
.content h3 a:hover  { color: #ffe8d1; text-decoration: none; }

.content h3 span	{
	font-size: 15px;
        padding: 0px;
	color: #eeb07e;
        text-align: right;
        line-height: 180%;
	}


.entry h4	{
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	border-left: double 3px #ff8000;
	padding: 5px 5px 5px 10px;
        color: #ff8000;
	font-weight: bold;
        clear: both;
}


.entry h4 a:link, .entry h4 a:visited, .entry h4 a:active	{
        color: #ff8000;
        text-decoration: none;
        }

.entry h4 a:hover  { color: #eeb07e; text-decoration: none; }

.entry h4 span	{
	font-size: 12px;
        padding: 3px;
	color: #eeb07e;
        text-align: left;
        line-height: 180%;
	}


.entry h5       {
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-weight: bold;
        clear: both;
        background-color: #ffd7b7;
        border-radius: 3px;
	}

.entry h6	{
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	border-bottom: dotted 1px #ff9f52;
	padding: 10px 10px 0px 10px;
	color: #b1560c;
	font-weight: bold;
        clear: both;
	}


.entry p 	{
	font-size: 14px;
	color: #333333;
        padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
        line-height: 180%;
	}


.entry hr	{
        clear: both;
	color: #ffffff;
	border-top: solid 1px #6e5048;
	padding: 0px;
        margin: 30px 0px;
	}

.entry strong 	{
	font-size: 15px;
	color: #d46a00;
        padding: 0px 2px;
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(255,169,83,0.8);
	}

.entry blockquote	{
	font-size: 14px;
	color: #666666;
	line-height: 180%;
	padding: 10px;
	margin: 10px 10px;
        background-color: #fff2e5;
	border-color: #ff9f52;
	border-width: 2px 2px 2px 2px;
	border-style: dashed;
        clear: both;
	}

.entry ul {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	padding: 0px;
	}

.entry li {
	text-align: left;
	font-size: 15px;
        padding: 5px 0px 5px 40px;
	margin: 0px 0px 6px 0px;
	background-image: url(http://www.vanx.jp/blog/images0/entry-list.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
        border-bottom: dotted 0px #cdb8b2;
        color: #ac4019;
	}

.entry ol li {
	text-align: left;
	font-size: 15px;
	margin-bottom: 6px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}

.entry table	{
	font-size: 14px;
	color: #333;
	line-height: 120%;
        margin: 10px auto;
	}

.entry table,td	{
	font-size: 15px;
	color: #563a30;
	line-height: 120%;
	}

.entry p.posted	{
        clear: both;
	font-size: 14px;
	color: #cccccc;
	border-top: solid 2px #cccccc;
	padding-top: 10px;
	padding-bottom: 30px;
        text-align: center;
        clear: both;
	}

.entry p.posted	span {
        clear: both;
	font-size: 12px;
	color: #6ac17a;
	border-top: solid 0px #7a4501;
	padding-top: 10px;
	}


/***** gallery area *****/

.gallery-area {
       clear: both;
       margin: 0px 0px;
       padding: 20px 0px;
       overflow: hidden;
	}


.gallery-box {
       width: 100%;
       height: 150px;
       float: left;
       background-color: #efefef;
       margin: 0px 0px 10px 0px;
       padding: 10px;
       overflow: hidden;
        }

.gallery-box a:hover { 

        }

.gallery-box img {
       width: 150px;
       height: 150px;
       margin: 0px 20px 0px 0px;
       float: left;
        }

.gallery-box h4 {
       color: #21532e;
       font-size: 15px;
       font-weight: normal;
       line-height: 150%;
       margin: 10px 10px 10px 0px;
       padding: 0px;
        }

.gallery-box p {
       color: #333333;
       font-size: 12px;
       font-weight: normal;
       line-height: 190%;
        }


.gallery {
        width: auto;
        margin: 0px auto 0px auto;
        padding: 0px 0px;
        background-color: #;
        clear: both;
	}

.gallery p {
        color: #333333;
        font-size: 12px;
        font-weight: normal;
        line-height: 150%;
        text-align: left;
        padding: 5px 0px 5px 0px;
        margin: 0px 0px;
        display: block;
        }

.gallery-data {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        line-height: 150%;
        text-align: center;
        padding: 0px;
        margin: 0px 0px;
        display: block;
        }

.gallery ul {
	margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        background-color: #;
        clear: both;
        background-img: none;
	list-style-type: none;
	line-height: 150%;
	}

.gallery li {
       margin: 5px 5px 5px 0px;
       float: left;
       padding: 10px 10px 3px 10px;
       background-color: #dddddd;
       background-image: none;
       line-height: auto;
}

.gallery li img {
       max-width: 100%;
       margin: 0px;
       padding: 0px;
       line-height: auto;
       border: 0px;
}

/***** works area END *****/




/***** Blog content END *****/

.co-prof {
width: 100%;
margin: 0px 0px;
background-color: #ffffff;
text-align: center;
padding: 0px 0px 0px 0px;
color: #002003;
font-size: 14px;
font-weight: bold;
border: solid 1px #d5fee3;
border-collapse: collapse;
}

.co-prof th{
width: 20%;
margin: 0px 0px;
background-color: #d7d7d7;
text-align: left;
padding: 10px 10px 10px 10px;
color: #000000;
font-size: 14px;
font-weight: bold;
text-align: center;
border: solid 1px #d5fee3;
border-collapse: collapse;
}

.co-prof td{
margin: 0px 0px 5px 0px;
background-color: #ffffff;
text-align: left;
padding: 10px 10px 10px 10px;
line-height: 180%;
font-size: 14px;
font-weight: normal;
border: solid 1px #d5fee3;
border-collapse: collapse;
}

.flow-table {
width: 100%;
margin: 10px 0px;
background-color: #;
text-align: left;
padding: 0px 0px 0px 0px;
color: #200001;
font-size: 14px;
font-weight: bold;
border-collapse: collapse;
}


.flow-table th{
width: 20%;
margin: 10px 0px;
background-color: #ffffff;
text-align: center;
padding: 10px 10px 40px 10px;
color: #8b8468;
font-size: 14px;
font-weight: bold;
background-image: url(http://www.vanx.jp/blog/images0/flow-img01.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 50% 100%;
border: solid 1px #ffffff;
}

.flow-table td{
margin: 10px 0px 10px 0px;
background-color: #;
text-align: left;
padding: 10px 10px 30px 10px;
line-height: 180%;
font-size: 14px;
font-weight: normal;
border: solid 1px #ffffff;
}


/***** entrylink *****/

.entrylink  {
        border-bottom: double 3px #6ac17a;
        font-size: 15px;
        padding: 5px;
        color: #cccccc;
        clear: both;
}

.entrylink span {
        color: #359a47;
}

.entrylink a:link, .entrylink a:visited, .entrylink a:active	{
        color: #359a47;
        text-decoration: none;
        }

.entrylink a:hover  { color: #b7e3bf; text-decoration: none; }


/***** entrylink END *****/



/***** contact-form *****/

.contact-form-page {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	background-color: #;
	width: 100%;
	overflow: hidden;
        }

.contact-form-page h3	{
	margin: 20px 10px 20px 10px;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #;
        line-height: 130%;
	background-image: url(http://www.vanx.jp/blog/images0/contenth3back.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
        clear: both;
	}

.contact-form{
width: 95%;
margin: 10px auto;
padding: 10px;
background-color: #ffffff;
border: solid 1px #bdbdbd;
border-collapse: collapse;
}

p.pr-rights {
font-size: 11px;
color: #be2800;
text-align: right;
}

.contact-form span{
margin: 0px 10px;
padding: 0px 5px;
color: #ffffff;
font-weight: normal;
background-color: #aaaaaa;
border-radius: 5px;
}


.contact-form th{
width: 25%;
margin: 0px 0px;
background-color: #dddddd;
text-align: left;
padding: 10px 10px 10px 10px;
color: #200001;
font-size: 13px;
font-weight: bold;
border: solid 1px #bdbdbd;
}

.contact-form td{
margin: 0px 0px 5px 0px;
background-color: #eeeeee;
text-align: left;
padding: 10px 10px;
line-height: 180%;
font-size: 13px;
border: solid 1px #bdbdbd;
}


input.input-name{
margin: 0px 0px 0px 0px;
width: 60%;
}

input.input-kana{
margin: 0px 0px 0px 0px;
width: 60%;
}

input.input-zip{
margin: 0px 0px 0px 0px;
width: 40%;
}

input.input-pref{

}

input.input-address{
margin: 0px 0px 0px 0px;
width: 80%;
}

input.input-tel{
margin: 0px 0px 0px 0px;
width: 70%;
}

input.input-mail{
margin: 0px 0px 0px 0px;
width: 70%;
}

input.input-person{
margin: 0px 0px 0px 0px;
width: 10%;
}

input.input-month {
margin: 0px 0px 0px 0px;
width: 10%;
}

input.input-day {
margin: 0px 0px 0px 0px;
width: 10%;
}

input.input-time {
margin: 0px 0px 0px 0px;
width: 10%;
}

.contact-form select{
margin: 0px 0px 0px 0px;
}

.contact-form textarea{
margin: 0px 0px;
width: 95%;
height: 50px;
font-size: 13px;
}

.contact-form-end{
margin: 0px 0px;
text-align: center;
padding: 10px 10px 10px 10px;
border-top: solid 0px #702900;
font-size: 16px;
}


/***** contact-form END *****/



/* comment */

#comments {
        width: 80%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #22130c;
}

#comments h4{
	font-size: 13px;
	background-color: #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
        overflow:hidden;
        color: #ffffff;
        border-radius: 0px;
        text-align: left;
}


#comments h2 {
	font-size: 13px;
	background-color: #ededed;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
        overflow:hidden;
        color: #333333;
        border-radius: 0px;
        text-align: left;
	}
#comments h2#com01 {
	font-size: 13px;
	background-color: #ffffff;
        color: #333333;
	}




#comments p	{
	font-size: 13px;
        padding: 10px;
        background-color: rgba(255,255,255,0.25);
        color: #333333;
        border-radius: 10px;
	}

#comments p.posted	{
	color: #333333;
        background-color: rgba(219,219,219,0.25);
	padding: 10px;
        text-align: right;
	}

#comments textarea	{
	width: 90%;
	height: 200px;
	}

.comment {
padding: 10px;
margin: 10px;
border: solid 1px #7a4501;

}


#comment-text{
width: 90%;
}

/**************** inspire ********************/

#comments-header,
#comments-open-header {
    margin: 15px 0;
}

#comment-content,
#comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 13px;
    line-height: 150%;
    word-break: break-all;
}

#comment-content p {
    margin-top: 10px;
    margin: 5px;
}

#comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: left;
}
.comments-open label {
    display: block;
}

/**************** inspire END ********************/



/***** googlemap *****/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 10px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/***** googlemap END *****/

/***** IE9UNDER *****/

.ie9under{
	position: fixed;
	top: 150px;
	right: 10px;
	font-size: 14px;
	background: #000000;
	border-radius: 5px;
        width: 200px;
        text-align: left;
        padding: 10px;
}

.ie9under h5 {
	font-size: 16px;
        color: #ffffff;
        margin: 0px 0px;
        margin: 0px 0px;
}

.ie9under p {
	text-decoration: none;
	color: #ffffff;
	padding: 10px 0;
	text-align: left;
	display: block;
}

/***** IE9UNDER END *****/

/*************** CONTENTS ***************/

/**** office-page ****/

#access {
  margin-top: -80px;
  padding-top: 80px;
}

#co-plof {
  margin-top: -80px;
  padding-top: 80px;
}

#newly {
  margin-top: -80px;
  padding-top: 80px;
}

#time {
  margin-top: -80px;
  padding-top: 80px;
}

#koubou {
  margin-top: -80px;
  padding-top: 80px;
}

/**** office-page END ****/












/***** content page-extended *****/

.page-extended {
	display: block;
	width: 150px;
        margin: 50px 0px 0px auto;
        background-color: #ff9727;
        border: solid 2px #ffd09e;
}

.page-extended a {
	display: block;
	width: 150px;
        padding: 5px;
        text-align: center;
        margin: 0px 20px 0px 0px;
        color: #ffffff;
}

.page-extended span {

}

.page-extended a:hover {
        color: #ffd09e;
}

/***** content page-extended END *****/

/***** content index-box  *****/

.index-box{
       background-color: #fffff;
       padding: 20px 20px 0px 20px;
       border: solid 3px #ffffff;
       border-radius: 10px;
       margin: 10px 0px;
        }


.monthly-box{
       background-color: #fffff;
       padding: 0px 0px 0px 0px;
       height: 200px;
       margin: 10px 0px;
       overflow: auto;
        }

/***** content index-box END *****/




}
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************** @media only screen and (max-width: 999px) END **********************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/
/*********************************************************************************************  *********************************************************************************************/