@charset "euc-jp";

@import url("reset.css");
@import url("common.css");
@import url("sub.css");
/* import

/* ---------------------------------------------------------------

content_wrapper

 ---------------------------------------------------------------*/
#content_wrapper {
	background: url(../../img2014/body_bg.gif) repeat center top;
}
#content {
	width:959px;
	margin:0 auto;
	position:relative;
}

/* ---------------------------------------------------------------

main

 ---------------------------------------------------------------*/
#main {
	width:715px;
	margin-right:19px;
	float:left;
	padding-top:20px;
}

/* ---------------------------------------------------------------

sub

 ---------------------------------------------------------------*/
#sub {
	width:225px;
	padding-top:20px;
	float:right;
	margin-bottom:50px;
}

/* =========================================================
proceed_main
========================================================= */
#proceed_main {
	width:675px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:19px;
}
#proceed_main h2 {
	background: url(../../img2014/proceed_ti.gif) no-repeat;
	text-indent: -9999px;
	width:675px;
	height:46px;
	margin-bottom:21px;
}

/* =========================================================
proceed_article
========================================================= */
#main .article {
	padding-bottom:50px;
}
#main .article .article-inner {
}

/* parco 2017.03.30 */
.parco_wrapper #parco_subttl{
	font-size: 26px;
	font-weight: bold;
}

#main .article .article-inner h3 {
	font-size:24px;
	color:#333;
	line-height:1.2;
	margin-bottom:10px;
	font-weight:bold;
}
#main .article .article-inner p.article_date {
	font-size:12px;
	color:#999;
}
#main .article .article-inner .entry {
    margin: 20px auto 0;
    width: 675px;
}
#main .article .article-inner .entry:before,
#main .article .article-inner .entry:after {
    content: "";
    display: table;
}
#main .article .article-inner .entry:after {
    clear: both;
}
#main .article .article-inner .entry {
}
#main .article .article-inner .entry .leftbox {
    float: left;
    padding-right: 20px;
}
#main .article .article-inner .entry .rightbox {
    float: right;
    padding-left: 20px;
}
#main .article .article-inner .entry em {
    font-weight: bold;
}
#main .article .article-inner .entry strong {
    font-weight: bold;
}
#main .article .article-inner .entry blockquote {
    font-weight: normal;
}
#main .article .article-inner .entry b {
    font-weight: bold;
}
#main .article .article-inner .entry i {
    font-style: italic;
}

/* social */
#main .article .article-inner .social {
    margin: 30px auto 35px;
    padding-bottom: 20px;
    width: 675px;
}
#main .article .article-inner .social:before,
#main .article .article-inner .social:after {
    content: "";
    display: table;
}
#main .article .article-inner .social:after {
    clear: both;
}
#main .article .article-inner .social {
}
#main .article .article-inner .social li {
    float: left;
    padding-right: 15px;
}
#main .article .article-inner .social li.fb span {
    width: 115px !important;
}
#main .article .article-inner .social li.tw iframe.twitter-share-button {
    width: 105px !important;
}

/* pageswitch */
.pageswitch {
    margin-top: 20px;
    text-align: center;
    width: 675px;
}
.pageswitch strong {
    background-color: #FFFFFF;
    border: 1px solid #8f774b;
    color: #333333;
    font-weight: bold;
}
.pageswitch a {
    text-decoration: none;
	color:#8f774b;
}
.pageswitch a.num {
    background-color: #8f774b;
    border: 1px solid #8f774b;
    color: #FFFFFF;
}
.pageswitch a.num:link,
.pageswitch a.num:visited {
    background-color: #8f774b;
    border: 1px solid #8f774b;
}
.pageswitch a.num:hover,
.pageswitch a.num:active {
    background-color: #a28d67;
    border: 1px solid #8f774b;
}
.pageswitch .prevLink {
	margin-right:10px;
}
.pageswitch .nextLink {
	margin-left:10px;
}
.pageswitch a[title="Previous page"] {
	background: url(../../img2014/prevLink.gif) no-repeat;
	background-size:14px 33px;
	height:33px;
	text-align:right;
	line-height:33px;
	display:inline-block;
	padding-left:15px;
}
.pageswitch a[title="Next page"] {
	background: url(../../img2014/nextLink.gif) no-repeat right center;
	background-size:14px 33px;
	height:33px;
	text-align:left;
	line-height:33px;
	display:inline-block;
	padding-right:15px;
}

