@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
}
p {
	margin-top:0px;
	margin-bottom:15px;
}
body, input, textarea {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;

	background-position: center;
	background-color: #FFFFFF;
}
#head_area {
	margin-bottom: 17px;

}
#nav_area {
	display: none;
	margin-bottom: 5px;
}
#nav_area_mobile {
	display: block;
	margin-bottom: 20px;
}
#main_area {
width: 100%;
	font-size: 14px;
	line-height: 20px;
}
#side_area {
	width: 100%;
	clear: both;
	margin-left: 0;
	font-size: 14px;
	line-height: 20px;
}
.main_left {
	width: 100%;
	margin-bottom: 15px;
}
.main_right {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
#foot_end {
}
.clear_float {
}
#container {
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;

}
#foot_area {
	background-image: url(images/bg_foot.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	font-size: 80%;
}
.btn1 {
width: 50%;
}
.btn2 {
width: 50%;
clear: none;
margin-left: 0;
}
.btn3 {
width: 50%;
clear: both;
margin-left: 0;
}
.btn4 {
width: 50%;
clear: none;
margin-left: 0;
}
.btn5 {
width: 50%;
clear: both;
margin-left: 0;
}
.btn6 {
width: 50%;
clear: none;
margin-left: 0;
}
.btn7 {
width: 50%;
clear: both;
margin-left: 0;
}
.btn8 {
width: 50%;
clear: none;
margin-left: 0;
}
#head_logo {
	width: 36.3684%;
}
#head_text {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
	font-size: 80%;
	display: none;
}
#head_tel {
	width: 54.3684%;
	clear: none;
	margin-left: 5.2631%;
}
.ranking_box {
	border: 1px solid #FAA236;
	border-radius: 5px;
	width: 95%;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	font-size: 14px;
	line-height: 22px;
}
#topimage {
	margin-bottom: 20px;
}
.main_wide {
	margin-bottom: 15px;
}
.mobile_only {
display: block;
}
.pc_tablet {
display: none;
}
h2 {
	font-size: 20px;
	color: #20B04D;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
}
h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #E9EC6F;
	padding: 5px;
}

#footer_cr {
	font-size: x-small;
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: right;
}
.sidearea_left {
	width: 100%;
	margin-bottom: 10px;
}
.sidearea_right {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
}
#footer_name {
width: 100%;
clear: both;
margin-left: 0;
}
#footer_photo {
width: 100%;
display: none;
}
h1 {
	background-color: #F9FCE9;
	border-radius: 4px;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	line-height: 26px;
	font-weight: normal;
	border: 2px solid #B1CA18;
}
.main_dt {
width: 100%;
}
.main_dd {
	width: 98%;
	clear: both;
	margin-left: 2%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* 一覧表示用テーブル */
.table1 {
	border-collapse: collapse;
	font-size: 12px;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #85D6D6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #85D6D6;
} 
.table1 th {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #85D6D6;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-size: 10px;
	line-height: 14px;
	color: #069;
	background-color: #eee;
}
.table1 .td_box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
}
.table1 .td_box2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #f0f0f0;
}
.table1 .td_box_sun {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #FFE2E2;
}
.table1 .td_box_sat {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #DFF;
}

/* WP */
.aligncenter {
display:block;margin-left:auto;margin-right:auto;
}
.alignleft {
float:left;margin-right:10px;
}
.alignright {
float:right;margin-left:10px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #FFFFFF;
}
#head_area {
}
#nav_area {
	display: none;
	margin-bottom: 15px;
}
#nav_area_mobile {
display: block;
}

