@charset "utf-8";
/* CSS Document */

/* 全体の設定
--------------------*/
header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
  margin:0;
  padding:0;
  font-size:100%;
  line-height:140%;
  font-weight:normal;
}

.clearfix{zoom:1;}
.clearfix:after{
  content:"";
  clear:both;
  display:block;
}

body{font-size:13px;-webkit-text-size-adjust:none;
	background: #FDF5F2 url(../img/bg.gif) repeat-x top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#776354;
}

img{border:none;}
li{list-style:none;}

a{color:#4a93ef;}/* リンク色変更はここ */

/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/

h1{
  background:url(img/line_t.gif) repeat-x bottom center #84b4ee;
  color:#fff;
  font-size:12px;
  padding:2px 0 2px 10px;
}

#box_t{
  /* background:url(img/bg_t.gif) repeat-x; */
  background-color:#4a93ef;
  height:71px;
  text-align:center;
}

h2#top{
  font-size:18px;
  font-weight:bold;
  padding-top:10px;
  /* color: #4a93ef; */
  color: #fff;
  /* text-shadow: 0 1px 0 white; */
}

/* 導入テキスト部分
--------------------*/

#intro{
  margin:15px 10px 0;
  /* color: #00008B; */
  color: #357DE8;
  font-weight:bold;
  font-size:16px;
  /* text-shadow:2px 2px 3px #666; */
  text-align:center;
}


#headright{
  width:315px;
  margin:0 auto;
  text-align:right;
}
#headleft{
  padding:0px 0 0 26px;
  width:315px;
  margin:0 auto;

}

/* ロゴ部分
--------------------*/
#prologo{
  width:315px;
  margin:0 auto;
}

#prologo ul{
  padding:5px 0 0 5px;
  margin:2px 2px;
}

#prologo li{
  float:left;
  text-align:center;
  margin:0 2px 2px 0;
}

#prologo li img{
}

#prologo a{
  text-decoration:none;
}

#prologo span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}



/* カテゴリ部分
--------------------*/
#catebox{
  width:315px;
  margin:0 auto;
}

#catebox ul{
  /* background:#ddd;
  -moz-border-radius:10px;
  -webkit-border-radius:10px; */
  padding:10px 0 0 10px;
  margin:15px 10px;
}

#catebox li{
  float:left;
  text-align:center;
  margin:0 10px 10px 0;
}

#catebox li img{
/*
  border-radius: 8px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
*/
}

#catebox a{
  text-decoration:none;
}

/* 広告部分
--------------------*/
.ad{
  text-align:center;
  margin:0 10px 15px;
}

/* 最後の文章部分
--------------------*/
#outro{
  margin:0 10px 15px;
}


/* フッタ部分
--------------------*/
#footer{
  text-align:center;
  background:url(img/line_b.gif) repeat-x top center #FDF5F2;
  color:#D8565C;     /* #fff */
  font-size:12px;
  padding:5px 0;
}

#footer a{color:#D8565C; text-decoration:none;}

/*----------------------------------------
 カテゴリページここから
----------------------------------------*/
/* ヘッダ部分
--------------------*/
h2#cate{
  font-size:18px;
  font-weight:bold;
  padding-top:20px;/* カテゴリ名が長くて2行になるときはここで高さ調整 */
  color: #4a93ef;
  text-shadow: 0 1px 0 white;
  margin:0 10px;
  text-align:left;
}

#box_t p img{
  margin:5px 7px 0 10px;
  border-radius:6px;
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
  -webkit-border-radius:6px;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, .3);
  float:left;
}

/* サイト紹介部分
--------------------*/
h4{
  color:#4a93ef;
  font-size:16px;
  background:url(img/sitebg.gif) repeat-x;
  line-height:29px;
  height:29px;
  padding-left:10px;
  margin-top:15px;
}

h4 span{
  background:url(img/icon1.gif) no-repeat left center;
  padding-left:18px;
}

.sitebox div{
  margin:10px;
}

.siteimg{
  float:left;
  margin-right:10px;
}

.siteimg img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.sitetxt{
  float:left;
  width:200px;
}

@media screen and (min-width: 480px) {
  .sitetxt{
  float:left;
  width:360px;
  }
}

.sitebtn{text-align:center;}

