@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("./default.css");

/* ===================================================================
 style info : 個別css
=================================================================== */

body {
	background:#edeeef;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#page {
	width:1000px;
	margin:0 auto;
}

#header {
	padding: 48px;
	margin-bottom: 6px;
	background: #FFF;
	clear: both;
	overflow: hidden;
}

#header h1 {
	float:left;
	margin-top:10px;
	width:100px;
	height:30px;
}

#header #official {
	float:right;
	width:146px;
	height:56px;
	margin:0;
}

#header #official a{
	display:block;
	width:146px;
	height:56px;
	background: url(../img/pc/news-top.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

#main {
	padding: 48px;
	margin-bottom: 1em;
	background: #FFF;
	clear: both;
	overflow: hidden;
}

#container {
	float: left;
	margin: 0 -160px 0 0;
	width: 100%;
	min-height:600px;
}

/* =Content-- */

#content {
	margin: 0;
	margin-bottom: 36px;
}

#content,
#content input,
#content textarea {
	color: #333;
	line-height: 24px;
	width: auto;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}

#content pre,
#content kbd,
#content tt,
#content var { line-height: 21px; }
#content code {}
#content dt,
#content th { color: #000; }
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { 
color: #000;
line-height: 1.5em
margin: 0 0 20px 0;
}

.hentry {
	padding: 0 40px 90px 0;
}

#content .entryHeader{
	display: block
}

#content .entry-title {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	padding:15px 0 0;
	margin-bottom: 0;
	background: url(../img/pc/news-bar.gif) no-repeat 0 0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #00aa72;
}

.entry-meta {
	color: #888;
	font-size: 1em;
}

.entry-content {
	clear: both;
	padding: 10px 0px;
}

.entry-content p {
	clear: both;
	padding: 10px 0px;
	font-size: 1em;
	line-height:1.8em;
}

.entry-content p a {
	color:#00aa72;
	text-decoration:underline;
}
.entry-content p img{
	max-width:80%;
	height: auto;
	padding:10px 0;
}
 

h2.archive-title {
	color: #000;
	font-size: 1em;
	font-family: "HelveticaNeue", "Lucida Grande","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック";
	line-height: 1em;
	padding:0 0 20px;
	margin-bottom: 2em;
}

h2.archive-title span{
	font-size: 1.2em;
	font-weight:bold;
	margin-top:-.2em;
	display:inline-block;
}


/* =Widget Areas -- */

#primary {
	float: right;
	overflow: hidden;
	width: 150px;
}

.widget-area ul {
	overflow:hidden;
}

.widget-container,
.widget {
	margin-bottom: 30px;
}
.widget-container h3,
.widget h3{ 
	margin-bottom: 8px;
}
.widget-container ul,
.widget ul{ 
	padding:4px 0 !important;
}
.widget-container ul li,
.widget ul li{
	padding: 4px 0 12px !important;
}
.widget-title { 
	display:block;
	height:20px;
}
.widget-area a:link,
.widget-area a:visited {
	color:#666;
	font-size:.9em;
	line-height:1.4em; 
	text-decoration:none;
}
.widget-area a:active,
.widget-area a:hover {
	color:#999;
	text-decoration: underline;
}
#recent-posts-3 h3 {
	text-indent:-9999px;
	background: url("../img/pc/news-entry.jpg") no-repeat 0 0px;
}
#archives-3 h3 {
	text-indent:-9999px;
	background: url("../img/pc/news-archive.jpg") no-repeat 0 0px;
}


/* =Footer-- */
#footer {
	border-top:1px solid #ccc;
	padding: 20px 0 0;
	clear: both;
	overflow: hidden;
}

.copyright {
	font-size:10px;
	text-indent:-9999px;
	height:15px;
	background: url("../img/pc/teaser-cp.png") no-repeat 100% 0;
}

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display:none;
}

#page-top a {
	width: 60px;
	height:60px;
	display: block;
	background: url("../img/pc/bg_pagetop.png") no-repeat 0 0;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

#page-top a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


/*-----------------------------------------------------	*/
/*	for - 999px					*/
/*-----------------------------------------------------	*/

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

#page {
	width:100%;
}

}



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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

#container {
	float: none;
	margin: 0;
	width: 100%;
	min-height: auto;
}
.hentry {
	padding: 10px 0 30px;
}
#primary {
	clear:both;
	float: none;
	overflow: hidden;
	border-top:1px solid #ccc;
	width: 100%;
	padding:20px 0;
}
.entry-content p img{
	max-width:100%;
	height: auto;
	padding:10px 0;
}	
	
}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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

body {
	background:#FFF;
}

#header {
	padding: 10px;
	margin-bottom: 0em;
	border-bottom:1px solid #ccc;
}

#header h1 {
	margin-top:10px;
	width:100px;
	height:30px;
}

#header h1 a img {
	width:100%;
}

#header #official {
	float:right;
	width:36px;
	height:34px;
}

#header #official a{
	color:#FFF;
	font-size:.9em;
	display:block;
	width:16px;
	height:14px;
	padding:10px;
	background: url(../img/sp/ico_btn-home.png) no-repeat 50% 50%;
	border:1px solid #ccc;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#main {
	padding: 15px;
	margin-bottom: 0em;
}

#container {
	float: none;
	margin: 0;
	width: 100%;
	min-height: auto;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
}

#content {
	margin: 0;
	margin-bottom: 10px;
}

.hentry {
	padding: 10px 0 30px;
}

#content .entry-title {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	padding:15px 0 0;
	background: url(../img/pc/news-bar.gif) no-repeat 0 0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #00a3c4;
}

.entry-meta {
	color: #888;
	font-size: 1.0em;
}
.entry-content {
	clear: both;
	padding: 20px 0px;
}
.entry-content p {
	clear: both;
	font-size:1em;
	line-height:1.8em;
	padding: 0px 0px;
}
h2.archive-title {
	font-size:.9em;
	padding:10px 0;
	margin-bottom:10px;
}


#primary {
	clear:both;
	float: none;
	overflow: hidden;
	border-top:1px solid #ccc;
	width: 100%;
	padding:20px 0;
}

.widget-container,
.widget {
	margin-bottom: 10px;
}

#recent-posts-3 h3 {
	font-size:1.2em;
	font-weight:bold;
	text-indent:0;
	background: none;
}
#archives-3 h3 {
	font-size:1.2em;
	font-weight:bold;
	text-indent:0;
	background: none;
}


/*フッター*/
#footer {
	padding: 10px 0; 
	margin-top:0px;
}

#footer .copyright {
	clear: both;
	text-indent: -9999px;
	margin: 0 auto 20px;
	width: 128px;
	height: 15px;
	text-indent: -9999px;
	background: url("../img/pc/teaser-cp.png") no-repeat 0 0;
}

#page-top {
	display: block;
	clear: both;
}

#page-top {
	position: relative;
	bottom: 0px;
	right: 0px;
	display: block;
	clear: both;
}


#page-top a {
	width: 60px;
	height:60px;
	margin:0 auto 20px;
	display: block;
	background: url("../img/pc/bg_pagetop.png") no-repeat 0 0;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

#page-top a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


}
