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

/* ----------------
  基本設定
---------------- */

/*
body {
	margin: 6;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	margin: 6;
	padding: 0px;
}
*/


a:link { color: #5A8CFC; text-decoration: underline; }
a:visited { color: #5A8CFC; text-decoration: underline; }
a:hover {color: #5A8CFC; text-decoration: underline; }
a:active { color: #5A8CFC; text-decoration: underline; }


/*
 ----------------
  margin
---------------- */

.left_0{ margin-left: 0px; }
.left_5{ margin-left: 5px; }
.left_10{ margin-left: 10px; }
.left_15{ margin-left: 15px; }
.left_20{ margin-left: 20px; }
.left_25{ margin-left: 25px; }
.left_30{ margin-left: 30px; }
.left_35{ margin-left: 35px; }
.left_40{ margin-left: 40px; }
.left_50{ margin-left: 50px; }
.left_60{ margin-left: 60px; }
.left_115{ margin-left: 115px; }

.right_0{ margin-right: 0px; }
.right_5{ margin-right: 5px; }
.right_10{ margin-right: 10px; }
.right_15{ margin-right: 15px; }
.right_20{ margin-right: 20px; }
.right_25{ margin-right: 25px; }
.right_30{ margin-right: 30px; }
.right_40{ margin-right: 40px; }
.right_50{ margin-right: 50px; }
.right_60{ margin-right: 60px; }

.bottom_0{ margin-bottom: 0px; }
.bottom_5{ margin-bottom: 5px; }
.bottom_10{ margin-bottom: 10px; }
.bottom_20{ margin-bottom: 20px; }
.bottom_30{ margin-bottom: 30px; }
.bottom_40{ margin-bottom: 40px; }
.bottom_50{ margin-bottom: 50px; }
.bottom_60{ margin-bottom: 60px; }

.top_0{ margin-top: 0px; }
.top_5{ margin-top: 5px; }
.top_10{ margin-top: 10px; }
.top_20{ margin-top: 20px; }
.top_30{ margin-top: 30px; }
.top_40{ margin-top: 40px; }
.top_50{ margin-top: 50px; }
.top_60{ margin-top: 60px; }

.all_0{ margin: 0px; }
.all_10{ margin: 10px; }
.all_20{ margin: 20px; }
.all_30{ margin: 30px; }
.all_40{ margin: 40px; }
.all_50{ margin: 50px; }
.all_60{ margin: 60px; }



/* ----------------
  padding
---------------- */
.left_p0{ padding-left: 0px; }
.left_p10{ padding-left: 10px; }
.left_p20{ padding-left: 20px; }
.left_p30{ padding-left: 30px; }
.left_p40{ padding-left: 40px; }
.left_p50{ padding-left: 50px; }
.left_p60{ padding-left: 60px; }

.right_p0{ padding-right: 0px; }
.right_p10{ padding-right: 10px; }
.right_p20{ padding-right: 20px; }
.right_p30{ padding-right: 30px; }
.right_p40{ padding-right: 40px; }
.right_p50{ padding-right: 50px; }
.right_p60{ padding-right: 60px; }

.bottom_p0{ padding-bottom: 0px; }
.bottom_p5{ padding-bottom: 5px; }
.bottom_p10{ padding-bottom: 10px; }
.bottom_p20{ padding-bottom: 20px; }
.bottom_p30{ padding-bottom: 30px; }
.bottom_p40{ padding-bottom: 40px; }
.bottom_p50{ padding-bottom: 50px; }
.bottom_p60{ padding-bottom: 60px; }

.top_p0{ padding-top: 0px; }
.top_p5{ padding-top: 5px; }
.top_p10{ padding-top: 10px; }
.top_p20{ padding-top: 20px; }
.top_p30{ padding-top: 30px; }
.top_p40{ padding-top: 40px; }
.top_p50{ padding-top: 50px; }
.top_p60{ padding-top: 60px; }

.all_p0{ padding: 0px; }
.all_p10{ padding: 10px; }
.all_p20{ padding: 20px; }
.all_p30{ padding: 30px; }
.all_p40{ padding: 40px; }
.all_p50{ padding: 50px; }
.all_p60{ padding: 60px; }



.text_left{ text-align:left;}
.text_center{ text-align:center;}
.text_right{ text-align:right;}

#googlemap	{overflow: hidden;}

/* ----------------
  class font_color
---------------- */


.red { color: #e60000; }
.red2 { color: #c80000; }
.red3 { color: #960000; }
.blue { color: #0064ff; }
.blue2 { color: #0050c8; }
.blue3 { color: #00378c; }
.blue4 { color: #00a5e1; }
.green { color: #00dbb9; }
.green2 { color: #00b89c; }
.green3 { color: #00927c; }
.green4 { color: #00838c; }
.gray { color: #cacaca; }
.gray2 { color: #969696; }
.gray3 { color: #969696; }
.gray4 { color: #5a5a5a; }
.orange{ color: #ffa200; }
.orange2 { color: #ef8700; }
.orange3 { color: #db5800; }
.pink { color: #fb73c6; }
.pink2 { color: #e648b4; }
.pink3 { color: #c82494; }
.white{ color: #ffffff; }
.black{ color: #000000; }


@media screen and (min-width: 680px) {
ul.entry {
	width:99%;
	padding:5px;
	border-bottom:1px dotted #d8d8d8;
	overflow:hidden;
	position:relative;
	zoom:1;
	list-style:none;
}
ul.entry li.entrylist {
	width:100%;
	margin:0;
	padding:10px 0;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #D4D4D4;
}
ul.entry .l {
	margin:0px;
	padding:5px;
	width:12%;
	float:left;
	color:#336600;
}
ul.entry .r {
	margin:0px;
	padding:5px;
	width:85%;
	float:right;
}

.entryalum {
	width:99% !important;
	padding:5px;
	border-bottom:1px dotted #d8d8d8;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.entryalum .l {
	margin:0px;
	padding:5px !important;
	width:15% !important;
	float:left;
	color:#336600;
}
.entryalum .r {
	margin:0px;
	padding:5px !important;
	width:70% !important;
	float:left;
}

}

@media screen and (max-width:680px) {
ul.entry {
	width:100%;
	margin:0 auto;
	padding:5px 0;
	border-bottom:1px dotted #d8d8d8;
	overflow:hidden;
	position:relative;
	zoom:1;
	list-style:none;
}
ul.entry li.entrylist {
	width:100%;
	margin:0;
	padding:10px 0;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #D4D4D4;
}
ul.entry .l {
	margin:0px;
	padding:5px 0;
	width:100%;
	float:left;
	color:#336600;
	font-size:70%;
	display:inline-block;
}
ul.entry .r {
	margin:0px auto;
	padding:5px 0;
	width:100%;
	float:left;
	font-size:80%;
}

.entryalum {
	width:100%;
	margin:0 auto;
	padding:5px 0;
	border-bottom:1px dotted #d8d8d8;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.entryalum .l {
	margin:0 auto;
	padding:0 0 5px;
	float:left;
	color:#336600;
	font-size:90%;
	width:100%;
}
.entryalum .r {
	margin:0px auto;
	padding:0;
	float:left;
	font-size:100%;
	width:100%;
}
}