.sitebtn a,
#homebtn a{
  display:block;
  text-decoration:none;
  text-shadow:0 1px 0 white;
  font-size:14px;
  font-weight:bold;
  line-height:37px;
  margin:0 auto;
  width:170px;
  height:35px;
  border:1px solid #8b8b8b;
  border-radius:4px;
  -webkit-border-radius:4px;
  background:-moz-linear-gradient(top,#f4f3f3,
                  #ecebeb 50%,
                  #e3e3e3 51%,
                  #d9d9d9);
  background:-webkit-gradient(linear, left top, left bottom, from(#f4f3f3),
                  color-stop(0.5, #ecebeb),
                  color-stop(0.51, #e3e3e3),
                  to(#d9d9d9));
}

.sitebtn a img{
  margin-left:5px;
}

/* 広告部分
--------------------*/
.ad2{
  text-align:center;
  margin-top:15px;
  padding-top:15px;
  border-top:1px dotted #4a93ef;
}

/* ホームへ戻るボタン
--------------------*/
#homebtn{
  text-align:center;
  margin:25px 0;
}

#homebtn a img{
  margin-right:5px;
}

.table_td_top td {
  vertical-align: top;
}


/* -----------------------------*/
/* ヘッダーの右にメニュー */
.header1{
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));
	background: linear-gradient(#ececec, #fff);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #dadada;
}
	.header1 h1{
		display: block;
		height: 50px;
		width: 135px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 5px;
		float: left;
	}
	.header1 nav{
		float: right;
	}
	.header1 nav li{
		float: left;
	}
	.header1 nav li>a{
		display: block;
		height: 33px;
		width: 76px;
		color: #808080;
		line-height: 30px;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#ececec));
		background: linear-gradient(#fff #ececec);
		text-align: center;
		text-decoration: none;
		border: 1px solid #dadada;
		margin-top: 7px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight:bold;
	}
	.header1 nav li:first-child>a{
		border-radius: 4px 0 0 4px;
	}
	.header1 nav li:last-child>a{
		border-radius: 0 4px 4px 0;
		/* border-left: none; */
		margin-right: 5px;
	}


/* ヘッダーの右にメニュー */
.headermenu{
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));
	background: linear-gradient(#ececec, #fff);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #dadada;
}
	.headermenu h1{
		display: block;
		height: 50px;
		width: 90px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 5px;
		float: left;
	}
	.headermenu nav{
		float: right;
	}
	.headermenu nav li{
		float: left;
	}
	.headermenu nav li>a{
		display: block;
		height: 33px;
		width: 60px;
		color: #3300CC;
		line-height: 30px;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#ececec));
		background: linear-gradient(#fff #ececec);
		text-align: center;
		text-decoration: none;
		border: 1px solid #dadada;
		margin-top: 7px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight:bold;
	}
	.headermenu nav li:first-child>a{
		border-radius: 4px 0 0 4px;
	}
	.headermenu nav li:last-child>a{
		border-radius: 0 4px 4px 0;
		/* border-left: none; */
		margin-right: 5px;
	}



/* ヘッダーの右にメニュー２ */
.header2{
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));　
	background: linear-gradient(#ececec, #fff);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #dadada;
	}
	.header2 h1{
		display: block;
		height: 50px;
		width: 135px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 5px;
		float: left;
	}
	.header2 nav{
		float: right;
		border-left: 1px solid #fff;
	}
	.header2 nav li{
		float: left;
	}
	.header2 nav li>a{
		text-align: center;
		display: block;
		width: 50px;
		height: 50px;
	}
	.header2 nav li:first-child>a{
		border-right: 1px solid #fff;
		border-left:  1px solid #dadada;
	}
	.header2 nav li:last-child>a{
		border-left:  1px solid #dadada;
	}

/* スワイプでスライドするメニュー */
.slide {
	width: 320px;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 20px;
	}
	.flipsnap {
    		display: -webkit-box;
    		margin: 10px 0;
	}
	.item {
    		width: 310px;
	}
	.pointer {
   		text-align: center;
	}
	.pointer span {
    		display: inline-block;
    		width: 7px;
   		height: 7px;
    		border-radius: 5px;
    		border: 1px solid #000;
	}
	.pointer span.current {
    		background: #fc0;
	}

/* 矢印つきリスト */
.list1 ul{
	border-bottom: 1px solid #ccc;
	}
	.list1 ul li{
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-bottom: 1px solid white;
		border-top: 1px solid #ccc;
		height: 44px;
		margin: 0;
	}
	.list1 ul li a{
		color: #333;
		display: block;
		height: 44px;
		margin: 0;
		padding: 0 0 0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: bold;
		white-space: nowrap;
		line-height: 44px;
	}
	.list1 ul li a::after{
		content: url(images/list_mark1.png);
		float: right;
	}

/* 矢印つきリスト２ */
.list2 ul{
	margin: 10px;
	}
	.list2 ul li{
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #ccc solid;
		border-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
   		display:block;
		-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
		box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}
	.list2 ul li:first-child{
		border-radius: 8px 8px 0 0;
	}
	.list2 ul li:last-child{
		border-radius: 0 0 8px 8px;
		border-bottom:1px #ccc solid;
	}
	.list2 ul li a{
		color: #333;
		display: block;
		height: 44px;
		margin: 0;
		padding: 0 0 0 10px;
		overflow: hidden;
		white-space: nowrap;
		line-height: 44px;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight:bold;
	}
	.list2 ul li a::after{
		content: url(images/list_mark1.png);
		float: right;
	}

/* サムネイルつき矢印リスト */
.list3 ul{
	border-bottom: 1px solid #ccc;
	}
	.list3 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-top: 1px solid #ccc;
		height: 70px;
		margin: 0px;
	}
	.list3 ul li a{
		background: url(images/list_mark1.png) no-repeat 100% 50%;
		color: #666;
		display: block;
		height: 70px;
		margin: 0;
		padding: 0 20px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
	}
	.list3 ul li img{
		float: left;
		height: 70px;
		width: 70px;
		margin-right: 10px;
	}
	.list3 ul li a strong{
		color: #000;
		display: block;
		font-weight: bold;
		padding-top: 17px;
	}

/* サムネイルつき矢印リスト２ */
.list4 ul{
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
	}
	.list4 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		height: 45px;
		margin: 0px;
	}
	.list4 ul li a{
		background: url(images/list_mark1.png) no-repeat 100% 50%;
		color: #666;
		display: block;
		height: 45px;
		margin: 0;
		padding: 0 20px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
	}
	.list4 ul li a strong{
		color: #000;
		display: block;
		font-weight: bold;
		padding-top: 5px;
	}
	.list4 ul li img{
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 10px;
	}

