@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%;
}

/* 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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	
color: #666666;
font: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 12px;
}
#header {
width: 100%;
margin-top: 30px;
text-align: center;
}
#g_nav {
width: 100%;
clear: both;
margin-left: 0;
}
#contents {
width: 100%;
}
#main_contents {
width: 100%;
}
#main_contents h1 {
margin-top: 30px;
}
#spot_block {
margin-top: 15px;
overflow-x: hidden;
}

#spot_block article h2 {
color: #0082CA;
font-size: 133.3%;
border-bottom: 1px dotted #0082CA;
margin-bottom: 10px;
}
#spot_block article { margin-top: 20px; }
#spot_block article .more_info { text-align: right; }
#spot_block article .more_info a { color: #0082CA; }
#spot_block article .more_info a:hover { color: #E3007F; }
#archive {
margin-top: 30px;
margin-bottom: 30px;
background-color: #F2FAFB;
}
#archive h1 {
padding-top: 5px;
padding-bottom: 1px;
background-color: #C8EDF2;
text-align: center;
color: #0082CA;
font-size: 133.3%;
}
#archive ul { padding: 10px; }
#archive ul li {
background-image: url(images/arrow.gif);
background-position: left 5px;
background-repeat: no-repeat;
padding-left: 15px;
line-height: 1.8;
}
#side_contents {
width: 100%;
}
aside form { margin-top: 35px; }
aside form input[type="search"] {
border: 1px solid #0082CA;
width: 70%;
height: 24px;
margin-right: 12px;
}
aside form input[type="submit"] {
color: #fff;
background: #0082CA;
width: 22%;
height: 24px;
border: none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
aside #sns { 
margin-top: 40px;
list-style:none;
margin:0;
padding:0;
}
aside #sns li { margin-top: 10px; }
aside #sns li a    {
padding-top: 10px;
padding-bottom: 10px;
color: #0082CA;
text-decoration: none;
text-align: center;
font: bold 133.3% Arial, Helvetica, sans-serif;
display: block;
border: 1px solid #0082CA;
border-radius: 5px;
}

aside #sns li a:hover {
background-color: #F2FAFB;
}
#footer {
width: 100%;
margin-top: 36px;
margin-bottom: 36px;
border-top: 1px solid #0082CA;
padding-top: 10px;
}
footer ul {
margin-top: 20px;
list-style:none;
margin:0;
padding:0;
}
footer li {
background-image: url(images/arrow.gif);
background-position: left 5px;
background-repeat: no-repeat;
padding-left: 15px;
line-height: 1.8;
}
footer #copyright_block {
width: 100%;
margin-top:20px;
text-align: center;
}
footer #copyright {
margin-top:5px;
}
footer .contact { 
}

.flame_photo {
width: 98%;
padding: 1px;
border: 1px solid #0082CA;
}
.contact {
padding: 7px 10px 3px;
background: #224288;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 20px;
}

#nav_menu { margin-top: 30px; }
.nav_item { border: 1px solid #FFFFFF; }
.nav_item a     {
padding-top: 16px;
padding-bottom: 16px;
display: block;
text-align: center;
color: #0082CA;
font-size: 120%;
text-decoration: none;
background-color: #eeeeee;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

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

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

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
width: 23.0769%;
}
#g_nav {
width: 74.3589%;
margin-left: 2.5641%;
clear: none;
}
#contents {
width: 100%;
clear: left;
}
#main_contents {
width: 74.3589%;
float: right;
}
#side_contents {
width: 23.0769%;
float: left;
}
aside form input[type="search"] {
width: 100%;
height: 24px;
margin-bottom: 5px;
}
aside form input[type="submit"] {
width: 70px;
}
#footer {
}
footer ul {
width: 17em;
float: left;
}

footer .contact { 
display: block;
float: right;
 }

footer #copyright_block {
width: 215px;
clear: both;
float: right;
}
#nav_menu {
width: 100%;
}
.nav_item {
width: 49%;
clear: none;
}
.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: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
width: 18.3673%;
}
#g_nav {
width: 79.5918%;
clear: none;
margin-left: 2.0408%;
}
#contents {
}
#main_contents {
width: 79.5918%;
}
#spot_block article {
width: 48%;
margin-right: 2%;
float: left;
}
#side_contents {
width: 18.3673%;
}
#footer {
}
#nav_menu {
}
.nav_item { width: 24%; }
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media screen and (min-width:1000px){
}
