@charset "utf-8";

/* style.cssの中身 */
 

/*************
デフォルト設定
*************/
 
*{
	margin:0px;
	padding:0px;
}

a:link{color:#ffffff;}
a:focus{color:#0000ff;}
a:visited{color:#ffffff;}
a:link{text-decoration:none;}


body{
 	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	line-height: 1.75;
	font-size:13px;
	color:#000000;
 }

#page{
 	width:100%;
 	max-width:800px;
 	margin:0 auto;
}

#head{
      width:100%;
}

h1{
	font-size:12px;
	width:800px;
	text-align:center;
	color:#696969;
}

#glovalnavi{
	width:800px;
	height:40px;
	margin:0 auto;
	margin-bottom:10px;
}

#navi{
	list-style-type:none;
}

#navi li{
	float: left;
	line-height:40px;
	text-align:center;
}

.clearfix{
	clear: both;
}

/* .flickSlider
--------------------------- */
.flickSlider {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .flickView
--------------------------- */
.flickSlider .flickView {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.flickSlider .flickView ul {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
.flickSlider .flickView ul li {
	width: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
.flickSlider .flickView ul li img {
	width: 100%;
}

/* .flickThumb
--------------------------- */
.flickSlider .flickThumb {
	width: 100%;
	overflow: hidden;
}
.flickSlider .flickThumb ul {
	width: 110%;
}
.flickSlider .flickThumb ul li {
	float: left;
	cursor: pointer;
	margin-left:85px;
	margin-top:20px;
	margin-bottom:20px;
	display: inline;
}
.flickSlider .flickThumb ul li img {
	width:140%;
}
.flickSlider .flickThumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.flickSlider .btnPrev,
.flickSlider .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}
.flickSlider .btnPrev {
	left: 0;
	background: #e5a323 no-repeat center center;
}

.flickSlider .btnNext {
	right: 0;
	background: #e5a323 no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.flickSlider .flickView ul:after,
.flickSlider .flickThumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.flickSlider .flickView ul,
.flickSlider .flickThumb ul {
	display: inline-block;
	overflow: hidden;
}

#main{
	margin-bottom:10px;
}

.tittle{
	border-bottom:2px solid #e5a323;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

.text{
	margin-bottom:10px;
	padding:10px;
}

.site{
	float:left;
}

.site img{
	-webkit-border-radius: 10px;
}


.sub{
	float:right;
	background-color:#f2d58a;
	width:430px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
	-webkit-border-radius: 10px;
}

h2{
	font-size:14px;
	font-weight:normal;
}

.sitebtn{
	border:1px solid #cb9b14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	font-size:16px;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #eab92d; background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
	background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
	background-image: -moz-linear-gradient(top, #eab92d, #c79810);
	background-image: -ms-linear-gradient(top, #eab92d, #c79810);
	background-image: -o-linear-gradient(top, #eab92d, #c79810);
	background-image: linear-gradient(to bottom, #eab92d, #c79810);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
	width:290px;
	height:35px;
	margin-right:10px;
	margin-top:30px;
}

.sitebtn a{
	display:block;
	margin:0 auto;
}

.sitebtn:hover{
	 border:1px solid #a17b10;
	 background-color: #cf9f15;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#cf9f15), to(#98740c));
	 background-image: -webkit-linear-gradient(top, #cf9f15, #98740c);
	 background-image: -moz-linear-gradient(top, #cf9f15, #98740c);
	 background-image: -ms-linear-gradient(top, #cf9f15, #98740c);
	 background-image: -o-linear-gradient(top, #cf9f15, #98740c);
	 background-image: linear-gradient(to bottom, #cf9f15, #98740c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cf9f15, endColorstr=#98740c);
}

#pageTop{
    background:#e5a323;
    border-radius:10px;
    color:#FFF;
    padding:20px;
    position:fixed;
    bottom:20px;
    right:20px;
    }
    

#footer{
	position: relative;
	margin:0 auto;
}

.foot{
	position: absolute;
	top:70px;
	left:160px;
}

.box{
	width:700px;
	height:auto;
	padding:10px;
	background-color:#f2d58a;
	-webkit-border-radius: 10px;
	margin:0 auto;
	display:block;
	margin-top:10px;
}

.site-img img{
	-webkit-border-radius: 10px;
	margin:0 auto;
	margin-top:10px;
}

#auto{
	display:none;
}

img {
    vertical-align:bottom;
    line-height:0;
    display:block;
}

a img{
	border-style:none;
}

/************************
メディアクエリ設定 0-320
*************************/
@media screen and (min-width: 0px) and (max-width: 320px) {
  body{
  	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	line-height: 1.75;
	font-size:15px;
  }

#page{
 	width:100%;
 	margin:0 auto;
 	max-width:320px;
}

#head{
	width:100%;
}

h1{
	width:100%;
	font-size:9px;
}

#glovalnavi{
	display:none;
}

.clearfix{
	clear: both;
}

.flickSlider .flickView {
	display:none;
}

.flickSlider .flickThumb {
	display:none;
}

.tittle{
	border-bottom:2px solid #e5a323;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

.text{
	padding:10px;
}

.site{
	width:100%;
}

.site img{
	-webkit-border-radius: 10px;
	margin-bottom:10px;
}

.site img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sub{
	background-color:#f2d58a;
	width:280px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
	-webkit-border-radius: 10px;
}

.sitebtn{
	border:1px solid #cb9b14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	font-size:16px;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #eab92d; background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
	background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
	background-image: -moz-linear-gradient(top, #eab92d, #c79810);
	background-image: -ms-linear-gradient(top, #eab92d, #c79810);
	background-image: -o-linear-gradient(top, #eab92d, #c79810);
	background-image: linear-gradient(to bottom, #eab92d, #c79810);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
	width:280px;
	height:35px;
	margin-bottom:10px;
	margin-top:0px;
}

#footer{
	position: relative;
	margin:0 auto;
}

.foot{
	position: absolute;
	top:10px;
	left:0px;
	width:320px;
	font-size:8px;
	text-align:center;
}

.box{
	width:280px;
	height:auto;
	padding:10px;
	background-color:#f2d58a;
	-webkit-border-radius: 10px;
	margin:0 auto;
	display:block;
	margin-top:10px;
}

.site-img img{
	-webkit-border-radius: 10px;
	margin:0 auto;
	margin-top:10px;
	width:300px;
}

.site-img img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#auto{
	width:280px;
	display:inline;
}

#autobtn{
	border:1px solid #cb9b14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	font-size:16px;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #eab92d; background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
	background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
	background-image: -moz-linear-gradient(top, #eab92d, #c79810);
	background-image: -ms-linear-gradient(top, #eab92d, #c79810);
	background-image: -o-linear-gradient(top, #eab92d, #c79810);
	background-image: linear-gradient(to bottom, #eab92d, #c79810);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
	width:280px;
	height:35px;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:10px;
}

#autobtn a{
	display:block;
}

img {
    vertical-align:bottom;
    line-height:0;
   	display:block;
   	width:100%;
}

a img{
	border-style:none;
}


/************************
メディアクエリ設定 321-
************************/
@media screen and (min-width: 321px) {
  #container{
     color:#000000;
  }
}