/* サムネイルつき矢印リスト２列 */
.list5 {
	margin: 10px;
	}
	.list5:after {
		content: "."; 
  	 	display: block;
		height: 0; 
 		clear: both; 
 		visibility: hidden;
	}
	.list5 ul{
		border-top: 1px solid #ccc;
	}
	.list5 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-top: none;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		height: 45px;
		margin: 0px;
	}
	.list5 ul li:nth-child(odd) {
		float: left;
		width: 50%;
	}
	.list5 ul li a{
		color: #666;
		display: block;
		height: 45px;
		margin: 0px;
		padding: 0 20px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
	}
	.list5 ul li a strong{
		color: #000;
		display: block;
		font-weight: bold;
		padding-top: 5px;
	}
	.list5 ul li img{
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 10px;
	}

/* アコーディオン */
.list6 dl.acordion{
	margin: 0 10px 0 10px;
	}
	.list6 dt.trigger {
		background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea)); 
		background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
		border-radius: 10px;
		text-align: left;
		border: 1px solid #ccc;
		color: #000; 
		margin-bottom: 0;
		padding: 10px;
	}
	.list6 dt.active{
		border-radius: 10px 10px 0 0;
	}
	.list6 dt.trigger span.open-close {
		background: url(images/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;
	}
	.list6 dt.active span.open-close {
		background: url(images/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
	}	
	.list6 dd.acordion_tree{
		padding: 10px;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
		background: #9bd8ff linear-gradient(#fff, #f0f0f0);
		border: 1px solid #ccc;
		border-top: none;
	}


/* ボタン */
a.btn1{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	border-radius: 10px; 
	border: 1px solid #63b7ec;
	font-weight: bold;
	background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea));
	background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
	}
