@charset "UTF-8";

/*---------------------------------------------------------------------------------------------
	CSS Reset
---------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
fieldset,img {
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul,dl {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*---------------------------------------------------------------------------------------------
	General layout
---------------------------------------------------------------------------------------------*/
body {
	height: 100%;
	line-height: 1.4;
	/* font: 13px Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif; */
	font: 13px "MS P Gothic","ＭＳ Ｐゴシック",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	background: #FFF2F0;
	color: #333333;
	*font-size: small;
	*font: x-small;
}
a {
	color: #EC008B;
	text-decoration: underline;
}
a:hover {
	color: #EC008B;
	text-decoration: none;
}
.clr {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
form textarea:focus,
form input:focus {
	background: #FEFBDA;
}
a.bdrNone {
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------
	COLOR
---------------------------------------------------------------------------------------------*/
.red {color: #FF3333;}

/*---------------------------------------------------------------------------------------------
	Free HTML
---------------------------------------------------------------------------------------------*/
.free336-280 {
	width: 336px;
	margin: 0 0 15px;
}
.free336-280-2 {
	width: 336px;
	margin: 0 auto 15px;
}
.free468-15 {
	width: 468px;
	margin: 0 0 15px;
}
.free580 {
	width: 580px;
	margin: 0 0 15px;
}
.free728-15 {
	width: 728px;
	margin: 0 auto 15px;
}
.free728-90 {
	width: 728px;
	margin: 0 0 15px;
}
.free728-90-2 {
	width: 728px;
	margin: 0 auto 15px;
}
.free970-90 {
	width: 970px;
	margin: 0 0 15px;
}

.adBox {
	width: auto;
	overflow: hidden;
	margin: 0 auto 15px;
	*zoom: 1;
}
.adBox .ad-1 {
	float: left;
	width: 336px;
}
.adBox .ad-2 {
	float: right;
	width: 230px;
}
.adBox .ad-3 {
	float: left;
	width: 260px;
}
.adBox .ad-4 {
	float: right;
	width: 300px;
}

.adBox .ad-2 span {
	line-height: 1.6;
	font-size: 115%;
}

p.sponsorLink {
	margin: 0 0 3px;
	font-size: 93%;
}

/*---------------------------------------------------------------------------------------------
	ページング
---------------------------------------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	height: 30px;
	margin: 0 auto 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------
	パンくず
---------------------------------------------------------------------------------------------*/
#breadBox {
	width: 100%;
	margin: 15px 0;
	font-size: 93%;
}
#breadBox .inn {
	width: 980px;
	margin: 0 auto;
}

/*---------------------------------------------------------------------------------------------
	検索
---------------------------------------------------------------------------------------------*/
.searchBox {
	clear: both;
	width: 338px;
	height: auto;
	margin: 0 0 0 auto;
	overflow: hidden;
}
.searchBox dl {}
.searchBox dl dt input {
	float: left;
	position: relative;
	line-height: 34px;
	width: 271px;
	height: 34px;
	padding: 0 5px;
	border: 1px solid #CCCCCC;
	border-right: none;
	font-size: 115%;
	behavior: url(/pie/PIE.htc);
}
.searchBox dl dd {
	float: right;
	width: 56px;
	margin: 0;
}
.searchBox dl dd:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*---------------------------------------------------------------------------------------------
	共通タイトル
---------------------------------------------------------------------------------------------*/
.cmnTit {
	width: auto;
	margin: 0 0 15px;
	/* border-left: 10px solid #FF614A; */
}
.cmnTit h2 {
	padding: 0 0 6px 27px;
	background: url(../images/common/icon.png) no-repeat 0 1px;
	border-bottom: 1px dotted #BBBBBB;
	font-size: 124%;
	font-weight: bold;
}
.cmnTit h2 a {
	padding: 0 5px;
}
.cmnTit h2 span {
	color: #B02C57;
}
.cmnTit h2 span.count {
	padding: 0 5px;
	color: #F30;
	font-family: Verdana;
	font-weight: bold;
	font-size: 123%;
}

/*---------------------------------------------------------------------------------------------
	一覧リンク
---------------------------------------------------------------------------------------------*/
p.listLink {
	clear: both;
	margin: 0 0 7px;
	font-size: 93%;
	text-align: right;
}
p.listLink a {
	padding: 0 0 0 12px;
	background: url(../images/common/csr_02.gif) no-repeat 0 6px;
}

/*---------------------------------------------------------------------------------------------
	Wrapper
---------------------------------------------------------------------------------------------*/
#wrapper {
	line-height: 1.3;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*---------------------------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #FFFFFF url(../images/common/bgHeadTop.gif) repeat-x top;
	border-bottom: 2px solid #FF9E8C;
}
#header #headCtsBox{
	width: 980px;
	margin: 0 auto;
}
#header #headCtsBox #headTopBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 5px;
	text-align: right;
	*zoom: 1;
}
#header #headCtsBox #headTopBox h1 {
	float: left;
	margin: 1px 0 0;
	font-size: 85%;
	color: #FFFFFF;
	text-align: left;
}
#header #headCtsBox #headTopBox ul {
	float: right;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#header #headCtsBox #headTopBox ul li {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}
