@media screen
and (max-width: 640px) 
{
img{
max-width: 100%;
height: auto;
width :100%�@
}
a img {
border: none;
}

body {
margin: 0px;
font-family: a-otf-jun-pro, sans-serif;
font-style: normal;
font-weight: 300;
}
a {
color: #666;
text-decoration: none;
}
a:hover {
	color: #333
}
#werpar  {
background-color: #FFF;
	position: relative;
	min-height: 100%;
	height: auto !important;
}
#contents   {
width: 100%;
margin-right: auto;
margin-left: auto;
}
h1{
padding-top: 5px;
z-index: 4;
bottom: 0px;
width: 10%;
float: left;
padding-left: 0px;
display: none;
}
h1.mobile{
display: block;
width: 100%;
height: 100%;
text-align: center;
position: relative;
margin-bottom: 0px;
z-index: 1;
}
.space{
padding-top: 20px;
}
h2{
color: #333;
font-size: 18pt;
padding-bottom: 20px;
font-weight: normal;
}
h2 a{
color: #39F;
font-size: 18pt;
padding-bottom: 20px;
font-weight: normal;
}
h3{
	color: #999900;
	font-size: 14pt;
}
h4{
	color: #999900;
	font-size: 12pt;
}
/*�w�i*/
.bgslideshow {
position: fixed;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
overflow: hidden;
display: none;
}
.bgslideshow img {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: 100%;
}
#top {
height: 80px;
background-color: #FFF;
}
/*���C�����j���[*/
#menu-wrap {
position: fixed;
z-index: 5;
top: 0;
left: 0;
width: 100%;
transition: .3s;
background-color: #FFF;
display: none;
}
#menu {
	list-style-type: none;
	width: 85%;
	height: 0px;
	padding-right: 5px;
	padding-left: 10px;
	float: right;
	padding-top: 40px;
	display: none;
}
a.ac_bt{
	background-image: url(images/access.png);
	background-repeat: no-repeat;
	float: right;
	height: auto;
	width: 110px;
	padding-top: 40px;
	display: block;
	background-color: rgba(255,204,0,0.7);
	text-align: center;
}



/*新スマホメニュー*/
	/*=============================
	.btn-trigger
	=============================*/
	.toggle_btn {
	display   : block;
	position  : fixed;
	top       : 0px;
	right     : 30px;
	width     : 50px;
	height    : 44px;
	transition: all .5s;
	cursor    : pointer;
	z-index   : 5;
	}
	
	.bt_bg{
	padding: 10px 5px;
	z-index   : 3;
	display   : block;
	position  : fixed;
	top       : 11px;
	right     : 25px;
	width     : 50px;
	height    : 44px;
	}
	
	.toggle_btn span {
	display         : block;
	position        : absolute;
	left            : 0;
	width           : 100%;
	height          : 2px;
	background-color: #000;
	border-radius   : 2px;
	transition      : all .5s;
	}
	.toggle_name{
	color: #FFF;
	text-align: center;
	font-size: 10pt;
	letter-spacing: 2px;
	}
	.toggle_btn span:nth-child(1) {
	top: 28px;
	}
	
	.toggle_btn span:nth-child(2) {
	bottom: 0px;
	}
	
	.open .toggle_btn span {
	background-color: #000;
	}
	
	.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(-25deg);
	transform        : translateY(7px) rotate(-25deg);
	}
	
	.open .toggle_btn span:nth-child(2) {
	-webkit-transform: translateY(-7px) rotate(25deg);
	transform        : translateY(-7px) rotate(25deg);
	}
	
	/*============
	nav
	=============*/

	#navArea{display: block;}
	nav {
	display: block;
	position: fixed;
	top: 0;
 right: -300px;
	bottom: 0;
	width: 300px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 4;
	opacity: 0;
	}
	
	.open nav {
	right   : 0;
	opacity: 1;
	}
	
	nav .inner {
	padding: 25px;
	margin-top: 70px;
	}
	
	nav .inner ul {
	list-style: none;
	margin-top: 0;
	padding   : 0;
	}
	
	nav .inner ul li {
	position     : relative;
	margin       : 0;
	}
	
	nav .inner ul li a {
	display            : block;
	color              : #000;
	font-size          : 11pt;
	padding            : 1em;
	text-decoration    : none;
	transition-duration: 0.2s;
	}
	
	nav .inner ul li a:hover {
	background: #d2d2d2;
	}
	
	nav .inner ul li li {
	position     : relative;
	margin       : 0;
	border-bottom: none;
	padding-left : 5px;
	}
	
	nav .inner ul li li li {
	position     : relative;
	margin       : 0;
	border-bottom: none;
	padding-left : 10px;
	}
	
	nav .inner ul li li li:before {
	content         : '';
	position        : absolute;
	left            : 50%;
	bottom          : 18px;
	/*線の上下位置*/
	display         : inline-block;
	width           : 3%;
	/*線の長さ*/
	height          : 1px;
	/*線の太さ*/
	left            : 1%;
	background-color: #cc0000;
	/*線の色*/
	border-radius   : 2px;
	/*線の丸み*/
	}
	
	nav .inner ul li li li a {
	font-size: 10pt;
	}

	/*============
	#mask
	=============*/
	#mask {
	display   : none;
	transition: all .5s;
	}
	
	.open #mask {
	display   : block;
	position  : fixed;
	top       : 0;
	left      : 0;
	width     : 100%;
	height    : 100%;
	background: #000;
	opacity   : .5;
	z-index   : 3;
	cursor    : pointer;
	}