a.btn2{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight: bold;
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f45cb5), to(#e22092)); 
	background: #e22092 linear-gradient(#f45cb5, #e22092);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}
a.btn3{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;  
	box-shadow: 1px 1px 2px #e7e7e7;  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), 		color-stop(0.01, #f1f1f1), 
		color-stop(0.5, #f1f1f1), 
		color-stop(0.99, #dfdfdf), 
		to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	}
a.btn4{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border-top: 1px solid #d25f11;
	border-right: 1px solid #d25f11;
	border-bottom: 1px solid #b85511;
	border-left: 1px solid #d25f11;
	font-weight: bold;
	-webkit-box-shadow:inset 0 1px 0px #ffc290;
	box-shadow:inset 0 1px 0px #ffc290;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe923b), to(#e26411));
	background: linear-gradient(#fe923b #e26411);
	}
a.btn5{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border:1px solid #000;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), 
		color-stop(0.48, #323232), 
		color-stop(0.5, #000), 
		to(#121212));
	background: linear-gradient(#4f4f4f, #323232 48% , #000 50%, #121212);
	}


.submit_btn1{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	border-radius: 10px; 
	border: 1px solid #63b7ec;
	font-weight: bold;
	background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea));
	background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
	}

.submit_btn3{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;  
	box-shadow: 1px 1px 2px #e7e7e7;  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), 		color-stop(0.01, #f1f1f1), 
		color-stop(0.5, #f1f1f1), 
		color-stop(0.99, #dfdfdf), 
		to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	}

.submit_btn4{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border-top: 1px solid #d25f11;
	border-right: 1px solid #d25f11;
	border-bottom: 1px solid #b85511;
	border-left: 1px solid #d25f11;
	font-weight: bold;
	-webkit-box-shadow:inset 0 1px 0px #ffc290;
	box-shadow:inset 0 1px 0px #ffc290;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe923b), to(#e26411));
	background: linear-gradient(#fe923b #e26411);
	}

.submit_btn5{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border:1px solid #000;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), 
		color-stop(0.48, #323232), 
		color-stop(0.5, #000), 
		to(#121212));
	background: linear-gradient(#4f4f4f, #323232 48% , #000 50%, #121212);
	}




.error {
  font-size: 90%;
  color: #BB1850;
}

.spbox1 {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	font-weight:normal;
	font-size: 100%; 
}

.spbox2 {
  width: 1140px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	font-weight:normal;
	font-size: 100%; 
}


#wrap {
  width: 800px;
  margin: 0 auto;
}
#wrap4 {
  width: 420px;
  margin: 0 auto;
}

#content2 {
  padding: 5px;
  /* background: url(images/bg_content.png) left bottom no-repeat #ecf7fc; */
  width: 98%;
  min-height: 700px;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 90.0%;
}
#content4 {
  padding: 10px;
  /* background: url(images/bg_content.png) left bottom no-repeat #ecf7fc; */
  width: 400px;
  min-height: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 90.0%;
}


/* ページャー */
div#pagenation {
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
    position:relative;
    left:40%;
    float:left;
    list-style: none;
}
div#pagenation li {
    position:relative;
    left:-50%;
    float:left;
}
div#pagenation li a {
    border:1px solid #CECECE;
    margin: 0 3px;
    /* padding:3px 7px; */
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;

    display: block;
    text-decoration:none;
    color: #666666;
    background: #fff;
    height: 15px;
}
div#pagenation li.active a,
div#pagenation li a:hover{
    border:solid 1px #666666;
    color: #FFFFFF;
    background: #3399FF;
}


/*-----------------------------------------------------------/
　　フォントカラー
/-----------------------------------------------------------*/
.pink {
	color: #D8565C;
}

.pink_big {
	color: #D8565C;
	font-size: 12px;
}

.font_big {
	font-size: 12px;
	font-weight: bold;
	color: #D8565C;

}

.headline {
	padding: 4px 6px 6px 24px;
	font-size: 12px;
	line-height: 18px;
	color: #492904;
	background: url(../img/headline_ma.gif) no-repeat left top;
	border-bottom: 1px solid #D8565C;
	font-weight: bold;
}

.headline2 {
	padding: 4px 6px 6px 24px;
	font-size: 12px;
	line-height: 18px;
	color: #492904;
	border-bottom: 1px solid #D8565C;
	font-weight: bold;
}

.headline_txt {
	padding: 10px 19px;
	background: url(../img/headline_txt_bg.gif) no-repeat left bottom;
	vertical-align: top;
}
.headline_txt02 {
	padding: 10px 6px;
	vertical-align: top;
	text-align: right;
}

/*-----------------------------------------------------------/
　　QandA
/-----------------------------------------------------------*/
.question {
	padding: 4px 6px 6px 32px;
	font-size: 14px;
	line-height: 20px;
	color: #492904;
	background: url(../img/question.gif) no-repeat left top;
	border-bottom: 1px solid #D8565C;
	font-weight: bold;
}
.answer {
	padding: 4px 6px 6px 32px;
	background: url(../img/answer.gif) no-repeat left top;
}

/*-----------------------------------------------------------/
　　おといあわせ
/-----------------------------------------------------------*/
.hyo {
	padding: 6px;
	border-top: 1px solid #E88875;
	
}
.contact_txt {
	padding: 10px 19px;
	vertical-align: top;
}

/*-----------------------------------------------------------/
　　リンク
/-----------------------------------------------------------*/
a:link {
	color: #D8565C;
	text-decoration: none;
}
a:visited {
	color: #D8565C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D8565C;
}
a:active {
	color: #D8565C;
	text-decoration: underline;
}
.p {
	border: 1px solid #E88875;
}
