@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.fR {
	float: right !important; 
}
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	min-width: 920px;
	color: #000;
	font-family: Arial, sans-serif;
	background: url(/img/common/body_bg.jpg) repeat top center;
}

#container {
	text-align: left;
}

#main {
	/*margin: 0 auto 217px;*/
	margin: 0 auto 60px;
	width: 920px;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 35px 0 20px;
	width: 900px;
	font-size: 140%;
}

#header .hBox {
	width: 710px;
	float: left;
}

#header h1 {
	float: left;
}

#header .sns {
	padding: 24px 1px 0 0;
	float: right;
}

#header .sns li {
	padding-left: 11px;
	float: left;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding-top: 32px;
	width: 566px;
	float: right;
}

#gNavi li {
	width: 110px;
	float: left;
	text-align: center;
	background: url(/img/common/line01.png) no-repeat right center;
}

#gNavi .none {
	background: none;
}

#gNavi li a {
	display: block;
	text-decoration: none;
}

#gNavi li span {
	display: block;
}

#gNavi li .ov {
	display: none;
}

#gNavi li a:hover .ov {
	display: block;
}

#gNavi li a:hover .out {
	display: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 690px;
	float: left;
	font-size: 130%;
}

#conts .content {
	padding: 40px 30px 27px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*position: relative;*/
    behavior: url(/js/pie.htc);
	background-color: #FFF;
}


#conts p {
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#side {
	width: 220px;
	float: right;
}

#followingBox {
	z-index: 5;
}

#side .subBoxBg {
	padding: 0 11px 14px 13px;
	background: url(/img/index/sub_box_bg.png) repeat;
}

#side .sBox {
	margin-bottom: 14px;
}

#side .sBox .date {
	margin-bottom: 9px;
	color: #FFF;
	font-size: 220%;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
}

#side .sBox table {
	margin-bottom: 12px;
	width: 100%;
	border-collapse: collapse;
}

#side .sBox th {
	padding-bottom: 2px;
	font-size: 1.1em;
	color: #FFF;
	letter-spacing: -0.08em;
}

#side .sBox th,
#side .sBox td {
	width: 14%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
}

#side .sBox td {
	color: #999;
}

#side .sBox td a {
	color: #4F4F4F;
}

#side .sBox .wid {
	width: 15%;
}

#side .sBox td {
	padding: 6px 2px;
	font-size: 1.4em;
	border: 1px solid #4F4F4F;
	background-color: #FFF;
}

#side .sBox .cel01 {
	color: #FF0000;
}

#side .sBox .cel02 {
	color: #009CFF;
}

#side .sBox .pageList li {
	float: left;
	font-size: 110%;
	word-break: break-all;
	font-weight: bold;
}

#side .sBox .pageList .next,
#side .sBox .pageList .prev {
	width: 50px;
}

#side .sBox .pageList .prev {
	text-align: left;
}

#side .sBox .pageList .next {
	float: right;
	text-align: right;
}

#side .sBox .pageList .on {
	width: 92px;
	color: #FFF;
	text-align: center;
}

#side .sBox .pageList .on span {
	display: block;
	line-height: 1.7;
}

#side .sBox .pLink {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 110%;
	text-align: center;
}

#side .sBox .sBtn {
	margin-left: -5px;
}

#side .sBox01 .subBoxBg {
	padding: 11px 8px 15px;
}

#side #followingBox .sBox01 {
	display: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 51px 0 58px;
	width: 100%;
	min-width: 890px;
	overflow: hidden;
	clear: both;
	background: url(/img/common/footer_bg.jpg) repeat top center;
}


#footer .fInner {
	margin: 0 auto;
	width: 880px;
}

#footer .fLogo {
	margin-bottom: 29px;
	text-align: center;
}

#footer .fBox {
	margin-bottom: 16px;
}

#footer .fBox .fNavi {
	margin-top: 5px;
	padding-right: 1px;
	width: 639px;
	float: left;
	font-size: 140%;
	background: url(/img/common/line01.png) no-repeat right center;
}

#footer .fBox .fNavi li {
	width: 97px;
	float: left;
	color: #FFF;
	text-align: center;
	background: url(/img/common/line01.png) no-repeat left center;
}

#footer .fBox .fNavi .wid01 {
	width: 111px;
}

#footer .fBox .fNavi li a {
	display: block;
	text-decoration: none;
}

#footer .fBox .fNavi li span {
	display: block;
}

#footer .fBox .fNavi li .ov {
	display: none;
}

#footer .fBox .fNavi li a:hover .ov {
	display: block;
}

#footer .fBox .fNavi li a:hover .out {
	display: none;
}

#footer .fBox .sns {
	width: 185px;
	float: right;
}

#footer .fBox .sns li {
	margin-right: 11px;
	float: left;
}

#footer .copyright {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 110%;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
#mainVisual {
	margin: 0 auto 30px;
	width: 920px;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin-top: 14px;
	text-align: right;
}

.pageTop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#main h3 {
	margin-bottom: 25px;
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#conts .comImgBox {
	margin-bottom: 30px;
}

#conts .comImgBox .photoList {
	width: 342px;
	float: left;
}

#conts .comImgBox .photoList li {
	padding: 13px 12px 0 0;
	width: 159px;
	height: 201px;
	float: left;
}

#conts .comImgBox .photoList li img {
	width: 100%;
}

#conts .comImgBox .photoList li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}
 
#conts .comImgBox .textBox {
	padding: 11px 56px 0 0;
	width: 221px;
	float: right;
}

#conts .comImgBox .textBox p {
	line-height: 1.85;
}

#conts .comImgBox .textBox .ttl {
	margin-bottom: 24px;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.5;
}

#conts .comImgBox .textBox dl {
	margin-bottom: 8px;
	padding-left: 14px;
	background: url(/img/event/line.png) no-repeat left center;
}

#conts .comImgBox .textBox dt,
#conts .comImgBox .textBox dd {
	font-size: 1.0em;
	font-weight: bold;
	word-break: break-all;
	line-height: 1.45;
}

#conts .comImgBox .textBox dd span {
	margin-right: 8px;
	width: 50px;
	display: inline-block;
}

#conts .comImgBox .textBox ul {
	margin-bottom: 1px;
}

#conts .comImgBox .textBox li {
	padding: 5px 0;
	border-top: 2px solid #7F7F7F;
}

#conts .comImgBox .textBox li span {
	padding-left: 5px;
	font-size: 85%;
}

#conts .comImgBox .textBox .link {
	margin-bottom: 10px;
}

#conts .comImgBox .textBox .link a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#conts .comImgBox .textBox .text {
	margin-bottom: 10px;
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
}