/* parco 2017.03.29 */
.parco_wrapper .pageswitch strong {
    border: 1px solid #FAB735;
}
.parco_wrapper .pageswitch a {
	color:#FAB735;
}
.parco_wrapper .pageswitch a.num {
    background-color: #FAB735;
    border: 1px solid #FAB735;
	color: #fff;
}
.parco_wrapper .pageswitch a.num:link,
.parco_wrapper .pageswitch a.num:visited {
    background-color: #FAB735;
    border: 1px solid #FAB735;
}
.parco_wrapper .pageswitch a.num:hover,
.parco_wrapper .pageswitch a.num:active {
    border: 1px solid #FAB735;
}
.parco_wrapper .pageswitch a[title="Previous page"] {
	background: url(../../img2014/prevLink_parco.gif) no-repeat;
}
.parco_wrapper .pageswitch a[title="Next page"] {
	background: url(../../img2014/nextLink_parco.gif) no-repeat right center;
}

/* =========================================================
next_main
========================================================= */
#next_main {
	width: 695px;
	background-color: #FFF;
	padding: 11px 10px 12px;
	background-image: url(../../img2014/next_bg.gif);
	background-repeat: repeat;
}
#next_main h2 {
	background: url(../../img2014/next_ti.png) no-repeat;
	text-indent: -9999px;
	width:317px;
	height:41px;
	margin-bottom:12px;
}

/* parco 2017.03.30 */
.parco_wrapper #next_main {
	background-image: url(../../img2014/next_bg_parco.gif);
}
.parco_wrapper #next_main h2 {
	background: url(../../img2014/next_ti_parco.png) no-repeat;
	width:364px;
	height:51px;
	margin-bottom:4px;
}

/* =========================================================
next_inner
========================================================= */
#next_inner {
	width:667px;
	background:#FFF;
	padding:10px 14px 0;
	/*overflow:hidden;*/
}
#next_inner h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:4px;
	color:#52c6db;
	line-height:1.2;
}

/* parco 2017.03.30 */
.parco_wrapper #next_inner h3 {
	color:#FBB734;
}

#next_inner p {
	font-weight:normal;
	font-size:12px;
	color:#666;
	padding-bottom:15px;
	line-height:1.5;
}
#next_inner img {
	float:left;
	margin-right:14px;
	margin-top:2px;
}

/* parco 2017.03.30 */
.parco_wrapper #next_inner img {
	width: 158px;
	height: auto;
}
.parco_wrapper #next_inner p em {
	color: #FBB734;
	font-weight: bold;
}

/* =========================================================
.parco_wrapper #blog_parco
========================================================= */
.parco_wrapper #blog_parco {
	width:715px;
	height:200px;
	margin-top:14px;
}
.parco_wrapper .blog_parco_box {
	float:left;
	position:relative;
}
/* after */
.parco_wrapper .blog_parco_box a {
	width:166px;
	height:200px;
	display:block;
	text-decoration:none;
	margin-right:17px;
	background: url(../../img2014/top_guest_arrow.gif) no-repeat 147px 178px #fff;
}
.parco_wrapper .blog_parco_box:last-child a {
	margin-right:0;
}
/* before */
.parco_wrapper .blog_parco_box {
	width:166px;
	height:200px;
	display:block;
	text-decoration:none;
	margin-right:17px;
	background-color:#FFF;
}
.parco_wrapper .blog_parco_box:last-child {
	margin-right:0;
}

/* before */
.parco_wrapper #blog_parco .blog_parco_icon {
	position:absolute;
	width:154px;
	height:13px;
	top:4px;
	left:6px;
	background: url(../../img2014/top_guest_before.gif) no-repeat;
}
/* after */
.parco_wrapper #blog_parco .after .blog_parco_icon{
	background: url(../../img2014/top_guest_after.gif) no-repeat;
}

.parco_wrapper #blog_parco .blog_parco_img {
	font-size:11px;
	color: #666;
	line-height:1.3;
	margin:131px 0 0 4px;
	display:block;
}
.parco_wrapper #blog_parco .blog_parco_img a {
	position:absolute;
	top:15px;
	left:2
	width:149px;
	height:112px;
	z-index:1;
	display:block;
}
.parco_wrapper #blog_parco .blog_parco_img img {
	position:absolute;
	top:15px;
	left:2px;
	width:149px;
	height:112px;
}
.parco_wrapper #blog_parco .blog_parco_img a img {
	position:absolute;
	top:0px;
	left:0px;
}
.parco_wrapper #blog_parco p.blog_parco_name {
	position:absolute;
	color: #666;
	line-height:1.3;
	padding-right:20px;
	top:151px;
	left:10px;
	font-size:13px;
	overflow:hidden;
	/*height:49px;*/
	height:3.9em;
}