#main_area {
width: 100%;
}
#side_area {
width: 100%;
clear: both;
margin-left: 0;
}
.main_left {
width: 48.7179%;
}
.main_right {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
#foot_end {
}
.clear_float {
}
#container {
}
#foot_area {
}
.btn1 {
width: 25%;
}
.btn2 {
width: 25%;
clear: none;
margin-left: 0;
}
.btn3 {
width: 25%;
clear: none;
margin-left: 0;
}
.btn4 {
width: 25%;
clear: none;
margin-left: 0;
}
.btn5 {
width: 25%;
clear: both;
margin-left: 0;
}
.btn6 {
width: 25%;
clear: none;
margin-left: 0;
}
.btn7 {
width: 25%;
clear: none;
margin-left: 0;
}
.btn8 {
width: 25%;
clear: none;
margin-left: 0;
}
#head_logo {
width: 48.7179%;
}
#head_text {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
display: none;
}
#head_tel {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
.ranking_box {
}


.table1 {
	font-size: 14px;
} 
.table1 th {
	font-size: 12px;
	line-height: 16px;
}


#topimage {
}
.main_wide {
}
.mobile_only {
display: none;
}
.pc_tablet {
display: block;
}
#footer_cr {
width: 100%;
clear: both;
margin-left: 0;
}
.sidearea_left {
width: 48.7179%;
}
.sidearea_right {
width: 48.7179%;
margin-left: 2.5641%;
clear: none;
}
#footer_name {
width: 77.3589%;
clear: none;
margin-left: 2.5641%;
}
#footer_photo {
width: 20.0769%;
display: block;
}
.main_dt {
	width: 23.0769%;
}
.main_dd {
width: 74.3589%;
clear: none;
margin-left: 2.5641%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 94.4%;
	max-width: 970px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	background-color:transparent;
}
#head_area {
}
#nav_area {
	display: block;
	margin-bottom: 20px;
}
#nav_area_mobile {
	display: none;
}

#main_area {
width: 69.3877%;
}
#side_area {
width: 28.5714%;
margin-left: 2.0408%;
clear: none;
}
.main_left {
width: 48.9795%;
}
.main_right {
width: 48.9795%;
margin-left: 2.0408%;
clear: none;
}
#foot_end {
}
.clear_float {
}
#container {
}
#foot_area {
}
.btn1 {
	width: 121px;
}
.btn2 {
	width: 121px;
margin-left: 0%;
clear: none;
}
.btn3 {
	width: 121px;
margin-left: 0%;
clear: none;
}
.btn4 {
	width: 121px;
margin-left: 0%;
clear: none;
}
.btn5 {
	width: 121px;
margin-left: 0;
clear: none;
}
.btn6 {
	width: 121px;
margin-left: 0;
clear: none;
}
.btn7 {
	width: 121px;
margin-left: 0;
clear: none;
}
.btn8 {
	width: 122px;
margin-left: 0;
clear: none;
}
#head_logo {
	width: 23.5714%;
}
#head_text {
	width: 33.5714%;
	margin-left: 2.0408%;
	clear: none;
	padding-top: 8px;
	display: block;
}
#head_tel {
width: 38.7755%;
margin-left: 2.0408%;
clear: none;
}
.ranking_box {
}
#topimage {
}
.main_wide {
}
.mobile_only {
display: none;
}
.pc_tablet {
display: block;
}
#footer_cr {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.sidearea_left {
width: 100%;
}
.sidearea_right {
width: 100%;
clear: both;
margin-left: 0;
}
#footer_name {
width: 82.5918%;
margin-left: 2.0408%;
clear: none;
}
#footer_photo {
width: 15.3673%;
display: block;
}
.main_dt {
width: 26.4705%;
}
.main_dd {
width: 70.5882%;
margin-left: 2.9411%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}



.text_red {
	color:#F00;
}
.text_blue {
	color: #06C;
}


.text_ss {
	font-size: 10px;
	line-height: 14px;
}
.text_s {
	font-size: 12px;
	line-height: 16px;
}
.text_12 {
	font-size: 1.2em;
	line-height: 1.4em;
}
.text_12b {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
.text_14 {
	font-size: 1.4em;
	line-height: 1.6em;
}
.text_14b {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}
.text_16 {
	font-size: 1.6em;
	line-height: 1.8em;
}
.text_16b {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
}
.underline1 {
	border-bottom: 1px solid #CCCCCC;

}
.underline2 {
	border-bottom: 1px dashed #ABABAB;

}