/*smart���j���[*/
.togmenu {
	display:none;
}
#smart_menu{
position: relative;
z-index: 7;
}
#smart_menu ul {
	margin: 0;
	padding: 0;
}
#smart_menu li {
	list-style: none;
	border-top: 1px solid rgba(0,0,0,1);
	box-shadow: 0px -1px 1px rgba(255,255,255,0.1);
}
#smart_menu li a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #333;
	color: #FFF;
}
#smart_menu li li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.8);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(images/w_mark.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}
@media only screen and (min-width: 810px) {
p.menu_text{
	display: none;
}
.smt_bt_box{
	display: none;
}
.menubtn {
	display:none;
}
.togmenu {
	display:none;
}
#smart_menu li {
	display: inline-block;
	border:none;
}
#smart_menu li li a 
	 {
	display: inline-block;
	border:none;
}
}
#new {
color: #333;
text-align: left;
width: 98%;
margin-bottom: 50px;
height: 100%;
padding-top: 50px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
background-color: rgba(255,255,255,0.50);
}
#new a {
	color: #333;
	font-size: 11pt;
	text-align: left;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 5px;
	padding-left: 0px;
}
#new a:hover{
	color: #666;
}
#new h2{
	margin-bottom: 10px;
}
#new h2 a{
	font-size: 14pt;
	font-weight: bold;
	color: #333;
}
#new ul{
list-style-type: none;
margin-left: 0px;
padding-left: 5px;
}
#new li{
line-height: 1.5em;
color: #666666;
list-style-position: inside;
margin-bottom: 10px;
font-size: 10pt;
margin-top: 10px;
}
/*�T�v�y�[�W*/
.g_contents{
	width: 98%;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.g_contents p{
	font-size: 10pt;
	line-height: 1.4em;
	color: #333333;
	padding-left: 10px;
}
.g_contents_l{
float: none;
width: 100%;
overflow: hidden;
padding-left: 10px;
}
.g_contents_l h2{
font-size: 12pt;
font-weight: lighter;
color: #333;
margin-bottom: 0px;
}
.g_contents_l p{
	font-size: 10pt;
	line-height: 1.5em;
	color: #333333;
	padding-left: 10px;
}
.g_contents_r{
width: 100%;
overflow: hidden;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCCCCC;
float: none;
padding-left: 10px;
}
.g_contents_text{
	overflow: hidden;
	padding-left: 3px;
	width: auto;
}
.g_contents_text h3{
	font-size: 10pt;
	color: #000000;
	margin-top: 15px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #09F;
	margin-left: 10px;
	line-height: 1em;
	padding-left: 5px;
	margin-bottom: 10px;
}
.g_contents_contnor{
	overflow: hidden;
	padding-left: 3px;
	width: 100%;
}
.g_contents_text2{
	overflow: hidden;
	height: 170px;
	width: 160px;
	border: 1px solid #CCC;
	margin: 5px;
	float: left;
}
.g_contents_text2 h3{
	font-size: 12pt;
	color: #000000;
	margin-top: 10px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #09F;
	line-height: 1em;
	padding-left: 7px;
	margin-left: 5px;
}
.g_contents_text2 img{
	border: 1px solid #666;
	margin-left: 4px;
}
.g_contents_text li{
	font-size: 10pt;
	line-height: 2em;
	color: #333333;
}
.g_contents_text ul{
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}
.g_contents_text img{
	float: right;
	padding: 5px;
	border: 1px solid #CCC;
	margin-left: 5px;
}
.line{
	width: 1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.print_bt{
height: 20px;
width: 155px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 30px;
display: none;
}
.print_bt img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
/*�]���Y�Ƃ�育���A*/
.eguchi_contents{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999;
width: 96%;
margin-bottom: 20px;
overflow: hidden;
padding-top: 5px;
padding-left: 10px;
}
.eguchi_contents p{
font-size: 10pt;
line-height: 1.5em;
color: #333;
letter-spacing: 2px;
}
.eguchi_contents2 img{
	float: none;
	padding: 3px;
	margin: 5px;
}
.eguchi_contents2{
	width: 98%;
	margin-bottom: 20px;
	overflow: hidden;
}
.eguchi_contents3{
width: 160px;
margin-bottom: 20px;
height: 180px;
overflow: hidden;
font-size: 10pt;
color: #333;
text-align: center;
padding-top: 30px;
}
.eguchi_contents3 img{
}
/*�@�B�y�[�W*/
h2.M_contents{
margin-bottom: 20px;
font-size: 18pt;
color: #39F;
padding-left: 5px;
letter-spacing: 0px;
font-weight: normal;
margin-top: 0px;
}
h3.M_contents{
color: #333333;
font-size: 14pt;
border-bottom: 1px solid #3399FF;
padding-left: 0px;
padding-top: 35px;
}
.M_contents{
padding-left: 10px;
padding-right: 10px;
}
.M_contents h4{
color: #333333;
font-size: 11pt;
padding-top: 20px;
}
.M_contents p{
color: #333333;
font-size: 10pt;
padding-top: 0px;
}
h4.m_left{
color: #333333;
font-size: 12pt;
float: left;
padding-right: 30px;
padding-top: 0px;
}
.m_left{
overflow: hidden;
}
/*�T�C�g�|���V�[*/
.p_contents{
	width: 98%;
	margin-bottom: 20px;
}
.p_contents h3{
font-size: 13pt;
color: #333;
line-height: 1.2em;
font-weight: normal;
padding-left: 20px;
}
.p_contents p{
font-size: 10pt;
line-height: 1.5em;
color: #333;
letter-spacing: 1px;
padding-left: 20px;
}
/*�|�X�g����*/
.post{
	font-size: 12pt;
	line-height: 1.6em;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 5px;
	overflow: hidden;
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.post img{
	padding: 2px;
	margin: 5px;
	border: 1px solid #999;
}
p.postmetadata{
font-size: 10pt;
}

.pagenav{
	font-size: 12pt;
	color: #FFF;
}

/*�R�����g����*/
#coment {
color: #666;
font-size: 10px;
line-height: 1.5em;
text-align: left;
width: 98%;
height: auto;
letter-spacing: 2px;
padding-left: 10px;
}
.com 
{
	color: #333;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

/*�Q�X�g�u�b�N*/
#contact_top    {
	background-image: url(image/top_bg.gif);
	background-repeat: repeat-x;
	width: 798px;
	height: 310px;
	padding-top: 5px;
	background-color: #99FF33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#guestbook{font-size: 11px ;font-family: Arial}

/*footer*/
#footer {
	background-color: #333;
	width: 100%;
	position: fixed;
	overflow: hidden;
	bottom: 0px;
}
#footer_inner{
	width: 100%;
}
#ado{
	float: right;
	padding-right: 20px;
}
#ado ul{
	list-style-type: none;
}
#ado li{
	font-size: 10pt;
	line-height: 1.2em;
	color: #CCC;
	}
}