@charset "utf-8";

/******************************/
/*　　　　　　　　　　　　　　*/
/*　幅980px　カラー#E6E6E6　*/
/*　　　　　　　　　　　　　　*/
/*　右サイド 336px 2カラム用　*/
/*　　　　　　　　　　　　　　*/
/******************************/


/* 共通CSS 開始 */
* html .clearfix {
height:1%;
}

.clearfix {
display:block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

body{
margin:0px;
padding:0px;
text-align:center;
font-family:Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
font-size:16px;
color:#333333;
background:#F5F5F5 fixed;/*背景色*/
}

.header {
border-bottom:1px solid #C3C3C3;
background-color:#F5A9A9;
background-image: linear-gradient(-45deg,#fff 20%,#E6E6E6 20%, #E6E6E6 50%,#fff 50%, #fff 70%,#E6E6E6 70%, #E6E6E6);
background-size: 3px 3px;
}

img {
border:0;
margin:0;
padding:0;
}

a {
margin:0;
padding:0;
color:#0033FF;
}

a:visited {
color:#0033FF;
}

a:hover {
color:#FF0000;
}

a img {
text-decoration:none;
}

p {
margin:0;
padding:0;
}

.textleft{
text-align:left;
margin:20px;
}

.iframebox{
position: relative;
width: 100%;
padding-bottom: 83.33%;
}

.iframebox iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn1 {
color: #FFF;
background:#228B22;
background:linear-gradient(to bottom, #8FE08F, #228B22, 90%, #8FE08F);
}

.btn2 {
color: #FFF;
background:#FF0000;
background:linear-gradient(to bottom, #FF6347, #DC143C, 90%, #FF6347);
}

.searchbox {
width: 70%;
min-width:200px;
height: 30px;
background-color:#FFE4B5;
padding:0 5px;
margin:10px 5px 0;
}

.searchbtn {
width: 15%;
min-width:50px;
height: 30px;
}

/* 共通CSS 終了 */


/* スマホ用CSS 開始 */
@media screen and (max-width:899px){

	.base {
	margin:8px 2%;
	padding:0;
	width:96%;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-color:#FFF;
	border:#C3C3C3 solid 1px;
	font-size:16px;
	color:#666;
	}

	.header {
	height:80px;
	width:100%;
	}

	.header h1 {
	width:96%;
	font-size:22px;
	text-align:left;
	line-height:30px;
	margin:0 2%;
	padding-top:15px;
	position:relative;
	}

	.header h1 a, .header h1 {
	color:#666;
	text-decoration:none;
	}

	.header p {
	display:none;
	}

	.back {
	margin:0px;
	padding:0px;
	width:100%;
	position:relative;
	overflow:hidden;
	}

	.pan {
	display:none;
	}

	.main {
	width:94%;
	margin:20px 3% 10px;
	padding:0;
	font-size:16px;
	float:left;
	text-align:left;
	}

	.sideline {
	width:94%;
	margin:10px 3% 10px 3%;
	padding:15px 0 0 0;
	border-top:30px double #E6E6E6;
	font-size:16px;
	float:left;
	text-align:center;
	}

	.caption {
	margin:0;
	padding:0;
	background:#EAEAEA;
	height:40px;
	text-align:left;
	border-left:10px double #E6E6E6;
	overflow:hidden;
	clear:both;
	position: relative;
	}

	.caption:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #E6E6E6;
	}

	.caption:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 8px solid #FFFFFF;
	}

	.caption h2 {
	margin:0;
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#666;
	}

	.caption h3 {
	margin:0;
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#666;
	}

	.caption p {
	margin:0;
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#666;
	}

	.free {
	margin:0;
	padding:20px 0 20px 0;
	font-size:16px;
	color:#666;
	text-align:center;
	}

	.contents {
	margin:0;
	padding:20px 10px 30px;
	font-size:16px;
	color:#666;
	text-align:left;
	line-height:1.8em;
	}

	.contents p {
	margin:0 0 40px 0px;
	text-align:left;
	}

	.gray {
	color:#999;
	font-size:11px;
	}

	.main ul {
	clear: both;
	margin: 0;
	padding: 0;
	}

	.main ul li {
	border-radius: 12px;
	width: 100%;
	height: 165px;
	margin: 0 0 10px;
	padding: 5px 0;
	list-style-type: none;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	}

	.main ul li img {
	max-width: 120px;
	max-height: 120px;
	margin: 5px;
	}

	.main ul li a {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-overflow: ellipsis;
	}

	.main ul li a:visited {
	color: #0033FF;
	text-decoration: none;
	}

	.main ul li a:hover {
	background: #eeeeee;
	color: #FF0000;
	text-decoration: none;
	}

	.main p {
	margin:0 0 40px 0px;
	text-align:left;
	}

	.itemlink {
	position:absolute;
	top:0px; left:140px;right:0px;
	}

	.itemimag {
	width: 135px;
	height: 130px;
	margin: auto;
	padding: auto;
	float:left;
	}

	.itemname {
	text-align: left;
	color: #0033FF;
	font-weight: normal;
	margin: 5px 5px 0;
	line-height:1.2em;
	position:absolute;
	top:5px; left:0px;
	}

	.itemyen {
	text-align: right;
	color: #FF0000;
	margin: 5px 5px 0;
	font-weight: normal;
	line-height:1.0em;
	position:absolute;
	top:55px; right:15px;
	}

	.itemcomm {
	text-align: left;
	color: #666;
	margin: 5px 5px 0;
	font-weight: normal;
	line-height:1.0em;
	position:absolute;
	top:76px; left:0px;
	}

	.itembtn {
	width: 180px;
	text-align: center;
	line-height:2.0em;
	margin:10px auto 5px;
	border-radius:0.3em;
	border:solid 1px #C3C3C3;
	position:absolute;
	top:125px; right:15px;
	}

	.side {
	padding:0;
	margin:0 0 15px;
	font-size:16px;
	text-align:center;
	}

	.menu {
	margin:0;
	padding:0 0 10px;
	font-size:16px;
	color:#666;
	text-align:left;
	line-height:1.8em;
	}

	.menu ul {
	clear: both;
	margin:0;
	padding:0;
	text-decoration:none;
	}
	
	.menu ul li{
	height: 16px;
	line-height:60px;
	text-decoration:none;
	list-style-type:none;
	border-bottom:1px dashed #999;
	text-align:left;
	padding:24px 0;
	clear:both;
	position: relative;
	overflow: hidden;
	}

	.menu ul li a {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding:0 10px;
	text-overflow: ellipsis;
	}

	.menu ul li a:hover {
	background: #dedede;
	color: #FF0000;
	text-decoration: none;
	}

	.menu p {
	text-align:left;
	}

	.footer {
	width:94%;
	height:60px;
	margin:10px 3%;
	padding:5px 0;
	background-color:#E6E6E6;
	text-align:center;
	color:#666;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	clear:both;
	line-height:1.2em;
	}

	.footer a {
	display:block;

	}
	.display-pc {
	display:none;
	}

	img {
	max-width:95%;
	height:auto;
	}

	#fixed_footer{
	z-index: 1;
	position: fixed;
	bottom: 0;
	left: 0;
	right:0;
	max-width:100%;
	}

	.fixed_footer_space{
	height:50px;
	}

	#backToTop{
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 50px;
	height: 50px;
	}

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

	.itemyen {
	top:108px; right:15px;
	}

	.itemcomm {
	display:none;
	}

}
/* スマホ用CSS 終了 */


