﻿@charset "UTF-8";
/* CSS Document */

@import url("common.css");
@import url("styles-site.css");

/* ---------------------------------------------------------------- *
	セカンドページ用スタイル
 * ---------------------------------------------------------------- */
 
/* 一覧を観る */
.link-ichiran  {
	float: right;
}

/* ムービーを観る（カテゴリーページ） */
#category-mov {
	padding-top: 20px;
}
#category-mov  .entrygroup {
	margin-bottom: 10px;
	display: -moz-inline-box;
	display: inline-block;
}
#category-mov  .entry {
	border: 1px solid #CCCCCC;
	padding: 10px;
	padding-top: 8px;
	width: 365px;
	margin-right: 6px;
	margin-left: 6px;
	float: left;
}
#category-mov .entry img {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	padding: 1px;
	float: left;
	margin-right: 10px;
}
#category-mov .entry img.icon {
	float: right;
	margin-right: 0px;
	border:none;
}
#category-mov .entry h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 3px;
}
#category-mov .entry h3 {
	margin-bottom: 10px;
	font-size: 1em;
}


/* ムービーを観る（エントリーページ） */
#entry-mov {
	padding-top: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#entry-mov .movbase {
	background-color: #ededed;
	background-image: url(../img/bg_mov.gif);
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 40px;
}
.movbase .mov {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	padding: 1px;
}
#entry-mov .comment {
	clear:both;
}
#entry-mov  h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 3px;
	line-height: 1.3em;
	float: left;
	width: 740px;
}

#entry-mov h3 {
	margin-bottom: 30px;
	float: left;
	width: 740px;
	font-size:14px;
}

/*#entry-mov h3 {
	margin-bottom: 30px;
	float: right;
	width: 330px;
}*/

/*090304　追加*/

#entry-mov h4 {
	margin-bottom: 30px;
	float: left;
	width: 790px;
}

/*-----------*/

#entry-mov .more {
	clear: both;
	padding-top: 40px;
}



/* お知らせ（カテゴリーページ） */
#category-oshirase {
	padding-top: 20px;
}
#category-oshirase .entry {
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#category-oshirase .entry h3  {
	font-size: 1em;
	line-height: 2em;
}
#category-oshirase .entry h2 {
	font-size: 1em;
	font-weight: bold;
}

/* お知らせ（エントリーページ） */
#entry-oshirase {
	padding-top: 20px;
	clear: both;
}
#entry-oshirase h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
#entry-oshirase h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#entry-oshirase .comment {
}
#entry-webpage {
	padding-top: 20px;
}

/* お問合せ（ウェブページ） */
#contact {
}
#contact h2 {
	background-color: #eeeeee;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}
