@charset "utf-8";
/***********************************************************
pr.css
***********************************************************/

/*  index.html
**********************************************************/
body.g_ct.index .pr_header {
	padding-bottom:30px;
	position:relative;
	}

body.g_ct.index #g_main h2 {
	color:#22e089;
	font-size:200%;
	font-weight:bold;
	text-align:left;
	}
body.g_ct.index #g_main .pr_sel_list {
	border: 2px solid #212528;
	box-sizing: border-box;
	font-size:200%;
	height: 50px;
	margin:auto 0px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	width:225px;
	}
body.g_ct.index #g_main .easy-select-box {
	box-sizing: border-box;
	border: 2px solid #212527;
	bottom: 0px;
	font-size:120%;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	}

p.ct_tlt{
font-weight: bold;
    font-size: 20px;
    height: 1.3em;
    letter-spacing: 4px;
    padding-left: 20px;
	position: relative;
	margin: 40px 0;

}
p.ct_tlt:before{
	    background-color: #249ad8;
    content: '';
    height: 1.5em;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 3px;}


	div.contact_list ul{
    display: flex;
    justify-content: space-around;
	}

	div.contact_list ul li.left_list span.list{
		font-size: 0;
	display: block;
    width: 360px;
	height: 399px;
	background-image: url(../images/ct/background_image_left.png);
background-repeat: no-repeat;
    background-size: contain;
}
	div.contact_list ul li.right_list span.list{
				font-size: 0;

	display: block;
    width: 360px;
	height: 399px;
	background-image: url(../images/ct/background_image_right.png);
background-repeat: no-repeat;
    background-size: contain;
}


div.contact_list ul li span.link a:link{
    display: block;
    background-color: #249ad8;
    color: #ffffff;
	text-align: center;
	text-decoration: none;
    padding: 10px 20px;
	margin: 5px 0px 40px;
}

div.contact_list ul li span.link a:visited{
	color: #ffffff;
}

div.contact_list ul li.left_list{}
div.contact_list ul li.right_list{}



/*  post.html
**********************************************************/
body.g_ct.post .entry {
	clear:both;
	overflow:hidden;
	padding-bottom:30px;
	word-wrap:break-word;
	overflow-wrap:break-word;
	}
body.g_ct.post .entry .entry_date {
	display:table-cell;
	height:80px;
	text-align:center;
	vertical-align:middle;
	width:80px;
	}
body.g_ct.post .entry .entry_date span {
	background-color: #22e089;
	border-radius:50%;
	display:block;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	height:3em;
	padding: 10px;
	width:3em;
	}
body.g_ct.post .entry .entry_title {
	display:table-cell;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	width:920px;
	}

body.g_ct.post .entry .entry_body {padding:50px 0px;}
body.g_ct.post .entry .entry_body a {color:#22e089;text-decoration:none;}
body.g_ct.post .entry .entry_body p {line-height:160%; padding-bottom:20px;}

body.g_ct.post .post_links_t {border-top:#999999 1px solid; color: #22e089; text-align:center;}
body.g_ct.post .post_links_t a {
	color: #22e089;
	display:inline-block;
	font-weight:bold;
	padding:20px 20px;
	position:relative;
	text-decoration:none;
	}

body.g_ct.post .post_links_t a.post_link_pp:after {
	content: '';
	background: url(../images/common/g_ct_arrow_l.png) no-repeat;
	width: 8px;
	height: 14px;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto 0px;
	}
body.g_ct.post .post_links_t span.pp.hidden,
body.g_ct.post .post_links_t a.post_link_pp.hidden {visibility:hidden;}

body.g_ct.post .post_links_t a.post_link_np:after {
	content: '';
	background: url(../images/common/g_ct_arrow_r.png) no-repeat;
	width: 8px;
	height: 14px;
	background-size: cover;
	position: absolute;
	right:0px;
	top: 0px;
	bottom: 0px;
	margin: auto 0px;
	}
body.g_ct.post .post_links_t span.np.hidden,
body.g_ct.post .post_links_t a.post_link_np.hidden {visibility:hidden;}

body .g_jphoto{
  width: 410px;
  margin: 0 auto;
}
body .g_jphoto div{
    max-width: 100%;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
}
@media print {body .g_jphoto{display:none;}}