/* PC・タブレット用CSS 開始 */
@media screen and (min-width: 900px) {

	.base {
	margin:8px 0;
	padding:0;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-color:#FFF;
	border:#C3C3C3 solid 1px;
	font-size:16px;
	color:#666;
	}

	.header {
	height:100px;
	width:980px;
	}

	.header h1 {
	width:940px;
	font-size:24px;
	text-align:left;
	line-height:30px;
	margin:0 20px;
	padding-top:15px;
	position:relative;
	}

	.header h1 a, .header h1 {
	color:#666;
	text-decoration:none;
	}

	.header p {
	width:940px;
	font-size:16px;
	text-align:left;
	line-height:18px;
	color:#666;
	margin:15px 20px 0 20px;
	position:relative;
	}

	.back {
	margin:0px;
	padding:0px 10px;
	width:960px;
	position:relative;
	overflow:hidden;
	}

	.pan {
	float:left;
	width:960px;
	height:30px;
	padding:0;
	margin:10px 10px 0;
	font-size:12px;
	text-align:left;
	}

	.main {
	width:610px;
	margin:10px 0;
	padding:0;
	font-size:16px;
	float:left;		/*メイン左*/
	text-align:left;
	}

	.sideline {
	width:340px;
	margin:10px 0;
	padding:0;
	font-size:16px;
	float:right;		/*サイド右*/
	text-align:center;
	}

	.caption {
	margin:0;
	padding:0;
	background:#EAEAEA;
	height:40px;
	text-align:left;
	border-left:10px double #E6E6E6;
	overflow:hidden;
	clear:both;
	position: relative;
	}

	.caption:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #E6E6E6;
	}

	.caption:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 8px solid #FFFFFF;
	}

	.caption h2 {
	margin:0;
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#666;
	}

	.caption h3 {
	margin:0;
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#666;
	}

	.caption p {
	margin:0;
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#666;
	}

	.free {
	margin:0;
	padding:0 0 10px 0;
	font-size:16px;
	color:#666;
	text-align:center;
	}

	.contents {
	margin:0;
	padding:10px 0 20px;
	font-size:16px;
	color:#666;
	text-align:left;
	line-height:1.6em;
	}

	.gray {
	color:#999;
	font-size:11px;
	}

	.main ul {
	clear: both;
	margin: 0;
	padding: 0;
	}

	.main ul li {
	border-radius: 12px;
	width: 195px;
	height: 315px;
	margin: 0 2px 10px 3px;
	padding: 0;
	list-style-type: none;
	border: 1px solid #ccc;
	float:left;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	}

	.main ul li img {
	max-width: 130px;
	max-height: 130px;
	margin-top: 5px;
	}

	.main ul li a {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-overflow: ellipsis;
	}

	.main ul li a:visited {
	color: #0033FF;
	text-decoration: none;
	}

	.main ul li a:hover {
	background: #dedede;
	color: #FF0000;
	text-decoration: none;
	}

	.main p {
	margin:0 15px 30px 0px;
	text-align:left;
	}

	.itemlink {
	position:absolute;
	}

	.itemimag {
	display:table-cell;
	width: 195px;
	height: 145px;
	margin: auto;
	padding: auto;
	vertical-align: middle;
	}

	.itemname {
	width: 182px;
	text-align: left;
	color: #0033FF;
	font-weight: normal;
	margin: 5px 7px 0 6px;
	line-height:1.2em;
	position:absolute;
	top:0px; left:0px;
	}

	.itemyen {
	width: 182px;
	text-align: right;
	color: #FF0000;
	margin: 5px 7px 0 6px;
	font-weight: normal;
	line-height:1.0em;
	position:absolute;
	top:55px; left:0px;
	}

	.itemcomm {
	width: 182px;
	text-align: left;
	color: #666;
	margin: 5px 7px 0 6px;
	font-weight: normal;
	line-height:1.0em;
	position:absolute;
	top:76px; left:0px;
	}

	.itembtn {
	width: 162px;
	text-align: center;
	line-height:1.9em;
	margin:10px auto 5px;
	border-radius:0.2em;
	border:solid 1px #C3C3C3;
	position:absolute;
	top:122px; left:16px;
	}

	.side {
	padding:0;
	margin:0 0 15px;
	font-size:16px;
	text-align:center;
	}

	.menu {
	margin:0;
	padding:0 0 10px;
	font-size:16px;
	color:#666;
	text-align:left;
	line-height:1.6em;
	}

	.menu ul {
	clear: both;
	margin:0;
	padding:0;
	text-decoration:none;
	}

	
	.menu ul li{
	height: 16px;
	line-height:56px;
	text-decoration:none;
	list-style-type:none;
	border-bottom:1px dashed #999;
	text-align:left;
	padding:20px 10px;
	clear:both;
	position: relative;
	overflow: hidden;
	}

	.menu ul li a {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding:0 10px;
	text-overflow: ellipsis;
	}

	.menu ul li a:hover {
	background: #dedede;
	color: #FF0000;
	text-decoration: none;
	}

	.menu p {
	text-align:left;
	}

	.space {
	width:100%;
	height:1800px;
	}

	.footer {
	width:960px;
	height:45px;
	margin:10px;
	padding:15px 0 0 0;
	background-color:#E6E6E6;
	text-align:center;
	color:#666;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	clear:both;
	}

	.display-pc {
	}

	.display-sp {
	display:none;
	}

	#backToTop{
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 50px;
	height: 50px;
	}

}
/* PC・タブレット用CSS 終了 */