@charset "utf-8";
body {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    color: #333333;
    line-height: 200%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
  text-decoration: none;
  color: #369;
}
a:hover,a:active {
	color: #069;
	text-decoration: underline;
	transition:all 0.3s;
}
a img:link,a img:visited {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
a img:hover,a img:active {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	transition: all 0.3s;
	}
.clear {
	clear: both;
	height: 0px;
}
.first {
	margin-top: 40px;
}
.smallfont {
	font-size: 80%;
	line-height: 140%;
}
.red {
	color: #CC0000;
}
.text_button {
    width: 18em;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.text_button a:link,.text_button a:visited {
    text-decoration: none;
    line-height: 100%;
    text-align: center;
    display: block;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    background-color: #333333;
    color: #FFFFFF;
    border: 1px solid #333333;
    font-size: 90%;
    border-radius: 0.2em;
}
.text_button a:hover,.text_button a:active {
	background-color: #FFFFFF;
	color: #333333;
}
#header_area {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}
#header {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 94%;
}
.header_logo {
    float: left;
}
.netshop_button {
    width: 10em;
    float: right;
    padding-bottom: 0px;
}
.netshop_button a {
    color: #CC0000;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 3px;
    border: 1px solid #CC0000;
    display: block;
}
.netshop_button a:hover,.netshop_button a:active {
    opacity: 0.5;
    text-decoration: none;
}
#menu_area {
    background-color: #F0F0F0;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 0px;
}
#menu {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menu li {
    list-style-type: none;
    width: 24%;
    float: left;
    padding-bottom: 0px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
#menu li a {
    color: #333333;
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 15px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #FFFFFF;
    border: 1px solid #333333;
    display: block;
}
#menu a:link,#menu a:visited {
}
#menu a:hover,#menu a:active {
    text-decoration: none;
    opacity: 0.5;
}
#menu li .selected {
    background-color: #333333;
    color: #FFFFFF;
    text-decoration: none;
}
.area_white {
  background-color: #FFF;
  padding-top: 1px;
  padding-bottom: 1px;
}
.area_gray {
  background-color: #F3F3F3;
  padding-top: 1px;
  padding-bottom: 1px;
}
#title_area {
    overflow-y: hidden;
    max-height: 400px;
}
#title_area img {
    width: 100%;
}

.contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	margin-top: 80px;
	margin-bottom: 80px;
	width: 94%;
}

.contents  h1  {
    font-size: 240%;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}
.contents .h1_sub {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 90%;
}
.contents h2 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 80px;
    line-height: 140%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-bottom: 1px solid #333333;
}
.contents .h2_first {
  margin-top: 40px;
}
.contents h3 {
	font-size: 110%;
	margin-top: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contents h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 40px;
	line-height: 120%;
}
.contents ol {
    margin-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.contents ul {
    margin-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;

}
.contents li {
  margin-bottom: 0.5em;
}
.image_center {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 90%;
    line-height: 140%;
}
.image_right {
	float: right;
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
	text-align: center;
    font-size: 90%;
    line-height: 140%;
}
.image_left {
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
    font-size: 90%;
    line-height: 140%;
}
table  {
	border-collapse: collapse;
	border: 1px solid #999999;
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
}
.table_100  {
	width: 100%;
}
table ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
caption {
    font-size: 100%;
    font-weight: bold;

}

.table_header,.table_item,.table_item_left,.table_data_left,.table_data_center,.table_data_right {
	border: 1px solid #999999;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.table_header {
	font-weight: normal;
	white-space: nowrap;
	background-color: #EEEEEE;
	text-align: center;
}
.table_item {
    font-weight: normal;
    white-space: nowrap;
    background-color: #F3F3E6;
    text-align: center;
}
.table_item_left {
    font-weight: normal;
    white-space: nowrap;
    background-color: #F3F3E6;
    text-align: left;
}
.table_data_left {
	text-align: left;
}
.table_data_center {
	text-align: center;
}
.table_data_right {
	text-align: right;
}
.table_coment {
	font-size: 80%;
	line-height: 120%;
	margin-top: 5px;
}
.right_photo {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	width: 23%;
}
.google_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  padding-top: 0px;
  margin-top: 20px;
}
.google_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
#textmenu_area {
	text-align: center;
	border-bottom: 0px solid #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #EEEEEE;
	margin-top: 50px;
}
#textmenu {
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#textmenu li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 90%;
    list-style-type: none;
    line-height: 120%;
}
#footer_area {
    color: #CCCCCC;
    background-color: #000000;
}
#footer {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    max-width: 1000px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer h1 {
    font-size: 120%;
}
.footer_banner {
    margin-top: 20px;
}



.copyright  {
    margin-top: 50px;
    margin-left: 10px;
    font-size: 90%;
    color: #999999;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}


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

body {
}
.first {
	margin-top: 10px;
}
.text_button {
	max-width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header_area {
    padding-top: 10px;
    padding-bottom: 2px;
}
#header {
    width: 96%;
}
.header_logo {
    float: none;
    max-width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.netshop_button {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.netshop_button a {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    letter-spacing: 0em;
    border-radius: 1px;
    margin-top: 5px;
}
#menu_area {
    margin-top: 10px;
}
#menu {
    width: 98%;
}
#menu li {
	width: 49%;
}
#menu li a {
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0em;
}
.contents {
	margin-top: 40px;
	margin-bottom: 40px;
}
.contents  h1  {
    font-size: 160%;
}
.contents .h1_sub {
    margin-top: 0px;
    font-size: 90%;
}
.contents h2 {
	font-size: 120%;
}
.contents .h2_first {
}
.contents h3 {
	font-size: 105%;
}
.contents h4 {
}
.image_center {
	margin-top: 20px;
	margin-bottom: 20px;
}
.right_photo {
	width: 240px;
	float: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.image_right {
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#banner {
	width: 90%;
}
.banner {
	margin-top: 10px;
}
#textmenu_area {
	margin-top: 20px;
}
#textmenu {
	width: 94%;
}
#textmenu a {
	margin-left: 7px;
	margin-right: 7px;
}

#textmenu li {
	display: block;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2em;
}
#footer {
    font-size: 90%;
}
}