#header #headCtsBox #headMainBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 5px;
	*zoom: 1;
}
#header #headCtsBox #headMainBox h2 {
	float: left;
	margin: 10px 0 0;
}
#header #headCtsBox #headMainBox #headSearchBox {
	float: right;
	margin: 7px 0 0;
}

/*---------------------------------------------------------------------------------------------
	Page Container
---------------------------------------------------------------------------------------------*/
#container {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 15px auto 20px;
	*zoom: 1;
}

/*---------------------------------------------------------------------------------------------
	MainContents
---------------------------------------------------------------------------------------------*/
#topMain {
	float: left;
}
#main {
	float: left;
	position: relative;
	width: 580px;
	height: auto;
	margin: 0 0 25px;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #EAEACE;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
	*zoom: 1;
}

/* TOPページ */
#main #topBox {
	margin: 0;
}
#main #topBox #mainImg {
	margin: 0;
}
#main #topBox .topMainTitBox {
	margin: 0 0 15px;
}
#main #topBox .topMainTitBox h3 {
	font-weight: bold;
	font-size: 115%;
}
#main #topBox .topMainInfoTxt {
	margin: 0 0 20px;
}
#main #topBox .topMainInfoTxt p {
	font-size: 115%;
}

#main .ctsDgtBox {
	width: auto;
	overflow: hidden;
}

.boxgrid {
	float: left;
	width: 180px;
	overflow: hidden;
	height: 120px;
	margin: 0 20px 20px 0;
	border: 0;
	position: relative;
}
#main .ctsDgtBox .last {
	margin: 0 0 20px;
}
.bnrImg {}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}
#main .ctsDgtBox h3 {
	margin: 7px 7px 5px 7px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	/* text-shadow: 1px 1px #500E14; */
	text-align: center;
}
.boxgrid p {
	line-height: 1.3;
	font-size: 11px;
	font-weight:  bold;
	text-align: center;
}
.boxgrid p a {
	display: block;
	margin: 0 7px;
	color: #FFFFFF;
}
.boxcaption {
	float: left;
	position: absolute;
	height: 70px;
	width: 100%;
	background: #A41D2C;
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.caption .boxcaption {
	top: 95px;
	left: 0;
}

/*
#main .ctsDgtBox dl {
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	*zoom: 1;
}
#main .ctsDgtBox dl.last {
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 0 0 20px 0;
	*zoom: 1;
}
#main .ctsDgtBox dl dt,
#main .ctsDgtBox dl.last {
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
	*zoom: 1;
}
#main .ctsDgtBox dl dt img,
#main .ctsDgtBox dl.last dt img {
}
#main .ctsDgtBox dl dd,
#main .ctsDgtBox dl.last dd {
	margin: 0 0 5px;
	font-size: 93%;
	font-weight: normal;
	text-align: center;
}
#main .ctsDgtBox dl dd a,
#main .ctsDgtBox dl.last dd a {
	display: block;
}
*/

/* 詳細ページ */
#main #dtlBox {
	margin: 0;
}
#main #dtlBox #dtlSnsBox {
	width: auto;
	margin: 0 0 15px;
}
#main #dtlBox ul.snsBtn {
	float: right;
	margin: 0;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#main #dtlBox ul.snsBtn li {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
}
#main #dtlBox ul.snsBtn li.gp {
	width: 68px;
}
#main #dtlBox ul.snsBtn li.tw {
	width: 100px;
}
#main #dtlBox ul.snsBtn li.fb {
	width: 104px;
}
#main #dtlBox #calendarImgBox {
	width: auto;
	margin: 0 0 25px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	text-align: center;
}
#main #dtlBox #downloadBox {
	width: auto;
	margin: 0 0 25px;
}
#main #dtlBox #downloadBox ul {
	margin: 0 0 20px;
}
#main #dtlBox #downloadBox ul li {
	padding: 0 0 0 0.5em;
	font-size: 93%;
	text-indent: -0.5em;
}
#main #dtlBox #downloadBox #btnDownload {
	width: 200px;
	margin: 0 auto 20px;
	background: #CCCCCC;
	text-align: center;
}
#main #dtlBox #downloadBox #btnDownload a {
	display: block;
	padding: 10px;
	color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}
#main #dtlBox #downloadBox #btnDownload a:hover {
	background: #DDDDDD;
}

/*---------------------------------------------------------------------------------------------
	Side
---------------------------------------------------------------------------------------------*/
#sideRight {
	float: right;
	width: 336px;
}
ul.topSnsBtn {
	margin: 0 0 20px;
	overflow: hidden;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
ul.topSnsBtn li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}
#sideRight .cateBox {
	margin: 0 0 25px;
}
#sideRight .cateBox ul.row {
	overflow: hidden;
	*zoom: 1;
}
#sideRight .cateBox ul.row li a {
	position: relative;
	display: block;
	*display: inline;
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(0%, #FFFFFF), color-stop(100%, #FCE6EB));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%, #FCE6EB 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%, #FCE6EB 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%, #FCE6EB 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%, #FCE6EB 100%);
	background: linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%, #FCE6EB 100%);
	-pie-background: linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%, #FCE6EB 100%);
	* */
	background: #FFFFFF;
	/* border: 1px solid #F38BA3; */
	border: 1px solid #EAEACE;
	border-radius: 5px;
	color: #EB3F66;
	font-size: 115%;
	font-weight: normal;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}
#sideRight .cateBox ul.row li a span {
	padding: 0 3px;
	font-size: 65%;
}
#sideRight .cateBox ul.row li a:hover {
	position: relative;
	border: 1px solid #EC008B;
	border-radius: 5px;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}

#sideRight .linkBox {
	margin: 0 0 25px;
}
#sideRight .linkBox ul {}
#sideRight .linkBox ul li a {
	display: block;
	padding: 5px 0 5px 10px;
	background: url(../images/common/csr_02.gif) no-repeat left center;
}

/*---------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 20px 0;
	background: #FFFFFF;
	border-top: 1px solid #FF9E8C;
}
#footer #footMain {
	width: 980px;
	height: auto;
	margin: 0 auto 5px;
	overflow: hidden;
	*zoom: 1;
}
#footer #footMain ul.cate {
	float: left;
	width: 50%;
	margin: 10px 0 30px;
}
#footer #footMain ul.cate li {
	display: inline;
	border-right: 1px solid #333333;
}
#footer #footMain ul.cate li a {
	padding: 5px 7px;
}
#footer #footMain #footSearchBox {
	width: 50%;
	float: right;
}
#footer h5 {
	font-size: 77%;
	text-align: center;
}
#footer h5 a {
	color: #333333;
	text-decoration: none;
}
